*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{

font-family:'Poppins',sans-serif;
color:#222;
overflow-x:hidden;

}

.navbar{

background:#ffffffdd;

backdrop-filter:blur(12px);

padding:15px 0;

box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.navbar-brand{

font-size:30px;

font-weight:700;

}

.nav-link{

font-weight:500;

margin-left:25px;

}

.hero{
    position: relative;
    background: url('../images/bg.jpg') center center no-repeat;
    background-size: cover;
    padding-top: 120px;   /* New */
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.overlay{

position:absolute;

width:100%;

height:100%;

background:linear-gradient(to right,
rgba(255,255,255,.95),
rgba(255,255,255,.65));

}

.hero .container{

position:relative;

z-index:10;

}

.hero-tag{

display:inline-block;

padding:8px 18px;

background:#E8F5E9;

color:#2E7D32;

border-radius:40px;

font-weight:600;

margin-bottom:25px;

}

.hero h1{

font-size:62px;

font-weight:800;

line-height:1.15;

margin-bottom:25px;

}

.hero h1 span{

color:#2E7D32;

}

.hero p{

font-size:20px;

line-height:1.8;

margin-bottom:35px;

color:#555;

}

.hero-buttons .btn{

padding:16px 38px;

border-radius:50px;

font-weight:600;

margin-right:15px;

}

.hero-image{

max-width:95%;

animation:float 5s ease-in-out infinite;

}

@keyframes float{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-15px);

}

100%{

transform:translateY(0px);

}

}

@media(max-width:991px){

.hero{

text-align:center;

padding-top:120px;

}

.hero h1{

font-size:42px;

}

.hero p{

font-size:18px;

}

.hero-image{

margin-top:50px;

}

}

.section-padding{
padding:100px 0;
}

.section-tag{

display:inline-block;

padding:8px 20px;

background:#E8F5E9;

color:#2E7D32;

font-size:14px;

font-weight:600;

border-radius:30px;

margin-bottom:20px;

letter-spacing:1px;

}

.section-title{

font-size:44px;

font-weight:700;

margin-bottom:25px;

}

.section-text{

font-size:18px;

line-height:1.9;

color:#666;

margin-bottom:20px;

}



.why-section{

background:#f8faf8;

padding:100px 0;

}



.feature-box{

background:#fff;

padding:45px 30px;

border-radius:25px;

transition:.4s;

height:100%;

text-align:center;

box-shadow:0 8px 30px rgba(0,0,0,.05);

}

.feature-box:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.icon-box{

width:80px;

height:80px;

margin:auto;

margin-bottom:25px;

background:#2E7D32;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:32px;

color:#fff;

}



.feature-box h4{

font-weight:700;

margin-bottom:15px;

}



.feature-box p{

color:#666;

line-height:1.8;

}



.join-card{

background:white;

padding:45px 20px;

border-radius:20px;

text-align:center;

transition:.4s;

box-shadow:0 8px 30px rgba(0,0,0,.05);

height:100%;

}



.join-card:hover{

background:#2E7D32;

color:white;

transform:translateY(-10px);

}



.join-card i{

font-size:55px;

margin-bottom:20px;

display:block;

color:#2E7D32;

}



.join-card:hover i{

color:white;

}

.cta-section{

background:#2E7D32;

padding:70px 0;

color:white;

}

.cta-section h2{

font-size:42px;

font-weight:700;

margin-bottom:20px;

}

.partner-form{

background:white;

padding:50px;

border-radius:25px;

box-shadow:0 15px 50px rgba(0,0,0,.08);

}

.partner-form input,
.partner-form select{

height:60px;

border-radius:15px;

}

.partner-form button{

border-radius:50px;

padding:16px 45px;

}

.faq-section{

background:#f8faf8;

padding:100px 0;

}

.accordion-item{

margin-bottom:15px;

border:none;

border-radius:15px;

overflow:hidden;

box-shadow:0 5px 20px rgba(0,0,0,.05);

}

footer{

background:#1f2937;

color:white;

padding:70px 0 30px;

}

footer hr{

opacity:.15;

margin:35px 0;

}

.whatsapp-float{

position:fixed;

bottom:25px;

right:25px;

width:65px;

height:65px;

background:#25D366;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:white;

text-decoration:none;

box-shadow:0 10px 25px rgba(0,0,0,.25);

z-index:9999;

transition:.3s;

}

.whatsapp-float:hover{

transform:scale(1.08);

color:white;

}