html,
body{
    overflow-x:hidden;
}



/* Decorative Background */
.hero-slider{
    position: relative;
    min-height: calc(100vh - 110px);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0;

    background: url('../images/hero-bg.png') center center/cover no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.hero-slider::before{
    content: "";
    position: absolute;
    inset: 0;
    
    z-index: 1;
}

.hero-slider .container{
    position: relative;
    z-index: 2;
}

   

.hero-slider .container{
    position: relative;
    z-index: 2;
}

/*.hero-slider::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(46,125,50,.08);
    border-radius:50%;
    top:-220px;
    right:-180px;
    filter:blur(20px);
    z-index:1;
}*/

.hero-slider::after{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
   
    border-radius:50%;
    left:-170px;
    bottom:-180px;
    filter:blur(25px);
    z-index:1;
}

/* Bootstrap Carousel */

#heroSlider{
    width:100%;
}

#heroSlider,
#heroSlider .carousel-inner,
#heroSlider .carousel-item{
    min-height:calc(100vh - 110px);
}

.carousel-item{
    position:relative;
}

.carousel-item .container{
    min-height:calc(100vh - 110px);
    display:flex;
    align-items:center;
}

.carousel-item .row{
    width:100%;
    align-items:center;
}

/*================ LEFT CONTENT ================*/

.hero-content{
    position:relative;
    z-index:10;
    padding-right:60px;
}

.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:12px 22px;
    background:#ffffff;
    border-radius:50px;
    color:#2e7d32;
    font-weight:600;
    font-size:15px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    margin-bottom:25px;
}

.hero-heading{
    font-size:50px;
    font-weight:800;
    color:#16331d;

}

.hero-heading span{
    display:block;
    color:#1f6b46;
}

.hero-text{
    font-size:17px;
    color:#666;
    max-width:560px;
    
}

/*================ BUTTONS ================*/

.hero-btns{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    margin-bottom:40px;
}

.hero-btns .btn{
    padding:10px 20px;
    border-radius:50px;
    font-weight:600;
    transition:.35s;
}

.hero-btns .btn-success{
    background:#1f6b46;
    border:none;
}

.hero-btns .btn-success:hover{
    transform:translateY(-4px);
}

.hero-btns .btn-outline-success:hover{
    transform:translateY(-4px);
}

/*================ STATS ================*/

.hero-stats{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.hero-stats div{
    background:#fff;
    padding:10px 20px;
    border-radius:18px;
    box-shadow:0 18px 40px rgba(0,0,0,.08);
    transition:.35s;
}

.hero-stats div:hover{
    transform:translateY(-8px);
}

.hero-stats h2{
    margin:0;
    color:#2e7d32;
    font-size:30px;
    font-weight:800;
}

.hero-stats p{
    margin:4px 0 0;
    color:#777;
    font-size:14px;
}

/*================ Slider Controls ================*/

.carousel-control-prev,
.carousel-control-next{
    width:60px;
    height:60px;
    top:50%;
    transform:translateY(-50%);
    background:#fff;
    border-radius:50%;
    opacity:1;
    box-shadow:0 15px 35px rgba(0,0,0,.10);
}

.carousel-control-prev{
    left:20px;
}

.carousel-control-next{
    right:20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    filter:invert(.45);
}

.carousel-indicators{
    bottom:28px;
}

.carousel-indicators button{
    width:12px !important;
    height:12px !important;
    border-radius:50%;
    margin:0 5px !important;
    opacity:.35;
    transition:.35s;
}

.carousel-indicators .active{
    opacity:1;
    transform:scale(1.3);
}
/*==================================================
            HERO SLIDER - PART 2
==================================================*/

/*============== Hero Image ==============*/

.hero-image{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:600px;
    z-index:5;
}

.hero-image img{
    width:100%;
    max-width:500px;
    max-height:560px;
    object-fit:contain;
    position:relative;
    z-index:5;
    animation:floatImage 5s ease-in-out infinite;
}

/*============== Decorative Circles ==============*/

.hero-circle{
    position:absolute;
    border-radius:50%;
}

.hero-circle.one{
    width:430px;
    height:430px;
    background:rgba(46,125,50,.08);
    z-index:1;
}

.hero-circle.two{
    width:500px;
    height:500px;
    border:2px dashed rgba(201,165,75,.8);
    z-index:2;
    animation:rotateCircle 35s linear infinite;
}

/*============== Floating Card ==============*/

.hero-card{
    position:absolute;
    right:-10px;
    bottom:60px;
    display:flex;
    align-items:center;
    gap:16px;
    background:#fff;
    padding:18px 24px;
    border-radius:20px;
    box-shadow:0 25px 45px rgba(0,0,0,.12);
    z-index:20;
    animation:cardFloat 4s ease-in-out infinite;
}

.hero-card i{
    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#2e7d32;
    color:#fff;
    font-size:24px;
}

.hero-card strong{
    display:block;
    font-size:18px;
    color:#222;
}

.hero-card span{
    display:block;
    color:#666;
    font-size:14px;
    margin-top:3px;
}

/*============== Animations ==============*/

@keyframes floatImage{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-18px);
    }

    100%{
        transform:translateY(0px);
    }

}

@keyframes rotateCircle{

    from{
        transform:rotate(0deg);
    }

    to{
        transform:rotate(360deg);
    }

}

@keyframes cardFloat{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-10px);
    }

    100%{
        transform:translateY(0);
    }

}

/*============== Tablet ==============*/

@media (max-width:991px){

.hero-slider{
    min-height:auto;
    padding:70px 0;
}

#heroSlider,
#heroSlider .carousel-inner,
#heroSlider .carousel-item,
.carousel-item .container{
    min-height:auto;
}

.hero-content{
    text-align:center;
    padding-right:0;
    margin-bottom:60px;
}

.hero-heading{
    font-size:42px;
}

.hero-text{
    margin:0 auto 35px;
}

.hero-btns{
    justify-content:center;
}

.hero-stats{
    justify-content:center;
}

.hero-image{
    min-height:420px;
}

.hero-image img{
    max-width:360px;
}

.hero-circle.one{
    width:300px;
    height:300px;
}

.hero-circle.two{
    width:360px;
    height:360px;
}

.hero-card{
    position:relative;
    right:auto;
    bottom:auto;
    margin-top:25px;
    justify-content:center;
}

.carousel-control-prev,
.carousel-control-next{
    display:none;
}

}

/*============== Mobile ==============*/

@media(max-width:576px){

.hero-heading{
    font-size:32px;
}

.hero-badge{
    font-size:13px;
}

.hero-text{
    font-size:16px;
}

.hero-btns .btn{
    width:100%;
}

.hero-stats{
    flex-direction:column;
}

.hero-stats div{
    width:100%;
    text-align:center;
}

.hero-image{
    min-height:330px;
}

.hero-image img{
    max-width:260px;
}

.hero-circle.one{
    width:220px;
    height:220px;
}

.hero-circle.two{
    width:270px;
    height:270px;
}

.hero-card{
    width:100%;
    padding:15px;
}

}
/*==================================================
            HERO SLIDER - PART 3
==================================================*/

/*================ Bottom Cards ================*/

.hero-bottom-cards{
    position:relative;
    margin-top:-60px;
    z-index:50;
}

.info-card{
    background:#fff;
    padding:35px 25px;
    border-radius:22px;
    text-align:center;
    height:100%;
    transition:.4s;
    box-shadow:0 20px 45px rgba(0,0,0,.08);
    border:1px solid rgba(46,125,50,.08);
}

.info-card:hover{

    transform:translateY(-12px);

    box-shadow:0 30px 60px rgba(0,0,0,.12);

}

.info-card i{

    width:85px;

    height:85px;

    margin:auto;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    background:#eef8ef;

    color:#2e7d32;

    font-size:34px;

    margin-bottom:20px;

    transition:.35s;

}

.info-card:hover i{

    transform:rotate(12deg) scale(1.08);

    background:#2e7d32;

    color:#fff;

}

.info-card h3{

    font-size:34px;

    font-weight:800;

    color:#16331d;

    margin-bottom:10px;

}

.info-card p{

    color:#666;

    margin:0;

    font-size:15px;

}

/*================ Better Button Animation ================*/

.btn{

    transition:.35s;

}

.btn:hover{

    transform:translateY(-4px);

}

/*================ Smooth Section ================*/

.hero-slider,
.hero-bottom-cards{

    position:relative;

    z-index:5;

}

/*================ Better Selection ================*/

::selection{

    background:#2e7d32;

    color:#fff;

}

/*================ Image Safety ================*/

img{

    max-width:100%;

    height:auto;

}

/*================ Better Focus ================*/

button:focus,
.btn:focus{

    box-shadow:none !important;

}

/*================ Large Desktop ================*/

@media(min-width:1400px){

.hero-heading{

    font-size:64px;

}

.hero-image img{

    max-width:560px;

}

.hero-circle.one{

    width:470px;

    height:470px;

}

.hero-circle.two{

    width:540px;

    height:540px;

}

}

/*================ Tablet ================*/

@media(max-width:991px){

.hero-bottom-cards{

    margin-top:40px;

}

.info-card{

    margin-bottom:20px;

}

}

/*================ Mobile ================*/

@media(max-width:576px){

.hero-slider{

    padding-top:40px;

    padding-bottom:40px;

}

.hero-bottom-cards{

    margin-top:30px;

}

.info-card{

    padding:25px 18px;

}

.info-card i{

    width:70px;

    height:70px;

    font-size:28px;

}

.info-card h3{

    font-size:28px;

}

.carousel-indicators{

    bottom:10px;

}

}
/* ===================================
   EXTRA SMALL MOBILE (320px - 480px)
=================================== */

@media (max-width:480px){

.hero-slider{
    min-height:auto !important;
    padding:20px 0 35px;
}

#heroSlider,
#heroSlider .carousel-inner,
#heroSlider .carousel-item,
.carousel-item .container{
    min-height:auto !important;
}

.hero-content{
    text-align:center;
    margin-bottom:25px;
}

.hero-badge{
    font-size:12px;
    padding:10px 18px;
    margin-bottom:15px;
}

.hero-heading{
    font-size:24px;
    line-height:1.25;
    margin-bottom:15px;
}

.hero-heading span{
    font-size:24px;
}

.hero-text{
    font-size:14px;
    line-height:1.7;
    margin-bottom:20px;
}

.hero-btns{
    gap:10px;
    margin-bottom:20px;
}

.hero-btns .btn{
    width:100%;
    font-size:14px;
    padding:12px;
}

.hero-stats{
    display:none;      /* Mobile par hide */
}

.hero-image{
    min-height:auto;
    margin-top:10px;
}

.hero-image img{
    width:220px;
    max-width:90%;
    animation:none;
}

.hero-circle.one{
    width:220px;
    height:220px;
}

.hero-circle.two{
    width:260px;
    height:260px;
}

.hero-card{
    position:absolute;
    right:-5px;
    bottom:20px;
    width:180px;
    padding:10px;
    border-radius:15px;
}

.hero-card i{
    width:45px;
    height:45px;
    font-size:18px;
}

.hero-card strong{
    font-size:15px;
}

.hero-card span{
    font-size:12px;
}

.carousel-indicators{
    bottom:5px;
}

}

/*================ Smooth Animation ================*/

.hero-content,
.hero-image{

    animation:fadeUp .8s ease;

}

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(30px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}