@font-face {
  font-family: "Grand";
  src: url("Grand.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}




:root {
  --ink: #0f0f10;
  --muted: #6b6f76;
  --line: #e9eaee;
  --shadow: 0 18px 45px rgba(15, 15, 16, .10);
  --r-xl: 32px;
  --r-lg: 24px;
  --r-md: 18px;
  --pill: #111214;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

body {
  color: var(--ink);
  font-family: 'Montserrat', sans-serif;
  overflow-x:hidden;
}

a {
  text-decoration: none;
}

/* Sticky glass navbar */
.glass-nav {
  position: sticky;
  top: 0;
  z-index: 1030;
  /* background: rgba(255,255,255,.78); */
  backdrop-filter: blur(14px) saturate(180%);
  /* border-bottom: 1px solid rgba(233,234,238,.9); */
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
}

.brand-logo {
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: .2px;
  font-size: 28px;
  line-height: 1;
}

.brand-sub {
  color: var(--muted);
  letter-spacing: .12em;
  font-size: 10px;
  text-transform: uppercase;
}

.btn-pill {
  border-radius: 16px;
  padding: .62rem 1rem;
  transition: transform .12s var(--ease), box-shadow .2s var(--ease);
  white-space: nowrap;
}

.btn-dark.btn-pill {
  background: #424242;
  /* border-color: var(--pill);
      box-shadow: 0 10px 25px rgba(15,15,16,.14); */
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}

.btn-dark.btn-pill:hover {
  box-shadow: 0 16px 35px rgba(15, 15, 16, .18);
}

.btn-pill:active {
  transform: translateY(1px) scale(.99);
}

.icon-pill {
  width: 36px;
  height: 36px;
  border: #424242;
  display: grid;
  place-items: center;
  background: #424242;
  font-weight: 700;
  font-size: 12px;
  border-radius: 16px;
}

/* Hero */
.hero-title {
  font-weight: 550;
  letter-spacing: -.02em;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.06;
  margin: 0 0 .75rem;
}

.hero-title .thin {
  font-weight: 420;
  color: #18191b;
}

.kicker {
  color: #000;
  font-size: 22px;
  letter-spacing: .08em;
  /* text-transform: uppercase; */
  font-family: 'Grand', serif;
}

.lead-muted {
  color: var(--muted);
  font-size: 14.5px;
  max-width: 46ch;
}

.rounded-media {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(233, 234, 238, .9);
  background: #eee;
  position: relative;
}

.rounded-media img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.badge-soft {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 30px rgba(15, 15, 16, .10);
  font-size: 12.5px;
  color: #1d1e20;
  font-family: "Montserrat", sans-serif;
}

.fw-semibold {
  font-family: 'Grand', serif;
}

.badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #1b1c1e;
  opacity: .85;
}

/* About row */
.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  color: var(--muted);
  width: max-content;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-top: 40px;
}

.about-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -.01em;
  margin: .6rem 0 0;
  font-family: 'Grand', serif;
  color: #000;
  line-height: 38px;
}

.price small {
  color: var(--muted);
  display: block;
  font-size: 12px;
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
}

.price b {
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -.03em;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

/* Stats */
/* .stat{
      text-align:center;
      padding: 14px 12px;
      border-radius: var(--r-md);
      background:#fff;
      font-family: "Montserrat", sans-serif;
    } */




.stats-row {
  padding: 60px 0;
  align-items: center;
}

.stat h2 {
  font-size: 48px;
  font-weight: 600;
  margin: 0;
  color: #111;
  font-family: "Montserrat", sans-serif;
}

.stat p {
  font-size: 14px;
  color: #777;
  margin-top: 8px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  font-family: "Montserrat", sans-serif;
}

/* Vertical divider lines */
.stat-col {
  position: relative;
}

.stat-col.middle::before,
.stat-col.middle::after {
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  width: 1px;
  background: #000;
}

.stat-col.middle::before {
  left: 0;
}

.stat-col.middle::after {
  right: 0;
}

.stat h2 {
  font-size: 56px;
  font-weight: 500;
}



.stat b {
  display: block;
  font-size: 30px;
  letter-spacing: -.02em;
}

.stat span {
  color: var(--muted);
  font-size: 12.5px;
}

/* CTA band */
.band {
  background: #424242;
  color: #fff;
  border-radius: 999px;
  padding: 18px 20px;
  box-shadow: 0 18px 45px rgba(15, 15, 16, .18);
}

.mini-thumb {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  flex: 0 0 auto;
}

.mini-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.band h3 {
  margin: 0;
  font-weight: 560;
  letter-spacing: -.01em;
  font-size: 18px;
  line-height: 1.2;
}

.band h3 .muted {
  opacity: .72;
  font-weight: 420;
}

/* Parallax */
.walkthrough-section {
  text-align: center;
}

.parallax {
  width: auto;
  height: 600px;

  position: relative;
  border-radius: 40px;
  margin: auto 25px;
  max-width: auto;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* Background Layer */
.parallax::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url('../images/video.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

  z-index: 0;
}

/* Keep content above blur */
.parallax>* {
  position: relative;
  z-index: 1;
}


/* PLAY BUTTON CENTER */
.inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.play {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.play svg {
  width: 32px;
  fill: white;
}



.tag {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(0, 0, 0, .18);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.parallax h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 3.1vw, 40px);
  letter-spacing: -.02em;
  font-weight: 600;
  line-height: 1.1;
}

.play {
  width: 74px;
  height: 74px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(0, 0, 0, .22);
  display: grid;
  place-items: center;
  margin: 18px auto 0;
  cursor: pointer;
  transition: transform .15s var(--ease), background .2s var(--ease);
}

.play:hover {
  transform: translateY(-2px) scale(1.02);
  background: rgba(0, 0, 0, .28);
}

.play svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  margin-left: 2px;
}

/* Section title */
.eyebrow {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.eyebrow-pill {
  display: inline-flex;
  border: 1px solid var(--line);
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
  font-family: "Montserrat", sans-serif;
}

.section-h2 {
  font-size: clamp(22px, 2.4vw, 32px);
  letter-spacing: -.02em;
  font-weight: 600;
  margin: .6rem 0 0;
  font-family: 'Grand', serif;
}



.pill {
  font-size: 11px;
  color: var(--muted);
  border: 1px solid var(--line);
  padding: 6px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

/* Gallery */
.gcard {
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(15, 15, 16, .06);
  background: #f1f2f5;
  position: relative;
  min-height: 160px;
}

.gcard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gcard.big {
  min-height: 210px;
}

.gcard.tall {
  min-height: 340px;
}

/* Map box */
.mapwrap {
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #fff;
}

.loc-card {
  border-left: 1px solid var(--line);
  height: 100%;
}

.loc-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-family: "Montserrat", sans-serif;
}

.pin {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: #101114;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.pin svg {
  width: 11px;
  height: 11px;
  fill: #fff;
}

/* Footer */
.footer {
  background: #2a2b2f;
  color: #fff;
  padding: 20px 0;
  margin-top: 52px;
}

.social a {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .16);
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .06);
  transition: transform .15s var(--ease), background .2s var(--ease);
}

.social a:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, .10);
}

.social svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  opacity: .9;
}

@media (max-width: 991.98px) {
  .rounded-media img {
    height: 360px;
  }

  .band {
    border-radius: var(--r-xl);
  }

  .loc-card {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (prefers-reduced-motion: reduce) {
  .parallax::before {
    background-attachment: scroll;
  }

  .btn-pill,
  .play,
  .social a {
    transition: none !important;
  }
}


.heroWrap {
  /* border-radius: 32px; */
  /* height: 420px;                */
  background: #FFF;
  /* box-shadow: 0 18px 45px rgba(15,15,16,.10);
  border: 1px solid rgba(233,234,238,.9); */
}

.heroImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.heroLeft {
  top: 35px;
  left: 0px;
  max-width: 540px;
}

.heroRight {
    top: 15px;
    right: 0px;
    max-width: 515px;
    padding: 0 0px 0 100px;
}

.heroRight p {
  font-size: 14px;
}

.heroTitle {
  font-weight: 500;
  letter-spacing: -0.02em;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  color: #0f0f10;
  font-family: "Grand", serif;
}

.heroPara {
  font-size: 12.5px;
  line-height: 1.45;
  color: rgba(15, 15, 16, .75);
  font-family: "Montserrat", sans-serif;
}

/* This makes the overlay readable if image is bright */
.heroWrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .75) 0%, rgba(255, 255, 255, 0) 45%);
  pointer-events: none;
}

/* Keep overlays above gradient */
.heroLeft,
.heroRight {
  z-index: 2;
}

/* Mobile fix */
@media (max-width: 991.98px) {
  .heroWrap {
    height: 520px;
  }

  .heroLeft,
  .heroRight {
    position: static !important;
    max-width: 100%;
    margin-top: 20px;
  }

  .heroWrap {
    padding: 0px;
  }

  .heroImg {
    border-radius: 24px;
    height: auto;
    margin-top: 12px;
  }

  .heroWrap::after {
    display: none;
  }
}

.text-muted {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}


.hero-pill {
  position: relative;
  background: #3f3f3f;
  border-radius: 50px;
  padding: 20px 150px;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  /* centers horizontally */
}



/* left image overlapping */
.hero-pill__img {
  position: relative;
  width: 170px;
  /* controls how much image shows */
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  flex: 0 0 auto;
}

.hero-pill__img img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: 10px;
  /* optional, image in screenshot looks cut/soft */
  transform: translateY(12px);
  /* makes it sit lower like your sample */
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, .35));
}

/* center text */
.hero-pill__text {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #fff;
  padding: 0 18px;
  min-width: 0;
}

.hero-pill__fixed {
  font-size: 44px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  font-family: 'Grand', serif;
}

/* animated swap */
.hero-pill__swap {
  position: relative;
  height: 44px;
  /* exactly one word height */
  overflow: hidden;
  display: inline-block;
  min-width: 120px;
  font-family: 'Grand', serif;
}

.swap-track {
  display: block;
  will-change: transform;
  animation: wordSwap 2.6s ease-in-out infinite;
}

.swap-word {
  display: block;
  height: 44px;
  line-height: 44px;
  font-size: 34px;
  font-weight: 700;
  color: rgba(255, 255, 255, .45);
  /* grey like screenshot */
  letter-spacing: .3px;
  white-space: nowrap;
}

@keyframes wordSwap {

  /* show Space */
  0% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(0);
  }

  /* move to Peace */
  55% {
    transform: translateY(-44px);
  }

  90% {
    transform: translateY(-44px);
  }

  /* jump to Space (third item) and loop */
  100% {
    transform: translateY(-88px);
  }
}

/* right CTA */
.hero-pill__cta {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 6px;
}

.hero-pill__btn {
  border-radius: 16px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 12px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .18);
  font-family: "Montserrat", sans-serif;
}

/* ====== Responsive tweaks ====== */
@media (max-width: 992px) {

  .hero-pill__fixed,
  .swap-word {
    font-size: 28px;
  }

  .hero-pill__swap {
    height: 38px;
    min-width: 100px;
  }

  .swap-word {
    height: 38px;
    line-height: 38px;
  }

  .hero-pill {

    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 40px 15px;

  }

  .topdrag {
    margin-top: 0% !important;
  }

  .glass-nav {

    margin-bottom: 0px;
  }


  @keyframes wordSwap {
    0% {
      transform: translateY(0)
    }

    40% {
      transform: translateY(0)
    }

    55% {
      transform: translateY(-38px)
    }

    90% {
      transform: translateY(-38px)
    }

    100% {
      transform: translateY(-76px)
    }
  }
}

@media (max-width: 576px) {


  .hero-pill__img {
    width: 120px;
    height: 86px;
  }

  .hero-pill__img img {
    width: auto;
    height: 120px;
    transform: translateY(10px);
  }

  .hero-pill__fixed,
  .swap-word {
    font-size: 22px;
  }

  .hero-pill__btn {
    padding: 7px 12px;
    font-size: 11px;
  }


}



#amenityGrid .amenity-item {
  display: none;
}

#amenityGrid .amenity-item[data-cat="outdoor"] {
  display: block;
}

/* Optional: card look (keep if you already have your own) */


.amenity .pic img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.pill {
  font-size: 12px;
  padding: 6px 10px;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 999px;
  color: #666;
  white-space: nowrap;
}


.topdrag {
  margin-top: -26%;
}

.gallery-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 0.4s ease;
}

.gallery-card:hover img {
  transform: scale(1.04);
}

#gallery {
  background-color: #f6f6f6;
}

.modal .btn-close {
  background-image: none;
  font-size: 18px;
}

.modal .btn-close::before {
  content: "✕";
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.mt-2 {
  font-family: 'Grand', serif;
}

/* ====== FOOTER PILL LOOK ====== */
.curve-footer {
  padding: 22px 0 30px;
  background: transparent;
  font-family: "Montserrat", sans-serif;
}

.footer-pill {
  background: #3f3f3f;
  border-radius: 50px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  overflow: hidden;
}

/* LEFT */
.footer-left {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 260px;
}

.brand img {
  height: 58px;
  width: auto;
  display: block;
}

.vline {
  width: 1px;
  height: 34px;
  background: rgba(255, 255, 255, .22);
}

.addr {
  color: rgba(255, 255, 255, .65);
  font-size: 12.5px;
  line-height: 2.1;
  white-space: nowrap;
}

/* CENTER LINKS */
.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 280px;
  color: rgba(255, 255, 255, .6);
  font-size: 12.5px;
}

.footer-links a {
  color: rgba(255, 255, 255, .65);
  text-decoration: none;
  transition: .2s ease;
  white-space: nowrap;
}

.footer-links a:hover {
  color: rgba(255, 255, 255, .95);
}

.footer-links .sep {
  color: rgba(255, 255, 255, .25);
  user-select: none;
}

/* RIGHT */
.footer-right {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 260px;
  justify-content: flex-end;
}

.social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sbtn {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .2s ease;
  text-decoration: none;
}

.sbtn svg {
  width: 14px;
  height: 14px;
  fill: rgba(255, 255, 255, .75);
}

.sbtn:hover {
  border-color: rgba(255, 255, 255, .45);
  transform: translateY(-1px);
}

.enq-btn {
  background: #fff;
  color: #111;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  padding: 9px 16px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
}

.enq-btn:hover {
  opacity: .92;
}

/* ====== Responsive ====== */
@media (max-width: 992px) {
  .footer-pill {
    border-radius: 26px;
    /* pill becomes rounded card on tablet */
    flex-wrap: wrap;
    justify-content: center;
    padding: 18px 16px;
    text-align: center;
  }

  .footer-left,
  .footer-right {
    min-width: unset;
    justify-content: center;
    width: 100%;
  }

  .addr {
    white-space: normal;
  }

  .footer-links {
    width: 100%;
    flex-wrap: wrap;
  }

  .vline {
    display: none;
  }

  .hero-pill__text {
    margin: 40px 0 10px 38px;
  }
}

@media (max-width: 576px) {
  .brand img {
    height: 34px;
  }

  .footer-links {
    gap: 8px;
  }

  .enq-btn {
    padding: 9px 14px;
  }
}


.see-modal {
  box-shadow: 0 30px 80px rgba(0, 0, 0, .18);
}

.btn-pill {
  border-radius: 999px;
}

.form-control {
  border-radius: 14px;
  padding: 11px 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}

.form-label {
  font-family: "Montserrat", sans-serif;
}

.counter {
  display: inline-block;
  transform: translateY(4px);
  opacity: .7;
  animation: counterPop .45s ease forwards;
}

@keyframes counterPop {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}


.stat-number {
  font-size: 48px;
  /* adjust as needed */
  font-weight: 600;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #000;
}

.stat-number .counter {
  font-size: inherit;
  /* ensures same size */
  font-weight: inherit;
  color: #000;
}

.stat-number .amp {
  font-size: 52px;
  /* slightly bigger looks premium */
  font-weight: 400;
  line-height: 1;
  color: #000;
}


/* muthuraj */


/* Default: normal in-flow (NOT fixed) */
.sticky-formgroup {
  position: relative;
  z-index: 10;

  /* add smooth hide/show */
  transition: transform .18s ease, opacity .18s ease;
}

/* When activated via JS */
.sticky-formgroup.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 9999;

  /* ✅ remove this line (IMPORTANT) */
  /* pointer-events: none; */
}

/* ✅ you can also remove this block (not needed now)
.sticky-formgroup.is-fixed .sticky-wrap{
  pointer-events: auto;
}
*/

/* ✅ Hide when footer is visible */
.sticky-formgroup.is-hidden {
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
}

/* Your existing design styles (same as before) */
.sticky-wrap {
  width: min(1100px, calc(100% - 28px));
  margin: 20px auto 0 auto;
}

.stick-form {
  background: #4a4a4a;
  border-radius: 999px;
  padding: 20px 25px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
  border: 1px solid rgba(255, 255, 255, .08);
}

.stick-form input {
  flex: 1;
  min-width: 140px;
  height: 44px;
  border: none;
  outline: none;
  border-radius: 999px;
  background: rgba(0, 0, 0, .35);
  color: #fff;
  padding: 0 16px;
  font-size: 14px;
}

.stick-form input::placeholder {
  color: rgba(255, 255, 255, .75);
}

.stick-btn {
  height: 44px;
  padding: 0 22px;
  border: none;
  border-radius: 16px;
  background: #ffffff;
  color: #424242;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

/* Responsive wrapping */
@media (max-width: 900px) {
  .stick-form {
    border-radius: 26px;
    flex-wrap: wrap;
    padding: 12px;
  }

  .stick-form input {
    flex: 1 1 calc(50% - 10px);
    min-width: 0;
  }

  .stick-btn {
    flex: 1 1 100%;
  }
}

@media (max-width: 520px) {
  .stick-form input {
    flex: 1 1 100%;
  }
}

/* Hide mobile button by default */
.sticky-mobile-btn {
  display: none;
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
  /* matches stick-btn height */
  background:#424242;
  color:#fff;
  padding:25px auto;
  margin-bottom:16px !important;
 
}

/* Tablet + Mobile: show only the button, hide the full form */
@media (max-width: 991px) {
  .sticky-desktop {
    display: none;
    margin-bottom:15px !important;
  }

  .sticky-mobile-btn {
    display: block;
  }

  /* Optional: nicer spacing on small screens */
  .sticky-wrap {
    margin: 12px auto 0 auto;
  }


}




.amenity {
  perspective: 1200px;
}

.amenity img {
  transition: transform 0.45s ease, box-shadow 0.45s ease;
  transform-style: preserve-3d;
  transform-origin: top center;
  /* 🔥 Key change */
  border-radius: 12px;
}

.amenity img:hover {
  transform:
    translateY(5px) rotateX(-8deg)
    /* negative makes top move forward */
    rotateY(-6deg) scale(1.04);

  box-shadow:
    0 30px 40px rgba(0, 0, 0, 0.18),
    0 15px 20px rgba(0, 0, 0, 0.08);
}


.svfcurve {
  width: 22px;
  height: auto;
}


/* Custom hamburger / X icon */
.nav-toggle {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
}

.nav-toggle-icon {
  width: 22px;
  height: 2px;
  background: #111;
  position: relative;
  display: inline-block;
  border-radius: 999px;
  transition: background .2s ease;
}

.nav-toggle-icon::before,
.nav-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: #111;
  border-radius: 999px;
  transition: transform .2s ease, top .2s ease;
}

.nav-toggle-icon::before {
  top: -7px;
}

.nav-toggle-icon::after {
  top: 7px;
}

/* When menu is open -> show X */
.nav-toggle.is-open .nav-toggle-icon {
  background: transparent;
}

.nav-toggle.is-open .nav-toggle-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.nav-toggle.is-open .nav-toggle-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

@media (max-width: 991.98px) {
  .navbar {
    position: sticky;
    top: 0;
    z-index: 99999;
  }

  /* ✅ keep the toggler always clickable above overlay */
  .navbar-toggler {
    position: relative;
    z-index: 100001;
  }

  /* overlay menu */
  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100000;

    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(10px);
    padding: 14px 16px;
    border-radius: 16px;
    margin: 10px 12px 0;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
  }
}

.price-col {
  position: relative;
}

@media (min-width:992px) {

  /* lg and above */
  .price-col::before {
    content: "";
    position: absolute;
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 1px;
    background: #000;
  }
}

.secondadd-wrapper {
  background-image: url('../images/second-bg.png');
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 40px;
  overflow: hidden;
  margin: auto 25px;
}



/* Remove default bootstrap tab border */
.nav-tabs {
  border-bottom: none;
}

/* Nav item spacing */
.nav-tabs .nav-item {
  margin: 0 8px;
}

/* Base tab button style */
.nav-tabs .nav-link.tabbtn {
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  padding: 10px 24px;
  background-color: #fff8f8;
  color: #6c757d;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: none;
}

/* Hover effect */
.nav-tabs .nav-link.tabbtn:hover {
  background-color: #e9e9e9;
  color: #212121;
  box-shadow: none;
}

/* Active tab */
.nav-tabs .nav-link.tabbtn.active {
  background-color: #212121 !important;
  color: #ffffff !important;
  border-color: #212121;
  box-shadow: none;
}

/* Remove bootstrap active border bottom */
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e5e5e5;
  box-shadow: none;
}

/* Remove default borders */
.custom-accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
}

/* Accordion Header */
.custom-accordion .accordion-button {
  background-color: #424242;
  color: #fff;
  border-radius: 40px !important;
  box-shadow: none;
  padding: 25px 30px;
  font-size: 20px;
}

/* Remove blue focus */
.custom-accordion .accordion-button:focus {
  box-shadow: none;
}

/* Keep header black even when active */
.custom-accordion .accordion-button:not(.collapsed) {
  background-color: #424242;
  color: #fff;
}

/* Remove default arrow background */
.custom-accordion .accordion-button::after {
  filter: invert(1); /* makes arrow white */
}

/* Accordion Body */
.custom-accordion .accordion-body {
  background-color: #fff;
  color: #000;
  border-radius: 0 0 15px 15px;
  padding: 20px;
}

/* Remove default arrow */
.custom-accordion .accordion-button::after {
  display: none;
}



/* Solid triangle (Down arrow default) */
.custom-accordion .accordion-button::before {
  content: "";
  position: absolute;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #fff; /* Down triangle */
  transition: transform 0.3s ease;
}

/* When accordion is open (arrow up) */
.custom-accordion .accordion-button:not(.collapsed)::before {
  border-top: none;
  border-bottom: 10px solid #fff; /* Up triangle */
}

.sectiondarrk {
  background-color: #424242;
  background-size: cover;
}

.pill-wrapper {
  background: #424242;
  border-radius: 120px;
  padding: 30px 60px;
  max-width: 900px;
  margin: 0 auto;
}

.pillbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap; /* responsive */
}

@media screen and (max-width: 600px) {
 .heroRight {
      padding: 0 20px 0 0px;
 }
 .pillbox{
  justify-content: center;
 }
}

/* Floor plan blur */
.blurimg{
  filter: blur(6px);
  transition: 0.35s ease;
  cursor: pointer;
}

/* Video cover blur */
.gate-blur{
  filter: blur(6px);
  transition: 0.35s ease;
}

/* When video is playing, remove overlays/background that can cover iframe */
#videoGate.video-playing {
  filter: none !important;
}

#videoGate.video-playing::before {
  display: none !important; /* if your parallax uses ::before overlay */
}



/* Base */
#videoGate { position: relative; }

/* Blur state */
.gate-blur { filter: blur(6px); transition: 0.35s ease; }

/* When video is playing */
#videoGate.video-playing {
  filter: none !important;
}

/* If your parallax uses an overlay ::before, disable it while playing */
#videoGate.video-playing::before {
  display: none !important;
}

/* Make the injected iframe fill the EXACT same thumbnail area */
#videoGate.video-playing #videoMount {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* Make iframe fill */
#videoGate.video-playing iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}


@media screen and (max-width:1024px){
    .heroTitle {
  font-size:35px;
}
.kicker {
  
  font-size: 16px;
 
}
.heroRight p {
    font-size:12px;
}
.heroRight {
    max-width:484px;
}
.btnforlap {
    margin-left: 112px;
    margin-top: -4px;
}

}

@media screen and (max-width:600px){
    .btnforlap {
        margin-left: 10px !important;
    }
    .mobile-target {
        margin-top:-29%;
    }
}