body{
font-family:'Poppins',sans-serif;
}

.slider-img{
height:85vh;
object-fit:cover;
}

.carousel-caption{
bottom:25%;
}

.carousel-caption h1{
font-size:4rem;
font-weight:700;
}

.section-title{
font-weight:700;
color:#0b6b3a;
}

.feature-box{
padding:30px;
border-radius:15px;
background:#fff;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:.3s;
}

.feature-box:hover{
transform:translateY(-10px);
}

.product-card{
transition:.3s;
}

.product-card:hover{
transform:translateY(-10px);
}

.cta-section{
background:linear-gradient(135deg,#0b6b3a,#16a34a);
padding:80px;
color:white;
}

.footer{
background:#111;
color:white;
padding:30px;
}

.page-header{
background:#0b6b3a;
padding:80px;
text-align:center;
color:white;
}