/* Landing page style guide.
   - Brand colors and spacing live in :root below.
   - Main section styles are grouped by page area.
   - Floating action styles are near the footer section.
   - Mobile overrides are collected in the media-query blocks later in the file. */
:root {
  --accent: #c66647;
  --accent-dark: #a14d31;
  --gold: #cc8b00;
  --cream: #f8f2ee;
  --ink: #161616;
  --muted: #5f6168;
  --border: #e8d7cf;
  --white: #ffffff;
  --shadow: 0 20px 48px rgba(22, 22, 22, 0.12);
  --radius: 22px;
  --container: min(1180px, calc(100vw - 32px));
  --button-height: 38px;
  --button-padding-x: 16px;
  --button-radius-sm: 6px;
  --button-font-size: 0.92rem;
}

/* Basic reset and shared HTML primitives. */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fffaf7 0%, #ffffff 12%, #fff8f4 100%);
}

img {
  display: block;
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

button,
input,
select {
  font: inherit;
}

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

.container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 20px; /* controlled spacing */
}

/* Sticky header and navigation. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(198, 102, 71, 0.1);
}

.nav-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0; /* remove unwanted space */
  min-height: 70px;
  width: 100%;
}

.brand img {
  width: 148px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0; /* remove spacing like screenshot */
  width: 100%;
  height: 100%;
}

.site-nav a,
.site-nav button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 18px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #333;
  white-space: nowrap; /* Menu options ko single line mein rakhne ke liye */
  transition:
    color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.site-nav-brochure {
  display: none;
  cursor: pointer;
}

.site-nav a::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.site-nav a[href="#home"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3 2 11h3v10h6v-6h2v6h6V11h3L12 3Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3 2 11h3v10h6v-6h2v6h6V11h3L12 3Z' fill='black'/%3E%3C/svg%3E");
}

.site-nav a[href="#pricing"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 5h12a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3Zm0 2a1 1 0 0 0-1 1v1h14V8a1 1 0 0 0-1-1H6Zm13 4H5v4a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-4ZM7 12h3v2H7v-2Zm5 0h5v2h-5v-2Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 5h12a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3Zm0 2a1 1 0 0 0-1 1v1h14V8a1 1 0 0 0-1-1H6Zm13 4H5v4a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-4ZM7 12h3v2H7v-2Zm5 0h5v2h-5v-2Z' fill='black'/%3E%3C/svg%3E");
}

.site-nav a[href="#sitefloorplan"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 3h8v8H3V3Zm10 0h8v8h-8V3ZM3 13h8v8H3v-8Zm10 0h8v8h-8v-8ZM5 5v4h4V5H5Zm10 0v4h4V5h-4ZM5 15v4h4v-4H5Zm10 0v4h4v-4h-4Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 3h8v8H3V3Zm10 0h8v8h-8V3ZM3 13h8v8H3v-8Zm10 0h8v8h-8v-8ZM5 5v4h4V5H5Zm10 0v4h4V5h-4ZM5 15v4h4v-4H5Zm10 0v4h4v-4h-4Z' fill='black'/%3E%3C/svg%3E");
}

.site-nav a[href="#amenities"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-4-3.2 1.4 1.4a3.8 3.8 0 0 1 5.2 0l1.4-1.4a5.8 5.8 0 0 0-8 0ZM4.6 11.4 6 12.8a8.5 8.5 0 0 1 12 0l1.4-1.4a10.5 10.5 0 0 0-14.8 0ZM1.2 8 2.6 9.4a13.2 13.2 0 0 1 18.8 0L22.8 8A15.2 15.2 0 0 0 1.2 8Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-4-3.2 1.4 1.4a3.8 3.8 0 0 1 5.2 0l1.4-1.4a5.8 5.8 0 0 0-8 0ZM4.6 11.4 6 12.8a8.5 8.5 0 0 1 12 0l1.4-1.4a10.5 10.5 0 0 0-14.8 0ZM1.2 8 2.6 9.4a13.2 13.2 0 0 1 18.8 0L22.8 8A15.2 15.2 0 0 0 1.2 8Z' fill='black'/%3E%3C/svg%3E");
}

.site-nav a[href="#gallery"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Zm0 2v10h16V7H4Zm3 2.2A1.8 1.8 0 1 1 7 13a1.8 1.8 0 0 1 0-3.8ZM6 16l3.2-3.3 2.5 2.4 2.1-2 4.2 2.9H6Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Zm0 2v10h16V7H4Zm3 2.2A1.8 1.8 0 1 1 7 13a1.8 1.8 0 0 1 0-3.8ZM6 16l3.2-3.3 2.5 2.4 2.1-2 4.2 2.9H6Z' fill='black'/%3E%3C/svg%3E");
}

.site-nav a[href="#address_section"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 1 7 7c0 4.8-5 10.5-7 13-2-2.5-7-8.2-7-13a7 7 0 0 1 7-7Zm0 9.5A2.5 2.5 0 1 0 12 6a2.5 2.5 0 0 0 0 5.5Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 1 7 7c0 4.8-5 10.5-7 13-2-2.5-7-8.2-7-13a7 7 0 0 1 7-7Zm0 9.5A2.5 2.5 0 1 0 12 6a2.5 2.5 0 0 0 0 5.5Z' fill='black'/%3E%3C/svg%3E");
}

.site-nav a[href="#sitevisit"]::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 6h12a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3Zm6 3.2v5.6l4.8-2.8L10 9.2Zm10.5 1.3L23 9v6l-2.5-1.5v-3Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 6h12a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3Zm6 3.2v5.6l4.8-2.8L10 9.2Zm10.5 1.3L23 9v6l-2.5-1.5v-3Z' fill='black'/%3E%3C/svg%3E");
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--accent-dark);
  background: rgba(198, 102, 71, 0.09);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.site-nav a.is-active {
  color: var(--white);
  background: linear-gradient(135deg, #d1734f 0%, #bf5f3b 100%);
  box-shadow: 0 10px 20px rgba(191, 95, 59, 0.22);
}

.site-nav a.is-active::after {
  transform: scaleX(0);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  gap: 0;
}

  .header-call,
  .header-download,
  .primary-btn,
  .secondary-btn,
.ghost-btn,
.submit-btn,
.table-btn,
.chat-pop-button,
.rail-call-button,
.rail-submit,
.virtual-card,
.text-link {
  cursor: pointer;
  border: 0;
}

.header-call,
.header-download,
.primary-btn,
.secondary-btn,
.ghost-btn,
.submit-btn,
.table-btn,
.chat-pop-button,
.rail-call-button,
.rail-submit,
.float-action,
.modal-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--button-height);
  padding: 8px var(--button-padding-x);
  border-radius: var(--button-radius-sm);
  font-size: var(--button-font-size);
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    filter 0.22s ease,
    background 0.22s ease,
    color 0.22s ease;
}

.primary-btn,
.submit-btn,
.table-btn,
.chat-pop-button,
.rail-call-button,
.rail-submit,
.float-action.call,
.modal-submit {
  transform-origin: center;
  animation: button-tilt 1.2s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes button-tilt {
  0% {
    transform: rotate(-1.4deg);
  }

  100% {
    transform: rotate(1.4deg);
  }
}

.header-call,
.secondary-btn,
.ghost-btn {
  background: rgba(198, 102, 71, 0.09);
  color: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(198, 102, 71, 0.18);
}

.header-download,
.primary-btn,
.submit-btn,
.table-btn,
.chat-pop-button,
.rail-call-button,
.rail-submit {
  background: linear-gradient(
    135deg,
    var(--accent) 0%,
    var(--accent-dark) 100%
  );
  color: var(--white);
  box-shadow: 0 12px 24px rgba(198, 102, 71, 0.28);
}

  .header-download,
  .header-call {
    padding-right: 14px;
    padding-left: 14px;
  }

  .header-action-label {
    display: block;
    min-width: 0;
  }

.header-call:hover,
.secondary-btn:hover,
.ghost-btn:hover {
  animation: none;
  transform: translateY(-2px);
  background: rgba(198, 102, 71, 0.14);
  box-shadow:
    0 12px 24px rgba(198, 102, 71, 0.12),
    inset 0 0 0 1px rgba(198, 102, 71, 0.22);
}

.header-download:hover,
.primary-btn:hover,
.submit-btn:hover,
.table-btn:hover,
.chat-pop-button:hover,
.rail-call-button:hover,
.rail-submit:hover {
  animation: none;
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(198, 102, 71, 0.34);
  filter: brightness(1.04) saturate(1.03);
}

.float-action:hover,
.modal-submit:hover {
  animation: none;
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .primary-btn,
  .submit-btn,
  .table-btn,
  .chat-pop-button,
  .rail-call-button,
  .rail-submit,
  .float-action.call,
  .modal-submit {
    animation: none;
  }
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

/* Hero area and lead capture card. */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 740px;
  display: flex;
  align-items: center;
}

.hero-slides,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 0.8s ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(18, 18, 18, 0.78) 0%,
      rgba(18, 18, 18, 0.58) 42%,
      rgba(18, 18, 18, 0.32) 100%
    ),
    linear-gradient(180deg, rgba(198, 102, 71, 0.28), transparent 32%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 388px);
  gap: 34px;
  align-items: center;
  padding: 120px 0 72px;
}

.hero-copy {
  max-width: 720px;
  color: var(--white);
}

.live-offer,
.eyebrow,
.virtual-pill,
.modal-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 18px 0 14px;
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  line-height: 0.98;
  font-weight: 900;
}

.hero-subline {
  margin: 0;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.92);
}

.review-strip {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 22px 0 26px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.review-strip img {
  width: 52px;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.stat-card,
.location-point,
.rera-box,
.table-card,
.brochure-card,
.request-card,
.amenity-card,
.gallery-item,
.map-card,
.lead-panel,
.copy-box,
.plan-card,
.image-card,
.virtual-card,
.modal-dialog,
.lightbox-dialog {
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.stat-card {
  padding: 16px 18px;
  color: var(--ink);
}

.stat-label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.85rem;
  text-transform: uppercase;
}

.stat-value {
  font-size: 1.14rem;
  font-weight: 800;
}

.offer-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 18px;
}

.offer-box span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(204, 139, 0, 0.18);
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 700;
}

.price-line {
  margin: 0 0 24px;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 500;
}

.price-line span {
  color: #ffd07a;
  font-size: 1.5em;
  font-weight: 900;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.lead-panel {
  padding: 28px 24px;
  background:
    radial-gradient(
      circle at top right,
      rgba(204, 139, 0, 0.22),
      transparent 35%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98),
      rgba(255, 248, 243, 0.98)
    );
}

.lead-kicker {
  margin: 0 0 10px;
  color: var(--accent);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.lead-panel h2,
.modal-content h2 {
  margin: 0 0 14px;
  font-size: 1.8rem;
  line-height: 1.15;
}

.lead-promise {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.lead-promise li,
.legal-points li {
  position: relative;
  padding-left: 24px;
}

.lead-promise li::before,
.legal-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 900;
}

.lead-form {
  display: grid;
  gap: 14px;
}

.lead-form label {
  display: grid;
  gap: 6px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #43454d;
}

.lead-form input,
.lead-form select {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px 16px;
  background: #fff;
  color: var(--ink);
}

.lead-form input:focus,
.lead-form select:focus {
  outline: 2px solid rgba(198, 102, 71, 0.14);
  border-color: var(--accent);
}

.phone-group {
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 10px;
}

.consent-text,
.form-message {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.form-message.is-error {
  color: #bb1f1f;
}

.form-message.is-success {
  color: #0f7c41;
}

/* Shared section and content card styling. */
.section {
  padding: 76px 0;
}

.overview,
.pricing,
.plan-section,
.amenities,
.gallery,
.location,
.virtual-visit,
.developer,
.legal {
  position: relative;
}

.section-heading {
  margin-bottom: 28px;
}

.section-heading h2 {
  margin: 10px 0 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.04;
}

.eyebrow,
.modal-kicker {
  background: rgba(198, 102, 71, 0.09);
  color: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(198, 102, 71, 0.12);
}

.inline-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.copy-box,
.rera-box,
.brochure-card-body,
.request-card,
.legal .container {
  padding: 28px;
}

.copy-box p,
.developer-copy,
.disclaimer {
  margin-top: 0;
  color: #444851;
  line-height: 1.8;
}

.text-link {
  padding: 0;
  background: transparent;
  color: var(--accent);
  font-weight: 700;
}

.pricing-grid,
.location-grid,
.plan-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 360px);
  gap: 24px;
}

.table-card {
  padding: 18px;
  overflow: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 18px 14px;
  border-bottom: 1px solid rgba(198, 102, 71, 0.12);
  text-align: left;
}

th {
  color: var(--accent);
  font-size: 0.88rem;
  text-transform: uppercase;
}

tbody tr:last-child td {
  border-bottom: 0;
}

.brochure-card {
  overflow: hidden;
}

.brochure-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.brochure-card h3,
.request-card h3 {
  margin: 0 0 10px;
  font-size: 1.4rem;
}

.brochure-card p,
.request-card p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.7;
}

.pricing .inline-heading {
  align-items: center;
  margin-bottom: 22px;
}

.pricing .section-heading h2 {
  color: #c5653f;
  font-size: clamp(1.8rem, 2.4vw, 2.35rem);
}

.pricing .ghost-btn {
  min-height: var(--button-height);
  padding: 8px var(--button-padding-x);
  border-radius: var(--button-radius-sm);
  font-size: var(--button-font-size);
  white-space: nowrap;
}

.pricing-grid {
  grid-template-columns: minmax(0, 1.45fr) minmax(250px, 300px);
  align-items: start;
  gap: 30px;
}

.pricing .table-card,
.pricing .brochure-card {
  border: 1px solid #d9dee4;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.pricing .table-card {
  padding: 0;
}

.pricing table {
  font-size: 0.98rem;
}

.pricing th,
.pricing td {
  padding: 14px 10px;
  border: 1px solid #d9dee4;
  vertical-align: middle;
}

.pricing th {
  color: #2f3338;
  font-size: 0.96rem;
  font-weight: 700;
  text-transform: none;
  background: #ffffff;
}

.pricing tbody td {
  color: #363b40;
  font-size: 0.94rem;
}

.pricing tbody tr:nth-child(odd) td {
  background: #f3f3f3;
}

.pricing td:last-child {
  width: 1%;
  white-space: nowrap;
}

.pricing .table-btn {
  min-height: var(--button-height);
  padding: 8px 12px;
  border-radius: var(--button-radius-sm);
  font-size: var(--button-font-size);
  font-weight: 700;
  white-space: nowrap;
  box-shadow: none;
}

.pricing .brochure-card img {
  height: auto;
  aspect-ratio: 1.45 / 1;
  object-fit: contain;
  padding: 18px;
  background: #ffffff;
}

.pricing .brochure-card-media {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  cursor: pointer;
  appearance: none;
}

.pricing .brochure-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 20, 0.48);
  opacity: 0;
  transform: translateY(100%);
  transition:
    transform 0.32s ease,
    opacity 0.32s ease;
  pointer-events: none;
}

.pricing .brochure-card-media:focus-visible {
  outline: 3px solid rgba(95, 205, 244, 0.45);
  outline-offset: -3px;
}

.pricing .brochure-hover-label {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 196px;
  padding: 10px 18px;
  border: 0;
  border-radius: 6px;
  background: rgba(12, 12, 12, 0.82);
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 140%);
  transition:
    transform 0.32s ease,
    opacity 0.32s ease,
    background 0.22s ease;
  pointer-events: none;
}

.pricing .brochure-card-body {
  display: flex;
  justify-content: center;
  padding: 18px;
  border-top: 1px solid #e2e6ea;
}

.pricing .brochure-card-body .primary-btn {
  width: 100%;
  min-height: var(--button-height);
  padding: 8px var(--button-padding-x);
  border-radius: var(--button-radius-sm);
  font-size: var(--button-font-size);
  white-space: nowrap;
  box-shadow: none;
}

.pricing .brochure-card:hover .brochure-card-media::after,
.pricing .brochure-card:focus-within .brochure-card-media::after {
  opacity: 1;
  transform: translateY(0);
}

.pricing .brochure-card:hover .brochure-hover-label,
.pricing .brochure-card:focus-within .brochure-hover-label {
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.pricing .brochure-hover-label:hover,
.pricing .brochure-hover-label:focus-visible {
  background: rgba(12, 12, 12, 0.92);
}

.plan-section#sitefloorplan .section-heading {
  margin-bottom: 22px;
}

.plan-section#sitefloorplan .section-heading h2 {
  margin: 0;
  color: #c5653f;
  font-size: clamp(1.8rem, 2.4vw, 2.35rem);
}

.plan-card.master-plan-card {
  max-width: 376px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d9dee4;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.plan-card.master-plan-card .master-plan-preview {
  display: block;
  width: 100%;
  padding: 18px 18px 12px;
  border: 0;
  background: #ffffff;
  box-shadow: none;
}

.plan-card.master-plan-card .master-plan-image {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}

.plan-card.master-plan-card .master-plan-preview::after {
  content: "";
  position: absolute;
  inset: 18px 18px 12px;
  background: rgba(20, 20, 20, 0.48);
  opacity: 0;
  transform: translateY(100%);
  transition:
    transform 0.32s ease,
    opacity 0.32s ease;
  pointer-events: none;
}

.plan-card.master-plan-card .master-plan-preview img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.12 / 1;
  object-fit: contain;
  background: #ffffff;
}

.plan-card.master-plan-card .master-plan-preview:hover img,
.plan-card.master-plan-card .master-plan-preview:focus-within img {
  transform: none;
}

.plan-card.master-plan-card .master-plan-hover-label {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 208px;
  padding: 10px 18px;
  border: 0;
  border-radius: 6px;
  background: rgba(12, 12, 12, 0.82);
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 140%);
  transition:
    transform 0.32s ease,
    opacity 0.32s ease,
    background 0.22s ease;
  pointer-events: none;
}

.plan-card.master-plan-card .master-plan-preview:hover::after,
.plan-card.master-plan-card .master-plan-preview:focus-within::after {
  opacity: 1;
  transform: translateY(0);
}

.plan-card.master-plan-card .master-plan-preview:hover .master-plan-hover-label,
.plan-card.master-plan-card
  .master-plan-preview:focus-within
  .master-plan-hover-label {
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.plan-card.master-plan-card .master-plan-hover-label:hover,
.plan-card.master-plan-card .master-plan-hover-label:focus-visible {
  background: rgba(12, 12, 12, 0.92);
}

.plan-card.master-plan-card .master-plan-body {
  padding: 18px;
  border-top: 1px solid #e2e6ea;
}

.plan-card.master-plan-card .master-plan-body .primary-btn {
  width: 100%;
  min-height: var(--button-height);
  padding: 8px var(--button-padding-x);
  border-radius: var(--button-radius-sm);
  font-size: var(--button-font-size);
  white-space: nowrap;
  box-shadow: none;
}

.plan-card,
.map-card {
  padding: 18px;
}

.map-card-frame {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 18px;
  min-height: 420px;
  background: #edf0f2;
}

.map-card-frame iframe {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
}

.image-card,
.gallery-item,
.virtual-card {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: transparent;
}

.image-card img,
.gallery-item img,
.virtual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.image-card span,
.virtual-overlay {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 18px;
  padding: 14px 18px;
  background: rgba(18, 18, 18, 0.58);
  color: var(--white);
  backdrop-filter: blur(10px);
}

.image-card:hover img,
.gallery-item:hover img,
.virtual-card:hover img {
  transform: scale(1.05);
}

.compact {
  min-height: 100%;
}

.request-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.amenities-dots {
  display: none;
}

.amenity-card {
  overflow: hidden;
  text-align: center;
}

.amenity-card img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
}

.amenity-card h3 {
  margin: 0;
  padding: 18px 16px 20px;
  font-size: 1.05rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gallery-item {
  aspect-ratio: 0.82 / 1;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.location-points {
  display: grid;
  gap: 14px;
}

.location-point {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
}

.location-point strong {
  font-size: 1rem;
}

.location-point span {
  color: var(--accent);
  font-weight: 800;
  white-space: nowrap;
}

.map-embed {
  margin-top: 24px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.map-embed iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
}

.virtual-card {
  aspect-ratio: 2.25 / 1;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.virtual-visit .section-heading {
  margin-bottom: 12px;
}

.virtual-visit .section-heading h2 {
  margin: 0;
  color: #c5653f;
  font-size: clamp(1.8rem, 2.4vw, 2.35rem);
}

.virtual-visit .virtual-card {
  aspect-ratio: 2.08 / 1;
  border: 1px solid #dddfe3;
  border-radius: 0;
  box-shadow: none;
  isolation: isolate;
}

.virtual-visit .virtual-card::before,
.virtual-visit .virtual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  transition:
    transform 0.38s ease,
    opacity 0.38s ease,
    height 0.38s ease,
    background 0.38s ease;
}

.virtual-visit .virtual-card::before {
  background: linear-gradient(
    180deg,
    rgba(20, 14, 10, 0.04) 0%,
    rgba(20, 14, 10, 0.12) 54%,
    rgba(20, 14, 10, 0.18) 100%
  );
}

.virtual-visit .virtual-card::after {
  opacity: 0;
  background: transparent;
}

.virtual-visit .virtual-card img {
  transition:
    transform 0.38s ease,
    filter 0.38s ease;
}

.virtual-visit .virtual-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: none;
  padding: 24px 0;
  border-radius: 0;
  background: transparent;
  color: var(--white);
  text-align: center;
  backdrop-filter: none;
  isolation: isolate;
  transform: none;
  transition: transform 0.38s ease;
}

.virtual-visit .virtual-overlay::before {
  content: none;
}

.virtual-visit .virtual-play {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: -10px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
  transition:
    transform 0.38s ease,
    width 0.38s ease,
    height 0.38s ease,
    box-shadow 0.38s ease;
}

.virtual-visit .virtual-play,
.virtual-visit .virtual-text {
  position: relative;
  z-index: 1;
}

.virtual-visit .virtual-text {
  display: grid;
  justify-items: center;
  gap: 4px;
  width: 100%;
  padding: 24px 22px 14px;
  background: rgba(16, 14, 12, 0.28);
  backdrop-filter: blur(1px);
  transition:
    transform 0.38s ease,
    background 0.38s ease,
    padding 0.38s ease;
}

.virtual-visit .virtual-play svg {
  width: 28px;
  height: 28px;
  margin-left: 4px;
  fill: #6d4a39;
}

.virtual-visit .virtual-overlay strong {
  font-size: clamp(1.9rem, 3.6vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.36);
}

.virtual-visit .virtual-subtitle {
  font-size: clamp(1rem, 1.7vw, 1.45rem);
  font-weight: 600;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
}

.virtual-visit .virtual-card:hover img {
  transform: scale(1.04);
  filter: saturate(1.05) brightness(1.03);
}

.virtual-visit .virtual-card:hover::before {
  background: linear-gradient(
    180deg,
    rgba(20, 14, 10, 0.02) 0%,
    rgba(20, 14, 10, 0.08) 48%,
    rgba(20, 14, 10, 0.12) 100%
  );
}

.virtual-visit .virtual-card:hover .virtual-overlay {
  transform: translateY(-4px);
}

.virtual-visit .virtual-card:hover .virtual-text {
  padding-top: 28px;
  transform: translateY(-4px);
  background: rgba(16, 14, 12, 0.34);
}

.virtual-visit .virtual-card:hover .virtual-play {
  width: 76px;
  height: 76px;
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.26);
}

.virtual-pill {
  width: fit-content;
}

.developer-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.developer .section-heading {
  text-align: center;
}

.developer .section-heading .eyebrow {
  justify-content: center;
}

.developer-logo img,
.modal-logo {
  height: 64px;
  width: auto;
}

.rera-box {
  margin-top: 24px;
}

.rera-box h3 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}

.legal {
  padding: 34px 0 0;
  background: #f3f3f3;
}

.legal .container {
  padding: 28px 32px 20px;
  background: #fafafa;
  border: 1px solid #e1e1e1;
  border-bottom: 0;
  box-shadow: 0 8px 20px rgba(20, 20, 20, 0.03);
}

.legal-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.legal-points li {
  padding-left: 22px;
  color: #1f1f1f;
  font-size: 0.86rem;
  line-height: 1.55;
}

.legal-points li::before {
  content: "\2713";
  left: 1px;
  top: 1px;
  color: #121212;
  font-size: 0.84rem;
}

.disclaimer {
  margin: 22px 0 0;
  color: #2d2d2d;
  font-size: 0.86rem;
  line-height: 1.9;
}

/* Footer and floating brochure shortcuts. */
.site-footer {
  padding: 0 0 36px;
  background: #f3f3f3;
  color: #222;
}

.site-footer .container {
  padding: 0 32px 18px;
  background: #fafafa;
  border: 1px solid #e1e1e1;
  border-top: 0;
  box-shadow: 0 10px 22px rgba(20, 20, 20, 0.03);
}

.footer-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  padding-top: 18px;
  border-top: 1px solid #d7d7d7;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.6;
}

.footer-shell p {
  margin: 0;
  font-size: 0;
}

.footer-shell p::before {
  content: "Copyright \00A9 2026";
  font-size: 0.8rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}

.footer-links::before,
.footer-links a + a::before {
  content: "|";
  margin: 0 6px;
  color: #7a7a7a;
}

.footer-links a {
  color: #182a74;
}

.footer-links a:hover {
  color: #0d1d5b;
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 35;
  display: grid;
  gap: 10px;
}

.float-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--white);
  box-shadow: 0 16px 30px rgba(22, 22, 22, 0.18);
}

.float-action img {
  width: 24px;
  height: 24px;
}

.float-action.brochure,
.float-action.call {
  border: 0;
  font-weight: 700;
}

.float-action.brochure {
  background: linear-gradient(135deg, #2c2c2c, #111);
}

.float-action.call {
  background: linear-gradient(135deg, #ef6b41, #c53e17);
}

.float-action.whatsapp {
  background: linear-gradient(135deg, #2db65d, #13873c);
}

.chat-pop-sm {
  display: none !important;
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 35;
  width: min(300px, calc(100vw - 36px));
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(22, 22, 22, 0.18);
}

.chat-pop-close,
.lightbox-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
  color: var(--ink);
  font-size: 1.5rem;
  cursor: pointer;
}

.modal-close {
  position: absolute;
  top: -34px;
  right: -20px;
  width: auto;
  height: auto;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--white);
  font-size: 0;
  line-height: 1;
  cursor: pointer;
}

.modal-close::before {
  content: "\00d7";
  font-size: 2.1rem;
  font-weight: 700;
}

.chat-pop-text {
  margin: 0 0 12px;
  padding-right: 34px;
  color: #2f333c;
  line-height: 1.5;
}

.chat-pop-button {
  display: inline-flex;
}

/* Modal, lightbox and popup-specific layout. */
.modal,
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
}

.modal.is-open,
.lightbox.is-open {
  display: block;
}

.modal-backdrop,
.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 15, 0.72);
}

.modal-dialog,
.lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(520px, calc(100vw - 24px));
  margin: 56px auto;
  padding: 28px;
}

.modal-content {
  position: relative;
}

.modal-dialog {
  width: min(592px, calc(100vw - 24px));
  padding: 0;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.34);
  overflow: visible;
}

.modal-content {
  padding: 12px 10px 0;
}

.modal-top {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.modal-side {
  padding-top: 14px;
}

.modal-logo {
  width: 104px;
  height: auto;
  margin: 0 0 12px;
}

.modal-promise-card {
  padding: 12px 10px 14px;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8f8f8 0%, #f1f1f1 100%);
}

.modal-side-title {
  margin: 0 0 14px;
  color: #e06743;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

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

.modal-promise-item {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  color: #e06743;
  font-size: 0.88rem;
  line-height: 1.15;
}

.modal-promise-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #e06743;
}

.modal-promise-icon svg,
.modal-input-icon svg,
.modal-call-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.modal-main {
  padding-top: 2px;
}

.modal-title-bar {
  background: #cc704f;
  color: var(--white);
  text-align: center;
  padding: 10px 16px;
}

.modal-title-bar h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.modal-subtitle {
  margin: 16px 0 14px;
  text-align: center;
  font-size: 0.94rem;
  font-weight: 700;
}

.modal-subtitle span {
  color: #ff4b4b;
}

.modal-form {
  gap: 12px;
}

.modal-field {
  position: relative;
  display: block;
  font-size: 0;
}

.modal-form input,
.modal-form select {
  border: 0;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 0;
  padding: 9px 0 10px;
  background: transparent;
  box-shadow: none;
}

.modal-form input::placeholder {
  color: #9c9c9c;
}

.modal-form input:focus,
.modal-form select:focus {
  outline: none;
  border-color: #cc704f;
}

.modal-field-icon input {
  padding-right: 28px;
}

.modal-input-icon {
  position: absolute;
  right: 2px;
  top: 50%;
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  color: #4eaf9d;
}

.modal-phone-group {
  grid-template-columns: 122px minmax(0, 1fr);
  gap: 14px;
}

.modal-submit {
  min-width: 124px;
  margin: 2px auto 0;
  padding: 8px 24px;
  border-radius: 4px;
  box-shadow: none;
  background: #cc704f;
}

.modal-submit:hover {
  transform: none;
  background: #bc6546;
}

.modal-form-message {
  min-height: 0;
  text-align: center;
  font-size: 0.82rem;
}

.modal-avatar {
  display: none;
}

.modal-call-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 8px -10px 0;
  padding: 10px 16px;
  background: #cc704f;
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 0 0 4px 4px;
}

.modal-call-icon {
  width: 18px;
  height: 18px;
  color: var(--white);
}

.modal-promise {
  margin-bottom: 20px;
}

.lightbox-dialog {
  width: min(1000px, calc(100vw - 24px));
  text-align: center;
  background: rgba(255, 255, 255, 0.98);
}

.lightbox-dialog img {
  max-height: 78vh;
  margin: 0 auto 12px;
  border-radius: 18px;
}

.lightbox-dialog p {
  margin: 0;
  color: var(--muted);
}

body.modal-open {
  overflow: hidden;
}

/* Tablet and small laptop layout. */
@media (max-width: 1080px) {
  .nav-shell {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav,
  .header-actions {
    display: none;
  }

  .site-nav.is-open {
    display: grid;
    grid-column: 1 / -1;
    gap: 0;
    padding: 10px 0 18px;
  }

  .site-nav.is-open a {
    padding: 14px 0;
    border-top: 1px solid rgba(198, 102, 71, 0.12);
  }

  .hero-grid,
  .pricing-grid,
  .location-grid,
  .plan-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    padding: 104px 0 48px;
  }

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

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

/* Mobile stacking and tighter spacing. */
@media (max-width: 720px) {
  .hero {
    min-height: auto;
  }

  .hero-slide {
    background-position: center top;
  }

  .hero-grid {
    gap: 20px;
    padding: 96px 0 36px;
  }

  .stat-row,
  .amenities-grid,
  .gallery-grid,
  .phone-group {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .inline-heading,
  .footer-shell,
  .footer-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero h1 {
    font-size: 2.55rem;
  }

  .section {
    padding: 58px 0;
  }

  .section-heading h2 {
    font-size: 2.15rem;
  }

  .lead-panel,
  .copy-box,
  .brochure-card-body,
  .request-card,
  .legal .container,
  .table-card,
  .plan-card,
  .map-card,
  .lightbox-dialog {
    padding: 20px;
  }

  .modal-dialog {
    width: min(592px, calc(100vw - 24px));
    padding: 0;
  }

  .chat-pop-sm {
    left: 12px;
    right: 12px;
    bottom: 86px;
    width: auto;
  }

  .floating-actions {
    right: 12px;
    left: 12px;
    bottom: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .float-action {
    justify-content: center;
    padding: 12px 10px;
  }

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

  .virtual-card {
    aspect-ratio: 1.1 / 1;
  }

  .virtual-visit .virtual-card {
    aspect-ratio: 1.38 / 1;
  }

  .virtual-visit .virtual-overlay {
    padding: 18px 0;
  }

  .virtual-visit .virtual-play {
    width: 54px;
    height: 54px;
    margin-bottom: -10px;
  }

  .virtual-visit .virtual-play svg {
    width: 24px;
    height: 24px;
  }

  .virtual-visit .virtual-text {
    gap: 3px;
    padding: 22px 16px 12px;
  }

  .modal-top {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .modal-content {
    padding: 18px 16px 0;
  }

  .modal-side {
    padding-top: 0;
  }

  .modal-logo {
    margin: 0 auto 14px;
  }

  .modal-phone-group {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .modal-close {
    top: -38px;
    right: 0;
  }

  .modal-call-strip {
    margin-right: -16px;
    margin-left: -16px;
  }
}

/* Reference layout override: left content scrolls, right enquiry rail stays fixed. */
.fixed-rail {
  display: none;
}

.lead-panel {
  display: none;
}

.price-line span {
  font-size: 0;
}

.price-line span::before {
  content: "\20B9 1.80 Cr";
  font-size: 1.5em;
}

@media (min-width: 1081px) {
  body {
    background: #f4f4f4;
  }

  .site-header {
    background: #ffffff;
    border-bottom: 1px solid #d9d9d9;
    backdrop-filter: none;
  }

  .nav-shell {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: stretch;
    min-height: 56px;
    gap: 0;
    width: 100%;
    min-width: 0;
  }

  .brand {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    padding-right: 12px;
    border-right: 1px solid #d9d9d9;
  }

  .brand img {
    width: 152px;
  }

  .site-nav {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    justify-content: flex-start;
    gap: 0;
    min-height: 56px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a,
  .site-nav .site-nav-brochure {
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 56px;
    gap: 6px;
    padding: 0 clamp(8px, 0.75vw, 11px);
    min-height: 56px;
    border-radius: 0;
    border-right: 1px solid #d9d9d9;
    font-size: clamp(0.78rem, 0.75rem + 0.12vw, 0.86rem);
    font-weight: 500;
    color: #111111;
    background: #ffffff;
    box-shadow: none;
  }

  .site-nav a[href="#home"] {
    width: 36px;
    padding: 0;
    gap: 0;
    font-size: 0;
  }

  .site-nav a[href="#home"]::before {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .site-nav a::before,
  .site-nav .site-nav-brochure::before {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }

  .site-nav .site-nav-brochure {
    display: inline-flex;
    cursor: pointer;
  }

  .site-nav .site-nav-brochure::before {
    content: "";
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 3h2v9.2l2.8-2.8 1.4 1.4L12 16l-5.2-5.2 1.4-1.4 2.8 2.8V3ZM4 18h16v3H4v-3Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 3h2v9.2l2.8-2.8 1.4 1.4L12 16l-5.2-5.2 1.4-1.4 2.8 2.8V3ZM4 18h16v3H4v-3Z' fill='black'/%3E%3C/svg%3E");
  }

  .site-nav a:hover,
  .site-nav a:focus-visible,
  .site-nav .site-nav-brochure:hover,
  .site-nav .site-nav-brochure:focus-visible {
    background: rgba(198, 102, 71, 0.08);
  }

  .site-nav a.is-active,
  .site-nav a.is-active:hover,
  .site-nav a.is-active:focus-visible {
    background: #cf7953;
    color: var(--white);
    box-shadow: none;
  }

  .site-nav a::after {
    display: none;
  }

  .header-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    flex: 0 0 264px;
    width: 264px;
    min-width: 264px;
    height: 50px;
    margin-left: auto;
    align-self: flex-start;
    overflow: hidden;
    border-radius: 0 0 15px 15px;
    background: #303030;
  }

  .header-download,
  .header-call {
    min-height: 50px;
    height: 50px;
    min-width: 0;
    width: 100%;
    padding: 0 10px 0 12px;
    border-radius: 0;
    gap: 5px;
    font-size: 0.82rem;
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr);
    align-items: center;
    justify-content: start;
    background: #303030;
    color: var(--white);
    box-shadow: none;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }

  .header-download {
    border-left: 0;
  }

  .header-call {
    border-radius: 0 0 15px 0;
  }

  .header-download .header-action-label,
  .header-call .header-action-label {
    min-width: 0;
    text-align: left;
  }

  .header-download .header-action-label {
    max-width: 74px;
    font-size: 0.72rem;
    line-height: 1.08;
    white-space: normal;
  }

  .header-call .header-action-label {
    font-size: 0.78rem;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: -0.02em;
  }

  .header-download::before,
  .header-call::before {
    content: "";
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .header-download::before {
    background-image: url("images/common/newpdfimg.png");
  }

  .header-call::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.7 4.5h2.8c.5 0 .9.3 1 .8l.6 3a1 1 0 0 1-.3.9l-1.6 1.6a13 13 0 0 0 4.3 4.3l1.6-1.6a1 1 0 0 1 .9-.3l3 .6c.5.1.8.5.8 1v2.8c0 .6-.5 1.1-1.1 1.1C10.9 20.7 3.3 13.1 3.3 5.6c0-.6.5-1.1 1.1-1.1Z' fill='%2368a9df'/%3E%3C/svg%3E");
  }

  .header-call:hover,
  .header-download:hover,
  .header-call:focus-visible,
  .header-download:focus-visible {
    transform: translateY(-1px);
    background: #3a3a3a;
    box-shadow: none;
    filter: none;
  }

  .page-shell {
    position: relative;
  }

  .content-main,
  .site-footer {
    width: 100%;
    padding-right: 316px;
  }

  .content-main .container,
  .site-footer .container {
    width: min(100%, 1180px);
    margin: 0 auto;
    padding-left: 22px;
    padding-right: 22px;
  }

  .fixed-rail {
    position: fixed;
    top: 56px;
    right: 0;
    display: block;
    width: 316px;
    height: calc(100vh - 56px);
    border-left: 1px solid #dddddd;
    background: linear-gradient(180deg, #f7f7f7 0%, #fbfbfb 100%);
    overflow-y: auto;
    z-index: 24;
  }

  .fixed-rail-inner {
    padding: 16px 14px 28px;
  }

  .rail-call-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: var(--button-height);
    border-radius: var(--button-radius-sm);
    background: #f47b27;
    color: var(--white);
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(244, 123, 39, 0.24);
  }

  .rail-form-shell {
    margin-top: 18px;
    padding: 18px 12px 0;
  }

  .rail-form-shell h2 {
    margin: 0 0 28px;
    text-align: center;
    font-size: 1.25rem;
    color: #1f1f1f;
  }

  .rail-form {
    display: grid;
    gap: 18px;
  }

  .rail-field {
    position: relative;
    display: block;
    font-size: 0;
  }

  .rail-form input,
  .rail-form select {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d0d0d0;
    border-radius: 0;
    padding: 10px 0 11px;
    background: transparent;
    box-shadow: none;
  }

  .rail-form input::placeholder {
    color: #9d9d9d;
  }

  .rail-form input:focus,
  .rail-form select:focus {
    outline: none;
    border-color: #cf8219;
  }

  .rail-field-icon input {
    padding-right: 24px;
  }

  .rail-input-icon {
    position: absolute;
    top: 50%;
    right: 2px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    color: #48b29f;
  }

  .rail-input-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
  }

  .rail-phone-group {
    grid-template-columns: 122px minmax(0, 1fr);
    gap: 16px;
  }

  .rail-submit {
    width: 132px;
    margin: 4px auto 0;
    padding: 8px var(--button-padding-x);
    border-radius: var(--button-radius-sm);
    background: linear-gradient(90deg, #d38d00, #d1784e);
    box-shadow: none;
  }

  .rail-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(209, 120, 78, 0.28);
    filter: brightness(1.04);
  }

  .rail-form-message {
    min-height: 16px;
    text-align: center;
    font-size: 0.82rem;
  }

  .chat-pop-sm {
    display: none;
  }

  .floating-actions {
    right: 14px;
    left: auto;
    bottom: 14px;
    grid-template-columns: max-content;
    justify-content: end;
    align-items: center;
  }

  .floating-actions .float-action {
    min-height: var(--button-height);
    padding: 8px 14px;
  }

  .floating-actions .float-action.brochure {
    min-width: 176px;
    justify-self: end;
  }

  .float-action.whatsapp {
    display: none;
  }

  .hero {
    min-height: 480px;
  }

  .hero-overlay {
    background: linear-gradient(
      90deg,
      rgba(18, 18, 18, 0.14) 0%,
      rgba(18, 18, 18, 0.05) 38%,
      rgba(18, 18, 18, 0) 100%
    );
  }

  .hero-grid {
    display: block;
    min-height: 480px;
    padding: 16px 0 20px;
  }

  .hero-copy {
    width: min(100%, 332px);
    max-width: 332px;
    margin-left: 4px;
    color: #252525;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  }

  .live-offer {
    display: block;
    padding: 10px 14px;
    border-radius: 0;
    background: linear-gradient(90deg, #d38d00, #d1784e);
    color: var(--white);
    font-size: 0.84rem;
    font-weight: 700;
    text-transform: none;
    box-shadow: none;
    text-align: center;
  }

  .hero h1 {
    margin: 0;
    padding: 12px 18px 6px;
    color: #2d2d2d;
    font-size: 1.82rem;
    line-height: 1.08;
    text-align: center;
  }

  .hero-subline {
    margin: 0;
    padding: 0 18px;
    color: #525252;
    text-align: center;
    font-size: 0.84rem;
  }

  .review-strip {
    justify-content: center;
    gap: 8px;
    margin: 10px 16px 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    color: #585858;
    font-size: 0.82rem;
  }

  .review-strip img {
    width: 82px;
  }

  .stat-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 12px 14px 0;
    padding: 12px 14px;
    background: #efefef;
  }

  .stat-card {
    padding: 0 8px;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }

  .stat-card:nth-child(3) {
    display: none;
  }

  .stat-label {
    margin-bottom: 5px;
    font-size: 0.82rem;
    color: #444444;
    text-transform: none;
  }

  .stat-value {
    font-size: 0.92rem;
    font-weight: 800;
    color: #1d1d1d;
  }

  .offer-box {
    display: block;
    margin: 12px 14px 16px;
    padding: 10px 12px;
    background: linear-gradient(90deg, #cf7f18, #cb744e);
    border: 2px dashed rgba(255, 255, 255, 0.88);
  }

  .offer-box span {
    display: block;
    margin: 4px 0;
    padding: 0;
    background: transparent;
    color: var(--white);
    text-align: center;
    font-size: 0.86rem;
    font-weight: 700;
  }

  .price-line {
    margin: 0;
    padding: 0 18px;
    color: #4a4a4a;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.3;
  }

  .price-line span {
    display: block;
    margin: 6px 0 2px;
    color: #1e1e1e;
    font-size: 0;
  }

  .price-line span::before {
    font-size: 1.65rem;
    font-weight: 900;
  }

  .price-line strong {
    font-weight: 700;
  }

  .hero-actions {
    justify-content: center;
    padding: 14px 18px 16px;
  }

  .hero-actions .primary-btn {
    display: none;
  }

  .hero-actions .secondary-btn {
    width: 100%;
    max-width: 100%;
    min-height: var(--button-height);
    padding: 9px 14px;
    border-radius: 4px;
    background: linear-gradient(90deg, #d38d00, #d1784e);
    color: var(--white);
    box-shadow: none;
    font-size: var(--button-font-size);
  }

  .hero-actions .secondary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(209, 120, 78, 0.28);
    filter: brightness(1.04);
  }

  .content-main .section:not(.hero) {
    padding: 14px 0 0;
  }

  .content-main .section:not(.hero) > .container {
    padding: 30px 36px;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  }

  .content-main .section:not(.hero) .eyebrow {
    display: none;
  }

  .content-main .section:not(.hero) .section-heading {
    margin-bottom: 22px;
  }

  .content-main .section:not(.hero) .section-heading h2 {
    margin-top: 0;
    color: #c96848;
    font-size: clamp(2rem, 2.5vw, 2.55rem);
  }

  .content-main .copy-box,
  .content-main .rera-box {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }

  .content-main .table-card,
  .content-main .brochure-card,
  .content-main .plan-card,
  .content-main .map-card,
  .content-main .request-card {
    box-shadow: none;
    border: 1px solid #e4e4e4;
    border-radius: 0;
  }

  .content-main .ghost-btn,
  .content-main .primary-btn,
  .content-main .secondary-btn,
  .content-main .table-btn {
    border-radius: 4px;
    box-shadow: none;
  }

  .content-main .ghost-btn,
  .content-main .primary-btn,
  .content-main .secondary-btn,
  .content-main .table-btn {
    background: linear-gradient(90deg, #d38d00, #d1784e);
    color: var(--white);
  }

  .content-main .ghost-btn,
  .content-main .secondary-btn {
    transform-origin: center;
    animation: button-tilt 1.2s ease-in-out infinite alternate;
    will-change: transform;
  }

  .content-main .ghost-btn:hover,
  .content-main .primary-btn:hover,
  .content-main .secondary-btn:hover,
  .content-main .table-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(209, 120, 78, 0.22);
    filter: brightness(1.04);
  }
}

@media (prefers-reduced-motion: reduce) and (min-width: 1081px) {
  .content-main .ghost-btn,
  .content-main .secondary-btn {
    animation: none;
  }
}

@media (max-width: 1080px) {
  .content-main,
  .site-footer {
    width: 100%;
  }

  .fixed-rail {
    display: block;
    position: static;
    width: auto;
    height: auto;
    border-left: 0;
    background: transparent;
  }

  .fixed-rail-inner {
    padding: 0 16px 16px;
  }

  .rail-call-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: var(--button-height);
    margin: 16px 0 14px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ef6b41, #c53e17);
    color: var(--white);
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(197, 62, 23, 0.24);
  }

  .rail-form-shell {
    padding: 22px 18px;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
  }

  .rail-form-shell h2 {
    margin: 0 0 18px;
    text-align: center;
  }

  .rail-form {
    display: grid;
    gap: 14px;
  }

  .rail-field {
    position: relative;
    display: block;
    font-size: 0;
  }

  .rail-form input,
  .rail-form select {
    width: 100%;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 14px 16px;
    background: #ffffff;
  }

  .rail-form input:focus,
  .rail-form select:focus {
    outline: 2px solid rgba(198, 102, 71, 0.14);
    border-color: var(--accent);
  }

  .rail-field-icon input {
    padding-right: 42px;
  }

  .rail-input-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    color: #48b29f;
  }

  .rail-input-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
  }

  .rail-phone-group {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rail-submit {
    justify-self: start;
    border-radius: 999px;
  }

  .rail-form-message {
    min-height: 18px;
  }
}

@media (max-width: 720px) {
  .map-card-frame,
  .map-card-frame iframe {
    min-height: 320px;
  }

  .legal {
    padding-top: 24px;
  }

  .legal .container,
  .site-footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-shell,
  .footer-links {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}

.mobile-section-cta,
.mobile-location-cta,
.chat-cta-mobile,
.mobile-side-brochure,
.map-preview-image {
  display: none;
}

@media (max-width: 720px) {
  body {
    background: #f5f5f5;
  }

  .container {
    padding: 0 18px;
  }

  .site-header {
    z-index: 70;
    background: #ffffff;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: none;
    backdrop-filter: none;
  }

  .nav-shell {
    position: relative;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 66px;
    gap: 10px;
  }

  .brand {
    padding-right: 0;
    border-right: 0;
  }

  .brand img {
    width: min(238px, 100%);
  }

  .nav-toggle {
    width: 56px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 2px solid #463d38;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: none;
  }

  .nav-toggle span {
    width: 24px;
    height: 2px;
    margin: 3px 0;
    border-radius: 999px;
    background: #8a8a8a;
  }

  .site-nav.is-open {
    position: static;
    display: block;
    grid-column: 1 / -1;
    width: calc(100% + 36px);
    margin: 0 -18px -1px;
    padding: 0;
    background: #ffffff;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 0;
    box-shadow: none;
    z-index: 80;
  }

  .site-nav.is-open a,
  .site-nav.is-open .site-nav-brochure {
    width: 100%;
    min-height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 0;
    border-top: 1px solid #ece2dc;
    color: #111111;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    box-shadow: none;
  }

  .site-nav.is-open a:first-child {
    border-top: 0;
  }

  .site-nav.is-open a::after {
    display: none;
  }

  .site-nav.is-open a::before,
  .site-nav.is-open .site-nav-brochure::before {
    content: "";
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
  }

  .site-nav.is-open a[href="#home"]::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3 2 11h3v10h6v-6h2v6h6V11h3L12 3Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3 2 11h3v10h6v-6h2v6h6V11h3L12 3Z' fill='black'/%3E%3C/svg%3E");
  }

  .site-nav.is-open a[href="#pricing"]::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 5h12a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3Zm0 2a1 1 0 0 0-1 1v1h14V8a1 1 0 0 0-1-1H6Zm13 4H5v4a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-4ZM7 12h3v2H7v-2Zm5 0h5v2h-5v-2Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 5h12a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3Zm0 2a1 1 0 0 0-1 1v1h14V8a1 1 0 0 0-1-1H6Zm13 4H5v4a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-4ZM7 12h3v2H7v-2Zm5 0h5v2h-5v-2Z' fill='black'/%3E%3C/svg%3E");
  }

  .site-nav.is-open a[href="#sitefloorplan"]::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 3h8v8H3V3Zm10 0h8v8h-8V3ZM3 13h8v8H3v-8Zm10 0h8v8h-8v-8ZM5 5v4h4V5H5Zm10 0v4h4V5h-4ZM5 15v4h4v-4H5Zm10 0v4h4v-4h-4Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 3h8v8H3V3Zm10 0h8v8h-8V3ZM3 13h8v8H3v-8Zm10 0h8v8h-8v-8ZM5 5v4h4V5H5Zm10 0v4h4V5h-4ZM5 15v4h4v-4H5Zm10 0v4h4v-4h-4Z' fill='black'/%3E%3C/svg%3E");
  }

  .site-nav.is-open a[href="#amenities"]::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-4-3.2 1.4 1.4a3.8 3.8 0 0 1 5.2 0l1.4-1.4a5.8 5.8 0 0 0-8 0ZM4.6 11.4 6 12.8a8.5 8.5 0 0 1 12 0l1.4-1.4a10.5 10.5 0 0 0-14.8 0ZM1.2 8 2.6 9.4a13.2 13.2 0 0 1 18.8 0L22.8 8A15.2 15.2 0 0 0 1.2 8Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-4-3.2 1.4 1.4a3.8 3.8 0 0 1 5.2 0l1.4-1.4a5.8 5.8 0 0 0-8 0ZM4.6 11.4 6 12.8a8.5 8.5 0 0 1 12 0l1.4-1.4a10.5 10.5 0 0 0-14.8 0ZM1.2 8 2.6 9.4a13.2 13.2 0 0 1 18.8 0L22.8 8A15.2 15.2 0 0 0 1.2 8Z' fill='black'/%3E%3C/svg%3E");
  }

  .site-nav.is-open a[href="#gallery"]::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Zm0 2v10h16V7H4Zm3 2.2A1.8 1.8 0 1 1 7 13a1.8 1.8 0 0 1 0-3.8ZM6 16l3.2-3.3 2.5 2.4 2.1-2 4.2 2.9H6Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Zm0 2v10h16V7H4Zm3 2.2A1.8 1.8 0 1 1 7 13a1.8 1.8 0 0 1 0-3.8ZM6 16l3.2-3.3 2.5 2.4 2.1-2 4.2 2.9H6Z' fill='black'/%3E%3C/svg%3E");
  }

  .site-nav.is-open a[href="#address_section"]::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 1 7 7c0 4.8-5 10.5-7 13-2-2.5-7-8.2-7-13a7 7 0 0 1 7-7Zm0 9.5A2.5 2.5 0 1 0 12 6a2.5 2.5 0 0 0 0 5.5Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 1 7 7c0 4.8-5 10.5-7 13-2-2.5-7-8.2-7-13a7 7 0 0 1 7-7Zm0 9.5A2.5 2.5 0 1 0 12 6a2.5 2.5 0 0 0 0 5.5Z' fill='black'/%3E%3C/svg%3E");
  }

  .site-nav.is-open a[href="#sitevisit"]::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 6h12a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3Zm6 3.2v5.6l4.8-2.8L10 9.2Zm10.5 1.3L23 9v6l-2.5-1.5v-3Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 6h12a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3Zm6 3.2v5.6l4.8-2.8L10 9.2Zm10.5 1.3L23 9v6l-2.5-1.5v-3Z' fill='black'/%3E%3C/svg%3E");
  }

  .site-nav.is-open .site-nav-brochure::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 3h2v9.2l2.8-2.8 1.4 1.4L12 16l-5.2-5.2 1.4-1.4 2.8 2.8V3ZM4 18h16v3H4v-3Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 3h2v9.2l2.8-2.8 1.4 1.4L12 16l-5.2-5.2 1.4-1.4 2.8 2.8V3ZM4 18h16v3H4v-3Z' fill='black'/%3E%3C/svg%3E");
  }

  .site-nav.is-open a:hover,
  .site-nav.is-open a:focus-visible,
  .site-nav.is-open .site-nav-brochure:hover,
  .site-nav.is-open .site-nav-brochure:focus-visible {
    transform: none;
    filter: none;
    background: #faf6f2;
    color: #111111;
  }

  .site-nav.is-open a.is-active,
  .site-nav.is-open a.is-active:hover,
  .site-nav.is-open a.is-active:focus-visible {
    background: #c96b48;
    color: #ffffff;
    box-shadow: none;
  }

  .hero {
    display: block;
    min-height: 0;
    overflow: visible;
    background: #ffffff;
  }

  .hero-slides {
    position: relative;
    inset: auto;
    height: 430px;
  }

  .hero-slide {
    transform: none;
    background-position: center center;
  }

  .hero-slide:not(.is-active) {
    display: none;
  }

  .hero-overlay {
    display: none;
  }

  .hero-grid {
    display: block;
    gap: 0;
    padding: 0 0 24px;
  }

  .hero-copy {
    max-width: none;
    color: #111111;
    text-align: center;
  }

  .live-offer {
    display: block;
    width: calc(100% - 36px);
    margin: 0 auto;
    padding: 14px 16px;
    border-radius: 0;
    background: #cb7b18;
    color: #ffffff;
    box-shadow: none;
    font-size: 0.92rem;
  }

  .hero h1 {
    margin: 18px auto 12px;
    max-width: 10ch;
    color: #c86a4a;
    font-size: 2.2rem;
    line-height: 1.08;
    text-transform: uppercase;
  }

  .hero-subline {
    margin: 0 auto 10px;
    color: #1d1d1d;
    font-size: 0.88rem;
  }

  .review-strip {
    justify-content: center;
    gap: 10px;
    margin: 12px auto 18px;
    padding: 0;
    background: transparent;
  }

  .review-strip img {
    width: 118px;
  }

  .review-strip span {
    color: #5a5a5a;
    font-size: 0.9rem;
  }

  .stat-row {
    gap: 0;
    margin: 0 0 16px;
  }

  .stat-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 22px;
    border-radius: 0;
    background: #eeeeee;
    box-shadow: none;
  }

  .stat-card + .stat-card {
    border-top: 1px solid #d5d5d5;
  }

  .stat-card:nth-child(3) {
    display: none;
  }

  .stat-label {
    margin: 0;
    color: #2c2c2c;
    font-size: 0.92rem;
    letter-spacing: 0;
  }

  .stat-value {
    font-size: 1.06rem;
  }

  .offer-box {
    position: relative;
    display: block;
    margin: 18px 18px 20px;
    padding: 18px 16px;
    background: #ce840f;
    box-shadow: none;
  }

  .offer-box::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 2px dashed rgba(255, 255, 255, 0.86);
    pointer-events: none;
  }

  .offer-box span {
    display: block;
    padding: 0;
    background: transparent;
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 800;
    line-height: 1.5;
  }

  .offer-box span + span {
    margin-top: 6px;
  }

  .price-line {
    margin: 0 0 18px;
    color: #1e1e1e;
    font-size: 1rem;
    text-align: center;
  }

  .price-line span::before {
    color: #111111;
    font-size: 1.05em;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-actions .primary-btn {
    display: none;
  }

  .hero-actions .secondary-btn {
    min-width: 284px;
    min-height: 58px;
    border-radius: 8px;
    background: linear-gradient(90deg, #c86a4a, #d69400);
    box-shadow: none;
    color: #ffffff;
    font-size: var(--button-font-size);
  }

  .fixed-rail {
    display: none !important;
  }

  .lead-panel {
    display: block !important;
    margin: 18px 0 0;
    padding: 28px 18px 34px;
    border-radius: 0;
    background: #efefef;
    box-shadow: none;
    border-top: 3px solid #d8d8d8;
    border-bottom: 3px solid #e4e4e4;
  }

  .lead-kicker,
  .lead-promise,
  .consent-text {
    display: none;
  }

  .lead-panel h2 {
    margin-bottom: 22px;
    color: #171717;
    font-size: 1.95rem;
    text-align: center;
  }

  .lead-panel .lead-form {
    gap: 18px;
  }

  .lead-form label > span {
    display: none;
  }

  .lead-form input,
  .lead-form select {
    border: 1px solid #e3e3e3;
    border-radius: 0;
    padding: 18px 18px;
    background: #ffffff;
    box-shadow: none;
  }

  .phone-group {
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 0;
  }

  .lead-panel .submit-btn {
    justify-self: center;
    min-width: 198px;
    min-height: 58px;
    margin-top: 10px;
    border-radius: 8px;
    background: linear-gradient(90deg, #c86a4a, #d69400);
    box-shadow: none;
    animation: none;
  }

  .lead-panel .form-message {
    text-align: center;
  }

  .section {
    padding: 34px 0;
    background: #ffffff;
    border-top: 4px solid #f1f1f1;
  }

  .section-heading,
  .inline-heading {
    display: block;
    margin-bottom: 22px;
    text-align: center;
  }

  .section-heading .eyebrow,
  .inline-heading .eyebrow {
    display: none;
  }

  .section-heading h2 {
    margin: 0 auto;
    max-width: 11ch;
    color: #c86a4a;
    font-size: 2.05rem;
    line-height: 1.18;
    text-align: center;
  }

  .copy-box,
  .rera-box,
  .brochure-card-body,
  .request-card,
  .table-card,
  .brochure-card,
  .plan-card,
  .map-card,
  .legal .container,
  .site-footer .container {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .copy-box p,
  .developer-copy,
  .rera-box p,
  .disclaimer {
    color: #1f1f1f;
    font-size: 0.98rem;
    line-height: 1.7;
    text-align: justify;
  }

  .text-link {
    padding: 0;
    color: #111111;
    font-weight: 400;
    text-decoration: underline;
  }

  .primary-btn,
  .secondary-btn,
  .ghost-btn,
  .submit-btn,
  .table-btn,
  .mobile-section-cta,
  .mobile-location-cta,
  .chat-cta-mobile {
    min-height: 58px;
    padding: 0 22px;
    border-radius: 8px;
    background: linear-gradient(90deg, #c86a4a, #d69400);
    box-shadow: none;
    color: #ffffff;
    animation: none;
  }

  .overview .primary-btn {
    display: flex;
    width: min(100%, 360px);
    margin: 18px auto 0;
  }

  .pricing .inline-heading .ghost-btn,
  .amenities .inline-heading .ghost-btn,
  .gallery .inline-heading .ghost-btn,
  .location .inline-heading .ghost-btn {
    display: none;
  }

  .table-card {
    border: 1px solid #ececec;
    background: #ffffff;
  }

  .table-card table,
  .table-card tbody,
  .table-card tr,
  .table-card td {
    display: block;
    width: 100%;
  }

  .table-card thead {
    display: none;
  }

  .table-card tr {
    padding: 28px 20px;
    text-align: center;
  }

  .table-card tr:nth-child(odd) {
    background: #f3f3f3;
  }

  .table-card tr + tr {
    border-top: 1px solid #e7e7e7;
  }

  .table-card td {
    padding: 0;
    border: 0;
  }

  .table-card td:nth-child(1) {
    color: #111111;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.08;
  }

  .table-card td:nth-child(2) {
    margin-top: 18px;
    color: #222222;
    font-size: 1.05rem;
  }

  .table-card td:nth-child(3) {
    margin-top: 16px;
    font-size: 0;
  }

  .table-card tr:first-child td:nth-child(3)::before {
    content: "\20B9 1.80 Cr Onwards";
    color: #111111;
    font-size: 1.15rem;
    font-weight: 900;
  }

  .table-card tr:last-child td:nth-child(3)::before {
    content: "\20B9 8.50 Cr Onwards";
    color: #111111;
    font-size: 1.15rem;
    font-weight: 900;
  }

  .table-card td:nth-child(4) {
    margin-top: 18px;
  }

  .table-card .table-btn {
    min-width: 240px;
  }

  .brochure-card {
    position: relative;
    margin-top: 26px;
    padding: 0;
    border: 1px solid #ececec;
    background: #ffffff;
  }

  .brochure-card::before {
    content: "Costsheet & Pricing Details Of Aqva Development";
    display: block;
    max-width: 11ch;
    margin: 0 auto 24px;
    padding-top: 28px;
    color: var(--brand-navy);
    font-size: 2rem;
    line-height: 1.18;
    font-weight: 900;
    text-align: center;
  }

  .brochure-card-media {
    padding: 0 18px;
  }

  .brochure-hover-label,
  .master-plan-hover-label {
    display: none;
  }

  .brochure-card img {
    border: 1px solid #e7e7e7;
    border-radius: 0;
  }

  .brochure-card-body {
    padding: 14px 18px 20px;
  }

  .brochure-card-body .primary-btn {
    display: flex;
    width: min(100%, 320px);
    margin: 0 auto;
  }

  .plan-card.master-plan-card {
    padding: 18px;
    border: 1px solid #ececec;
    background: #ffffff;
  }

  .plan-card.master-plan-card .master-plan-preview {
    border-radius: 0;
    box-shadow: none;
  }

  .plan-card.master-plan-card .master-plan-body {
    padding: 18px 0 0;
    border-top: 0;
  }

  .plan-card.master-plan-card .primary-btn {
    display: flex;
    width: min(100%, 320px);
    margin: 0 auto;
  }

  #sitefloorplan2 .ghost-btn {
    display: inline-flex;
    margin-top: 18px;
  }

  #sitefloorplan2 .plan-grid {
    display: none;
  }

  .amenities-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 16px;
    margin-bottom: -16px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .amenities-grid::-webkit-scrollbar {
    display: none;
  }

  .amenities-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
  }

  .amenities-dots button {
    padding: 0;
    border: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d1d1d1;
    cursor: pointer;
    transition: background 0.2s ease;
  }

  .amenities-dots button.is-active {
    background: var(--accent);
  }

  .amenity-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #ececec;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
    flex: 0 0 85%;
    scroll-snap-align: start;
  }

  .amenity-card img {
    aspect-ratio: 1.25 / 1;
  }

  .amenity-card h3 {
    position: absolute;
    left: 14px;
    bottom: 14px;
    margin: 0;
    padding: 8px 12px;
    border-radius: 0;
    background: rgba(18, 18, 18, 0.72);
    color: #ffffff;
    font-size: 1rem;
    text-align: left;
  }

  .mobile-section-cta {
    display: flex;
    width: min(100%, 320px);
    margin: 24px auto 0;
  }

  .gallery-grid {
    gap: 18px;
  }

  .gallery-item {
    aspect-ratio: 1 / 0.72;
    border-radius: 10px;
    box-shadow: none;
  }

  .location .section-heading h2 {
    max-width: 10ch;
  }

  .map-card {
    padding: 0;
    border: 1px solid #ececec;
    background: #ffffff;
  }

  .map-card-frame {
    min-height: 0;
    border-radius: 0;
    background: #ffffff;
  }

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

  .map-card-frame iframe {
    display: none;
  }

  .location-grid {
    gap: 0;
  }

  .location-points {
    gap: 0;
    margin-top: 18px;
    border-top: 1px solid #e4e4e4;
  }

  .location-point {
    padding: 18px 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #e4e4e4;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
  }

  .location-point strong {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.04rem;
    font-weight: 500;
  }

  .location-point strong::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border: 2px solid #c86a4a;
    border-radius: 50%;
  }

  .location-point span {
    color: #111111;
    font-size: 1.08rem;
    font-weight: 900;
  }

  .location-point:nth-child(n + 4) {
    display: none;
  }

  .mobile-location-cta {
    display: flex;
    width: min(100%, 280px);
    margin: 24px auto 0;
  }

  .virtual-visit .section-heading h2 {
    color: #c86a4a;
  }

  .virtual-card {
    display: block;
    position: relative;
    aspect-ratio: auto;
    border: 1px solid #ececec;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
  }

  .virtual-visit .virtual-card::before,
  .virtual-visit .virtual-card::after {
    display: none;
  }

  .virtual-card img,
  .virtual-visit .virtual-card img {
    width: 100%;
    aspect-ratio: 1.3 / 0.86;
    object-fit: cover;
    transform: none;
    filter: none;
  }

  .virtual-visit .virtual-overlay {
    position: static;
    display: block;
    padding: 0;
    color: #c86a4a;
    background: #ffffff;
  }

  .virtual-visit .virtual-text {
    display: block;
    padding: 14px 12px 18px;
    background: #ffffff;
  }

  .virtual-visit .virtual-text strong {
    font-size: 0;
    text-shadow: none;
  }

  .virtual-visit .virtual-text strong::before {
    content: "Virtual Site visit";
    color: #c86a4a;
    font-size: 1.15rem;
    font-weight: 500;
  }

  .virtual-visit .virtual-subtitle {
    display: none;
  }

  .virtual-visit .virtual-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84px;
    height: 84px;
    margin: 0;
    transform: translate(-50%, -55%);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
  }

  .virtual-visit .virtual-play svg {
    width: 34px;
    height: 34px;
    fill: #b97b3a;
  }

  .developer .container {
    text-align: center;
  }

  .developer-logo {
    margin-bottom: 14px;
  }

  .developer-logo img {
    width: min(100%, 260px);
    height: auto;
  }

  .developer .section-heading {
    margin-bottom: 18px;
  }

  .developer .section-heading h2 {
    color: #111111;
  }

  #desktopChatLink {
    display: none;
  }

  .developer-copy,
  .rera-box p {
    text-align: center;
  }

  .rera-box {
    margin-top: 28px;
  }

  .rera-box h3 {
    color: #111111;
    font-size: 1.9rem;
    text-align: center;
  }

  .chat-cta-mobile {
    display: flex;
    width: min(100%, 230px);
    margin: 22px auto 0;
  }

  .legal {
    padding-top: 0;
    background: #ffffff;
  }

  .legal .container {
    padding: 28px 18px 18px;
    border-top: 1px solid #ececec;
    background: #ffffff;
  }

  .legal-points {
    gap: 18px;
  }

  .legal-points li {
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .disclaimer {
    margin-top: 24px;
    font-size: 0.98rem;
    line-height: 1.82;
    text-align: left;
  }

  .site-footer {
    padding: 0 0 92px;
    background: #ffffff;
  }

  .site-footer .container {
    padding: 0 18px 18px;
    background: #ffffff;
  }

  .footer-shell {
    justify-content: center;
    gap: 0;
    padding-top: 16px;
    border-top: 1px solid #e5e5e5;
    font-size: 0.82rem;
    line-height: 1.8;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }

  .footer-links::before,
  .footer-links a + a::before {
    margin: 0 4px;
  }

  .floating-actions {
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: minmax(176px, 1.2fr);
    justify-content: end;
    gap: 0;
    background: #c96b48;
    box-shadow: 0 -10px 22px rgba(20, 20, 20, 0.12);
    z-index: 65;
  }

  .float-action {
    min-height: 58px;
    padding: 12px 8px;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none;
    border-right: 1px solid rgba(255, 255, 255, 0.36);
    color: #ffffff;
    font-size: var(--button-font-size);
    font-weight: 700;
  }

  .float-action:last-child {
    border-right: 0;
  }

  .float-action.brochure {
    display: inline-flex;
    order: 1;
    border-right: 0;
    white-space: normal;
    justify-self: stretch;
    padding-right: 14px;
    padding-left: 14px;
  }

  .float-action.whatsapp {
    display: none;
  }

  .float-action.brochure span {
    font-size: 0;
  }

  .float-action.brochure span::before {
    content: "Download Brochure";
    display: block;
    font-size: 0.92rem;
    line-height: 1.15;
    text-align: center;
  }

  .mobile-side-brochure {
    position: fixed;
    top: 50%;
    left: -12px;
    z-index: 64;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 10px;
    border: 1px solid #cccccc;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(20, 20, 20, 0.12);
    color: #2a2a2a;
    font-size: 0.9rem;
    font-weight: 700;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: translateY(-50%) rotate(180deg);
  }

  .mobile-side-brochure img {
    width: 30px;
    height: 30px;
    transform: rotate(180deg);
  }

  .chat-pop-sm {
    right: 16px;
    left: auto;
    bottom: 104px;
    width: 74px;
    height: 74px;
    padding: 0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(20, 20, 20, 0.16);
    overflow: hidden;
  }

  .chat-pop-sm::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("https://i.pravatar.cc/96?img=47") center/cover no-repeat;
  }

  .chat-pop-close,
  .chat-pop-text {
    display: none;
  }

  .chat-pop-button {
    position: absolute;
    inset: 0;
    z-index: 1;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 0;
    animation: none;
  }

  .modal-dialog {
    width: min(408px, calc(100vw - 24px));
    margin: 82px auto 0;
    border-radius: 6px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
    overflow: visible;
  }

  .modal-content {
    padding: 0;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
  }

  .modal-title-bar {
    margin: 0;
    padding: 10px 14px;
    background: #cc704f;
  }

  .modal-title-bar h2 {
    font-size: 0.96rem;
    font-weight: 800;
  }

  .modal-top {
    display: block;
    padding: 8px 16px 12px;
  }

  .modal-side {
    padding-top: 0;
  }

  .modal-logo {
    width: min(100%, 160px);
    height: auto;
    margin: 0 auto 10px;
  }

  .modal-promise-card,
  .modal-side-title,
  .modal-promise-list,
  .modal-input-icon {
    display: none;
  }

  .modal-main {
    padding-top: 0;
  }

  .modal-subtitle {
    margin: 0 0 12px;
    color: #2a2a2a;
    font-size: 0.84rem;
    line-height: 1.4;
  }

  .modal-subtitle span {
    color: #ff4b4b;
  }

  .modal-form {
    gap: 9px;
  }

  .modal-form input,
  .modal-form select {
    padding: 6px 0 8px;
    font-size: 0.89rem;
    border-bottom-color: #d6d6d6;
  }

  .modal-form input::placeholder {
    color: #b0b0b0;
  }

  .modal-phone-group {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 12px;
  }

  .modal-submit {
    min-height: 58px;
    margin: 8px auto 0;
    padding: 0 22px;
    border-radius: 8px;
    background: #cc704f;
    font-size: var(--button-font-size);
    animation: none;
  }

  .modal-avatar {
    position: absolute;
    right: 10px;
    bottom: 14px;
    z-index: 2;
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
  }

  .modal-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .modal-call-strip {
    position: relative;
    margin: 0;
    padding: 9px 64px 9px 14px;
    border-radius: 0;
    font-size: 0.84rem;
    justify-content: flex-start;
  }

  .modal-call-icon {
    width: 17px;
    height: 17px;
  }

  .modal-close {
    top: -30px;
    right: 4px;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
  }

  .modal-close::before {
    font-size: 1.75rem;
  }

  .modal-form-message {
    min-height: 12px;
  }
}

@media (max-width: 720px) {
  :root {
    --mobile-button-height: 52px;
  }

  .hero-copy,
  .lead-panel,
  .overview .container,
  .pricing .container,
  .plan-section .container,
  .amenities .container,
  .gallery .container,
  .location .container,
  .virtual-visit .container,
  .developer .container {
    text-align: center;
  }

  .copy-box p,
  .developer-copy,
  .rera-box,
  .rera-box p,
  .request-card {
    text-align: center;
  }

  .section-heading h2,
  .rera-box h3,
  .brochure-card::before {
    width: 100%;
    max-width: 100%;
    text-align: center;
    white-space: nowrap;
    letter-spacing: -0.02em;
  }

  .section-heading h2 {
    font-size: clamp(1.15rem, 4.7vw, 1.85rem);
    line-height: 1.15;
  }

  .location .section-heading h2,
  .brochure-card::before {
    font-size: clamp(1rem, 4.1vw, 1.4rem);
    line-height: 1.15;
  }

  .brochure-card::before {
    padding-right: 10px;
    padding-left: 10px;
  }

  .offer-box {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .offer-box span {
    text-align: center;
  }

  .location-point {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .location-point strong {
    justify-content: center;
  }

  .hero-actions .secondary-btn,
  .lead-panel .submit-btn,
  .overview .primary-btn,
  .request-card .primary-btn,
  .table-card .table-btn,
  .brochure-card-body .primary-btn,
  .plan-card.master-plan-card .primary-btn,
  #sitefloorplan2 .ghost-btn,
  .mobile-section-cta,
  .mobile-location-cta,
  .chat-cta-mobile,
  .modal-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 0;
    max-width: 100%;
    min-height: var(--mobile-button-height);
    height: var(--mobile-button-height);
    margin-right: auto;
    margin-left: auto;
    padding: 0 22px;
    font-size: var(--button-font-size);
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
  }

  .float-action {
    min-height: var(--mobile-button-height);
  }
}

/* Simple gallery layout and lightbox viewer. */
.gallery {
  background: #ffffff;
}

.gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gallery-item {
  min-height: 0;
  aspect-ratio: 1 / 0.76;
  border-radius: 10px;
  background: #f2f2f2;
  box-shadow: none;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.gallery-item img {
  transition: transform 0.3s ease;
}

.gallery-item:hover,
.gallery-item:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(18, 18, 18, 0.12);
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.03);
}

.gallery-item:focus-visible {
  outline: none;
}

.gallery-item--wide {
  grid-column: span 1;
  aspect-ratio: 1 / 0.76;
}

.gallery-item--tall {
  grid-column: span 1;
  aspect-ratio: 1 / 0.76;
}

.gallery-item-badge {
  display: none;
}

.gallery-item-copy {
  display: none;
}

.lightbox-backdrop {
  background: rgba(8, 8, 8, 0.82);
}

.lightbox-dialog {
  width: min(1040px, calc(100vw - 24px));
  margin: 46px auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.lightbox-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.lightbox-stage {
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.lightbox-topbar {
  display: none;
}

.lightbox-counter {
  display: none;
}

.lightbox-dialog img {
  display: block;
  width: 100%;
  max-height: 78vh;
  margin: 0;
  padding: 0;
  border-radius: 12px;
  object-fit: contain;
}

.lightbox-copy {
  display: none;
}

.lightbox-title {
  display: none;
}

.lightbox-copy #lightboxCaption {
  display: none;
}

.lightbox-nav {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition:
    transform 0.22s ease,
    background 0.22s ease;
}

.lightbox-nav span {
  font-size: 1.3rem;
  line-height: 1;
}

.lightbox-nav:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.2);
}

.lightbox-nav[hidden] {
  display: none;
}

.lightbox-close {
  top: 16px;
  right: 16px;
  z-index: 3;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  backdrop-filter: blur(10px);
}

@media (max-width: 1080px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-item--wide,
  .gallery-item--tall {
    grid-column: span 1;
    aspect-ratio: 1 / 0.78;
  }

  .lightbox-shell {
    grid-template-columns: 1fr;
    position: relative;
  }

  .lightbox-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 44px;
    height: 44px;
    transform: translateY(-50%);
  }

  .lightbox-prev {
    left: 10px;
  }

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

@media (max-width: 720px) {
  .lightbox.is-open {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 72px 9px 24px;
  }

  .gallery-grid {
    gap: 12px;
  }

  .gallery-item {
    min-height: 0;
    border-radius: 8px;
    box-shadow: none;
  }

  .gallery-item--wide,
  .gallery-item--tall {
    aspect-ratio: 1 / 0.8;
  }

  .lightbox-dialog {
    width: min(100%, calc(100vw - 18px));
    margin: 0;
  }

  .lightbox-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    min-height: min(calc(100dvh - 132px), 78vh);
  }

  .lightbox-dialog img {
    width: auto;
    max-width: 100%;
    max-height: calc(100dvh - 148px);
    margin: 0 auto;
    border-radius: 10px;
  }

  .lightbox-nav {
    width: 40px;
    height: 40px;
  }

  .lightbox-nav span {
    font-size: 1.2rem;
  }

  .lightbox-close {
    top: -46px;
    right: 12px;
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 720px) {
  .pricing .section-heading {
    margin-bottom: 16px;
    text-align: center;
  }

  .pricing .section-heading h2 {
    max-width: none;
    color: #c96b48;
    font-size: clamp(1.45rem, 5.6vw, 1.95rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
    white-space: nowrap;
  }

  .pricing-grid {
    gap: 18px;
  }

  .pricing .table-card {
    overflow: hidden;
    border: 1px solid #d9d9d9;
    background: #ffffff;
  }

  .pricing .table-card tr {
    padding: 22px 18px 20px;
    text-align: center;
  }

  .pricing .table-card tr:nth-child(odd) {
    background: #f3f3f3;
  }

  .pricing .table-card tr:nth-child(even) {
    background: #ffffff;
  }

  .pricing .table-card td:nth-child(1) {
    color: #16202a;
    font-size: clamp(1.35rem, 6.3vw, 1.9rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
    text-align: center;
  }

  .pricing .table-card td:nth-child(2) {
    margin-top: 14px;
    color: #1d2630;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
  }

  .pricing .table-card td:nth-child(3) {
    margin-top: 12px;
    color: #111111;
    font-size: 1.16rem;
    font-weight: 800;
    text-align: center;
  }

  .pricing .table-card td:nth-child(3)::before {
    content: none !important;
  }

  .pricing .table-card td:nth-child(4) {
    margin-top: 14px;
    position: relative;
    min-height: 42px;
    width: 100%;
  }

  .pricing .table-card td:nth-child(4) .table-btn {
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-flex;
    width: max-content;
    min-width: 0;
    max-width: none;
    min-height: 42px;
    height: auto;
    margin: 0;
    padding: 0 18px;
    border-radius: 4px;
    background: linear-gradient(90deg, #d17a3d, #cf8d18);
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: none;
    transform: translateX(-50%);
  }

  .pricing .brochure-card-body .primary-btn {
    display: flex;
    width: fit-content;
    min-width: 0;
    max-width: none;
    min-height: 42px;
    height: auto;
    margin: 0;
    justify-self: center;
    padding: 0 18px;
    border-radius: 4px;
    background: linear-gradient(90deg, #d17a3d, #cf8d18);
    color: #ffffff;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: none;
  }

  .pricing .brochure-card-body {
    justify-content: center;
    text-align: center;
  }

  .location .section-heading h2 {
    max-width: 14ch;
    white-space: normal;
    text-wrap: balance;
    line-height: 1.18;
  }
}

/* Final Aqva logo-based visual overrides. */
:root {
  --brand-navy: #00142c;
  --brand-navy-soft: #0b3154;
  --accent: #5fcdf4;
  --accent-dark: #1799d3;
  --gold: #0b3154;
  --cream: #f4f9fd;
  --ink: #081a2d;
  --muted: #5c6a79;
  --border: #d8e5ef;
  --shadow: 0 24px 54px rgba(0, 20, 44, 0.12);
}

body {
  background: linear-gradient(180deg, #f5fbff 0%, #ffffff 18%, #eef6fc 100%);
}

.site-header {
  border-bottom-color: rgba(0, 20, 44, 0.08);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav .site-nav-brochure:hover,
.site-nav .site-nav-brochure:focus-visible {
  color: var(--brand-navy-soft);
  background: rgba(95, 205, 244, 0.12) !important;
}

.site-nav a.is-active,
.site-nav a.is-active:hover,
.site-nav a.is-active:focus-visible {
  background: linear-gradient(135deg, var(--brand-navy) 0%, var(--brand-navy-soft) 100%) !important;
  box-shadow: 0 10px 22px rgba(0, 20, 44, 0.2) !important;
  color: var(--white) !important;
}

.site-nav.is-open a,
th,
td {
  border-color: rgba(0, 20, 44, 0.1) !important;
}

.header-call,
.secondary-btn,
.ghost-btn {
  background: rgba(95, 205, 244, 0.12) !important;
  color: var(--brand-navy) !important;
  box-shadow: inset 0 0 0 1px rgba(95, 205, 244, 0.34) !important;
}

.header-call:hover,
.secondary-btn:hover,
.ghost-btn:hover {
  background: rgba(95, 205, 244, 0.18) !important;
  box-shadow:
    0 12px 24px rgba(0, 20, 44, 0.08),
    inset 0 0 0 1px rgba(95, 205, 244, 0.42) !important;
}

.header-download,
.primary-btn,
.submit-btn,
.table-btn,
.chat-pop-button,
.rail-call-button,
.rail-submit,
.float-action,
.modal-submit,
.mobile-section-cta,
.mobile-location-cta,
.mobile-side-brochure,
.hero-actions .secondary-btn,
.content-main .ghost-btn,
.content-main .primary-btn,
.content-main .secondary-btn,
.content-main .table-btn,
.pricing .table-card td:nth-child(4) .table-btn,
.pricing .brochure-card-body .primary-btn,
.live-offer {
  background: linear-gradient(135deg, var(--brand-navy) 0%, var(--brand-navy-soft) 100%) !important;
  color: var(--white) !important;
  box-shadow: 0 14px 30px rgba(0, 20, 44, 0.22) !important;
}

.header-download:hover,
.primary-btn:hover,
.submit-btn:hover,
.table-btn:hover,
.chat-pop-button:hover,
.rail-call-button:hover,
.rail-submit:hover,
.float-action:hover,
.modal-submit:hover,
.mobile-section-cta:hover,
.mobile-location-cta:hover,
.mobile-side-brochure:hover,
.hero-actions .secondary-btn:hover,
.content-main .ghost-btn:hover,
.content-main .primary-btn:hover,
.content-main .secondary-btn:hover,
.content-main .table-btn:hover,
.pricing .table-card td:nth-child(4) .table-btn:hover,
.pricing .brochure-card-body .primary-btn:hover {
  box-shadow: 0 18px 34px rgba(0, 20, 44, 0.28) !important;
  filter: brightness(1.05) saturate(1.02);
}

.offer-box {
  background: linear-gradient(135deg, var(--brand-navy) 0%, var(--brand-navy-soft) 100%) !important;
  border-color: rgba(95, 205, 244, 0.52) !important;
}

.section-heading h2,
.pricing .section-heading h2,
.plan-section .section-heading h2,
.virtual-visit .section-heading h2,
.developer .section-heading h2,
.location .section-heading h2,
.content-main .section:not(.hero) .section-heading h2,
.hero h1 {
  color: var(--brand-navy) !important;
}

.eyebrow,
.modal-kicker {
  background: rgba(95, 205, 244, 0.12) !important;
  color: var(--accent) !important;
  box-shadow: inset 0 0 0 1px rgba(95, 205, 244, 0.28) !important;
}

.text-link,
th,
.rail-input-icon,
.modal-input-icon,
.rail-field-icon,
.modal-field-icon {
  color: var(--accent) !important;
}

.review-strip strong,
.stat-value,
.price-line span::before {
  color: var(--brand-navy) !important;
}

.lead-form input:focus,
.lead-form select:focus,
.rail-form input:focus,
.rail-form select:focus {
  outline: 2px solid rgba(95, 205, 244, 0.22) !important;
  border-color: var(--accent) !important;
}

.hero-overlay {
  background: linear-gradient(
    90deg,
    rgba(0, 20, 44, 0.74) 0%,
    rgba(0, 20, 44, 0.42) 40%,
    rgba(0, 20, 44, 0.08) 100%
  ) !important;
}

.content-main .section:not(.hero) > .container,
.table-card,
.brochure-card,
.plan-card,
.map-card,
.request-card {
  border-color: var(--border);
}

@media (max-width: 1080px) {
  .modal-avatar {
    display: none !important;
  }

  .modal-call-strip {
    justify-content: center !important;
    padding: 9px 14px !important;
    text-align: center;
  }

  .map-preview-image {
    display: none !important;
  }

  .map-card-frame iframe {
    display: block !important;
    width: 100%;
    min-height: 320px;
  }
}

/* Header and popup color sync with the primary navy CTA. */
.header-actions .header-download,
.header-actions .header-call {
  background: linear-gradient(135deg, var(--brand-navy) 0%, var(--brand-navy-soft) 100%) !important;
  color: var(--white) !important;
  box-shadow: 0 14px 30px rgba(0, 20, 44, 0.22) !important;
}

.header-actions .header-download:hover,
.header-actions .header-call:hover,
.header-actions .header-download:focus-visible,
.header-actions .header-call:focus-visible {
  background: linear-gradient(135deg, var(--brand-navy) 0%, #11456f 100%) !important;
  color: var(--white) !important;
  box-shadow: 0 18px 34px rgba(0, 20, 44, 0.28) !important;
}

.header-actions .header-call .header-action-label,
.header-actions .header-download .header-action-label {
  color: var(--white) !important;
}

.header-call::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.7 4.5h2.8c.5 0 .9.3 1 .8l.6 3a1 1 0 0 1-.3.9l-1.6 1.6a13 13 0 0 0 4.3 4.3l1.6-1.6a1 1 0 0 1 .9-.3l3 .6c.5.1.8.5.8 1v2.8c0 .6-.5 1.1-1.1 1.1C10.9 20.7 3.3 13.1 3.3 5.6c0-.6.5-1.1 1.1-1.1Z' fill='%23ffffff'/%3E%3C/svg%3E") !important;
}

.modal-title-bar,
.modal-call-strip {
  background: linear-gradient(135deg, var(--brand-navy) 0%, var(--brand-navy-soft) 100%) !important;
  color: var(--white) !important;
}

.modal-title-bar h2,
.modal-call-strip,
.modal-call-strip span,
.modal-call-icon {
  color: var(--white) !important;
}

.modal-dialog {
  box-shadow: 0 24px 72px rgba(0, 20, 44, 0.32) !important;
}

.modal-promise-card {
  background: linear-gradient(180deg, #f4fbff 0%, #e8f4fb 100%) !important;
  border: 1px solid rgba(95, 205, 244, 0.24);
}

.modal-side-title,
.modal-promise-item,
.modal-promise-icon {
  color: var(--brand-navy-soft) !important;
}

.modal-subtitle span {
  color: var(--accent-dark) !important;
}

.modal-form input:focus,
.modal-form select:focus {
  border-color: var(--accent) !important;
}

@media (max-width: 720px) {
  .virtual-visit .section-heading {
    margin-bottom: 14px;
    text-align: center;
  }

  .virtual-visit .section-heading h2 {
    color: #c86a4a !important;
    font-size: clamp(1.7rem, 7vw, 2.15rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.02em;
  }

  .virtual-visit .virtual-card {
    position: relative;
    width: min(100%, 390px);
    margin: 0 auto;
    padding: 10px 10px 6px;
    border: 0 !important;
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(20, 20, 20, 0.06);
    overflow: hidden;
  }

  .virtual-visit .virtual-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1.3 / 0.82;
    object-fit: cover;
    border: 1px solid #efefef;
  }

  .virtual-visit .virtual-overlay {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 0;
    background: transparent;
    color: #c86a4a;
  }

  .virtual-visit .virtual-text {
    display: block;
    position: static;
    padding: 12px 0 2px;
    background: transparent;
    text-align: center;
  }

  .virtual-visit .virtual-text strong {
    display: block;
    font-size: 0;
    text-shadow: none;
  }

  .virtual-visit .virtual-text strong::before {
    content: "Virtual Site visit";
    display: block;
    color: #c86a4a;
    font-size: 1.06rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .virtual-visit .virtual-subtitle {
    display: none;
  }

  .virtual-visit .virtual-play {
    position: absolute;
    z-index: 2;
    top: calc(50% - 142px);
    left: 50%;
    width: 60px;
    height: 60px;
    margin: 0;
    transform: translate(-50%, -50%);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  }

  .virtual-visit .virtual-play svg {
    width: 22px;
    height: 22px;
    fill: #b97b3a;
  }

  .virtual-visit .virtual-card:hover img,
  .virtual-visit .virtual-card:hover .virtual-text {
    transform: none;
    filter: none;
  }

  .virtual-visit .virtual-card:hover .virtual-play {
    width: 68px;
    height: 68px;
    transform: translate(-50%, -50%);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
  }
}
