html,
body{
margin:0;
padding:0;
overflow-x:hidden;
width:100%;
max-width:100%;
}

*{
box-sizing:border-box;
}
html,body{
overflow-x:auto !important;
}
html,
body{
overflow-x:hidden !important;
width:100%;
max-width:100%;
}

*{
box-sizing:border-box;
}

section,
div,
img{
max-width:100%;
}

body{
font-family:Arial,Helvetica,sans-serif;
background:#f5f7fb;
color:#222;
line-height:1.6;
overflow-x:hidden;
}

img{
max-width:100%;
display:block;
}

a{
text-decoration:none;
}

.container{
width:100%;
max-width:1200px;
margin:auto;
padding:0 20px;
}

/* HEADER */

.header{
background:#fff;
position:sticky;
top:0;
z-index:999;
box-shadow:0 2px 20px rgba(0,0,0,.08);
}

.header-wrap{
display:flex;
justify-content:space-between;
align-items:center;
padding:15px 0;
}

.logo{
display:flex;
align-items:center;
gap:10px;
font-size:28px;
font-weight:700;
color:#0d6efd;
}

.logo img{
height:55px;
width:auto;
}

.desktop-nav{
display:flex;
gap:25px;
}

.desktop-nav a{
color:#222;
font-weight:600;
}

.call-btn{
background:#0d6efd;
color:#fff;
padding:12px 22px;
border-radius:10px;
font-weight:700;
}

/* HERO */
.hero-image img{
width:100%;
max-width:550px;
height:auto;
object-fit:contain;
}
.hero{
background:linear-gradient(
135deg,
#0d6efd,
#0048b3
);
color:#fff;
padding:70px 0;
}

.hero-wrap{
display:flex;
align-items:center;
justify-content:space-between;
gap:40px;
}

.hero-content{
flex:1;
}

.hero-image{
flex:1;
text-align:center;
}

.hero-image img{
max-width:550px;
width:100%;
}

.hero-badge{
display:inline-block;
background:rgba(255,255,255,.15);
padding:10px 18px;
border-radius:30px;
margin-bottom:20px;
}

.hero h1{
font-size:58px;
line-height:1.1;
margin-bottom:20px;
font-weight:800;
}

.hero p{
font-size:22px;
margin-bottom:25px;
opacity:.95;
}

.hero-features{
display:flex;
flex-wrap:wrap;
gap:15px;
margin-bottom:25px;
}

.hero-features span{
background:rgba(255,255,255,.12);
padding:10px 14px;
border-radius:10px;
}

.offer-box{
background:#fff;
color:#111;
padding:22px;
border-radius:15px;
display:inline-block;
margin-bottom:25px;
}

.offer-box strong{
display:block;
font-size:30px;
}

.offer-box small{
display:block;
margin-top:5px;
color:#666;
}

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

.btn-primary{
background:#ff8c00;
color:#fff;
padding:16px 26px;
border-radius:10px;
font-weight:700;
}

.btn-whatsapp{
background:#25D366;
color:#fff;
padding:16px 26px;
border-radius:10px;
font-weight:700;
}

.btn-secondary{
background:#fff;
color:#0d6efd;
padding:16px 26px;
border-radius:10px;
font-weight:700;
}

.hero-mini-trust{
font-size:15px;
opacity:.95;
}

/* TRUST */

.trust-strip{
background:#fff;
padding:25px 0;
box-shadow:0 2px 15px rgba(0,0,0,.06);
}

.trust-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:15px;
text-align:center;
font-weight:700;
}

/* STATS */

.quick-stats{
padding:60px 0;
}

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

.stats-grid div{
background:#fff;
padding:25px;
border-radius:15px;
text-align:center;
box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.stats-grid h3{
font-size:32px;
color:#0d6efd;
margin-bottom:8px;
}
/* SECTION COMMON */

.section-heading{
text-align:center;
margin-bottom:40px;
}

.section-heading h2{
font-size:48px;
font-weight:800;
line-height:1.2;
color:#0f172a;
}

.section-heading span{
background:#e0ecff;
color:#0d6efd;
font-size:14px;
letter-spacing:1px;
text-transform:uppercase;
}

.section-heading p{
max-width:700px;
margin:auto;
color:#666;
}

/* SERVICES */

.services-section{
padding:80px 0;
background:#f8fbff;
}

.services-wrapper{
display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
}

.service-category{
background:#fff;
border-radius:20px;
padding:25px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.category-header{
font-size:24px;
font-weight:800;
margin-bottom:20px;
padding-bottom:15px;
border-bottom:1px solid #eee;
}

.electrician{
color:#ff8c00;
}

.plumber{
color:#0d6efd;
}

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

.service-card{
background:#f7f9fc;
padding:16px;
border-radius:12px;
font-weight:600;
transition:.3s;
cursor:pointer;
}

.service-card:hover{
transform:translateY(-4px);
background:#0d6efd;
color:#fff;
}

/* EMERGENCY */

.emergency-banner{
padding:30px 0;
}

.emergency-box{
background:linear-gradient(
135deg,
#ff5f5f,
#ff2323
);
color:#fff;
padding:30px;
border-radius:18px;
text-align:center;
font-size:28px;
font-weight:800;
box-shadow:0 10px 30px rgba(255,0,0,.2);
}

.emergency-box span{
display:block;
font-size:18px;
font-weight:500;
margin-top:10px;
}

/* BOOKING */

.booking-section{
padding:90px 0;
}

.booking-wrapper{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:center;
}

.booking-left h2{
font-size:46px;
margin:20px 0;
}

.booking-left p{
font-size:18px;
margin-bottom:20px;
color:#555;
}

.booking-left ul{
list-style:none;
}

.booking-left li{
padding:10px 0;
font-size:18px;
}

.booking-badge{
background:#0d6efd;
color:#fff;
padding:10px 18px;
border-radius:30px;
font-weight:700;
display:inline-block;
}

.booking-right form{
background:#fff;
padding:35px;
border-radius:20px;
box-shadow:0 10px 35px rgba(0,0,0,.1);
}

.booking-right input,
.booking-right select,
.booking-right textarea{
width:100%;
padding:15px;
margin-bottom:15px;
border:1px solid #ddd;
border-radius:12px;
font-size:16px;
}

.booking-right textarea{
height:120px;
resize:none;
}

.booking-right button{
width:100%;
background:#0d6efd;
color:#fff;
border:none;
padding:18px;
font-size:18px;
font-weight:700;
border-radius:12px;
cursor:pointer;
}

/* WHY US */

.why-us-section{
padding:90px 0;
background:#f8fbff;
}

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

.why-card{
background:#fff;
padding:25px;
border-radius:16px;
text-align:center;
font-weight:700;
font-size:18px;
box-shadow:0 8px 25px rgba(0,0,0,.08);
}

/* HOW IT WORKS */

.how-section{
padding:90px 0;
}

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

.how-card{
background:#fff;
padding:30px;
border-radius:18px;
text-align:center;
box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.step-no{
width:60px;
height:60px;
background:#0d6efd;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
margin:auto;
margin-bottom:15px;
font-size:24px;
font-weight:800;
}

.how-card h3{
margin-bottom:10px;
}
/* REVIEWS */

.reviews-section{
padding:90px 0;
background:#f8fbff;
}

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

.review-card{
background:#fff;
padding:30px;
border-radius:18px;
box-shadow:0 8px 25px rgba(0,0,0,.08);
transition:.3s;
}

.review-card:hover{
transform:translateY(-5px);
}

.review-card p{
margin:15px 0;
color:#555;
line-height:1.8;
}

.review-card strong{
color:#0d6efd;
}

/* AREAS */

.areas-section{
padding:90px 0;
}

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

.areas-grid div{
background:#fff;
padding:18px;
border-radius:12px;
text-align:center;
font-weight:700;
box-shadow:0 5px 20px rgba(0,0,0,.08);
}

/* FAQ */

.faq-section{
padding:90px 0;
background:#f8fbff;
}

.faq-item{
background:#fff;
padding:25px;
border-radius:16px;
margin-bottom:15px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.faq-item h3{
margin-bottom:10px;
font-size:20px;
}

.faq-item p{
color:#666;
}

/* SEO CONTENT */

.trust-content-section{
padding:90px 0;
}

.seo-content{
max-width:900px;
margin:auto;
font-size:18px;
line-height:1.9;
color:#555;
}

.seo-content p{
margin-bottom:25px;
}

/* PROFESSIONALS */

.professional-preview{
padding:90px 0;
background:#f8fbff;
}

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

.pro-card{
background:#fff;
padding:30px;
border-radius:18px;
text-align:center;
box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.pro-image{
font-size:60px;
margin-bottom:15px;
}

.pro-card h3{
margin-bottom:10px;
}

.pro-card span{
display:inline-block;
margin-top:10px;
background:#eaf2ff;
color:#0d6efd;
padding:8px 14px;
border-radius:30px;
font-weight:700;
}

/* CTA */

.cta-section{
padding:90px 0;
}

.cta-box{
background:linear-gradient(
135deg,
#0d6efd,
#0048b3
);
color:#fff;
padding:60px;
border-radius:25px;
text-align:center;
}

.cta-box h2{
font-size:42px;
margin-bottom:15px;
}

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

.cta-buttons{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
}

.cta-call,
.cta-whatsapp{
padding:16px 28px;
border-radius:12px;
font-weight:700;
color:#fff;
}

.cta-call{
background:#ff8c00;
}

.cta-whatsapp{
background:#25D366;
}

/* FOOTER */

.footer{
background:#0f172a;
color:#fff;
padding:70px 0 100px;
text-align:center;
}

.footer-logo{
font-size:42px;
font-weight:800;
margin-bottom:15px;
}

.footer-contact{
margin:20px 0;
line-height:2;
}

.footer-links{
margin:20px 0;
}

.footer-links a{
color:#fff;
margin:0 10px;
}

.copyright{
margin-top:20px;
opacity:.8;
}

/* MOBILE BAR */

.mobile-bottom-bar{
position:fixed;
left:0;
right:0;
bottom:0;
background:#fff;
display:flex;
justify-content:space-around;
box-shadow:0 -3px 20px rgba(0,0,0,.15);
z-index:9999;
}

.mobile-bottom-bar a{
flex:1;
text-align:center;
padding:14px;
font-weight:700;
color:#111;
}

/* RESPONSIVE */

@media(max-width:992px){

.hero-wrap,
.booking-wrapper{
grid-template-columns:1fr;
display:grid;
}

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

.services-wrapper,
reviews-grid,
pros-grid,
why-grid,
how-grid{
grid-template-columns:1fr 1fr;
}

.areas-grid{
grid-template-columns:repeat(2,1fr);
}

.stats-grid{
grid-template-columns:repeat(2,1fr);
}

.trust-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.desktop-nav{
display:none;
}

.hero{
padding:50px 0;
}

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

.hero p{
font-size:18px;
}

.hero-buttons{
flex-direction:column;
}

.hero-buttons a{
text-align:center;
}

.service-grid,
reviews-grid,
pros-grid,
why-grid,
how-grid,
.services-wrapper{
grid-template-columns:1fr;
}

.areas-grid{
grid-template-columns:1fr 1fr;
}

.section-heading h2{
font-size:30px;
}

.booking-left h2{
font-size:34px;
}

.cta-box{
padding:35px 20px;
}

.cta-box h2{
font-size:30px;
}

.cta-box p{
font-size:16px;
}

.footer{
padding-bottom:120px;
}

}

.floating-whatsapp{
position:fixed;
right:20px;
bottom:90px;
width:60px;
height:60px;
background:#25D366;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
color:#fff;
z-index:9999;
box-shadow:0 10px 25px rgba(0,0,0,.2);
}
/* ===== FINAL FIXES ===== */

html,
body{
width:100%;
max-width:100%;
overflow-x:hidden !important;
}

.hero-wrap,
.header-wrap,
.booking-wrapper,
.services-wrapper,
.cta-buttons{
width:100%;
min-width:0;
}

.hero-content,
.hero-image,
.booking-left,
.booking-right{
min-width:0;
}

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

.hero-image img{
width:100%;
max-width:500px;
height:auto;
object-fit:contain;
margin:auto;
}

/* PREMIUM FAQ */

.faq-item{
border-left:5px solid #0d6efd;
transition:.3s;
cursor:pointer;
}

.faq-item:hover{
transform:translateY(-3px);
box-shadow:0 10px 30px rgba(0,0,0,.12);
}

/* PREMIUM FOOTER */

.footer{
background:
linear-gradient(
135deg,
#0f172a,
#020617
);
padding:60px 0 80px;
position:relative;
overflow:hidden;
}

.footer-logo{
font-size:58px;
font-weight:900;
letter-spacing:3px;
margin-bottom:15px;
text-shadow:
0 0 25px rgba(13,110,253,.35);
}

.footer-services{
margin-top:20px;
color:#94a3b8;
line-height:2;
max-width:900px;
margin-left:auto;
margin-right:auto;
}

.footer-links{
margin-top:20px;
}

.footer-links a{
color:#fff;
font-weight:600;
}

/* FLOATING WHATSAPP */

.floating-whatsapp{
position:fixed;
right:20px;
bottom:90px;
width:60px;
height:60px;
background:#25D366;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
color:#fff;
z-index:99999;
box-shadow:0 10px 25px rgba(0,0,0,.25);
}

/* MOBILE FIX */

@media(max-width:768px){

.header-wrap{
flex-direction:column;
gap:15px;
}

.logo{
font-size:24px;
}

.hero-image{
margin-top:25px;
}

.footer{
padding-bottom:90px;
}

.floating-whatsapp{
right:15px;
bottom:80px;
width:55px;
height:55px;
font-size:26px;
}

}
.faq-item{
background:#fff;
border-radius:16px;
margin-bottom:15px;
overflow:hidden;
box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.faq-question{
width:100%;
border:none;
background:#fff;
padding:22px;
font-size:18px;
font-weight:700;
cursor:pointer;
display:flex;
justify-content:space-between;
align-items:center;
text-align:left;
}

.faq-question span{
font-size:26px;
color:#0d6efd;
}

.faq-answer{
max-height:0;
overflow:hidden;
transition:max-height .35s ease;
}
.pros-slider{
display:flex;
gap:20px;
overflow-x:auto;
padding-bottom:10px;
scroll-behavior:smooth;
}

.pro-card{
min-width:260px;
background:#fff;
padding:20px;
border-radius:18px;
text-align:center;
box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.pro-photo{
width:120px;
height:120px;
border-radius:50%;
object-fit:cover;
margin:0 auto 15px;
display:block;
}
.faq-answer p{
padding:0 22px 22px;
color:#555;
line-height:1.8;
}

.faq-item.active .faq-answer{
max-height:250px;
}

.faq-item.active .faq-question span{
transform:rotate(45deg);
display:inline-block;
}