
*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Poppins',sans-serif;
background:#f5f7fb;
color:#1f2d3a;
line-height:1.7;
}

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

.header{
position:fixed;
top:0;
width:100%;
background:rgba(255,255,255,.95);
backdrop-filter:blur(12px);
border-bottom:1px solid rgba(0,0,0,.06);
z-index:999;
}

.nav{
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 0;
}

.logo{
font-size:28px;
font-weight:800;
color:#0b3c74;
}

nav ul{
display:flex;
gap:30px;
list-style:none;
}

nav ul li a{
text-decoration:none;
color:#1f2d3a;
font-weight:500;
transition:.3s;
}

nav ul li a:hover{
color:#12713f;
}

.hero{
padding-top:150px;
padding-bottom:120px;
background:
linear-gradient(rgba(255,255,255,.88),rgba(255,255,255,.92)),
url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?q=80&w=1600&auto=format&fit=crop');
background-size:cover;
background-position:center;
}

.hero-grid{
display:grid;
grid-template-columns:1.1fr 1fr;
gap:60px;
align-items:center;
}

.tag{
display:inline-block;
padding:10px 18px;
border-radius:50px;
background:#e9f4ee;
color:#12713f;
font-weight:600;
margin-bottom:25px;
}

.hero-content h1{
font-size:66px;
line-height:1.1;
margin-bottom:25px;
color:#0c2742;
}

.hero-content h1 span{
color:#12713f;
}

.hero-content p{
font-size:18px;
color:#5d6a75;
margin-bottom:35px;
}

.hero-buttons{
display:flex;
gap:15px;
flex-wrap:wrap;
}

.btn-primary,
.btn-secondary{
padding:15px 30px;
border-radius:12px;
text-decoration:none;
font-weight:600;
display:inline-block;
}

.btn-primary{
background:#0b3c74;
color:#fff;
}

.btn-secondary{
background:#12713f;
color:#fff;
}

.hero-image{
display:flex;
justify-content:center;
}

.image-card{
background:#fff;
padding:40px;
border-radius:32px;
box-shadow:0 20px 60px rgba(0,0,0,.08);
width:100%;
}

.image-card h3{
font-size:30px;
margin-bottom:25px;
color:#0c2742;
}

.mini-box{
background:#f7fafc;
padding:22px;
border-radius:18px;
margin-bottom:18px;
border-left:5px solid #12713f;
}

.mini-box h4{
color:#0b3c74;
margin-bottom:6px;
}

.brands{
padding:30px 0 70px;
}

.brands-grid{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:20px;
}

.brand-card{
background:#fff;
padding:30px;
text-align:center;
border-radius:20px;
font-weight:600;
color:#7a8791;
box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.services,
.about,
.projects{
padding:120px 0;
}

.section-title span{
color:#12713f;
font-size:14px;
font-weight:700;
letter-spacing:1px;
}

.section-title h2{
font-size:48px;
margin-top:18px;
color:#0c2742;
}

.center{
text-align:center;
margin-bottom:60px;
}

.service-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.service-card{
background:#fff;
padding:40px;
border-radius:30px;
box-shadow:0 10px 35px rgba(0,0,0,.06);
transition:.3s;
}

.service-card:hover{
transform:translateY(-8px);
}

.service-card.active{
background:linear-gradient(135deg,#0b3c74,#12713f);
color:#fff;
}

.icon{
font-size:60px;
font-weight:800;
opacity:.15;
margin-bottom:20px;
}

.service-card h3{
font-size:28px;
margin-bottom:18px;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.about-image{
height:520px;
border-radius:35px;
background:
linear-gradient(rgba(11,60,116,.25),rgba(18,113,63,.25)),
url('https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?q=80&w=1200&auto=format&fit=crop');
background-size:cover;
background-position:center;
}

.about-content span{
color:#12713f;
font-weight:700;
letter-spacing:1px;
}

.about-content h2{
font-size:50px;
margin:20px 0;
color:#0c2742;
}

.about-content p{
color:#5d6a75;
margin-bottom:30px;
}

.features{
display:grid;
grid-template-columns:1fr 1fr;
gap:18px;
}

.feature-box{
background:#fff;
padding:18px;
border-radius:16px;
box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.stats{
padding-bottom:120px;
}

.stats-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.stat-box{
background:#fff;
padding:40px;
text-align:center;
border-radius:28px;
box-shadow:0 10px 35px rgba(0,0,0,.06);
}

.stat-box h2{
font-size:52px;
color:#0b3c74;
}

.project-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.project-card{
background:#fff;
border-radius:28px;
overflow:hidden;
box-shadow:0 10px 35px rgba(0,0,0,.06);
}

.project-image{
height:240px;
background:url('https://images.unsplash.com/photo-1518005020951-eccb494ad742?q=80&w=1200&auto=format&fit=crop');
background-size:cover;
background-position:center;
}

.image2{
background:url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?q=80&w=1200&auto=format&fit=crop');
background-size:cover;
}

.image3{
background:url('https://images.unsplash.com/photo-1509395176047-4a66953fd231?q=80&w=1200&auto=format&fit=crop');
background-size:cover;
}

.project-content{
padding:30px;
}

.project-content h3{
font-size:28px;
margin-bottom:12px;
color:#0c2742;
}

.cta{
padding-bottom:120px;
}

.cta-box{
background:linear-gradient(135deg,#0b3c74,#12713f);
padding:90px;
border-radius:40px;
text-align:center;
color:#fff;
}

.cta-box h2{
font-size:52px;
margin-bottom:20px;
}

.cta-box p{
font-size:20px;
margin-bottom:35px;
}

.white-btn{
background:#fff;
color:#0b3c74;
}

.footer{
background:#fff;
padding-top:80px;
border-top:1px solid rgba(0,0,0,.08);
}

.footer-grid{
display:grid;
grid-template-columns:2fr 1fr 1fr;
gap:40px;
padding-bottom:50px;
}

.footer h3,
.footer h4{
margin-bottom:18px;
color:#0c2742;
}

.footer ul{
list-style:none;
}

.footer ul li,
.footer p{
margin-bottom:12px;
color:#60707c;
}

.copyright{
border-top:1px solid rgba(0,0,0,.08);
padding:25px;
text-align:center;
color:#60707c;
}

@media(max-width:1100px){

.hero-grid,
.about-grid,
.footer-grid{
grid-template-columns:1fr;
}

.service-grid,
.project-grid,
.stats-grid,
.brands-grid{
grid-template-columns:1fr 1fr;
}

.hero-content h1{
font-size:50px;
}

}

@media(max-width:768px){

nav{
display:none;
}

.hero-content h1,
.section-title h2,
.about-content h2,
.cta-box h2{
font-size:36px;
}

.service-grid,
.project-grid,
.stats-grid,
.features,
.brands-grid{
grid-template-columns:1fr;
}

.cta-box{
padding:50px 25px;
}

.about-image{
height:350px;
}

}
