
    :root {
      --gold: #b89556;
      --gold-light: #d4b078;
      --dark: #1a1a18;
      --off-white: #f5f0e8;
      --mid: #3a3830;
      --light-gray: #eae5dc;
    }

    * { box-sizing: border-box; }
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
}

.navbar-toggler-icon {
  filter: invert(1);
}
    body {
	font-family: 'Jost', sans-serif;}


    h1, h2, h3, h4, h5, h6 {
      font-family: 'Merriweather', serif;
      font-weight: 500;
    }

    /* ─── NAVBAR ─── */
    .navbar {
      background:rgba(0, 0, 0, 0.97);
      backdrop-filter: blur(8px);
      border-bottom: 1px solid rgba(184,149,86,0.15);
      padding: 0.6rem 0;
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 1000;
      transition: box-shadow 0.3s;
    }
	
    .navbar.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
    .navbar-brand img { height: 52px; }
    .nav-link {
      font-family: 'Jost', sans-serif;
      font-size: 0.8rem;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--off-white) !important;
      padding: 0.4rem 0.9rem !important;
      transition: color 0.2s;
    }
    .nav-link:hover { color: var(--gold) !important; }
    .navbar-toggler { border: none; }
    .navbar-toggler:focus { box-shadow: none; }
.hero-banner {
  margin-top: 74px;
}

.hero-banner img {
  width: 100%;
  height: auto;
  display: block;
}
    /* ─── HERO CAROUSEL ─── */
    .hero-carousel { margin-top: 74px; }
    .hero-carousel .carousel-item { height: auto;  }
.hero-carousel .carousel-item img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
 /* .hero-carousel .carousel-item {
    height: auto !important;
    min-height: 0 !important;
  }

  .hero-carousel .carousel-item img {
    width: 100%;
    height: auto !important;
    display: block;
    object-fit: contain !important;
  }
*/
  .stats-bar {
    position: relative;
    z-index: 1;
  }
}
    .hero-carousel .carousel-caption {
      bottom: 14%;
      text-align: left;
      left: 8%;
      right: auto;
      max-width: 520px;
    }
    .hero-caption-tag {
      font-size: 0.72rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--gold-light);
      font-weight: 500;
      margin-bottom: 0.6rem;
    }
    .hero-caption-title {
      font-family: 'Merriweather', serif;
      font-size: clamp(2.4rem, 5vw, 4rem);
      font-weight: 300;
      line-height: 1.12;
      color: #fff;
      text-shadow: 0 2px 16px rgba(0,0,0,0.25);
    }
    .carousel-control-prev,
    .carousel-control-next {
      width: 48px; height: 48px;
      top: 50%; transform: translateY(-50%);
      background: rgba(184,149,86,0.7);
      border-radius: 50%;
      margin: 0 1rem;
    }
    .carousel-indicators [data-bs-target] {
      width: 8px; height: 8px;
      border-radius: 50%;
      background: var(--gold-light);
      opacity: 0.5;
    }
    .carousel-indicators .active { opacity: 1; }

    /* ─── STATS BAR ─── */
    .stats-bar {
      background: var(--dark);
      padding: 0;
    }
    .stats-bar .stat-item {
      padding: 1.6rem 1rem;
      text-align: center;
      border-right: 1px solid rgba(255,255,255,0.08);
    }
    .stats-bar .stat-item:last-child { border-right: none; }
    .stat-label {
      font-size: 0.68rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 0.35rem;
    }
    .stat-value {
      font-family: 'Merriweather', serif;
      font-size: 1.5rem;
      color: #fff;
      font-weight: 400;
    }

    /* ─── SECTION LABELS ─── */
    .section-tag {
      font-size: 0.68rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--gold);
      font-weight: 500;
    }
    .section-title {
      font-family: 'Merriweather', serif;
      font-size: clamp(2rem, 3vw, 2rem);
      font-weight: 400;
      color: var(--dark);
      line-height: 1.2;
    }
    .gold-divider {
      width: 48px;
      height: 2px;
      background: var(--gold);
      margin: 1rem 0 1.6rem;
    }

    /* ─── ABOUT ─── */
    #about { padding: 7rem 0; }
    .about-img-wrap { position: relative; }
    .about-img-wrap img { width: 100%; border-radius: 2px; }
    .about-img-badge {
      position: absolute;
      bottom: -20px;
      right: -20px;
      background: var(--dark);
      color: #fff;
      padding: 1.4rem 1.8rem;
      font-family: 'Merriweather', serif;
      font-size: 0.9rem;
      line-height: 1.6;
      min-width: 180px;
    }
    .about-stats { background: var(--off-white); padding: 2.5rem; margin-top: 2rem; }
    .about-stat-num {
      font-family: 'Merriweather', serif;
      font-size: 3.5rem;
      color: var(--gold);
      line-height: 1;
    }
    .about-stat-label { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid); }
    .btn-outline-gold {
      border: 1px solid var(--gold);
      color: var(--gold);
      font-size: 0.75rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      padding: 0.7rem 1.8rem;
      border-radius: 0;
      transition: all 0.25s;
    }
    .btn-outline-gold:hover { background: var(--gold); color: #fff; }
    .btn-gold {
      background: var(--gold);
      color: #fff;
      font-size: 0.75rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      padding: 0.75rem 1.8rem;
      border-radius: 0;
      border: none;
      transition: background 0.25s;
    }
    .btn-gold:hover { background: var(--dark); color: #fff; }

    /* ─── AURA BANNER ─── */
    .aura-banner {
      background: var(--dark);
      padding: 6rem 0;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .aura-banner::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at center, rgba(184,149,86,0.12) 0%, transparent 70%);
    }
    .aura-subtitle {
      font-size: 0.72rem;
      letter-spacing: 0.26em;
      text-transform: uppercase;
      color: var(--gold);
    }
    .aura-lead {
      font-family: 'Merriweather', serif;
      font-size: clamp(1.2rem, 2.5vw, 1.7rem);
      color: rgba(255,255,255,0.7);
      font-weight: 300;
    }
    .aura-word {
      font-family: 'Merriweather', serif;
      font-size: clamp(5rem, 14vw, 11rem);
      font-weight: 300;
      color: transparent;
      -webkit-text-stroke: 1.5px var(--gold);
      letter-spacing: 0.08em;
      line-height: 1;
    }
    .aura-desc {
      color: rgba(255,255,255,0.55);
      font-size: 0.9rem;
      max-width: 440px;
      margin: 0 auto;
      line-height: 1.8;
    }

    /* ─── PRICE ─── */
    #price { padding: 7rem 0; background: var(--off-white); }
    .price-card {
      background: #fff;
      border: 1px solid var(--light-gray);
      padding: 3rem 2.5rem;
      transition: box-shadow 0.3s, transform 0.3s;
      position: relative;
    }
    .price-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.08); transform: translateY(-4px); }
    .price-type {
      font-size: 0.72rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--gold);
      font-weight: 500;
    }
    .price-amount {
      font-family: 'Merriweather', serif;
      font-size: 3rem;
      color: var(--dark);
      line-height: 1;
    }
    .price-onwards { font-size: 0.8rem; color: #888; }
    .price-divider { border-color: var(--light-gray); margin: 1.5rem 0; }
    .price-size { font-size: 0.85rem; color: var(--mid); letter-spacing: 0.04em; }

    /* Brochure band */
    .brochure-band {
      background: var(--dark);
      padding: 3.5rem 0;
      text-align: center;
    }
    .brochure-band h4 {
      font-family: 'Merriweather', serif;
      color: #fff;
      font-size: 1.8rem;
      font-weight: 400;
    }
    .brochure-band p { color: rgba(255,255,255,0.55); font-size: 0.85rem; margin-bottom: 1.5rem; }

    /* ─── AMENITIES ─── */
    #amenities { padding: 7rem 0; }
    .amenity-card {
      text-align: center;
      padding: 1.8rem 1rem;
      border: 1px solid transparent;
      transition: border-color 0.25s, background 0.25s;
    }
    .amenity-card:hover { border-color: var(--light-gray); background: var(--off-white); }
    .amenity-card img { width: 56px; height: 56px; object-fit: contain; margin-bottom: 0.8rem; filter: sepia(40%) saturate(60%); }
    .amenity-card h6 { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mid); font-family: 'Jost', sans-serif; font-weight: 500; }

    /* ─── SPECS ─── */
    #specs { padding: 7rem 0; background: var(--off-white); }
    .spec-item {
      display: flex;
      gap: 1.2rem;
      padding: 1.4rem 0;
      border-bottom: 1px solid var(--light-gray);
    }
    .spec-item:last-child { border-bottom: none; }
    .spec-icon img { width: 40px; height: 40px; object-fit: contain; opacity: 0.7; }
    .spec-title { font-family: 'Merriweather', serif; font-size: 1.15rem; margin-bottom: 0.2rem; font-weight: 500; }
    .spec-desc { font-size: 0.82rem; color: #666; line-height: 1.7; }
    .spec-desc li { margin-bottom: 0.2rem; }

    /* ─── MASTER PLAN ─── */
    #masterplan { padding: 7rem 0; }
    #masterplan img { width: 100%; border-radius: 2px; }

    /* ─── FLOOR PLANS ─── */
    #floorplans { padding: 7rem 0; background: var(--off-white); }
    .floor-tab-btn {
      background: none;
      border: 1px solid var(--light-gray);
      color: var(--mid);
      font-size: 0.72rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      padding: 0.5rem 1.2rem;
      cursor: pointer;
      transition: all 0.2s;
      font-family: 'Jost', sans-serif;
    }
    .floor-tab-btn.active,
    .floor-tab-btn:hover { background: var(--gold); color: #fff; border-color: var(--gold); }
    .floor-plan-img { width: 100%; border-radius: 2px; }
/* ===== FLOOR PLAN WRAPPER ===== */
.floor-plan-wrap {
  position: relative;
  width: fit-content;   /* 🔥 THIS is the key */
  margin: 0 auto;       /* centers it */
}

/* ===== IMAGE ===== */
.floor-plan-img {
  width: auto;              /* 🔥 FIX */
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;

  filter: blur(6px);
  transition: all 0.3s ease;
  border-radius: 4px;
}

/* ===== OVERLAY ===== */
.floor-plan-overlay {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(0, 0, 0, 0.35);
  border-radius: 4px;
}

/* ===== BUTTON ===== */
.floor-plan-overlay .btn {
  padding: 10px 22px;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ===== HOVER (optional premium feel) ===== */
.floor-plan-wrap:hover .floor-plan-img {
  filter: blur(4px);
}

.floor-plan-wrap:hover .floor-plan-overlay {
  background: rgba(0, 0, 0, 0.25);
}

/* ===== TABLET ===== */
@media (min-width: 768px) {
  .floor-plan-img {
    max-width: 650px;
  }
}

/* ===== DESKTOP ===== */
@media (min-width: 992px) {
  .floor-plan-img {
    max-width: 600px; /* 🔥 control desktop size here */
  }
}

/* ===== LARGE SCREENS ===== */
@media (min-width: 1200px) {
  .floor-plan-img {
    max-width: 580px;
  }
}
    /* ─── GALLERY ─── */
    #gallery { padding: 7rem 0; }
    .gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 240px; gap: 10px; }
    .gallery-item { overflow: hidden; }
    .gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
    .gallery-item:hover img { transform: scale(1.06); }
    .gallery-item.wide { grid-column: span 2; }
    .gallery-item.tall { grid-row: span 2; }

    /* ─── WALKTHROUGH ─── */
    .walkthrough-wrap {
      position: relative;
      background: #000;
      cursor: pointer;
      overflow: hidden;
    }
    .walkthrough-wrap img { width: 100%; opacity: 0.7; display: block; }
    .play-btn {
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      width: 72px; height: 72px;
      border-radius: 50%;
      background: rgba(184,149,86,0.9);
      display: flex; align-items: center; justify-content: center;
      color: #fff;
      font-size: 1.8rem;
      transition: background 0.25s;
    }
    .walkthrough-wrap:hover .play-btn { background: var(--gold); }

    /* ─── LOCATION ─── */
    #location { padding: 7rem 0; background: var(--off-white); }
    .location-point {
      display: flex;
      align-items: center;
      gap: 0.8rem;
      padding: 0.7rem 0;
      border-bottom: 1px solid var(--light-gray);
    }
    .location-point:last-child { border-bottom: none; }
    .loc-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
    .loc-name { font-size: 0.85rem; color: var(--mid); flex: 1; }
    .loc-time { font-size: 0.78rem; color: var(--gold); font-weight: 500; }
    .map-placeholder {
      background: #e8e3d9;
      border-radius: 2px;
      height: 380px;
      display: flex; align-items: center; justify-content: center;
      color: #999;
      font-size: 0.85rem;
      position: relative;
      overflow: hidden;
    }
    .map-placeholder iframe {
      width: 100%; height: 100%; border: none;
    }

    /* ─── CONTACT ─── */
    #contact { padding: 7rem 0; background: var(--dark); }
    #contact .section-title { color: #fff; }
    #contact .gold-divider { }
    .contact-info p { color: rgba(255,255,255,0.55); font-size: 0.85rem; line-height: 1.9; }
    .contact-info strong { color: #fff; }
    .contact-info a { color: var(--gold); text-decoration: none; }
    .form-control, .form-select {
      background: rgba(255,255,255,0.09);
      border: 0.5px solid var(--dark);
      color: #000;
      border-radius: 0;
      padding: 0.75rem 1rem;
      font-size: 0.85rem;
      font-family: 'Jost', sans-serif;
    }
    .form-control::placeholder { color: rgba(255,255,255,0.35); }
    .form-control:focus, .form-select:focus {
      background: rgba(255,255,255,0.08);
      border-color: var(--gold);
      box-shadow: none;
      color: #000;
    }
#schedule .form-control,
#schedule .form-control:focus {
    color: #fff;
}

#schedule .form-control::placeholder {
    color: #fff;
}
    .form-select option { background: var(--dark); }
    .form-label { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 0.4rem; }

    /* ─── FOOTER ─── */
    footer {
      background: #111;
      padding: 1.5rem 0;
      border-top: 1px solid rgba(255,255,255,0.06);
    }
    footer p { color: rgba(255,255,255,0.35); font-size: 0.75rem; margin: 0; }
    footer a { color: rgba(255,255,255,0.4); font-size: 0.75rem; text-decoration: none; }
    footer a:hover { color: var(--gold); }

    /* ─── MISC ─── */
    @media (max-width: 768px) {
      .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
      .gallery-item.wide { grid-column: span 1; }
      .about-img-badge { position: static; margin-top: 1rem; }
      .hero-carousel .carousel-item { height: 60vh; }
      .hero-caption-title { font-size: 2rem; }
      .aura-word { font-size: 4.5rem; }
    }

    /* Scroll fade-in */
    .fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
    .fade-up.visible { opacity: 1; transform: translateY(0); }

.video-wrap {
  max-width: 800px;   /* control size here */
  margin: 0 auto;     /* center it */
}

.video-preview {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  cursor: pointer;
}

.video-preview img {
  width: 100%;
  display: block;
  border-radius: 6px;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;

  border-radius: 6px;
}

.play-icon {
  font-size: 3rem;
  color: #fff;
  opacity: 0.9;
}

.video-overlay .btn {
  font-size: 0.8rem;
  letter-spacing: 1px;
}
.gallery-img {
  cursor: pointer;
}
/* BASE (mobile) */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.3s ease, visibility 0.3s ease;

  display: flex;
  z-index: 9999;
}
.sticky-cta.hide-sticky {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.cta-btn {
  flex: 1;
  text-align: center;
  padding: 14px 10px;

  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;

  border: none;
  text-decoration: none;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* LEFT */
.cta-left {
  background: #000;
  color: #fff;
}

/* RIGHT */
.cta-right {
  background: #25D366;
  color: #fff;
}


/* 🔥 DESKTOP FIX */
@media (min-width: 768px) {

  .sticky-cta {
    width: auto;
    left: 20px;
    right: 20px;
    bottom: 20px;

    justify-content: space-between;
    gap: 10px;
  }

  .cta-btn {
    flex: unset;              /* 🔥 remove stretch */
    padding: 10px 18px;
    border-radius: 1px;
  }

  .cta-left {
    position: fixed;
    left: 20px;
    bottom: 20px;
  }

  .cta-right {
    position: fixed;
    right: 20px;
    bottom: 20px;
  }

}
/* Make accordion arrow icon white */
.accordion-button::after {
  filter: brightness(0) invert(1);
}

/* Optional: keep it white even when expanded */
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

/* Optional polish: remove blue glow on click */
.accordion-button:focus {
  box-shadow: none;
}