
    * {
      box-sizing: border-box;
    }

    a,
    button,
    .btn,
    img {
      transition: all .2s ease;
    }

    body {
      font-family: 'Montserrat', sans-serif;
      background: #faf7f2;
      /* warm neutral background */
      color: #2e2e2e;
      scroll-behavior: smooth;
    }

    h1,
    h2,
    h3,
    h4 {
      font-family: 'Playfair Display', serif;
      font-weight: 700;
      letter-spacing: -0.02em;
    }

    .section-padding {
      padding: 5rem 0;
    }

    .bg-cream {
      background-color: #fdf8f2;
    }

    .bg-dark-soft {
      background-color: #2c2b28;
      color: #efebe7;
    }

    .gold {
      color: #c6a45c;
    }

    .btn-gold {
      background: #c6a45c;
      border: none;
      color: #1f1f1f;
      font-weight: 600;
      padding: 0.75rem 2rem;
      border-radius: 40px;
      box-shadow: 0 8px 18px rgba(198, 164, 92, 0.2);
    }

    .btn-gold:hover {
      background: #b58e45;
      color: #fff;
      transform: translateY(-3px);
      box-shadow: 0 15px 25px rgba(181, 142, 69, 0.3);
    }

    .btn-outline-light-custom {
      border: 2px solid #fff;
      color: #fff;
      border-radius: 40px;
      padding: 0.5rem 2rem;
      font-weight: 500;
    }

    .btn-outline-light-custom:hover {
      background: #fff;
      color: #2c2b28;
    }

    /* navbar */
    .navbar {
      background: rgba(255, 255, 255, 0.92) !important;
      backdrop-filter: blur(8px);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
      padding: 1rem 0;
    }

    .navbar-brand {
      font-weight: 700;
      font-size: 1.8rem;
      font-family: 'Playfair Display', serif;
      color: #2c2b28 !important;
    }

    .nav-link {
      font-weight: 500;
      color: #2e2e2e !important;
      margin: 0 0.8rem;
    }

    .nav-link:hover {
      color: #c6a45c !important;
    }

    /* hero slider */
    .hero-slide {
      min-height: 100vh;
      background-size: cover;
      background-position: center;
      position: relative;
    }

    .hero-slide::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
    }

    .hero-caption {
      position: absolute;
      bottom: 20%;
      left: 10%;
      right: 10%;
      z-index: 5;
      color: white;
      text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    }

    .hero-caption h2 {
      font-size: 4rem;
      color: #fff;
    }

    .hero-caption .btn {
      margin-top: 1rem;
    }

    /* sticky whatsapp */
    .whatsapp-float {
      position: fixed;
      bottom: 30px;
      left: 30px;
      background: #25D366;
      width: 64px;
      height: 64px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
      z-index: 999;
      transition: 0.25s;
    }

    .whatsapp-float:hover {
      transform: scale(1.1);
      background: #20b859;
    }

    .luxury-footer a {
      text-decoration: none;
    }

    .whatsapp-float .fa {
      width: 38px;
      height: 38px;
      color: #25d366;
      background: #fff;
      border-radius: 50%;
      align-items: center;
      text-align: center;
      line-height: 38px;
      font-size: 24px;

    }

    /* rooms card */
    .room-card {
      border: none;
      border-radius: 28px;
      overflow: hidden;
      box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.08);
      background: white;
      margin-bottom: 30px;
    }

    .room-card img {

      /* height: 260px;  */
      object-fit: cover;
      width: 100%
    }

    .room-body {
      padding: 2rem 1.5rem;
    }

    .rounded-pill {
      border-radius: var(--bs-border-radius-pill) !important;
      padding: 8px 16px;
    }

    /* facilities icon grid */
    .facility-icon {
      font-size: 3.2rem;
      color: #c6a45c;
    }

    .facility-item {
      background: white;
      padding: 2.2rem 1rem;
      border-radius: 48px 48px 48px 12px;
      box-shadow: 0 15px 25px #f0e4d3;
      height: 100%;
    }

    /* attraction card */
    .attraction-card {
      background: white;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
      height: 100%;
    }

    .attraction-img {
      height: 200px;
      background-size: cover;
      background-position: center;
    }

    .attraction-card p {
      margin-bottom: 0;
    }

    /* gallery thumb */
    .gallery-item {
      margin-bottom: 8px;
      overflow: hidden;
    }

    .gallery-item a {
      display: block;
    }

    .gallery-item img {
      width: 100%;
      /* height: 240px; */
      border-radius: 10px;
      object-fit: cover;
      transition: 0.4s;
      box-shadow: 0 15px 25px -8px rgba(0, 0, 0, 0.1);
    }

    .gallery-item img:hover {
      transform: scale(1.05);
    }

    /* booking stub / cta sections */
    .cta-punch {
      background: linear-gradient(135deg, #2c2b28 0%, #3f3c38 100%);
      border-radius: 60px 60px 60px 12px;
      padding: 3.5rem;
      color: white;
    }

    .cta-punch h3 {
      font-size: 2.8rem;
    }

    .google-review-stars {
      color: #fbbf24;
      font-size: 1.8rem;
      letter-spacing: 6px;
    }

    /* contact */
    .contact-info i {
      font-size: 2rem;
      color: #c6a45c;
      margin-right: 15px;
      width: 40px;
    }

    .map-placeholder {
      background: #ddd8cf;
      height: 280px;
      border-radius: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #5f5b55;
      font-weight: 500;
    }

    /* footer */
    .footer {
      background: #1f1e1c;
      color: #b1ada7;
    }

    hr {
      opacity: 0.2;
    }

    /* responsive */
    @media (max-width: 768px) {
      .hero-caption h2 {
        font-size: 2.8rem;
      }

      .section-padding {
        padding: 3rem 0;
      }

      .cta-punch {
        padding: 2rem;
      }
    }

    .calender {
      background: #fff url(https://www.eglobe-solutions.com/extras/Content/WebsiteTemplate/L6deluxe/libs/images/calendar-icon.png) 94% no-repeat;
      cursor: pointer;
      border-radius: 0px;
      border: solid 1px #ddd;
      color: #000;
      text-align: left;
      padding-left: 5px;
    }

      html,
      body {
        overflow-x: hidden;
      }

      .booking-section {
        margin-top: -80px;
        position: relative;
        z-index: 5;
      }

      .owl-carousel {
        width: 100%;
        overflow: hidden;
      }

      .booking-wrapper {
        background: #fff;
        border-radius: 12px;
        padding: 30px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
      }

      .booking-form label {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 6px;
        display: block;
        color: #444;
      }

      .booking-form .form-group {
        width: 100%;
      }

      .navbar-toggler {
        border: none;
      }

      .navbar-toggler:focus {
        box-shadow: none;
      }

      @media(min-width:768px) {
        .booking-form .form-group {
          width: auto;
        }

        p {

          font-size: 0.9rem;
        }
      }

      .booking-form label i {
        color: #c8a45a;
        margin-right: 6px;
      }

      .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--bs-body-color);
        background-color: #fdf8f2;
      }

      .booking-form .form-control {
        height: 48px;
        border-radius: 8px;
        border: 1px solid #ddd;
        font-size: 14px;
      }

      .booking-form .form-control:focus {
        box-shadow: none;
        border-color: #c8a45a;
      }

      .book-btn {
        background: #c8a45a;
        color: #fff;
        border: none;
        height: 48px;
        border-radius: 30px;
        font-weight: 600;
        letter-spacing: .5px;
        transition: .3s;
      }

      .book-btn:hover {
        background: #a88640;
      }

      .payment-modes {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        font-size: 14px;
        color: #777;
      }

      .payment-modes img {
        height: 28px;
      }



    .booking-section {
      /* background: url('diamond-upholstery.png'),
        linear-gradient(rgba(49, 47, 44, 0.92), rgba(49, 47, 44, 0.92)); */
      /* background-size: cover; */
      padding: 10px 0;
      color: #fff;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
      margin-top: -30px !important;
      transform: translateY(-70px);
      position: relative;
      z-index: 10;
    }

    .booking-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }

    .booking-form {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
      align-items: flex-end;
      width: 100%;
    }

    .booking-form .form-group {
      display: flex;
      flex-direction: column;
      /* min-width:180px; */
      width: 20%;
    }

    .booking-form label {
      font-size: 14px;
      margin-bottom: 5px;
    }

    .booking-form .form-control {
      padding: 10px 12px;
      border-radius: 40px;
      border: none;
    }

    .book-btn {
      background: #be9e59;
      color: #000;
      padding: 12px 30px;
      border: none;
      font-weight: 600;
      border-radius: 40px;
      transition: 0.3s;
    }

    .book-btn:hover {
      background: #ffcc33;
    }

    .payment-modes {
      text-align: center;
    }

    .payment-modes p {
      font-size: 14px;
      margin-bottom: 8px;
    }

    .payment-modes img {
      max-width: 280px;
      height: auto;
    }

    /* Responsive */
    @media(max-width:768px) {

      .booking-form {
        flex-direction: column;
        align-items: stretch;
      }

      .booking-form .form-group {
        width: 100%;
      }

      .book-btn {
        width: 100%;
      }

    }
 
          footer a {
            text-decoration: none;
            color: #ddd;
          }
       
    .luxury-footer {
      background: #2c2b28;
      color: #cbb26a;
      padding-top: 60px;
      font-family: 'Segoe UI', sans-serif;
    }

    .luxury-footer h5,
    .footer-logo {
      color: #e5c47b;
      margin-bottom: 20px;
    }

    .footer-about p {
      font-size: 14px;
      color: #ddd;
      display: flex;
      gap: 10px;
    }

    .footer-links {
      list-style: none;
      padding: 0;
    }

    .footer-links li {
      margin-bottom: 10px;
    }

    .footer-links a {
      color: #ddd;
      text-decoration: none;
      font-size: 14px;
      transition: 0.3s;
    }

    .footer-links a:hover {
      color: #e5c47b;
      padding-left: 5px;
    }

    .social-icons a {
      /* background: #e5c47b; */
      /* padding: 10px; */
      border-radius: 50%;
      margin-right: 10px;
      color: #e5c47b;
      display: inline-block;
      width: 50px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      border: 1px solid #e5c47b;
    }

    .newsletter-box {
      display: flex;
      margin-top: 10px;
    }

    .newsletter-box input {
      flex: 1;
      padding: 10px;
      border: none;
      outline: none;
    }

    .newsletter-box button {
      background: #cbb26a;
      border: none;
      padding: 10px 15px;
      color: #000;
    }

    .footer-middle {
      border-top: 1px solid #e5c47b;
      margin-top: 40px;
      padding: 20px 0;
    }

    .footer-middle a {
      color: #ddd;
      font-size: 14px;
      text-decoration: none;
      margin: 0 8px;
    }

    .footer-middle a:hover {
      color: #e5c47b;
    }

    .footer-bottom {
      background: #232320;
      padding: 15px 0;
      font-size: 14px;
      color: #aaa;
    }

    /* Sticky Buttons */
    .whatsapp-btn {
      position: fixed;
      bottom: 20px;
      left: 20px;
      background: #25D366;
      padding: 12px;
      border-radius: 50%;
      z-index: 999;
    }

    .contact-btn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: #e5c47b;
      padding: 12px 20px;
      border-radius: 30px;
      color: #000;
      font-weight: 600;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 8px;
      z-index: 999;
    }

    @media(max-width:768px) {
      .footer-bottom .container {
        flex-direction: column;
        text-align: center;
      }
    }


