body{
font-family: 'Poppins', sans-serif;
margin:0;
background:#f7f9fc;
color:#333;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

.section-title{
text-align:center;
font-size:32px;
margin-bottom:40px;
font-weight:600;
}

/* HERO */

body{
font-family:'Poppins',sans-serif;
margin:0;
background:#f4f7fb;
color:#1e293b;
}

.container{
width:90%;
max-width:1250px;
margin:auto;
}

.section-title{
font-size:34px;
font-weight:600;
text-align:center;
margin-bottom:50px;
}

/* HERO */

.hero{
position:relative;
padding:120px 0;
background:linear-gradient(135deg,#0f172a,#1e3a8a);
overflow:hidden;
}

.hero-overlay{
position:absolute;
width:100%;
height:100%;
background:radial-gradient(circle at top,#38bdf8 0%,transparent 60%);
opacity:.25;
}

.hero-grid{
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
position:relative;
z-index:2;
}

.hero-left h1{
font-size:48px;
line-height:1.2;
color:white;
}

.hero-left span{
color:#38bdf8;
}

.hero-left p{
color:#cbd5f5;
font-size:18px;
margin-top:20px;
max-width:500px;
}

.hero-buttons{
margin-top:30px;
}

.btn-primary{
background:#38bdf8;
color:white;
padding:14px 34px;
border-radius:8px;
text-decoration:none;
font-weight:500;
margin-right:15px;
transition:.3s;
}

.btn-primary:hover{
background:#0284c7;
}

.btn-secondary{
border:2px solid white;
padding:12px 32px;
border-radius:8px;
text-decoration:none;
color:white;
}

.hero-img{
width:520px;
animation:float 6s ease-in-out infinite;
}

@keyframes float{
0%{transform:translateY(0px)}
50%{transform:translateY(-20px)}
100%{transform:translateY(0px)}
}

/* SERVICES */

.services{
padding:90px 0;
background:white;
}

.services-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.service-card{
background:white;
padding:35px;
border-radius:14px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,.06);
transition:.35s;
}

.service-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,.1);
}

.service-card i{
font-size:36px;
color:#0ea5e9;
margin-bottom:15px;
}

/* INDUSTRIES */

.industries{
padding:90px 0;
background:#f1f5f9;
}

.industries-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.industry-card{
background:white;
padding:40px;
text-align:center;
border-radius:14px;
font-weight:500;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

/* PROCESS */

.process{
padding:90px 0;
background:white;
}

.process-grid{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:30px;
text-align:center;
}

.process-grid i{
font-size:36px;
color:#0ea5e9;
margin-bottom:12px;
}

/* INFRA */

.infrastructure{
padding:90px 0;
background:#f1f5f9;
}

.infra-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.infra-card{
background:white;
padding:35px;
border-radius:14px;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

/* REFURB */

.refurb{
padding:90px 0;
background:white;
}

.refurb-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.refurb-card{
background:#f8fafc;
padding:40px;
border-radius:14px;
text-align:center;
}

.refurb-card img{
height:120px;
}

/* TESTIMONIAL */

.testimonials{
padding:90px 0;
background:#f1f5f9;
}

.testimonial-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
max-width:900px;
margin:auto;
}

.testimonial-card{
background:white;
padding:35px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
text-align:center;
font-size:17px;
}

.testimonial-card h4{
margin-top:15px;
color:#0ea5e9;
}

/* CTA */

.cta{
background:linear-gradient(135deg,#0ea5e9,#2563eb);
color:white;
padding:90px 20px;
text-align:center;
}

.cta a{
display:inline-block;
margin-top:20px;
}

/* RESPONSIVE */

@media(max-width:900px){

.hero-grid{
flex-direction:column;
text-align:center;
}

.services-grid,
industries-grid,
infra-grid,
refurb-grid{
grid-template-columns:1fr 1fr;
}

.process-grid{
grid-template-columns:1fr 1fr;
}

.hero-img{
width:350px;
}

}
/* SERVICES */

.services{
padding:70px 0;
background:white;
}

.services-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.service-card{
background:#f8fafc;
padding:30px;
border-radius:10px;
text-align:center;
transition:.3s;
}

.service-card:hover{
transform:translateY(-5px);
box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

.service-card i{
font-size:32px;
color:#0ea5e9;
margin-bottom:15px;
}

/* INDUSTRIES */

.industries{
padding:70px 0;
background:#f1f5f9;
}

.industries-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.industry-card{
background:white;
padding:30px;
text-align:center;
border-radius:10px;
}

/* BRANDS */

.brands{
padding:70px 0;
background:white;
text-align:center;
}

.brand-slider{
display:flex;
gap:50px;
justify-content:center;
align-items:center;
flex-wrap:wrap;
}

.slide img{
height:60px;
}

/* PROCESS */

.process{
padding:70px 0;
background:#f1f5f9;
}

.process-grid{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:20px;
text-align:center;
}

.process-grid i{
font-size:30px;
color:#0ea5e9;
margin-bottom:10px;
}

/* INFRA */

.infrastructure{
padding:70px 0;
background:white;
}

.infra-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.infra-card{
background:#f8fafc;
padding:30px;
border-radius:10px;
}

/* CERT */

.certifications{
padding:70px 0;
background:#f1f5f9;
}

.cert-grid{
display:flex;
gap:30px;
justify-content:center;
}

.cert-card{
background:white;
padding:30px;
border-radius:10px;
width:250px;
text-align:center;
}

/* REFURB */

.refurb{
padding:70px 0;
background:white;
}

.refurb-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.refurb-card{
background:#f8fafc;
padding:30px;
text-align:center;
border-radius:10px;
}

.refurb-card img{
height:120px;
}

/* TESTIMONIAL */

.testimonials{
padding:90px 0;
background:#f1f5f9;
}

.testimonial-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
max-width:900px;
margin:auto;
}

.testimonial-card{
background:white;
padding:35px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
text-align:center;
font-size:17px;
}

.testimonial-card h4{
margin-top:15px;
color:#0ea5e9;
}

/* CTA */

.cta{
background:#0ea5e9;
color:white;
text-align:center;
padding:70px 20px;
}

.cta a{
margin-top:20px;
display:inline-block;
}