body{
font-family:Inter;
margin:0;
color:#1e293b;
line-height:1.6;
background:#eef2f7;
}

.topbar{
background:#0f172a;
color:white;
text-align:center;
padding:8px;
font-size:14px;
}

.navbar{
display:flex;
justify-content:space-between;
padding:20px 8%;
background:white;
box-shadow:0 2px 8px rgba(0,0,0,.05);
position:sticky;
top:0;
}

.navbar a{
margin-left:25px;
text-decoration:none;
color:#334155;
}

.hero{
display:flex;
align-items:center;
gap:60px;
padding:80px 8%;
background:linear-gradient(120deg,#f8fafc,#e2e8f0);
}

.hero-image img{
width:450px;
border-radius:12px;
}

.cta-btn{
display:inline-block;
background:#2563eb;
color:white;
padding:14px 30px;
border-radius:6px;
margin-top:20px;
text-decoration:none;
}

.trust-strip{
display:grid;
grid-template-columns:repeat(4,1fr);
text-align:center;
padding:40px;
background:white;
}

.services{
padding:80px 8%;
}

.service-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:30px;
}

.service{
background:white;
padding:25px;
border-radius:10px;
box-shadow:0 4px 12px rgba(0,0,0,.05);
}

.process{
background:#f1f5f9;
padding:80px 8%;
}

.process-steps{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:30px;
}

.why{
padding:80px 8%;
}

.why-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
}

.coverage{
background:#e2e8f0;
padding:60px 8%;
text-align:center;
}

.contact{
padding:80px 8%;
}

.contact-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
}

form input, form textarea{
width:100%;
padding:14px;
margin-bottom:15px;
border:1px solid #cbd5e1;
border-radius:6px;
}

form button{
background:#2563eb;
color:white;
padding:14px;
border:none;
border-radius:6px;
}

footer{
background:#0f172a;
color:white;
text-align:center;
padding:20px;
}

.icon{
font-size:32px;
color:#2563eb;
margin-bottom:10px;
}

/* GALLERY */

.gallery{
padding:80px 8%;
background:white;
}

.gallery-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:20px;
margin-top:30px;
}

.gallery-grid img{
width:100%;
height:220px;
object-fit:cover;
border-radius:8px;
transition:.4s;
}

.gallery-grid img:hover{
transform:scale(1.05);
}

/* TESTIMONIALS */

.testimonials{
padding:80px 8%;
background:#f1f5f9;
}

.testimonial-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:25px;
margin-top:30px;
}

.testimonial{
background:white;
padding:25px;
border-radius:8px;
box-shadow:0 4px 10px rgba(0,0,0,.05);
}

/* WHATSAPP */

.whatsapp{
position:fixed;
bottom:25px;
right:25px;
background:#25D366;
color:white;
font-size:28px;
padding:15px;
border-radius:50%;
box-shadow:0 6px 15px rgba(0,0,0,.2);
z-index:999;
}

.logo{
display:flex;
align-items:center;
gap:12px;
}

.logo img{
height:55px;
width:auto;
}

.logo-text{
display:flex;
flex-direction:column;
line-height:1.1;
}

.brand-name{
font-weight:800;
font-size:20px;
color:#0f172a;
}

.brand-tag{
font-size:13px;
color:#64748b;
letter-spacing:1px;
}

/* =========================
MOBILE RESPONSIVE FIX
========================= */

@media (max-width: 900px){

/* NAVBAR */

.navbar{
flex-direction:column;
align-items:flex-start;
gap:10px;
}

.navbar div:last-child{
display:flex;
flex-wrap:wrap;
gap:15px;
}

.navbar a{
margin-left:0;
font-size:14px;
}

/* HERO */

.hero{
flex-direction:column;
padding:50px 20px;
gap:30px;
text-align:center;
}

.hero-image img{
width:100%;
max-width:420px;
}

/* TRUST STRIP */

.trust-strip{
grid-template-columns:1fr 1fr;
gap:20px;
}

/* SERVICES */

.services{
padding:60px 20px;
}

/* GALLERY */

.gallery{
padding:60px 20px;
}

.gallery-grid img{
height:auto;
aspect-ratio:4/3;
}

/* TESTIMONIALS */

.testimonials{
padding:60px 20px;
}

/* PROCESS */

.process{
padding:60px 20px;
}

/* WHY */

.why{
padding:60px 20px;
}

/* COVERAGE */

.coverage{
padding:50px 20px;
}

/* CONTACT */

.contact{
padding:60px 20px;
}

.contact-grid{
grid-template-columns:1fr;
}

/* FORM */

form{
margin-top:20px;
}

/* FOOTER */

footer{
font-size:14px;
padding:15px;
}

}


/* EXTRA SMALL PHONES */

@media (max-width: 500px){

.hero-text h1{
font-size:28px;
}

.hero-text p{
font-size:15px;
}

.trust-strip{
grid-template-columns:1fr;
}

.brand-name{
font-size:16px;
}

.brand-tag{
font-size:11px;
}

}

/* CONTACT INFO CARD */

.contact-info-card{
background:white;
padding:35px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.contact-info-card h3{
margin-top:20px;
display:flex;
align-items:center;
gap:10px;
color:#0f172a;
}

.contact-highlight{
font-size:20px;
font-weight:700;
color:#2563eb;
margin-top:5px;
}

.contact-link{
text-decoration:none;
color:#2563eb;
font-weight:600;
}

.contact-link:hover{
text-decoration:underline;
}

/* FACEBOOK BUTTON */

.facebook-btn{
display:inline-block;
background:#1877F2;
color:white;
padding:12px 20px;
border-radius:6px;
text-decoration:none;
font-weight:600;
transition:.3s;
}

.facebook-btn:hover{
background:#0f5ed7;
transform:translateY(-2px);
box-shadow:0 8px 15px rgba(0,0,0,.15);
}

.contact-message{
margin-top:20px;
color:#475569;
}

/* MOBILE STICKY CTA */

.mobile-cta{
display:none;
}

@media(max-width:768px){

.mobile-cta{
display:flex;
position:fixed;
bottom:0;
left:0;
width:100%;
z-index:9999;
}

.mobile-cta a{
flex:1;
text-align:center;
padding:15px 0;
color:white;
font-weight:600;
text-decoration:none;
}

.cta-call{background:#0f172a;}
.cta-wa{background:#25D366;}
.cta-fb{background:#1877F2;}

body{padding-bottom:70px;}

}

/* FADE IN ANIMATION */

.fade{
opacity:0;
transform:translateY(40px);
transition:1s;
}

.fade.show{
opacity:1;
transform:translateY(0);
}

/* INSTAGRAM BUTTON */

.instagram-btn{
display:inline-block;
background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4);
color:white;
padding:12px 20px;
border-radius:6px;
text-decoration:none;
font-weight:600;
transition:.3s;
}

.instagram-btn:hover{
transform:translateY(-2px);
box-shadow:0 8px 18px rgba(0,0,0,.2);
}

.cta-ig{
background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4);
}

.social-bar{
position:fixed;
top:40%;
right:0;
display:flex;
flex-direction:column;
z-index:999;
}

.social-bar a{
color:white;
padding:12px;
font-size:20px;
text-align:center;
transition:.3s;
}

.sb-wa{background:#25D366;}
.sb-fb{background:#1877F2;}
.sb-ig{
background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4);
}

.social-bar a:hover{
padding-right:20px;
}

.coverage-intro{
max-width:700px;
margin:auto;
margin-bottom:40px;
color:#475569;
}

.areas{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
margin-top:30px;
}

.areas div{
background:white;
padding:25px;
border-radius:10px;
box-shadow:0 6px 15px rgba(0,0,0,.06);
}

.coverage-note{
margin-top:40px;
font-weight:600;
color:#1e293b;
}


@media(max-width:768px){
.social-bar{
display:none;
}
}

.nav-links a.active{
color:#2563eb;
font-weight:700;
border-bottom:3px solid #2563eb;
padding-bottom:5px;
}

/* ===== PREMIUM GLASS UI ===== */

.glass-card{
background:rgba(255,255,255,0.6);
backdrop-filter:blur(14px);
border-radius:18px;
padding:30px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:0.4s;
border:1px solid rgba(255,255,255,0.3);
}

.glass-card:hover{
transform:translateY(-10px) scale(1.02);
box-shadow:0 25px 50px rgba(0,0,0,0.15);
}

.section-dark{
background:linear-gradient(120deg,#0f172a,#1e293b);
color:white;
}

.big-title{
font-size:42px;
text-align:center;
margin-bottom:20px;
}

.section-sub{
text-align:center;
max-width:700px;
margin:auto;
color:#64748b;
}

.fade-up{
opacity:1;
transform:translateY(0);
transition:1s;
}

.fade-up.show{
opacity:1;
transform:translateY(0);
}

.glass-card{
background:rgba(255,255,255,0.6);
backdrop-filter:blur(14px);
border-radius:18px;
padding:30px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:0.4s;
border:1px solid rgba(255,255,255,0.3);
}

.fade-up{
opacity:1;
transform:translateY(0);
transition:1s;
}

.fade-up.show{
opacity:1;
transform:translateY(0);
}

.big-title{
font-size:42px;
text-align:center;
margin-bottom:20px;
}