/* =========================================
   PRAGNYA EDENVERSE - Green Township Theme
   ========================================= */

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

/* ---- CSS VARIABLES ---- */
:root {
  --green-deep: #1a4a2e;
  --green-dark: #2d6a4f;
  --green-mid: #3a8c5c;
  --green-light: #52b788;
  --green-pale: #b7e4c7;
  --green-ultra: #d8f3dc;
  --gold: #c9a240;
  --gold-light: #e8c96a;
  --orange: #e07b39;
  --white: #ffffff;
  --off-white: #f8fdf9;
  --text-dark: #1a2e1e;
  --text-mid: #3a5244;
  --text-light: #6b8c76;
  --shadow-green: 0 10px 40px rgba(26, 74, 46, 0.15);
  --shadow-gold: 0 10px 40px rgba(201, 162, 64, 0.25);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 40px;
  --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background-color: var(--white);
  color: var(--text-dark);
  overflow-x: hidden;
  line-height: 1.6;
  /* Offset for fixed navbar */
  padding-top: 66px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Playfair Display", serif;
  line-height: 1.2;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

/* ---- SCROLLBAR ---- */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: var(--off-white);
}
::-webkit-scrollbar-thumb {
  background: var(--green-mid);
  border-radius: 10px;
}

/* ======================================
   TOP STRIP
   ====================================== */
.top-strip {
  background: var(--green-deep);
  color: var(--white);
  font-size: 0.78rem;
  padding: 8px 0;
  font-family: "Poppins", sans-serif;
}
.top-strip a {
  color: var(--green-pale);
}
.top-strip a:hover {
  color: var(--gold-light);
}
.top-strip .strip-icon {
  color: var(--green-light);
  margin-right: 5px;
}
.top-strip .rera-badge {
  background: var(--gold);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 20px;
  letter-spacing: 0.5px;
}

/* ======================================
   NAVBAR
   ====================================== */
#mainNav {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 2px 30px rgba(26, 74, 46, 0.1);
  padding: 12px 0;
  transition: padding 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  /* GPU-composite layer – prevents repaint jank on mobile scroll */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
}

#mainNav.scrolled {
  padding: 8px 0;
  box-shadow: 0 4px 40px rgba(26, 74, 46, 0.2);
}


.navbar-brand .brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--green-dark), var(--green-light));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 4px 15px rgba(45, 106, 79, 0.4);
}
.brand-text .brand-name {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--green-deep);
  line-height: 1;
  letter-spacing: -0.5px;
}
.brand-text .brand-sub {
  font-size: 0.65rem;
  color: var(--green-mid);
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.navbar-nav .nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-dark);
  padding: 10px 20px !important;
  border-radius: var(--radius-xl);
  transition: var(--transition);
  position: relative;
}
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--green-mid), var(--green-light));
  border-radius: 2px;
  transition: var(--transition);
}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 60%;
}
.navbar-nav .nav-link:hover {
  color: var(--green-dark) !important;
}

.btn-nav-enquire {
  background: linear-gradient(135deg, var(--green-dark), var(--green-light));
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 20px !important;
  font-weight: 700 !important;
  padding: 9px 22px !important;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(45, 106, 79, 0.4);
  letter-spacing: 0.3px;
}
.btn-nav-enquire::after {
  display: none !important;
}
.btn-nav-enquire:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(45, 106, 79, 0.5);
  color: var(--white) !important;
}

/* ======================================
   HERO BANNER
   ====================================== */
#hero {
  position: relative;
  min-height: 89vh;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

/* Full-width banner image wrapper */
.hero-banner-img-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-banner-img-wrap img {
  width: 100% !important;
  /* height: 100% !important; */
  /* object-fit: cover;
  object-position: center;
  display: block; */
}

/* Gradient fade on the RIGHT so the form overlay is always readable */
.hero-banner-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to left,
    rgba(10, 30, 18, 0.7) 0%,
    rgba(10, 30, 18, 0.3) 50%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201, 162, 64, 0.15);
  border: 1px solid rgba(201, 162, 64, 0.4);
  color: var(--gold-light);
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
}
.hero-badge .dot {
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(201, 162, 64, 0.5);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(201, 162, 64, 0);
  }
}

.hero-title {
  color: var(--white);
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 10px;
}
.hero-title .gold-text {
  color: var(--gold-light);
}
.hero-title .italic-text {
  font-style: italic;
  color: var(--green-pale);
}

.hero-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.9rem, 1.8vw, 1.1rem);
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 30px;
  font-weight: 300;
  max-width: 480px;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 36px;
}
.hero-stat {
  text-align: left;
}
.hero-stat .stat-val {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--gold-light);
  line-height: 1;
}
.hero-stat .stat-lbl {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-top: 2px;
}

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

.btn-hero-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--green-deep) !important;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 14px 32px;
  border-radius: 50px;
  border: none;
  box-shadow: 0 8px 30px rgba(201, 162, 64, 0.5);
  transition: var(--transition);
  letter-spacing: 0.3px;
}
.btn-hero-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(201, 162, 64, 0.6);
  color: var(--green-deep) !important;
}

.btn-hero-outline {
  background: transparent;
  color: var(--white) !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 13px 28px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  transition: var(--transition);
}
.btn-hero-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
  transform: translateY(-3px);
}

/* ---- HERO RIGHT FORM (OVERLAY) — desktop ---- */
.hero-form-wrap {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 420px;
}

/* ============================================================
   HERO — MOBILE STACKED LAYOUT  (≤ 767px)
   Image on top at natural height, form flows below as a block
   ============================================================ */
@media (max-width: 767px) {
  #hero {
    flex-direction: column;
    min-height: unset;
    overflow: visible;
  }

  /* Image wrapper becomes a normal block with a fixed height */
  .hero-banner-img-wrap {
    position: relative;
    inset: auto;
    width: 100%;
  }

  /* Fade: only darken bottom edge so text underneath stays light */
  .hero-banner-fade {
    background: linear-gradient(
      to bottom,
      transparent 50%,
      rgba(10, 30, 18, 0.55) 100%
    );
  }

  .navbar-brand .brand-logo {
    width: 60px;
  }

  /* Form: break out of absolute, full-width below the image */
  .hero-form-wrap {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
    padding: 20px 16px 28px;
    background: var(--green-deep); /* green background behind the card */
    z-index: 2;
  }

  .hero-form-card {
    border-radius: var(--radius-md);
    padding: 24px 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  }
}

.hero-form-card {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-radius: var(--radius-lg);
  padding: 40px 30px;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  border: 3px solid var(--green-dark);
  position: relative;
  overflow: hidden;
}
/* .hero-form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--green-dark),
    var(--green-light),
    var(--gold)
  );
} */

.form-header {
  margin-bottom: 20px;
  text-align: center;
}
.form-header h4 {
  font-size: 1.2rem;
  color: var(--green-deep);
  font-weight: 700;
  margin-bottom: 4px;
  padding: 30px 0;
}
.form-header p {
  font-size: 0.78rem;
  color: var(--text-light);
  font-family: "Poppins", sans-serif;
}

.form-control-custom {
      width: 100%;
        padding: 20px 16px;
        border: 1.5px solid #e0ede4;
        border-radius: var(--radius-sm);
        font-family: "Poppins", sans-serif;
        font-size: 15px;
        color: var(--text-dark);
        /* background: var(--off-white); */
        transition: var(--transition);
        outline: none;
        margin-bottom: 14px;
}
.form-control-custom:focus {
  border-color: var(--green-light);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(82, 183, 136, 0.1);
}
.form-control-custom::placeholder {
  color: #000;
}

.form-select-custom {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%233a8c5c' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  cursor: pointer;
}

.btn-form-submit {
  width: 100%;
  padding: 10px;
  background: linear-gradient(135deg, var(--green-dark), var(--green-light));
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 26px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: 0 6px 20px rgba(45, 106, 79, 0.4);
  letter-spacing: 0.5px;
  margin-top: 4px;
}
.btn-form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(45, 106, 79, 0.5);
}

.form-disclaimer {
  font-size: 0.68rem;
  color: var(--text-light);
  text-align: center;
  margin-top: 12px;
  font-family: "Poppins", sans-serif;
}

.form-price-tag {
  background: linear-gradient(135deg, var(--green-ultra), #c1f0d1);
  border: 1px solid var(--green-pale);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  margin-bottom: 18px;
  text-align: center;
}
.form-price-tag .price-label {
  font-size: 0.7rem;
  color: var(--green-dark);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.form-price-tag .price-val {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--green-deep);
  line-height: 1.1;
}
.form-price-tag .price-onward {
  font-size: 0.72rem;
  color: var(--green-mid);
}

/* ======================================
   SECTION COMMONS
   ====================================== */
section {
  position: relative;
  overflow: hidden;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--green-ultra), #c8f0d8);
  border: 1px solid var(--green-pale);
  color: var(--green-dark);
  font-family: "Poppins", sans-serif;
  font-size: 0.73rem;
  font-weight: 600;
  padding: 5px 16px;
  border-radius: 30px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: var(--green-deep);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}
.section-title .highlight {
  color: var(--green-mid);
  font-style: italic;
}

.section-desc {
  font-size: 1rem;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 0;
  font-weight: 400;
}

.green-divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--green-dark), var(--green-light));
  border-radius: 4px;
  margin: 12px 0 20px;
}
.green-divider.center {
  margin-left: auto;
  margin-right: auto;
}

/* ======================================
   ABOUT SECTION
   ====================================== */
#about {
  background: var(--off-white);
  padding: 90px 0;
}

.about-img-wrap {
  position: relative;
}
.about-main-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-green);
}
.about-main-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.about-main-img:hover img {
  transform: scale(1.03);
}

.about-float-card {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: linear-gradient(135deg, var(--green-dark), var(--green-deep));
  color: var(--white);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  box-shadow: var(--shadow-green);
  text-align: center;
  min-width: 180px;
}
.about-float-card .afcard-num {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold-light);
  line-height: 1;
}
.about-float-card .afcard-text {
  font-size: 0.78rem;
  opacity: 0.85;
  font-family: "Poppins", sans-serif;
  margin-top: 4px;
}

.about-award-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.award-pill {
  background: linear-gradient(135deg, var(--white), var(--green-ultra));
  border: 1.5px solid var(--green-pale);
  border-radius: 50px;
  padding: 8px 18px;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--green-dark);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition);
}
.award-pill:hover {
  background: linear-gradient(135deg, var(--green-light), var(--green-mid));
  color: var(--white);
  border-color: var(--green-mid);
  transform: translateY(-2px);
}
.award-pill .ap-icon {
  font-size: 1rem;
}

.about-feature-list {
  list-style: none;
  margin: 24px 0 0;
}
.about-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(82, 183, 136, 0.2);
  font-family: "Poppins", sans-serif;
  font-size: 0.88rem;
  color: var(--text-mid);
}
.about-feature-list li:last-child {
  border-bottom: none;
}
.about-feature-list li .fi-icon {
  color: var(--green-light);
  font-size: 1.1rem;
  margin-top: 1px;
  flex-shrink: 0;
}

/* ======================================
   STATS COUNTER SECTION
   ====================================== */
#stats {
  background: linear-gradient(135deg, var(--green-deep), var(--green-dark));
  padding: 60px 0;
  position: relative;
}
#stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 40px,
      rgba(255, 255, 255, 0.03) 40px,
      rgba(255, 255, 255, 0.03) 41px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 40px,
      rgba(255, 255, 255, 0.03) 40px,
      rgba(255, 255, 255, 0.03) 41px
    );
}

.stat-item {
  text-align: center;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.stat-item .si-icon {
  font-size: 2.2rem;
  color: var(--green-light);
  margin-bottom: 10px;
}
.stat-item .si-num {
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: var(--gold-light);
  line-height: 1;
}
.stat-item .si-lbl {
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 6px;
  text-transform: capitalize;
  letter-spacing: 0.8px;
}
.stat-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: auto 0;
  height: 60px;
}

/* ======================================
   FLOOR PLANS
   ====================================== */
#floor-plans {
  background: var(--white);
  padding: 90px 0;
}

.fp-nav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 36px;
  justify-content: center;
}
.fp-nav-btn {
  background: var(--off-white);
  border: 2px solid var(--green-pale);
  color: var(--green-dark);
  font-family: "Poppins", sans-serif;
  font-size: 0.83rem;
  font-weight: 600;
  padding: 10px 28px;
  border-radius: 50px;
  cursor: pointer;
  transition: var(--transition);
}
.fp-nav-btn:hover,
.fp-nav-btn.active {
  background: linear-gradient(135deg, var(--green-dark), var(--green-light));
  border-color: transparent;
  color: var(--white);
  box-shadow: 0 6px 20px rgba(45, 106, 79, 0.3);
}

.fp-panel {
  display: none;
}
.fp-panel.active {
  display: block;
}

.fp-card {
  background: var(--off-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1.5px solid rgba(82, 183, 136, 0.2);
  transition: var(--transition);
  box-shadow: 0 4px 20px rgba(26, 74, 46, 0.06);
}
.fp-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-green);
  border-color: var(--green-light);
}
.fp-card-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.fp-card:hover .fp-card-img {
  transform: scale(1.04);
}
.fp-card-body {
  padding: 22px;
}
.fp-card-body h5 {
  font-size: 1.1rem;
  color: var(--green-deep);
  font-weight: 700;
  margin-bottom: 8px;
}
.fp-detail {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  color: var(--text-mid);
  margin-bottom: 6px;
}
.fp-detail .fdi {
  color: var(--green-light);
}
.fp-price {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--green-dark);
  margin-top: 12px;
}
.fp-price .fp-price-onward {
  font-size: 0.72rem;
  font-weight: 400;
  color: var(--text-light);
}

.save-badge {
  display: inline-block;
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 30px;
  letter-spacing: 0.3px;
  margin-left: 8px;
}

/* ======================================
   AMENITIES SECTION
   ====================================== */
#amenities {
  background: linear-gradient(
    180deg,
    var(--off-white) 0%,
    var(--green-ultra) 100%
  );
  padding: 90px 0;
}

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 16px;
  margin-top: 20px;
}
.amenity-icon-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 24px 16px;
  text-align: center;
  border: 1.5px solid rgba(82, 183, 136, 0.15);
  transition: var(--transition);
  cursor: default;
}
.amenity-icon-card:hover {
  background: linear-gradient(135deg, var(--green-dark), var(--green-mid));
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(45, 106, 79, 0.25);
  border-color: transparent;
}
.amenity-icon-card:hover .aic-icon,
.amenity-icon-card:hover .aic-name {
  color: var(--white);
}

.aic-icon {
  font-size: 2rem;
  color: var(--green-mid);
  margin-bottom: 10px;
  transition: var(--transition);
  display: block;
}
.aic-name {
  font-family: "Poppins", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-mid);
  line-height: 1.3;
  transition: var(--transition);
}

.amenity-photo-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-green);
  height: 300px;
}
.amenity-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.amenity-photo-card:hover img {
  transform: scale(1.05);
}
.amenity-photo-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(26, 74, 46, 0.93) 0%, transparent 80%);
  padding: 20px;
}
.amenity-photo-overlay h6 {
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

/* ======================================
   AMENITIES SWIPER – PHOTO SLIDER
   ====================================== */
.amenity-swiper-wrap {
  position: relative;
  padding-bottom: 60px;
}
.amenity-swiper {
  width: 100%;
  overflow: hidden;
}

/* Anchor wrapper — remove link decoration */
.amenity-photo-link {
  display: block;
  text-decoration: none;
}

/* Photo card */
.amenity-photo-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-green);
  height: 300px;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}
.amenity-photo-link:hover .amenity-photo-card {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(26, 74, 46, 0.28);
}
.amenity-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.amenity-photo-link:hover .amenity-photo-card img {
  transform: scale(1.06);
}

/* Bottom label overlay */
.amenity-photo-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    0deg,
    rgba(26, 74, 46, 0.92) 0%,
    transparent 100%
  );
  padding: 20px;
}
.amenity-photo-overlay h6 {
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

/* Zoom icon — top-right, fades in on hover */
.amenity-zoom-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  opacity: 0;
  transform: scale(0.7);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  z-index: 3;
}
.amenity-photo-link:hover .amenity-zoom-icon {
  opacity: 1;
  transform: scale(1);
}

/* ---- Navigation Arrows ---- */
.amenity-swiper-prev,
.amenity-swiper-next {
  width: 46px !important;
  height: 46px !important;
  background: linear-gradient(
    135deg,
    var(--green-dark),
    var(--green-light)
  ) !important;
  border-radius: 50% !important;
  box-shadow: 0 6px 20px rgba(45, 106, 79, 0.45) !important;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease !important;
  top: 150px !important; /* Explicitly centered on the 300px cards */
  transform: translateY(-50%) !important;
  z-index: 100;
}
.amenity-swiper-prev {
  left: -23px !important;
}
.amenity-swiper-next {
  right: -23px !important;
}
.amenity-swiper-prev::after,
.amenity-swiper-next::after {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: white !important;
}
.amenity-swiper-prev:hover,
.amenity-swiper-next:hover {
  transform: translateY(-50%) scale(1.12) !important;
  box-shadow: 0 10px 28px rgba(45, 106, 79, 0.6) !important;
}

/* ---- Pagination ---- */
.amenity-swiper-pagination {
  bottom: 0px !important; /* Bring to bottom of the 60px padding container */
}
.amenity-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(45, 106, 79, 0.3);
  opacity: 1;
  transition: all 0.3s ease;
}
.amenity-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--gold);
  width: 30px;
  border-radius: 5px;
}

/* ---- Responsive ---- */
@media (max-width: 1200px) {
  .amenity-swiper-prev {
    left: 10px !important;
  }
  .amenity-swiper-next {
    right: 10px !important;
  }
}
@media (max-width: 575px) {
  .amenity-photo-card {
    height: 240px;
  }
  .amenity-swiper-prev,
  .amenity-swiper-next {
    top: 120px !important; /* Center of the mobile 240px cards */
  }
}

/* ======================================
   AMENITY INFO-CARD SLIDER
   ====================================== */
.amenity-info-swiper-wrap {
  position: relative;
  padding-bottom: 50px;
}
.amenity-info-swiper {
  width: 100%;
  overflow: hidden;
}
.amenity-info-swiper .swiper-wrapper {
  align-items: stretch;
}
.amenity-info-swiper .swiper-slide {
  height: auto;
}

/* Individual card */
.amenity-info-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  height: 100%;
  border: 1.5px solid rgba(82, 183, 136, 0.15);
  border-top: 4px solid var(--green-mid);
  box-shadow: 0 8px 30px rgba(26, 74, 46, 0.08);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.amenity-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 50px rgba(26, 74, 46, 0.15);
}

/* Emoji */
.aic-emoji {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 12px;
}

/* Title */
.aic-title {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--green-deep);
  margin: 0 0 6px;
  line-height: 1.25;
}

/* Tagline */
.aic-tagline {
  font-family: "Poppins", sans-serif;
  font-size: 0.78rem;
  font-style: italic;
  color: var(--gold);
  margin: 0 0 18px;
  letter-spacing: 0.2px;
}

/* Bullet list */
.aic-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.aic-list li {
  font-family: "Poppins", sans-serif;
  font-size: 0.83rem;
  font-weight: 500;
  color: var(--text-mid);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.4;
}
.aic-star {
  color: var(--green-mid);
  font-size: 0.65rem;
  margin-top: 4px;
  flex-shrink: 0;
}

/* Pagination */
.amenity-info-pagination {
  bottom: 8px !important;
}
.amenity-info-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(45, 106, 79, 0.25);
  opacity: 1;
  transition: all 0.3s ease;
}
.amenity-info-pagination .swiper-pagination-bullet-active {
  background: var(--gold);
  width: 28px;
  border-radius: 5px;
}

/* ======================================
   GALLERY SECTION – 3D Swiper Coverflow
   ====================================== */
#gallery {
  background: var(--green-deep);
  padding: 90px 0 100px;
}
#gallery .section-title {
  color: var(--white);
}
#gallery .section-badge {
  background: rgba(201, 162, 64, 0.15);
  border-color: rgba(201, 162, 64, 0.3);
  color: var(--gold-light);
}
#gallery .section-desc {
  color: rgba(255, 255, 255, 0.65);
}
#gallery .green-divider {
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}

/* Swiper wrapper */
.gallery-swiper {
  width: 100%;
  padding: 30px 0 60px !important;
  perspective: 1200px;
}

.gallery-swiper .swiper-slide {
  width: 380px;
  transform-style: preserve-3d;
  transition:
    transform 0.6s ease,
    box-shadow 0.4s ease;
}

/* Each slide card */
.gs-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  transition:
    transform 0.5s ease,
    box-shadow 0.5s ease;
  background: #0d1f13;
}
.gs-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition:
    transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    filter 0.5s ease;
  filter: brightness(0.9);
}
.gallery-swiper .swiper-slide-active .gs-card img {
  filter: brightness(1.05);
  transform: scale(1.03);
}
.gallery-swiper .swiper-slide:not(.swiper-slide-active) .gs-card img {
  filter: brightness(0.65) saturate(0.7);
}

/* Hover overlay */
.gs-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 40%,
    rgba(10, 30, 18, 0.92) 100%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.gs-card:hover .gs-overlay {
  opacity: 1;
}

.gs-zoom {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 12px;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
.gs-card:hover .gs-zoom {
  transform: scale(1);
}

.gs-caption {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--white);
  text-align: center;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

/* Active slide glow ring */
.gallery-swiper .swiper-slide-active .gs-card {
  box-shadow:
    0 25px 70px rgba(0, 0, 0, 0.6),
    0 0 0 2px rgba(201, 162, 64, 0.5);
}

/* Custom Navigation Arrows */
.gallery-swiper-next,
.gallery-swiper-prev {
  width: 50px !important;
  height: 50px !important;
  background: linear-gradient(
    135deg,
    var(--green-dark),
    var(--green-light)
  ) !important;
  border-radius: 50% !important;
  box-shadow: 0 6px 20px rgba(45, 106, 79, 0.5) !important;
  transition: var(--transition) !important;
}
.gallery-swiper-next::after,
.gallery-swiper-prev::after {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: white !important;
}
.gallery-swiper-next:hover,
.gallery-swiper-prev:hover {
  transform: scale(1.1) !important;
  box-shadow: 0 10px 30px rgba(45, 106, 79, 0.6) !important;
}

/* Custom Pagination */
.gallery-swiper-pagination {
  bottom: 10px !important;
}
.gallery-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: all 0.3s ease;
}
.gallery-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--gold);
  width: 28px;
  border-radius: 5px;
}

/* Responsive */
@media (max-width: 767px) {
  .gallery-swiper .swiper-slide {
    width: 280px;
  }
  .gs-card img {
    height: 220px;
  }
}

/* ======================================
   LOCATION SECTION
   ====================================== */
#location {
  background: var(--off-white);
  padding: 90px 0;
}

.location-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow-green);
  border: 1.5px solid rgba(82, 183, 136, 0.1);
}

.loc-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px dashed rgba(82, 183, 136, 0.2);
}
.loc-item:last-child {
  border-bottom: none;
}
.loc-icon-wrap {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--green-ultra), var(--green-pale));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--green-dark);
  flex-shrink: 0;
}
.loc-text h6 {
  font-family: "Poppins", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--green-deep);
  margin-bottom: 2px;
}
.loc-text span {
  font-family: "Poppins", sans-serif;
  font-size: 0.78rem;
  color: var(--text-light);
}

.map-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-green);
}
.map-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ======================================
   CONTACT / ENQUIRY SECTION
   ====================================== */
#enquiry {
  background: linear-gradient(
    135deg,
    var(--green-deep) 0%,
    var(--green-dark) 50%,
    #1a3d2e 100%
  );
  padding: 90px 0;
  position: relative;
}
#enquiry::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(
      circle at 10% 80%,
      rgba(82, 183, 136, 0.1) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 90% 20%,
      rgba(201, 162, 64, 0.08) 0%,
      transparent 40%
    );
}

.enquiry-card {
  background: rgba(255, 255, 255, 0.97);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}
.enquiry-left {
  background: linear-gradient(160deg, var(--green-dark), var(--green-deep));
  padding: 50px 40px;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.enquiry-left::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
}
.enquiry-left h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--white);
}
.enquiry-left p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Poppins", sans-serif;
  line-height: 1.8;
  margin-bottom: 30px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.cii-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-pale);
  font-size: 1rem;
  flex-shrink: 0;
}
.cii-text h6 {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.cii-text a,
.cii-text span {
  font-family: "Poppins", sans-serif;
  font-size: 0.88rem;
  color: var(--white);
  font-weight: 600;
}

.enquiry-right {
  padding: 50px 40px;
}
.enquiry-right h4 {
  font-size: 1.6rem;
  color: var(--green-deep);
  margin-bottom: 6px;
}
.enquiry-right p {
  font-size: 0.85rem;
  color: var(--text-light);
  font-family: "Poppins", sans-serif;
  margin-bottom: 28px;
}

.enq-form-control {
  width: 100%;
  padding: 13px 18px;
  border: 1.5px solid #dce9e2;
  border-radius: var(--radius-sm);
  font-family: "Poppins", sans-serif;
  font-size: 0.85rem;
  color: var(--text-dark);
  background: var(--off-white);
  transition: var(--transition);
  outline: none;
  margin-bottom: 16px;
}
.enq-form-control:focus {
  border-color: var(--green-light);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(82, 183, 136, 0.1);
}

/* ======================================
   FOOTER
   ====================================== */
#footer {
  background: #0d1f13;
  padding: 60px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

#footer .discl {
  text-align: center;
  font-size: 12px;
  color: #fff;
}

#footer .rera {
  justify-items: center;
  text-align: center;
}

.footer-brand {
  margin-bottom: 20px;
}
.footer-brand .fb-name {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}
.footer-brand .fb-sub {
  font-size: 0.72rem;
  color: var(--green-light);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer-tagline {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-style: italic;
  color: var(--green-pale);
  margin: 10px 0 18px;
}
.footer-desc {
  font-size: 0.82rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Poppins", sans-serif;
}

.footer-heading {
  font-family: "Poppins", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-links {
  list-style: none;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  font-family: "Poppins", sans-serif;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-links a:hover {
  color: var(--green-light);
  padding-left: 4px;
}
.footer-links a::before {
  content: "›";
  color: var(--green-mid);
  font-size: 1rem;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.social-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: var(--transition);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.6);
}
.social-btn:hover {
  background: var(--green-mid);
  color: var(--white);
  transform: translateY(-3px);
}

.footer-bottom {
  /* margin-bottom: 30px; */
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  color: #fff;
}
.footer-bottom a {
  color: #fff;
}
.footer-bottom a:hover {
  color: var(--green-light);
}

/* ======================================
   FLOATING WHATSAPP BUTTON
   ====================================== */
.floating-wa {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: white;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
  transition: var(--transition);
  animation: floatWA 3s ease-in-out infinite;
}
.floating-wa:hover {
  transform: scale(1.15);
  box-shadow: 0 10px 35px rgba(37, 211, 102, 0.6);
  color: white;
}
@keyframes floatWA {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

/* ======================================
   STICKY CTA BAR (mobile)
   ====================================== */
.sticky-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  padding: 12px 16px;
  /* Safe area for iPhone notch / home bar */
  padding-bottom: calc(12px + env(safe-area-inset-bottom));
  background: var(--white);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  display: none;
  /* GPU-composite layer – prevents repaint jank on mobile scroll */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
}
.sticky-cta-bar .btn-cta-call {
  flex: 1;
  background: linear-gradient(135deg, var(--green-dark), var(--green-light));
  color: white;
  border: none;
  border-radius: 50px;
  padding: 12px 18px;
  font-family: "Poppins", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.sticky-cta-bar .btn-cta-wa {
  flex: 1;
  background: linear-gradient(135deg, var(--green-dark), var(--green-light));
  color: white;
  border: none;
  border-radius: 50px;
  padding: 12px 18px;
  font-family: "Poppins", sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* ======================================
   RESPONSIVE
   ====================================== */
@media (max-width: 991.98px) {
  .footer-bottom {
    text-align: center;
    padding-bottom: 95px;
  }
  .hero-form-wrap {
    position: static;
    transform: none;
    width: 100%;
    /* margin-top: 40px; */
  }
  .hero-form-card {
    margin: 0 auto;
    max-width: 420px;
  }
  .hero-content {
    padding: 60px 0 30px;
  }
  .about-float-card {
    position: static;
    margin-top: 20px;
    display: inline-block;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-grid .g-item:nth-child(1) {
    grid-row: auto;
  }
  .gallery-grid .g-item:nth-child(5) {
    grid-column: auto;
  }
  .enquiry-left,
  .enquiry-right {
    padding: 35px 28px;
  }
  .sticky-cta-bar {
    display: flex;
    gap: 10px;
  }
  .floating-wa {
    bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  #hero {
    min-height: auto;
  }
  .hero-title {
    font-size: 2rem;
  }
  .hero-stat .stat-val {
    font-size: 1.3rem;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .amenity-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .enquiry-card {
    border-radius: var(--radius-lg);
  }
  .navbar-toggler {
    border: none;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  /* Reduce body offset for smaller navbar on mobile */
  body {
    padding-top: 62px;
  }
  /* Disable navbar transition on mobile to prevent scroll jank */
  #mainNav {
    transition: none;
  }
  /* section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  } */
}

@media (max-width: 575.98px) {
  .amenity-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-stats {
    gap: 16px;
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ======================================
   ANIMATIONS & UTILITIES
   ====================================== */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.fade-in-up.animated {
  opacity: 1;
  transform: translateY(0);
}

.overlay-form-animate {
  animation: slideInRight 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0.5s;
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(60px) translateY(-50%);
  }
  to {
    opacity: 1;
    transform: translateX(0) translateY(-50%);
  }
}

@media (max-width: 991.98px) {
  .overlay-form-animate {
    animation: fadeInUp 0.7s ease both;
    animation-delay: 0.3s;
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

.count-up {
  transition: all 0.5s ease;
}

/* Green glow text */
.glow-text {
  text-shadow: 0 0 20px rgba(82, 183, 136, 0.4);
}

/* ======================================
   EXTRACTED FROM INLINE STYLES
   ====================================== */

/* Navbar toggler icon */
.navbar-toggler-icon-custom {
  font-size: 1.5rem;
}

/* Quick Highlights Strip */
.highlights-strip {
  background: linear-gradient(135deg, var(--green-deep), var(--green-dark));
  padding: 18px 0;
}

.highlight-item {
  font-family: "Poppins", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--white);
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.highlight-emoji {
  justify-self: center;
}

/* About Section */
.about-section-desc {
  margin-bottom: 20px;
}

.about-sub-desc {
  font-family: "Poppins", sans-serif;
  font-size: 0.88rem;
  color: var(--text-light);
  line-height: 1.9;
}

/* Amenities background decorative number */
.amenities-bg-number {
  font-family: "Playfair Display", serif;
  font-size: 5rem;
  font-style: italic;
  color: rgba(82, 183, 136, 0.1);
  line-height: 1;
  font-weight: 700;
}

/* Gallery section – gold-coloured divider override */
.green-divider-gold {
  background: linear-gradient(90deg, var(--gold), var(--gold-light)) !important;
}

/* Location Section */
.location-heading {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--green-deep);
  margin-bottom: 20px;
}

.location-address-box {
  background: var(--green-ultra);
  border-radius: var(--radius-md);
  border: 1px solid var(--green-pale);
}

.location-address-text {
  font-family: "Poppins", sans-serif;
  font-size: 0.83rem;
  color: var(--green-dark);
  margin: 0;
  font-weight: 500;
}

/* Map wrap full-height variant */
.map-wrap-full {
  height: 100%;
  min-height: 400px;
}

.map-img-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Enquiry Section Container */
.enquiry-container {
  position: relative;
  z-index: 1;
}

/* Enquiry Google Map iframe */
.enquiry-map-iframe {
  border: 0;
}

/* Enquiry submit button */
.btn-enquiry-submit {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, var(--green-dark), var(--green-light));
  color: white;
  border: none;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(45, 106, 79, 0.4);
}

.btn-enquiry-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(45, 106, 79, 0.5);
}
