
body{
background:#0b0f1a;
font-family:Poppins,sans-serif;
color:white;
margin:0;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

.header-flex{
display:flex;
justify-content:space-between;
align-items:center;
}

.topbar{
background:#0d1324;
padding:15px 0;
border-bottom:1px solid #1b2a4a;
}

.menu a{
margin:0 12px;
color:white;
text-decoration:none;
}

.hero{
height:90vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
background:radial-gradient(circle,#0d1b3d,#02040a);
}

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

.page{
padding:80px 20px;
max-width:900px;
margin:auto;
}

.services{
padding:80px 20px;
text-align:center;
}

.services-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:30px;
margin-top:40px;
}

.service-card{
background:#111a33;
padding:30px;
border-radius:12px;
}

.btn-primary{
background:#00c8ff;
padding:12px 30px;
border-radius:30px;
text-decoration:none;
color:#000;
font-weight:600;
}

.btn-secondary{
border:1px solid #00c8ff;
padding:12px 30px;
border-radius:30px;
text-decoration:none;
color:#00c8ff;
}

.footer{
background:#02040a;
padding:20px;
text-align:center;
}

.whatsapp-float{
position:fixed;
bottom:20px;
right:20px;
background:#25d366;
color:white;
font-size:26px;
padding:14px;
border-radius:50%;
}
.logo img{
height:60px;
width:auto;
}
