.hero-scroll {
  display: none;
}
.nav-logo-img {
  width: 100%;
  height: 75px;
  object-fit: cover;
  padding: 10px 0;
}
.nav.scrolled .nav-logo-img {
  width: 100%;
  height: 75px;
  object-fit: cover;
}
.floating-cta .btn {
  justify-content: center;
}
.grid-5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 20px;
}
.ambience-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border: 2px solid var(--border-green);
  border-radius: 12px;
  padding: 2px;
}
.section,
.story-left,
.story-right {
  padding: clamp(40px, 4vw, 80px) 20px;
}
.intro-section::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -29px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgb(229 187 123 / 26%);
  animation: floatMove 2s ease-in-out infinite;
}
.final-form-card {
  background: rgb(30 44 34);
  width: 100%;
  max-width: 380px;
}
.you-h2 {
  color: var(--white);
  margin-bottom: 1rem;
  text-transform: capitalize;
}
.section-dark,
section {
  position: relative;
  overflow-x: hidden;
}
.ele-2 {
  position: absolute;
  right: 5px;
  bottom: 35px;
  width: 170px;
  animation: floatMove 5s ease-in-out infinite;
}
.ele-1 {
  position: absolute;
  left: -12px;
  top: 7px;
  width: 230px;
  animation: floatMove 5s ease-in-out infinite;
}
.custom-section {
  background: url("../images/bg/air.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
}
.final-section {
  background: url("../images/bg/entry.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
}
.trust-pill {
  color: #e9b97c;
  border: 0.5px solid rgb(200 224 184 / 25%);
}
.final-section::before {
  content: "";
  position: absolute;
  margin-left: 0;
  top: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
  background: #0f1f14b0;
  /* background: #0f1f14; */
  bottom: inherit;
  left: 0;
  border-radius: 0;
  backdrop-filter: blur(12px);
}
.final-cta-headline em {
  font-size: 50px;
}
.form-group label {
  color: #ceeecc;
}
.form-group input::placeholder {
  color: rgb(255 255 255 / 59%);
}
.final-cta-sub {
  color: #ffffff;
}

.custom-section::before {
  content: "";
  position: absolute;
  margin-left: 0;
  top: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
  background: #0f1f14a3;
  backdrop-filter: blur(15px);
}
.butterfly {
  display: none;
  position: absolute;
  left: 50px;
  top: 7px;
  width: 130px;
  animation: butterfly 3s ease-in-out infinite;
}
.final-cta-headline {
  text-transform: capitalize;
}
.custom-p {
  color: #ffffff;
  margin-bottom: 1.5rem;
  font-size: 17px;
}
.gallery-wrapper {
  width: 100%;
}
.most-popular {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
  background: #000000;
  padding: 10px 20px 10px 20px;
  border-radius: 0px;
  position: absolute;
  top: -37px;
  width: max-content;
  left: 50%;
  border-radius: 12px 12px 0px 0px;
  text-align: center;
  transform: translateX(-50%);
  /* font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-green);
  margin-bottom: 15px;
  background: var(--border-green);
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px; */
}
.plot-enquire {
  font-weight: 800;
  color: #ffffff;
  background: var(--accent-green);
  padding: 10px;
  border-radius: 8px;
  justify-content: center;
  text-transform: capitalize;
}
.pricing-not-disclosed {
  text-align: center;
  margin-top: 28px;
  padding: 16px;
  background: var(--light-green);
  border-radius: var(--radius-md);
  border: 0.5px solid var(--border-green);
  max-width: 560px;
  margin: 30px auto 0;
}

.plot-card {
  box-shadow: 2px 2px 0px 0px #000;
  position: relative;
  transform: translateY(10px);
  max-width: 300px; /* or whatever matches your 4-col design */
  width: 100%;
}
.grid-3-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 270px));
  justify-content: center;
  gap: clamp(14px, 2vw, 24px);
}

.pricing-not-disclosed p {
  font-size: 13px;
  color: var(--sage-text);
  font-weight: 500;
}
.plot-label {
  font-size: 12px;
  color: #000000;
  margin: 15px 0 8px 0;
}

.plot-size {
  font-family: var(--font-sans);
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.butterfly-2 {
  display: none;
  position: absolute;
  right: 50px;
  top: 20%;
  width: 130px;
  animation: butterfly 3s ease-in-out infinite;
}
.butterfly-3 {
  display: none;
  position: absolute;
  left: 20px;
  bottom: 2%;
  width: 150px;
}
.amenities-section {
  /* background: url("../images/bg/ele-4.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom; */
  padding: clamp(40px, 4vw, 80px) 0;
}
.amenities-section::before {
  content: "";
  position: absolute;
  margin-left: 0;
  top: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
  background: #fafdf8f5;
}
.connectivity-item {
  border-color: #7fda5b;
}
.gallery-p {
  color: #fff;
  max-width: 100%;
  text-align: center;
  font-size: 13px;
}
.why-amb {
  background: var(--dark-green);
  border-radius: var(--radius-md);
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.why-amb-play {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1.5px solid var(--accent-green);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--bright-green);
  font-size: 20px;
}
.why-amb-head {
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted-green);
  margin-bottom: 4px;
}
.why-amb-p {
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--white);
  margin-bottom: 4px;
}
.why-amb-name {
  display: none;
  font-size: 12px;
  color: var(--muted-green);
}
.why-amb:hover {
  cursor: pointer;
}
/*video modal  */

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(15 31 20 / 90%);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.video-modal.active {
  display: flex;
}

.video-modal-content {
  position: relative;
  width: 80%;
  max-width: 800px;
}

.video-modal iframe {
  width: 100%;
  aspect-ratio: 16/9;
  /* height: 450px; */
  border-radius: 20px;
}

.video-close {
  position: absolute;
  top: -53px;
  right: 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  background: red;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}
.testimonial-quote {
  font-family: var(--font-sans);
  font-size: 15px;
}
.footer-logo img {
  width: 100%;
  height: 45px;
  object-fit: cover;
}
.trust-pills {
  display: none;
}
.hero-headline,
.section-header h2,
.intro-headline {
  text-transform: capitalize;
}
.intro-headline {
  font-size: clamp(1.8rem, 2.5vw, 2.8rem);
}
.hero-kicker {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
}
.section-kicker-type-1 {
  color: #fff;
}
.hero-subline {
  color: #ffffff;
  text-transform: capitalize;
  /* display: none; */
}
.stat-num {
  font-weight: 500;
  font-family: var(--font-sans);
}
.connectivity {
  font-size: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 12px;
  font-weight: 600;
}
.connectivity-place {
  color: #000000;
  font-weight: 500;
  font-size: 15px;
}
.connectivity-time {
  color: #000000;
  font-size: 15px;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.intro-body {
  color: #e6e6e6;
  margin-bottom: 1rem;
}
.stat-label {
  font-size: 14px;
  color: #ffffff;
}
/* .grid-4 {
  grid-template-columns: repeat(2, 1fr);
  justify-items: self-start;
} */

.grid-2 > * {
  min-width: 0;
  overflow: hidden; /* prevents hidden overflow issues */
}

.connectivity-swiper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.landmark-info h4 {
  font-size: 15px;
  margin: 0 0 4px;
  font-weight: 600;
}

.landmark-info span {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1.5px;
  display: inline-block;
  position: relative;
  padding-left: 28px;
  font-weight: 900;
}

.landmark-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 320px;
  border: 1px solid #e5e5e5;
  transition: 0.3s ease;
  margin: 0 0 30px 0;
}
.connectivity-swiper .swiper-pagination {
  display: none;
}
.amenity-card-body p {
  display: none;
}
.amenity-card-tag {
  font-size: 10px;
}
.amenity-card-title {
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  font-family: var(--font-sans);
  text-transform: capitalize;
}
.custom-grid-4 {
  grid-template-columns: repeat(3, 1fr);
}
.amenity-card-body {
  padding: 1rem;
}

/* Image full bleed */
.landmark-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.amenity-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Cinematic overlay */
.landmark-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.3) 40%,
    transparent 70%
  );
  z-index: 1;
}

/* Content positioning */
.landmark-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  z-index: 2;
  color: #fff;
  right: 0;
  background: var(--accent-green);
}

/* Title */
.landmark-info h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 4px;
  letter-spacing: 0.3px;
}

/* Decorative line instead of boring text */
.landmark-info span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  transform: translateY(-50%);
}

.landmark-card:hover img {
  opacity: 0.9;
}
.map-placeholder {
  height: 400px;
}
.map-placeholder iframe {
  width: 100%;
  height: 100%;
}
.connect-caption {
  background: var(--light-green);
  border: 0.5px solid var(--border-green);
  border-radius: var(--radius-md);
  padding: 20px 22px;
}
.connect-caption-2 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 600;
  font-style: italic;
  color: var(--dark-green);
  margin-bottom: 6px;
  text-transform: capitalize;
}
.connect-caption p {
  font-size: 13px;
  color: var(--body-muted);
}
.gallery-item img {
  width: 100%;
  border-radius: 12px;
  /* height: 250px; */
  object-fit: cover;
  border: 6px double #959595;
}
.gallery-item img:hover {
  cursor: zoom-in;
  opacity: 0.9;
}
.contact-strip {
  flex-direction: column;
}
.contact-item img {
  width: auto;
  height: 80px;
}
.contact-item {
  display: block;
}

.footer {
  padding: 40px 0 20px 0;
  border: 0;
}

/* subtle overlay for depth */
.footer-overlay {
  position: absolute;
  inset: 0;
  opacity: 1;
  pointer-events: none;
}

.footer-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* BRAND */
.footer-brand img {
  width: 100%;
  height: 60px;
  object-fit: contain;
}

.tagline {
  font-size: 14px;
  opacity: 0.6;
  letter-spacing: 1px;
}

/* CONTACT */
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contact-block span {
  font-size: 16px;
  opacity: 1;
  display: block;
  color: #ffffff;
  font-weight: 600;
}

.contact-block a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.contact-block a:hover {
  color: #c8a96a;
}

.lux-footer {
  background: #000;
  color: #aaa;
  padding: 80px 20px 40px;
  position: relative;
  font-family: var(--font-sans);
  overflow: hidden;
}

.lux-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

/* LOGO */
.lux-logo img {
  width: auto;
  height: 75px;
  display: block;
  margin: 0 auto 20px;
}

.tagline {
  font-size: 15px;
  letter-spacing: 3px;
  color: #ddd;
  opacity: 0.7;
  text-transform: uppercase;
}

.lux-contact {
  margin: 40px 0;
  position: relative;
  padding: 20px 0;
}

/* top line */
.lux-contact::before,
.lux-contact::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 1px;
  background: #404040;
  /* background: #606060; */
}

.watermark {
  position: absolute;
  bottom: 121px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  pointer-events: none;
  user-select: none;
  opacity: 0.05;
}

.watermark h1 {
  font-size: 10vw;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #ffffff;
  text-transform: uppercase;
}

/* top */
.lux-contact::before {
  top: 0;
}

/* bottom */
.lux-contact::after {
  bottom: 0;
}

.lux-contact .label {
  opacity: 0.7;
  font-size: 13px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 10px;
}

.lux-contact .numbers {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.lux-contact a {
  text-decoration: none !important;
  font-family: var(--font-sans) !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #ddd !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}

/* QR */
.lux-qr {
  display: flex;
  justify-content: center;
  gap: 160px;
  margin: 30px 0;
  width: 100%;
  max-width: 1200px;
}

.qr-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qr-block img {
  width: 130px;
  display: block;
  margin: 0 auto 10px;
  border: 1px solid rgb(96 96 96);
  padding: 10px;
  border-radius: 15px;
  filter: brightness(0.9);
}
.hero-content {
  width: 100%;
  max-width: 1200px;
}

.hero-section {
  justify-content: flex-end;
}
.qr-block p {
  font-size: 13px;
  color: #888;
  letter-spacing: 1px;
}

.qr-block span {
  display: block;
  font-size: 13px;
  color: #ddd;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.svg-margin {
  margin: 15px 0;
}

.qr-block a {
  display: block;
  font-size: 13px;
  color: #ddd;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.qr-block a:hover {
  color: #c8a75d;
}

.lux-bottom {
  border-top: 1px solid #3a3a3a;
  padding-top: 20px;
  display: flex;
  justify-content: space-around;
}

.hero-content-stats {
  text-align: center;
  padding: 24px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.lux-bottom .credit span {
  color: #fff;
  font-weight: 500;
}
.lux-bottom p {
  color: #828282;
}
.lux-bottom a:hover {
  color: #c8a75d;
}

.qr-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;

  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);

  transition: 0.4s ease;
}

.qr-card:hover {
  transform: translateY(-5px);
  border-color: rgba(200, 169, 106, 0.5);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}
.villa-callout-num,
.villa-callout h3 {
  font-family: var(--font-sans);
}
.villa-callout-label {
  color: #fff;
}
.villa-callout h3 {
  font-size: 23px;
}
.villa-callout p {
  width: 100%;
  color: #c4c4c4;
  max-width: 100%;
}
.d-mob-only {
  display: none;
}
.d-desk-only {
  display: block;
}
.no-price {
  font-size: 11px;
  color: #cfd1cf;
  text-transform: capitalize;
}

.qr-card img {
  width: auto;
  height: 80px;
  border-radius: 15px;
  border: 1px solid #fff;
  padding: 7px;
}

.qr-text h4 {
  margin: 0;
  font-size: 18px;
  color: #fff;
}

.qr-text p {
  font-size: 12px;
  color: #fff;
}

/* BOTTOM */
.footer-bottom {
  text-align: center;
  margin-top: 60px;
  font-size: 13px;
  opacity: 1;
}
.footer-bottom p {
  color: #c4c4c4;
}
.footer-credit {
  color: #fff;
  margin-top: 8px;
  font-size: 14px;
  opacity: 1;
  letter-spacing: 0.5px;
}

.footer-credit a {
  color: #c8a96a;
  text-decoration: none;
  position: relative;
}

/* subtle premium underline animation */
.footer-credit a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 1px;
  background: #c8a96a;
  transition: width 0.3s ease;
}

.footer-credit a:hover::after {
  width: 100%;
}

/* video modal  */
@keyframes butterfly {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes floatMove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}

/* @media screen and (max-width: 991px) {
  .grid-3-cards {
    grid-template-columns: repeat(auto-fit, minmax(250px, 250px));
    justify-content: flex-start;
  }
  .plot-card {
    max-width: 220px;
  }
} */

/* RESPONSIVE */
@media screen and (max-width: 900px) {
  .footer-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .qr-card {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .grid-3-cards {
    grid-template-columns: repeat(auto-fit, minmax(205px, 205px));
    justify-content: center;
  }
  .plot-card {
    max-width: 300px;
  }
  .floating-cta {
    flex-direction: row;
    bottom: 0;
    right: 0;
    width: 100%;
    gap: 0;
  }
  /* .gallerySwiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .gallerySwiper .swiper-slide {
    width: 100% !important;
  } */
  .footer-inner {
    flex-direction: column;
  }
  .video-modal-content {
    width: 92%;
  }
  .butterfly-2 {
    position: absolute;
    right: 50px;
    top: 1%;
    width: 86px;
  }
  .btn-whatsapp,
  .sticky-book {
    width: 50%;
  }
  .mobile-close {
    top: 60px;
  }
  .floating-cta .btn {
    border-radius: 0;
    justify-content: center;
    font-size: 14px;
    padding: 10px 0;
  }
}
/* Mobile Slider */
@media (max-width: 767px) {
  .gallerySwiper {
    padding-left: 15px;
  }

  .gallerySwiper .swiper-slide {
    width: 80%;
  }
}

@media screen and (max-width: 600px) {
  .nav-logo-img {
    height: 69px;
  }
  .hero-content-stats {
    padding: 24px 10px;
  }
  .grid-3-cards {
    grid-template-columns: repeat(auto-fit, minmax(290px, 290px));
    justify-content: center;
  }
  .plot-card {
    max-width: 300px;
    width: 100%;
  }
  .lux-logo img {
    height: 55px;
  }
  .d-mob-only {
    display: block;
  }
  .d-desk-only {
    display: none;
  }
  .tagline {
    font-size: 13px;
  }
  .lux-contact {
    margin: 15px 0;
    padding: 15px 0;
  }
  .lux-qr {
    margin: 10px 0;
    gap: 45px;
  }
  .watermark {
    top: 205px;
  }
  .lux-contact a {
    font-size: 13px !important;
  }
  .svg-margin {
    margin: 10px 0;
  }
  .lux-bottom {
    flex-direction: column;
    padding-top: 5px;
  }
  .lux-footer {
    padding: 40px 20px 56px;
  }
  .lux-contact::before,
  .lux-contact::after {
    background: #323131;
  }
  .qr-block img {
    width: 100px;
    padding: 6px;
  }
  .qr-block a,
  .qr-block span {
    font-size: 10px;
  }
  .hero-kicker {
    font-size: 10px;
  }
  .hero-kicker {
    font-size: 12px;
  }
  .footer-wrap {
    gap: 40px;
  }
  .villa-callout h3 {
    font-size: 19px;
  }
  .hero-headline {
    font-size: 36px;
  }
  .hero-subline {
    margin-bottom: 1.5rem;
  }
  .footer-bottom {
    margin-top: 30px;
  }
  .why-amb {
    padding: 15px;
    gap: 20px;
  }
  .stat-strip-item {
    padding: 10px;
  }
  .most-popular {
    display: none;
  }
  .plot-card {
    margin: 0 0 15px 0;
  }
  .final-cta-sub {
    margin-bottom: 1rem;
  }
  .btn-lg {
    padding: 10px 40px;
  }
  .hero-subline {
    font-size: 13px;
  }
  .map-placeholder {
    height: 250px;
  }
  .landmark-card {
    height: 290px;
  }
  .custom-grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }

  .stat-label {
    font-size: 12px;
  }
  .final-cta-headline em {
    font-size: 24px;
  }
  .footer {
    padding: 28px 0 60px 0;
  }
  .why-amb-play {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .intro-section::before {
    display: none;
  }
  .custom-mob-grid {
    grid-template-columns: 2fr 2fr;
  }
  .grid-5 {
    grid-template-columns: repeat(1, 1fr);
  }
  .butterfly {
    left: 0;
    width: 86px;
  }
  .ambience-img {
    margin: 40px 0 0 0;
    height: 240px;
  }
  .gallery-label-bar {
    flex-direction: column;
    text-align: center;
  }
  .butterfly-3 {
    top: -4%;
    right: -5px;
    left: inherit;
  }
  .gallery-p {
    text-align: center;
  }
  .butterfly-2 {
    position: absolute;
    right: 18px;
    top: 2%;
    width: 65px;
  }
  .nav.scrolled .nav-logo-img {
    height: 60px;
  }
  .ele-1,
  .ele-2 {
    width: 107px;
  }
  .mobile-menu a {
    font-size: 1.3rem;
    font-family: var(--font-sans);
  }
}
