:root {
  --brand: #D4AF37;
  --brand-dark: #B8941F;
  --brand-soft: rgba(212, 175, 55, 0.15);

  --dark: #16120F;
  --dark-2: #211B15;

  --text: #F5F0E8;
  --muted: #D8CCBA;
  --white: #FFFDF8;

  --line: rgba(212, 175, 55, 0.15);
  --card: rgba(255, 248, 235, 0.05);
  --card-strong: rgba(255, 248, 235, 0.08);

  --shadow: 0 24px 80px rgba(0, 0, 0, 0.28);

  --radius: 24px;
  --radius-sm: 16px;
  --container: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right,
      rgba(212, 175, 55, 0.12),
      transparent 30%),
    radial-gradient(circle at bottom left,
      rgba(240, 217, 138, 0.08),
      transparent 25%),
    linear-gradient(
      180deg,
      #16120F 0%,
      #1F1914 40%,
      #2A221B 100%
    );
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  color: var(--muted);
  line-height: 1.8;
}

.container-xxl {
  max-width: var(--container);
}

.section-space {
  padding: 110px 0;
}

.section-space-sm {
  padding: 80px 0;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background: rgba(212, 175, 55, 0.08);
  color: #F6E7B2;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-tag::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 20px var(--brand);
}

.section-head {
  max-width: 760px;
  margin-bottom: 40px;
}

.section-head.centered {
  margin-inline: auto;
  text-align: center;
}

.display-title,
h1,
h2,
h3,
h4,
.brand-wordmark {
  font-family: "Cormorant Garamond", serif;
  color: var(--white);
  letter-spacing: 0.02em;
}

.display-title {
  font-size: clamp(2.75rem, 5vw, 5.5rem);
  line-height: 0.94;
  margin: 20px 0 22px;
}

.section-title {
  font-size: clamp(2.2rem, 3vw, 3.6rem);
  line-height: 1;
  margin: 18px 0;
}

.lead {
  font-size: 1.08rem;
}

.glass-panel,
.luxury-card,
.page-hero-card,
.contact-panel,
.faq-panel,
.stat-card {
  background: linear-gradient(
    180deg,
    rgba(255, 248, 235, 0.10),
    rgba(255, 248, 235, 0.04)
  );
  border: 1px solid rgba(212, 175, 55, 0.12);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}


/* ===================================
   HEADER & TOPBAR
=================================== */

.topbar {
  position: relative;
  z-index: 1035;
  background: rgba(22, 18, 15, 0.92);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.topbar a {
  color: #F6E7B2;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  transition: all 0.3s ease;
}

.site-header .navbar {
  padding: 18px 0;
  transition: all 0.3s ease;
}

.site-header.scrolled .navbar {
  padding: 12px 0;
  background: rgba(22, 18, 15, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

/* ===================================
   BRAND
=================================== */

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.35),
    rgba(240, 217, 138, 0.12)
  );
  border: 1px solid rgba(212, 175, 55, 0.25);
  color: #FFF6D5;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  font-weight: 700;
}

.brand-wordmark {
  font-size: 1.7rem;
  line-height: 1;
}

.brand-subtitle {
  color: #D8CCBA;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

/* ===================================
   NAVBAR
=================================== */

.navbar .nav-link {
  color: rgba(255, 245, 220, 0.9);
  font-weight: 500;
  padding: 10px 14px !important;
  transition: all 0.3s ease;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: #F0D98A;
}

/* ===================================
   BUTTONS
=================================== */

.btn-luxury,
.btn-outline-luxury {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  border-radius: 999px;
  padding: 0 28px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
}

.btn-luxury {
  color: #16120F;
  border: none;
  background: linear-gradient(
    135deg,
    #D4AF37,
    #F0D98A
  );
  box-shadow: 0 18px 35px rgba(212, 175, 55, 0.30);
}

.btn-luxury:hover {
  color: #16120F;
  transform: translateY(-3px);
  box-shadow: 0 22px 40px rgba(212, 175, 55, 0.40);
}

.btn-outline-luxury {
  color: #FFF6D5;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: rgba(212, 175, 55, 0.05);
}

.btn-outline-luxury:hover {
  color: #16120F;
  background: linear-gradient(
    135deg,
    #D4AF37,
    #F0D98A
  );
  transform: translateY(-3px);
}

/* ===================================
   OFFCANVAS MOBILE MENU
=================================== */

.offcanvas {
  background: linear-gradient(
    180deg,
    #16120F,
    #241E18
  );
  color: var(--text);
}

.offcanvas .nav-link {
  padding: 14px 0 !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
}

/* ===================================
   HERO SLIDER
=================================== */

.hero-slider .carousel-item {
  min-height: calc(100vh - 48px);
}

.hero-slide {
  position: relative;
  min-height: calc(100vh - 48px);
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(20, 15, 10, 0.92) 0%,
      rgba(20, 15, 10, 0.65) 45%,
      rgba(20, 15, 10, 0.35) 100%
    ),
    linear-gradient(
      180deg,
      rgba(20, 15, 10, 0.15),
      rgba(20, 15, 10, 0.65)
    );
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.25);
  color: #F6E7B2;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.hero-facts .fact {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 248, 235, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.15);
  backdrop-filter: blur(12px);
}

.hero-facts strong {
  display: block;
  color: #F0D98A;
  font-size: 1.5rem;
  font-weight: 700;
}



/* ===================================
   COMMON CARDS
=================================== */

.info-strip,
.luxury-card,
.timeline-card,
.testimonial-card,
.gallery-card,
.plan-card,
.location-card,
.developer-card {
  padding: 30px;
  border-radius: var(--radius);

  background: linear-gradient(
    180deg,
    rgba(255,248,235,0.08),
    rgba(255,248,235,0.04)
  );

  border: 1px solid rgba(212,175,55,0.15);

  box-shadow: var(--shadow);

  transition: all .35s ease;
}

.luxury-card:hover,
.gallery-card:hover,
.plan-card:hover,
.location-card:hover,
.developer-card:hover {
  transform: translateY(-8px);

  border-color: rgba(212,175,55,.35);

  box-shadow:
    0 30px 70px rgba(0,0,0,.35),
    0 0 30px rgba(212,175,55,.12);
}

/* ===================================
   ICON BOX
=================================== */

.icon-box {
  width: 62px;
  height: 62px;
  border-radius: 18px;

  display: inline-grid;
  place-items: center;

  margin-bottom: 18px;

  background: linear-gradient(
    135deg,
    rgba(212,175,55,.25),
    rgba(240,217,138,.08)
  );

  border: 1px solid rgba(212,175,55,.20);

  color: #F0D98A;

  font-size: 1.4rem;
}

.metric {
  font-size: 3rem;
  color: #F0D98A;

  font-family: "Cormorant Garamond", serif;

  line-height: 1;
  margin-bottom: 10px;
}

/* ===================================
   ABOUT SECTION
=================================== */

.about-image-stack {
  position: relative;
}

.about-image-stack img {
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.floating-badge {
  position: absolute;

  right: -24px;
  bottom: 30px;

  max-width: 250px;

  padding: 22px;

  border-radius: 24px;

  background: rgba(22,18,15,.95);

  border: 1px solid rgba(212,175,55,.20);

  box-shadow: var(--shadow);
}

.floating-badge h4 {
  color: #F0D98A;
  margin-bottom: 8px;
}

.floating-badge p {
  margin: 0;
}

/* ===================================
   AMENITIES
=================================== */

.amenity-thumb,
.gallery-thumb,
.plan-thumb {
  width: 100%;
  height: 250px;

  border-radius: 24px;

  object-fit: cover;
}

.amenity-thumb {
  margin-bottom: 20px;
}

.amenity-card h4 {
  color: #FFF6D5;
}

.amenity-card:hover .amenity-thumb {
  transform: scale(1.03);
}

.amenity-thumb {
  transition: .45s ease;
}

/* ===================================
   STATS BAND
=================================== */

.stats-band {
  position: relative;
  overflow: hidden;
}

.stats-band::before {
  content: "";

  position: absolute;
  inset: 0;

  background:
  linear-gradient(
    90deg,
    rgba(212,175,55,.12),
    rgba(212,175,55,.02)
  );
}

.stat-card {
  position: relative;

  padding: 34px 26px;

  border-radius: 28px;

  background: linear-gradient(
    180deg,
    rgba(255,248,235,.08),
    rgba(255,248,235,.04)
  );

  border: 1px solid rgba(212,175,55,.15);
}

.stat-card h3 {
  color: #F0D98A;
  font-size: 3rem;
}

.stat-card p {
  margin-bottom: 0;
}

/* ===================================
   GALLERY
=================================== */

.gallery-card {
  overflow: hidden;
  position: relative;
}

.gallery-card .gallery-thumb {
  transition: transform .45s ease;
}

.gallery-card:hover .gallery-thumb {
  transform: scale(1.08);
}

.gallery-action {
  position: absolute;

  left: 20px;
  right: 20px;
  bottom: 20px;

  padding: 16px 18px;

  border-radius: 18px;

  background: rgba(22,18,15,.88);

  border: 1px solid rgba(212,175,55,.20);

  backdrop-filter: blur(15px);
}

.gallery-action h5 {
  color: #FFF6D5;
  margin-bottom: 4px;
}

.gallery-action p {
  margin: 0;
}

/* ===================================
   FLOOR PLANS
=================================== */

.plan-card {
  overflow: hidden;
}

.plan-card .plan-thumb {
  transition: .45s ease;
}

.plan-card:hover .plan-thumb {
  transform: scale(1.08);
}

.plan-card h4 {
  color: #FFF6D5;
  margin-top: 20px;
}

.plan-card .plan-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.plan-card .plan-meta span {
  padding: 8px 14px;

  border-radius: 999px;

  background: rgba(212,175,55,.10);

  border: 1px solid rgba(212,175,55,.15);

  color: #F0D98A;

  font-size: .85rem;
}

/* ===================================
   TIMELINE
=================================== */

.timeline-card {
  position: relative;
}

.timeline-card::before {
  content: "";

  position: absolute;

  left: 0;
  top: 0;
  bottom: 0;

  width: 4px;

  border-radius: 999px;

  background:
  linear-gradient(
    180deg,
    #D4AF37,
    #F0D98A
  );
}

.timeline-card h4 {
  color: #F0D98A;
}

/* ===================================
   TESTIMONIALS
=================================== */

.testimonial-card {
  height: 100%;
}

.quote-mark {
  font-size: 3.5rem;

  color: rgba(212,175,55,.60);

  line-height: 1;
}

.testimonial-card h5 {
  color: #FFF6D5;
}

/* ===================================
   SECTION DIVIDER
=================================== */

.divider-line {
  height: 1px;
  width: 100%;

  background:
  linear-gradient(
    90deg,
    transparent,
    rgba(212,175,55,.25),
    transparent
  );
}




/* ===================================
   FAQ SECTION
=================================== */

.accordion-item {
  background: transparent;
  border: 1px solid rgba(212,175,55,.15);
  border-radius: 20px !important;
  overflow: hidden;
  margin-bottom: 16px;
}

.accordion-button,
.accordion-button:not(.collapsed) {
  background: rgba(255,248,235,.05);
  color: #FFFDF8;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  filter: brightness(5);
}

.accordion-body {
  color: var(--muted);
  background: rgba(255,248,235,.03);
}

/* ===================================
   CONTACT FORM
=================================== */

.form-control,
.form-select {
  min-height: 58px;

  border-radius: 18px;

  background: rgba(255,248,235,.05);

  border: 1px solid rgba(212,175,55,.15);

  color: #FFFDF8;
}

.form-control:focus,
.form-select:focus {
  color: #FFFDF8;

  background: rgba(255,248,235,.08);

  border-color: rgba(212,175,55,.50);

  box-shadow:
    0 0 0 .25rem rgba(212,175,55,.15);
}

.form-control::placeholder {
  color: rgba(245,240,232,.50);
}

textarea.form-control {
  min-height: 160px;
}

.contact-panel {
  padding: 40px;

  border-radius: var(--radius);

  background: linear-gradient(
    180deg,
    rgba(255,248,235,.08),
    rgba(255,248,235,.04)
  );

  border: 1px solid rgba(212,175,55,.15);
}

/* ===================================
   PAGE HERO
=================================== */

.page-hero {
  position: relative;
  padding: 150px 0 90px;
  overflow: hidden;
}

.page-hero::before {
  content: "";

  position: absolute;
  inset: 0;

  background:
  linear-gradient(
    90deg,
    rgba(22,18,15,.90),
    rgba(22,18,15,.60)
  ),
  url("../images/banner.jpg");

  background-size: cover;
  background-position: center;

  opacity: .60;
}

.page-hero > .container-xxl {
  position: relative;
  z-index: 1;
}

/* ===================================
   LIST STYLE
=================================== */

.list-check {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-check li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
  color: #F5F0E8;
}

.list-check li::before {
  content: "✓";

  position: absolute;
  left: 0;
  top: 0;

  color: #D4AF37;
  font-weight: 700;
}

/* ===================================
   GOOGLE MAP
=================================== */

.map-frame {
  overflow: hidden;

  border-radius: 28px;

  border: 1px solid rgba(212,175,55,.15);

  box-shadow: var(--shadow);
}

.map-frame iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

/* ===================================
   FOOTER
=================================== */

.footer-main {
  padding: 80px 0 20px;

  border-top: 1px solid rgba(212,175,55,.10);

  background: rgba(18,15,12,.95);
}

.footer-main h4,
.footer-main h5 {
  color: #FFF6D5;
}

.footer-main a {
  color: #D8CCBA;
  transition: .3s;
}

.footer-main a:hover {
  color: #F0D98A;
}

.footer-bottom {
  padding-top: 20px;
  margin-top: 20px;

  border-top: 1px solid rgba(212,175,55,.10);

  color: rgba(245,240,232,.60);
}

/* ===================================
   SOCIAL ICONS
=================================== */

.social-links a {
  width: 46px;
  height: 46px;

  border-radius: 50%;

  display: inline-grid;
  place-items: center;

  margin-right: 10px;

  border: 1px solid rgba(212,175,55,.15);

  background: rgba(255,248,235,.04);

  transition: .3s;
}

.social-links a:hover {
  background: #D4AF37;
  color: #16120F;
  transform: translateY(-4px);
}

/* ===================================
   WHATSAPP BUTTON
=================================== */

.floating-whatsapp {
  position: fixed;

  right: 22px;
  bottom: 92px;

  z-index: 1040;

  width: 62px;
  height: 62px;

  border-radius: 50%;

  display: grid;
  place-items: center;

  background: #25D366;

  color: #fff;

  font-size: 1.7rem;

  box-shadow:
    0 18px 40px rgba(37,211,102,.35);
}

/* ===================================
   MOBILE ACTION BAR
=================================== */

.mobile-action-bar {
  display: none;

  position: fixed;

  left: 12px;
  right: 12px;
  bottom: 12px;

  z-index: 1038;

  padding: 10px;

  border-radius: 22px;

  background: rgba(22,18,15,.95);

  border: 1px solid rgba(212,175,55,.15);

  box-shadow: var(--shadow);
}

.mobile-action-bar a {
  flex: 1;

  min-height: 52px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 8px;

  color: #FFF6D5;

  font-weight: 600;

  border-radius: 14px;
}

.mobile-action-bar a.primary {
  background: linear-gradient(
    135deg,
    #D4AF37,
    #F0D98A
  );

  color: #16120F;
}

/* ===================================
   POPUP MODAL
=================================== */

.luxury-popup-modal .modal-content {
  position: relative;

  padding: 24px;

  border-radius: 32px;

  overflow: hidden;

  background:
  linear-gradient(
    180deg,
    rgba(32,26,21,.98),
    rgba(22,18,15,.98)
  );

  border: 1px solid rgba(212,175,55,.18);

  box-shadow: var(--shadow);
}

.luxury-popup-modal .modal-content::before {
  content: "";

  position: absolute;
  inset: 0;

  background:
  radial-gradient(
    circle at top right,
    rgba(212,175,55,.20),
    transparent 35%
  );

  pointer-events: none;
}

.luxury-modal-title {
  color: #FFF6D5;

  font-size: clamp(2rem,4vw,3.4rem);

  font-family: "Cormorant Garamond", serif;
}

.luxury-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
}

/* ===================================
   REVEAL ANIMATION
=================================== */

.reveal {
  opacity: 0;
  transform: translateY(35px);

  transition:
    opacity .7s ease,
    transform .7s ease;
}

.reveal.revealed {
  opacity: 1;
  transform: none;
}

/* ===================================
   RESPONSIVE
=================================== */

@media (max-width:1199px) {

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .floating-badge {
    right: 10px;
    bottom: 10px;
  }
}

@media (max-width:991px) {

  .section-space {
    padding: 85px 0;
  }

  .hero-slide,
  .hero-slider .carousel-item {
    min-height: auto;
  }

  .hero-slide {
    padding: 130px 0 90px;
  }

  .page-hero {
    padding: 130px 0 70px;
  }
}

@media (max-width:767px) {

  .display-title {
    font-size: 2.5rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .mobile-action-bar {
    display: flex;
    gap: 10px;
  }

  .floating-whatsapp {
    bottom: 86px;
  }

  .map-frame iframe {
    height: 340px;
  }

  .floating-badge {
    position: static;
    margin-top: 20px;
    max-width: 100%;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn-luxury,
  .btn-outline-luxury {
    width: 100%;
  }
}




.gallery-lightbox{
    display:none !important;
}

.gallery-lightbox.open{
    display:flex !important;
}


.luxury-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9999;
    cursor: pointer;
    pointer-events: auto;
}

