/* ============================================================
   ORIZON by SRIJAN REALTY â€” Main Stylesheet
   style.css  |  assets/css/style.css
   ============================================================ */

/* ===========================
   GOOGLE FONTS IMPORT
=========================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');


@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

.loc-dist {
  float: right;
}

/* ===========================
   @FONT-FACE â€” FF CLAN PRO
=========================== */
@font-face {
  font-family: 'FF Clan Pro';
  src: url('../fonts/clan-pro/FFClanProThin.TTF') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FF Clan Pro';
  src: url('../fonts/clan-pro/FFClanProThinIt.TTF') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'FF Clan Pro';
  src: url('../fonts/clan-pro/FFClanProRegular.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FF Clan Pro';
  src: url('../fonts/clan-pro/FFClanProItalic.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'FF Clan Pro';
  src: url('../fonts/clan-pro/FFClanProMedium.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FF Clan Pro';
  src: url('../fonts/clan-pro/FFClanProMediumIt.TTF') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'FF Clan Pro';
  src: url('../fonts/clan-pro/FFClanProBold.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FF Clan Pro';
  src: url('../fonts/clan-pro/FFClanProBoldIt.TTF') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'FF Clan Pro';
  src: url('../fonts/clan-pro/FFClanProBlk.TTF') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FF Clan Pro';
  src: url('../fonts/clan-pro/FFClanProBlkIt.TTF') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'FF Clan Pro';
  src: url('../fonts/clan-pro/FFClanProUltra.TTF') format('truetype');
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FF Clan Pro';
  src: url('../fonts/clan-pro/FFClanProUltIt.TTF') format('truetype');
  font-weight: 950;
  font-style: italic;
  font-display: swap;
}

/* News / Condensed variants */
@font-face {
  font-family: 'FF Clan Pro News';
  src: url('../fonts/clan-pro/FFClanProRgNews.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FF Clan Pro News';
  src: url('../fonts/clan-pro/FFClanProRgItNews.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'FF Clan Pro Narrow';
  src: url('../fonts/clan-pro/FFClanProRgNarNews.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FF Clan Pro Narrow';
  src: url('../fonts/clan-pro/FFClanProRgItNarNews.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'FF Clan Pro Cond';
  src: url('../fonts/clan-pro/FFClanProCondRgNews.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FF Clan Pro Cond';
  src: url('../fonts/clan-pro/FFClanProCondRgItNews.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* ===========================
   @FONT-FACE â€” CHOLLISTIO
   (imported for future use)
=========================== */
@font-face {
  font-family: 'Chollistio';
  src: url('../fonts/chollistio-font/Chollistio.otf') format('opentype'),
    url('../fonts/chollistio-font/Chollistio.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chollistio';
  src: url('../fonts/chollistio-font/Chollistio-Italic.otf') format('opentype'),
    url('../fonts/chollistio-font/Chollistio-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "ClanOT-Bold";
  src: url("../fonts/ClanOT-Bold.woff2") format("woff2"),
    url("../fonts/ClanOT-Bold.woff") format("woff"),
    url("../fonts/ClanOT-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

.hero-heading {
  font-family: "ClanOT-Bold", sans-serif;
}

/* ===========================
   CSS VARIABLES / TOKENS
=========================== */
:root {
  --gold: #b8902a;
  --gold-light: #d4a83c;
  --gold-dark: #8a6a1e;
  --brown: #5a3e28;
  --dark: #1a1a1a;
  --white: #ffffff;
  --off-white: #f8f5f0;
  --text-muted: #888;
  --header-h: 80px;
  /* Headings â€” FF Clan Pro */
  --font-heading: 'FF Clan Pro', sans-serif;
  /* Body / paragraphs â€” Montserrat */
  --font-body: 'Montserrat', sans-serif;
  /* Decorative â€” Chollistio (ready for future use) */
  --font-decorative: 'Chollistio', cursive;
  /* Legacy aliases kept for compatibility */
  --font-serif: 'FF Clan Pro', sans-serif;
  --font-script: 'Chollistio', cursive;
}

/* ===========================
   RESET / BASE
=========================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
}

body {
  font-family: var(--font-body);
  color: var(--dark);
  background: var(--white);
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
}

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

/* ===========================
   STICKY HEADER
=========================== */
#main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  height: var(--header-h);
  transition: background 0.4s ease, box-shadow 0.4s ease, height 0.3s ease, transform 0.3s ease;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
}

/* Hidden state on scroll down */
#main-header.header-hidden {
  transform: translateY(-100%);
}

/* Scrolled state */
#main-header.scrolled {
  background: #d0aea4eb;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
  height: 84px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 100%;
  padding: 0 40px;
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 22px;
  flex: 1;
  min-width: 0;
}

.header-nav a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 0.60rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.header-nav a:hover,
.header-nav a:focus-visible {
  color: #f7d9a7;
  opacity: 1;
}

.mobile-menu-toggle,
.mobile-menu-close {
  display: none;
}

.mobile-menu-backdrop,
.mobile-menu-drawer {
  display: none;
}

@media (max-width: 991px) {
  .header-inner {
    gap: 12px;
    padding: 0 18px;
  }

  .header-nav {
    display: none;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
  }

  .mobile-menu-toggle:hover,
  .mobile-menu-toggle:focus-visible {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.7);
  }

  .mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 1040;
  }

  .mobile-menu-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
  }

  .mobile-menu-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: min(82vw, 320px);
    height: 100vh;
    background: rgba(15, 15, 15, 0.98);
    box-shadow: -12px 0 32px rgba(0, 0, 0, 0.35);
    transform: translateX(105%);
    transition: transform 0.28s ease;
    z-index: 1051;
    display: flex;
    flex-direction: column;
    padding: 20px 18px 24px;
  }

  .mobile-menu-drawer.is-open {
    transform: translateX(0);
  }

  .mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    margin-bottom: 18px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .mobile-menu-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: #fff;
    cursor: pointer;
  }

  .mobile-menu-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .mobile-menu-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

/* Brand logos */
.logo-srijan img {
  height: 40px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.75)) drop-shadow(0 0 2px rgba(0, 0, 0, 0.8)) brightness(1.1);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.logo-srijan img:hover {
  transform: scale(1.04);
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.9)) brightness(1.15);
}

.logo-orizon img {
  height: 50px;
  width: auto;
  object-fit: contain;
  /* filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.75)) drop-shadow(0 0 2px rgba(0, 0, 0, 0.8)) brightness(1.05); */
  transition: transform 0.3s ease, filter 0.3s ease;
}

.logo-orizon img:hover {
  transform: scale(1.04);
  /* filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.9)) brightness(1.1); */
}

/* =================================================
   UNIFIED HERO BANNER — Owl Carousel (desktop + mobile)
   Single #hero section, responsive via media queries
================================================= */

/* Section wrapper */
#hero {
  position: relative;
  width: 100%;
  /* background: #0d0d0d; */
  overflow: hidden;
}

/* Owl Carousel container – fills the section */
.hero-owl-carousel {
  position: relative;
  width: 100%;
  z-index: 1;
}

/* Each slide */
.hero-slide {
  position: relative;
  width: 100%;
}

.hero-slide-img-wrap {
  position: relative;
  width: 100%;
  display: block;
}

/* ---- DESKTOP: full-viewport-height image, cover fit ---- */
@media (min-width: 992px) {
  /* #hero {
    min-height: 100vh;
  } */

  .hero-owl-carousel,
  .hero-slide,
  .hero-slide-img-wrap {
    height: 100vh;
  }

  .hero-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .hero-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
        rgba(10, 6, 8, 0.75) 0%,
        rgba(10, 6, 8, 0.55) 30%,
        rgba(10, 6, 8, 0.20) 58%,
        rgba(10, 6, 8, 0.00) 75%);
    pointer-events: none;
    z-index: 2;
  }
}

/* ---- MOBILE: natural image height ---- */
@media (max-width: 991px) {
  .hero-slide-img {
    width: 100%;
    height: auto;
    display: block;
  }

  .hero-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.12) 0%,
        rgba(0, 0, 0, 0.10) 30%,
        rgba(0, 0, 0, 0.45) 62%,
        rgba(0, 0, 0, 0.72) 80%,
        rgba(0, 0, 0, 0.88) 100%);
    pointer-events: none;
    z-index: 2;
  }
}

/* Clear default button styles for owl-dot */
#hero .owl-dot {
  background: transparent !important;
  border: none !important;
  padding: 4px !important;
  /* expand click area */
  margin: 0 !important;
  outline: none !important;
  cursor: pointer;
}

#hero .owl-dot span {
  width: 8px !important;
  height: 8px !important;
  background: rgba(255, 255, 255, 0.6) !important;
  margin: 0 4px !important;
  border-radius: 50% !important;
  transition: all 0.3s ease !important;
  display: block;
}

#hero .owl-dot.active span {
  width: 24px !important;
  border-radius: 12px !important;
  background: #ffffff !important;
}

#hero .owl-nav {
  display: none !important;
}

/* ---- DESKTOP content overlay ---- */
.hero-desk-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  align-items: center;
  padding-top: calc(var(--header-h) + 20px);
  padding-bottom: 220px;
  pointer-events: none;
}

.hero-desk-content * {
  pointer-events: auto;
}

/* Desktop lead form bar */
#lead-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-bottom: 20px;
}

/* Desktop pagination pill wrapper */
.hero-pagination-wrapper {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  align-items: center;
  background: #FFFFFF80;
  padding: 3px 5px;
  border-radius: 20px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  pointer-events: auto;
  /* ensure it is clickable */
}

.hero-owl-dots-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Sub-badge */
.hero-badge {
  display: inline-block;
  background: linear-gradient(to right, #A98157, #CA9F3E, #E6B077);
  /* border: 1px solid var(--gold); */
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 6px 18px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

/* Reusable Shine Effect */
.shine-effect {
  position: relative !important;
  overflow: hidden !important;
}

.shine-effect::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75px;
  width: 50px;
  height: 100px;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  animation: shine 3s infinite;
  /* z-index: 1;
  pointer-events: none; */
}

/* @keyframes shineSweep {
  0% { left: -100%; }
  20% { left: 200%; }
  100% { left: 200%; }
} */

/* Shine animation */
@keyframes shine {
  0% {
    left: -75px;
  }

  60% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}


/* Hero tagline */
.hero-tagline {
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  /* line-height: 24px; */
  /* max-width: 400px; */
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
  /* margin-bottom: 30px; */
  /* max-width: 420px; */
  /* margin: 0px; */
}

/* Hero heading */
.hero-heading {
  /* font-family: 'Cormorant Garamond'; */
  /* font-family: 'Montserrat'; */
  font-size: 50px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 96px;
  /* margin-bottom: 28px; */
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}

/* "To" in decorative / script font (Chollistio) */
.hero-heading .script-to {
  /* font-family: 'Cormorant Garamond'; */
  /* font-family: 'Montserrat'; */
  font-size: 50px;
  font-weight: 500;
  color: #EAEFE4;
  /* line-height: 96px; */
  /* margin-bottom: 32px; */
  font-style: italic;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.6);
}

/* CTA Button */
.btn-enquire {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  color: var(--dark);
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 14px 36px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.28s ease, color 0.28s ease, transform 0.2s ease, box-shadow 0.28s ease;
}

.btn-enquire:hover {
  background: var(--gold);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(184, 144, 42, 0.45);
}

/* Hero Info Row */
.hero-info-row {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.info-badge-wrap {
  display: flex;
  align-items: baseline;
  gap: 8px;
  /* background: #A98157; */
  background: linear-gradient(to right, #A98157, #CA9F3E, #E6B077);
  padding: 8px 18px;
  border-radius: 4px;
  color: #ffffff;
}

.info-label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.47px;
  font-family: 'Montserrat';
  text-transform: uppercase;
}

.info-price {
  font-size: 34px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
}

.info-price strong {
  font-weight: 800;
}

.price-cr {
  font-size: 22px;
}

.info-divider {
  width: 45px;
  height: 2px;
  background: #ffffff;
  margin: 0 20px;
}

.info-acres {
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ===========================
   BOTTOM LEAD FORM BAR
=========================== */
#lead-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-bottom: 20px;
}

/* Container for tab and form card */
.lead-form-container {
  position: relative;
  margin-top: 45px;
  /* Room for the overlapping tab */
}

/* Overlapping Title Tab */
.lead-form-tab {
  position: absolute;
  top: -65px;
  left: 0;
  background: rgba(238, 238, 238, 0.92);
  color: #261018;
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 600;
  padding: 12px 28px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  z-index: 1;
}

/* Main Form Card */
.lead-form-card {
  background: #FFFFFFCC;
  /* backdrop-filter: blur(12px); */
  -webkit-backdrop-filter: blur(12px);
  border-radius: 8px;
  /* border-top-left-radius: 0; */
  padding: 15px 30px;
  position: relative;
  z-index: 2;
}

/* Continuous Golden Gradient Border */
.lead-form-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  border-top-left-radius: 0;
  padding: 4px;
  /* Border thickness */
  background: linear-gradient(90deg, #CDBD7C, transparent, #CDBD7C, transparent, #CDBD7C);
  background-size: 300% 100%;
  animation: runGoldBorder 3s linear infinite;

  /* Mask to show only the border */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
  z-index: 10;
}

@keyframes runGoldBorder {
  0% {
    background-position: 0% 0%;
  }

  100% {
    background-position: 100% 0%;
  }
}

/* Row with inputs + button */
.lead-form-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  /* Support for smaller screens */
}

.form-control-lead {
  flex: 1;
  min-width: 200px;
  height: 35px;
  border: none;
  border-radius: 4px;
  padding: 0 16px;
  font-size: 14px;
  font-family: var(--font-body);
  color: var(--dark);
  background: #ffffff;
  outline: none;
  transition: box-shadow 0.25s ease;
}

.form-control-lead::placeholder {
  color: #999;
}

.form-control-lead:focus {
  box-shadow: 0 0 0 3px rgba(184, 144, 42, 0.3);
}

.btn-callback {
  height: 40px;
  padding: 0 32px;
  background: #C4937A !important;
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 1px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.28s ease, transform 0.2s ease, box-shadow 0.28s ease;
}

.btn-callback:hover {
  background: #C4937A !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(39, 17, 25, 0.3);
  color: #fff;
}

/* RERA strip */
.rera-strip {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.5px;
  padding: 10px 4px 0;
}

.rera-strip a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.rera-strip a:hover {
  color: var(--gold-light);
}

/* =============================================
   MOBILE HERO BANNER — Pixel-perfect redesign
   (active below lg / 992px, via d-lg-none)
============================================= */

/* Section wrapper */
#mob-hero {
  position: relative;
  width: 100%;
  background: #1e1a1b;
  overflow: hidden;
}

/* ---- Owl Carousel ---- */
.mob-owl-carousel {
  position: relative;
  width: 100%;
  z-index: 1;
}

.mob-hero-slide {
  position: relative;
  width: 100%;
}

.mob-slide-img-wrap {
  position: relative;
  width: 100%;
  display: block;
}

/* Full image visible – no crop */
.mob-slide-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Dark gradient overlay – heavier at bottom for text readability */
/* .mob-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.12) 0%,
    rgba(0, 0, 0, 0.10) 30%,
    rgba(0, 0, 0, 0.45) 62%,
    rgba(0, 0, 0, 0.72) 80%,
    rgba(0, 0, 0, 0.88) 100%
  );
  pointer-events: none;
  z-index: 2;
} */

/* Owl dots inside the image area */
#mob-hero .owl-dots {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  margin: 0;
  line-height: 1;
}

#mob-hero .owl-dot span {
  width: 7px !important;
  height: 7px !important;
  background: rgba(255, 255, 255, 0.40) !important;
  margin: 0 3px !important;
  border-radius: 50% !important;
  transition: all 0.3s ease !important;
}

#mob-hero .owl-dot.active span {
  width: 20px !important;
  border-radius: 10px !important;
  background: #ffffff !important;
}

#mob-hero .owl-nav {
  display: none !important;
}

/* ---- Content overlay (absolute, over the carousel image) ---- */
.mob-hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}

/* Top block: badge + tagline + heading + price (left aligned) */
.mob-hero-top {
  padding: 150px 20px 0 20px;
  flex: 1;
}

/* Gold badge label */
.mob-hero-badge {
  display: inline-block;
  /* background: #A98157; */
  background: linear-gradient(to right, #A98157, #CA9F3E, #E6B077);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 5px 12px;
  margin-bottom: 10px;
}

/* Tagline */
.mob-hero-tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  /* line-height: 1.55;
  margin-bottom: 4px; */
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}

/* "Live" heading */
.mob-hero-heading {
  /* font-family: 'Cormorant Garamond', serif; */
  /* font-family: 'Montserrat'; */
  font-family: "ClanOT-Bold", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #EAEFE4;
  line-height: 1.0;
  margin-bottom: 16px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.7);
}

/* "Limitlessly" – italic gold */
.mob-script-limitlessly {
  /* font-family: 'Montserrat';
  font-style: italic; */
  font-family: "ClanOT-Bold", sans-serif;
  font-weight: 500;
  color: #EAEFE4;
  display: block;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.7);
}

/* Price badge row */
.mob-info-row {
  margin-bottom: 10px;
}

.mob-info-price-wrap {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  /* background: #A98157; */
  background: linear-gradient(to right, #A98157, #CA9F3E, #E6B077);
  padding: 5px 13px;
  border-radius: 3px;
  color: #fff !important;
}

.mob-info-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
}

.mob-info-price {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: #fff !important;
}

.mob-info-price strong {
  font-weight: 800;
}

.mob-price-cr {
  font-size: 14px;
  font-weight: 600;
}

/* 8.3 Acres row – white dash + text */
.mob-info-acres-row {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 2px;
}

.mob-info-divider-line {
  display: inline-block;
  width: 34px;
  height: 2px;
  background: #ffffff;
  margin-right: 12px;
  flex-shrink: 0;
}

.mob-info-acres {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.65);
}

/* "Enquire Now" – in its own separate glass card */
.mob-enquire-cta {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
  padding: 16px 20px;
  margin-bottom: 6px;
  /* the space the user requested */
  background: #00000099;
  /* backdrop-filter: blur(6px); */
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px 8px 0px 0px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* ---- Form wrapper container (transparent, just holds both cards) ---- */
.mob-form-wrapper {
  position: relative;
  z-index: 20;
  margin: -150px 16px 8px;
}

/* Form fields – in their own separate glass card */
.mob-form-fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #00000099;
  /* backdrop-filter: blur(6px); */
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0px 0px 8px 8px;
  padding: 20px 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Input fields */
.mob-form-input {
  width: 100%;
  height: 40px;
  background: #f5f3f0;
  border: 1px solid #ddd9d4;
  border-radius: 6px;
  padding: 0 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #333;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  -webkit-appearance: none;
  appearance: none;
}

.mob-form-input::placeholder {
  color: #999;
  font-size: 13.5px;
}

.mob-form-input:focus {
  border-color: #C4937A;
  box-shadow: 0 0 0 3px rgba(196, 147, 122, 0.18);
  background: #ffffff;
}

/* REQUEST CALLBACK button */
.mob-btn-callback {
  width: 100%;
  height: 50px;
  background: #C4937A;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.28s ease, transform 0.2s ease, box-shadow 0.28s ease;
  margin-top: 2px;
}

.mob-btn-callback:hover,
.mob-btn-callback:active {
  background: #b07d67;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(196, 147, 122, 0.38);
}

/* RERA strip */
.mob-rera-strip {
  font-family: 'Montserrat', sans-serif;
  font-size: 9.5px;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  letter-spacing: 0.4px;
  padding-top: 14px;
}

.mob-rera-strip a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}

.mob-rera-strip a:hover {
  color: var(--gold-light);
}



/* ===========================
   PLACEHOLDER LOGO STYLES
   (used until real assets provided)
=========================== */
.logo-placeholder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.1;
}

.logo-placeholder .brand-name {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 1px;
}

.logo-placeholder .brand-name .brand-dot {
  color: var(--gold);
}

.logo-placeholder .brand-tagline {
  font-size: 9px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.logo-orizon-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.1;
}

.logo-orizon-placeholder .orizon-icon {
  width: 36px;
  height: 36px;
  border: 1.5px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.logo-orizon-placeholder .orizon-icon i {
  color: var(--white);
  font-size: 16px;
}

.logo-orizon-placeholder .orizon-name {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 5px;
  text-transform: uppercase;
}

.logo-orizon-placeholder .orizon-sub {
  font-size: 8px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* ===========================
   ENQUIRE MODAL
=========================== */
.modal-enquire .modal-content {
  border: none;
  border-radius: 4px;
  overflow: hidden;
}

.modal-enquire .modal-header {
  /* background: var(--dark); */
  border-bottom: 2px solid var(--gold);
  padding: 20px 28px;
}

.modal-enquire .modal-title {
  font-family: var(--font-heading);
  font-size: 22px;
  color: var(--white);
  font-weight: 700;
}

.modal-enquire .btn-close {
  filter: invert(1);
}

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

.modal-enquire .form-label {
  font-size: 12px;
  font-weight: 600;
  color: #555;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.modal-enquire .form-control {
  border-radius: 2px;
  border-color: #ddd;
  font-size: 14px;
  padding: 10px 14px;
  height: 46px;
}

.modal-enquire textarea.form-control {
  height: auto;
}

.modal-enquire .form-control:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(184, 144, 42, 0.14);
}

.modal-enquire .btn-submit-modal {
  width: 100%;
  height: 50px;
  background: var(--gold);
  color: var(--white);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  margin-top: 6px;
  transition: background 0.28s ease;
}

.modal-enquire .btn-submit-modal:hover {
  background: var(--gold-dark);
}

.modal-enquire .privacy-note {
  font-size: 11px;
  color: #999;
  text-align: center;
  margin-top: 12px;
}

.modal-enquire .privacy-note i {
  color: var(--gold);
  margin-right: 4px;
}

/* Modal dialog max-width */
.modal-enquire-dialog {
  max-width: 480px;
}

/* Required field asterisk */
.required-star {
  color: var(--gold);
}

/* ===========================
   OVERVIEW SECTION
=========================== */
.overview-section {
  background-image: url(../images/overview-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}


.overview-section .container {
  position: relative;
  z-index: 2;
}

.left-content-col {
  padding-left: 2%;
}

.overview-left-heading {
  font-family: 'FF Clan Pro';
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  line-height: 47px;
  margin-bottom: 25px;
}

.overview-left-heading span {
  color: #CEADA4;
}

.overview-acres {
  line-height: 0.9;
}

.overview-acres .acres-num {
  font-family: 'FF Clan Pro';
  font-size: 80px;
  font-weight: 700;
  color: #CEADA4;
  letter-spacing: 0%;
  line-height: 75%;
}

.overview-acres .acres-text {
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 700;
  color: #CEADA4;
  display: block;
  margin-top: 5px;
}

.middle-content-col {
  padding: 0 15px;
}

.overview-video-thumb {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  display: inline-block;
  width: 100%;
}

.overview-video-thumb img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.overview-video-thumb:hover img {
  transform: scale(1.03);
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.35);
  border: 4px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 2;
}

.play-btn i {
  margin-left: 6px;
}

.play-btn:hover {
  background: rgba(255, 255, 255, 0.6);
  transform: translate(-50%, -50%) scale(1.05);
  color: #fff;
}

.right-content-col {
  padding-left: 4%;
  padding-right: 2%;
}

.overview-right-heading {
  font-family: 'FF Clan Pro';
  font-size: 40px;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 47px;
  margin-bottom: 24px;
  letter-spacing: 0%;
}

.overview-right-heading .brand-text {
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 400;
  color: #CEADA4;
  display: block;
  margin-top: 5px;
  letter-spacing: 1px;
}

.overview-desc {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 23px;
  margin-bottom: 35px;
  max-width: 380px;
}

.btn-download {
  display: inline-block;
  background-color: #C4937A !important;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 16px 32px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border-radius: 2px;
  border: none;
}

.btn-download:hover {
  background-color: #8c6a45;
  color: #fff;
  transform: translateY(-2px);
}


/* ===========================
   LOCATION SECTION
=========================== */
.location-section {
  /* background-image: linear-gradient(rgb(20 20 20 / 76%), rgb(20 20 20 / 68%)), url(../images/location-bg.webp); */
  background-image: linear-gradient(rgb(20 20 20 / 87%), rgb(20 20 20 / 82%)), url(../images/location-bg.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* Parallax effect */
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.location-left-col {
  padding-left: 3%;
  padding-right: 5%;
  align-self: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 700px;
}

.location-heading {
  font-family: 'FF Clan Pro';
  font-size: 40px;
  font-weight: 500;
  color: #FCFCFC;
  margin-bottom: 15px;
}

.location-heading .loc-subheading {
  font-family: 'FF Clan Pro';
  font-size: 40px;
  font-weight: 400;
  color: #FFD6C0;
  margin-bottom: 15px;
  font-style: italic;
}

.location-desc {
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin-bottom: 45px;
  max-width: 480px;
}

.location-accordion {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 480px;
}

.loc-acc-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.loc-acc-btn {
  width: 100%;
  background: transparent;
  border: none !important;
  color: var(--white);
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  outline: none;
  transition: color 0.3s ease;
}

.loc-acc-btn:hover {
  color: var(--gold-light);
}

.loc-acc-btn .icon {
  font-size: 24px;
  font-weight: 300;
  transition: transform 0.3s ease;
}

.loc-acc-btn[aria-expanded="true"] .icon {
  transform: rotate(45deg);
}

.loc-acc-body {
  padding: 0 0 22px 0;
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}

.loc-acc-body ul li {
  transition: color 0.3s ease;
}

.loc-acc-body ul li:hover,
.loc-acc-body ul li.active-li {
  color: var(--gold-light);
}

.location-right-col {
  padding: 0 2%;
}

.map-card {
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
}

/* ---- Map Tabs ---- */
.map-tabs {
  gap: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  margin: 0 auto 30px auto !important;
  width: max-content;
}

.map-tabs .nav-item {
  margin-bottom: -1px;
}

.map-tabs .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 500;
  border: none !important;
  background: transparent !important;
  /* padding: 10px 0; */
  border-bottom: 3px solid transparent !important;
  border-radius: 0;
  transition: 0.3s;
}

.map-tabs .nav-item .nav-link:hover,
.map-tabs .nav-item .nav-link:focus {
  color: #fff;
  border: none !important;
  background: transparent !important;
  border-bottom: 3px solid transparent !important;
}

.map-tabs .nav-item .nav-link.active {
  color: #FCFCFC;
  border: none !important;
  background: transparent !important;
  border-bottom: 3px solid #fff !important;
}

/* ===========================
   INTERACTIVE MAP
=========================== */
.interactive-map-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}



.interactive-map-link {
  display: block;
  position: relative;
}

.interactive-map-link img {
  display: block;
  width: 100%;
  height: auto;
  /* background-color: #fff; */
}

/* ---- Pin Base ---- */
.map-pin {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  transform: translate(-50%, -100%);
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 0;
  pointer-events: none;
}

.map-pin.map-pin-project {
  opacity: 1;
  pointer-events: auto;
}

.pin-dot {
  width: 28px;
  height: 40px;
  background-image: url('../images/location-pin.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: transparent;
  border-radius: 0;
  border: none;
  box-shadow: none;
  position: relative;
  z-index: 3;
  transition: transform 0.3s ease;
  transform-origin: bottom center;
}

.pin-pulse {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 170, 0, 0.6);
  z-index: 1;
  animation: mapPinPulse 2s infinite ease-out;
}

@keyframes mapPinPulse {
  0% {
    width: 14px;
    height: 14px;
    opacity: 0.8;
  }

  100% {
    width: 50px;
    height: 50px;
    opacity: 0;
  }
}

/* ---- Category Colors ---- */
/* Categories no longer have separate colors as per design requirement */

/* Project (ORIZON) - Gold, larger */
.map-pin-project .pin-dot {
  width: 36px;
  height: 52px;
  background-color: transparent !important;
  border: none;
  box-shadow: none;
}

.map-pin-project .pin-pulse {
  background: rgba(205, 189, 124, 0.45) !important;
  animation: mapPinPulseProject 1.8s infinite ease-out;
}

@keyframes mapPinPulseProject {
  0% {
    width: 18px;
    height: 18px;
    opacity: 0.7;
  }

  100% {
    width: 55px;
    height: 55px;
    opacity: 0;
  }
}

/* ---- Tooltip ---- */
.pin-tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: #271119;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  white-space: nowrap;
  padding: 8px 14px;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  transform: translateX(-50%) translateY(4px);
  z-index: 20;
}

.pin-tooltip small {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: #CDBD7C;
  margin-top: 2px;
}

/* Tooltip arrow */
.pin-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #271119;
}

/* Right-aligned tooltip (for pins near left edge) */
.pin-tooltip-right {
  left: 0;
  transform: translateX(0) translateY(4px);
}

.pin-tooltip-right::after {
  left: 12px;
  transform: none;
}

/* Show tooltip on hover */
.map-pin:hover .pin-tooltip,
.map-pin.tooltip-active .pin-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.map-pin:hover .pin-tooltip-right,
.map-pin.tooltip-active .pin-tooltip-right {
  transform: translateX(0) translateY(0);
}

/* Enlarge dot on hover */
.map-pin:hover .pin-dot {
  transform: scale(1.2);
}

/* ---- Accordion Highlight States ---- */
/* When a category is active, dim non-matching pins */
.interactive-map-container.has-active-category .map-pin {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -100%) scale(0.7);
}

.interactive-map-container.has-active-category .map-pin .pin-pulse {
  animation: none;
}

/* Highlighted pins stay full */
.interactive-map-container.has-active-category .map-pin.pin-highlighted {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -100%) scale(1.15);
}

.interactive-map-container.has-active-category .map-pin.pin-highlighted .pin-pulse {
  animation: mapPinPulse 1.5s infinite ease-out;
}

.interactive-map-container.has-active-category .map-pin.pin-highlighted .pin-dot {
  filter: drop-shadow(0 0 8px rgba(255, 170, 0, 0.8));
}

/* Project pin always visible */
.interactive-map-container.has-active-category .map-pin-project {
  opacity: 0.85;
  pointer-events: auto;
  transform: translate(-50%, -100%) scale(1);
}

.interactive-map-container.has-active-category .map-pin-project .pin-pulse {
  animation: mapPinPulseProject 1.8s infinite ease-out;
}

/* ---- Map Legend ---- */
.map-legend {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 8px 14px;
  border-radius: 6px;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.legend-project {
  background: #CDBD7C;
}

.legend-shopping,
.legend-education,
.legend-transport,
.legend-hospital,
.legend-entertainment {
  background: #ffaa00;
}

/* ---- Responsive Map Pins ---- */
@media (max-width: 991px) {
  .map-pin .pin-dot {
    width: 9px;
    height: 9px;
  }

  .map-pin-project .pin-dot {
    width: 14px;
    height: 14px;
  }

  .pin-tooltip {
    font-size: 10px;
    padding: 6px 10px;
  }

  .map-legend {
    gap: 5px 10px;
    padding: 6px 10px;
  }

  .legend-item {
    font-size: 8px;
  }

  .legend-dot {
    width: 6px;
    height: 6px;
  }
}

@media (max-width: 575px) {
  .pin-tooltip {
    font-size: 9px;
    padding: 5px 8px;
  }

  .map-legend {
    bottom: 6px;
    left: 6px;
    gap: 4px 8px;
    padding: 5px 8px;
    border-radius: 4px;
  }

  .legend-item {
    font-size: 7px;
    gap: 3px;
  }
}


.masterplan-section {
  background-image: url(../images/overview-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 60px 0px;
  position: relative;
  overflow: hidden;
}


/* ===========================
   AMENITIES SECTION
=========================== */
.amenities-section {
  background-color: #F5EDEA !important;
  padding: 80px 0 0;
  overflow: hidden;
}

.amenities-left-col {
  padding-left: 5%;
  padding-right: 5%;
}

.amenities-title {
  font-family: var(--font-body);
  font-size: 38px;
  font-weight: 300;
  color: #2c2c2c;
  line-height: 1.2;
}

.amenites-suheading {
  font-family: 'FF Clan Pro';
  font-size: 40px;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 1.2;
  letter-spacing: 1px;
  font-style: italic;
}

.highlight {
  font-family: 'FF Clan Pro';
  font-size: 48px;
  font-weight: 500;
  color: #C99A8D;
  letter-spacing: 1px;
}

.amenities-desc {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: #555;
  line-height: 1.6;
  max-width: 550px;
}

.amenities-nav {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #271119;
  border-radius: 30px;
  width: 100px;
  height: 40px;
}

.swiper-btn-prev,
.swiper-btn-next {
  background: transparent;
  color: #fff;
  border: none;
  font-size: 14px;
  cursor: pointer;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  outline: none;
}

.swiper-btn-prev:hover,
.swiper-btn-next:hover {
  opacity: 0.7;
}

.amenities-thumb-swiper {
  width: 100%;
}

.amenities-thumb-swiper .swiper-slide {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.amenities-thumb-swiper a {
  pointer-events: none;
}

.amenities-thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.amenity-thumb-card {
  position: relative;
  overflow: hidden;
  height: 250px;
}

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

.amenities-main-swiper {
  width: 100%;
  height: 600px;
}

.amenity-main-card {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.main-img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  display: block;
}

.amenity-title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 12px 25px;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 500;
  z-index: 5;
  letter-spacing: 1px;
}

.amenity-subtitle {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  margin-top: 4px;
  letter-spacing: 0.5px;
  color: #f0f0f0;
}

@media (max-width: 768px) {
  .amenity-title-overlay {
    font-size: 16px;
    padding: 10px 15px;
  }

  .amenity-subtitle {
    font-size: 12px;
    margin-top: 2px;
  }
}

.amenities-thumb-swiper .amenity-title-overlay {
  display: none;
}


/* ===========================
   CONFIGURATION SECTION
=========================== */
.config-section {
  background-image: linear-gradient(#261018CC, #261018CC), url('../images/product-configuration.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* Parallax effect */
  padding: 60px 0;
}

.config-main-title {
  color: var(--white);
  font-family: 'FF Clan Pro';
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.configu-subheading {
  font-family: 'FF Clan Pro';
  font-size: 40px;
  font-weight: 400;
  color: #C99A8D;
  line-height: 1.2;
  letter-spacing: 1px;
  font-style: italic;
}

.config-table-responsive {
  max-width: 750px;
  width: 100%;
}

.config-table-wrap {
  width: 100%;
}

.config-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.config-row>div {
  flex: 1;
  text-align: center;
  padding: 22px 15px;
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.config-row>div:first-child {
  text-align: left;
  padding-left: 20px;
}

.config-header {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  background-color: #FFFFFF1A;
}

.config-header>div {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 1);
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* POPULAR Badge */
.popular-badge {
  display: inline-block;
  background: #C4937A;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 3px 8px;
  border-radius: 2px;
  vertical-align: middle;
  margin-left: 8px;
  text-transform: uppercase;
}

.btn-unlock {
  background-color: #E2C0B0;
  color: #271119;
  border: none;
  border-radius: 3px;
  padding: 8px 18px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.btn-unlock i {
  font-size: 11px;
}

.btn-unlock:hover {
  background-color: #c9a495;
  transform: translateY(-2px);
}

.btn-request {
  background: #C4937A;
  color: #fff;
  border: 2px solid #C4937A;
  border-radius: 3px;
  padding: 14px 50px;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.btn-request:hover {
  background: #C4937A !important;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(205, 189, 124, 0.3);
}

/* ===========================
   MASTER PLAN SECTION
=========================== */
.masterplan-section {
  background-color: #F3ECE5;
}


.section-title {
  font-family: 'FF Clan Pro';
  font-size: 48px;
  font-weight: 500;
  color: #C99A8D !important;
  letter-spacing: 1px;
}

.master-subheading {
  font-family: 'FF Clan Pro';
  font-size: 48px;
  font-weight: 400;
  color: #18181B;
  letter-spacing: 1px;
  font-style: italic;
}

.mp-item-title {
  font-family: var(--font-heading);
  color: #271119;
  transition: color 0.4s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.mp-item-desc {
  font-family: var(--font-body);
  line-height: 1.6;
  transition: color 0.4s ease;
}

.mp-link {
  font-family: var(--font-body);
  letter-spacing: 0.5px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}

.mp-link:hover {
  border-color: #271119;
}

/* Master Plan Elegant Interactive Hover Image System */
.mp-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(39, 17, 25, 0.06);
  background-color: #271119;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Continuous slanted diagonal shine sweep for Master Plan images */
.mp-img-wrapper::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -150% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.4) 40%,
      rgba(255, 255, 255, 0.85) 50%,
      rgba(255, 255, 255, 0.4) 60%,
      rgba(255, 255, 255, 0) 100%) !important;
  transform: skewX(-25deg) !important;
  animation: imageShineSweep 3.5s infinite linear !important;
  pointer-events: none !important;
  z-index: 3 !important;
}

@keyframes imageShineSweep {
  0% {
    left: -150%;
  }

  30% {
    left: 150%;
  }

  100% {
    left: 150%;
  }
}

.mp-img-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.mp-img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), filter 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Gradient Overlay with luxury brand color transition - transparent background for clear image view */
.mp-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent !important;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* Elegant circular glassmorphic CTA button */
.mp-expand-btn {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 14px 28px;
  border-radius: 50px;
  opacity: 0;
  transform: scale(0.85);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mp-expand-btn:hover {
  background: #C4937A !important;
  border-color: #C4937A !important;
  color: #ffffff !important;
  box-shadow: 0 12px 30px rgba(196, 147, 122, 0.4) !important;
  transform: scale(1.06) !important;
}

/* Premium Desktop Hover System */
@media (hover: hover) {
  .mp-item:hover .mp-item-title {
    color: #C4937A !important;
  }

  .mp-item:hover .mp-item-desc {
    color: #1a1a1c !important;
  }

  .mp-img-wrapper:hover {
    box-shadow: 0 20px 40px rgba(196, 147, 122, 0.22);
  }

  .mp-img-wrapper:hover .mp-img-overlay {
    opacity: 1;
  }

  .mp-img-wrapper:hover .mp-expand-btn {
    opacity: 1;
    transform: scale(1);
  }
}

/* Touch fallback: show overlay on active tap or keep clickable */
.mp-img-wrapper:active .mp-img-overlay {
  opacity: 1;
}

.mp-img-wrapper:active .mp-expand-btn {
  opacity: 1;
  transform: scale(1);
}

/* ===========================
   FLOOR PLANS SECTION
=========================== */
.floorplan-section {
  background-image: linear-gradient(rgba(30, 20, 25, 0.85), rgba(30, 20, 25, 0.85)), url('../images/floorplan-bg.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* Parallax effect */
  padding: 100px 0;
  color: var(--white);
}

.fp-subhead {
  font-size: 11px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-body);
}

.legacy-title {
  font-family: 'FF Clan Pro';
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
}

.legacy-title span {
  font-family: 'FF Clan Pro';
  font-size: 40px;
  font-weight: 400;
  color: #18181B;
  line-height: 1.2;
  letter-spacing: 1px;
  font-style: italic;
}

.fp-title {
  font-family: 'FF Clan Pro';
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
}

.fp-title span {
  font-family: 'FF Clan Pro';
  font-size: 40px;
  font-weight: 400 !important;
  color: #C99A8D;
  line-height: 1.2;
  letter-spacing: 1px;
  font-style: italic;
}

.fp-desc {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  max-width: 480px;
}

.fp-tabs {
  border-bottom: none;
}

.fp-tabs .nav-item {
  margin-right: 10px;
  margin-bottom: 10px;
}

.fp-tabs .nav-link {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  padding: 8px 18px;
  font-size: 10px;
  font-family: var(--font-heading);
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.fp-tabs .nav-link:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.fp-tabs .nav-link.active {
  background-color: #D5A791;
  color: #271119;
  border-color: #D5A791;
}

.fp-details-box {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-flex;
  justify-content: flex-start;
  gap: 150px;
  padding: 24px 40px;
  min-width: 380px;
  border-radius: 4px;
}

.fp-details-box>div {
  text-align: left;
}

.fp-details-box small {
  font-family: var(--font-body);
  font-size: 9px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
  display: inline-block;
}

.fp-details-box span {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.btn-outline-fp {
  border: 1px solid #D5A791;
  color: #fff;
  background: #D5A791;
  border-radius: 2px;
  padding: 12px 24px;
  font-size: 11px;
  font-family: var(--font-heading);
  letter-spacing: 1px;
  transition: all 0.3s ease;
  font-weight: 700;
}

.btn-outline-fp:hover {
  background-color: #c4937a;
  color: #fff;
}

.fp-image-glass {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 4px;
}



/* ===========================
   PROJECT DETAILS SECTION
=========================== */
.projects-section {
  background-color: #F5EDEA !important;
  overflow: hidden;
}

.project-text-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 600px;
  text-align: center;
  z-index: 10;
  pointer-events: none;
}

.proj-nav-prev,
.proj-nav-next {
  position: absolute;
  top: 75px;
  /* Aligned vertically with 2021 text */
  cursor: pointer;
  z-index: 20;
  /* Above text block */
  color: #271119;
  font-size: 28px;
  transition: opacity 0.3s ease;
}

.proj-nav-prev {
  left: 25%;
}

.proj-nav-next {
  right: 25%;
}

.proj-nav-prev:hover,
.proj-nav-next:hover {
  opacity: 0.6;
}

.project-year {
  font-family: var(--font-heading);
  font-size: 56px;
  font-weight: 800;
  color: #271119;
}

.project-name {
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #271119;
}

.project-desc {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  max-width: 500px;
}

.project-images-swiper {
  width: 100%;
  height: 650px;
}

.project-images-swiper .swiper-wrapper {
  align-items: flex-end;
  /* All columns perfectly flush at the bottom */
}

.project-images-swiper .swiper-slide.img-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.img-col-1 {
  width: 300px;
  height: 80%;
}

.img-col-2 {
  width: 360px;
  height: 60%;
}

.img-col-3 {
  width: 260px;
  height: 45%;
}

.img-col-4 {
  width: 300px;
  height: 60%;
}

.img-col-5 {
  width: 300px;
  height: 100%;
}

.img-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}

.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* Choreographed Wandering Heartbeat */
  animation: sequenceHeartbeat 10s infinite ease-in-out;
  transition: transform 0.4s ease, filter 0.4s ease;
}

@keyframes sequenceHeartbeat {
  0% {
    transform: scale(1);
    filter: brightness(1);
  }

  5% {
    transform: scale(1.08);
    filter: brightness(1.1);
  }

  10% {
    transform: scale(1);
    filter: brightness(1);
  }

  15% {
    transform: scale(1.08);
    filter: brightness(1.1);
  }

  20%,
  100% {
    transform: scale(1);
    filter: brightness(1);
  }

  /* Exactly 2 seconds */
}

/* Step 1 (0s): First image only */
.img-col-1 .img-wrap:first-child img {
  animation-delay: 0s;
}

/* Step 2 (2s): Left middle and Last image */
.img-col-2 .img-wrap:last-child img {
  animation-delay: 2s;
}

.img-col-5 .img-wrap:last-child img {
  animation-delay: 2s;
}

/* Step 3 (4s): Center and Right Top */
.img-col-3 .img-wrap img {
  animation-delay: 4s;
}

.img-col-5 .img-wrap:first-child img {
  animation-delay: 4s;
}

/* Step 4 (6s): Left Bottom and Middle Right Top */
.img-col-1 .img-wrap:last-child img {
  animation-delay: 6s;
}

.img-col-4 .img-wrap:first-child img {
  animation-delay: 6s;
}

/* Step 5 (8s): Left Top and Middle Right Bottom */
.img-col-2 .img-wrap:first-child img {
  animation-delay: 8s;
}

.img-col-4 .img-wrap:last-child img {
  animation-delay: 8s;
}

/* Pause the heartbeat and pop out even more on hover! */
.img-wrap:hover img {
  animation-play-state: paused;
  transform: scale(1.15) !important;
  filter: brightness(1.1);
}

.h-100-gap {
  height: 100%;
}

.h-65 {
  height: calc(65% - 7.5px);
}

.h-55 {
  height: calc(55% - 7.5px);
}

.h-45 {
  height: calc(45% - 7.5px);
}

.h-35 {
  height: calc(35% - 7.5px);
}

/* In case these were referenced elsewhere, keeping them */
.h-70 {
  height: calc(70% - 7.5px);
}

.h-60 {
  height: calc(60% - 7.5px);
}

.h-40 {
  height: calc(40% - 7.5px);
}

.h-30 {
  height: calc(30% - 7.5px);
}

/* ===========================
   TESTIMONIALS SECTION
=========================== */
.testimonials-section {
  background-color: #fff !important;
}

.testimonial-title {
  font-family: 'FF Clan Pro';
  font-size: 48px;
  font-weight: 500;
  color: #261018;
  font-style: italic;
}

.testimonial-item {
  padding: 15px;
}

.testimonial-text {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: #6c757d;
  margin-bottom: 0;
}

.author-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.author-name {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  color: #271119;
}

.author-desig {
  font-family: var(--font-body);
  font-size: 13px;
  color: #888;
}

.testimonial-pagination .swiper-pagination-bullet {
  background-color: #D5A791;
  opacity: 0.5;
}

.testimonial-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

/* ===========================
   FOOTER SECTION
=========================== */
.footer-main {
  position: relative;
  /* background-image: url('../images/footer-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
  color: #e0e0e0;
  background-color: #261018;
  z-index: 1;
}

.footer-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #261018cc;
  /* #261018 with CC (80%) opacity */
  z-index: -1;
}

.footer-srijan-logo {
  max-height: 45px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.footer-orizon-logo {
  max-height: 65px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.footer-disclaimer p {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.8;
  color: #ccc;
  font-weight: 300;
  text-align: justify;
}

.footer-bottom {
  background-color: #f5edea;
  /* margin-bottom: 70px; */
}

.copyright-text {
  font-family: var(--font-body);
  font-size: 14px;
  color: #555;
  font-weight: 500;
}

.privacy-link {
  color: #555;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.privacy-link:hover {
  color: #271119;
  text-decoration: none;
}

/* Footer Strategy Partner Block */
.footer-strategy-block {
  gap: 1.25rem;
}

/* "Strategy Partner" label above NK logo */
.nk-partner-block {
  gap: 6px;
}

.footer-strategy-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-bottom: 6px;
}

/* NK Phone Number - large, prominent, clickable */
.nk-phone-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease, opacity 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.nk-phone-link:hover {
  color: #D5A791;
  text-decoration: none;
  opacity: 1;
}

.nk-phone-link i {
  font-size: 1.1rem;
  opacity: 0.85;
}

/* Vertical divider between phone and RERA */
.footer-v-divider {
  width: 1px;
  height: 55px;
  background-color: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
}

/* RERA text */
.footer-rera-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

/* ===========================
   MOBILE RESPONSIVENESS
=========================== */
@media (max-width: 991.98px) {
  .header-inner {
    padding: 0 20px;
  }

  #hero {
    min-height: auto;
    height: auto;
    display: block;
    position: relative;
    overflow: visible;
    /* background: #1a1a1a; */
  }

  /* Mobile: Swiper is a relative block that takes 100svh of flow space */
  .hero-bg-swiper {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: 100vh !important;
    aspect-ratio: unset !important;
    max-height: none !important;
    order: unset !important;
    z-index: 0 !important;
    display: block !important;
    overflow: hidden !important;
  }

  /* Swiper fade-effect: wrapper collapses to 0 — force it to fill */
  .hero-bg-swiper .swiper-wrapper {
    height: 100% !important;
    width: 100% !important;
  }

  /* Dark gradient overlay on banner image */
  /* .hero-bg-swiper::after {
    display: block !important;
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
        rgba(15, 8, 10, 0.50) 0%,
        rgba(15, 8, 10, 0.25) 40%,
        rgba(15, 8, 10, 0.75) 100%);
    z-index: 1;
    pointer-events: none;
  } */

  /* Each slide fills the full swiper height */
  .hero-bg-swiper .swiper-slide {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
  }

  .hero-bg-swiper .swiper-slide picture,
  .hero-bg-swiper .swiper-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block !important;
  }

  /* Hide pagination dots on mobile */
  .hero-pagination-wrapper {
    display: none !important;
  }

  /* Hero text: absolutely overlaid on the swiper */
  .hero-content-wrap {
    background: transparent !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100svh !important;
    padding-top: calc(var(--header-h) + 24px) !important;
    padding-bottom: 20px !important;
    text-align: center !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    order: unset !important;
  }

  /* Lead form flows BELOW the banner in the normal document flow */
  #lead-bar {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    z-index: 10 !important;
    padding-top: 0 !important;
    padding-bottom: 32px !important;
    order: unset !important;
    margin-top: 0 !important;
    background: #1a1a1a;
  }

  .lead-form-container {
    background: rgba(39, 17, 25, 0.85) !important;
    /* Luxury translucent dark plum */
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-radius: 12px !important;
    padding: 24px 20px !important;
    border: 1px solid rgba(196, 147, 122, 0.4) !important;
    /* Subtle terracotta border */
    margin-top: 0 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
  }

  .lead-form-tab {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    background: transparent !important;
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    text-align: center !important;
    padding: 0 0 16px 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    margin-bottom: 20px !important;
    letter-spacing: 0.5px !important;
    text-transform: none !important;
  }

  .lead-form-card {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }

  .lead-form-card::after {
    display: none !important;
    /* Disable active border on mobile */
  }

  .lead-form-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  .form-control-lead {
    width: 100% !important;
    flex: none !important;
    height: 50px !important;
    background: rgba(240, 240, 240, 0.9) !important;
    color: #271119 !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    padding: 0 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
  }

  .form-control-lead::placeholder {
    color: #666666 !important;
  }

  .btn-callback {
    width: 100% !important;
    height: 50px !important;
    background: #C4937A !important;
    /* Terracotta background matching screenshot */
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    letter-spacing: 1px !important;
    border-radius: 6px !important;
    margin-top: 4px !important;
    box-shadow: 0 4px 12px rgba(196, 147, 122, 0.3) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .hero-badge {
    font-size: clamp(10px, 3vw, 12px) !important;
    letter-spacing: 2px !important;
    padding: 6px 12px !important;
    max-width: 90% !important;
    white-space: normal !important;
    text-align: center !important;
    display: inline-block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* White text overlaid on banner image */
  .hero-tagline {
    color: #ffffff !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6) !important;
    font-size: clamp(13px, 3.5vw, 15px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 90% !important;
    text-align: center !important;
  }

  .hero-heading {
    color: #ffffff !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.65) !important;
    font-size: clamp(32px, 8vw, 50px) !important;
    line-height: 1.15 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 95% !important;
    text-align: center !important;
  }

  .hero-heading .script-to {
    font-size: inherit !important;
    line-height: inherit !important;
    display: inline-block !important;
    color: #EAEFE4 !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.65) !important;
  }

  .hero-info-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    margin-bottom: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .info-acres {
    color: #ffffff !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6) !important;
  }

  /* RERA strip: center and use light text on dark overlay */
  .rera-strip {
    text-align: center !important;
    padding-top: 10px !important;
    color: rgba(255, 255, 255, 0.75) !important;
  }

  .rera-strip a {
    color: #ffffff !important;
  }

  .info-divider {
    display: none !important;
  }

  /* Hide custom cursor on mobile */
  .custom-cursor,
  .cursor-follower {
    display: none !important;
  }

  /* Amenities mobile styles */
  .amenities-section .col-lg-7 {
    display: none !important;
  }

  .amenities-thumb-swiper .amenity-title-overlay {
    display: block;
    font-size: 14px;
    padding: 8px 16px;
  }

  .left-content-col,
  .right-content-col {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center !important;
    margin-bottom: 40px;
  }

  .right-content-col img {
    justify-self: center;
    margin-top: 20px;
  }

  .overview-desc {
    margin: 0 auto 30px;
  }

  .overview-video-thumb img {
    height: 400px;
  }

  .overview-section::before {
    display: none;
  }

  .overview-section {
    padding: 60px 0 20px;
  }

  .location-left-col {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
    min-height: 0;
  }

  .location-accordion {
    max-width: 100%;
  }

  .location-section {
    /* background-attachment: scroll; */
    /* Disable parallax on mobile for performance */
    padding: 70px 15px;
  }

  .config-section {
    /* background-attachment: scroll; */
    /* Disable parallax on mobile */
    padding: 70px 0;
  }

  .config-table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 15px;
    /* space for scrollbar */
  }

  .config-table-wrap {
    width: 100%;
  }

  .config-row>div {
    font-size: 11px;
    padding: 12px 4px;
  }

  .config-row>div:first-child {
    padding-left: 10px;
    white-space: nowrap;
  }

  .popular-badge {
    margin-left: 5px;
    padding: 2px 5px;
    font-size: 8px;
    letter-spacing: 1px;
  }

  .floorplan-section {
    /* background-attachment: scroll; */
    /* Disable parallax on mobile */
    padding: 70px 0;
  }

  .fp-title {
    font-size: 38px;
  }

  .fp-details-box {
    padding: 15px 20px;
  }

  .fp-image-glass {
    padding: 15px;
    margin-top: 30px;
  }

  .proj-nav-prev {
    left: 5%;
  }

  .proj-nav-next {
    right: 5%;
  }

  .project-year {
    font-size: 42px;
  }

  .project-name {
    font-size: 26px;
  }
}

/* ============================================================
   EXTRA MOBILE RESPONSIVENESS OVERRIDES
   ============================================================ */
@media (max-width: 575.98px) {
  .hero-info-row {
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .info-badge-wrap {
    padding: 6px 14px !important;
    gap: 6px !important;
  }

  .info-label {
    font-size: 11px !important;
    letter-spacing: 1.5px !important;
  }

  .info-price {
    font-size: 26px !important;
  }

  .price-cr {
    font-size: 18px !important;
  }

  .info-acres {
    font-size: 15px !important;
    letter-spacing: 1px !important;
    margin-left: 0 !important;
  }

  .hero-badge {
    letter-spacing: 1.5px !important;
  }

  /* Logo shrink on very small screens */
  /* .logo-srijan img {
    height: 48px !important;
    max-width: 160px !important;
  } */

  .logo-orizon img {
    height: 56px !important;
    max-width: 170px !important;
  }
}

@media (max-width: 767.98px) {

  #heroForm .dnd-consent-label {
    color: #fff !important;
  }

  .reason-card-content {
    bottom: -26px !important;
  }

  .reason-card {
    min-height: 280px !important;
  }


  .footer-disclaimer p {
    text-align: justify !important;
  }

  /* Footer strategy block: stack everything centered on mobile */
  .footer-strategy-block {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 1rem !important;
  }

  .nk-partner-block {
    align-items: center !important;
  }

  .nk-phone-link {
    font-size: 1.25rem !important;
    justify-content: center;
  }

  .footer-rera-text {
    font-size: 0.8rem;
    text-align: center;
  }

  .footer-bottom {
    margin-bottom: 0px;
  }


  .section-title {
    text-align: center;
  }

  .fp-title,
  .fp-desc {
    text-align: center;
  }

  .masterplan-section .small-mob {
    text-align: center !important;
  }

  .masterplan-section .btn-dark {
    display: block !important;
    margin: 0 auto !important;
    width: fit-content;
  }

  h2 {
    font-size: 28px !important;
  }

  h2 span {
    font-size: 28px !important;

  }

  /* hero-heading color override removed – handled in 991.98px block */

  :root {
    --header-h: 66px;
  }

  /* .logo-srijan img {
    height: 34px;
    max-width: 100px;
  } */

  .logo-orizon img {
    height: 50px;
    /* max-width: 120px; */
  }

  /* hero-content-wrap padding handled in 991.98px block */




  .overview-acres .acres-num {
    font-size: 80px;
  }

  .overview-acres .acres-text {
    font-size: 32px;
  }

  .overview-right-heading {
    font-size: 32px;
  }

  .overview-video-thumb img {
    height: 300px;
  }

  .location-heading {
    font-size: 34px;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .hero-heading {
    font-size: 28px !important;
  }

  .hero-tagline {
    font-size: 12px !important;
  }

  .form-control-lead {
    flex: 1 1 100% !important;
  }

  /* Extra small: tighten logos further */
  /* .logo-srijan img {
    height: 26px !important;
    max-width: 140px !important;
  } */

  .logo-orizon img {
    height: 70px !important;
    /* max-width: 95px !important; */
  }
}

/* ===========================
   CUSTOM CURSOR & SECTION ANIMATIONS
=========================== */
@media (pointer: fine) {
  body {
    cursor: none;
  }

  a,
  button,
  input,
  textarea,
  select,
  .img-wrap,
  .swiper-slide,
  .nav-link,
  .swiper-btn-prev,
  .swiper-btn-next {
    cursor: none !important;
  }
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background-image: url('../images/cursor.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  background-color: transparent;
  pointer-events: none;
  z-index: 99999999999999;
  margin: -4px 0 0 -4px;
  transition: width 0.3s, height 0.3s, margin 0.3s, transform 0.3s ease;
}

.cursor-follower {
  position: fixed;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  border: 1px solid var(--theme-gold, #D5A791);
  border-radius: 50%;
  pointer-events: none;
  z-index: 999989999;
  margin: -22px 0 0 -22px;
  transition: width 0.3s, height 0.3s, background-color 0.3s, border-color 0.3s, border-radius 0.3s, margin 0.3s, transform 0.1s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (pointer: coarse) {

  .custom-cursor,
  .cursor-follower {
    display: none !important;
  }
}


/* ==========================================================================
   FANCYBOX LIGHTBOX UX AND RESPONSIVE FIXES
   ========================================================================== */

/* 1. Force the Fancybox container to sit on top of everything, and lock its width to the screen viewport */
.fancybox__container {
  z-index: 999999 !important;
  width: 100% !important;
  max-width: 100vw !important;
  left: 0 !important;
  right: 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

/* 2. Increase backdrop opacity to completely block out distracting background content */
.fancybox__backdrop {
  background: rgba(10, 10, 10, 0.98) !important;
}

/* 3. Ensure full height responsiveness on mobile browsers */
.fancybox__carousel {
  height: 100% !important;
  max-height: 100vh !important;
}

/* 4. Shift navigation arrows inside so they are 100% visible on small screens */
.fancybox__nav .carousel__button.is-prev {
  left: 15px !important;
}

.fancybox__nav .carousel__button.is-next {
  right: 15px !important;
}

/* 5. Pad the toolbar on the right to keep the close button safely inside the viewport */
.fancybox__toolbar {
  padding-right: 20px !important;
}

/* 6. Style the caption as an elegant, absolute-positioned text overlay card inside the lightbox view */
.fancybox__caption {
  display: block !important;
  position: absolute !important;
  bottom: 25px !important;
  left: 25px !important;
  background: rgba(0, 0, 0, 0.8) !important;
  color: #fff !important;
  padding: 12px 24px !important;
  font-family: 'FF Clan Pro', sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  border-radius: 4px !important;
  z-index: 100 !important;
  pointer-events: none !important;
  width: auto !important;
  max-width: calc(100% - 50px) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5) !important;
}

@media (max-width: 991.98px) {
  .fancybox__caption {
    font-size: 14px !important;
    padding: 8px 16px !important;
    bottom: 15px !important;
    left: 15px !important;
    max-width: calc(100% - 30px) !important;
  }
}

/* 7. Ensure control buttons have clean styling and contrast */
.fancybox__container .carousel__button {
  background: rgba(30, 30, 30, 0.6) !important;
  border-radius: 50% !important;
  color: #fff !important;
  transition: background 0.3s ease !important;
}

.fancybox__container .carousel__button:hover {
  background: rgba(30, 30, 30, 0.9) !important;
}

/* ============================================================
   SRIJAN LEGACY SECTION
   ============================================================ */
.legacy-section {
  position: relative;
  overflow: hidden;
  background: #F6EFEA;
  padding-bottom: 80px;
}

.legacy-header {
  background: transparent;
  /* border-bottom: 1px solid rgba(196, 147, 122, 0.15); */
}

.legacy-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #C4937A;
  /* Elegant terracotta */
  letter-spacing: 0.5px;
}

.legacy-title-italic {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  color: #271119;
  /* Rich dark brown */
  text-transform: none;
  margin-left: 2px;
}

.legacy-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #000;
  font-weight: 400;
  /* max-width: 800px; */
}

.legacy-desc strong {
  font-weight: 600;
  color: #271119;
}

/* Nav Buttons Custom Styling */
.legacy-nav-wrap {
  display: flex;
}

.legacy-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
  background: transparent;
  border: 1.5px solid #C4937A;
  color: #C4937A;
}

.legacy-nav-btn:focus,
.legacy-nav-btn:active,
.legacy-nav-btn:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* Hover for inactive outline buttons */
.legacy-nav-btn:hover {
  background: rgba(196, 147, 122, 0.1);
  color: #C4937A;
  transform: scale(1.05);
}

/* Active solid button styling */
.legacy-nav-btn.active {
  background: #C4937A !important;
  color: #ffffff !important;
  border-color: #C4937A !important;
  box-shadow: 0 4px 12px rgba(196, 147, 122, 0.25);
}

/* Hover for active solid buttons */
.legacy-nav-btn.active:hover {
  background: #b28169 !important;
  border-color: #b28169 !important;
  box-shadow: 0 6px 16px rgba(196, 147, 122, 0.35);
  transform: scale(1.05);
}

/* Slider and Ken Burns Zoom Effect */
.legacy-slider-container {
  width: 100%;
  position: relative;
}

.legacy-slide-inner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.legacy-slide-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  transform: scale(1);
  transition: transform 6.5s ease-out;
}

/* Trigger slow zoom when slide becomes active */
.swiper-slide-active .legacy-slide-img {
  transform: scale(1.08);
}

/* Subtle bottom gradient overlay for superior text legibility while maintaining bright slide graphics */
.legacy-slide-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  /* Covers the bottom text area perfectly */
  background: linear-gradient(to top, rgba(15, 8, 10, 0.78) 0%, rgba(15, 8, 10, 0.35) 50%, rgba(15, 8, 10, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Slide Info Overlays */
.legacy-slide-overlay {
  position: absolute;
  bottom: 45px;
  left: 50px;
  z-index: 2;
  text-align: left;
}

.legacy-slide-year-badge {
  display: inline-block;
  background: #ffffff;
  color: #271119;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 5px 16px;
  border-radius: 2px;
  margin-bottom: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.legacy-slide-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

/* ============================================================
   RESPONSIVE DESIGN (Legacy Section)
   ============================================================ */
@media (max-width: 991px) {
  .legacy-header {
    padding-top: 2rem !important;
    padding-bottom: 2.2rem !important;
  }

  .legacy-title {
    font-size: 2.1rem;
  }

  .legacy-desc {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .legacy-slide-inner {
    height: 480px;
  }

  .legacy-slide-img {
    height: 100%;
    object-fit: cover;
  }

  .legacy-slide-overlay {
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
    bottom: 35px;
  }

  .legacy-slide-year-badge {
    padding: 4px 14px;
    font-size: 0.85rem;
    margin-bottom: 8px;
  }

  .legacy-slide-title {
    font-size: 2rem;
    letter-spacing: 3px;
  }
}

/* ============================================================
   RESPONSIVE LUXURY ENQUIRE MODAL STYLING
   ============================================================ */

/* Main Backdrop */
.modal-enquire {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.4s ease;
}

/* Modal Content Card */
.modal-enquire .modal-content {
  background: rgba(39, 17, 25, 0.96) !important;
  /* Premium brand deep plum overlay */
  border: 1px solid rgba(196, 147, 122, 0.35) !important;
  /* Golden/terracotta border */
  border-radius: 20px !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5) !important;
  overflow: hidden;
  color: #F6EFEA !important;
  padding: 1.5rem 1rem !important;
}

/* Modal Header */
.modal-enquire .modal-header {
  border-bottom: 1px solid rgba(196, 147, 122, 0.15) !important;
  /* padding-bottom: 1.2rem !important; */
  padding-top: 0.5rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-enquire .modal-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  color: #CDBD7C !important;
  /* Soft luxury gold */
  letter-spacing: 0.5px !important;
  margin: 0 !important;
}

/* Custom Invert Close Button */
.modal-enquire .btn-close {
  background-color: transparent !important;
  border: none !important;
  filter: invert(1) grayscale(1) brightness(2) !important;
  opacity: 0.75 !important;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s ease !important;
  padding: 0.8rem !important;
}

.modal-enquire .btn-close:hover {
  opacity: 1 !important;
  transform: rotate(90deg) scale(1.1) !important;
}

.modal-enquire .btn-close:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Modal Body */
.modal-enquire .modal-body {
  padding-top: 1.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* Input Fields & Labels */
.modal-enquire .form-label {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  color: #E2D7CF !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 0.5rem !important;
}

.modal-enquire .required-star {
  color: #C4937A !important;
  /* Terracotta star pointer */
  margin-left: 2px;
}

.modal-enquire .form-control {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.95rem !important;
  padding: 11px 16px !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.modal-enquire .form-control::placeholder {
  color: rgba(255, 255, 255, 0.35) !important;
}

.modal-enquire .form-control:focus {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: #C4937A !important;
  /* Terracotta highlight */
  color: #ffffff !important;
  outline: none !important;
  box-shadow: 0 0 12px rgba(196, 147, 122, 0.25) !important;
}

/* Fix for select dropdown options visibility */
.modal-enquire select.form-control option {
  color: #333333 !important;
  background-color: #ffffff !important;
}

/* Modal Submit Button */
.modal-enquire .btn-submit-modal {
  width: 100% !important;
  background: #C4937A !important;
  /* Brand Terracotta */
  border: 1px solid #C4937A !important;
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  padding: 13px 20px !important;
  border-radius: 8px !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 8px 24px rgba(196, 147, 122, 0.2) !important;
  margin-top: 0.5rem !important;
}

.modal-enquire .btn-submit-modal:hover {
  background: #CDBD7C !important;
  /* Smooth luxury gold switch */
  border-color: #CDBD7C !important;
  color: #271119 !important;
  /* Brand dark text contrast */
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 30px rgba(205, 189, 124, 0.35) !important;
}

.modal-enquire .btn-submit-modal:active {
  transform: translateY(0) !important;
}

/* Secure Privacy Note */
.modal-enquire .privacy-note {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.75rem !important;
  color: rgba(255, 255, 255, 0.45) !important;
  text-align: center !important;
  margin-top: 1.2rem !important;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.modal-enquire .privacy-note i {
  color: #CDBD7C !important;
  /* Gold secure shield */
}

/* ============================================================
   MODAL RESPONSIVE BREAKPOINTS
   ============================================================ */

/* Desktop & Large Tablet */
@media (min-width: 576px) {
  .modal-enquire-dialog {
    max-width: 460px !important;
    margin: 1.75rem auto !important;
  }

  /* .modal-enquire .modal-content {
    padding: 2rem 1.8rem !important;
  } */
}

/* Small Devices / Phones */
@media (max-width: 575px) {
  .modal-enquire .modal-content {
    border-radius: 16px !important;
    padding: 1.25rem 0.85rem !important;
  }

  .modal-enquire .modal-title {
    font-size: 1.3rem !important;
  }

  .modal-enquire .form-control {
    font-size: 0.9rem !important;
    padding: 10px 14px !important;
  }

  .modal-enquire .btn-submit-modal {
    padding: 11px 18px !important;
    font-size: 0.9rem !important;
  }

  .modal-enquire .modal-header {
    padding-bottom: 1rem !important;
  }
}

/* ============================================================
   FLOATING SCHEDULE A VISIT BUTTON (RIGHT SIDE VERTICAL TAB)
   ============================================================ */
/* ============================================================
   FLOATING RIGHT SIDE CTAs (VERTICAL TABS STACK)
   ============================================================ */
.floating-right-ctas {
  position: fixed !important;
  right: 0 !important;
  top: 32% !important;
  z-index: 1040 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  pointer-events: none !important;

  /* Scroll entrance transitions */
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateX(100%) !important;
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.floating-right-ctas.visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(0) !important;
  pointer-events: auto !important;
}

.floating-schedule-btn,
.floating-whatsapp-btn,
.floating-call-btn {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 38px !important;
  padding: 14px 8px !important;
  border-radius: 12px 0 0 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  border-right: none !important;
  box-sizing: border-box !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.72rem !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: #ffffff !important;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease !important;
}

.floating-schedule-btn {
  background: #C4937A !important;
  /* Brand Deep Plum */
  animation: breathingGlow 4s infinite ease-in-out !important;
}

.floating-whatsapp-btn {
  background: #25D366 !important;
  /* WhatsApp Green */
  border-color: rgba(255, 255, 255, 0.5) !important;
  height: 38px !important;
  padding: 0 !important;
  display: none !important;
  /* Hidden on desktop */
}

.floating-call-btn {
  background: #C4937A !important;
  /* Brand Terracotta */
  height: 38px !important;
  padding: 0 !important;
  display: none !important;
  /* Hidden on desktop */
}

.floating-schedule-btn i,
.floating-whatsapp-btn i,
.floating-call-btn i {
  font-size: 0.95rem !important;
  transition: transform 0.3s ease !important;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.3) !important;
}

.floating-schedule-btn span,
.floating-whatsapp-btn span,
.floating-call-btn span {
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  transform: rotate(180deg) !important;
  white-space: nowrap !important;
  display: inline-block !important;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.3) !important;
}

/* Hover & Active states */
.floating-schedule-btn:hover,
.floating-whatsapp-btn:hover,
.floating-call-btn:hover {
  transform: translateX(-4px) !important;
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.2) !important;
}

.floating-schedule-btn:active,
.floating-whatsapp-btn:active,
.floating-call-btn:active {
  transform: translateX(-2px) scale(0.96) !important;
}

/* Responsive tweaks for mobile viewports */
@media (max-width: 767.98px) {
  .floating-right-ctas {
    top: 25% !important;
    gap: 8px !important;
  }

  .floating-schedule-btn,
  .floating-whatsapp-btn,
  .floating-call-btn {
    width: 44px !important;
    border-radius: 10px 0 0 10px !important;
  }

  .floating-schedule-btn {
    padding: 14px 8px !important;
    font-size: 0.72rem !important;
    gap: 10px !important;
  }

  .floating-whatsapp-btn,
  .floating-call-btn {
    display: flex !important;
    /* Show on mobile view */
    height: 44px !important;
    padding: 0 !important;
  }

  .floating-whatsapp-btn i,
  .floating-call-btn i {
    font-size: 1.35rem !important;
  }
}

/* ============================================================
   FLOATING BUTTON CUSTOM LUXURY ANIMATION KEYFRAMES
   ============================================================ */

/* 1. High-Intensity Diagonal Slanted Shine Sweep (Runs for 0.7s, rests for 1.3s in a 2s loop) */
@keyframes verticalShine {
  0% {
    top: -150px;
  }

  35% {
    top: 250px;
  }

  100% {
    top: 250px;
  }
}

/* Elegant, slow breathing glow (No blinking or flashes) */
@keyframes breathingGlow {

  0%,
  100% {
    box-shadow: -3px 3px 15px rgba(39, 17, 25, 0.2);
  }

  50% {
    box-shadow: -6px 6px 20px rgba(196, 147, 122, 0.5);
  }
}

/* 2. User-Friendly Soft Breathing Animation */
@keyframes softBreathing {

  0%,
  100% {
    transform: translateX(0) !important;
    box-shadow: -3px 3px 15px rgba(39, 17, 25, 0.2);
    border-color: rgba(255, 255, 255, 0.35);
  }

  50% {
    transform: translateX(-4px) !important;
    box-shadow: -6px 6px 20px rgba(196, 147, 122, 0.5);
    border-color: rgba(255, 255, 255, 0.8);
  }
}

/* ============================================================
   STICKY VIEWPORT CTA SYSTEM (DESKTOP)
   ============================================================ */
.desktop-sticky-ctas {
  display: none !important;
  /* Hidden on mobile by default to keep clean focus on the split bottom bar */
}

@media (min-width: 768px) {
  .desktop-sticky-ctas {
    display: block !important;
    /* Enable on desktop >= 768px */
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
    /* Let clicks pass through the invisible full-width container */
    z-index: 1040;

    /* Initial state before scrolling past 300px (fully hidden & moved down slightly) */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1),
      visibility 0.5s cubic-bezier(0.16, 1, 0.3, 1),
      transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  /* Class added dynamically via scroll event listener in main.js */
  .desktop-sticky-ctas.visible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
  }
}

.sticky-cta-left-wrapper {
  position: absolute;
  bottom: 30px;
  left: 30px;
  pointer-events: auto;
  z-index: 1045;
}

.sticky-cta-left,
.sticky-cta-right {
  pointer-events: auto;
  /* Re-enable pointer events for the buttons */
  background-color: #271119 !important;
  /* Brand Deep Plum */
  color: #ffffff !important;
  border: 2px solid #C4937A;
  /* Terracotta border (No !important to allow animation) */
  border-radius: 50px !important;
  /* Rounded pill */
  padding: 10px 22px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.8rem !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: 0 8px 25px rgba(39, 17, 25, 0.45);
  /* Remove !important to allow animation */
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  overflow: hidden !important;
  /* For the shine sweep ::after */
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;

  /* Gentle Breathing Pulse Glow Shadow Aura */
  animation: stickyCtaPulse 3s infinite ease-in-out !important;
}

.sticky-cta-left {
  position: relative;
}

.sticky-cta-right {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1045;
}

.sticky-cta-left i,
.sticky-cta-right i {
  font-size: 0.95rem !important;
  color: #C4937A !important;
  /* Terracotta accent color for icons */
  transition: transform 0.3s ease !important;
}

/* Custom Dropup Menu for Desktop Sticky CTAs */
.custom-dropup-menu {
  background-color: #271119 !important;
  /* Brand Deep Plum */
  border: 1px solid #CDBD7C !important;
  /* Gold border */
  border-radius: 8px !important;
  padding: 6px 0 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.85rem !important;
  z-index: 1046 !important;
  margin-bottom: 8px !important;
}

.custom-dropup-menu .dropdown-item {
  color: #ffffff !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.custom-dropup-menu .dropdown-item:hover {
  background-color: #381a25 !important;
  color: #CDBD7C !important;
  /* Gold text on hover */
}

/* Hover effects */
.sticky-cta-left:hover,
.sticky-cta-right:hover {
  transform: translateY(-4px) scale(1.02) !important;
  background-color: #381a25 !important;
  /* Slightly lighter brand plum */
  border-color: #CDBD7C !important;
  /* Soft luxury gold border on hover */
  box-shadow: 0 12px 30px rgba(196, 147, 122, 0.35) !important;
}

.sticky-cta-left:hover i,
.sticky-cta-right:hover i {
  transform: scale(1.15) !important;
  color: #CDBD7C !important;
}

/* Active tap/click scaling bounce */
.sticky-cta-left:active,
.sticky-cta-right:active {
  transform: translateY(-1px) scale(0.98) !important;
}

/* Continuous slanted diagonal shine sweep for Desktop Sticky Buttons - High contrast gold/diamond sweep! */
.sticky-cta-left::after,
.sticky-cta-right::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -150% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 30%,
      rgba(255, 255, 255, 0.95) 50%,
      rgba(255, 255, 255, 0.5) 70%,
      rgba(255, 255, 255, 0) 100%) !important;
  transform: skewX(-25deg) !important;
  animation: buttonShineSweep 2s infinite linear !important;
  /* Brighter & synchronized 2s sweep! */
  pointer-events: none !important;
  z-index: 2 !important;
}

@keyframes buttonShineSweep {
  0% {
    left: -150%;
  }

  35% {
    left: 150%;
  }

  100% {
    left: 150%;
  }
}

@keyframes stickyCtaPulse {

  0%,
  100% {
    border-color: #C4937A;
    filter: brightness(1);
    box-shadow: 0 8px 25px rgba(39, 17, 25, 0.45),
      0 0 0 0 rgba(196, 147, 122, 0.3);
  }

  50% {
    border-color: #ffffff;
    /* Blinking white/gold border flash */
    filter: brightness(1.25);
    /* Vibrant brightness highlight blink */
    box-shadow: 0 12px 30px rgba(196, 147, 122, 0.8),
      0 0 25px 12px rgba(196, 147, 122, 0.65);
    /* Elegant gold-aura blinking glow */
  }
}

/* ============================================================
   STICKY VIEWPORT CTA SYSTEM (MOBILE FOOTER)
   ============================================================ */
.mobile-sticky-footer {
  display: none !important;
  /* Hidden by default */
}

@media (max-width: 767.98px) {

  .location-desc {
    text-align: center;
  }

  .logo-srijan img {
    height: 48px;
  }

  .mobile-sticky-footer {
    display: none !important;
  }
}

.mobile-footer-item {
  flex: 1 !important;
  color: #ffffff;
  /* Removed !important to allow text color blinking animation */
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.82rem !important;
  /* Slightly smaller to fit nicely in split mobile columns */
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  padding: 16px 10px !important;
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  transition: background-color 0.2s ease, transform 0.1s ease !important;
  white-space: nowrap !important;

  /* Premium Mobile Blinking/Pulsing Text Animation */
  animation: mobileTextBlink 2s infinite ease-in-out !important;
}

.mobile-footer-item i {
  font-size: 0.95rem !important;
  color: #C4937A;
  /* Removed !important to allow icon color blinking animation */

  /* Synchronized Icon Blinking Aura */
  animation: mobileIconBlink 2s infinite ease-in-out !important;
}

/* Vertical separator line matching user's reference exactly */
.footer-divider {
  width: 1px !important;
  height: 24px !important;
  background-color: rgba(255, 255, 255, 0.25) !important;
  /* Thin elegant divider */
}

.mobile-footer-item:active {
  background-color: rgba(255, 255, 255, 0.05) !important;
  transform: scale(0.97) !important;
}

/* Continuous slanted diagonal shine sweep across the mobile footer bar - Brighter & synchronized 2s cycle! */
.mobile-sticky-footer::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -150% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.45) 30%,
      rgba(255, 255, 255, 0.95) 50%,
      rgba(255, 255, 255, 0.45) 70%,
      rgba(255, 255, 255, 0) 100%) !important;
  transform: skewX(-25deg) !important;
  animation: mobileFooterShineSweep 2s infinite linear !important;
  pointer-events: none !important;
  z-index: 2 !important;
}

@keyframes mobileFooterShineSweep {
  0% {
    left: -150%;
  }

  35% {
    left: 150%;
  }

  100% {
    left: 150%;
  }
}

/* Premium Blinking animations for Mobile CTAs - Text and Icon ONLY blink */
@keyframes mobileTextBlink {

  0%,
  100% {
    color: #ffffff;
    text-shadow: none;
  }

  50% {
    color: #CDBD7C;
    /* Blinks to smooth luxury gold */
    text-shadow: 0 0 8px rgba(205, 189, 124, 0.5);
    /* Glowing active gold text aura */
  }
}

@keyframes mobileIconBlink {

  0%,
  100% {
    color: #C4937A;
    /* Terracotta icon accent */
    transform: scale(1);
    text-shadow: none;
  }

  50% {
    color: #ffffff;
    /* Blinks to radiant white */
    transform: scale(1.15);
    /* Subtle vector pop */
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    /* Glowing active white icon aura */
  }
}

/* Micro-responsive phone adjustments: perfectly prevent text wrapping on extremely small or narrow screens */
@media (max-width: 374.98px) {
  .mobile-footer-item {
    font-size: 0.72rem !important;
    gap: 4px !important;
    padding: 14px 6px !important;
  }

  .mobile-footer-item i {
    font-size: 0.85rem !important;
  }
}

/* Media Query adjustments for mobile viewports */
@media (max-width: 767.98px) {

  /* Enable blinking animations on vertical floating button on mobile */

  /* Also add safe space padding at the bottom of the body so footer content is not cut off by the sticky bar */
  body {
    /* padding-bottom: 60px !important; */
    /* Approx height of the sticky footer */
  }
}

/* Master Plan Image Zoom Effect */
.mp-img-wrapper {
  overflow: hidden;
  border-radius: 8px;
  /* Added optional subtle border radius for polish */
}

.mp-img-wrapper img {
  transition: transform 0.5s ease;
}

.mp-item:hover .mp-img-wrapper img,
.mp-img-wrapper:hover img {
  transform: scale(1.08);
}

/* ============================================================
   STICKY LEAD BAR ON SCROLL (DESKTOP)
   ============================================================ */
@media (min-width: 992px) {
  #lead-bar.lead-bar-sticky {
    position: fixed !important;
    bottom: 0 !important;
    top: auto !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1040 !important;
    padding-bottom: 0 !important;
    background: #271119 !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.12) !important;
    border-top: 2px solid #CDBD7C !important;
    transform: translateY(100%) !important;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    color: #fff !important;
  }

  #lead-bar.lead-bar-sticky .dnd-consent-label {
    color: #fff !important;
  }

  #lead-bar.lead-bar-sticky .auth-method-title {
    color: #fff !important;
  }

  #lead-bar.lead-bar-sticky.is-shown {
    transform: translateY(0) !important;
  }

  /* Make form container padded on sticky, remove margin-top */
  #lead-bar.lead-bar-sticky .lead-form-container {
    margin-top: 0 !important;
    padding: 10px 0 !important;
  }

  /* Hide Title Tab when sticky */
  #lead-bar.lead-bar-sticky .lead-form-tab {
    display: none !important;
  }

  /* Transparent card when sticky since the background is on the bar */
  #lead-bar.lead-bar-sticky .lead-form-card {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }

  /* Disable golden border and shadow when sticky */
  #lead-bar.lead-bar-sticky .lead-form-card::after {
    display: none !important;
  }

  /* Subtly border the input fields so they stand out on light background */
  #lead-bar.lead-bar-sticky .form-control-lead {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
  }

  /* Hide RERA strip in sticky bar to keep it super compact */
  #lead-bar.lead-bar-sticky .rera-strip {
    display: none !important;
  }

  /* Make the submit button visible against the dark sticky bar */
  #lead-bar.lead-bar-sticky .btn-callback {
    background: #C4937A !important;
    color: #fff !important;
  }

  #lead-bar.lead-bar-sticky .btn-callback:hover {
    background: #C4937A !important;
  }
}

/* ============================================================
   STATIC LEGACY SECTION
   ============================================================ */
.static-legacy-section {
  background: #F4EBE6;
  position: relative;
  overflow: hidden;
}

.legacy-heading-main {
  font-size: 42px;
  margin-bottom: 0.5rem;
  font-family: 'FF Clan Pro' !important;
  font-style: normal;
  font-weight: 400;
}

.project-title {
  font-family: 'FF Clan Pro' !important;
  font-weight: 400;
  color: #1a1a1a;
  font-style: italic;
}

.srijan {
  font-family: 'FF Clan Pro' !important;
  font-weight: 600;
  color: #C4937A;
  font-style: normal;
}

.legacy-sub {
  font-family: 'FF Clan Pro' !important;
  font-style: italic;
  font-weight: 400;
  color: #1a1a1a;
  /* border-bottom: 2px solid #0099ff; */
  padding-bottom: 2px;
  display: inline-block;
}

.legacy-sup {
  font-size: 0.55em;
  vertical-align: super;
}

.legacy-new-desc {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: #555;
  line-height: 1.6;
  max-width: 320px;
}

.legacy-video-wrapper {
  overflow: hidden;
}

.legacy-video-img {
  object-fit: cover;
  min-height: 300px;
}

.legacy-video-wrapper .play-btn-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  background: rgba(255, 255, 255, 0.4);
  border: 4px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.8rem;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 5;
  backdrop-filter: blur(4px);
}

.legacy-video-wrapper .play-btn-overlay i {
  margin-left: 5px;
}

.legacy-video-wrapper .play-btn-overlay:hover {
  background: rgba(255, 255, 255, 0.6);
  transform: translate(-50%, -50%) scale(1.05);
}

@media (max-width: 991px) {
  .legacy-new-desc {
    margin: 0 auto;
    text-align: center;
  }

  .legacy-heading-main {
    text-align: center;
    font-size: 35px;
  }
}

/* ---- Overview Video Tabs ---- */
.overview-video-tabs {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 30px;
  z-index: 10;
  width: max-content;
}

.overview-video-tabs::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.overview-video-tabs .video-tab {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: #fff;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  padding: 0 10px 10px;
  cursor: pointer;
  position: relative;
  text-transform: capitalize;
  z-index: 2;
  transition: all 0.3s ease;
}

.overview-video-tabs .video-tab.active {
  font-weight: 600;
}

.overview-video-tabs .video-tab.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  z-index: 3;
}

@media (max-width: 767px) {
  .overview-video-tabs {
    bottom: 15px;
    gap: 15px;
  }

  .overview-video-tabs .video-tab {
    font-size: 14px;
    padding: 0 5px 8px;
  }
}

/* Legacy 3-Image Grid Layout */
.legacy-swiper .swiper-slide {
  background-color: transparent !important;
}

.legacy-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 25px;
  width: 100%;
  height: 600px;
}

.legacy-grid-right {
  grid-template-columns: 1fr 2fr;
}

.legacy-main-img-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.legacy-small-imgs {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 25px;
  height: 100%;
}

.legacy-small-img-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.legacy-grid .legacy-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 6.5s ease-out;
}

.swiper-slide-active .legacy-grid .legacy-slide-img {
  transform: scale(1.08);
}

.legacy-grid .legacy-main-img-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(to top, rgba(15, 8, 10, 0.78) 0%, rgba(15, 8, 10, 0.35) 50%, rgba(15, 8, 10, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 991px) {
  .legacy-grid {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    height: auto !important;
  }

  .legacy-main-img-box {
    height: 350px !important;
  }

  .legacy-small-imgs {
    grid-template-rows: 1fr !important;
    grid-template-columns: 1fr 1fr !important;
    height: 200px !important;
  }

  /* Ensure main image box comes first on mobile regardless of left/right layout */
  .legacy-grid-left .legacy-small-imgs,
  .legacy-grid-right .legacy-small-imgs {
    order: 2;
  }

  .legacy-grid-left .legacy-main-img-box,
  .legacy-grid-right .legacy-main-img-box {
    order: 1;
  }
}

/* ===========================
   REASONS SECTION
=========================== */
.reasons-section {
  /* Dynamic background color from inline style */
}

.reasons-section .section-title {
  font-family: 'FF Clan Pro';
  font-size: 48px;
  font-weight: 500;
  color: #C99A8D;
  letter-spacing: 1px;
}

.reasons-section .section-title span.brand-text {
  font-family: 'FF Clan Pro';
  font-size: 40px;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 1.2;
  letter-spacing: 1px;
  font-style: italic;
}

/* ---- Base reason card (legacy) ---- */
.reason-card {
  background: #f5edea;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.03);
  min-height: 320px;
}

.reason-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(201, 154, 141, 0.15);
}

/* ---- Image Background Card ---- */
.reason-card-img {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 14px;
  overflow: hidden;
  min-height: 400px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.reason-card-img:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

/* Zoom background image on hover via pseudo-element */
.reason-card-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: top;
  transform: scale(1);
  transition: transform 0.7s ease;
  z-index: 0;
  /* background: no-repeat; */
  background-repeat: no-repeat;
}

.reason-card-img:hover::before {
  transform: scale(1.08);
}

/* Background position override for specific cards */
/* .reason-card-img.bg-pos-right::before {
  background-position: right center;
} */

/* Box Blur PNG overlay — sits on top of the background, below the text */
.reason-card-blur-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  pointer-events: none;
  border-radius: 14px;
}

/* Dark bottom shadow gradient — sits above blur overlay, below text */
.reason-card-img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  background: linear-gradient(to top,
      rgba(10, 4, 8, 0.88) 0%,
      rgba(10, 4, 8, 0.60) 40%,
      rgba(10, 4, 8, 0.20) 70%,
      rgba(10, 4, 8, 0.00) 100%);
  z-index: 2;
  border-radius: 0 0 14px 14px;
  pointer-events: none;
}

/* Text content — pinned to bottom-left */
.reason-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 26px 24px;
  text-align: left;
}

/* Numbered label */
.reason-number {
  display: none;
}

.reason-icon {
  width: 70px;
  height: 70px;
  line-height: 90px;
  background: #ba8f82;
  border-radius: 50%;
  margin: 0 auto;
  transition: transform 0.4s ease;
}

.reason-card:hover .reason-icon {
  transform: scale(1.1);
}

/** CTA button new style */
.cta-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-button {
  display: block;
  width: fit-content;
  margin: auto;
  padding: 14px 20px;
  border-radius: 20px;
  border: none;
  outline: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFF;
  background-color: #C4937A;
}

.floor-cta {
  margin: 0;
}

@media(max-width:992px) {
  .floor-cta {
    margin: auto;
  }
}

@keyframes bounceIcon {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

.reason-icon i {
  display: inline-block;
  animation: bounceIcon 2s infinite ease-in-out;
}

.reason-title {
  font-family: 'FF Clan Pro';
  font-size: 20px;
  font-weight: 500;
  color: #2c2c2c;
  margin-bottom: 10px;
  /* letter-spacing: 0.5px; */
  line-height: 1.35;
}

.reason-card-img .reason-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 450;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  margin-bottom: 8px;
  min-height: 82px;
  /* = 3 lines × (20px × 1.35) — keeps all headings equal height */
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.reason-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #555555;
  line-height: 1.65;
  text-align: left;
}

.reason-card-img .reason-desc {
  color: rgba(255, 255, 255, 0.80);
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 13px;
}

.reasons-pagination .swiper-pagination-bullet {
  background: rgba(196, 147, 122, 0.4);
  opacity: 1;
}

.reasons-pagination .swiper-pagination-bullet-active {
  background: #C4937A;
}






/* =========================================
       CONTACT & OTP SECTION STYLING (NEW)
    ========================================= */
.contact-section {
  background-color: #F5EDEA !important;
  padding: 80px 0;
  position: relative;
}

.contact-glow-1 {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(184, 144, 42, 0.15) 0%, transparent 70%);
  pointer-events: none;
  filter: blur(50px);
}

.contact-glow-2 {
  position: absolute;
  bottom: -10%;
  right: -10%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(196, 147, 122, 0.12) 0%, transparent 70%);
  pointer-events: none;
  filter: blur(50px);
}

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

.contact-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #C4937A;
  letter-spacing: 0.5px;
}

.contact-heading {
  font-family: 'FF Clan Pro';
  font-size: 40px;
  font-weight: 400;
  color: #18181B;
  line-height: 1.2;
  letter-spacing: 1px;
  font-style: italic;
}

.contact-desc {
  font-size: 15px;
  color: rgba(38, 16, 24, 0.75);
  line-height: 1.6;
}

.highlight-icon-check {
  width: 22px;
  height: 22px;
  background: rgba(184, 144, 42, 0.15);
  border: 1px solid rgba(184, 144, 42, 0.4);
  color: #CDBD7C;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 11px;
  flex-shrink: 0;
}

.highlight-text {
  color: #261018;
  font-size: 15px;
}

/* Premium Glass Form Card */
.contact-glass-card {
  background: #261018;
  border: 1px solid rgba(38, 16, 24, 0.06);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 45px rgba(38, 16, 24, 0.08);
}

/* Form input styling for dark/glass background */
.form-control-lead-custom {
  width: 100%;
  height: 48px;
  background: #ffffff !important;
  border: 1px solid #d4c5bd !important;
  border-radius: 8px !important;
  color: #261018 !important;
  font-size: 14.5px !important;
  padding: 0 18px !important;
  outline: none !important;
  transition: all 0.25s ease !important;
}

.form-control-lead-custom::placeholder {
  color: rgba(38, 16, 24, 0.45) !important;
}

.form-control-lead-custom:focus {
  border-color: #CDBD7C !important;
  box-shadow: 0 0 0 3px rgba(203, 189, 124, 0.15) !important;
  background: #ffffff !important;
}

select.form-control-lead-custom {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(38,16,24,0.6)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 12px 12px;
  color: rgba(38, 16, 24, 0.6) !important;
}

select.form-control-lead-custom option {
  background: #ffffff;
  color: #261018;
}

/* DND Custom section */
.dnd-consent-section-custom {
  margin: 22px 0;
  text-align: left;
}

.dnd-consent-label-custom {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 11.5px;
  line-height: 1.5;
  user-select: none;
  color: #fff;
}

.dnd-consent-checkbox-custom {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.dnd-custom-checkbox-custom {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  transition: all 0.2s ease;
  /* background: #fff; */
  margin-top: 2px;

}

.dnd-consent-label-custom input[type="checkbox"]:checked+.dnd-custom-checkbox-custom {
  /* background: #fff; */
  border-color: #fff;
}

.dnd-consent-label-custom input[type="checkbox"]:checked+.dnd-custom-checkbox-custom::after {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Auth method section */
.auth-method-section-custom {
  margin: 22px 0 26px;
  text-align: left;
}

.auth-method-title-custom {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.auth-options-row-custom {
  display: flex;
  gap: 16px;
  flex-direction: row;
}

.auth-option-label-custom {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: #ffffff;
  border: 1px solid rgba(38, 16, 24, 0.08);
  border-radius: 30px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  user-select: none;
  transition: all 0.25s ease;
  position: relative;
  flex: 1;
  justify-content: center;
  color: #261018;
}

.auth-option-label-custom input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.auth-custom-radio-custom {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(38, 16, 24, 0.4);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transition: all 0.25s ease;
}

/* .auth-option-label-custom:hover {
  transform: translateY(-2px);
  background: rgba(38, 16, 24, 0.06);
  border-color: rgba(38, 16, 24, 0.2);
} */

.auth-option-label-custom input[type="radio"]:checked+.auth-custom-radio-custom {
  border-width: 5px;
}

.auth-option-label-custom.whatsapp-option-custom input[type="radio"]:checked+.auth-custom-radio-custom {
  border-color: #25d366;
}

.auth-option-label-custom.whatsapp-option-custom input[type="radio"]:checked~.option-text {
  color: #25d366;
}

.auth-option-label-custom.sms-option-custom input[type="radio"]:checked+.auth-custom-radio-custom {
  border-color: #007bff;
}

.auth-option-label-custom.sms-option-custom input[type="radio"]:checked~.option-text {
  color: #25d366;
}

/* Submit button */
.btn-callback-custom {
  width: 100%;
  height: 52px;
  background: #c4937a;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(184, 144, 42, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-callback-custom:hover {
  background: #c4937a;
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(184, 144, 42, 0.4);
  color: #fff !important;
}

@media (max-width: 991px) {
  .contact-section {
    padding: 60px 0;
  }

  .contact-heading {
    font-size: 2.2rem;
  }

  .contact-glass-card {
    padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .auth-options-row-custom {
    flex-direction: column;
    gap: 10px;
  }

  .auth-option-label-custom {
    width: 100%;
  }
}

/* Responsive lead form footer row */
.lead-form-footer-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
}

.lead-form-footer-dnd {
  flex: 2;
  min-width: 0;
}

.lead-form-footer-auth {
  flex: 1.5;
  min-width: 320px;
}

.lead-form-footer-submit {
  flex: 1;
  min-width: 180px;
  text-align: right;
}

#heroForm .btn-callback {
  width: 100% !important;
  margin-top: 0 !important;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px !important;
}

/* Style override for auth-method-section inside heroForm footer */
#heroForm .auth-method-section {
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

#heroForm .dnd-consent-section {
  margin: 0 !important;
}

/* Stack on tablet / smaller screens */
@media (max-width: 1200px) {
  .lead-form-footer-row {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }

  .lead-form-footer-dnd,
  .lead-form-footer-auth,
  .lead-form-footer-submit {
    width: 100%;
    flex: none;
    text-align: left;
  }

  .lead-form-footer-submit {
    text-align: center;
  }
}

/* =========================================
       Select Authentication Method UI Styling
    ========================================= */
.auth-method-section {
  margin: 20px 0 24px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-align: left;
}

#otp-channel-selection {
  display: none !important;
}

/* Adjust background and borders for the light desktop form */
#heroForm .auth-method-section {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.06);
  margin: 15px 0 0;
  padding: 12px 16px;
}

.auth-method-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: 'Montserrat', sans-serif;
}

/* Title colors for different backgrounds */
#heroForm .auth-method-title {
  color: #fff;
}

.mob-form-wrapper .auth-method-title,
#enquireModal .auth-method-title {
  color: #F6EFEA;
}

.auth-options-row {
  display: flex;
  gap: 16px;
  flex-direction: row;
}

.auth-option-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  user-select: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  flex: 1;
  min-width: 140px;
  justify-content: center;
}

/* Style for light form */
#heroForm .auth-option-label {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #444;
}

/* Style for dark forms */
.mob-form-wrapper .auth-option-label,
#enquireModal .auth-option-label {
  color: #F6EFEA;
}

/* Hide standard radio/checkbox */
.auth-option-label input[type="radio"],
.dnd-consent-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Custom Radio Dot circle */
.auth-custom-radio {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(124, 124, 124, 0.6);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transition: all 0.25s ease;
  background: transparent;
}

/* Hover effect */
.auth-option-label:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#heroForm .auth-option-label:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.15);
}

.mob-form-wrapper .auth-option-label:hover,
#enquireModal .auth-option-label:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.25);
}

/* Focus / Checked transitions */
.auth-option-label input[type="radio"]:checked+.auth-custom-radio {
  border-width: 5px;
}

/* Checked specific styles (WhatsApp - Green, SMS - Blue) */
.auth-option-label.whatsapp-option input[type="radio"]:checked+.auth-custom-radio {
  border-color: #25d366;
}

.auth-option-label.whatsapp-option input[type="radio"]:checked~.option-text {
  color: #25d366;
}

.auth-option-label.sms-option input[type="radio"]:checked+.auth-custom-radio {
  border-color: #007bff;
}

.auth-option-label.sms-option input[type="radio"]:checked~.option-text {
  color: #007bff;
}

/* Hover and active color transitions for icons */
.icon-wa {
  color: #25d366;
  font-size: 18px;
}

.icon-sms {
  color: #007bff;
  font-size: 18px;
}

/* DND Checkbox Styling */
.dnd-consent-section {
  margin: 20px 0;
  text-align: left;
}

#heroForm .dnd-consent-section {
  margin: 15px 0 10px;
}

.dnd-consent-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.5;
  user-select: none;
}

#heroForm .dnd-consent-label {
  color: #555;
}

.mob-form-wrapper .dnd-consent-label,
#enquireModal .dnd-consent-label {
  color: rgba(246, 239, 234, 0.85);
  padding-bottom: 20px;
}

.dnd-custom-checkbox {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(124, 124, 124, 0.6);
  border-radius: 4px;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  transition: all 0.2s ease;
  background: transparent;
  margin-top: 2px;
}

/* .dnd-consent-label input[type="checkbox"]:checked+.dnd-custom-checkbox {
  background: #25d366;
  border-color: #25d366;
} */

.dnd-consent-label input[type="checkbox"]:checked+.dnd-custom-checkbox::after {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 575px) {
  .auth-options-row {
    flex-direction: column;
    gap: 10px;
  }

  .auth-option-label {
    width: 100%;
  }
}

/* OTP Verification Modal Styling */
.btn-whatsapp-otp:hover {
  background: #1ebea5 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(37, 211, 102, 0.3) !important;
}

.btn-sms-otp:hover {
  background: #0069d9 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 123, 255, 0.3) !important;
}

.transition {
  transition: all 0.2s ease-in-out;
}

.otp-input:focus {
  border-color: #007bff !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
  outline: none;
}

@media (max-width: 480px) {
  .otp-input {
    width: 35px !important;
    height: 42px !important;
    font-size: 1.25rem !important;
  }
}