.menu a.active{

color:#ff6b35;

font-weight:600;

}

.whatsapp-float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:25px;
    right:25px;
    border-radius:50%;
    z-index:9999;
    transition:.3s;
}

.whatsapp-float img{
    width:100%;
    height:100%;
}

.whatsapp-float:hover{
    transform:scale(1.1);
}
*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Poppins', sans-serif;
line-height:1.6;
color:#333;
}

.container{
width:90%;
max-width:1100px;
margin:auto;
}

.section.light{
text-align:center;
}

header{
background:#eef3fa;
padding:18px 0;
position:sticky;
top:0;
z-index:1000;
border-bottom:1px solid #e1e6ef;
}

.nav{
display:flex;
justify-content:space-between;
align-items:center;
}


.logo{
display:flex;
align-items:center;
}

.section.light h2{
text-align:center;
margin-bottom:30px;
}

.logo span{
color:#ff6b35;
}


.menu{
display:flex;
list-style:none;
gap:30px;
}

.menu a{
color:#0a2540;
text-decoration:none;
font-size:16px;
font-weight:500;
}


.menu a:hover{
color:#ff6b35;
}



.hero{
background:linear-gradient(rgba(10,37,64,0.85),rgba(10,37,64,0.85)),
url('BG.png');

background-size:cover;
background-position:center;

color:white;
padding:120px 20px;
text-align:center;
}


.hero h1{
font-size:40px;
color:white;
margin-bottom:20px;
}


.subheadline{
font-size:18px;
max-width:700px;
margin:auto;
margin-bottom:30px;
}



.section{
padding:70px 20px;
}

.section h2{
margin-bottom:20px;
color:#0a2540;
}


.section h2{
font-size:32px;
font-weight:600;
color:#0a2540;
margin-bottom:25px;
text-align:center;
position:relative;
}

.section h2::after{
content:"";
width:60px;
height:3px;
background:#ff6b35;
display:block;
margin:12px auto 0;
border-radius:2px;
}


.light{
background:#f9fbff;
}



.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
margin-top:30px;
}



.card{
background:white;
padding:25px;
border-radius:8px;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
}



.cta{
background:#0a2540;
color:white;
text-align:center;
padding:80px 20px;
}



.btn{
display:inline-block;
background:#ff6b35;
color:white;
padding:13px 30px;
border-radius:6px;
text-decoration:none;
font-weight:500;
transition:0.3s;
border:none;
cursor:pointer;
}

.btn:hover{
background:#e85a2a;
transform:translateY(-2px);
box-shadow:0 6px 15px rgba(0,0,0,0.15);
}
.contact-form{
max-width:600px;
margin:35px auto;
display:flex;
flex-direction:column;
gap:15px;
background:white;
padding:35px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.contact-form input,
.contact-form textarea{
padding:14px;
border:1px solid #dcdcdc;
border-radius:6px;
font-family:'Poppins', sans-serif;
font-size:15px;
transition:0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus{
border-color:#ff6b35;
outline:none;
}

footer{
background:#f4f7fb;
text-align:center;
padding:25px;
margin-top:40px;
}

.section{
padding:90px 20px;
}

@media(max-width:768px){

.nav{
flex-direction:column;
gap:15px;
}

.menu{
flex-wrap:wrap;
justify-content:center;
}

.hero h1{
font-size:28px;
}

}

.cta-buttons{
margin-top:35px;
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}

.contact-form{
max-width:600px;
margin:30px auto;
display:flex;
flex-direction:column;
gap:15px;
background:white;
padding:30px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.contact-form input,
.contact-form textarea{
padding:12px;
border:1px solid #ccc;
border-radius:6px;
font-family:'Poppins', sans-serif;
}

.contact-form button{
border:none;
cursor:pointer;
}

header{
background:#eef3fa;
padding:18px 0;
position:sticky;
top:0;
z-index:1000;
}


.card{
background:white;
padding:25px;
border-radius:8px;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
transition:0.3s;
}

.card:hover{
transform:translateY(-8px);
box-shadow:0 12px 25px rgba(0,0,0,0.1);
}

html{
scroll-behavior:smooth;
}

.clients{
padding:70px 20px;
text-align:center;
}

.client-logos{
margin-top:30px;
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:40px;
font-weight:600;
color:#555;
font-size:18px;
}

.logo img{
height:65px;
width:auto;
display:block;
}
