.about-hotel-section {
  position: relative;
  background: url("../Media/Background/palmHotelSkyView3.png") center center
    no-repeat;
  background-size: cover;
  padding: 100px 0;
  color: #333;
  height: 1280px;
}

@media (min-width: 992px) {
  .about-hotel-section {
    background-position: top;
  }
}

.about-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.about-container {
  position: relative;
  max-width: 1005px;
  margin: 0 auto;
  padding: 0 5px;
  z-index: 1;
}

.about-content {
  background: rgba(255, 255, 255, 0.92);
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.about-content .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 19px;
  color: #222;
}

.about-content .subtitle {
  font-size: 1.3rem;
  font-weight: 500;
  color: #666;
}

.about-content p {
  font-size: 1.15rem;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #444;
}

.about-content p.lead {
  font-size: 1.25rem;
  font-style: italic;
}

.about-content .highlight {
  color: #f9a01b;
  font-weight: 600;
}

@media (max-width: 992px) {
  .about-content {
    padding: 40px 30px;
  }

  .about-content .section-title {
    font-size: 2rem;
  }

  .about-content p {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .about-hotel-section {
    padding: 70px 0;
  }

  .about-content {
    padding: 30px 20px;
  }

  .about-content .section-title {
    font-size: 1.7rem;
  }

  .about-content .subtitle {
    font-size: 1.1rem;
  }

  .about-content p {
    font-size: 1rem;
    line-height: 1.6;
  }
}
