:root{

--primary-color:#4A8F3E;
--dark-green:#2F6F2A;
--light-green:#EAF5E7;
--accent-color:#6FBF5F;
--text-dark:#333333;
--background-light:#F7F7F7;

}

body{
font-family: Arial, sans-serif;
}


.c1{color:#0d6efd !important;}
.c2{color:#ff6b6b  !important;}
.c3{color:#28a745 !important;}
.c4{color:#6f42c1 !important;}


/* Mobile */

@media (max-width:768px){

.why-section{
padding:70px 20px;
}

.why-title{
font-size:30px;
}

.why-text{
font-size:16px;
}

}

.bi{
    color: #2F6F2A !important;
}

.nav-btn2{
background:white;
color:#4A8F3E !important;
border-radius:25px !important;
border: 2px solid #2F6F2A !important;
padding:6px 18px;
font-weight:600;
margin-left:15px;
/* font-size: clamp(17px, 5vw, 25px) !important; */

}



/*====================================================Hero Section==================================*/

.hero{
padding:80px 8%;
background:#EAF5E7;
}

.hero-container{
display:flex;
align-items:center;
justify-content:space-between;
gap:40px;
flex-wrap:wrap;
}

.hero-text{
flex:1;
min-width:300px;
}

.hero-text h1{
font-size:45px;
color:#355872;
margin-bottom:20px;
}

.hero-text p{
font-size:18px;
line-height:1.6;
margin-bottom:30px;
}

.hero-btn{
background:#355872;
color:white;
padding:14px 28px;
text-decoration:none;
border-radius:6px;
font-size:18px;
display:inline-block;
transition:0.3s;
}

.hero-btn:hover{
background:#7AAACE;
}

.hero-video{
flex:1;
min-width:300px;
}

.hero-video video{
width:100%;
border-radius:10px;
object-fit:cover;
}

/* Responsive */

@media(max-width:768px){

.hero{
padding:60px 5%;
}

.hero-text h1{
font-size:32px;
}

.hero-container{
flex-direction:column;
text-align:center;
}

.hero-btn{
font-size:16px;
}

}


/*==============================================Product Section=========================================*/




.product-card{
transition:all 0.35s ease;
border-radius:10px;
overflow:hidden;
}

.product-card img{
transition:transform 0.4s ease;
}

.product-card:hover{
transform:translateY(-10px);
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.product-card:hover img{
transform:scale(1.05);
}



/*====================================Industries We Serve==================================================*/
.industry-list{
list-style:none;
padding:0;
margin:0;
}

.industry-list li{
display:flex;
align-items:center;
margin-bottom:18px;
font-size:18px;
font-weight:500;
color:#333;
}

.industry-list i{
font-size:24px;
color:#355872;
margin-right:12px;
}


/* .responsive-img{
    width:100%;
    height:auto;
    display:block;
} */
.responsive-img{
    width:100%;
    height:auto;
    max-width:100%;
    display:block;
}

/*===================================================WHY CHOOSE US==================================*/



.why-section{
background-image:url("img/bg.jpg");
background-size:cover;
background-position:center;
padding:100px 20px;
position:relative;
color:white;
}

/* Dark overlay for better text visibility */

.why-section::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.55);
}

.why-section .container{
position:relative;
z-index:2;
}

.why-title{
font-size:40px;
font-weight:700;
margin-bottom:20px;
}

.why-text{
font-size:20px;
line-height:1.7;
}









