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

body{

font-family:'Poppins',sans-serif;

color:#222;

line-height:1.8;

}

html{

scroll-behavior:smooth;

}

.navbar{

background:#fff;

padding:18px 0;

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

}

.navbar-brand{

font-size:30px;

color:#00796B!important;

font-weight:700;

}

.nav-link{

font-weight:600;

margin-left:25px;

color:#333!important;

}

.nav-link:hover{

color:#009688!important;

}

.hero{

padding:170px 0 120px;

background:linear-gradient(135deg,#00796B,#009688);

color:#fff;

}

.hero h1{

font-size:60px;

font-weight:800;

line-height:1.2;

margin-bottom:25px;

}

.hero p{

font-size:18px;

opacity:.95;

}

.hero-img{

max-width:100%;

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

}

.hero-box{

display:flex;

gap:25px;

}

.hero-box div{

background:rgba(255,255,255,.15);

padding:20px;

border-radius:15px;

text-align:center;

width:160px;

backdrop-filter:blur(8px);

}

.hero-box h3{

font-size:30px;

font-weight:700;

}

.btn-warning{

background:#FFC107;

border:none;

padding:14px 35px;

font-weight:600;

border-radius:50px;

}

.btn-outline-light{

border-radius:50px;

padding:14px 35px;

}

@keyframes float{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-15px);

}

100%{

transform:translateY(0);

}

}

@media(max-width:991px){

.hero{

text-align:center;

padding-top:150px;

}

.hero h1{

font-size:42px;

}

.hero-box{

justify-content:center;

flex-wrap:wrap;

margin-bottom:40px;

}

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

.section-subtitle{
color:#009688;
font-weight:600;
text-transform:uppercase;
letter-spacing:1px;
}

.section-title{
font-size:42px;
font-weight:700;
margin:15px 0;
}

.section-text{
max-width:700px;
margin:auto;
color:#666;
}

.services{
background:#f8f9fa;
}

.service-card{
background:#fff;
padding:35px 25px;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
transition:.35s;
height:100%;
text-align:center;
}

.service-card:hover{
transform:translateY(-10px);
}

.service-icon{
width:80px;
height:80px;
margin:auto;
border-radius:50%;
background:#009688;
color:#fff;
display:flex;
justify-content:center;
align-items:center;
font-size:30px;
margin-bottom:25px;
}

.service-card h4{
font-weight:700;
margin-bottom:15px;
}

.why-us{
padding:100px 0;
}

.feature-box{
background:#fff;
padding:18px;
border-radius:12px;
margin-bottom:15px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
font-weight:600;
}

.feature-box i{
color:#009688;
margin-right:10px;
}

.why-us img{
border-radius:25px;
}
.about{
background:#ffffff;
}

.about img{
border-radius:25px;
}

.about-feature{
background:#f8f9fa;
padding:18px;
border-radius:12px;
margin-bottom:15px;
font-weight:600;
box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.about-feature i{
color:#009688;
margin-right:10px;
}

.mission-area{
padding:90px 0;
background:#f8f9fa;
}

.mission-box{
background:#fff;
padding:45px;
border-radius:20px;
text-align:center;
box-shadow:0 15px 35px rgba(0,0,0,.08);
height:100%;
transition:.3s;
}

.mission-box:hover{
transform:translateY(-10px);
}

.mission-icon{
width:90px;
height:90px;
background:#009688;
color:#fff;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
margin:auto auto 25px;
font-size:34px;
}

.counter-area{
padding:80px 0;
background:#009688;
color:#fff;
}

.counter-box h2{
font-size:52px;
font-weight:700;
margin-bottom:10px;
}

.counter-box p{
font-size:18px;
margin:0;
}

.cta-section{
padding:90px 0;
background:#fff;
}

.cta-box{
background:linear-gradient(135deg,#00796B,#009688);
padding:60px;
border-radius:25px;
color:#fff;
}

.cta-box h2{
font-size:42px;
font-weight:700;
margin-bottom:15px;
}

.cta-box p{
font-size:18px;
opacity:.95;
}

@media(max-width:991px){

.cta-box{
text-align:center;
padding:40px 30px;
}

.cta-box .btn{
margin-top:20px;
}

.counter-box{
margin-bottom:30px;
}

}
.contact{
background:#f8f9fa;
}

.form-control{
padding:15px;
border-radius:12px;
border:1px solid #ddd;
box-shadow:none;
}

.form-control:focus{
border-color:#009688;
box-shadow:none;
}

.contact-info{
background:#fff;
padding:40px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
height:100%;
}

.info-item{
display:flex;
margin-bottom:30px;
align-items:flex-start;
}

.info-item i{
width:60px;
height:60px;
background:#009688;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:24px;
margin-right:20px;
}

footer{
background:#1d1d1d;
color:#fff;
padding:70px 0 30px;
}

footer h3,
footer h4{
margin-bottom:20px;
}

footer ul{
padding:0;
list-style:none;
}

footer li{
margin-bottom:10px;
}

footer a{
color:#ddd;
text-decoration:none;
}

footer a:hover{
color:#FFC107;
}

footer hr{
border-color:#555;
margin:40px 0 20px;
}

.whatsapp{
position:fixed;
right:25px;
bottom:25px;
width:60px;
height:60px;
background:#25D366;
color:#fff;
display:flex;
justify-content:center;
align-items:center;
border-radius:50%;
font-size:30px;
text-decoration:none;
z-index:999;
box-shadow:0 10px 25px rgba(0,0,0,.3);
}

.top-btn{
position:fixed;
right:25px;
bottom:100px;
width:55px;
height:55px;
background:#009688;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
text-decoration:none;
font-size:22px;
z-index:999;
}