.about-section {
  background-color: #fff;
  color: #000;
}
.about-img .main-img {
  border-radius: 15px;
  transition: transform 0.4s ease;
}
.about-img .main-img:hover {
  transform: scale(1.05);
}
.about-img .small-img {
  border-radius: 15px;
  transition: transform 0.4s ease;
}
.about-img .small-img:hover {
  transform: scale(1.1);
}
.about-content ul li {
  margin-bottom: 10px;
  font-size: 0.95rem;
}
.about-content i {
  font-size: 1.1rem;
}
.text-gold {
  color: #c19a36 !important; /* Elegant Gold Shade */
}
.about-section {
      padding: 80px 0;
    }

    .about-img {
      position: relative;
    }

    .about-img img.main-img {
      width: 100%;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    .about-img img.small-img {
      position: absolute;
      bottom: -40px;
      right: 40px;
      width: 45%;
      border-radius: 10px;
      border: 6px solid #fff;
      box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    }

    .about-content h2 {
      font-family: 'Georgia', serif;
      font-weight: 500;
      font-size: 2.8rem;
      color: #2d4e4b;
      line-height: 1.3;
    }

    .about-content p {
      font-size: 1rem;
      color: #50615e;
      line-height: 1.8;
    }

    .about-content h6 {
      font-weight: 700;
      letter-spacing: 1px;
      color: #2d4e4b;
      margin-bottom: 15px;
    }

    @media (max-width: 992px) {
      .about-img img.small-img {
        position: static;
        width: 100%;
        margin-top: 20px;
      }
    }
    body {
      background: url('public/banner/bg_cover32.png') center/cover no-repeat;
      height: 100vh;
      font-family: 'Playfair Display', serif;
      color: #fff;
      overflow-x: hidden;
    }

    /* Header */
    .header {
      background: rgba(20, 45, 38, 0.8);
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 50px;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 100;
    }

    .header .logo {
      font-weight: bold;
      font-size: 24px;
      letter-spacing: 1px;
    }

    .header a {
      color: #fff;
      text-decoration: none;
      margin: 0 15px;
      font-weight: 500;
    }

    .menu-btn {
      background-color: #ff867c;
      color: white;
      padding: 10px 20px;
      border: none;
      font-weight: bold;
      border-radius: 4px;
      transition: 0.3s;
    }

    .menu-btn:hover {
      background-color: #ff6f61;
    }

    /* Hero Section */
    .hero {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100vh;
      /* background: rgba(12, 30, 25, 0.85); */
      padding: 120px 0 50px 0;
    }

    .hero .text-section {
      padding-left: 80px;
    }

    .hero .text-section h1 {
      font-size: 70px;
      font-weight: 600;
      color: #fff;
      line-height: 1.2;
    }

    .hero .text-section p {
      font-size: 16px;
      color: #d6d6d6;
      margin-bottom: 25px;
    }

    /* Slider Section */
    .carousel-inner img {
      width: 100%;
      height: 450px;
      object-fit: cover;
      border-radius: 8px;
      box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
    }

    .carousel {
      max-width: 400px;
      margin: 0 auto;
    }

    @media (max-width: 992px) {
      .hero {
        flex-direction: column;
        text-align: center;
        padding: 150px 20px;
      }

      .hero .text-section {
        padding: 0;
        margin-bottom: 40px;
      }

      .hero .text-section h1 {
        font-size: 45px;
      }

      .carousel-inner img {
        height: 300px;
      }
    }

     .rooms-section {
      padding: 80px 0;
      text-align: center;
    }

    .rooms-section h2 {
      font-family: 'Georgia', serif;
      color: #2d4e4b;
      font-size: 2.8rem;
      margin-bottom: 50px;
    }

    .room-card {
      background-color: #fff;
      border: none;
      transition: all 0.4s ease;
    }

    .room-card img {
      border-radius: 8px;
      transition: transform 0.5s ease;
    }

    .room-card:hover img {
      transform: scale(1.05);
    }

    .room-card h5 {
      font-family: 'Georgia', serif;
      color: #2d4e4b;
      font-weight: 500;
      margin-top: 20px;
    }

    .room-price {
      font-size: 1.2rem;
      color: #2d4e4b;
      margin: 10px 0;
    }

    .room-price span {
      color: #888;
      font-size: 1rem;
    }

    .room-info {
      font-size: 0.95rem;
      color: #555;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
    }

    .room-info i {
      color: #c46f48;
      font-size: 1.1rem;
    }

     .testimonial-section {
      background-color: #395e5b;
      background-image: url('public/banner/fghj.png'); /* Light abstract texture background */
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      color: white;
      padding: 120px 0;
      text-align: center;
      position: relative;
    }

    .testimonial-section .icon {
      font-size: 3rem;
      color: white;
      margin-bottom: 20px;
    }

    .testimonial-section .carousel-item p {
      font-size: 1.4rem;
      font-weight: 400;
      color: #fff;
      line-height: 1.6;
      max-width: 800px;
      margin: 0 auto 25px;
    }

    .testimonial-section .carousel-item h5 {
      color: #f6a892;
      font-weight: 600;
      letter-spacing: 1px;
      font-size: 1.2rem;
    }

    .carousel-indicators [data-bs-target] {
      background-color: transparent;
      border: 2px solid white;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      opacity: 0.8;
    }

    .carousel-indicators .active {
      background-color: white;
    }

    @media (max-width: 768px) {
      .testimonial-section {
        padding: 80px 20px;
      }
      .testimonial-section .carousel-item p {
        font-size: 1.1rem;
      }
    }

    
    .atmosphere-section {
      padding: 100px 0;
      position: relative;
      overflow: hidden;
    }

    .atmosphere-section h2 {
      font-size: 2.8rem;
      color: #2d4e4b;
      font-weight: 500;
      margin-bottom: 20px;
      position: relative;
      z-index: 2;
    }

    .atmosphere-section h1.bg-text {
      font-size: 8rem;
      font-weight: 400;
      color: transparent;
      -webkit-text-stroke: 1px #c5c8c4;
      position: absolute;
      left: 0;
      top: 30px;
      width: 100%;
      text-align: left;
      z-index: 1;
      opacity: 0.4;
    }

    .atmosphere-section p {
      font-size: 1.05rem;
      line-height: 1.8;
      color: #50615e;
    }

    .atmosphere-section .image-row {
      margin-top: 60px;
    }

    .atmosphere-section .image-row img {
      width: 100%;
      border-radius: 8px;
      transition: transform 0.5s ease;
    }

    .atmosphere-section .image-row img:hover {
      transform: scale(1.05);
    }

    @media (max-width: 992px) {
      .atmosphere-section h1.bg-text {
        font-size: 4rem;
        top: 10px;
      }
    }

      /* Google Map Section */
    .map-container {
      width: 100%;
      height: 400px;
      overflow: hidden;
    }

    .map-container iframe {
      width: 100%;
      height: 100%;
      border: 0;
      filter: grayscale(50%) contrast(90%);
    }

    /* Footer Section */
    footer {
      background-color: #395e5b;
      color: #fff;
      padding: 60px 0 30px;
    }

    footer h5 {
      color: #fff;
      font-weight: 600;
      margin-bottom: 20px;
      font-size: 1.1rem;
    }

    footer p, footer a {
      color: #d1dcd9;
      font-size: 0.95rem;
      text-decoration: none;
    }

    footer a:hover {
      color: #ffffff;
    }

    .footer-logo {
      font-family: 'Georgia', serif;
      font-size: 1.5rem;
      font-weight: 600;
      color: #fff;
    }

    .footer-logo span {
      font-size: 0.9rem;
      font-weight: 400;
      display: block;
      color: #c7d5d3;
      margin-top: -5px;
    }

    .social-icons a {
      color: #fff;
      font-size: 1.3rem;
      margin-right: 15px;
      transition: 0.3s;
    }

    .social-icons a:hover {
      color: #f6a892;
    }

    .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      padding-top: 20px;
      text-align: center;
      font-size: 0.9rem;
      color: #c7d5d3;
    }

    .back-to-top {
      position: absolute;
      right: 40px;
      bottom: 40px;
      background-color: #2e4d4a;
      color: #fff;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.3rem;
      transition: all 0.3s;
    }

    .back-to-top:hover {
      background-color: #f6a892;
      color: #2d4e4b;
    }