*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
scroll-behavior:smooth;
}

:root{

--primary:#082C73;
--secondary:#FF7A00;
--dark:#111827;
--text:#555;
--light:#f7f9fc;
--white:#fff;

}

body{

background:var(--white);
color:var(--dark);
overflow-x:hidden;

}

img{

max-width:100%;

}

.container{

width:90%;
max-width:1250px;
margin:auto;

}

header{

position:fixed;
top:0;
left:0;
width:100%;
z-index:999;
transition:.4s;

}

header.active{

background:#082C73;
box-shadow:0 10px 30px rgba(0,0,0,.15);

}

.navbar{

display:flex;
justify-content:space-between;
align-items:center;
padding:18px 0;

}

.logo img{

height:70px;

}

.menu{

display:flex;
gap:35px;

}

.menu a{

text-decoration:none;
color:#fff;
font-weight:500;
transition:.3s;

}

.menu a:hover{

color:var(--secondary);

}

.call-btn{

padding:13px 30px;
background:var(--secondary);
border-radius:50px;
text-decoration:none;
color:#fff;
font-weight:600;
transition:.3s;

}

.call-btn:hover{

transform:translateY(-3px);

}

.hero{

min-height:100vh;

background:

linear-gradient(rgba(8,44,115,.80),rgba(8,44,115,.80)),

url('https://images.unsplash.com/photo-1570129477492-45c003edd2be?q=80&w=1800&auto=format&fit=crop');

background-size:cover;
background-position:center;

display:flex;
align-items:center;

}

.hero-grid{

display:grid;
grid-template-columns:1.2fr .8fr;
gap:70px;
align-items:center;

}

.hero h5{

color:#FFD166;
font-size:18px;
margin-bottom:15px;
letter-spacing:2px;

}

.hero h1{

font-size:62px;
line-height:1.2;
color:#fff;
margin-bottom:25px;

}

.hero h1 span{

color:var(--secondary);

}

.hero p{

color:#ddd;
font-size:18px;
line-height:32px;
margin-bottom:35px;

}

.hero-btns{

display:flex;
gap:20px;
flex-wrap:wrap;

}

.primary-btn{

background:var(--secondary);
padding:16px 38px;
border-radius:50px;
color:#fff;
text-decoration:none;
font-weight:600;

}

.secondary-btn{

padding:16px 38px;
border:2px solid #fff;
border-radius:50px;
color:#fff;
text-decoration:none;
font-weight:600;

}

.quote-box{

background:#fff;
padding:35px;
border-radius:25px;
box-shadow:0 20px 60px rgba(0,0,0,.18);

}

.quote-box h2{

color:var(--primary);
margin-bottom:20px;

}

.quote-box input,
.quote-box select{

width:100%;
padding:15px;
margin-bottom:15px;
border:1px solid #ddd;
border-radius:12px;
outline:none;

}

.quote-box button{

width:100%;
padding:16px;
border:none;
background:var(--primary);
color:#fff;
border-radius:12px;
font-size:16px;
cursor:pointer;
font-weight:600;

}

@media(max-width:992px){

.hero-grid{

grid-template-columns:1fr;

}

.menu{

display:none;

}

.hero{

padding:140px 0 80px;

}

.hero h1{

font-size:42px;

}

}

.section-title{
text-align:center;
margin-bottom:60px;
}

.section-title h5{
color:var(--secondary);
letter-spacing:2px;
margin-bottom:10px;
}

.section-title h2{
font-size:42px;
color:var(--primary);
margin-bottom:15px;
}

.section-title p{
max-width:700px;
margin:auto;
color:#666;
line-height:30px;
}

.services{
padding:100px 0;
background:#f8fbff;
}

.service-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.service-card{
background:#fff;
padding:35px;
border-radius:18px;
transition:.4s;
box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.service-card:hover{
transform:translateY(-10px);
}

.icon{
width:70px;
height:70px;
background:#082C73;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:28px;
margin-bottom:20px;
}

.service-card h3{
margin-bottom:15px;
}

.service-card p{
color:#666;
line-height:28px;
margin-bottom:20px;
}

.service-card a{
color:var(--secondary);
text-decoration:none;
font-weight:600;
}

.about{
padding:100px 0;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.about-img img{
border-radius:20px;
}

.about-content h5{
color:var(--secondary);
margin-bottom:10px;
}

.about-content h2{
font-size:44px;
margin-bottom:20px;
color:var(--primary);
}

.about-content p{
line-height:30px;
color:#666;
margin-bottom:25px;
}

.features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
margin-bottom:30px;
}

.features div{
font-weight:600;
}

.features i{
color:var(--secondary);
margin-right:8px;
}

.stats{
padding:80px 0;
background:#082C73;
color:#fff;
}

.stats-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
text-align:center;
}

.stats h2{
font-size:50px;
color:#FFB347;
margin-bottom:10px;
}

.stats p{
font-size:18px;
}

@media(max-width:992px){

.service-grid,
.about-grid,
.stats-grid{
grid-template-columns:1fr;
}

}

.why-us{
padding:100px 0;
background:#fff;
}

.why-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.why-card{
background:#f8fbff;
padding:35px;
text-align:center;
border-radius:18px;
transition:.35s;
}

.why-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.why-card i{
font-size:42px;
color:var(--secondary);
margin-bottom:20px;
}

.why-card h3{
margin-bottom:12px;
color:var(--primary);
}

.why-card p{
line-height:28px;
color:#666;
}

.process{
padding:100px 0;
background:#f8fbff;
}

.process-grid{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:20px;
}

.step{
background:#fff;
padding:30px;
border-radius:18px;
text-align:center;
position:relative;
}

.number{
width:65px;
height:65px;
border-radius:50%;
background:var(--secondary);
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
font-weight:700;
margin:0 auto 20px;
}

.step h3{
margin-bottom:10px;
color:var(--primary);
}

.step p{
color:#666;
line-height:28px;
}

.cta{
padding:90px 0;
background:linear-gradient(135deg,#082C73,#0e4db8);
text-align:center;
color:#fff;
}

.cta h2{
font-size:46px;
margin-bottom:15px;
}

.cta p{
max-width:700px;
margin:auto;
line-height:30px;
margin-bottom:35px;
}

.cta .secondary-btn{
background:transparent;
}

@media(max-width:992px){

.why-grid,
.process-grid{
grid-template-columns:1fr;
}

}

.gallery{

padding:100px 0;

}

.gallery-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:20px;

}

.gallery-item{

overflow:hidden;

border-radius:20px;

}

.gallery-item img{

width:100%;

height:280px;

object-fit:cover;

transition:.5s;

}

.gallery-item:hover img{

transform:scale(1.1);

}

.testimonial{

padding:100px 0;

background:#f7f9fc;

}

.testimonial-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.review{

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 10px 30px rgba(0,0,0,.06);

}

.review h3{

color:#ffb400;

margin-bottom:20px;

}

.review p{

line-height:30px;

margin-bottom:20px;

color:#666;

}

.faq{

padding:100px 0;

}

.faq-item{

background:#fff;

padding:25px;

margin-bottom:20px;

border-radius:15px;

box-shadow:0 10px 20px rgba(0,0,0,.05);

}

.faq-item h3{

color:#082C73;

margin-bottom:10px;

}

.faq-item p{

color:#666;

line-height:28px;

}

footer{

background:#082C73;

color:#fff;

padding:80px 0 30px;

}

.footer-grid{

display:grid;

grid-template-columns:2fr 1fr 1fr 1fr;

gap:40px;

}

footer ul{

list-style:none;

}

footer li{

margin-bottom:12px;

}

footer a{

color:#fff;

text-decoration:none;

}

footer hr{

margin:40px 0;

border:1px solid rgba(255,255,255,.15);

}

.copy{

text-align:center;

}

.whatsapp{

position:fixed;

right:25px;

bottom:25px;

width:65px;

height:65px;

background:#25D366;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:32px;

text-decoration:none;

box-shadow:0 15px 30px rgba(0,0,0,.2);

z-index:999;

}

@media(max-width:992px){

.gallery-grid,

.testimonial-grid,

.footer-grid{

grid-template-columns:1fr;

}

}

.topbar{

background:#082C73;

color:#fff;

padding:8px 0;

font-size:14px;

}

.topbar i{

color:#FF8C00;

margin-right:5px;

}

.fleet{

background:#fff;

}

.fleet-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:0.3s;
}

.fleet-card img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}

.fleet-card .content{
    padding:20px;
}

.fleet-card h4{
    margin-bottom:10px;
    font-weight:700;
    color:#082C73;
}

.fleet-card p{
    margin:0;
    color:#666;
}