*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:Arial, sans-serif;
background:#ffffff;
color:#222;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
text-align:center;
}

.header{
background:#0A1F44;
padding:30px 20px;
border-bottom:4px solid #D4AF37;
}

.logo{
height:120px;
width:auto;
margin-bottom:15px;
}

.header h1{
color:white;
font-size:34px;
}

.tagline{
color:#d4d4d4;
margin-top:10px;
}

nav{
margin-top:25px;
}

nav a{
color:white;
text-decoration:none;
margin:0 15px;
font-weight:bold;
}

nav a:hover

.hero{
padding:100px 20px;
background:#f5f7fb;
}

.hero h2{
font-size:44px;
color:#0A1F44;
margin-bottom:20px;
}

.hero p{
font-size:20px;
max-width:800px;
margin:auto;
}

.btn{
display:inline-block;
margin-top:30px;
padding:15px 35px;
background:#D4AF37;
color:#0A1F44;
text-decoration:none;
font-weight:bold;
border-radius:5px;
}

.features{
display:flex;
justify-content:center;
gap:25px;
padding:80px 20px;
flex-wrap:wrap;
}

.feature{
width:300px;
padding:25px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,.1);
}

.feature h3{
margin-bottom:15px;
color:#0A1F44;
}

footer{
background:#0A1F44;
color:white;
text-align:center;
padding:30px;
}

.about-preview{
padding:80px 20px;
text-align:center;
background:#ffffff;
}

.about-preview h2{
font-size:40px;
color:#0A1F44;
margin-bottom:20px;
}

.about-preview p{
max-width:900px;
margin:auto;
font-size:18px;
}

.sectors{
padding:80px 20px;
background:#f5f7fb;
text-align:center;
}

.sector-grid{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:20px;
margin-top:40px;
}

.sector-card{
background:white;
padding:25px;
width:280px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
font-weight:600;
}

.contact-strip{
padding:70px 20px;
text-align:center;
background:#ffffff;
}

.contact-strip h2{
color:#0A1F44;
margin-bottom:20px;
}

.contact-strip p{
margin-bottom:10px;
font-size:18px;
}

.whatsapp-float{
    position:fixed;
    bottom:20px;
    right:20px;
    background:#25D366;
    color:white;
    padding:15px 20px;
    border-radius:50px;
    text-decoration:none;
    font-weight:bold;
    box-shadow:0 4px 10px rgba(0,0,0,0.3);
    z-index:9999;
}

.whatsapp-float:hover{
    background:#1EBE57;
}

.leadership{
padding:80px 20px;
background:#f5f7fb;
text-align:center;
}

.team-grid{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:30px;
margin-top:40px;
}

.team-member{
background:white;
padding:25px;
width:300px;
border-radius:12px;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

.team-member img{
width:180px;
height:180px;
object-fit:cover;
border-radius:50%;
border:4px solid #D4AF37;
margin-bottom:20px;
}

.team-member h3{
color:#0A1F44;
margin-bottom:10px;
}
