@import url('fonts.css');

@font-face {
  font-family: 'Fraunces_72pt-Regular';
  src: url('../fonts/Fraunces.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fraunces_72pt-Regular';
  src: url('../fonts/Fraunces.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/Fraunces.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/Fraunces.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'IcoFont';
  src:
    url('../fonts/icofont/icofont.woff2') format('woff2'),
    url('../fonts/icofont/icofont.woff') format('woff');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

.icofont {
  font-family: 'IcoFont' !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icofont[data-icon]::before {
  content: attr(data-icon);
}

:root {
  --primary: #0e1527;
  --primary-rgb: 14, 21, 39;
  --dark-bg: #0e1527;
  --navy-deep: #0e1527;
  --navy-surface: #141d33;
  --navy-card: #172138;

  --accent-rgb: 14, 21, 39;
  --gold-soft-rgb: 224, 174, 87;

  --green: #0e1527;
  --green-dark: #0e1527;
  --green-deep: #080d19;

  --gold: #e0ae57;
  --gold-rgb: 224, 174, 87;
  --gold-dark: #c99842;
  --gold-light: #ecc57e;
  --gold-soft: #e0ae57;
  --gold-mid: #e0ae57;

  --beige: #f9f7f3;
  --beige-strong: #ede8df;
  --surface: #f9f7f3;
  --cream: #f9f7f3;
  --white: #ffffff;

  --text-dark: #0e1527;
  --text-soft: #5e6573;
  --text-faint: #8d95a5;
  --text-light: #ffffff;
  --text-light-muted: #a0a8b9;

  --shadow: 0 18px 40px rgba(14, 21, 39, 0.08);
  --line: rgba(224, 174, 87, 0.25);
  --line-strong: rgba(224, 174, 87, 0.45);
  --border-light: #e8e3d9;

  --dark-gradient: linear-gradient(135deg, #0e1527 0%, #151e36 100%);
  --dark-gradient-soft: linear-gradient(135deg, #0e1527 0%, #17213b 100%);
  --accent-gradient: linear-gradient(135deg, #e0ae57 0%, #ecc57e 100%);
  --accent-gradient-strong: linear-gradient(135deg, #c99842 0%, #e0ae57 100%);

  --nav-height: 80px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

@supports (scrollbar-gutter: stable) {
  body.modal-open {
    padding-right: 0 !important;
  }

  body.modal-open .fixed-top,
  body.modal-open .fixed-bottom,
  body.modal-open .is-fixed,
  body.modal-open .sticky-top {
    padding-right: 0 !important;
  }
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color: var(--text-dark);
  background: var(--surface);
  line-height: 1.7;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-font,
.section-heading,
.section-heading-light,
.section-title,
.about-title,
.highlight-title,
.location-heading,
.location-subheading,
.gallery-heading,
.amenities-title,
.contact-form-title,
.modal-title,
.developer-card h1,
.developer-card h2,
.developer-card h3,
.metric-value,
.card-stat {
  font-family: 'Fraunces_72pt-Regular', 'Fraunces', serif;
}

p,
span,
a,
li,
input,
select,
textarea,
button,
label,
.btn,
.nav-link,
.metric-title,
.section-eyebrow,
.amenity-tile,
.location-copy,
.location-points,
.developer-card p,
.feature-card-desc,
.overview-feature-card .card-desc {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--gold);
}

section {
  scroll-margin-top: 90px;
}

/* SECTION EYEBROW & HEADING PATTERN */
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gold);
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: var(--gold);
  border-radius: 1px;
}

.section-eyebrow.text-center::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: var(--gold);
  border-radius: 1px;
}

.section-heading {
  color: var(--primary);
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
  line-height: 1.25;
  font-weight: 500;
}

.section-heading-light {
  color: var(--white);
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
  line-height: 1.25;
  font-weight: 500;
}

.text-accent-italic,
.heading-accent,
.section-heading em,
.section-heading i,
.section-heading-light em,
.section-heading-light i,
.highlight-title em,
.highlight-title i,
.gallery-heading em,
.gallery-heading i,
.amenities-title em,
.amenities-title i {
  font-family: 'Fraunces_72pt-Regular', 'Fraunces', serif;
  font-style: italic;
  color: var(--gold) !important;
  font-weight: inherit;
}

.text-light-muted {
  color: var(--text-light-muted) !important;
}

/* NAVBAR */
.site-navbar {
  background: var(--primary);
  backdrop-filter: blur(10px);
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(224, 174, 87, 0.18);
  box-shadow: 0 4px 20px rgba(14, 21, 39, 0.35);
}

.legal-page .site-navbar {
  padding-top: 12px;
  padding-bottom: 12px;
}

.navbar-nav {
  gap: 20px;
}

.navbar-brand {
  font-weight: 600;
  letter-spacing: 1px;
}

.project-logo {
  width: 120px;
  height: auto;
  display: block;
}

.navbar-brand span {
  color: var(--gold);
}

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  position: relative;
  transition: color 0.2s ease, transform 0.2s ease;
  padding: 8px 10px;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--gold);
}

.navbar-dark .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0px;
  height: 2px;
  background: var(--gold);
  border-radius: 999px;
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.navbar-dark .navbar-nav .nav-link:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.navbar-dark .navbar-nav .nav-link.active {
  color: var(--gold);
}

.navbar-dark .navbar-nav .nav-link.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.btn-nav-enquire {
  background: var(--gold);
  color: var(--primary) !important;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px 24px;
  border-radius: 4px;
  border: 1px solid var(--gold);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(224, 174, 87, 0.25);
}

.btn-nav-enquire:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  color: var(--primary) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(224, 174, 87, 0.38);
}

.navbar-toggler {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--gold);
  border-radius: 6px;
  background: rgba(224, 174, 87, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.18rem rgba(224, 174, 87, 0.3);
}

.navbar-toggler-icon {
  background-image: none;
  position: relative;
  width: 22px;
  height: 2px;
  background-color: var(--gold);
  border-radius: 999px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background-color: var(--gold);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.navbar-toggler-icon::before {
  top: -7px;
}

.navbar-toggler-icon::after {
  top: 7px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-color: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
  transform: translateY(7px) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 991px) {
  .navbar-nav {
    gap: 8px;
  }

  .navbar-collapse {
    background: var(--primary);
    border-radius: 12px;
    padding: 16px 18px;
    margin-top: 14px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(224, 174, 87, 0.25);
  }

  .navbar-dark .navbar-nav .nav-link {
    padding: 10px 14px;
    color: #ffffff;
    border-radius: 8px;
  }

  .navbar-dark .navbar-nav .nav-link:hover {
    background: rgba(224, 174, 87, 0.12);
    color: var(--gold);
  }

  .navbar-dark .navbar-nav .nav-link.active {
    background: rgba(224, 174, 87, 0.18);
    color: var(--gold);
  }

  .navbar-dark .navbar-nav .nav-link.active::after {
    display: none;
  }

  .about-overlay {
    text-align: justify  !important;
  }

}

@media (max-width: 767px) {
  .project-logo {
    width: 100px;
  }
}

/* HERO SECTION */
.hero-section {
  height: auto;
  min-height: 0;
  padding-top: var(--nav-height);
  background: var(--primary);
}

.hero-media {
  display: block;
  margin: 0;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
}

/* BANNER METRICS (STATS STRIP) */
.banner-metrics {
  background: #0e1527;
  color: #ffffff;
  padding: 30px 0;
  border-top: 1px solid rgba(224, 174, 87, 0.2);
  border-bottom: 1px solid rgba(224, 174, 87, 0.2);
}

.banner-metrics .metric-col {
  position: relative;
  padding: 16px 20px;
}

.banner-metrics .metric-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner-metrics .metric-title {
  font-family: 'Inter', sans-serif;
  color: var(--text-light-muted);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.banner-metrics .metric-value {
  font-family: 'Fraunces_72pt-Regular', 'Fraunces', serif;
  font-style: italic;
  color: var(--gold);
  font-size: clamp(1.2rem, 1.7vw, 1.6rem);
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 0;
}

.banner-metrics .metric-col::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 52px;
  background: rgba(255, 255, 255, 0.12);
}

.banner-metrics .metric-col:first-child::before {
  display: none;
}

.banner-metrics-offer {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 700;
  text-align: center;
  color: var(--gold);
}

/* SECTIONS */
.section {
  padding: 85px 0;
  content-visibility: auto;
  contain-intrinsic-size: 800px;
}

.banner-form-section {
  display: none;
  content-visibility: visible;
  contain-intrinsic-size: auto;
  margin-bottom: 16px;
}

.section-dark {
  background: #0e1527;
  color: #ffffff;
}

.section-light {
  background: var(--surface);
}

/* OVERVIEW / ABOUT SECTION CARDS */
.about-section {
  background: var(--surface);
}

.overview-feature-card {
  background: #f9f7f3;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 30px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.overview-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(14, 21, 39, 0.08);
  border-color: var(--gold);
}

.card-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.card-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}

.card-stat {
  font-family: 'Fraunces_72pt-Regular', 'Fraunces', serif;
  font-style: italic;
  font-size: 2.2rem;
  color: var(--gold);
  line-height: 1;
}

.overview-feature-card .card-title {
  font-family: 'Fraunces_72pt-Regular', 'Fraunces', serif;
  font-size: 1.28rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
  line-height: 1.3;
}

.overview-feature-card .card-desc {
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  color: var(--text-soft);
  line-height: 1.6;
  margin-bottom: 0;
}

.about-title {
  color: var(--primary);
  letter-spacing: 0.5px;
  max-width: 980px;
  margin: 0 auto 22px;
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
  line-height: 1.4;
}

.about-visual {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.about-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.about-overlay {
  position: relative;
  left: 0%;
  right: 0%;
  bottom: 0;
  background: #0e1527;
  color: #ffffff;
  padding: 24px 16px;
  border-radius: 0 0 16px 16px;
  font-size: 0.95rem;
  line-height: 1.7;
  text-align: center;
  border-top: 1px solid rgba(224, 174, 87, 0.2);
}

.about-overlay p {
  color: rgba(255, 255, 255, 0.88);
}

.about-caption {
  position: absolute;
  right: 18px;
  bottom: 12px;
  font-size: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

/* BUTTONS */
.btn-cta,
.btn-gold,
.location-cta,
.floor-plan-btn {
  background: var(--gold);
  color: var(--primary) !important;
  border: 1px solid var(--gold);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.86rem;
  padding: 12px 28px;
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(224, 174, 87, 0.22);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-cta {
  width: fit-content;
  margin: auto;
  display: block;
}

.brochure-btn {
  margin-top: 36px !important;
}

.btn-cta:hover,
.btn-gold:hover,
.location-cta:hover,
.floor-plan-btn:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  color: var(--primary) !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(224, 174, 87, 0.35);
}

.btn-cta:focus,
.btn-gold:focus,
.location-cta:focus,
.floor-plan-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 174, 87, 0.3);
}

.btn-gold:disabled,
.btn-gold[disabled] {
  background: #cecece !important;
  border-color: #cecece !important;
  color: #6b7280 !important;
  cursor: not-allowed;
  opacity: 1;
  pointer-events: auto;
  transform: none !important;
  box-shadow: none !important;
}

.about-btn {
  position: fixed;
  right: 28px;
  bottom: 24px;
  z-index: 1050;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--gold);
  color: var(--primary) !important;
  border: 1px solid var(--gold);
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.about-btn:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  transform: translateY(-2px);
}

/* HIGHLIGHTS SECTION */
.highlight-section {
  background: #0e1527;
}

.highlight-title {
  color: var(--white);
  font-size: clamp(1.75rem, 2.6vw, 2.4rem);
  line-height: 1.3;
  margin-bottom: 24px;
}

.highlight-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 1rem;
}

.highlight-bullet {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'IcoFont' !important;
  font-size: 1.1rem;
  color: var(--gold);
}

.highlight-bullet::before {
  content: "\eed7";
}

.highlight-visual {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(224, 174, 87, 0.2);
}

.highlight-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.highlight-caption {
  position: absolute;
  right: 14px;
  bottom: 12px;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.75);
}

/* LOCATION SECTION */
.location-section {
  background: var(--surface);
  color: var(--text-dark);
}

.location-map {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(14, 21, 39, 0.08);
  border: 1px solid var(--border-light);
}

.location-map img {
  width: 100%;
  height: auto;
  display: block;
}

.location-map iframe {
  width: 100%;
  min-height: 560px;
  display: block;
  border: 0;
}

.location-heading {
  color: var(--primary);
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
  line-height: 1.25;
}

.location-subheading {
  color: var(--primary);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.4;
}

.location-lead,
.location-copy {
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.7;
}

.location-points {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.location-points li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--primary);
  font-weight: 500;
  font-size: 0.98rem;
}

.location-arrow {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'IcoFont' !important;
  font-size: 1rem;
  color: var(--gold);
}

.location-arrow::before {
  content: "\ef79";
}

.location-cta {
  width: max-content;
  margin-top: 24px;
}

/* GALLERY SECTION */
.gallery-section {
  background: #0e1527;
  padding: 85px 0 75px;
}

.gallery-container {
  padding-left: clamp(16px, 3vw, 48px);
  padding-right: clamp(16px, 3vw, 48px);
}

.gallery-heading {
  color: var(--white);
  font-size: clamp(1.75rem, 2.6vw, 2.4rem);
  letter-spacing: 0.5px;
  margin-bottom: 36px;
  text-align: center;
}

.gallery-grid img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.35s ease;
  border-radius: 8px;
}

.gallery-grid .gallery-item {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
  position: relative;
  border: 1px solid rgba(224, 174, 87, 0.18);
}

.gallery-grid .gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-carousel {
  display: none;
  margin-bottom: 28px;
}

.gallery-carousel .gallery-item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(224, 174, 87, 0.18);
}

.gallery-carousel .gallery-item img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}

.gallery-carousel .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.gallery-carousel .carousel-indicators .active {
  background-color: var(--gold);
  width: 20px;
  border-radius: 4px;
}

/* GALLERY LIGHTBOX */
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
}

.gallery-lightbox.is-open {
  display: block;
}

.gallery-lightbox .lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 21, 39, 0.95);
  backdrop-filter: blur(4px);
}

.gallery-lightbox .lightbox-dialog {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 32px auto;
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #ffffff;
}

.lightbox-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lightbox-counter {
  font-size: 0.95rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold);
}

.lightbox-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lightbox-btn {
  background: rgba(224, 174, 87, 0.15);
  border: 1px solid var(--gold);
  color: var(--gold);
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.lightbox-btn:hover {
  background: var(--gold);
  color: var(--primary);
}

.lightbox-close {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1;
}

.lightbox-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.lightbox-image {
  max-width: 90vw;
  max-height: 68vh;
  width: auto;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(224, 174, 87, 0.25);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: rgba(14, 21, 39, 0.7);
  color: var(--gold);
  font-size: 1.5rem;
  display: grid;
  place-items: center;
  transition: all 0.2s ease;
}

.lightbox-nav:hover {
  background: var(--gold);
  color: var(--primary);
}

.lightbox-nav.prev {
  left: 10px;
}

.lightbox-nav.next {
  right: 10px;
}

.lightbox-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
  justify-content: center;
}

.lightbox-thumb {
  border: 2px solid transparent;
  background: transparent;
  padding: 0;
  border-radius: 8px;
  cursor: pointer;
}

.lightbox-thumb img {
  width: 88px;
  height: 58px;
  border-radius: 6px;
  object-fit: cover;
  display: block;
}

.lightbox-thumb.is-active {
  border-color: var(--gold);
}

/* AMENITIES SECTION */
.amenities-section {
  background: var(--surface);
  content-visibility: auto;
  contain-intrinsic-size: 800px;
}

.amenities-header {
  background: #0e1527;
  padding: 60px 0 50px;
  border-bottom: 1px solid rgba(224, 174, 87, 0.2);
}

.amenities-header-inner {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.amenities-title {
  color: var(--white);
  font-size: clamp(2rem, 2.8vw, 2.75rem);
  margin-bottom: 14px;
  text-align: center;
}

.amenities-subtitle {
  color: var(--text-light-muted);
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.amenities-body {
  padding: 60px 0 35px;
}

.amenities-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(14, 21, 39, 0.1);
  border: 1px solid var(--border-light);
}

.amenities-image img {
  width: 100%;
  height: auto;
  display: block;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 16px;
  justify-items: center;
}

.amenity-tile {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--primary);
  font-weight: 600;
  font-size: 0.8rem;
  padding: 16px 12px;
  width: 100%;
  min-height: 110px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.amenity-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(14, 21, 39, 0.08);
  border-color: var(--gold);
}

.amenity-icon {
  width: 48px;
  height: auto;
  margin-bottom: 10px;
  filter: brightness(0) saturate(100%) invert(13%) sepia(26%) saturate(2200%) hue-rotate(190deg) brightness(90%) contrast(98%);
}

.amenity-tile:hover .amenity-icon {
  filter: brightness(0) saturate(100%) invert(75%) sepia(45%) saturate(700%) hue-rotate(355deg) brightness(95%) contrast(90%);
}

#amenitiesCarousel .carousel-indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(14, 21, 39, 0.4);
  border: none;
}

#amenitiesCarousel .carousel-indicators .active {
  background-color: var(--gold);
  width: 22px;
  border-radius: 5px;
}

#amenitiesCarousel .carousel-control-prev-icon,
#amenitiesCarousel .carousel-control-next-icon {
  background-color: var(--primary);
  border: 1px solid var(--gold);
  border-radius: 50%;
  padding: 18px;
  background-size: 45% 45%;
}

/* FLOOR PLANS SECTION */
#floor-plans {
  background: #0e1527 !important;
  color: #ffffff;
}

#floor-plans h2 {
  color: #ffffff;
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
}

.floor-plan-tabs {
  margin-bottom: 35px;
  border-bottom: none !important;
  gap: 12px;
}

.floor-plan-tabs .nav-item {
  margin: 4px;
}

.floor-plan-tabs .nav-link {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid rgba(224, 174, 87, 0.45) !important;
  border-radius: 30px;
  padding: 10px 26px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.floor-plan-tabs .nav-link:hover {
  background: rgba(224, 174, 87, 0.15) !important;
  border-color: var(--gold) !important;
  color: var(--gold);
}

.floor-plan-tabs .nav-link.active {
  background: var(--gold) !important;
  color: var(--primary) !important;
  border-color: var(--gold) !important;
  box-shadow: 0 4px 16px rgba(224, 174, 87, 0.35);
}

.floor-plan-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
  background: #ffffff;
  border: 1px solid rgba(224, 174, 87, 0.2);
}

.floor-plan-visual {
  position: relative;
  background: #fdfdfd;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px;
}

.floor-plan-image {
  position: relative;
  max-width: 100%;
  max-height: 420px;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  filter: blur(6px);
  transition: filter 0.3s ease;
}

.floor-plan-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(14, 21, 39, 0.4);
  backdrop-filter: blur(2px);
  z-index: 2;
}

.lock-icon-wrapper {
  width: 56px;
  height: 56px;
  background: var(--primary);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
  margin-bottom: 16px;
  border: 2px solid var(--gold);
  transition: transform 0.3s ease;
}

.lock-icon-wrapper svg {
  fill: var(--gold) !important;
}

.floor-plan-card:hover .lock-icon-wrapper {
  transform: scale(1.1);
}

/* CONTACT SECTION */
.contact-section {
  background: #0e1527;
  color: #ffffff;
  padding: 85px 0;
  border-top: 1px solid rgba(224, 174, 87, 0.2);
}

.contact-info {
  max-width: 380px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

.contact-info-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-details {
  display: grid;
  gap: 22px;
  justify-items: center;
}

.contact-logo {
  width: min(225px, 100%);
  height: auto;
  margin-bottom: 25px;
}

.contact-detail-title {
  color: var(--gold);
  font-size: 1.05rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.contact-detail-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.7;
}

.contact-card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 38px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
  border: 1px solid var(--border-light);
  max-width: 520px;
  margin-left: auto;
  width: 100%;
}

.contact-form-title {
  color: var(--primary);
  font-size: 1.85rem;
  text-align: center;
  margin-bottom: 6px;
  font-weight: 600;
}

.contact-card-subtitle {
  text-align: center;
  color: var(--text-soft);
  font-size: 0.95rem;
  margin-bottom: 24px;
}

.contact-card label,
.modal .form-label {
  color: var(--primary);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-card .form-control,
.modal .form-control {
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  color: var(--primary);
  padding: 12px 16px;
  font-size: 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-card .form-control:focus,
.modal .form-control:focus {
  border-color: var(--gold);
  background: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(224, 174, 87, 0.22);
  color: var(--primary);
}

.contact-card .form-control::placeholder,
.modal .form-control::placeholder {
  color: var(--text-faint);
}

.phone-input-group .input-group-text {
  background: #f4f4f4;
  border: 1px solid #d1d5db;
  color: var(--text-soft);
  font-weight: 600;
  padding: 12px 14px;
  min-width: 52px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.phone-input-group .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.phone-input-group:focus-within .input-group-text {
  border-color: var(--gold);
}

/* MODAL */
.modal-content {
  border-radius: 16px;
  border: 1px solid var(--border-light);
  background: #ffffff;
  box-shadow: 0 24px 50px rgba(14, 21, 39, 0.3);
}

.modal-header {
  border-bottom: 1px solid #f0ede6;
  padding: 20px 28px;
}

.modal-title {
  color: var(--primary);
  font-size: 1.45rem;
  font-weight: 700;
}

.modal-body {
  padding: 24px 28px 30px;
}

.modal-query-box {
  gap: 10px;
}

.modal-query-box .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 0;
  border-color: var(--gold);
  accent-color: var(--gold);
}

.modal-query-box .form-check-input:checked {
  background-color: var(--gold);
  border-color: var(--gold);
}

.condition-label {
  color: var(--primary);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.terms-and-condition-block .check-box {
  left: 0;
  top: 100%;
  margin-top: 8px;
  background: #ffffff;
  color: var(--primary);
  padding: 10px 14px;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  font-size: 0.75rem;
  line-height: 1.35;
  max-width: 360px;
  z-index: 5;
  border: 1px solid #e8e3d9;
}

/* DEVELOPER SECTION */
.developer-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 40px;
  border: 1px solid var(--border-light);
}

.developer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.developer-text {
  flex: 1 1 70px;
  text-align: left;
}

.developer-text h3 {
  color: var(--primary);
  font-size: 1.75rem;
}

.developer-logo {
  height: auto;
  display: block;
  object-fit: contain;
  margin: 0 0 0 auto;
  background: #0e1527;
  width: 90px;
  padding: 10px;
  border-radius: 8px;
}

.developer-card p,
.developer-card a {
  overflow-wrap: anywhere;
  /* word-break: break-all; */
  text-align: justify;
  color: #4a5568;
}

.developer-card a {
  color: var(--primary);
  font-weight: 600;
}

.developer-card a:hover {
  color: var(--gold);
}

.footer-note {
  color: rgba(255, 255, 255, 0.72);
}

/* LEGAL PAGES & THANK YOU */
.page-hero {
  padding: calc(var(--nav-height) + 48px) 0 60px;
  text-align: center;
  background: #0e1527;
  color: #ffffff;
}

.page-hero h1 {
  color: #ffffff;
}

.page-hero p {
  color: var(--text-light-muted);
}

.page-content {
  padding: 60px 0 80px;
  background: var(--surface);
}

.thank-you-page main {
  padding-top: 0;
}

.thank-you-center {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: clamp(38px, 6vh, 72px) 0;
  background: #0e1527;
}

.thank-you-center .container {
  max-width: 980px;
}

.thank-you-center .developer-card {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(42px, 5vw, 68px) clamp(24px, 4.6vw, 72px);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
  border: 1px solid var(--border-light);
}

.thank-you-page .thank-you-logo {
  width: min(170px, 52vw) !important;
  height: auto;
  margin-bottom: 20px !important;
  background: #0e1527;
  padding: 16px 12px;
  border-radius: 12px;
}

.thank-you-page .developer-card h1 {
  color: var(--primary);
  font-size: clamp(2.4rem, 5.2vw, 3.8rem);
  line-height: 1.1;
  margin-bottom: 18px !important;
}

.thank-you-page .developer-card p {
  max-width: 640px;
  margin: 0 auto 34px !important;
  color: var(--text-soft);
  font-size: clamp(1rem, 1.9vw, 1.25rem);
  line-height: 1.75;
}

/* RESPONSIVE MEDIA QUERIES */
@media (max-width: 991px) {
  .amenities-header {
    padding: 46px 0 40px;
  }

  .amenities-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .banner-metrics .metric-col::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .banner-form-section {
    display: block;
    margin-bottom: 0;
  }

  #floor-plans .row>.col-md-6:nth-child(2) {
    display: none;
  }

  .amenities-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .amenities-body {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .amenities-image {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
    box-shadow: none;
  }

  .location-map {
    margin-bottom: 20px;
    border-radius: 12px;
  }

  .location-cta {
    margin: 20px auto 0 !important;
    display: block;
    width: fit-content;
  }

  .highlight-section .row {
    --bs-gutter-y: 1.25rem;
  }

  .highlight-text {
    display: contents;
  }

  .highlight-heading,
  .highlight-list-wrap,
  .highlight-visual-col {
    width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .highlight-heading {
    order: 1;
    margin-bottom: 6px;
  }

  .highlight-visual-col {
    order: 2;
  }

  .highlight-list-wrap {
    order: 3;
    margin-top: 12px;
  }

  .highlight-visual {
    margin-top: 0;
    margin-bottom: 0;
  }

  .highlight-title {
    font-size: clamp(1.5rem, 5vw, 1.9rem);
    margin-bottom: 14px;
    text-align: center;
  }

  .gallery-section {
    padding: 40px 0 60px !important;
  }

  .gallery-carousel {
    display: block;
    margin-bottom: 20px;
  }

  #galleryCarousel {
    touch-action: pan-y;
  }

  .gallery-container {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-grid {
    display: none;
  }

  .gallery-heading {
    font-size: clamp(1.5rem, 4.8vw, 1.6rem);
    line-height: 1.5;
    padding: 18px 16px;
    margin-bottom: 18px;
  }

  .gallery-carousel .gallery-item {
    border-radius: 0;
    box-shadow: none;
  }

  .gallery-carousel .gallery-item img {
    height: 260px;
  }

  .developer-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .developer-logo {
    max-width: 220px;
    margin-left: 0;
    margin-bottom: 24px;
    order: -1;
    width: 130px;
  }

  .about-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    padding: 14px 10px;
    border-radius: 0;
    margin: 0;
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .banner-metrics {
    padding: 24px 0;
  }

  .banner-metrics .metric-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 16px 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .banner-metrics .metric-col::before {
    display: none;
  }

  .banner-metrics .metric-col:nth-child(2n) {
    border-right: none;
  }

  .banner-metrics .metric-col:nth-child(n + 3) {
    border-bottom: none;
  }

  .section {
    padding: 60px 0;
  }

  .contact-card,
  .developer-card {
    padding: 26px 20px;
  }
}

.error {
  border: 2px solid red;
  animation: error .2s linear 5 alternate .1s;
}

@keyframes error {
  0% {
    border: 2px solid black;
  }

  100% {
    border: 2px solid #b51717;
  }
}


.developer-logo-nav{
width: 80px;
}