/********** Template CSS **********/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

img.animated.pulse {
    animation-duration: 5s;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
     background-color:#1b5e20;
}

.navbar {
    padding: 11px 0 !important;
    height: 85px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 45px;
    padding: 0;
    color: var(--bs-dark);
    font-weight: 500;
    transition: .5s;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-white);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        padding: 0 15px;
        background: var(--bs-primary);
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Hero Header ***/
.hero-header {
    position: relative;
    margin-top: -85px;
    padding-top: 12rem;
    padding-bottom: 35rem;
   background: url(../img/bg1.png) center center no-repeat;
    background-size: cover; 
     
}

.hero-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.hero-header .container {
    position: relative;
    z-index: 1;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-light);
}


/*** Feature ***/
.feature-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
   border-radius: 10%;
}

.feature-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}


/*** Deal ***/
.deal {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.deal::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.deal .bg-white {
    position: relative;
    z-index: 1;
}

.deal .cdt span {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 200;
    text-transform: capitalize;
}


/*** How To Use ***/
.how-to-use {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.how-to-use::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.how-to-use .container {
    position: relative;
    z-index: 1;
}

.how-to-use .border {
    border-color: rgba(255, 255, 255, .2) !important;
}


/*** Product ***/
.product-item {
    transition: .1s;
}

.product-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(144, 188, 121, .25);
}

.product-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Testimonial ***/
.testimonial {
    position: relative;
    background: url(../img/oasis.png) center center no-repeat;
    background-size: cover;
}

.testimonial::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.testimonial .testimonial-carousel {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
    border-color: rgba(255, 255, 255, .2) !important;
    margin: 0 auto 20px auto;
    border-radius: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 3px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--bs-dark);
}


/*** Blog ***/
.blog-item {
    transition: .1s;
}

.blog-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(144, 188, 121, .25);
}

.blog-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Contact ***/
.contact-info-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.contact-info-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}


/*** Newsletter ***/
.newsletter {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.newsletter::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.newsletter .container {
    position: relative;
    z-index: 1;
}

.newsletter .form-control {
    background: rgba(255, 255, 255, .3);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--bs-body);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 3px solid var(--bs-light);
}

.footer .copyright a {
    color: var(--bs-body);
}

.footer .copyright a:hover {
    color: var(--bs-primary);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 3px solid var(--bs-light);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
/* SECTION BACKGROUND */
.feature-section {
    padding: 80px 0;
    position: relative;
}

/* TITLE */
.feature-title {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.feature-title span {
    color: #f4b400;
    font-style: italic;
    font-weight: 500;
}

/* CARD DESIGN */
.feature-card {
    background: #0c0c0c;
    border-radius: 20px;
    padding: 40px 25px;
    text-align: center;
    transition: 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-8px);
}

/* ICON */
.icon-box {
    width: 60px;
    height: 60px;
    background: #f4b400;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.icon-box i {
    color: #1f7a4c;
    font-size: 22px;
}

/* TEXT */
.feature-card h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.feature-card p {
    color: #cfcfcf;
    font-size: 14px;
    line-height: 1.6;
}
/* SECTION BACKGROUND */
.why-section {
    background: #f7f7f2;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* 🔶 YELLOW STRIP */
.top-strip {
    background: #f4b400;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
    margin-top: -48px;
}

.strip-content {
    display: inline-block;
    animation: scrollStrip 20s linear infinite;
    font-size: 14px;
    font-weight: 500;
    color: #0b3d2e;
}

.strip-content span {
    margin: 0 25px;
}

/* ANIMATION */
@keyframes scrollStrip {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

/* TITLES */
.small-title {
    color: #c89b00;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
}

.main-title {
    font-size: 48px;
    color: #1f4d3b;
    font-weight: 600;
    margin-bottom: 30px;
}

.main-title span {
    color: #1f7a4c;
    font-style: italic;
}

/* LIST */
.why-item {
    display: flex;
    margin-bottom: 20px;
}

.dot {
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 6px;
}

.why-item h6 {
    font-weight: 600;
    color: #1f4d3b;
}

.why-item p {
    font-size: 14px;
    color: #6c757d;
}

/* STATS GRID */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.stat-box {
    border: 1px solid #d6d6d6;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    background: #fff;
}

.stat-box h3 {
    color: #1f7a4c;
    font-size: 32px;
    margin-bottom: 5px;
}

.stat-box p {
    font-size: 12px;
    letter-spacing: 1px;
    color: #6c757d;
}
/* SECTION */
.compare-section {
    background: #f8f9f6;
    padding: 80px 0;
}

/* TITLE */
.small-title {
    font-size: 12px;
    letter-spacing: 2px;
    color: #b68c00;
    margin-bottom: 10px;
}

.compare-title {
    font-size: 42px;
    color: #1c3d2b;
    margin-bottom: 40px;
}

.compare-title span {
    font-style: italic;
    color: #2c7a4b;
}

/* TABLE */
.compare-table {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ddd;
}

/* ROW */
.table-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    border-bottom: 1px solid #eee;
}

.table-row:last-child {
    border-bottom: none;
}

/* COLUMNS */
.col {
    padding: 15px 20px;
    font-size: 14px;
    text-align: left;
}

/* TITLE COLUMN */
.title {
    font-weight: 600;
    color: #7a8a7a;
}

/* HEADER */
.table-header .col {
    padding: 25px 20px;
    text-align: center;
}

.table-header .us {
    background: #1c7a4f;
    color: #fff;
}

.table-header .them {
    background: #e3e8e2;
}

.label {
    font-size: 11px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 5px;
}

/* COLUMN COLORS */
.us {
    color: #1c7a4f;
}

.them {
    color: #8c8c8c;
}

/* CTA BUTTON */
.cta-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 28px;
    background: #1c7a4f;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.cta-btn:hover {
    background: #145c3a;
}
/*juice section */
.juice-section{
  padding: 60px 20px;
  background: #fafafa;
  font-family: Arial, sans-serif;
  text-align: center;
}

.juice-section-title{
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 25px;
}

.juice-section-title-span{
  color: #1aa36f;
  font-style: italic;
}

/* SIZE SELECTOR */
.juice-section-size-selector{
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}

.juice-section-size{
  border: 1px solid #ddd;
  padding: 10px 18px;
  border-radius: 25px;
  font-size: 12px;
  background: #fff;
  cursor: pointer;
}

.juice-section-size small{
  display: block;
  font-size: 10px;
  color: #777;
}

/* CARDS GRID */
.juice-section-cards{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1100px;
  margin: auto;
}

/* CARD */
.juice-section-card{
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  padding: 20px;
  text-align: left;
  position: relative;
  transition: 0.3s;
}

.juice-section-card:hover{
  transform: translateY(-5px);
}

.juice-section-card h3{
  margin-bottom: 5px;
  margin-top: 10px;
}

.juice-section-card p{
  font-size: 13px;
  color: #666;
}

.juice-section-card ul{
  padding-left: 18px;
  margin: 15px 0;
}

.juice-section-card ul li{
  font-size: 13px;
  margin-bottom: 5px;
}

/* PRICE */
.juice-section-price{
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  font-weight: bold;
}

/* ACTIVE CARD */
.juice-section-active{
  background: #148a5a;
  color: white;
  border: none;
}

.juice-section-active p,
.juice-section-active ul li{
  color: #dff7ea;
}

/* BADGE */
.juice-section-badge{
  position: absolute;
  top: 10px;
  left: 10px;
  background: #f4b400;
  padding: 4px 8px;
  font-size: 10px;
  border-radius: 10px;
  font-weight: bold;
}

/* RESPONSIVE */
@media(max-width: 900px){
  .cards{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 600px){
  .cards{
    grid-template-columns: 1fr;
  }

  .size-selector{
    flex-wrap: wrap;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&family=Inter:wght@300;400;500;600&display=swap');

.order-section{
  background:#ffffff;
  padding:60px 20px;
  font-family: Inter, sans-serif;
  color:#0f2d24;
}

.container{
  max-width:1100px;
  margin:auto;
  text-align:center;
}

.tag{
  font-size:11px;
  letter-spacing:2px;
  color:#f4a300;
  font-weight:600;
}

h2{
  font-family:"Playfair Display", serif;
  font-size:42px;
  margin:10px 0;
}

h2 span{
  font-style:italic;
  color:#148a5a;
}

.subtitle{
  font-size:13px;
  color:#666;
  max-width:500px;
  margin:0 auto 40px;
}

.grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  text-align:left;
}

/* LEFT */
.left h4,
.right h4{
  font-size:11px;
  letter-spacing:1.5px;
  color:#148a5a;
  margin-bottom:15px;
}

.option{
  border:1px solid #e5e5e5;
  padding:12px 14px;
  border-radius:10px;
  margin-bottom:10px;
  cursor:pointer;
}

.option h5{
  margin:0;
  font-size:14px;
}

.option p{
  margin:4px 0 0;
  font-size:12px;
  color:#777;
}

.option.active{
  border:2px solid #148a5a;
  background:#f3fbf7;
}

/* RIGHT */
.size-cards{
  display:flex;
  gap:10px;
}

.size{
  flex:1;
  border:1px solid #e5e5e5;
  padding:12px;
  border-radius:10px;
  text-align:center;
}

.size strong{
  display:block;
  font-size:16px;
}

.size span{
  font-size:12px;
  font-weight:600;
}

.size small{
  display:block;
  font-size:11px;
  color:#777;
}

.size.active{
  border:2px solid #148a5a;
  background:#f3fbf7;
}

/* QTY */
.qty-box{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:10px;
}

.qty-box button{
  width:30px;
  height:30px;
  border-radius:50%;
  border:1px solid #ddd;
  background:white;
  cursor:pointer;
}

.qty-box span{
  font-weight:600;
}

.qty-box strong{
  margin-left:auto;
}

/* INPUTS */
input, textarea{
  width:100%;
  padding:10px;
  margin-top:12px;
  border:1px solid #e5e5e5;
  border-radius:8px;
  font-family:inherit;
}

textarea{
  min-height:80px;
  resize:none;
}

/* SUMMARY */
.summary{
  margin-top:15px;
  padding-top:10px;
  border-top:1px solid #eee;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.summary h3{
  color:#148a5a;
}

/* BUTTON */
.whatsapp{
  width:100%;
  margin-top:15px;
  padding:12px;
  background:#00c853;
  border:none;
  color:white;
  font-weight:600;
  border-radius:30px;
  cursor:pointer;
}

.whatsapp:hover{
  background:#00b34a;
}

/* RESPONSIVE */
@media(max-width:900px){
  .grid{
    grid-template-columns:1fr;
  }
}
/* testimonial start---*/
body {
    margin: 0;
    font-family: 'Inter', sans-serif;
}

/* Section */
.testimonial {
    background: #1f7a4c;
    padding: 80px 20px;
    color: white;
    text-align: center;
}

.testimonial-subtitle {
    font-size: 12px;
    letter-spacing: 2px;
    opacity: 0.7;
}

.testimonial-title {
    font-size: 12px;
    margin: 5px 0 -4px;
}

.testimonial-title span {
    font-style: italic;
}

/* Grid */
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Card */
.card {
    background: rgba(255,255,255,0.05);
    padding: 25px;
    border-radius: 15px;
    text-align: left;
    transition: 0.3s;
    border: 1px solid rgba(255,255,255,0.1);
}

.card:hover {
    transform: translateY(-5px);
}

/* Stars */
.stars {
    color: #ffc107;
    margin-bottom: 10px;
}

/* Text */
.card p {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
}

/* Name */
.card h4 {
    margin-top: 20px;
    margin-bottom: 5px;
}

.card span {
    font-size: 12px;
    opacity: 0.7;
}

/* Responsive */
@media (max-width: 900px) {
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
}
.stats {
  background: #1f7a4d;
  color: #f4c542;
  padding: 40px 0;
  text-align: center;
}

.stats .container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.stat h2 {
  font-size: 32px;
  margin-bottom: 5px;
}

.stat p {
  font-size: 12px;
  letter-spacing: 1px;
  color: #ffffff;
}
.about {
  padding: 80px 0;
  background: #f9f9f9;
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.text {
  flex: 1;
}

.text .tag {
  font-size: 12px;
  color: #caa24c;
  letter-spacing: 1px;
}

.text h1 {
  font-size: 40px;
  margin: 15px 0;
}

.text h1 span {
  color: #1f7a4d;
  font-style: italic;
}

.text p {
  color: #555;
  margin-bottom: 15px;
  line-height: 1.6;
}

.mini-stats {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

.mini-stats div {
  font-size: 14px;
  color: #1f7a4d;
}

.mini-stats strong {
  font-size: 18px;
  color: #caa24c;
}

.image {
  flex: 1;
  text-align: center;
}

.image img {
  width: 100%;
  max-width: 350px;
  border-radius: 15px;
}
element.style {
    top: -150px;
    background-color: #178252;
}
/* hoem sections */
.hero-header {
    position: relative;
    margin-top: -85px;
    padding-top: 12rem;
    padding-bottom: 35rem;
    overflow: hidden;

    /* FARM BACKGROUND */
    background: url('../img/farm-bg.png') center center no-repeat;
    background-size: cover;
}

/* YELLOW OVERLAY */
.hero-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,213,79,0.9), rgba(255,235,150,0.7));
    z-index: 1;
}

/* CONTENT ABOVE OVERLAY */
.hero-header .container {
    position: relative;
    z-index: 2;
}

/* TEXT */
.sub-title {
    color: #2e7d32;
}

.main-title {
    font-size: 60px;
    font-weight: 800;
    color: #1b5e20;
}

.main-title span {
    color: #7cb342;
}

.hero-text {
    margin-top: 15px;
    color: #333;
}

/* BUTTONS */
.hero-buttons {
    margin-top: 25px;
}

.btn-shop {
    background: #1b5e20;
    color: #fff;
    padding: 10px 25px;
    border-radius: 8px;
}

.btn-contact {
    border: 2px solid #1b5e20;
    color: #1b5e20;
    padding: 10px 25px;
    border-radius: 8px;
    margin-left: 10px;
}

/* IMAGE */
.hero-img {
    max-width: 380px;
}

/* INFO BOX */
.info-box {
    position: absolute;
    right: 40px;
    top: 150px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    width: 200px;
    text-align: center;
    border: 2px solid #2e7d32;
    z-index: 3;
}

.info-box h5 {
    color: #1b5e20;
    font-weight: 700;
}

.info-box p {
    margin: 5px 0;
    font-size: 14px;
}

/* QR + PHONE */
.hero-contact {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.qr-box img {
    width: 70px;
    border-radius: 8px;
}

.qr-box p {
    font-size: 12px;
}

.phone-box {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #1b5e20;
    font-size: 18px;
}

.phone-box i {
    margin-right: 10px;
    background: #1b5e20;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
}

/* BOTTOM WAVE */

/* BASE WAVE */
.wave {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 454px;
    /*background: linear-gradient(to top, #e7b008, #e7b008);  */
    overflow: hidden;
    z-index: 2;
}

/* LEAF BASE */
.leaf {
    position: absolute;
    bottom: -22px; /* start hidden */
    transform-origin: bottom center;
    opacity: 0;
}

/* BACK LAYER (blur for depth) */
.leaf-back {
     width: 140px;
    filter: blur(1.5px) brightness(0.8);
    z-index: 1;
}

/* FRONT LAYER */
.leaf-front {
    width: 454px;
    z-index: 3;
    filter: drop-shadow(0 10px 10px rgba(0,0,0,0.3));
}

/* POSITIONS */
.leaf-aa { left: -9%;  animation: growLeaf 0.8s ease-out forwards, wind 6s ease-in-out infinite; }
.leaf-aaa { left: -4%;  animation: growLeaf 0.8s ease-out forwards, wind 6s ease-in-out infinite; }
.leaf-a { left: 0%;  animation: growLeaf 1.8s ease-out forwards, wind 6s ease-in-out infinite; }
.leaf-b { left: 5%;  animation: growLeaf 2.2s ease-out forwards, wind 7s ease-in-out infinite; }

.leaf-c { left: 10%;  animation: growLeaf 2s ease-out forwards, wind 5s ease-in-out infinite; }
.leaf-d { left: 12%; animation: growLeaf 2.5s ease-out forwards, wind 6s ease-in-out infinite; }
.leaf-e { left: 16%; animation: growLeaf 2.8s ease-out forwards, wind 7s ease-in-out infinite; }
.leaf-f { left: 20%; animation: growLeaf 2.8s ease-out forwards, wind 7s ease-in-out infinite; }
.leaf-g { left: 24%; animation: growLeaf 2.8s ease-out forwards, wind 7s ease-in-out infinite; }
.leaf-h { left: 28%; animation: growLeaf 2.8s ease-out forwards, wind 7s ease-in-out infinite; }
.leaf-i { left: 32%; animation: growLeaf 2.8s ease-out forwards, wind 7s ease-in-out infinite; }
.leaf-j { left: 36%; animation: growLeaf 2.8s ease-out forwards, wind 7s ease-in-out infinite; }
.leaf-k { left: 40%; animation: growLeaf 2.8s ease-out forwards, wind 7s ease-in-out infinite; }
.leaf-l { left: 44%; animation: growLeaf 2.8s ease-out forwards, wind 7s ease-in-out infinite; }

.leaf-m { left: 48%; animation: growLeaf 2.6s ease-out forwards, wind 6s ease-in-out infinite; }
.leaf-n { left: 52%; animation: growLeaf 2.4s ease-out forwards, wind 5s ease-in-out infinite; }
.leaf-o { left: 56%; animation: growLeaf 2.2s ease-out forwards, wind 7s ease-in-out infinite; }
.leaf-p { left: 60%; animation: growLeaf 2.5s ease-out forwards, wind 6s ease-in-out infinite; }
.leaf-q { left: 64%; animation: growLeaf 2.3s ease-out forwards, wind 5s ease-in-out infinite; }
.leaf-r { left: 68%; animation: growLeaf 2.7s ease-out forwards, wind 7s ease-in-out infinite; }

.leaf-s { left: 72%; animation: growLeaf 2.5s ease-out forwards, wind 6s ease-in-out infinite; }
.leaf-t { left: 76%; animation: growLeaf 2.6s ease-out forwards, wind 7s ease-in-out infinite; }
.leaf-u { left: 80%; animation: growLeaf 2.4s ease-out forwards, wind 5s ease-in-out infinite; }
.leaf-v { left: 84%; animation: growLeaf 2.3s ease-out forwards, wind 6s ease-in-out infinite; }
.leaf-w { left: 88%; animation: growLeaf 2.5s ease-out forwards, wind 7s ease-in-out infinite; }
.leaf-x { left: 92%; animation: growLeaf 2.6s ease-out forwards, wind 5s ease-in-out infinite; }
.leaf-y { left: 96%; animation: growLeaf 2.4s ease-out forwards, wind 6s ease-in-out infinite; }
.leaf-z { left: 100%; animation: growLeaf 2.7s ease-out forwards, wind 7s ease-in-out infinite; }

/* 🌱 GROW ANIMATION */
@keyframes growLeaf {
    0% {
        transform: translateY(120px) scale(0.3);
        opacity: 0;
    }
    60% {
        transform: translateY(-20px) scale(1.05);
        opacity: 1;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

/* 💨 WIND SWAY */
@keyframes wind {
    0% { transform: rotate(-2deg); }
    50% { transform: rotate(3deg); }
    100% { transform: rotate(-2deg); }
}
/* hoem sections edn */