:root {
  --brand: #fede07;
  --brand-dark: #e1c500;
  --ink: #181a2c;
  --muted: #696969;
  --soft: #f6f4f1;
  --line: #dedbd6;
  --deep: #181a2c;
  --white: #ffffff;
  --font-body: "Gotham", "Gotham SSm", "Gotham Book", "Montserrat", Arial, sans-serif;
  --font-display: "Gotham", "Gotham SSm", "Gotham", "Montserrat", Arial, sans-serif;
  --header-height: 76px;
}



@media (min-width:992px)
{
  .container-fluid
{
 padding-left:8%;
 padding-right: 8%;
} 
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  padding-bottom: 0;
}

img { max-width: 100%; }

a { text-decoration: none; }

h1, h2, h3, h4 {
  line-height: 1.15;
}

h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 600;
}

.section-space {
  padding: 105px 0;
}

.bg-soft {
  background: var(--soft);
}

.text-brand { color: var(--brand) !important; }
.text-white-75 { color: rgba(255,255,255,.78); }

.eyebrow {
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 1200px;
}

.section-heading > p:last-child,
.section-title + p {
  font-size: 1.05rem;
}

.btn {
  border-radius: 0;
  font-weight: 700;
  letter-spacing: .01em;
  padding: .8rem 1.35rem;
  transition: .25s ease;
}

.btn-lg {
  padding: 1rem 1.55rem;
  font-size: .96rem;
}

.btn-brand {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

.btn-brand:hover,
.btn-brand:focus {
  color: #fff;
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  transform: translateY(-1px);
}

.site-header {
  transition: background .25s ease, box-shadow .25s ease;
}

.site-header.scrolled,
.site-header.menu-open {
  background: rgba(24, 26, 44, .97);
  box-shadow: 0 10px 40px rgba(0,0,0,.12);
  backdrop-filter: blur(14px);
}

.navbar {
  min-height: var(--header-height);
}

.brand-wordmark,
.footer-brand {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 700;
  color: var(--brand);
  letter-spacing: -.08em;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,.82);
  font-size: .89rem;
  font-weight: 600;
  padding-inline: .65rem;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.hero-section {
  background:
    linear-gradient(90deg, rgba(7,11,12,.92) 0%, rgba(7,11,12,.75) 47%, rgba(7,11,12,.42) 100%),
    url("../../assets/bnnnr.jpg") center/cover no-repeat;
}



.hero-content { z-index: 2; }

.display-title {
  font-family: var(--font-display);
  font-size: clamp(2.65rem, 6vw, 4.45rem);
  font-weight: 500;
  letter-spacing: -.04em;
  max-width: 900px;
}

.display-title span {
  color: #f0d7cc;
}

.hero-lead {
  max-width: 720px;
  font-size: clamp(1rem, 1.7vw, 1.28rem);
}

.hero-trust {
  max-width: 640px;
}

.trust-stat {
  border-left: 1px solid rgba(255,255,255,.28);
  padding-left: 16px;
}

.trust-stat strong,
.trust-stat span {
  display: block;
}

.trust-stat strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.trust-stat span {
  color: rgba(255,255,255,.58);
  font-size: .75rem;
}

.lead-card {
  background: rgba(255,255,255,.97);
  box-shadow: 0 35px 80px rgba(0,0,0,.25);
  border-top: 4px solid var(--brand);
}

.form-title {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 1.35rem);
}

.form-label {
  color: #3e3e3e;
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.form-control,
.form-select {
  min-height: 52px;
  border-radius: 0;
  border: 1px solid #d7d2cc;
  background-color: #fff;
  font-size: .92rem;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 .2rem rgba(254,222,7,.22);
}

.consent-copy {
  color: #858585;
  font-size: .69rem;
  line-height: 1.45;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 26px;
  width: 28px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 18px;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8px;
  transform: translateX(-50%);
}

.scroll-cue span {
  width: 4px;
  height: 8px;
  background: #fff;
  border-radius: 4px;
  animation: scrollDot 1.8s infinite;
}

@keyframes scrollDot {
  0% { opacity: 0; transform: translateY(0); }
  30% { opacity: 1; }
  100% { opacity: 0; transform: translateY(16px); }
}

.project-card {
  background: #fff;
  border: 1px solid #e3dfda;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}

.project-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 65px rgba(22,22,22,.11);
}

.project-media {
  position: relative;
  min-height: 310px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.project-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.42));
}

.project-emaar { background-image: url("../../assets/emar.webp"); }
.project-bptp { background-image: url("../../assets/bptp.webp"); }
.project-sarvam { background-image: url("../../assets/g1.webp"); }
.project-adani { background-image: url("../../assets/adani.webp"); }

.project-badge,
.limited-badge {
  position: absolute;
  z-index: 2;
  padding: .55rem .75rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.project-badge {
  left: 20px;
  bottom: 20px;
  color: #fff;
  background: rgba(10,10,10,.78);
  backdrop-filter: blur(7px);
}

.limited-badge {
  top: 18px;
  right: 18px;
  color: #fff;
  background: var(--brand);
}

.project-body {
  padding: 28px;
}

.project-body h3 {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.4vw, 1.05rem);
  margin: 0;
}

.project-developer {
  color: var(--brand);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .15em;
}

.project-tagline {
  font-weight: 700;
  color: #3e3e3e;
}

.price-pill {
  flex: 0 0 auto;
  color: #fff;
  background: var(--deep);
  padding: .55rem .7rem;
  font-size: .72rem;
  font-weight: 700;
  white-space: nowrap;
}

.project-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 26px;
}

.project-specs span {
  border: 1px solid #e0ddd8;
  background: #faf9f7;
  padding: .45rem .6rem;
  color: #5f5f5f;
  font-size: .74rem;
}

.project-link {
  border: 0;
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 700;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
}

.project-link span {
  transition: transform .2s ease;
}

.project-link:hover { color: var(--brand); border-color: var(--brand); }
.project-link:hover span { transform: translateX(4px); }

.feature-card {
  position: relative;
  border: 1px solid var(--line);
  padding: 34px 26px;
  background: #fff;
  overflow: hidden;
  transition: .25s ease;
}

.feature-card:hover {
  border-color: #bbb6b0;
  box-shadow: 0 18px 45px rgba(0,0,0,.07);
}

.feature-number {
  display: block;
  color: var(--brand);
  font-family: var(--font-display);
  font-size: 2rem;
  margin-bottom: 34px;
}

.feature-card h3 {
  font-size: 1.15rem;
  margin-bottom: 14px;
}

.feature-card p {
  color: var(--muted);
  font-size: .9rem;
  margin-bottom: 0;
}

.location-section {
  position: relative;
  background:
    linear-gradient(rgba(13,18,20,.91), rgba(13,18,20,.94)),
    url("../../assets/bnnnr.jpg") center/cover fixed;
}

.location-shell {
  position: relative;
}

.location-line {
  position: absolute;
  top: 46px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: rgba(255,255,255,.18);
}

.location-card {
  position: relative;
  z-index: 2;
  color: #fff;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.15);
  padding: 32px 24px;
  backdrop-filter: blur(10px);
  transition: .25s ease;
}

.location-card:hover {
  background: rgba(255,255,255,.12);
  transform: translateY(-4px);
}

.location-pin {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--brand);
  font-family: var(--font-display);
  font-size: 1.1rem;
  border-radius: 50%;
  margin-bottom: 28px;
}

.location-project {
  color: rgba(255,255,255,.55);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.location-card h3 {
  font-family: var(--font-display);
  font-size: 1.7rem;
}

.location-card > p:last-child {
  color: rgba(255,255,255,.65);
  font-size: .87rem;
  margin-bottom: 0;
}

.amenities-section {
  overflow: hidden;
}

.amenities-visual-grid {
  align-items: stretch;
}

.amenity-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background: var(--deep);
  box-shadow: 0 18px 45px rgba(18, 18, 18, .08);
}

.amenity-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.amenity-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 10, 11, .06) 18%, rgba(8, 10, 11, .88) 100%);
}

.amenity-card-content {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px;
  color: #fff;
}

.amenity-card-content span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background: var(--brand);
  font-family: var(--font-display);
  font-size: .95rem;
}

.amenity-card-content h3 {
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 1.65rem;
}

.amenity-card-content p {
  max-width: 330px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: .88rem;
  line-height: 1.55;
}

.amenity-card:hover img {
  transform: scale(1.055);
}

.amenities-footer {
  max-width: 680px;
  margin-inline: auto;
}

.about-section { overflow: hidden; }

.about-image-wrap {
  position: relative;
  min-height: 560px;
}

.about-image {
  position: absolute;
  inset: 0 70px 0 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.18)),
    url("../../assets/bnnnr.jpg") center/cover no-repeat;
}

.about-stat-card {
  position: absolute;
  right: 0;
  bottom: 44px;
  width: 230px;
  padding: 30px;
  color: #fff;
  background: var(--brand);
  font-family: var(--font-display);
  font-size: 1.5rem;
  line-height: 1.25;
}

.check-item {
  position: relative;
  padding-left: 28px;
  font-weight: 600;
  font-size: .9rem;
}

.check-item::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--brand);
  font-weight: 800;
}

.premium-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
}

.premium-accordion .accordion-button {
  padding: 1.35rem 0;
  background: transparent;
  color: var(--ink);
  font-weight: 700;
  box-shadow: none;
}

.premium-accordion .accordion-button:not(.collapsed) {
  color: var(--brand);
}

.premium-accordion .accordion-button::after {
  background-size: 1rem;
}

.premium-accordion .accordion-body {
  padding: 0 0 1.5rem;
  color: var(--muted);
}

.final-cta {
  position: relative;
  background:
    linear-gradient(95deg, rgba(24,26,44,.98), rgba(24,26,44,.90)),
    url("https://images.unsplash.com/photo-1600585154526-990dced4db0d?auto=format&fit=crop&w=2000&q=80") center/cover no-repeat;
}

.final-cta .text-white-75 {
  max-width: 680px;
}

.site-footer {
  color: rgba(255,255,255,.72);
  background: #181a2c;
  padding: 75px 0 95px;
}

.footer-top { padding-bottom: 45px; }
.footer-brand { display: inline-block; margin-bottom: 22px; }
.footer-intro { max-width: 330px; }

.site-footer h3 {
  color: #fff;
  font-size: .88rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 18px;
}

.footer-links li { margin-bottom: 8px; }
.footer-links a { color: rgba(255,255,255,.62); font-size: .87rem; }
.footer-links a:hover { color: #fff; }

.rera-copy p {
  font-size: .72rem;
  line-height: 1.55;
  margin-bottom: 13px;
}

.rera-copy strong { color: rgba(255,255,255,.92); }

.footer-disclaimer {
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
  padding: 16px 0;
}

.disclaimer-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255,255,255,.78);
  background: transparent;
  border: 0;
  padding: 0;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.disclaimer-toggle span { font-size: 1.5rem; transition: transform .2s ease; }
.disclaimer-toggle:not(.collapsed) span { transform: rotate(45deg); }

.disclaimer-content {
  padding: 22px 0 3px;
  max-width: 1100px;
}

.disclaimer-content p {
  color: rgba(255,255,255,.46);
  font-size: .68rem;
  line-height: 1.65;
}

.footer-bottom {
  padding-top: 24px;
  color: rgba(255,255,255,.42);
  font-size: .72rem;
}

.enquiry-modal .modal-dialog {
  max-width: 940px;
}

.enquiry-modal .modal-content {
  border: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 35px 100px rgba(0,0,0,.32);
}

.modal-visual {
  position: relative;
  min-height: 650px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(8, 10, 11, .2), rgba(8, 10, 11, .88)),
    url("../../assets/bnnnr.jpg") center/cover no-repeat;
}

.modal-visual-content {
  position: absolute;
  left: 38px;
  right: 38px;
  bottom: 42px;
}

.modal-visual-content h2 {
  font-size: 2.35rem;
}

.modal-visual-content > p:last-of-type {
  color: rgba(255,255,255,.7);
}

.modal-benefits {
  display: grid;
  gap: 10px;
  margin-top: 25px;
}

.modal-benefits span {
  position: relative;
  padding-left: 24px;
  color: rgba(255,255,255,.86);
  font-size: .84rem;
  font-weight: 600;
}

.modal-benefits span::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #fff;
}

.modal-form-wrap {
  position: relative;
  padding: 46px;
  background: #fff;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
}

.enquiry-modal .form-title {
  padding-right: 30px;
}

.modal-backdrop.show {
  opacity: .72;
}

.mobile-cta {
  position: fixed;
  z-index: 1050;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  box-shadow: 0 -8px 30px rgba(0,0,0,.17);
}

.mobile-cta a,
.mobile-cta button {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-family: var(--font-body);
  font-size: .85rem;
}

.mobile-cta-secondary { background: #181a2c; }
.mobile-cta-primary { background: var(--brand); }

.toast {
  border-radius: 0;
  box-shadow: 0 15px 50px rgba(0,0,0,.18);
}

@media (max-width: 1199.98px) {
  .display-title { font-size: clamp(2.8rem, 5vw, 4.4rem); }
  .project-body { padding: 24px; }
  .price-pill { white-space: normal; text-align: center; }
}

@media (max-width: 991.98px) {
  :root { --header-height: 68px; }

  body { padding-bottom: 58px; }
  .section-space { padding: 80px 0; }

  .navbar-collapse {
    margin-top: 12px;
    padding: 14px 0 24px;
    border-top: 1px solid rgba(255,255,255,.1);
  }

  .hero-section {
    background-position: 62% center;
  }

  .hero-section .min-vh-100 {
    min-height: auto !important;
    padding-top: 130px !important;
    padding-bottom: 80px !important;
  }

  .hero-copy { max-width: 760px; }
  .lead-card { max-width: 720px; margin-inline: auto; }

  .about-image-wrap { min-height: 480px; }
  .about-image { right: 60px; }

  .enquiry-modal .modal-dialog {
    max-width: 700px;
  }

  .modal-form-wrap {
    padding: 42px;
  }
}

@media (max-width: 767.98px) {
  .section-space { padding: 68px 0; }
  h2 { font-size: 2.25rem; }

  .hero-section {
    background:
      linear-gradient(180deg, rgba(7,11,12,.88), rgba(7,11,12,.76)),
      url("../../assets/bnnnr.jpg") center/cover no-repeat;
  }

  .hero-section .min-vh-100 {
    padding-top: 110px !important;
    padding-bottom: 58px !important;
  }

  .display-title {
    font-size: clamp(2.45rem, 10vw, 3.7rem);
  }

  .hero-lead { font-size: 1rem; }
  .hero-trust { margin-top: 10px; }
  .trust-stat { padding-left: 10px; }
  .trust-stat span { font-size: .65rem; line-height: 1.3; }

  .lead-card { padding: 28px !important; }
  .project-media { min-height: 260px; }

  .modal-form-wrap {
    padding: 38px 28px 30px;
  }
  .project-body { padding: 22px; }

  .project-body .d-flex.justify-content-between {
    flex-direction: column;
  }

  .price-pill { display: inline-block; align-self: flex-start; }

  .amenity-card { min-height: 340px; }
  .amenity-card-content { padding: 24px; }

  .about-image-wrap { min-height: 420px; }
  .about-image { right: 30px; }
  .about-stat-card { width: 205px; padding: 24px; font-size: 1.25rem; }

  .site-footer { padding-bottom: 35px; }
}

@media (max-width: 575.98px) {
  .container { --bs-gutter-x: 2rem; }
  .brand-wordmark { font-size: 1.95rem; }
  .hero-copy .btn { width: 100%; }

  .trust-stat strong { font-size: 1.35rem; }
  .project-media { min-height: 225px; }
  .location-card { padding: 26px 22px; }
  .amenity-card { min-height: 315px; }

  .about-image-wrap { min-height: 370px; }
  .about-image { right: 18px; }
  .about-stat-card { right: 0; bottom: 24px; width: 180px; }

  .final-cta .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* =========================================================
   SAVILLS LANDING PAGE THEME
   Gotham-first typography | Yellow #fede07 | Blue #181a2c
   ========================================================= */

body,
button,
input,
select,
textarea,
.btn,
.form-control,
.form-select {
  font-family: var(--font-body);
}

h1, h2, h3, h4, h5, h6,
.display-title,
.form-title,
.project-body h3,
.location-card h3,
.amenity-card-content h3,
.modal-visual-content h2 {
  font-family: var(--font-display);
  font-weight: 700;
}

.text-brand,
.eyebrow.text-brand,
.project-developer {
  color: var(--ink) !important;
}

.eyebrow.text-brand::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  margin-left: 10px;
  vertical-align: middle;
  background: var(--brand);
}

.btn-brand {
  color: var(--ink);
  background: var(--brand);
  border-color: var(--brand);
}

.btn-brand:hover,
.btn-brand:focus,
.btn-brand:active {
  color: var(--ink) !important;
  background: var(--brand-dark) !important;
  border-color: var(--brand-dark) !important;
}

.btn-outline-light {
  color: var(--brand);
  border-color: var(--brand);
}

.btn-outline-light:hover,
.btn-outline-light:focus {
  color: var(--ink);
  background: var(--brand);
  border-color: var(--brand);
}

.btn-light {
  color: var(--ink);
  background: var(--brand);
  border-color: var(--brand);
}

.btn-light:hover,
.btn-light:focus {
  color: var(--ink);
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.btn-dark {
  color: var(--brand);
  background: var(--ink);
  border-color: var(--ink);
}

.btn-dark:hover,
.btn-dark:focus {
  color: var(--ink);
  background: var(--brand);
  border-color: var(--brand);
}

.btn-outline-dark {
  color: var(--ink);
  border-color: var(--ink);
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
  color: var(--ink);
  background: var(--brand);
  border-color: var(--brand);
}

.site-header.scrolled,
.site-header.menu-open {
  background: rgba(24, 26, 44, .97);
}

.brand-wordmark,
.footer-brand {
  color: var(--brand);
  font-family: var(--font-display);
  letter-spacing: -.06em;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--brand);
}

.hero-section {
  background:
    linear-gradient(90deg, rgba(24,26,44,.97) 0%, rgba(24,26,44,.84) 48%, rgba(24,26,44,.48) 100%),
    url("../../assets/bnnnr.jpg") center/cover no-repeat;
}



.display-title span {
  color: var(--brand);
}

.trust-stat {
  border-left-color: rgba(254,222,7,.65);
}

.lead-card {
  border-top-color: var(--brand);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 .2rem rgba(254,222,7,.22);
}

.project-card {
  border-color: rgba(24,26,44,.14);
}

.project-card:hover {
  border-color: var(--brand);
}

.project-badge {
  color: var(--brand);
  background: rgba(24,26,44,.92);
}

.limited-badge {
  color: var(--ink);
  background: var(--brand);
}

.price-pill {
  color: var(--brand);
  background: var(--ink);
  border-top: 3px solid var(--brand);
}

.project-specs span {
  color: var(--ink);
  border-color: rgba(24,26,44,.14);
  background: #fbfbf6;
}

.project-link {
  color: var(--ink);
  border-bottom: 3px solid var(--brand);
}

.project-link:hover,
.project-link:focus {
  color: var(--ink);
  border-color: var(--ink);
}

.feature-card {
  border-top: 4px solid var(--brand);
}

.feature-number {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: var(--brand);
  font-size: 1.15rem;
}

.location-section {
  background:
    linear-gradient(rgba(24,26,44,.94), rgba(24,26,44,.97)),
    url("../../assets/bnnnr.jpg") center/cover fixed;
}

.location-card {
  border-color: rgba(254,222,7,.24);
}

.location-card:hover {
  border-color: var(--brand);
  background: rgba(254,222,7,.08);
}

.location-pin {
  color: var(--ink);
  background: var(--brand);
}

.amenity-card {
  background: var(--ink);
  border-bottom: 5px solid var(--brand);
}

.amenity-card-overlay {
  background: linear-gradient(180deg, rgba(24,26,44,.05) 18%, rgba(24,26,44,.94) 100%);
}

.amenity-card-content span {
  color: var(--ink);
  background: var(--brand);
}

.about-stat-card {
  color: var(--ink);
  background: var(--brand);
}

.check-item::before {
  color: var(--ink);
  background: var(--brand);
  width: 19px;
  height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: .72rem;
}

.premium-accordion .accordion-button:not(.collapsed) {
  color: var(--ink);
  border-left: 4px solid var(--brand);
  padding-left: 16px;
}

.final-cta {
  background:
    radial-gradient(circle at 50% 100%, rgba(254,222,7,.18), transparent 42%),
    linear-gradient(95deg, rgba(24,26,44,.99), rgba(24,26,44,.91)),
    url("https://images.unsplash.com/photo-1600585154526-990dced4db0d?auto=format&fit=crop&w=2000&q=80") center/cover no-repeat;
}

.site-footer {
  background: var(--ink);
}

.footer-links a:hover,
.disclaimer-toggle:hover {
  color: var(--brand);
}

.modal-visual {
  background:
    linear-gradient(180deg, rgba(24,26,44,.20), rgba(24,26,44,.94)),
    url("../../assets/bnnnr.jpg") center/cover no-repeat;
}

.modal-benefits span::before {
  color: var(--brand);
}

.modal-form-wrap {
  border-top: 7px solid var(--brand);
}

.mobile-cta-secondary {
  color: var(--brand) !important;
  background: var(--ink);
}

.mobile-cta-primary {
  color: var(--ink) !important;
  background: var(--brand);
}

.toast-header {
  color: var(--ink);
  background: var(--brand);
}

@media (max-width: 767.98px) {
  .hero-section {
    background:
      linear-gradient(180deg, rgba(24,26,44,.94), rgba(24,26,44,.82)),
      url("../../assets/bnnnr.jpg") center/cover no-repeat;
  }
}

/* Hero image slider */
.hero-slider,
.hero-slide,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-slider { z-index: 0; }

.hero-slide {
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1);
  transition: opacity .8s ease, transform 3.2s ease-out;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1.08);
}

.hero-shade {
  z-index: 1;
  background: linear-gradient(90deg, rgba(24,26,44,.78) 0%, rgba(24,26,44,.58) 48%, rgba(24,26,44,.22) 100%);
  pointer-events: none;
}

.hero-slider-arrow,
.hero-slider-dots {
  position: absolute;
  z-index: 3;
}

.hero-slider-arrow {
  top: 50%;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 50%;
  color: #fff;
  background: rgba(24,26,44,.4);
  transform: translateY(-50%);
  transition: background .2s ease, border-color .2s ease;
}

.hero-slider-arrow:hover,
.hero-slider-arrow:focus-visible {
  border-color: var(--brand);
  background: rgba(24,26,44,.85);
}

.hero-slider-prev { left: 18px; }
.hero-slider-next { right: 18px; }

.hero-slider-dots {
  bottom: 25px;
  right: 28px;
  display: flex;
  gap: 9px;
}

.hero-slider-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
  transition: width .2s ease, border-radius .2s ease, background .2s ease;
}

.hero-slider-dot.active {
  width: 28px;
  border-color: var(--brand);
  border-radius: 10px;
  background: var(--brand);
}

@media (max-width: 767.98px) {
  .hero-shade {
    background: linear-gradient(180deg, rgba(24,26,44,.74), rgba(24,26,44,.58));
  }

  .hero-slider-arrow {
    top: auto;
    bottom: 13px;
    width: 36px;
    height: 36px;
    transform: none;
  }

  .hero-slider-prev { left: 15px; }
  .hero-slider-next { right: 15px; }

  .hero-slider-dots {
    right: 62px;
    bottom: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: none; }
}

/* Featured projects: four-card layout */
.projects-section {
  background:
    radial-gradient(circle at 8% 5%, rgba(254,222,7,.13), transparent 24rem),
    #f7f7f2;
}

.project-grid .project-card {
  display: flex;
  flex-direction: column;
  border: 0;
  border-radius: 0;
  box-shadow: 0 12px 35px rgba(24,26,44,.08);
}

.project-grid .project-card:hover {
  transform: translateY(-9px);
  box-shadow: 0 24px 55px rgba(24,26,44,.15);
}

.project-grid .project-media {
  min-height: 225px;
  transition: transform .5s ease;
}

.project-grid .project-media::after {
  background: linear-gradient(180deg, transparent 35%, rgba(24,26,44,.58));
}

.project-grid .project-badge {
  left: 16px;
  bottom: 16px;
  border-radius: 7px;
}

.project-grid .limited-badge {
  top: 14px;
  right: 14px;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0,0,0,.16);
}

.project-grid .project-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 20px 20px;
}

.project-grid .project-body > .d-flex {
  flex-direction: column;
  gap: 10px !important;
}

.project-grid .project-body h3 {
  font-size: 1.32rem;
  line-height: 1.2;
}

.project-grid .price-pill {
  align-self: flex-start;
  border: 0;
  border-left: 3px solid var(--brand);
  border-radius: 4px;
  padding: .45rem .6rem;
  white-space: normal;
}

.project-grid .project-tagline {
  min-height: 2.8em;
  margin-top: 14px;
  margin-bottom: 9px;
  font-size: .9rem;
  line-height: 1.4;
}

.project-grid .text-secondary {
  font-size: .84rem;
  line-height: 1.65;
}

.project-grid .project-specs {
  gap: 6px;
  margin: 14px 0 20px;
}

.project-grid .project-specs span {
  border-radius: 20px;
  padding: .36rem .55rem;
  font-size: .66rem;
}

.project-grid .btn {
  width: 100%;
  margin-top: auto;
  border-radius: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .project-grid { --bs-gutter-x: 1rem; }
  .project-grid .project-media { min-height: 190px; }
  .project-grid .project-body { padding: 19px 16px 17px; }
  .project-grid .project-body h3 { font-size: 1.12rem; }
}

@media (max-width: 767.98px) {
  .project-grid .project-tagline { min-height: auto; }
}

/* Heading and text reveal on scroll */
.text-scroll-reveal {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(3px);
  transition:
    opacity .7s ease var(--reveal-delay, 0ms),
    transform .7s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms),
    filter .7s ease var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.text-scroll-reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  .text-scroll-reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}
