
body{
  overflow-x: hidden;
}
.navbar-toggler {
  border: none; /* optional: remove border */
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


    .hero-section {
      position: relative;
      background: url('./one.jpg') no-repeat center center/cover !important;
      height: 100vh;
      color: #f6f9f4;
    }

    /* Dark overlay for better text contrast */
    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.35);
    }
    /* Centered text */
    .hero-content {
      position: relative;
      z-index: 2;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      bottom: 100px;
    }

    .hero-title {
      font-size: 80px;
      font-weight: 700;
      letter-spacing: 2px;
      color:darkgreen;
    }

    .hero-subtitle {
      font-size: 30px;
      font-weight: 500;
      color:darkgreen;
    }

    /* Navbar link colors */
    .navbar-nav .nav-link {
      color: white !important;
      font-weight: 400;
      
    }

    @media (max-width: 768px) {
      .hero-title {
        font-size: 2.5rem;
      }
    }
    .logo_img{
      width: 100px;
      height: 120px;
    }
    .navbar-nav .nav-item {
  margin-left: 20px; /* adjust as needed */
}

.project-overview {
    background: 
      url('./leaf_variant_transparent.png') no-repeat right top / 1050px auto,
      #f0efee92; /* Light skin color background */
  }
  .project-overview h2 {
    color: #215c25; /* Deep green for heading */
  }
  .project-overview p {
    color: #333; /* Dark text for readability */
  }
.location-advantages {
  background-color: #fdfcf9;
}

.flip-card {
  background-color: transparent;
  perspective: 1000px;
  height: 250px; /* Set fixed height */
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  backface-visibility: hidden;
  overflow: hidden;
}
.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flip-card-back {
  background-color: #2d4a2f;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
}
/* Left side full background image */
.big-image {
  background-image: url('./home_banner.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; /* Will match parent's height */
  min-height: 400px; /* fallback for smaller content */
}


/* Grid of thumbnails */
.image-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  height: 100%;
}

.image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.image-grid img:hover {
  opacity: 1;
}

/* Feature Cards */
.feature-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 128, 0, 0.08);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 128, 0, 0.15);
}

/* Icon styling */
.icon-circle {
  width: 50px;
  height: 50px;
  background: #e6f4ea;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  margin-bottom: 10px;
}
.bg-dark-green {
  background-color: #0B3D2E; /* Deep nature green */
}
.footer a:hover {
  text-decoration: underline;
}

:root{
  --accent:#264306; /* tweak to your brand green */
}

/* Parallax background */
.cta-parallax{
  background: url('./background.webp') center/cover no-repeat fixed; /* FIXED background */
}
.cta-overlay{
  position:absolute; inset:0;
  background:rgba(0,0,0,.55);
}
.metric-icon{
  width:44px; height:44px;
  border-radius:50%;
  display:inline-flex; align-items:center; justify-content:center;
  color:#2c3;               /* icon color in circle */
  background-color:rgba(255,255,255,.12);
  border:1px solid rgba(139,195,74,.6);
}
.metric-number{ color:#9ee17b; }          /* bright green number */
.metric-label{ letter-spacing:.3px; }

.cta-hr{
  width:80%; max-width:760px;
  border:0; height:1px;
  background:rgba(255,255,255,.35);
}

/* Features band below */
.features-band{
  background:#fff;
}
.feature-card{
  border:1px solid rgba(0,0,0,.08);
  padding:18px 16px;
  border-radius:10px;
  background:#fff;
  transition:transform .15s ease, box-shadow .15s ease;
}
.feature-card:hover{
  transform:translateY(-2px);
  box-shadow:0 6px 18px rgba(0,0,0,.08);
}
.feature-icon{
  width:40px; height:40px; border-radius:999px;
  background:rgba(139,195,74,.12);
  color:var(--accent);
  display:inline-flex; align-items:center; justify-content:center;
}
.features-band h6{ font-weight:700; }

/* ===== Footer Styles ===== */
:root {
  --accent: #6bd10a;         /* green accent */
  --footer-dark: #1e1e1e;    /* bottom bar */
  --footer-ink: #9aa0a6;     /* muted text */
}

.site-footer { font-family: inherit; }
.footer-accent { height: 4px; background: var(--accent); }

/* Top hero (background image with dark overlay) */
.footer-hero {
  position: relative;
  background: url('./footer.jpg') center/cover no-repeat fixed;
  padding: 56px 0;
}
.footer-hero::before {
  content: "";
  position: absolute; inset: 0;
  background: rgba(0,0,0,.7);
}
.footer-hero .container { position: relative; z-index: 1; }

.footer-logo { height: 36px; }
.footer-intro {
  max-width: 680px;
  color: #dfe4e8;
  font-size: .95rem;
  line-height: 1.6;
}

/* Social buttons (square outline) */
.footer-social .social-btn {
  width: 34px; height: 34px;
  border: 1px solid var(--accent);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--accent); text-decoration: none;
  transition: all .2s ease;
}
.footer-social .social-btn:hover {
  background: var(--accent); color: #0a0a0a;
}

/* Bottom bar */
.footer-bar { background: var(--footer-dark); padding: 18px 0; }
.footer-bar .brand-link { color: var(--accent); text-decoration: none; }
.footer-bar .brand-link:hover { text-decoration: underline; }
.footer-bar .text-muted { color: var(--footer-ink) !important; }

/* Menu with green dot separators */
.footer-menu li { position: relative; padding: 0 12px; }
.footer-menu li + li { margin-left: 4px; }
.footer-menu li + li::before {
  content: "•"; color: var(--accent);
  position: absolute; left: -2px;
}
.footer-menu a {
  color: #d9dbe1; text-decoration: none; font-size: .95rem;
}
.footer-menu a:hover { color: var(--accent); }

/* Back to top button (green square) */
.back-to-top {
  width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent); color: #0a0a0a; text-decoration: none;
}
.back-to-top:hover { opacity: .9; }

/* Responsive tweaks */
@media (max-width: 767.98px) {
  .footer-hero { padding: 40px 0; }
  .footer-menu { justify-content: center; gap: 4px; }
}
/* Icon shells */
.icon-ring{
  display:inline-flex;align-items:center;justify-content:center;
  width:56px;height:56px;border-radius:50%;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(139,195,74,.5); /* soft green */
  color:#9ee17b; /* icon color */
}
.badge-round{
  width:32px;height:32px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.08);color:#9ee17b;
  border:1px solid rgba(139,195,74,.45);
}

/* Reveal animation */
.reveal{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease;}
.reveal.in{opacity:1;transform:none;}
/* Full-bleed gallery strip like the reference */
.photo-gallery .container { max-width: 1040px; }

/* Grid */
.gallery-grid{
  display:grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  padding: 0 8px 8px;
}

/* Tiles */
.tile{
  position:relative;
  overflow:hidden;
  border-radius:4px;
  aspect-ratio: 3 / 2;                 /* default tile proportion */
}
.tile img{
  width:100%; height:100%;
  object-fit:cover; display:block;
  transform:scale(1.02); transition:transform .35s ease, filter .35s ease;
}
.tile::after{                           /* subtle color wash like reference */
  content:""; position:absolute; inset:0;
  background:rgba(143, 188, 143, .15);
  opacity:0; transition:opacity .35s ease;
}
.tile:hover img{ transform:scale(1.06); filter:contrast(1.05) saturate(1.05); }
.tile:hover::after{ opacity:1; }

/* Spans to create the mixed sizes */
.span-2{ grid-column: span 2; aspect-ratio: 16 / 9; }   /* wider tiles */
.span-3{ grid-column: span 3; aspect-ratio: 16 / 9; }   /* extra wide */

/* Responsive */
@media (max-width: 992px){
  .gallery-grid{ grid-template-columns: repeat(4, 1fr); }
  .span-3{ grid-column: span 4; }
}
@media (max-width: 576px){
  .gallery-grid{ grid-template-columns: repeat(2, 1fr); }
  .span-2, .span-3{ grid-column: span 2; }
  .tile{ aspect-ratio: 4 / 3; }
}

  .section-heading span { color: #6a8d48; }
  [data-fancybox] img {
    transition: transform .3s ease, filter .3s ease;
  }
  [data-fancybox]:hover img {
    transform: scale(1.03);
    filter: brightness(1.05);
  }

    .gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    border: 3px solid #e6e6e6; /* Light border */
    transition: all 0.3s ease;
  }

  /* Image fit */
  .gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }

  /* Overlay on hover */
  .gallery-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(106, 141, 72, 0.6); /* Green overlay */
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
  }

  /* Hover effects */
  .gallery-item:hover img {
    transform: scale(1.05);
  }
  .gallery-item:hover::before {
    opacity: 1;
  }

  /* Add some spacing */
  .gallery-spacing {
    padding: 5px; /* Gap around each image */
  }

  .location-advantages-nature {
  background: linear-gradient(#f5fdf5, #ffffff);
}

.nature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nature-list li {
  margin-bottom: 1rem;
  padding-left: 1.8rem;
  position: relative;
  color: #2f4f2f;
  font-size: 1rem;
}

.nature-list li::before {
  content: "🌿";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2rem;
}

.kpi-tile {
  background: #ffffff;
  border: 2px solid #d9ead3;
  border-radius: 12px;
  text-align: center;
  padding: 1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.kpi-tile .kpi {
  font-size: 1.25rem;
  font-weight: bold;
  color: #2e7d32;
  display: block;
}

.kpi-tile small {
  color: #4e6b50;
}

.image-frame {
  position: relative;
  display: inline-block;
}

/* Section Styling */
.nature-gallery-section {
  background: linear-gradient(#f9fdf8, #ffffff);
  padding-top: 60px;
  padding-bottom: 60px;
}

.gallery-title {
  color: #2f5d37;
  font-size: 2.2rem;
}

.gallery-title span {
  color: #66bb6a;
}

.gallery-subtitle {
  color: #6f7c68;
  font-size: 1rem;
  max-width: 500px;
  margin: 0 auto;
}

/* Gallery Grid */
.nature-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

/* Gallery Items */
.nature-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  display: block;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nature-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease, filter 0.6s ease;
}

.nature-gallery-item:hover img {
  transform: scale(1.07);
  filter: brightness(0.95) contrast(1.05);
}

.nature-gallery-item:hover {
  box-shadow: 0 12px 28px rgba(0,0,0,0.1);
}

/* Fancybox Caption */
.fancybox-caption {
  font-size: 1rem;
  background: rgba(47, 93, 55, 0.85);
  color: #fff;
  padding: 12px;
  border-radius: 4px;
}

/* =============================
   NATURE THEME — TOKENS
   ============================= */
:root{
  --leaf: #6a8d48;              /* primary green */
  --leaf-deep: #2f5d37;         /* deep forest green */
  --leaf-soft: #dfe9d7;         /* soft green tint */
  --earth: #2b1f14;             /* dark earthy brown (you already use) */
  --cream: #f7fbf5;             /* page tint */
}

/* =============================
   GLOBAL NATURE BACKDROP
   (subtle leaf pattern, super light)
   ============================= */
/* =============================
   GLOBAL NATURE BACKDROP
   ============================= */
/* =======================
   Floating Leaf Styling
   ======================= */
.leaf-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

/*.leaf {*/
/*  position: absolute;*/
/*  width: 22px;*/
/*  height: 22px;*/
/*  opacity: 0.18;*/
/*  background: url('data:image/svg+xml,%3Csvg width="22" height="22" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill="%236a8d48" fill-opacity="0.8" d="M11 0c3 4 3 8 0 12-3-4-3-8 0-12z"/%3E%3C/svg%3E') no-repeat center/contain;*/
/*  animation: floatLeaf linear infinite;*/
/*}*/

/* Gentle floating motion */
@keyframes floatLeaf {
  0% {
    transform: translateY(110%) rotate(0deg);
  }
  50% {
    transform: translateY(50%) rotate(30deg);
  }
  100% {
    transform: translateY(-20%) rotate(60deg);
  }
}


/* =============================
   HERO — NATURE OVERLAY & MOTION
   (uses your existing .hero-section & .hero-overlay)
   ============================= */
.hero-section{
  position: relative;
  background:
    linear-gradient(180deg, rgba(47,93,55,.12), rgba(47,93,55,0) 40%),
    radial-gradient(1200px 600px at 70% -20%, rgba(106,141,72,.18), transparent 60%);
  overflow: hidden;
}
.hero-overlay{
  position:absolute; inset:0;
  background: radial-gradient(800px 400px at 30% -10%, rgba(223,233,215,.35), transparent 60%);
  pointer-events:none;
  animation: heroGlow 14s ease-in-out infinite alternate;
}
@keyframes heroGlow{
  0%{ opacity:.55; transform: translateY(0) }
  100%{ opacity:.8; transform: translateY(-10px) }
}

/* Floating leaves container injected by JS */
.hero-section .leaf-layer{
  position:absolute; inset:0; pointer-events:none; overflow:hidden;
}
.leaf{
  position:absolute; width:18px; height:18px; opacity:.35;
  background: radial-gradient(circle at 30% 30%, var(--leaf) 0 55%, transparent 56%),
              radial-gradient(circle at 70% 70%, var(--leaf-deep) 0 55%, transparent 56%);
  border-radius: 60% 40% 65% 35% / 50% 70% 30% 50%;
  filter: blur(.1px);
  animation: drift var(--dur,18s) linear infinite;
  transform: rotate(var(--rot, 0deg));
}
@keyframes drift{
  from{ transform: translateY(110%) translateX(var(--x,0)) rotate(var(--rot,0)) }
  to  { transform: translateY(-10%)  translateX(calc(var(--x,0) + var(--xmove, 60px))) rotate(calc(var(--rot,0) + 120deg)) }
}

/* Motion safety */
@media (prefers-reduced-motion: reduce){
  .hero-overlay{ animation: none; }
  .leaf{ animation: none; opacity:.2; }
}

/* =============================
   REVEAL ANIMATIONS (plug-n-play)
   Works with your existing .reveal class
   ============================= */
.reveal{
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .7s cubic-bezier(.2,.6,.2,1), transform .7s cubic-bezier(.2,.6,.2,1);
}
.reveal.in-view{
  opacity: 1;
  transform: none;
}
.reveal[data-delay="1"]{ transition-delay: .08s; }
.reveal[data-delay="2"]{ transition-delay: .16s; }
.reveal[data-delay="3"]{ transition-delay: .24s; }

/* Optional: apply reveal to headings/tiles without touching HTML */
.hero-title, .hero-subtitle, .kpi-tile, .feature-card, .metric-number, .metric-icon,
.gallery-title, .gallery-subtitle, .nature-gallery-item{
  will-change: opacity, transform;
}

/* =============================
   ICON RINGS & FEATURE CARDS (polish)
   ============================= */
.icon-ring{
  width: 54px; height: 54px; display:inline-flex; align-items:center; justify-content:center;
  border-radius: 999px;
  background: radial-gradient(40px 40px at 50% 50%, rgba(106,141,72,.15), rgba(106,141,72,.05));
  color: var(--leaf);
  box-shadow: inset 0 0 0 1px rgba(106,141,72,.25);
}
.feature-card{
  border: 1px solid rgba(106,141,72,.18);
  border-radius: 14px;
  padding: 1rem 1.1rem;
  background: linear-gradient(180deg, #ffffff, #f9fcf6);
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
  transition: transform .25s ease, box-shadow .25s ease;
}
.feature-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,0,0,.07);
}

/* =============================
   KPI TILES (Location section)
   ============================= */
.kpi-tile{
  border: 1px solid rgba(106,141,72,.22);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(0,0,0,.04);
}
.kpi-tile .kpi{ color: var(--leaf-deep); }

/* =============================
   PARALLAX CTA STRIP
   (uses your .cta-parallax & .cta-overlay)
   ============================= */
.cta-parallax{
  background:
    linear-gradient(rgba(43,31,20,.6), rgba(43,31,20,.6)),
    url("./two.jpg") center/cover fixed no-repeat;
  overflow: hidden;
}
.cta-overlay{
  position:absolute; inset:0;
  background:
    radial-gradient(800px 400px at 10% -10%, rgba(106,141,72,.28), transparent 60%),
    radial-gradient(800px 400px at 90% 110%, rgba(106,141,72,.18), transparent 60%);
  pointer-events:none;
}

/* =============================
   NATURE CORNER MOTIFS (SVG vines)
   Applied to key sections without HTML changes
   ============================= */
.project-overview::before,
.amenities-section::before,
.location-advantages-nature::before,
.nature-gallery-section::before,
.master-layout::before,
.secure-plot::before
{
  content:"";
  position:absolute; left:-24px; top:-24px; width:160px; height:160px; z-index:0; opacity:.25;
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 120c18-12 26-28 28-48 20 2 36-10 48-28 8 22 22 34 44 40-16 10-24 24-24 44-18-6-34-2-48 12-2-10-8-16-20-20z' fill='%236a8d48' fill-opacity='.6'/%3E%3C/svg%3E");
  background-size: contain; background-repeat: no-repeat;
  pointer-events:none;
}
.project-overview, .amenities-section, .location-advantages-nature, .nature-gallery-section,.master-layout,
.secure-plot{
  position: relative;
}
.project-overview::after,
.amenities-section::after,
.location-advantages-nature::after,
.nature-gallery-section::after,
.master-layout::after,
.secure-plot::after
{
  content:"";
  position:absolute; right:-24px; bottom:-24px; width:160px; height:160px; z-index:0; opacity:.22;
  transform: scaleX(-1);
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 120c18-12 26-28 28-48 20 2 36-10 48-28 8 22 22 34 44 40-16 10-24 24-24 44-18-6-34-2-48 12-2-10-8-16-20-20z' fill='%236a8d48' fill-opacity='.5'/%3E%3C/svg%3E");
  background-size: contain; background-repeat: no-repeat;
  pointer-events:none;
}

/* =============================
   GALLERY POLISH
   ============================= */
.nature-gallery-section .gallery-title{
  font-family: "Playfair Display", ui-serif, Georgia, serif;
  color: var(--leaf-deep);
}
.nature-gallery-section .gallery-title span{ color: var(--leaf); }
.nature-gallery-section .gallery-subtitle{ color:#6f7c68; }

.nature-gallery-item{
  border-radius: 14px; overflow:hidden; position: relative;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
  transition: transform .35s ease, box-shadow .35s ease;
}
.nature-gallery-item:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0,0,0,.1);
}
.nature-gallery-item img{
  transition: transform .6s ease, filter .6s ease;
}
.nature-gallery-item:hover img{
  transform: scale(1.05);
  filter: brightness(.96) contrast(1.05);
}

/* =============================
   FOOTER ACCENTS
   ============================= */
.footer-accent{
  height: 4px;
  background: linear-gradient(90deg, var(--leaf), #9cc48a, var(--leaf));

    /* background: linear-gradient(180deg, rgba(247, 251, 245, 0.92), rgba(255, 255, 255, -4.06)), url(/background.webp) center / cover no-repeat; */
}
.footer-hero::before{
  content:"";
  position:absolute; inset:0; pointer-events:none; opacity:.22;
  background:
    radial-gradient(600px 300px at 10% -10%, rgba(106,141,72,.28), transparent 60%),
    radial-gradient(600px 300px at 90% 110%, rgba(106,141,72,.18), transparent 60%);
}

/* =============================
   REDUCED MOTION ACCESSIBILITY
   ============================= */
@media (prefers-reduced-motion: reduce){
  .reveal, .nature-gallery-item img{ transition: none !important; }
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}
/* Floating Leaf Layer */
#leaf-container {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.floating-leaf {
  position: absolute;
  width: 32px;
  height: auto;
  opacity: 0.5;
  animation: floatUp linear infinite;
  will-change: transform;
  filter: drop-shadow(0 3px 3px rgba(0,0,0,0.15));
}

@keyframes floatUp {
  0% {
    transform: translateY(110vh) translateX(0) rotate(0deg);
    opacity: 0;
  }
  10% { opacity: 0.6; }
  90% { opacity: 0.6; }
  100% {
    transform: translateY(-20vh) translateX(var(--x-shift)) rotate(var(--rot));
    opacity: 0;
  }
}

/* Luxury gold-green tones */
:root {
  --leaf-green: #6a8d48;
  --leaf-gold: #cbbf7a;
}

/* Scroll-triggered blink */
.luxury-leaf.pulse {
  animation: floatLeaf linear infinite, blink 1.5s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% { opacity: 0.35; transform: scale(1) rotate(var(--rot, 0deg)); }
  50% { opacity: 0.8; transform: scale(1.15) rotate(var(--rot, 0deg)); }
}

/* =============================
   NATURE THEME COLORS
   ============================= */
:root{
  --leaf: #6a8d48;
  --leaf-deep: #2f5d37;
  --leaf-soft: #dfe9d7;
  --earth: #2b1f14;
  --cream: #f7fbf5;
}

/* =============================
   BACKGROUND & PATTERNS
   ============================= */
body{
  background: #ffffff;
  overflow-x: hidden;
}
.section-secondary-bg, .project-overview, .amenities-section, .nature-gallery-section, .location-advantages-nature,.master-layout,
.secure-plot{
  background-image:
    url("data:image/svg+xml,%3Csvg width='140' height='140' viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23dfe9d7' fill-opacity='.55'%3E%3Cpath d='M70 8c10 16 10 30 0 46-10-16-10-30 0-46zM22 40c12 10 18 22 16 36-14-3-24-10-30-22 4-6 8-10 14-14zM118 40c-12 10-18 22-16 36 14-3 24-10 30-22-4-6-8-10-14-14z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 420px 420px;
}

/* =============================
   FLOATING LEAVES
   ============================= */
.leaf-layer{
  position:absolute; inset:0; pointer-events:none; overflow:hidden;
}
.leaf{
  position:absolute; width:18px; height:18px; opacity:.35;
  background: radial-gradient(circle at 30% 30%, var(--leaf) 0 55%, transparent 56%),
              radial-gradient(circle at 70% 70%, var(--leaf-deep) 0 55%, transparent 56%);
  border-radius: 60% 40% 65% 35% / 50% 70% 30% 50%;
  filter: blur(.1px);
  animation: drift var(--dur,18s) linear infinite;
  transform: rotate(var(--rot, 0deg));
}
@keyframes drift{
  from{ transform: translateY(110%) translateX(var(--x,0)) rotate(var(--rot,0)) }
  to  { transform: translateY(-10%)  translateX(calc(var(--x,0) + var(--xmove, 60px))) rotate(calc(var(--rot,0) + 120deg)) }
}

/* =============================
   SCROLLBAR — NATURE STYLE
   ============================= */
::-webkit-scrollbar{
  width: 12px;
}
::-webkit-scrollbar-track{
  background: var(--leaf-soft);
}
::-webkit-scrollbar-thumb{
  background: linear-gradient(var(--leaf), var(--leaf-deep));
  border-radius: 6px;
  border: 2px solid var(--leaf-soft);
}
::-webkit-scrollbar-thumb:hover{
  background: linear-gradient(var(--leaf-deep), var(--leaf));
}

/* =============================
   REVEAL ANIMATIONS
   ============================= */
.reveal{
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.in-view{
  opacity: 1;
  transform: none;
}

/* =============================
   GALLERY POLISH
   ============================= */
.gallery-spacing{
  padding: 4px;
}
.gallery-item img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  transition: transform .35s ease, box-shadow .35s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
}
.gallery-item:hover img{
  transform: scale(1.05);
  box-shadow: 0 14px 28px rgba(0,0,0,.12);
}
 .feature-card {
    background: #fff; /* optional: give a card feel */
    color: #000;      /* adjust text color for contrast */
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .icon-circle {
    font-size: 28px;
    background: #e6f3e6;
    color: #2b1f14;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 auto;
  }
  .heading-underline {
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
}

.heading-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #2e7d32, #66bb6a); /* nature green underline */
  border-radius: 2px;
}

.heading-underline::before {
  content: "🌿"; /* leaf emoji (can replace with small SVG background) */
  position: absolute;
  right: -20px;  /* space after line */
  bottom: -2px;
  font-size: 18px;
}
.amenities-section .row {
  justify-content: center; /* Ensures even spacing */
}

.feature-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0 auto; /* Centers cards inside column */
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

/* Equal card width for all */
.amenities-section .feature-card {
  width: 100%;
  max-width: 320px;
}

/* Icon styling */
.icon-circle {
  font-size: 2rem;
  background: linear-gradient(135deg, #3ca55c, #b5ac49);
  color: white;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Leaf hover effect */
.leaf-hover {
  position: absolute;
  bottom: -20px;
  right: -20px;
  font-size: 2rem;
  opacity: 0;
  transform: scale(0.5) rotate(0deg);
  transition: all 0.6s ease;
}
.feature-card:hover .leaf-hover {
  bottom: 10px;
  right: 10px;
  opacity: 1;
  transform: scale(1) rotate(15deg);
}

/* Fix row spacing */
.amenities-section .row.g-4 {
  margin-top: 1rem;
}
.footer-accent {
  height: 4px;
  background: linear-gradient(90deg, #3fd16b, #3fa070);
}

.footer-hero {
  position: relative;
  background-color: #215c25;
  color: #fff;
  padding: 4rem 1rem;

  /* subtle seamless leaf pattern */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='%23ffffff22'%3E%3Cpath d='M30 5c-4 8-4 12 0 20 4-8 4-12 0-20zM10 30c8-4 12-4 20 0-8 4-12 4-20 0zM30 55c-4-8-4-12 0-20 4 8 4 12 0 20zM50 30c-8 4-12 4-20 0 8-4 12-4 20 0z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 120px 120px;
  background-blend-mode: soft-light;
}


.footer-hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 40, 20, 0.65); /* Dim greenish overlay */
}
.footer-intro {
  max-width: 700px;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #f1f1f1;
}

.footer-bar {
  background: #0d1f14;
  padding: 1rem 0;
}
.footer-bar .brand-link {
  color: #3ca55c;
  font-weight: 600;
}
.footer-bar a {
  color: #2e7d32; /* rich green */
  font-weight: 500;
}

/* CTA Button */
.btn-green {
  background: linear-gradient(135deg, #2e7d32, #388e3c);
  color: #fff;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
}
.btn-green:hover {
  background: #1e4620;
  transform: translateY(-2px) scale(1.02);
}

/* Modal background */
.nature-form-modal {
  background: linear-gradient(135deg, #f5fff7, #eaf5ec);
  border: 2px solid #cfe8d8;
}

/* Form input styling */
.nature-form-modal .form-control {
  border-radius: 12px;
  border: 1px solid #bcdcbc;
}
.nature-form-modal .form-control:focus {
  border-color: #2e7d32;
  box-shadow: 0 0 0 0.25rem rgba(46, 125, 50, 0.25);
}

/* Heading leafy accent */
/*.form-heading::after {*/
/*  content: "❧";*/
/*  font-size: 1.5rem;*/
/*  color: #2e7d32;*/
/*  display: block;*/
/*  margin: 0.3rem auto 0;*/
/*}*/
.btn-green {
  background: linear-gradient(135deg, #2e7d32, #43a047);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 6px 12px rgba(34, 139, 34, 0.3);
}

.btn-green:hover {
  background: linear-gradient(135deg, #1b5e20, #2e7d32);
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 16px rgba(34, 139, 34, 0.4);
}

@media (max-width: 425px){
* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

/* Hero Section Mobile */
.hero-section {
  min-height: 100vh;
  padding: 0;
  position: relative;
}

.hero-content {
  padding: 20px 15px;
  text-align: center;
}

.hero-title {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.hero-subtitle {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

/* Navigation Mobile */
.navbar {
  padding: 10px 0;
}

.logo_img {
  max-height: 50px;
  width: auto;
}

.navbar-nav {
  text-align: center;
  width: 100%;
}

.navbar-nav .nav-item {
  margin: 0.5rem 0;
}

/* Section Padding Mobile */
.py-lg-5 {
  padding: 3rem 0 !important;
}

.py-5 {
  padding: 2.5rem 0 !important;
}

.mb-lg-0 {
  margin-bottom: 2rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

/* Project Overview Mobile */
.project-overview .lead {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.project-overview img {
  margin-top: 1rem;
}

/* CTA Parallax Mobile */
.cta-parallax {
  background-attachment: scroll !important;
  padding: 3rem 0 !important;
}

.feature-box {
  margin-bottom: 1.5rem;
  min-height: auto;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

.feature-box h6 {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.feature-box p {
  font-size: 0.8rem;
  line-height: 1.4;
}

.metric-icon {
  margin-bottom: 0.5rem !important;
}

/* Location Section Mobile */
.location-advantages-nature {
  padding: 2.5rem 0;
}

.nature-list {
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}

.nature-list li {
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Map Responsive */
.location-advantages-nature iframe {
  width: 100% !important;
  height: 300px !important;
  max-width: 100%;
  border-radius: 12px;
}

/* Amenities Mobile */
.amenities-section {
  padding: 2.5rem 0;

        margin-top: -90px;
    
}

.feature-card {
  width: 80% !important;
  margin: 0 auto 1.5rem;
  padding: 1.5rem !important;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.icon-circle {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.feature-card h6 {
  font-size: 1rem;
  margin-bottom: 0.8rem;
}

.feature-card p {
  font-size: 0.85rem;
  line-height: 1.4;
  margin-bottom: 0;
}

/* Master Layout Mobile */
.master-layout {
  padding: 2.5rem 0;
}

.master-layout img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* Form Section Mobile */
.secure-plot {
  padding: 2.5rem 0;
}

.nature-form {
  padding: 2rem 1.5rem !important;
  margin: 0 15px;
}

.form-floating {
  margin-bottom: 1.5rem !important;
}

.form-control {
  font-size: 1rem;
  padding: 0.75rem;
}

.btn-green {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}

/* Modal Mobile */
.modal-content {
  margin: 20px;
  border-radius: 20px;
}

.modal-body {
  padding: 1.5rem;
}

/* Footer Mobile */
.footer-hero {
  padding: 2rem 0;
}

.footer-intro {
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 100%;
  padding: 0 1rem;
}

.footer-bar {
  padding: 1rem 0;
  text-align: center;
}

.footer-bar .container {
  flex-direction: column;
  gap: 0.5rem;
}

.footer-bar .small {
  font-size: 0.75rem;
}

/* Floating Elements Mobile - Optimized */
.floating-leaves-container {
  display: block;
}

.leaf-layer {
  display: block;
}
    .feature-box {

        max-width: 302px;
      
        margin-left: 40px;
    }


}
/* Optimize floating leaves for mobile */
@media (max-width: 767.98px) {
  .floating-leaf {
    opacity: 0.4;
    font-size: 16px;
  }
  
  .floating-leaf::before {
    font-size: 16px;
  }
  
  /* Reduce number of leaves on very small screens */
  .floating-leaf:nth-child(n+6) {
    display: none;
  }
}

/* Buttons Mobile */
.btn-lg {
  padding: 0.75rem 2rem;
  font-size: 1rem;
}

/* Responsive Breakpoints */
@media (max-width: 575.98px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .nature-form {
    padding: 1.5rem 1rem !important;
    margin: 0 10px;
  }
  
  .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  
  .amenities-section .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .location-advantages-nature .col-lg-6 {
    margin-bottom: 2rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-title {
    font-size: 2.2rem;
  }
  
  .amenities-section .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .py-lg-5 {
    padding: 4rem 0 !important;
  }
  
  .location-advantages-nature iframe {
    height: 400px !important;
  }
}

@media (min-width: 992px) {

  .feature-card {
    width: 85% !important;
  }
  
  .nature-form {
    padding: 3rem 2.5rem !important;
  }
  
  .location-advantages-nature iframe {
    height: 450px !important;
  }
  
  /* Full leaf animation on desktop */
  .floating-leaf {
    opacity: 0.7;
  }
  
  .floating-leaf::before {
    font-size: 20px;
  }
  
  .floating-leaf:nth-child(n+6) {
    display: block;
  }
}

/* Utility Classes for Mobile */
.text-center-mobile {
  text-align: center;
}

.hide-mobile {
  display: none;
}

@media (min-width: 768px) {
  .hide-mobile {
    display: block;
  }
  
  .text-center-mobile {
    text-align: inherit;
  }
}

/* Fix Overflow Issues */
.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row > * {
  padding-left: 10px;
  padding-right: 10px;
}

/* Ensure images don't overflow */
img {
  max-width: 100%;
  height: auto;
}

/* Fix flex issues on mobile */
.d-flex.col-6, .d-flex.col-md-4, .d-flex.col-lg-4 {
  display: flex !important;
  align-items: stretch;
}

/* Smooth animations optimized for mobile */
@media (max-width: 767.98px) {
  .floating-leaf {
    animation-duration: 20s !important;
  }
  
  /* Keep essential animations but make them lighter */
  .feature-card {
    transition: transform 0.2s ease;
  }
  
  .btn {
    transition: all 0.2s ease;
  }
}


/* Navbar Toggle Mobile Fix */
.navbar-toggler {
  border: none;
  padding: 0.375rem 0.75rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1001;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 141, 72, 0.5);
  outline: none;
}

.navbar-toggler:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-1px);
}

/* Custom hamburger icon */
.navbar-toggler-icon {
  background-image: none;
  width: 20px;
  height: 15px;
  position: relative;
  display: inline-block;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon {
  background-color: #6a8d48;
  border-radius: 2px;
}

/*.navbar-toggler-icon::before,*/
/*.navbar-toggler-icon::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  width: 20px;*/
/*  height: 2px;*/
/*  transition: all 0.3s ease;*/
/*}*/

.navbar-toggler-icon::before {
  top: -6px;
}

.navbar-toggler-icon::after {
  bottom: -6px;
}

.navbar-toggler-icon {
  background-color: #6a8d48;
  height: 2px;
}

/* Animated hamburger to X */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-color: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
  transform: rotate(45deg);
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  transform: rotate(-45deg);
  bottom: 0;
}

/* Fix logo movement issue */
.navbar .row {
  margin: 0;
  align-items: center;
}

.navbar .col-5,
.navbar .col-7 {
  padding: 0 15px;
  position: relative;
}

/* Mobile Navigation Styles */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        /* border-radius: 10px; */
        margin-top: 1rem;
        padding: 0rem;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        border: 1px solid rgba(106, 141, 72, 0.2);
        position: absolute;
        top: 100%;
        /* left: 42px; */
        right: -10px;
        width: 100%;
        z-index: 1000;
    }
  /* Keep logo fixed in position */
  .navbar .col-5 {
    flex: 0 0 auto;
    width: auto;
  }
  
  .navbar .col-7 {
    flex: 1;
    text-align: right;
    position: relative;
  }
  
  .navbar-nav {
    text-align: center;
    width: 100%;
  }
  
  .navbar-nav .nav-item {
    margin: 0.5rem 0;
    padding: 0;
  }
  
  .navbar-nav .nav-link {
    color: #2b1f14 !important;
    font-weight: 500;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: block;
    margin: 0.25rem 0;
  }
  
  .navbar-nav .nav-link:hover {
    background-color: rgba(106, 141, 72, 0.1);
    color: #6a8d48 !important;
    transform: translateX(5px);
  }
  
  /* Logo adjustments for mobile */
  .logo_img {
    max-height: 45px;
    width: auto;
  }
  
  /* Ensure toggle button is visible */
  .navbar-toggler {
    display: block !important;
    z-index: 1001;
  }
  
  /* Make sure collapse area doesn't overflow */
  .navbar-collapse {
    max-height: 400px;
    overflow-y: auto;
  }
  
  
}

/* Desktop Navigation */
@media (min-width: 992px) {
  .navbar-toggler {
    display: none !important;
  }
  
  .navbar-collapse {
    display: block !important;
    background: transparent;
    box-shadow: none;
    border: none;
    margin-top: 0;
    padding: 0;
  }
  
  .navbar-nav .nav-link {
    color: white !important;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
  }
  
  .navbar-nav .nav-link:hover {
    color: #a8d982 !important;
    transform: translateY(-2px);
  }
}

/* Fix for navbar positioning in hero */
.navbar {
  position: relative;
  z-index: 1000;
  padding: 15px 0;
}

/* Smooth scroll for anchor links */
html {
  scroll-behavior: smooth;
}

/* Fix anchor offset for fixed navbar */
section[id] {
  scroll-margin-top: 80px;
}

/* Additional mobile improvements */
@media (max-width: 575.98px) {
  .navbar {
    padding: 10px 0;
  }
  
     .logo_img {
        max-height: 100px;
    }
  
  .navbar-toggler {
    padding: 0.25rem 0.5rem;
  }
  
  .navbar-toggler-icon {
    width: 18px;
    height: 13px;
  }
  
  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    width: 18px;
  }
}