
body{
margin:0;
font-family:Arial,Helvetica,sans-serif;
background:#0b1020;
color:white;
}

.nav{
background:#050814;
position:sticky;
top:0;
}

.nav-inner{
display:flex;
align-items:center;
justify-content:space-between;
padding:20px 40px;
}

.logo{
height:140px;
}

nav a{
color:white;
margin:0 14px;
text-decoration:none;
font-weight:bold;
}

.cta{
background:#00b7ff;
padding:10px 16px;
border-radius:6px;
}

.hero{
height:90vh;
background:url('../images/hero.jpg') center/cover no-repeat;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
position:relative;
}

.hero-overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,0.65);
}

.hero-content{
position:relative;
z-index:2;
}

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

.btn{
background:#00b7ff;
padding:14px 24px;
border-radius:6px;
color:white;
text-decoration:none;
display:inline-block;
margin-top:16px;
}

.features{
padding:80px 40px;
text-align:center;
}

.grid4{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:30px;
}

.feature{
background:#121a34;
padding:20px;
border-radius:12px;
}

.feature img{
width:100%;
border-radius:10px;
}

.stats{
display:flex;
justify-content:space-around;
padding:60px;
background:#11182d;
text-align:center;
}

.gallery{
padding:80px 40px;
text-align:center;
}

.gallery-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
}

.gallery-grid img{
width:100%;
border-radius:10px;
}

.cta-section{
padding:80px;
text-align:center;
background:#121a34;
}

.page{
padding:100px 40px;
max-width:1000px;
margin:auto;
}

.grid3{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:25px;
}

.card{
background:#121a34;
padding:20px;
border-radius:10px;
}

.card img{
width:100%;
border-radius:10px;
}

.contact-form{
display:flex;
flex-direction:column;
gap:15px;
max-width:500px;
}

.contact-form input,
.contact-form textarea{
padding:12px;
border:none;
border-radius:6px;
}

.contact-form button{
padding:12px;
background:#00b7ff;
border:none;
color:white;
border-radius:6px;
}

footer{
text-align:center;
padding:30px;
background:#050814;
}

.whatsapp{
position:fixed;
bottom:20px;
right:20px;
background:#25D366;
padding:14px 18px;
border-radius:30px;
color:white;
text-decoration:none;
font-weight:bold;
}
