 :root{
      --primary:#6b1f50;
      --primary-dark:#421235;
      --cream:#faf6f1;
      --gold:#b78b4b;
      --text:#222;
      --muted:#686868;
      --light:#f7f3f5;
       --brand: #6b2d5c;
  --dark-brand: #4b0733;
  --white: #ffffff;
  --text: #202020;
    }


@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
  font-family: 'Lubalin Graph';
  src: url('../fonts/ITC_LUBALIN_GRAPH_LT_BOOK.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Lubalin Graph';
  src: url('../fonts/ITC_LUBALIN_GRAPH_LT_BOOK_OBLIQUE.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Lubalin Graph';
  src: url('../fonts/ITC_LUBALIN_GRAPH_LT_DEMI.TTF') format('truetype');
  font-weight: 600;
  font-style: normal;
}

    *{box-sizing:border-box}
html,
body {
  overflow-x: hidden;
}
  html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
}
    body{
      margin:0;
      font-family: "Inter Tight", sans-serif;
      color:var(--text);
      background:#fff;
      overflow-x:hidden;
    }

    a{text-decoration:none}
    img{max-width:100%;display:block}

    .btn-brand{
      background:var(--primary);
      color:#fff;
      border-radius:40px;
      padding:12px 30px;
      font-weight:700;
      border:0;
    }
    .btn-brand:hover{background:var(--primary-dark);color:#fff}
    .btn-outline-brand{
      border:1px solid var(--primary);
      color:var(--primary);
      border-radius:40px;
      padding:11px 28px;
      font-weight:700;
    }
    .btn-outline-brand:hover{background:var(--primary);color:#fff}

.main-nav {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  z-index: 99;
}

.nav-pill {
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 60px;
  padding: 10px 18px 10px 28px;
  box-shadow: 0 12px 35px rgba(0,0,0,.18);
}

.brand-logo {
  width: 190px;
  height: auto;
}

.navbar-nav .nav-link {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 25px !important;
  border-radius: 30px;
  font-family: "Inter Tight", sans-serif;
}
.navbar-nav .nav-link:hover{color: #6b2d58; text-decoration: underline;}
.nav-cta {
  background: #6b2d58;
  color: #fff !important;
  border-radius: 36px;
  padding: 12px 24px !important;
  font-size: 14px;
}
.nav-cta:hover{background-color: #fff; border: 1px solid #6b2d58; color: #6b2d58 !important; }
/* Ensure the parent nav bar stays on top of the blur layer */


@media (max-width: 991.98px) {
  .navbar {
    position: relative;
  }

  .navbar-collapse {
    position: absolute;
    top: 100%; 
    left: 0;
    width: 100%;
    background-color: #fff; 
    z-index: 1060; /* Higher than the backdrop blur */
    box-sizing: border-box;
    padding: 0 10px;
   
  }
  .main-nav {
  position: relative;
  z-index: 1050; 
}
  /* Fixed your selector to target mobile menu links correctly */
  .navbar-collapse .navbar-nav .nav-link {
    color: #000 !important;
  }
  .navbar-nav{  box-shadow: 0 12px 35px rgba(0,0,0,.18);
}
body.nav-menu-open::after {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); 
  backdrop-filter: blur(8px);    
  -webkit-backdrop-filter: blur(8px);
  z-index: 1040; /* Sits perfectly below the menu but above the page content */
  pointer-events: auto; /* Change to 'auto' if you want it to block clicks on the page content */
}
}

/* 1. Backdrop Blur Overlay */


/* 2. Hamburger to 'X' Animation */
.navbar-toggler {
  border: none;
  background: transparent;
  padding: 0.25rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1070; /* Keeps the button clickable */
}

.navbar-toggler-icon {
  background-image: none !important; 
  position: relative;
  width: 24px;
  height: 2px;
  background-color: #000; 
  transition: background-color 0.3s ease;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #000;
  transition: transform 0.3s ease, top 0.3s ease;
}

.navbar-toggler-icon::before { top: -8px; left: 0; }
.navbar-toggler-icon::after { top: 8px; left: 0; }

/* Transform to 'X' when menu is open (NOT collapsed) */
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-color: transparent; 
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  top: 0;
  transform: rotate(-45deg);
}
/* HERO EXACT */
.hero {
  min-height: 860px;
  position: relative;
  background-image:
    linear-gradient(90deg, rgba(5,18,28,.72), rgba(5,18,28,.25)),
    url("../images/banner.jpg");
  background-size: cover;
  background-position: center top;
}

.hero-row {
  min-height: 860px;
  padding-top: 100px;
  padding-bottom: 70px;
}

.hero h1 {
   font-family: 'Lubalin Graph', serif;
  font-size: 42px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 8px;
}

.hero-price {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
   font-family: 'Lubalin Graph', serif;
}

.hero-price span {
  display: block;
  font-size: 25px;
}


.banner-form {
  width: 345px;
  padding: 26px 24px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: #fff;
  margin: 0 auto;
}

.banner-form h3 {
  font-family: 'Lubalin Graph', serif;
  font-size: 22px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.banner-form input,
.banner-form textarea {
  width: 100%;
  height: 37px;
  border: none;
  outline: none;
  border-radius: 25px;
  background: #fff;
  color: #333;
  padding: 0 16px;
  font-size: 12px;
  margin-bottom: 11px;
  font-family: "Inter Tight", sans-serif !important;
  letter-spacing: normal !important;
}

.banner-form textarea {
  height: 37px;
  resize: none;
  padding-top: 9px;
}

.banner-form input::placeholder,
.banner-form textarea::placeholder {
  color: #000;
}
.banner-form textarea.form-control {height: 42px; resize: none;}

.banner-form button {
  display: block;
  width: 155px;
  height: 40px;
  border: none;
  border-radius: 25px;
  background: #6b2d5c;
  color: #fff;
  font-size: 14px;
  margin: 15px auto 0;
  font-family: "Inter Tight", sans-serif;
}
.banner-form button:hover{background: #fff; color: #6b2d5c; }
.dsr-consent-label {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 12px;
    color: #fff;
}
.banner-form input[type="checkbox"] {
    margin-right: 6px;
    height: 15px;
    width: 15px;
}
/* FORM MATCH */
.hero-form {
  max-width: 360px;
  margin-left: auto;
  margin-right: 0;
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(8px);
  border-radius: 28px;
  padding: 28px 32px 26px;
  box-shadow: 0 20px 45px rgba(0,0,0,.28);
}

.hero-form h3 {
   font-family: 'Lubalin Graph', serif;
  color: #fff;
  font-size: 22px;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 22px;
}

.hero-form .form-control {
  height: 42px;
  border-radius: 30px;
  border: 0;
  background: #fff;
  padding: 10px 20px;
  font-size: 12px;
  margin-bottom: 12px;
   font-family: "Inter Tight", sans-serif;
}

.hero-form textarea.form-control {
  height: 42px;
  resize: none;
}
.hero-form input[type="checkbox"] {
    margin-right: 6px;
    height: 15px;
    width: 15px;
}
.hero-form .btn-brand {
  width: 145px !important;
  display: block;
  margin: 14px auto 0 !important;
  padding: 10px 20px;
  border-radius: 30px;
  background: #6b2d58;
  font-size: 14px;
   font-family: "Inter Tight", sans-serif;
}
.hero-form .btn-rd:hover {
   background: #fff;
  color: #6b2d5c;
}
/* HIDE EXPLORE BUTTON */
.hero .btn-brand.mt-3 {
  display: none;
}

/* STATS BAR */
.stats-wrapper {
  position: relative;
  z-index: 20;
  margin-top: -50px;
  margin-bottom: 50px;
}
.stats-container{max-width: 1500px; margin: 0 auto;}
.stats-strip {
  max-width: 100%;
  background: #6b2d58;
  color: #fff;
  border-radius: 55px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0,0,0,.18);
}

.stats-strip .stat {
  padding: 24px 18px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.12);
}

.stats-strip small {
  display: block;
 font-family: 'Lubalin Graph', serif;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 7px;
}

.stats-strip strong {
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter Tight", sans-serif;
  letter-spacing: 1.5px;
}
@media (max-width: 991.98px) {
  /* 1. Reset flex layout so items stack vertically on mobile */
  .nav-pill {
    flex-wrap: wrap;
    border-radius: 12px; /* Slight rounding instead of a pill shape on mobile */
    padding: 15px;
    /* box-shadow: none; */
  }

  /* 2. Force the mobile menu container to take up 100% width below the logo/toggler */
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
  }

  /* 3. Center align the links and space them out nicely */
  .navbar-nav {
    text-align: center;
    margin-bottom: 10px;
  }

  .navbar-nav .nav-link {
    display: inline-block;
    width: 100%;
    padding: 10px 0 !important;
  }

  /* 4. Make the Contact Us CTA full-width or centered */
  .nav-cta {
    display: block;
    text-align: center;
    max-width: 200px;
    margin: 0 auto 10px auto;
  }
  .navbar-toggler {
    border: none;
    padding: 0;
    position: relative;
    width: 30px;
    height: 30px;
  }
  
  .navbar-toggler:focus {
    box-shadow: none;
  }

  /* 1. DEFAULT STATE: Hamburger (3 lines) */
  .navbar-toggler-icon {
    background-image: none !important; /* Block Bootstrap SVG */
    background-color: #222; /* Middle line */
    width: 24px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background-color 0.2s ease-in-out;
  }

  /* Top and Bottom line setup */
  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #222;
    left: 0;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  }

  /* Push top and bottom lines away to form the hamburger */
  .navbar-toggler-icon::before {
    top: -8px;
  }
  
  .navbar-toggler-icon::after {
    top: 8px;
  }

  /* 2. OPEN STATE ONLY: Morph into "X" */
  /* Bootstrap adds .show to the target menu, and removes .collapsed from button */
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-color: transparent !important; /* Hide middle line */
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    top: 0;
    transform: rotate(45deg); /* Cross 1 */
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    top: 0;
    transform: rotate(-45deg); /* Cross 2 */
  }
}
/* MOBILE */
@media (max-width: 991px) {
  .main-nav {
    top: 0;
    position: fixed;
    background: #fff;
  }

  .brand-logo {
    width: 150px;
  }

  .hero {
    min-height: auto;
  }

  .hero-row {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero-price,
  .hero-price span {
    font-size: 24px;
  }

  .hero-form {
    max-width: 100%;
    margin: 35px 0 0;
  }

  .stats-strip .stat {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
    padding: 10px;
  }
}

    /* SECTIONS */
    .section-pad{padding:85px 0}
    .section-title{
      text-align:center;
      margin-bottom:45px;
    }
    .section-title h2{
      color:var(--primary);
      font-size:38px;
      font-weight:700;
      margin-bottom:10px;
    }
    .section-title p{
      color:var(--muted);
      max-width:720px;
      margin:0 auto;
      line-height:1.7;
    }

    
:root {
  --brand: #6b2d5c;
  --dark-brand: #4b0733;
  --white: #ffffff;
  --text: #202020;
}
.experience {
  background-color: #682b5b;
  background-image:
    linear-gradient(rgba(80, 10, 55, 0.55), rgba(80, 10, 55, 0.55)),
    url("../images/bg01.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0 80px;
  color: #fff;
  min-height: 700px;
  width: 100%;
}

/* .experience .container {
  max-width: 1140px;
} */

/* .experience .row {
  min-height: 365px;
} */

.exp-img {
  width: 100%;
  margin-left: auto;
}

/* .exp-img img {
  width: 100%;
  height: 365px;
  object-fit: cover;
  display: block;
} */

.exp-content {
  max-width: 560px;
  padding-left: 25px;
}

.exp-content h2 {
  font-family: 'Lubalin Graph', serif;
  font-size: 34px;
  line-height: 1.1;
  margin: 15px 0;
  color: #fff;
  font-weight: 400;
}

.exp-content p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 17px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  text-align: justify;
}

.details-grid {
  background: #fff;
  padding: 50px 0;
}
.carousel-wrapper {
    overflow: hidden;
    width: 100%;
    padding: 15px 0;
    position: relative;
  }

  /* The track that moves */
  .carousel-track {
    display: flex;
    gap: 15px;
    width: max-content;
    animation: scroll 25s linear infinite;
  }

  /* Pause animation on hover */
  .carousel-wrapper.paused .carousel-track {
    animation-play-state: paused;
  }

  /* Individual card styling adjustment for carousel */
  .carousel-track .detail-card {
    min-width: 250px; /* Ensures cards don't shrink */
    flex-shrink: 0;
  }

  /* Smooth infinite scrolling animation */
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      /* Moves exactly half the width (the length of one original set of cards) */
      transform: translateX(-50%); 
    }
  }
.detail-card {
  height: 82px;
  border: 1px solid var(--brand);
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--brand);
  background: #fff;
  padding: 5px 8px;
}

.detail-card.active {
  background: var(--brand);
  color: #fff;
}

.detail-card span {
  font-family: 'Lubalin Graph', serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.detail-card strong {
  font-family: 'Lubalin Graph', serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.price-section {
  background: #fff;
  padding: 5px 0 55px;
}

.price-section .row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /* column-gap: 4px; */
}

.price-section .col-lg-4 {
  flex: 0 0 auto;
  width: auto;
}

.price-card {
  min-height: 182px;
  border: 1px solid #d6d6d6;
  border-radius: 24px;
  text-align: center;
  padding: 18px 18px;
  color: #111;
}

.price-card h3 {
  font-family: 'Lubalin Graph', serif;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 6px;
}

.price-card .line {
  width: 88px;
  height: 1px;
  background: #777;
  margin: 0 auto 13px;
}

.price {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 17px;
}

.price span {
  font-size: 11px;
  font-weight: 400;
}

.price-card h6 {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 7px;
}

.price-card p {
  font-size: 12px;
  margin-bottom: 10px;
}

.price-btn {
  display: inline-block;
  background: #6b2d5c;
  color: #fff;
  padding: 8px 17px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  font-family: "Inter Tight", sans-serif;
}
.price-btn:hover{background-color: #fff; color: #6b2d5c; border: 1px solid #6b2d5c;}
.hero-form {
  width: 365px;
  background: #6b2d5c;
  border-radius: 24px;
  padding: 25px 25px;
  color: #fff;
  margin-left: 5px;
  /* margin-top: -33px; */
}

.hero-form h3 {
  font-family: 'Lubalin Graph', serif;
  font-size: 22px;
  line-height: 1.05;
  text-align: center;
  margin-bottom: 20px;
}

.hero-form input,
.hero-form textarea {
  width: 100%;
  height: 42px;
  border: none;
  outline: none;
  background: #560033;
  border-radius: 25px;
  margin-bottom: 10px;
  padding: 0 16px;
  color: #fff;
  font-size: 12px;
  font-family: "Inter Tight", sans-serif;
  letter-spacing: normal !important;
}

.hero-form textarea {
  height: 42px;
  resize: none;
  font-family: "Inter Tight", sans-serif;
  padding-top: 9px;
}

.hero-form button {
  display: block;
  width: 150px;
  height: 34px;
  border: none;
  border-radius: 25px;
  background: #fff;
  color: #6b2d5c;
  font-size: 14px;
  font-weight: 400;
  margin: 16px auto 0;
}
.hero-form .btn-rd:hover{background-color: #6b2d5c; color: #fff; border: 1px solid #fff;}
@media (max-width: 991px) {
  .price-section .row {
    gap: 18px;
  }

  .price-card,
  .hero-form {
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
  }
  .amenities-left h2 {font-size: 28px !important;}
  .exceptional-desc {max-width: 100% !important; text-align: justify;}
  .brochure-btn {margin-left: 30% !important;}
}


.amenities-section {
  background: #eeeeee;
  padding: 60px 0;
}

.amenities-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.amenities-left {
  width: 300px;
  padding-right: 42px;
}

.amenities-left h2 {
  font-family: 'Lubalin Graph', serif;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #111;
}

.amenity-tabs {
  display: inline-flex;
  background: #fff;
  border-radius: 25px;
  padding: 3px;
  margin-bottom: 20px;
}

.tab-btn {
  border: none;
  background: transparent;
  color: #111;
  font-size: 14px;
  padding: 8px 22px;
  border-radius: 25px;
  cursor: pointer;
  font-family: "Inter Tight", sans-serif;
}

.tab-btn.active {
  background: #6b2d5c;
  color: #fff;
}

.amenities-left p {
  font-size: 14px;
  line-height: 1.5;
  color: #111;
  margin: 0;
  font-family: "Inter Tight", sans-serif;
  text-align: justify;
}

.amenities-right {
  width: 690px;
}

.amenity-grid {
  display: none;
  grid-template-columns: repeat(3, 1fr);
}

.amenity-grid.active {
  display: grid;
}

.amenity-box {
  height: 185px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.amenity-box.dark {
  background: #6b2d5c;
  color: #fff;
}

.amenity-box.light {
  background: #fff;
  color: #111;
}

.amenity-box img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-bottom: 12px;
}

.amenity-box span {
  font-size: 13px;
  text-align: center;
}

@media (max-width: 991px) {
  .amenities-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .amenities-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
    text-align: center;
  }

  .amenities-right {
    width: 100%;
  }

  .amenity-box {
    height: 145px;
  }
}

@media (max-width: 575px) {
  .amenity-box span {font-size: 12px;}

  .amenity-box {
    height: 130px;
  }
}

    /* LOCATION */
    .location-box{
      background:#fff;
      border-radius:12px;
      box-shadow:0 10px 35px rgba(0,0,0,.08);
      overflow:hidden;
    }
    .accordion-button:not(.collapsed){
      background:var(--primary);
      color:#fff;
    }
    .map-frame{
      width:100%;
      height:360px;
      border:0;
      filter:saturate(.9);
    }

/* Location */

.location-section {
  background: #fff;
  padding: 55px 0 55px;
}

.location-title {
  font-family: 'Lubalin Graph', serif;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 28px;
  color: #111;
}

.location-row {
  gap: 22px;
}

.location-row > div {
  width: auto;
  flex: 0 0 auto;
}

.location-accordion {
  width: 360px;
}

.loc-item {
  margin-bottom: 10px;
}

.loc-btn {
  width: 100%;
  height: 49px;
  border: 1px solid #dedede;
  background: #fff;
  border-radius: 18px;
  padding: 0 20px;
  text-align: left;
  font-size: 14px;
  color: #333;
  position: relative;
  box-shadow: none;
  font-family: "Inter Tight", sans-serif;
}

.loc-btn::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #6b2d5c;
}

.loc-btn.collapsed::after {
  transform: translateY(-50%) rotate(0deg);
}

.loc-body {
  padding: 12px 20px 16px;
  font-size: 12px;
  line-height: 1.65;
  color: #555;
  font-family: "Inter Tight", sans-serif;
}
.loc-body p{margin: 0;}
.map-box {
  width: 560px;
  height: 386px;
  border-radius: 12px;
  overflow: hidden;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 991px) {
  .location-row {
    gap: 20px;
  }

  .location-row > div,
  .location-accordion,
  .map-box {
    width: 100%;
  }

  .map-box {
    height: 340px;
  }
}

@media (max-width: 575px) {
  .location-title {
    font-size: 28px;
  }
  .reviews-title {font-size: 28px !important;}
  .map-box {
    height: 300px;
  }
}

/* end */

    
    /* REVIEWS */
  .reviews-section {
  background: #fff;
  padding: 25px 0 42px;
}

.reviews-title {
  font-family: 'Lubalin Graph', serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 14px;
  color: #111;
}

.reviewsSwiper {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.review-card {
  background: #eee;
  border-radius: 6px;
  overflow: hidden;
}

.review-content {
  position: relative;
  min-height: 300px;
  padding: 42px 28px 25px;
}

.stars {
  color: #d92525;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.quote {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 78px;
  line-height: 1;
  font-weight: 900;
  color: #000;
}

.review-content p {
  font-size: 12px;
  line-height: 1.5;
  color: #000;
  margin: 0;
  font-family: "Inter Tight", sans-serif;
}

.review-footer {
  background: #6b2d5c;
  padding: 20px 28px 21px;
  color: #fff;
}

.review-footer h4 {
  font-size: 14px;
  font-weight: 700;
  margin:0px;
  font-family: "Inter Tight", sans-serif;
}

.review-footer span {
  font-size: 12px;
  font-family: "Inter Tight", sans-serif;
}

.reviews-pagination {
  text-align: center;
  margin-top: 15px;
}

.reviews-pagination .swiper-pagination-bullet-active {
  background: #6b2d5c;
}

    /* exceptional*/
    .exceptional-section {
  background: #fff;
  padding: 0px 0 55px;
  text-align: center;
}

.exceptional-section h2 {
  font-family: 'Lubalin Graph', serif;
  font-size: 32px;
  font-weight: 400;
  color: #111;
  margin-bottom: 18px;
}

.exceptional-desc {
  max-width: 70%;
  margin: 0 auto 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #111;
}

.plan-tabs {
  display: inline-flex;
  border: 1px solid #d8d8d8;
  border-radius: 25px;
  padding: 4px;
  margin-bottom: 28px;
  background: #fff;
}

.plan-tab {
  border: none;
  background: transparent;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 14px;
  color: #222;
  cursor: pointer;
}

.plan-tab.active {
  background: #6b2d5c;
  color: #fff;
}

.plan-content {
  display: none;
}

.plan-content.active {
  display: block;
}

.planSwiper {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 25px;
}

.plan-img {
  width: 100%;
  max-height: 460px;
  object-fit: contain;
  cursor: zoom-in;
}

.plan-pagination {
  margin-top: 12px;
}

.plan-pagination .swiper-pagination-bullet-active {
  background: #6b2d5c;
}
.specifications-content h5{font-family: 'Lubalin Graph', serif; font-size: 16px;}
.specifications-content p {font-family: "Inter Tight", sans-serif; font-size: 14px;}
.specifications-content a{font-size: 14px;}
.brochure-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #6b2d5c;
  color: #fff;
  padding: 10px 30px;
  border-radius: 25px;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 25px;
  margin-left: 45%;
}
.brochure-btn:hover{background-color: #fff; color: #6b2d5c; border: 1px solid #6b2d5c;}



.legacy-section {
  background-image: url("assets/images/legacy-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 330px;
  color: #d6c76d;
}

.legacy-overlay {
  min-height: 330px;
  background: rgba(0, 0, 0, 0.78);
  padding: 48px 0 45px;
}

.legacy-section h2 {
  font-family: 'Lubalin Graph', serif;
  text-align: center;
  font-size: clamp(16px, 3.2vw, 32px);
  font-weight: 400;
  color: #FFF;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.legacy-logo {
  text-align: center;
  margin-bottom: 28px;
}

.legacy-logo img {
  width: 165px;
  background: #fff;
  padding: 6px 10px;
}

.legacy-content {
  display: flex;
  justify-content: center;
  gap: 115px;
}

.legacy-content p {
  width: 415px;
  font-size: 14px;
  line-height: 1.65;
  color: #FFF;
  margin: 0;
  font-family: "Inter Tight", sans-serif;
}

@media (max-width: 991px) {
  .legacy-content {
    gap: 35px;
  }

  .legacy-content p {
    width: 45%;
  }
  .exceptional-section {padding-bottom: 30px;}
  .planSwiper {padding-bottom: 0;}
}

@media (max-width: 767px) {
  .legacy-content {
    flex-direction: column;
    gap: 20px;
  }

  .legacy-content p {
    width: 100%;
    text-align: justify;
  }
}



/* explor  */

.explore-section {
  background: #fff;
  padding: 55px 0 55px;
}

.explore-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 155px;
}

.explore-left h2 {
  font-family: 'Lubalin Graph', serif;
  font-size: 32px;
  line-height: 1.08;
  font-weight: 400;
  margin-bottom: 10px;
  color: #111;
}

.explore-left p {
  font-size: 14px;
  color: #111;
  margin-bottom: 13px;
}

.explore-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #6b2d5c;
  color: #fff;
  width: 130px;
  height: 40px;
  border-radius: 25px;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 15px;
}
.explore-btn:hover{background-color: #fff; color: #6b2d5c; border: 1px solid #6b2d5c;}
.phone-info {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 16px;
  color: #111;
  font-weight: 600;
}

.phone-info a {
  color: #111;
  text-decoration: none;
}

.explore-form {
  width: 350px;
  border: 1px solid #e1e1e1;
  border-radius: 24px;
  padding: 18px 16px 20px;
  text-align: center;
}

.form-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 25px;
}

.form-logo img:first-child {
  width: 70%;
}

.form-logo img:last-child {
  width: 70%;
}

.explore-form input, .explore-form textarea {
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 25px;
  margin-bottom: 9px;
  padding: 0 22px;
  font-size: 12px;
  outline: none;
  font-family: "Inter Tight", sans-serif;
  letter-spacing: normal !important;
}
.explore-form textarea.form-control {height: 42px; resize: none;}
.explore-form input[type="checkbox"] {
    margin-right: 6px;
    height: 15px;
    width: 15px;
}
.explore-consent-label {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 11px;
    color: #000;
    line-height: 20px;
}
.explore-form button {
  margin-top: 12px;
  width: 108px;
  height: 36px;
  border: none;
  border-radius: 25px;
  background: #6b2d5c;
  color: #fff;
  font-size: 14px;
  font-family: "Inter Tight", sans-serif;
}
.explore-form .btn-rd:hover {
  background-color: #fff; color: #6b2d5c; border: 1px solid #6b2d5c;

}
@media (max-width: 991px) {
  .explore-wrap {
    gap: 45px;
  }
}

@media (max-width: 767px) {
  .explore-wrap {
    flex-direction: column;
    text-align: center;
  }

  .phone-info {
    justify-content: center;
  }

  .explore-form {
    width: 100%;
  }
}

/* end */


/* Popup */
.image-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

.image-popup.active {
  display: flex;
}

.popupSwiper {
  width: 90%;
  max-width: 1100px;
}

.popupSwiper img {
  width: 100%;
  max-height: 85vh;
  object-fit: contain;
}

.popup-close {
  position: absolute;
  top: 22px;
  right: 35px;
  color: #fff;
  font-size: 42px;
  cursor: pointer;
  z-index: 10000;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

@media (max-width: 768px) {
  .exceptional-section h2 {
    font-size: 28px;
  }
  .explore-left h2 {font-size: 28px;}
  .faq-title {font-size: 28px !important;}
  .details-grid {padding: 20px 0;}
  .price-section {padding: 5px 0 20px;}
  .amenities-section {padding: 20px 0;}
  .location-section {padding: 20px 0;}
  .reviews-section {padding-bottom: 20px;}
  .review-content p{font-size: 14px;}
  .explore-section {padding: 20px 0;}
  .plan-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }

  .plan-tab {
    padding: 9px 14px;
  }

  .plan-img {
    max-height: 330px;
  }
}

    /* CONTACT */
    .contact-section{background:#fff}
    .contact-info{
      background:#fff;
      border-radius:14px;
      padding:30px;
      box-shadow:0 10px 35px rgba(0,0,0,.08);
      height:100%;
    }
    .contact-form{
      background:#fff;
      border-radius:14px;
      padding:30px;
      box-shadow:0 10px 35px rgba(0,0,0,.08);
    }

    /* FAQ */
    .faq-section {
  background: #fff;
  padding: 8px 0 30px;
}

.faq-title {
  font-family: 'Lubalin Graph', serif;
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 18px;
}

.faq-item {
  margin-bottom: 12px;
}

.faq-btn {
  width: 100%;
  min-height: 58px;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 25px;
  padding: 0 42px 0 22px;
  text-align: left;
  font-size: 14px;
  color: #333;
  position: relative;
  font-family: "Inter Tight", sans-serif;
}

.faq-btn::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #e33434;
}

.faq-btn.collapsed::after {
  transform: translateY(-50%);
  border-bottom-color: #6b2d5c;
}

.faq-body {
  background: #fafafa;
  border-radius: 0 0 25px 25px;
  padding: 15px 22px 23px;
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  font-family: "Inter Tight", sans-serif;
}

.site-footer {
  color: #fff;
}

.footer-main {
  background: #6b2d5c;
  padding: 25px 0 26px;
}
.footer-main1 {
  background: #000;
      background: #000;
    padding: 20px 0px 20px 0px;
}
.footer-main h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
 font-family: "Inter Tight", sans-serif;
 letter-spacing: 1.2px;
}

.footer-main p,
.footer-main a {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  font-weight: 400;
  font-family: "Inter Tight", sans-serif;
  letter-spacing: 1.2px;
}

.footer-brand img {
  width: 245px;
  margin-bottom: 14px;
}

.social-icons {
  display: flex;
  gap: 28px;
  align-items: center;
}

.social-icons a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.footer-bottom {
  background: #000;
  min-height: 43px;
  padding: 10px 40px 0px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Inter Tight", sans-serif;
}
.disclaimer-container{background-color: #fff; color: #000; padding: 20px 0;}
.disclaimer-container h4{font-size:20px;margin:0 0 14px;letter-spacing:.8px;font-weight:600}
.disclaimer-container p{color: #000; font-size: 14px;}
@media (max-width: 991px) {
 
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    padding: 5px;
  }
  .footer-main{text-align: center;}
  .social-icons {justify-content: center;}
  .footer-main img{margin: 0 auto; padding-bottom: 10px;}
  .footer-main h4 {margin-bottom: 10px;}
  .footer-main p {margin-bottom: 5px;}
  .disclaimer-container p{padding-bottom: 30px; text-align: justify;} 
}

    /* FLOAT */
    .float-actions{
      position:fixed;
      right:18px;
      bottom:20px;
      z-index:999;
      display:flex;
      flex-direction:column;
      gap:12px;
    }
    .float-actions a{
      width:48px;height:48px;border-radius:50%;
      display:flex;align-items:center;justify-content:center;
      color:#fff;font-size:22px;
      box-shadow:0 8px 22px rgba(0,0,0,.25);
    }
    .wa{background:#25d366}
    .call{background:var(--primary)}
    .float-actions a:hover{ transform: scale(1.08);}
    /* MODAL */
    .modal-img{width:100%;border-radius:8px}

    @media(max-width:991px){
      .main-nav{top:0}
      .nav-pill{border-radius:0;padding:8px 12px}
      .nav-cta{display: none;}
      .hero,.hero-row{min-height:auto}
      .hero-row{padding:120px 0 70px}
      .hero h1{font-size:32px; text-align: center;}
      .hero-price{font-size:24px; text-align: center;}
      .hero-form{margin:30px 0 0;max-width:100%}
      .stats-strip{margin:0;border-radius:25px;}
      .stats-strip .stat{border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}
      .section-pad{padding:60px 0}
      .section-title h2{font-size:30px}
      .experience {padding: 20px 0;}
      .experience h2{font-size:28px; text-align: center;}
      .exp-content {padding: 0;}
    }

    @media(max-width:575px){
      .hero h1{font-size:30px}
      .btn-brand,.btn-outline-brand{width:100%;text-align:center}
    }

/* Modal Content */
#priceSheetModal .modal-content {
    background: #653663;
    border: none;
    border-radius: 40px;
    padding: 30px;
    overflow: hidden;
}

/* Modal Header */
#priceSheetModal .modal-header {
    border: none;
    justify-content: center;
    padding-bottom: 20px;
}

#priceSheetModal .modal-title {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Lubalin Graph', serif;
    text-align: center;
}

#priceSheetModal .btn-close {
    position: absolute;
    top: 25px;
    right: 25px;
    filter: invert(1);
    opacity: 1;
}

/* Form Fields */
#priceSheetModal .form-control {
  width: 100%;
  height: 37px;
  border: none;
  outline: none;
  border-radius: 25px;
  background: #fff;
  color: #333;
  padding: 0 16px;
  font-size: 12px;
  margin-bottom: 11px;
  font-family: "Inter Tight", sans-serif;
  letter-spacing: normal !important;
}

#priceSheetModal textarea.form-control {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 25px;
  background: #fff;
  color: #333;
  padding: 0 16px;
  font-size: 12px;
  margin-bottom: 11px;
  font-family: "Inter Tight", sans-serif;
}

#priceSheetModal .form-control:focus {
    box-shadow: none;
    border: none;
    background: #fff;
}

/* Recaptcha */
#priceSheetModal .g-recaptcha {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

/* Consent */
#priceSheetModal .dsr-consent-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
}

#priceSheetModal .dsr-consent-label input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-top: 4px;
    flex-shrink: 0;
}

/* Submit Button */
#priceSheetModal .btn-rd {
    display: block;
  width: 155px;
  height: 40px;
  border: none;
  border-radius: 25px;
  background: #fff;
  color: #6b2d5c;
  font-size: 14px;
  font-weight: 700;
  margin: 15px auto 0;
  font-family: "Inter Tight", sans-serif;
}

#priceSheetModal .btn-rd:hover {
   background: #fff;
  color: #6b2d5c;
}

/* Center Button */
#priceSheetModal .submit-wrap {
    text-align: center;
    margin-top: 30px;
}

/* Spacing */
#priceSheetModal .mb-3 {
    margin-bottom: 30px !important;
}
@media (max-width: 767px) {

    #priceSheetModal .modal-content {
        padding: 20px;
        border-radius: 25px;
    }

    #priceSheetModal .modal-title {
        font-size: 25px;
    }

    #priceSheetModal .g-recaptcha {
        transform: scale(0.85);
        transform-origin: left top;
    }

    #priceSheetModal .dsr-consent-label {
        font-size: 14px;
    }
}
.floating-actions-wrapper {
  position: fixed;
  bottom: 50%; /* Distance from screen bottom */
  right: 0;  /* Distance from screen right */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;    /* Space between WhatsApp and Enquire button */
  z-index: 9999; /* Ensures it floats above all other sections */
}
.fa-calendar:before {display: none;}
/* Styling and rotating the Enquire Now button */
.sticky-enquiry-btn {
  background-color: var(--primary); /* Match your green brand theme color */
  color: #ffffff;
  border: none;
  padding: 12px 16px;
  border-radius: 0px 12px 12px 0px; /* Curved look matching your asset snippet */
  white-space: nowrap;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
   font-family: "Inter Tight", sans-serif;
  /* Vertical rotation code alignment */
  writing-mode: vertical-rl;
  transform: rotate(180deg); 
}
.sticky-enquiry-btn:hover{background-color: #fff; color: var(--primary);}
/* Reset baseline style wrapper for your existing WhatsApp anchor tag if needed */
.whatsapp-sticky-btn {
  display: block;
  width: 48px;  /* Adjust size to match your current icon layout */
  height: 48px;
  transition: transform 0.2s ease;
}
.phone-sticky-btn {
  display: block;
  width: 48px;  /* Adjust size to match your current icon layout */
  height: 48px;
  transition: transform 0.2s ease;
}
.whatsapp-sticky-btn {
  display: none;
}
.phone-sticky-btn {
  display: none;
}

@media (max-width: 767px) {
  .floating-actions-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    transform: none;
    width: 100%;
    background-color: #ffffff; 
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eef0f2;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    padding: 8px 0 calc(8px + env(safe-area-inset-bottom, 0px)) 0;
    z-index: 99999;
    height: 60px;
  }

  /* Split the bar into 3 perfectly identical structural blocks */
  .floating-actions-wrapper > a, 
  .floating-actions-wrapper > button {
    flex: 1;
    display: flex;
    flex-direction: column; /* Icon stacked neatly on top of text */
    align-items: center;
    justify-content: center;
    background: transparent !important; /* Removes background to merge into bar */
    color: #4a5568 !important; /* Neutral dark tint for general icon & text colors */
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 4px 0 !important;
    text-decoration: none;
    box-sizing: border-box;
    box-shadow: none;
  }
  .fa-calendar:before {display: block;}
  .float-actions {display: none;}
  /* Add subtle vertical divider lines between our 3 slots */
  .floating-actions-wrapper > a:not(:last-child),
  .floating-actions-wrapper > button:not(:last-child) {
    border-right: 1px solid #eef0f2 !important;
  }

  /* Icon Rules */
  .floating-actions-wrapper i {
    font-size: 20px !important;
    margin-bottom: 3px;
    display: inline-block;
  }
  
  .floating-actions-wrapper img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-bottom: 3px;
  }

  /* Unified Label Text Rules */
  .floating-actions-wrapper .btn-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    display: block !important;
  }


  /* Highlight the Call To Action text or icon if you want it to stand out slightly */
  .floating-actions-wrapper .sticky-enquiry-btn {
    writing-mode: horizontal-tb !important;
    transform: rotate(0deg) !important;
  }
 
}