body{
font-family:Arial, sans-serif;
color:#333;
background:#fff;
overflow-x:hidden;
}

/* TOP BAR */

.top-bar{
background:#006b17;
color:#fff;
padding:10px 0;
font-size:14px;
font-weight:500;
}

/* NAVBAR */

.navbar{
padding:12px 0;
background:#fff !important;
}

.logo{
height:75px;
width:auto;
}

.nav-link{
font-weight:600;
margin-left:15px;
color:#002d62 !important;
transition:0.3s;
}

.nav-link:hover{
color:#008a20 !important;
}

/* HERO SECTION */

.hero{
padding:90px 0;
background:#f7f7f7;
}

.peso-badge{
background:#008a20;
color:#fff;
padding:8px 18px;
border-radius:30px;
font-weight:700;
display:inline-block;
margin-bottom:20px;
}

.hero h1{
font-size:58px;
font-weight:800;
color:#002d62;
line-height:1.1;
margin-bottom:20px;
}

.hero p{
font-size:20px;
margin-top:15px;
color:#555;
}

.hero-buttons{
margin-top:30px;
}

.btn-call{
background:#006b17;
color:#fff;
padding:12px 25px;
font-weight:600;
border:none;
}

.btn-call:hover

.btn-whatsapp{
background:#25D366;
color:#fff;
padding:12px 25px;
font-weight:600;
border:none;
}

.btn-whatsapp:hover

.hero-card{
background:#fff;
padding:50px;
border-radius:20px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.hero-icon{
font-size:90px;
color:#008a20;
margin-bottom:20px;
}

/* SECTION TITLE */

.section-title{
text-align:center;
margin-bottom:50px;
}

.section-title h2{
font-size:42px;
font-weight:700;
color:#002d62;
}

.section-title p{
color:#666;
}

/* SERVICES */

.services{
padding:80px 0;
}

.service-card{
padding:30px;
border-radius:15px;
background:#fff;
box-shadow:0 5px 15px rgba(0,0,0,.08);
height:100%;
transition:0.3s;
}

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

.service-card i{
font-size:45px;
color:#008a20;
margin-bottom:15px;
}

.service-card h4{
font-weight:700;
color:#002d62;
}

/* WHY US */

.why-us{
background:#006b17;
padding:50px 0;
color:#fff;
}

.why-box{
text-align:center;
}

.why-box i{
font-size:45px;
margin-bottom:15px;
}

.why-box h5{
font-weight:600;
}

/* ABOUT SECTION */

.about-section{
padding:80px 0;
}

.about-section h2{
font-size:42px;
font-weight:700;
color:#002d62;
margin-bottom:20px;
}

.features li{
margin-bottom:12px;
}

/* ABOUT PAGE */

.page-header{
background:#006b17;
color:#fff;
padding:80px 0;
text-align:center;
}

.page-header h1{
font-size:50px;
font-weight:700;
}

.page-header p{
font-size:18px;
margin-top:10px;
}

/* STATS */

.stats-card{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
}

.stat{
background:#f3f3f3;
padding:30px;
border-radius:12px;
text-align:center;
}

.stat h3{
color:#008a20;
font-size:38px;
font-weight:700;
}

.stat p{
margin-bottom:0;
}

/* APPOINTMENT */

.appointment-section{
background:#f8f8f8;
padding:80px 0;
}

.appointment-section h2{
margin-bottom:30px;
color:#002d62;
font-weight:700;
}

.form-control{
padding:12px;
border-radius:8px;
}

.btn-success{
padding:12px 30px;
font-weight:600;
}

/* CTA */

.cta-section{
background:#006b17;
color:#fff;
padding:80px 0;
text-align:center;
}

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

.cta-section p{
font-size:18px;
margin-bottom:25px;
}

/* FOOTER */

footer{
background:#001b3d;
color:#fff;
padding:60px 0;
}

footer h4{
margin-bottom:20px;
font-weight:700;
}

footer p{
margin-bottom:10px;
}

/* WHATSAPP */

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

.whatsapp-btn:hover{
color:#fff;
transform:scale(1.05);
}

/* MOBILE */

@media(max-width:768px){

.logo{
height:60px;
}

.hero{
padding:60px 0;
}

.hero h1{
font-size:34px;
}

.hero p{
font-size:18px;
}

.hero-card{
margin-top:30px;
padding:30px;
}

.section-title h2{
font-size:32px;
}

.about-section h2{
font-size:32px;
}

.page-header h1{
font-size:36px;
}

.stats-card{
grid-template-columns:1fr;
}

.top-bar{
text-align:center;
}

}
