/*
Theme Name: Godrej Crown Theme
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: Custom WordPress landing page theme for Godrej Crown.
Version: 1.0
Text Domain: godrej-crown
*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Manrope:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800&display=swap");
:root {
  --ink: #11110f;
  --dark: #0a0b0c;
  --dark-2: #141516;
  --cream: #fbf8f0;
  --gold: #c79845;
  --gold-2: #e2ba6e;
  --gold-dark: #8e6225;
  --muted: #6f6a61;
  --line: #e7e0d3;
  --white: #fff;
  --green: #26b45f;
  --radius: 16px;
  --shadow: 0 18px 50px rgba(33, 28, 18, 0.1);
  --container: min(1180px, calc(100% - 40px));
  --serif: "Cormorant Garamond", serif;
  --sans: "Poppins", sans-serif;
}
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: #fff;
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open,
body.modal-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
}
svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.container {
  width: var(--container);
  margin-inline: auto;
}
.narrow {
  max-width: 980px;
}
.skip-link {
  position: fixed;
  left: 14px;
  top: -60px;
  z-index: 3000;
  background: #fff;
  color: #111;
  padding: 10px 14px;
}
.skip-link:focus {
  top: 14px;
}
.section {
  padding: 80px 0;
}
.section-cream {
  background: var(--cream);
}
.site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: 0.3s;
}
.site-header.scrolled {
  background: rgba(10, 11, 12, 0.96);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.nav-wrap {
  height: 78px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
}
.brand-logo {
  width: 140px;
  height: auto;
  display: block;
  object-fit: contain;
}
.primary-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.primary-nav a {
  font-size: 15px;
  color: #d6d6d2;
  position: relative;
  padding: 28px 0;
}
.primary-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 18px;
  height: 1px;
  background: var(--gold-2);
  transition: 0.25s;
}
.primary-nav a:hover,
.primary-nav a.active {
  color: #fff;
}
.primary-nav a:hover:after,
.primary-nav a.active:after {
  right: 0;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.phone-link {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  white-space: nowrap;
}
.phone-link svg {
  width: 16px;
  height: 16px;
  color: var(--gold-2);
}
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  padding: 10px;
}
.menu-toggle span {
  display: block;
  height: 1px;
  background: #fff;
  margin: 5px 0;
  transition: 0.25s;
}
.btn {
  min-height: 46px;
  border: 0;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
  transition: 0.25s;
  border-radius: 3px;
}
.btn svg {
  width: 17px;
  height: 17px;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.16);
}
.btn-gold {
  background: linear-gradient(110deg, #b77d28, var(--gold-2), #b77d28);
  background-size: 200% 100%;
  color: #111;
}
.btn-gold:hover {
  background-position: 100% 0;
}
.btn-dark {
  background: #111;
  color: #fff;
}
.btn-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.btn-small {
  min-height: 39px;
  padding: 0 17px;
}
.btn-full {
  width: 100%;
}
.hero {
  min-height: 790px;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 135px 0 65px;
}
.hero-media {
  position: absolute;
  inset: -6%;
  background: url("assets/godrej_banner.webp") center / cover no-repeat;
  transform: translateY(0) scale(1.06);
  will-change: transform;
}
.hero-overlay {
  position: absolute;
  inset: 0;
background:
  linear-gradient(
    90deg,
    rgba(4, 7, 10, 0.5) 0%,
    rgba(5, 8, 11, 0.3) 46%,
    rgba(5, 8, 11, 0.08) 100%
  ),
  linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.18),
    transparent 48%
  );
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.72fr;
  gap: 64px;
  align-items: center;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.2px;
  color: var(--gold-dark);
  margin-bottom: 15px;
}
.eyebrow span {
  width: 30px;
  height: 1px;
  background: var(--gold);
  display: inline-block;
}
.eyebrow.light {
  color: var(--gold-2);
}
h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
}
.hero h1,
.section h2,
.edge-section h2,
.final-cta h2 {
  margin: 0;
  line-height: 0.98;
  letter-spacing: -1.6px;
}
.hero h1 {
  font-size: clamp(58px, 6vw, 88px);
  max-width: 720px;
}
.hero h1 em,
.section h2 em,
.edge-section h2 em,
.final-cta h2 em,
.premium-title em,
.mini-heading em,
.connectivity-block em {
  color: var(--gold-2);
  font-style: normal;
}
.hero-intro {
  max-width: 700px;
  font-size: 16px;
  color: #f3f3f3;
  margin: 22px 0 26px;
}
.hero-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 650px;
}
.hero-meta > div {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(5px);
  border-radius: 6px;
}
.hero-meta svg {
  width: 21px;
  height: 21px;
  color: var(--gold-2);
  flex: 0 0 auto;
}
.hero-meta > div.pulse {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.35);
  animation: pulseGlow 2s ease-in-out infinite;
}

/* Price card animation */

.hero-meta .price-highlight {
  position: relative;
  overflow: hidden;
  border-color: rgba(120, 189, 145, 0.7);
  background: linear-gradient(
    135deg,
    rgba(20, 104, 61, 0.38),
    rgba(255, 255, 255, 0.1)
  );
  animation: priceCardPulse 2.4s ease-in-out infinite;
}

/* Animated light passing through card */

.hero-meta .price-highlight::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    110deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transform: skewX(-18deg);
  animation: priceShine 3s ease-in-out infinite;
  pointer-events: none;
}

/* Price icon animation */

.hero-meta .price-highlight svg {
  animation: priceIconPulse 1.8s ease-in-out infinite;
}

/* Price text */

.hero-meta .price-highlight span {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
}

.hero-meta .price-highlight small {
  color: #a8d8b9;
}

/* Animations */

@keyframes priceCardPulse {
  0%,
  100% {
    transform: translateY(0);
    border-color: rgba(120, 189, 145, 0.45);
    box-shadow: 0 0 0 rgba(63, 143, 97, 0);
  }

  50% {
    transform: translateY(-3px);
    border-color: rgba(120, 189, 145, 1);
    box-shadow:
      0 8px 24px rgba(22, 109, 64, 0.35),
      0 0 18px rgba(120, 189, 145, 0.22);
  }
}

@keyframes priceShine {
  0% {
    left: -120%;
  }

  45%,
  100% {
    left: 150%;
  }
}

@keyframes priceIconPulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.18) rotate(8deg);
  }
}

/* Accessibility */

@media (prefers-reduced-motion: reduce) {
  .hero-meta .price-highlight,
  .hero-meta .price-highlight::before,
  .hero-meta .price-highlight svg {
    animation: none;
  }
}

.hero-meta > div.pulse::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    110deg,
    transparent,
    rgba(255, 255, 255, 0.18),
    transparent
  );
  animation: shimmer 3.5s linear infinite;
}

@keyframes pulseGlow {
  0%, 100% {
    border-color: rgba(212, 175, 55, 0.35);
    box-shadow: 0 0 0 rgba(212, 175, 55, 0);
  }

  50% {
    border-color: rgba(212, 175, 55, 0.8);
    box-shadow:
      0 0 15px rgba(212, 175, 55, 0.35),
      0 0 35px rgba(212, 175, 55, 0.18);
  }
}

@keyframes shimmer {
  from {
    left: -120%;
  }
  to {
    left: 160%;
  }
}
.hero-meta span {
  font-size: 12px;
}
.hero-meta small {
  display: block;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #a8aaa8;
}
.possession {
  font-size: 12px;
  color: #bbb;
  margin: 17px 0 0;
}
.possession strong {
  color: #fff;
}
.hero-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.lead-card {
  background: #fff;
  color: #111;
  padding: 28px;
  border-radius: 12px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  border-top: 3px solid var(--gold);
}
.form-head span,
.final-form > span {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: var(--gold-dark);
  font-weight: 700;
}
.form-head h2 {
  font-size: 26px;
  line-height: 1.08;
  margin: 6px 0 18px;
}
.lead-form {
  display: grid;
  gap: 12px;
}
.lead-form label,
.final-form label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #605c54;
  font-weight: 700;
}
.lead-form input,
.final-form input {
  display: block;
  width: 100%;
  height: 47px;
  margin-top: 6px;
  border: 0;
  border-bottom: 1px solid #d8d2c7;
  background: transparent;
  padding: 0 2px;
  color: #111;
  outline: none;
  text-transform: none;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 400;
}
.lead-form input:focus,
.final-form input:focus {
  border-color: var(--gold);
}
.form-trust {
  display: flex;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 13px;
}
.form-trust span {
  font-size: 8px;
  color: #6f6a62;
}
.form-trust span + span:before {
  content: "•";
  color: var(--gold);
  margin-right: 7px;
}
.section-heading {
  max-width: 760px;
  margin: 0 auto 48px;
}
.section-heading.centered {
  text-align: center;
}
.section-heading.centered .eyebrow {
  justify-content: center;
}
.section h2 {
  font-size: clamp(42px, 5vw, 66px);
}
.section-heading p,
.section-copy p {
  color: var(--muted);
}
.section-heading p {
  max-width: 660px;
  margin: 16px auto 0;
}
.overview-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr;
  gap: 65px;
  align-items: start;
}
.section-copy .lead-copy {
  font-family: var(--serif);
  font-size: 20px;
  color: #26241f;
  line-height: 1.45;
}
.read-more-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}
.read-more-content > div {
  overflow: hidden;
}
.read-more-content.open {
  grid-template-rows: 1fr;
}
.text-button {
  border: 0;
  background: none;
  color: var(--gold-dark);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 0;
  font-size: 11px;
  font-weight: 700;
}
.text-button svg {
  width: 15px;
  height: 15px;
  transition: 0.25s;
}
.text-button:hover svg {
  transform: translateX(4px);
}
.usp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.usp-grid article,
.feature-rows article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  box-shadow: 0 8px 22px rgba(30, 25, 18, 0.035);
  transition: 0.25s;
}
.usp-grid article:hover,
.feature-rows article:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: #d8ba7b;
}
.usp-grid h3,
.feature-rows h3 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 4px;
}
.usp-grid p,
.feature-rows p {
  font-size: 11px;
  margin: 0;
  color: var(--muted);
}
.icon-box {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: linear-gradient(145deg, #f8d993, #bb7b26);
  color: #111;
  box-shadow: 0 4px 12px rgba(160, 105, 31, 0.22);
}
.icon-box svg {
  width: 18px;
  height: 18px;
}
.info-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.info-cards article {
  min-height: 150px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  transition: 0.25s;
  box-shadow: 0 8px 22px rgba(25, 22, 15, 0.035);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}
/* Icon default style */
.info-cards article .dark-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.info-cards article .dark-icon svg {
  transition:
    fill 0.3s ease,
    stroke 0.3s ease,
    color 0.3s ease;
}

/* Card hover */
.info-cards article:hover {
  transform: translateY(-6px);
  border-color: #d6a84b;
  box-shadow: 0 16px 35px rgba(22, 17, 8, 0.14);
}

/* Golden gradient icon background */
.info-cards article:hover .dark-icon {
  background: linear-gradient(
    135deg,
    #8f6419 0%,
    #d4a94f 45%,
    #f4d98a 70%,
    #a87520 100%
  );
  transform: scale(1.08);
  box-shadow: 0 8px 20px rgba(190, 140, 38, 0.3);
}

/* Make SVG icon black */
.info-cards article:hover .dark-icon svg {
  color: #000;
  fill: #000;
  stroke: #000;
}
.info-cards article:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.dark-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #111;
  color: var(--gold-2);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.dark-icon svg {
  width: 22px;
  height: 22px;
  color: #fff;
  fill: currentColor;
  stroke: currentColor;
}
.info-cards small {
  display: block;
  margin-top: 18px;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 1.2px;
  color: #888177;
}
.info-cards h3 {
  font-size: 20px;
  line-height: 1.15;
  margin: 5px 0 0;
}
.loft-format-section {
  padding-top: 45px;
}
.loft-format-section .container {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 55px;
  align-items: center;
}
.loft-image {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.loft-image img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  transition: 0.7s;
}
.loft-image:hover img {
  transform: scale(1.03);
}
.loft-content h2 {
  font-size: clamp(42px, 4.6vw, 62px);
  margin-bottom: 24px;
}
.feature-rows {
  display: grid;
  gap: 11px;
}
.feature-rows article {
  padding: 15px 17px;
}
.feature-rows article:nth-child(odd) {
  background: var(--cream);
}
.pricing-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.pricing-labels {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  background: #111;
  color: #fff;
  padding: 14px 22px;
  font-size: 12px;
  text-transform:capitalize;
  letter-spacing: 1.2px;
}
.pricing-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  align-items: center;
  padding: 30px 22px;
  gap: 15px;
}
.pricing-row small {
  display: none;
}
.pricing-row strong {
  font-family: Poppins;
  font-size: 16px;
}
.pricing-row .gold-text {
  font-size: 27px;
  color: var(--gold-dark);
}
.pricing-card > p {
  margin: 0;
  padding: 12px 22px;
  border-top: 1px solid var(--line);
  font-size: 9px;
  color: #827b71;
}
.amenity-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.amenity-showcase article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(28, 24, 17, 0.07);
  transition: 0.3s;
}
.amenity-showcase article:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.amenity-showcase img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: 0.6s;
}
.amenity-showcase article:hover img {
  transform: scale(1.04);
}
.amenity-showcase article > div {
  padding: 21px;
}
.amenity-showcase article > div > span {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: var(--gold-dark);
}
.amenity-showcase h3 {
  font-size: 28px;
  margin: 1px 0 12px;
}
.amenity-showcase ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.amenity-showcase li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-top: 1px solid #eee8dd;
  font-size: 11px;
}
.amenity-showcase li svg {
  width: 15px;
  height: 15px;
  color: var(--gold);
}
.premium-title,
.mini-heading {
  text-align: center;
  margin: 58px 0 25px;
}
.premium-title h3,
.mini-heading h3,
.connectivity-block h3 {
  font-size: 34px;
  margin: 0;
}
.amenities-icon-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.amenities-icon-grid > div {
  min-height: 116px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  padding: 18px 12px;
  font-size: 10px;
  background: #fff;
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  position: relative;
  z-index: 1;
}

/* Default icon */
.amenities-icon-grid .dark-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  color: #111;
  box-shadow: 0 4px 12px rgba(160, 105, 31, 0.22);
  transition: all 0.3s ease;
}

.amenities-icon-grid .dark-icon svg {
  width: 18px;
  height: 18px;
  transition: all 0.3s ease;
}

/* Card Hover */
.amenities-icon-grid > div:hover {
  background: #fff;
  transform: translateY(-5px);
  z-index: 5;
  box-shadow: 0 14px 30px rgba(22, 17, 8, 0.14);
}

/* Golden icon on hover */
.amenities-icon-grid > div:hover .dark-icon {
  background: linear-gradient(
    135deg,
    #8f6419 0%,
    #d4a94f 45%,
    #f4d98a 70%,
    #a87520 100%
  );
  transform: scale(1.08);
  box-shadow: 0 8px 20px rgba(190, 140, 38, 0.3);
}

.amenities-icon-grid > div:hover .dark-icon svg {
  fill: #000;
  stroke: #000;
  color: #000;
}

.location-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.location-image img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}
.location-copy {
  padding: 45px;
}
.location-copy h3 {
  font-size: 32px;
  line-height: 1.15;
  margin: 0 0 14px;
}
.location-copy p {
  font-size: 12px;
  color: var(--muted);
}
.location-tags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 20px;
}
.location-tags span {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--cream);
  padding: 10px;
  font-size: 10px;
}
.location-tags svg {
  width: 17px;
  height: 17px;
  color: var(--gold-dark);
}
.connectivity-block {
  margin-top: 60px;
}
.connectivity-block h3 {
  text-align: center;
  margin-bottom: 24px;
}
.connectivity-grid,
.advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.connectivity-grid > div,
.advantage-grid > div {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  font-size: 11px;
  box-shadow: 0 6px 18px rgba(28, 24, 17, 0.035);
}
.location-advantages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  align-items: center;
}
.location-advantages h2 {
  font-size: clamp(42px, 4.6vw, 64px);
  margin: 0 0 28px;
}
.distance-table-wrap {
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}
.distance-table-wrap table {
  width: 100%;
  border-collapse: collapse;
}
.distance-table-wrap th,
.distance-table-wrap td {
  padding: 12px 15px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-size: 11px;
}
.distance-table-wrap th {
  background: #111;
  color: #fff;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 1px;
}
.distance-table-wrap th:last-child,
.distance-table-wrap td:last-child {
  text-align: right;
}
.distance-table-wrap tr:last-child td {
  border-bottom: 0;
}
.map-card {
  min-height: 500px;
  background: #17191a;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.map-grid {
  position: absolute;
  inset: -50px;
  background:
    linear-gradient(
        90deg,
        transparent 49%,
        rgba(255, 255, 255, 0.075) 50%,
        transparent 51%
      )
      0 0/70px 70px,
    linear-gradient(
        0deg,
        transparent 49%,
        rgba(255, 255, 255, 0.075) 50%,
        transparent 51%
      )
      0 0/70px 70px;
  transform: rotate(11deg) scale(1.25);
}
.map-grid:after {
  content: "";
  position: absolute;
  left: 6%;
  top: 52%;
  width: 90%;
  height: 15px;
  background: linear-gradient(90deg, #86581d, var(--gold-2), #86581d);
  transform: rotate(-15deg);
  box-shadow: 0 0 30px rgba(210, 161, 78, 0.5);
}
.map-pin {
  position: relative;
  background: #fff;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: var(--shadow);
}
.map-pin svg {
  width: 30px;
  height: 30px;
  color: var(--gold-dark);
}
.map-pin span {
  display: flex;
  flex-direction: column;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.05;
}
.map-pin small {
  font-family: var(--sans);
  font-size: 9px;
  color: var(--muted);
  margin-top: 5px;
}
.download-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.download-grid article {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  min-height: 250px;
  box-shadow: 0 12px 35px rgba(30, 25, 18, 0.07);
  border-top: 2px solid var(--gold);
  transition: 0.25s;
}
.download-grid article:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.download-grid h3 {
  font-size: 28px;
  margin: 30px 0 8px;
}
.download-grid p {
  font-size: 11px;
  color: var(--muted);
}
.gallery-section {
  background: #0b0c0d;
  color: #fff;
}
.gallery-section .section-heading p {
  color: #aaa;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 10px;
}
.gallery-item {
  border: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #17191a;
  color: #fff;
  border-radius: 6px;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.65s;
}
.gallery-item:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.74), transparent 65%);
}
.gallery-item span {
  position: absolute;
  left: 16px;
  bottom: 12px;
  z-index: 1;
  font-family: var(--serif);
  font-size: 18px;
}
.gallery-item:hover img {
  transform: scale(1.07);
}
.gallery-large {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-wide {
  grid-column: span 2;
}
.investment-list {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}
.investment-list article {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  padding: 25px 5px;
  border-bottom: 1px solid var(--line);
}
.investment-list > article > span {
  font-family: var(--serif);
  font-size: 30px;
  color: var(--gold);
}
.investment-list h3 {
  font-size: 26px;
  margin: 0 0 4px;
}
.investment-list p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.buyer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.buyer-grid > div {
  padding: 18px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: 11px;
}
.edge-section {
  position: relative;
  background: url("assets/godrej_banner.webp") center/cover fixed;
  color: #fff;
  padding: 100px 0;
}
.edge-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(5, 7, 9, 0.96), rgba(5, 7, 9, 0.72));
}
.edge-grid {
  position: relative;
}
.edge-copy {
  max-width: 700px;
}
.edge-section h2 {
  font-size: clamp(48px, 5vw, 72px);
}
.edge-copy p {
  max-width: 650px;
  color: #aaa;
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 45px 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.stat-grid > div {
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.stat-grid > div:last-child {
  border-right: 0;
}
.stat-grid strong {
  font-family: var(--serif);
  font-size: 46px;
  color: var(--gold-2);
  display: inline;
}
.stat-grid small {
  font-size: 10px;
  color: #aaa;
}
.stat-grid span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ddd;
  margin-top: 7px;
}
.edge-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.edge-features > div {
  padding: 17px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-family: var(--serif);
  font-size: 18px;
}
.cta-box {
  background: #fff;
  box-shadow: var(--shadow);
  border-top: 3px solid var(--gold);
  padding: 45px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}
.cta-box h2 {
  font-size: clamp(40px, 4.5vw, 58px);
}
.cta-box ul {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 28px;
}
.cta-box li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
}
.cta-box li svg {
  width: 16px;
  height: 16px;
  color: var(--gold);
}
.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 210px;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 70px;
}
.accordion {
  border-top: 1px solid #d8d0c2;
}
.accordion-item {
  border-bottom: 1px solid #d8d0c2;
}
.accordion-item button {
  width: 100%;
  border: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  padding: 21px 0;
  font-family: var(--serif);
  font-size: 22px;
}
.accordion-item button svg {
  width: 19px;
  height: 19px;
  color: var(--gold-dark);
  transition: 0.3s;
}
.accordion-item button[aria-expanded="true"] svg {
  transform: rotate(45deg);
}
.accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}
.accordion-panel p {
  overflow: hidden;
  margin: 0;
  font-size: 11px;
  color: var(--muted);
  max-width: 650px;
}
.accordion-item button[aria-expanded="true"] + .accordion-panel {
  grid-template-rows: 1fr;
}
.accordion-item button[aria-expanded="true"] + .accordion-panel p {
  padding-bottom: 20px;
}
.final-cta {
  position: relative;
  background: url("assets/godrej_banner.webp") center/cover;
  color: #fff;
  padding: 105px 0;
}
.final-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 6, 8, 0.96), rgba(4, 6, 8, 0.72));
}
.final-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 70px;
  align-items: center;
}
.final-copy h2 {
  font-size: clamp(50px, 5vw, 75px);
}
.final-copy p {
  max-width: 620px;
  color: #b7b7b2;
}
.direct-actions {
  display: flex;
  gap: 13px;
  margin-top: 28px;
}
.direct-actions a {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 12px 15px;
  min-width: 205px;
}
.direct-actions svg {
  width: 22px;
  height: 22px;
  color: var(--gold-2);
}
.direct-actions small {
  display: block;
  font-size: 8px;
  text-transform: uppercase;
  color: #aaa;
  letter-spacing: 1px;
}
.direct-actions span {
  font-size: 11px;
}
.final-form {
  background: #fff;
  color: #111;
  border-top: 3px solid var(--gold);
  padding: 28px;
  border-radius: 8px;
}
.final-form h3 {
  font-size: 27px;
  line-height: 1.15;
  margin: 5px 0 15px;
}
.site-footer {
  background: #090a0b;
  color: #fff;
  padding: 65px 0 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 55px;
}
.footer-brand .brand-logo {
  width: 160px;
  height: auto;
  margin-bottom: 15px;
}
.footer-brand p,
.footer-grid p {
  font-size: 10px;
  color: #92938f;
}
.footer-grid h3 {
  font-size: 18px;
  margin: 0 0 15px;
}
.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-grid a {
  font-size: 10px;
  color: #aaa;
  margin: 4px 0;
}
.disclaimer {
  border-top: 1px solid #222;
  margin-top: 40px;
  padding-top: 18px;
}
.disclaimer p {
  font-size: 8px;
  color: #6f706d;
  margin: 6px 0;
}
.footer-bottom {
  border-top: 1px solid #1c1e1f;
  margin-top: 18px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #777;
  font-size: 9px;
}
.footer-bottom div {
  display: flex;
  gap: 15px;
}
.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 24px;
  z-index: 900;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.floating-actions a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}
.floating-actions svg {
  width: 22px;
  height: 22px;
}
.float-call {
  background: #111;
}
.float-whatsapp {
  background: var(--green);
}
.mobile-cta {
  display: none;
}
.modal,
.lightbox {
  border: 0;
  background: transparent;
  padding: 0;
  overflow: visible;
}
.modal::backdrop,
.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(5px);
}
.modal {
  width: min(470px, calc(100% - 30px));
}
.modal-content {
  background: #fff;
  padding: 35px;
  border-top: 3px solid var(--gold);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.5);
}
.modal-content h2 {
  font-size: 38px;
  line-height: 1.05;
  margin: 0 0 8px;
}
.modal-content > p {
  font-size: 11px;
  color: var(--muted);
}
.modal-close,
.lightbox-close {
  position: absolute;
  right: -12px;
  top: -12px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  z-index: 2;
}
.modal-close svg,
.lightbox-close svg {
  width: 17px;
  height: 17px;
}
.lightbox {
  width: min(1100px, calc(100% - 40px));
}
.lightbox img {
  width: 100%;
  max-height: 86vh;
  object-fit: contain;
  background: #111;
}
.toast {
  position: fixed;
  z-index: 2200;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 120px);
  opacity: 0;
  background: #111;
  color: #fff;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  box-shadow: var(--shadow);
  transition: 0.35s;
  font-size: 11px;
}
.toast.show {
  transform: translate(-50%, 0);
  opacity: 1;
}
.toast svg {
  width: 17px;
  height: 17px;
  color: var(--gold-2);
}
.reveal,
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.visible,
.reveal-stagger.visible > * {
  opacity: 1;
  transform: none;
}
.reveal-stagger.visible > *:nth-child(2) {
  transition-delay: 0.06s;
}
.reveal-stagger.visible > *:nth-child(3) {
  transition-delay: 0.12s;
}
.reveal-stagger.visible > *:nth-child(4) {
  transition-delay: 0.18s;
}
.reveal-stagger.visible > *:nth-child(5) {
  transition-delay: 0.24s;
}
.reveal-stagger.visible > *:nth-child(6) {
  transition-delay: 0.3s;
}
.reveal-stagger.visible > *:nth-child(n + 7) {
  transition-delay: 0.36s;
}
.delay-1 {
  transition-delay: 0.12s;
}
.delay-2 {
  transition-delay: 0.22s;
}
@media (max-width: 1100px) {
  .primary-nav {
    gap: 13px;
  }
  .primary-nav a {
    font-size: 10px;
  }
  .phone-link span {
    display: none;
  }
  .hero-grid {
    gap: 35px;
  }
  .overview-grid {
    gap: 38px;
  }
  .info-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .amenities-icon-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .loft-format-section .container {
    gap: 35px;
  }
  .location-layout {
    grid-template-columns: 1fr;
  }
  .location-image img {
    min-height: 430px;
  }
  .location-copy {
    padding: 35px;
  }
  .footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
  }
  .footer-grid > div:last-child {
    grid-column: 2/4;
  }
}
@media (max-width: 860px) {
  :root {
    --container: min(100% - 30px, 720px);
  }
  .section {
    padding: 78px 0;
  }
  .site-header {
    background: rgba(10, 11, 12, 0.95);
  }
  .nav-wrap {
    height: 70px;
  }
  .menu-toggle {
    display: block;
    margin-left: auto;
  }
  .primary-nav {
    position: fixed;
    inset: 70px 0 auto 0;
    height: calc(100vh - 70px);
    background: #0c0d0e;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 25px;
    gap: 0;
    transform: translateX(100%);
    transition: 0.3s;
    overflow: auto;
  }
  .primary-nav.open {
    transform: none;
  }
  .primary-nav a {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #222;
    font-size: 17px;
  }
  .primary-nav a:after {
    display: none;
  }
  .nav-actions {
    display: none;
  }
  .hero {
    min-height: auto;
    padding: 120px 0 60px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    max-width: 720px;
  }
  .lead-card {
    max-width: 560px;
  }
  .overview-grid,
  .loft-format-section .container,
  .location-advantages,
  .faq-grid,
  .final-grid {
    grid-template-columns: 1fr;
  }
  .loft-image img {
    height: 480px;
  }
  .amenity-showcase {
    grid-template-columns: 1fr;
  }
  .amenity-showcase article {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .amenity-showcase img {
    height: 100%;
    min-height: 280px;
  }
  .amenities-icon-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .location-advantages {
    gap: 30px;
  }
  .map-card {
    min-height: 420px;
  }
  .download-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-large {
    grid-column: span 2;
  }
  .stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-grid > div:nth-child(2) {
    border-right: 0;
  }
  .stat-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .edge-features {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta-box {
    grid-template-columns: 1fr;
  }
  .cta-buttons {
    flex-direction: row;
  }
  .floating-actions {
    display: none;
  }
  .mobile-cta {
    display: grid;
    grid-template-columns: 1fr 1fr 1.3fr;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 58px;
    background: #0d0e0f;
    z-index: 1100;
    color: #fff;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.2);
  }
  .mobile-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 10px;
    border-right: 1px solid #292b2c;
  }
  .mobile-cta a:last-child {
    background: linear-gradient(110deg, #b77d28, var(--gold-2), #b77d28);
    color: #111;
    font-weight: 800;
    border: 0;
  }
  .mobile-cta svg {
    width: 16px;
    height: 16px;
  }
  .site-footer {
    padding-bottom: 80px;
  }
  .edge-section {
    background-attachment: scroll;
  }
}
@media (max-width: 600px) {
  :root {
    --container: calc(100% - 24px);
  }
  html {
    scroll-padding-top: 70px;
  }
  .brand-mark {
    width: 38px;
    height: 38px;
  }
  .brand-copy strong {
    font-size: 16px;
  }
  .hero {
    padding-top: 105px;
  }
  .hero h1 {
    font-size: 50px;
  }
  .hero-intro {
    font-size: 13px;
  }
  .hero-meta {
    grid-template-columns: 1fr;
  }
  .hero-buttons .btn {
    width: 100%;
  }
  .lead-card {
    padding: 21px;
  }
  .section {
    padding: 66px 0;
  }
  .section h2 {
    font-size: 39px;
  }
  .overview-grid {
    gap: 35px;
  }
  .usp-grid,
  .info-cards,
  .connectivity-grid,
  .advantage-grid,
  .buyer-grid {
    grid-template-columns: 1fr;
  }
  .loft-image img {
    height: 350px;
  }
  .amenity-showcase article {
    display: block;
  }
  .amenity-showcase img {
    height: 210px;
    min-height: 0;
  }
  .amenities-icon-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .location-image img {
    min-height: 320px;
  }
  .location-copy {
    padding: 25px;
  }
  .location-tags {
    grid-template-columns: 1fr;
  }
  .pricing-labels {
    display: none;
  }
  .pricing-row {
    display: grid;
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .pricing-row > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
    border-bottom: 1px solid var(--line);
  }
  .pricing-row > div:last-child {
    border-bottom: 0;
  }
  .pricing-row small {
    display: block;
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: 1px;
    color: #888;
  }
  .pricing-row strong {
    font-size: 18px;
  }
  .pricing-row .btn {
    min-width: 150px;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 230px;
  }
  .gallery-large,
  .gallery-wide {
    grid-column: auto;
    grid-row: auto;
  }
  .investment-list article {
    grid-template-columns: 48px 1fr;
    gap: 12px;
  }
  .investment-list > article > span {
    font-size: 24px;
  }
  .stat-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stat-grid strong {
    font-size: 34px;
  }
  .stat-grid > div {
    padding: 20px;
  }
  .edge-features {
    grid-template-columns: 1fr;
  }
  .cta-box {
    padding: 28px 22px;
  }
  .cta-box ul {
    grid-template-columns: 1fr;
  }
  .cta-buttons {
    flex-direction: column;
  }
  .direct-actions {
    flex-direction: column;
  }
  .direct-actions a {
    min-width: 0;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .footer-brand {
    grid-column: 1/3;
  }
  .footer-grid > div:last-child {
    grid-column: auto;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .modal-content {
    padding: 28px 22px;
  }
  .modal-close {
    right: 5px;
    top: 5px;
  }
  .lightbox-close {
    right: 2px;
    top: -42px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal,
  .reveal-stagger > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .hero-media {
    transform: none !important;
  }
  .gallery-item img,
  .loft-image img,
  .amenity-showcase img,
  .btn {
    transition: none;
  }
}

.location-master-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 10% 15%,
      rgba(211, 165, 73, 0.1),
      transparent 27%
    ),
    #f8f4eb;
}

.location-master-section::before {
  content: "";
  position: absolute;
  top: 80px;
  right: -160px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(175, 126, 42, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.location-master-section .section-heading {
  max-width: 850px;
  margin-right: auto;
  margin-bottom: clamp(45px, 6vw, 80px);
  margin-left: auto;
}

/* Overview */

.location-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: 24px;
  align-items: stretch;
}

.location-visual {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 30px 70px rgba(36, 27, 12, 0.16);
}

.location-visual img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.location-visual:hover img {
  transform: scale(1.045);
}

.location-visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 45%,
    rgba(8, 7, 5, 0.72) 100%
  );
}

.location-image-badge {
  position: absolute;
  right: 26px;
  bottom: 26px;
  left: 26px;
  display: flex;
  gap: 15px;
  align-items: center;
  max-width: 360px;
  padding: 18px;
  color: #fff;
  background: rgba(12, 11, 9, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  backdrop-filter: blur(12px);
}

.location-badge-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: #101010;
  background: linear-gradient(135deg, #9c6c22, #e0b45b 52%, #f1d48d);
  border-radius: 13px;
}

.location-badge-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
  stroke: currentColor;
}

.location-image-badge small {
  display: block;
  margin-bottom: 5px;
  color: #d9b466;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.location-image-badge strong {
  font-size: 15px;
  font-weight: 500;
}

.location-intro-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 64px);
  background: #ffffff;
  border: 1px solid rgba(168, 126, 54, 0.18);
  border-radius: 26px;
  box-shadow: 0 25px 60px rgba(42, 31, 14, 0.08);
}

.location-card-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 20px;
  color: #ad792b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.location-intro-card h3 {
  max-width: 530px;
  margin: 0 0 22px;
  color: #17140f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 3vw, 48px);
  font-weight: 500;
  line-height: 1.12;
}

.location-intro-card > p {
  margin: 0 0 16px;
  color: #686157;
  font-size: 15px;
  line-height: 1.8;
}

.location-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 25px;
}

.location-feature {
  display: flex;
  gap: 11px;
  align-items: center;
  min-height: 58px;
  padding: 11px 13px;
  background: #faf7f0;
  border: 1px solid #ece3d3;
  border-radius: 12px;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.location-feature:hover {
  transform: translateY(-3px);
  background: #fffaf0;
  border-color: #d9b263;
}

.location-feature span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: #12110f;
  background: linear-gradient(135deg, #a87527, #e6bc66, #f2d995);
  border-radius: 9px;
}

.location-feature svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  stroke: currentColor;
}

.location-feature p {
  margin: 0;
  color: #27231d;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

/* Connectivity */

.location-connectivity {
  margin-top: 24px;
  padding: clamp(35px, 5vw, 64px);
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 8% 15%,
      rgba(220, 176, 87, 0.17),
      transparent 30%
    ),
    linear-gradient(135deg, #171510, #0d0c0a);
  border-radius: 26px;
  box-shadow: 0 30px 70px rgba(20, 15, 8, 0.19);
}

.connectivity-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 40px;
  align-items: end;
  margin-bottom: 35px;
}

.connectivity-label {
  display: block;
  margin-bottom: 13px;
  color: #d9af5b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.connectivity-heading h3 {
  max-width: 620px;
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 3.5vw, 50px);
  font-weight: 500;
  line-height: 1.1;
}

.connectivity-heading h3 em {
  color: #dfb45c;
  font-weight: 400;
}

.connectivity-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.75;
}

.location-connectivity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.location-connectivity-card {
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
  min-height: 104px;
  padding: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  transition:
    transform 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.location-connectivity-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    rgba(221, 178, 90, 0.15),
    transparent 45%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
}

.location-connectivity-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.085);
  border-color: rgba(222, 178, 89, 0.48);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.22);
}

.location-connectivity-card:hover::before {
  opacity: 1;
}

.location-connectivity-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #080808;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  transition:
    color 0.35s ease,
    background 0.35s ease,
    transform 0.35s ease;
}

.location-connectivity-icon svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
  stroke: currentColor;
}

.location-connectivity-card:hover .location-connectivity-icon {
  color: #111111;
  background: linear-gradient(135deg, #98671e, #dfb158 52%, #f1d38b);
  transform: scale(1.06);
}

.location-connectivity-card div {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.location-connectivity-card small {
  display: block;
  margin-bottom: 6px;
  color: #d9ad57;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.location-connectivity-card h4 {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.location-connectivity-number {
  position: absolute;
  top: 11px;
  right: 13px;
  color: rgba(255, 255, 255, 0.1);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

/* Location advantages */

.location-reach-section {
  margin-top: clamp(65px, 8vw, 110px);
}

.location-reach-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 400px);
  gap: 40px;
  align-items: end;
  margin-bottom: 32px;
}

.location-reach-heading h3 {
  max-width: 620px;
  margin: 0;
  color: #17140f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.5vw, 50px);
  font-weight: 500;
  line-height: 1.1;
}

.location-reach-heading h3 em {
  color: #c4933e;
  font-weight: 400;
}

.location-reach-heading > p {
  margin: 0;
  color: #70695f;
  font-size: 14px;
  line-height: 1.75;
}

.location-reach-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 24px;
  align-items: stretch;
}

.distance-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e7dece;
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(43, 32, 14, 0.08);
}

.distance-card-header {
  display: flex;
  justify-content: space-between;
  padding: 19px 24px;
  color: #17140f;
  background: linear-gradient(135deg, #d1a34c, #f1d38a);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.distance-list {
  padding: 8px 24px;
}

.distance-row {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 17px 0;
  border-bottom: 1px solid #eee7dc;
}

.distance-row:last-child {
  border-bottom: 0;
}

.distance-row span {
  color: #38332c;
  font-size: 14px;
}

.distance-row strong {
  flex-shrink: 0;
  color: #a27024;
  font-size: 12px;
  letter-spacing: 0.3px;
}

.location-map-card {
  position: relative;
   width: 100%;
  min-height: 475px;
  overflow: hidden;
  background:
    linear-gradient(rgba(207, 195, 172, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(207, 195, 172, 0.2) 1px, transparent 1px),
    #eee8dc;
  background-size: 34px 34px;
  border: 1px solid #ddd2c0;
  border-radius: 22px;
  box-shadow: 0 20px 50px rgba(43, 32, 14, 0.08);
}
.location-map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 475px;
  border: 0;
  display: block;
}

.location-map-grid {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 70% 25%,
      rgba(215, 177, 101, 0.24),
      transparent 26%
    ),
    radial-gradient(
      circle at 22% 78%,
      rgba(123, 145, 101, 0.19),
      transparent 29%
    );
}

.map-road {
  position: absolute;
  display: block;
  height: 9px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(181, 168, 145, 0.52);
  border-radius: 999px;
  transform-origin: center;
  box-shadow: 0 2px 8px rgba(92, 76, 51, 0.1);
}

.map-road-one {
  top: 31%;
  left: -8%;
  width: 120%;
  transform: rotate(-10deg);
}

.map-road-two {
  top: 60%;
  left: -10%;
  width: 115%;
  transform: rotate(17deg);
}

.map-road-three {
  top: 8%;
  left: 48%;
  width: 80%;
  transform: rotate(79deg);
}

.location-map-pin {
  position: absolute;
  top: 46%;
  left: 50%;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 15px 18px;
  background: rgba(16, 14, 11, 0.94);
  border-radius: 15px;
  box-shadow: 0 18px 35px rgba(20, 15, 8, 0.25);
  transform: translate(-50%, -50%);
}

.location-map-pin::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 16px;
  height: 16px;
  background: #100e0b;
  transform: translateX(-50%) rotate(45deg);
}

.location-map-pin-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #111111;
  background: linear-gradient(135deg, #a57224, #e0b35d, #f2d693);
  border-radius: 11px;
}

.location-map-pin-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  stroke: currentColor;
}

.location-map-pin div {
  position: relative;
  z-index: 1;
}

.location-map-pin strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 14px;
}

.location-map-pin small {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
}

.location-map-footer {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 17px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(183, 166, 136, 0.35);
  border-radius: 12px;
  backdrop-filter: blur(8px);
}

.location-map-footer span {
  color: #777064;
  font-size: 11px;
}

.location-map-footer strong {
  color: #a37226;
  font-size: 11px;
  text-transform: uppercase;
}

/* Tablet */

@media (max-width: 1050px) {
  .location-overview-grid,
  .location-reach-grid {
    grid-template-columns: 1fr;
  }

  .location-visual,
  .location-visual img {
    min-height: 500px;
  }

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

  .connectivity-heading,
  .location-reach-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .location-map-card,
  .location-map-card iframe {
    min-height: 430px;
  }
}

/* Mobile */

@media (max-width: 650px) {
  .location-overview-grid {
    gap: 16px;
  }

  .location-visual,
  .location-visual img {
    min-height: 390px;
  }

  .location-image-badge {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 14px;
  }

  .location-intro-card {
    padding: 29px 20px;
    border-radius: 20px;
  }

  .location-feature-grid {
    grid-template-columns: 1fr;
  }

  .location-connectivity {
    padding: 38px 18px;
    border-radius: 20px;
  }

  .location-connectivity-grid {
    grid-template-columns: 1fr;
  }

  .location-connectivity-card {
    min-height: 94px;
  }

  .location-reach-section {
    margin-top: 65px;
  }

  .distance-list {
    padding: 5px 18px;
  }

  .distance-row {
    padding: 15px 0;
  }

  .distance-row span {
    font-size: 12px;
  }

  .distance-row strong {
    font-size: 10px;
  }

  .location-map-card,
  .location-map-card iframe {
    min-height: 380px;
  }

  .location-map-pin {
    width: max-content;
    max-width: calc(100% - 40px);
  }
}


@media (max-width: 860px) {
  .hero-media {
    transform: translateY(0) scale(1.06) !important;
  }
}
/* ========================================
   GODREJ CROWN — PREMIUM GREEN THEME
   Paste at the end of styles.css
======================================== */

:root {
  --ink: #122019;
  --dark: #071a12;
  --dark-2: #0d281c;

  --cream: #f3f8f4;
  --white: #ffffff;

  --gold: #3f8f61;
  --gold-2: #78bd91;
  --gold-dark: #17613b;

  --green: #17613b;
  --muted: #657269;
  --line: #dbe8df;

  --shadow: 0 18px 50px rgba(12, 67, 40, 0.12);
}

/* Header */

.site-header.scrolled {
  background: rgba(5, 30, 19, 0.97);
  box-shadow: 0 8px 30px rgba(2, 24, 14, 0.28);
}

.primary-nav a::after {
  background: var(--gold-2);
}

.phone-link svg {
  color: var(--gold-2);
}

/* Main green buttons */

.btn-gold {
  color: #ffffff;
  background: linear-gradient(
    110deg,
    #0f5734,
    #3f8f61,
    #78bd91,
    #0f5734
  );
  background-size: 250% 100%;
}

.btn-gold:hover {
  color: #ffffff;
  background-position: 100% 0;
  box-shadow: 0 12px 28px rgba(20, 101, 61, 0.3);
}

/* Hero background tint */

.hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(3, 31, 19, 0.82) 0%,
      rgba(6, 49, 29, 0.58) 46%,
      rgba(5, 40, 24, 0.22) 100%
    ),
    linear-gradient(
      0deg,
      rgba(1, 21, 12, 0.35),
      transparent 55%
    );
}

/* Highlighted hero card */

.hero-meta > div.pulse {
  border-color: rgba(120, 189, 145, 0.5);
  animation: greenPulseGlow 2s ease-in-out infinite;
}

@keyframes greenPulseGlow {
  0%,
  100% {
    border-color: rgba(120, 189, 145, 0.4);
    box-shadow: 0 0 0 rgba(63, 143, 97, 0);
  }

  50% {
    border-color: rgba(120, 189, 145, 0.95);
    box-shadow:
      0 0 16px rgba(63, 143, 97, 0.4),
      0 0 38px rgba(63, 143, 97, 0.2);
  }
}

/* Forms */

.lead-card,
.final-form {
  border-top-color: var(--gold);
}

.lead-form input:focus,
.final-form input:focus {
  border-color: var(--gold);
}

/* Eyebrows and highlighted text */

.eyebrow,
.form-head span,
.final-form > span,
.text-button,
.gold-text {
  color: var(--gold-dark);
}

.eyebrow span {
  background: var(--gold);
}

.hero h1 em,
.section h2 em,
.edge-section h2 em,
.final-cta h2 em,
.premium-title em,
.mini-heading em,
.connectivity-block em {
  color: var(--gold-2);
}

/* Icon boxes */

.icon-box {
  color: #ffffff;
  background: linear-gradient(
    145deg,
    #8ac9a0,
    #2f8152,
    #125b37
  );
  box-shadow: 0 4px 14px rgba(21, 96, 57, 0.25);
}

.dark-icon {
  color: var(--gold-2);
  background: var(--dark);
}

/* Highlight cards */

.info-cards article:hover,
.usp-grid article:hover,
.feature-rows article:hover {
  border-color: #77b990;
  box-shadow: 0 16px 35px rgba(12, 79, 45, 0.15);
}

.info-cards article:hover .dark-icon,
.amenities-icon-grid > div:hover .dark-icon {
  background: linear-gradient(
    135deg,
    #0f5734 0%,
    #348a57 45%,
    #8ac9a0 75%,
    #155e39 100%
  );
  box-shadow: 0 8px 22px rgba(27, 112, 67, 0.3);
}

.info-cards article:hover .dark-icon svg,
.amenities-icon-grid > div:hover .dark-icon svg {
  color: #ffffff;
  fill: #ffffff;
  stroke: #ffffff;
}

/* Pricing section */

.pricing-labels {
  background: var(--dark);
}

.pricing-row .gold-text {
  color: var(--gold-dark);
}

/* Amenities */

.amenity-showcase article > div > span {
  color: var(--gold-dark);
}

.amenity-showcase li svg {
  color: var(--gold);
}

.amenities-icon-grid > div:hover {
  border-color: #c4ddcd;
  box-shadow: 0 14px 30px rgba(15, 82, 49, 0.15);
}

/* Location and map */

.location-tags svg,
.map-pin svg {
  color: var(--gold-dark);
}

.map-grid::after {
  background: linear-gradient(
    90deg,
    #0c4c2d,
    #76bd90,
    #0c4c2d
  );
  box-shadow: 0 0 30px rgba(63, 143, 97, 0.55);
}

/* Gallery and dark sections */

.gallery-section {
  background: #061a10;
}

.edge-overlay {
  background: linear-gradient(
    110deg,
    rgba(3, 29, 17, 0.97),
    rgba(5, 51, 29, 0.78)
  );
}

.final-overlay {
  background: linear-gradient(
    90deg,
    rgba(3, 29, 17, 0.97),
    rgba(7, 55, 32, 0.76)
  );
}

/* Statistics */

.stat-grid strong {
  color: var(--gold-2);
}

/* FAQ */

.accordion-item button svg {
  color: var(--gold-dark);
}

/* CTA section */

.cta-box {
  border-top-color: var(--gold);
}

.cta-box li svg {
  color: var(--gold);
}

/* Selection colour */

::selection {
  color: #ffffff;
  background: var(--gold-dark);
}
/* =========================================
   FLUENT FORM — MATCH OLD CUSTOM FORM STYLE
========================================= */

.custom-fluent-form {
  width: 100%;
}

.custom-fluent-form .fluentform {
  width: 100%;
}

.custom-fluent-form .ff-el-group {
  margin-bottom: 14px;
}

.custom-fluent-form .ff-el-input--label {
  margin-bottom: 6px;
}

.custom-fluent-form .ff-el-input--label label {
  display: block;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.4;
}

/* Inputs */
.custom-fluent-form input[type="text"],
.custom-fluent-form input[type="email"],
.custom-fluent-form input[type="tel"],
.custom-fluent-form input[type="number"],
.custom-fluent-form select,
.custom-fluent-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 13px 15px;
  border: 1px solid rgba(31, 41, 55, 0.18);
  border-radius: 4px;
  background: #ffffff;
  color: #1f2937;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  box-shadow: none;
  outline: none;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.custom-fluent-form textarea {
  min-height: 110px;
  resize: vertical;
}

.custom-fluent-form input::placeholder,
.custom-fluent-form textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}

/* Focus */
.custom-fluent-form input:focus,
.custom-fluent-form select:focus,
.custom-fluent-form textarea:focus {
  border-color: #b99a5b;
  box-shadow: 0 0 0 3px rgba(185, 154, 91, 0.14);
  background: #ffffff;
}

/* Submit button */
.custom-fluent-form .ff-btn-submit,
.custom-fluent-form button[type="submit"] {
  width: 100%;
  min-height: 50px;
  margin-top: 4px;
  padding: 14px 22px;
  border: 0;
  border-radius: 4px;
  background: #b99a5b;
  color: #ffffff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: none;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.custom-fluent-form .ff-btn-submit:hover,
.custom-fluent-form button[type="submit"]:hover {
  background: #9f8247;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(159, 130, 71, 0.2);
}

.custom-fluent-form .ff-btn-submit:focus,
.custom-fluent-form button[type="submit"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(185, 154, 91, 0.22);
}

/* Validation errors */
.custom-fluent-form .ff-el-is-error input,
.custom-fluent-form .ff-el-is-error select,
.custom-fluent-form .ff-el-is-error textarea {
  border-color: #dc2626;
}

.custom-fluent-form .text-danger,
.custom-fluent-form .error {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #dc2626;
}

/* Success message */
.custom-fluent-form .ff-message-success {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(10, 106, 71, 0.3);
  border-radius: 4px;
  background: rgba(10, 106, 71, 0.08);
  color: #0a6a47;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

/* Remove unnecessary Fluent Forms spacing */
.custom-fluent-form .ff-t-container {
  gap: 12px;
}

.custom-fluent-form .ff-el-form-check {
  margin-bottom: 8px;
}

/* Checkbox and consent text */
.custom-fluent-form .ff-el-form-check label {
  font-size: 12px;
  color: #6b7280;
}

/* =========================================
   HERO FORM CARD
========================================= */

.lead-card .custom-fluent-form {
  margin-top: 18px;
}

.lead-card .custom-fluent-form .ff-el-input--label label {
  color: #1f2937;
}

/* =========================================
   FINAL DARK SECTION FORM
========================================= */

.final-form .custom-fluent-form .ff-el-input--label label {
  color: rgba(255, 255, 255, 0.85);
}

.final-form .custom-fluent-form input[type="text"],
.final-form .custom-fluent-form input[type="email"],
.final-form .custom-fluent-form input[type="tel"],
.final-form .custom-fluent-form input[type="number"],
.final-form .custom-fluent-form select,
.final-form .custom-fluent-form textarea {
  background: rgba(255, 255, 255, 0.96);
  color: #1f2937;
}

/* =========================================
   MODAL FORM
========================================= */

.modal-content .custom-fluent-form {
  margin-top: 20px;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
  .custom-fluent-form input[type="text"],
  .custom-fluent-form input[type="email"],
  .custom-fluent-form input[type="tel"],
  .custom-fluent-form input[type="number"],
  .custom-fluent-form select,
  .custom-fluent-form textarea {
    min-height: 46px;
    font-size: 16px;
  }

  .custom-fluent-form .ff-btn-submit,
  .custom-fluent-form button[type="submit"] {
    min-height: 48px;
  }
}