@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css");

:root {
  --ink: #17201e;
  --ink-soft: #34413e;
  --ivory: #f5f1e8;
  --paper: #fffdf8;
  --gold: #c7a564;
  --gold-light: #e1ca98;
  --olive: #6f7964;
  --line: rgba(23, 32, 30, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
}

button,
input,
select {
  font: inherit;
}

a {
  color: inherit;
}

.site-header {
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.navbar {
  min-height: 94px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: white;
  text-decoration: none;
}

.brand-symbol {
  width: 40px;
  height: 40px;
  border: 1px solid var(--gold);
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  color: var(--gold-light);
  font-size: 23px;
  line-height: 1;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: .08em;
}

.brand-copy strong {
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 500;
}

.brand-copy small {
  margin-top: 5px;
  font-size: 8px;
  letter-spacing: .36em;
}

.nav-link {
  color: var(--ink);
  font-size: .9rem;
  font-weight: 600;
  padding: .6rem .8rem !important;
}

.nav-link:hover,
.nav-link.active {
  color: var(--ink) !important;
}

.btn-gold {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
  font-weight: 600;
  font-size: .88rem;
}

.btn-gold:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
}

.navbar-toggler {
  color: white;
}

.menu-lines,
.menu-lines::before,
.menu-lines::after {
  display: block;
  width: 26px;
  height: 1px;
  background: white;
  position: relative;
}

.menu-lines::before,
.menu-lines::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-lines::before {
  top: -7px;
}

.menu-lines::after {
  top: 7px;
}

.brand-logo {
    height: 68px;
    width: auto;
    display: block;
}

.brand-mark-light .brand-logo {
    height: 44px;   /* footer logo, slightly smaller if you like */
}

.hero-section {
  position: relative;
  background: #25302d url("https://www.whitecityventures.in/public/images/1761658350slide_image1.JPG") center 42% / cover no-repeat;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 17, 15, .82) 0%, rgba(8, 17, 15, .42) 56%, rgba(8, 17, 15, .2) 100%), linear-gradient(0deg, rgba(8, 17, 15, .72), transparent 55%);
}

.hero-section .container-xxl {
  z-index: 1;
  padding-top: 150px;
}

.eyebrow {
  font-size: .74rem;
  line-height: 1.3;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-weight: 700;
}

.text-gold {
  color: var(--gold-light);
}

.text-olive {
  color: var(--olive);
}

.display-title,
.section-title,
.enquiry-panel h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.045em;
}

.display-title {
  font-size: clamp(3.6rem, 7vw, 7.2rem);
  line-height: .91;
}

.hero-copy {
  max-width: 640px;
  color: rgba(255, 255, 255, .82);
  font-size: 1.07rem;
  line-height: 1.8;
}

.hero-note {
  width: min(100%, 330px);
  border-top: 1px solid rgba(255, 255, 255, .35);
  padding-top: 18px;
  color: rgba(255, 255, 255, .76);
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  line-height: 1.65;
}

.note-number {
  color: var(--gold-light);
  font-size: .72rem;
  letter-spacing: .16em;
}

.search-wrap {
  margin-top: -42px;
  z-index: 5;
}

.property-search {
  background: var(--paper);
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr auto;
  box-shadow: 0 20px 60px rgba(21, 28, 26, .13);
}

.search-field {
  padding: 22px 24px;
  border-right: 1px solid var(--line);
}

.search-field label {
  display: block;
  color: #75807d;
  font-size: .67rem;
  text-transform: uppercase;
  letter-spacing: .17em;
  margin-bottom: 7px;
}

.search-field select,
.search-field input {
  width: 100%;
  appearance: none;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-weight: 600;
  font-size: .95rem;
}

.search-field input::placeholder {
  color: #9ba39f;
  font-weight: 400;
}

.search-button {
  min-width: 150px;
  border: 0;
  background: var(--ink);
  color: white;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}

.search-button span {
  color: var(--gold-light);
  font-size: 1.35rem;
}

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

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

.section-title {
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1;
}

.section-intro {
  max-width: 390px;
  color: #606b68;
  line-height: 1.75;
}

.text-link {
  text-decoration: none;
  font-size: .86rem;
  font-weight: 700;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}

.text-link span {
  color: var(--gold);
  margin-left: 7px;
}

.property-card {
  background: var(--paper);
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease;
}

.property-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 60px rgba(28, 36, 33, .12);
}

.property-image {
  position: relative;
  height: 330px;
  overflow: hidden;
  color: white;
}

.property-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 15, 13, .5), transparent 47%);
}

.property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s ease;
}

.property-card:hover img {
  transform: scale(1.04);
}

.property-index {
  position: absolute;
  z-index: 1;
  left: 21px;
  bottom: 18px;
  font-size: .72rem;
  letter-spacing: .18em;
}

.property-type {
  position: absolute;
  z-index: 1;
  right: 18px;
  top: 18px;
  background: rgba(255, 253, 248, .9);
  color: var(--ink);
  padding: 8px 11px;
  font-size: .67rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.property-body {
  padding: 27px 28px 29px;
}

.property-location {
  margin: 0 0 7px;
  text-transform: uppercase;
  color: var(--olive);
  font-size: .66rem;
  letter-spacing: .18em;
  font-weight: 700;
}

.property-body h3 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 1.7rem;
  margin-bottom: 19px;
}

.property-meta {
  display: flex;
  gap: 0;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
  color: #65706c;
  font-size: .83rem;
}

.property-meta span+span {
  border-left: 1px solid var(--line);
  margin-left: 15px;
  padding-left: 15px;
}

.property-footer {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.property-footer strong {
  font-size: .92rem;
}

.circle-button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-size: 1.05rem;
  transition: .25s ease;
}

.circle-button:hover {
  background: var(--ink);
  color: var(--gold-light);
}

.empty-state {
  border: 1px solid var(--line);
  padding: 70px 20px;
}

.empty-state h3 {
  font-family: Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
}

.about-section {
  background: var(--paper);
}

.about-image-wrap {
  position: relative;
  padding: 0 55px 55px 0;
}

.about-image-main {
  width: 100%;
  height: 690px;
  object-fit: cover;
  display: block;
}

.about-stat {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 260px;
  min-height: 190px;
  background: var(--ink);
  color: white;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about-stat strong {
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
}

.about-stat span {
  color: rgba(255, 255, 255, .7);
  line-height: 1.55;
}

.section-title-sm {
  font-size: clamp(2.7rem, 4.5vw, 4.7rem);
}

.body-large {
  font-family: Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.55;
  margin: 32px 0 18px;
}

.body-copy {
  color: #65706c;
  line-height: 1.8;
}

.value-list {
  margin-top: 35px;
  border-top: 1px solid var(--line);
}

.value-list>div {
  display: grid;
  grid-template-columns: 45px 1fr;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.value-list span {
  grid-row: 1 / 3;
  color: var(--gold);
  font-size: .7rem;
  letter-spacing: .12em;
  padding-top: 4px;
}

.value-list strong {
  font-size: .91rem;
}

.value-list small {
  color: #7d8783;
  margin-top: 4px;
}

.location-section {
  position: relative;
  background: #23312e url("https://www.whitecityventures.in/public/images/1725017326_slideimage1.jpeg") center / cover no-repeat;
}

.location-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 21, 18, .91), rgba(10, 21, 18, .6));
}

.location-section .container-xxl {
  z-index: 1;
}

.location-copy {
  max-width: 560px;
  color: rgba(255, 255, 255, .7);
  line-height: 1.8;
}

.location-list {
  border-top: 1px solid rgba(255, 255, 255, .25);
}

.location-list button {
  width: 100%;
  display: grid;
  grid-template-columns: 45px 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 24px 4px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  color: white;
  text-align: left;
}

.location-list button:hover {
  color: var(--gold-light);
}

.location-row {
  width: 100%;
  display: grid;
  grid-template-columns: 45px 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 24px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  color: white;
  text-align: left;
  text-decoration: none;
}

.location-row:hover {
  color: var(--gold-light);
}

.location-list span {
  color: var(--gold-light);
  font-size: .67rem;
  letter-spacing: .15em;
}

.location-list strong {
  font-family: Georgia, serif;
  font-size: 1.45rem;
  font-weight: 400;
}

.location-list em {
  font-style: normal;
  font-size: .75rem;
  color: rgba(255, 255, 255, .58);
}

.testimonial-section {
  background: var(--paper);
}

.testimonial-section blockquote {
  font-family: Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  line-height: 1.3;
  letter-spacing: -.025em;
  margin: 0 0 35px;
}

.testimonial-person {
  display: flex;
  align-items: center;
  gap: 14px;
}

.avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--ivory);
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  color: var(--olive);
}

.testimonial-person div {
  display: flex;
  flex-direction: column;
}

.testimonial-person strong {
  font-size: .83rem;
}

.testimonial-person small {
  color: #7d8783;
  margin-top: 3px;
}

.cta-band {
  background: #26332f;
  color: white;
  padding: 75px 0;
}

.cta-band h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.3rem, 4vw, 4.3rem);
  margin: 0;
}

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

.brand-mark-light {
  margin-bottom: 40px;
}

.footer-message {
    font-family: Georgia, serif;
    font-size: clamp(1.8rem, 3vw, 3.2rem);
    line-height: 0.9 !important;
    max-width: 520px;
    margin: 0 !important;
}

.footer-label {
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .66rem;
  font-weight: 700;
}

.site-footer address,
.site-footer a {
  display: block;
  color: rgba(255, 255, 255, .68);
  text-decoration: none;
  font-size: .88rem;
  line-height: 1.8;
}

.site-footer a:hover {
  color: white;
}

.footer-bottom {
    margin-top: 30px !important;
    padding-top: 18px !important;
    border-top: 1px solid rgba(255, 255, 255, .13);
    color: rgba(255, 255, 255, .42);
    font-size: .72rem;
}

.enquiry-layer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
}

.enquiry-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 15, 13, .67);
  border: 0;
  width: 100%;
}

.enquiry-panel {
  position: relative;
  width: min(100%, 540px);
  height: 100%;
  overflow-y: auto;
  background: var(--paper);
  padding: 70px clamp(28px, 6vw, 70px);
  box-shadow: -30px 0 80px rgba(0, 0, 0, .2);
}

.panel-close {
  position: absolute;
  top: 23px;
  right: 25px;
  border: 0;
  background: transparent;
  font-size: 2rem;
  font-weight: 200;
}

.enquiry-panel h2 {
  font-size: clamp(2.7rem, 5vw, 4.2rem);
  line-height: .98;
}

.panel-copy {
  color: #65706c;
  line-height: 1.7;
  margin: 22px 0 32px;
}

.form-control,
.form-select {
  border-radius: 0;
  border-color: var(--line);
  background-color: transparent;
  min-height: 60px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 .15rem rgba(199, 165, 100, .15);
}

.privacy-note {
  color: #8b928f;
  font-size: .7rem;
  margin-top: 15px;
}

.modal-dialog-end {
  max-width: 540px;
}

.modal .enquiry-panel {
  width: 100%;
  padding: 70px clamp(28px, 6vw, 70px);
}

.floating-alert {
  position: fixed;
  top: 110px;
  right: 25px;
  z-index: 1200;
  max-width: 420px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, .15);
}

.inner-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  background: #26332f url("https://www.whitecityventures.in/public/images/1725016711_headerimage.jpeg") center / cover no-repeat;
  color: white;
  padding: 170px 0 80px;
}

.inner-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 17, 15, .87), rgba(8, 17, 15, .3));
}

.inner-hero .container-xxl {
  z-index: 1;
}

.inner-hero h1,
.detail-hero h1 {
  font-family: Georgia, serif;
  font-size: clamp(3.6rem, 7vw, 7rem);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.045em;
}

.listing-filter {
  background: var(--paper);
  padding: 22px;
  box-shadow: 0 15px 50px rgba(23, 32, 30, .08);
}

.listing-filter .form-label {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .67rem;
  color: var(--olive);
  font-weight: 700;
}

.listing-title {
  font-family: Georgia, serif;
  font-size: 2.2rem;
  font-weight: 400;
}

.pagination {
  --bs-pagination-color: var(--ink);
  --bs-pagination-active-bg: var(--ink);
  --bs-pagination-active-border-color: var(--ink);
  --bs-pagination-border-radius: 0;
}

.detail-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: flex-end;
  background-position: center;
  background-size: cover;
  color: white;
  padding: 170px 0 80px;
}

.detail-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 16, 13, .86), rgba(7, 16, 13, .12) 75%), linear-gradient(90deg, rgba(7, 16, 13, .45), transparent);
}

.detail-hero .container-xxl {
  z-index: 1;
}

.detail-back {
  display: inline-block;
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
  margin-bottom: 80px;
  font-size: .84rem;
}

.detail-price {
  font-family: Georgia, serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--gold-light);
}

.detail-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--paper);
  box-shadow: 0 15px 50px rgba(23, 32, 30, .08);
}

.detail-facts>div {
  padding: 25px 28px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}

.detail-facts small {
  color: var(--olive);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .62rem;
  margin-bottom: 7px;
}

.detail-facts strong {
  font-size: .93rem;
}

.detail-description {
  font-family: Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin-top: 30px;
}

.amenities-section {
  padding-top: 65px;
  margin-top: 65px;
  border-top: 1px solid var(--line);
}

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.amenity-grid div {
  background: var(--paper);
  padding: 18px;
  font-size: .86rem;
}

.amenity-grid span {
  color: var(--gold);
  margin-right: 10px;
}

.project-gallery {
  margin-top: 60px;
}

.project-gallery img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.detail-enquiry {
  top: 30px;
  background: var(--paper);
  padding: 35px;
  box-shadow: 0 18px 55px rgba(23, 32, 30, .1);
}

.detail-enquiry h3 {
  font-family: Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.detail-enquiry p:not(.eyebrow) {
  color: #69736f;
  line-height: 1.7;
}

.detail-phone {
  display: block;
  text-align: center;
  color: var(--ink);
  font-size: .78rem;
  margin-top: 20px;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .navbar {
    min-height: 82px;
  }

  .navbar-collapse {
    background: var(--ink);
    margin: 16px -24px -16px;
    padding: 15px 24px 25px;
    border-top: 1px solid rgba(255, 255, 255, .1);
  }

  .hero-section {
    min-height: 720px;
  }

  .property-search {
    grid-template-columns: 1fr 1fr;
  }

  .search-keyword {
    border-top: 1px solid var(--line);
  }

  .search-button {
    min-height: 78px;
  }

  .about-image-main {
    height: 560px;
  }

  .detail-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .amenity-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .hero-section {
    min-height: 690px;
  }

  .display-title {
    font-size: 3.45rem;
  }

  .hero-note {
    display: none;
  }

  .search-wrap {
    margin-top: -25px;
  }

  .property-search {
    grid-template-columns: 1fr;
  }

  .search-field {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .search-button {
    min-height: 64px;
  }

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

  .property-image {
    height: 285px;
  }

  .about-image-wrap {
    padding: 0 25px 25px 0;
  }

  .about-image-main {
    height: 470px;
  }

  .about-stat {
    width: 215px;
    min-height: 150px;
    padding: 25px;
  }

  .location-list em {
    display: none;
  }

  .location-row em {
    display: none;
  }

  .detail-hero {
    min-height: 620px;
  }

  .detail-facts {
    grid-template-columns: 1fr;
  }

  .detail-facts>div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .amenity-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}

/* Navbar text white */
.site-header .navbar-nav .nav-link {
    color: #fff !important;
}

.site-header .navbar-nav .nav-link:hover,
.site-header .navbar-nav .nav-link.active {
    color: #fff !important;
}
