:root{
--brand:#21c58e;         /* Primary orange */
--brand-600:#ff6a00;
--brand-700:#e65f00;
--ink:#101316;           /* Main text (near black) */
--muted:#596274;         /* Muted text */
--bg:#ffffff;            /* White */
--panel:#ffffff;        /* Cards */
--line:#e9edf3;          /* Hairlines */
--success:#22c55e;
--warning:#f59e0b;
--radius-lg:18px;
--radius-md:14px;
--radius-sm:12px;
--shadow-lg:0 18px 40px rgba(0,0,0,.08);
--shadow-md:0 10px 24px rgba(0,0,0,.07);
--shadow-sm:0 6px 14px rgba(0,0,0,.06);
--container: min(1200px, 98vw);
}

/* Reset & Base */
*,*::before,*::after{box-sizing:border-box}
html,body{height:100%}
body{
margin:0;
font-family:Poppins, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
color:var(--ink);
background:var(--bg);
line-height:1.65;
-webkit-font-smoothing:antialiased;
text-rendering:optimizeLegibility;
}
.container{max-width:1280px;}
img{max-width:100%; display:block}
a{color:#6984c2; text-decoration:none}
.container{ margin-inline:auto}
.btn{display:inline-flex; align-items:center; gap:.6rem; border:0; cursor:pointer; font-weight:600; letter-spacing:.2px;}
.btn.primary{background:var(--brand); color:var(--panel); padding:.55rem .9rem; border-radius:999px; box-shadow:var(--shadow-sm); transition: transform .15s ease, box-shadow .2s ease, background .2s ease}
.btn.primary2{    padding: .55rem .9rem;
border-radius: 999px;
background: #0f172a;
color: var(--panel);
font-weight: 600;}
.btn.primary:hover{background:#0f172a; transform:translateY(-1px); box-shadow:var(--shadow-md)}
.btn.ghost{border:2px solid #111; color:#111; padding:.85rem 1.15rem; border-radius:999px}
.chip{display:inline-flex; align-items:center; gap:.5rem; padding:.35rem .75rem; border-radius:999px; background:var(--panel); border:1px solid var(--line); font-size:.875rem;font-size: .875rem;
color: #6984c2;}
.eyebrow{font-size:.875rem; font-weight:600; letter-spacing:.2px; color:var(--brand)}
h1,h2,h3{color:#0b0e11; line-height:1.25; margin:.25rem 0 .6rem}
h1{font-size:clamp(2rem, 3.2vw + 1rem, 3.1rem); font-weight:800}
h2{font-size:clamp(1.5rem, 1.6vw + 1rem, 2.1rem); font-weight:800}
h3{font-size:clamp(1.15rem, 1.2vw + .8rem, 1.35rem); font-weight:700}
p{margin:.2rem 0 1rem; color:var(--muted)}
section{padding: clamp(48px, 7vw, 96px) 0}
.grid{display:grid; gap:clamp(16px, 2vw, 28px)}

/* Header */
.site-header{position:fixed; top:0; z-index:50; width:100%; transition:background .25s ease, box-shadow .25s ease; background:var(--panel);  box-shadow: 0 3px 5px #00000038;}
.site-header .bar{display:flex; align-items:center; justify-content:space-between;}
.site-header.scrolled{background:var(--panel); box-shadow:0 6px 18px rgba(0,0,0,.06)}
.brand{display:flex; align-items:center; gap:.6rem}
.bredcrum {
    margin-top: 140px;
    background: var(--brand);
    /* color: #fff; */
    padding: 30px 0;    margin-bottom:50px;
}
.bredcrum h1{font-size:42px; color:var(--panel);    margin: 0;}
.brand strong{font-weight:800}
nav ul{list-style:none; display:flex; gap:24px; margin:0; padding:0}
nav a{font-weight:600; color:#12161d; opacity:.9}
nav a:hover{opacity:1}
.header-cta{display:flex; align-items:center; gap:12px;}
.phone-pill{align-items:center; gap:.5rem; padding:.55rem .9rem; border-radius:999px; background:#0f172a; color:var(--panel); font-weight:600}

/* Mobile nav */
.hamburger{display:none; width:42px; height:42px; border-radius:12px; border:1px solid var(--line); background:#fff}
.mobile-panel{display:none; position:fixed; inset:67px 0 0 0; background:var(--panel); padding:18px; box-shadow:var(--shadow-lg)}
.mobile-panel a{display:block; padding:14px; border-bottom:1px solid var(--line); font-weight:600}

/* Hero */
.hero{    margin-top: 130px;position:relative; isolation:isolate; background:#f5f9ff; color:#fff}
/*.hero::after{content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.45)); z-index:0}*/
.hero .wrap{position:relative; z-index:1; display:grid; grid-template-columns: 1.1fr .9fr; gap:42px; align-items:center}
.hero h1{color:#000}
.hero p{color:#000}
.hero .quote-card p{color:#606672;}
.hero .buttons{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}

/* Quote form */
.quote-card{background:var(--panel); color:#0f172a; border-radius:var(--radius-lg); box-shadow:var(--shadow-lg); padding:24px; max-width:520px}
.quote-card h3{margin:0 0 8px}
.form-grid{display:grid; gap:12px; grid-template-columns:1fr 1fr}
.form-grid .full{grid-column:1 / -1;}
.input{appearance:none; width:100%; border:1px solid #6a7078; background:var(--panel); border-radius:14px; padding:12px 14px; font:inherit; color:#0f172a}
.input:focus{outline:3px solid rgba(255,122,0,.25); border-color:var(--brand)}
.quote-card .btn{width:100%; justify-content:center; margin-top:6px}
textarea.input.full {height: 100px;}
/* About */
.about{grid-template-columns: .95fr 1.05fr; align-items:center}
.about .media{border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-md)}

/* Pests Grid */
.pests .grid{grid-template-columns: repeat(6, 1fr)}
.pest-card{position:relative; border-radius:16px; overflow:hidden; background:#0b0e11}
.pest-card figure{aspect-ratio:1/1; overflow:hidden}
.pest-card img{width:100%; height:100%; object-fit:cover; transition: transform .45s ease}
.pest-card:hover img{transform:scale(1.06)}
.pest-card .label{position:absolute; inset:auto 10px 10px 10px; background:rgba(255,255,255,.92); color:#111; border-radius:12px; padding:.5rem .75rem; display:flex; align-items:center; gap:.5rem; font-weight:700; box-shadow:var(--shadow-sm)}

/* Features */
.features .grid{grid-template-columns: repeat(4, 1fr)}
.feature{background:var(--panel); border:1px solid var(--line); border-radius:16px; padding:22px; display:block; box-shadow:var(--shadow-sm)}
.icon{width:46px; height:46px; border-radius:12px; display:grid; place-items:center; background:linear-gradient(135deg, var(--brand), #5981e1); color:#fff}

/* Counters */
.counters{background:#0f1115; color:#fff}
.counters .grid{grid-template-columns: repeat(3, 1fr)}
.counter{display:flex; align-items:center; gap:14px; padding:18px; border-radius:16px; background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.08)}
.counter .num{font-size:2rem; font-weight:800; letter-spacing:.3px}
.counter small{color:#c8cfdb}

/* Process (Timeline) */
.process .steps{display:grid; grid-template-columns: repeat(5, 1fr); gap:24px; position:relative}
.process .steps::before{content:""; position:absolute; left:10%; right:10%; top:38px; height:3px; background:linear-gradient(90deg, #ffe3cc, var(--brand)); z-index:0}
.step{position:relative; z-index:1; text-align:center}
.step .bubble{width:76px; height:76px; border-radius:50%; margin:0 auto 10px; display:grid; place-items:center; background:var(--panel); border:3px solid var(--brand); box-shadow:var(--shadow-sm)}


/* Testimonials */
.testimonials .head{display:flex; align-items:center; justify-content:space-between; gap:14px}
.slider{margin-top:18px; display:flex; gap:18px; overflow:auto; scroll-snap-type:x mandatory; padding-bottom:4px}
.slide{scroll-snap-align:center; min-width:320px; max-width:380px; background:var(--panel); border:1px solid var(--line); border-radius:16px; padding:18px; box-shadow:var(--shadow-sm)}
.stars{color:#fbbf24; letter-spacing:2px; font-size:1.1rem}
.slider::-webkit-scrollbar{height:8px}
.slider::-webkit-scrollbar-thumb{background:#d7dde7; border-radius:8px}
.slider-nav{display:flex; gap:10px}
.nav-btn{width:40px; height:40px; display:grid; place-items:center; border-radius:12px; border:1px solid var(--line); background:#fff}

/* CTA Band */
.cta-band{background:linear-gradient(90deg, var(--brand), #5981e1); color:#000; border-radius:18px; padding:28px; box-shadow:var(--shadow-md)}
.cta-band .row{display:flex; align-items:center; justify-content:space-between; gap:16px}

/* Footer */
footer{background:#0b0e11; color:var(--panel);    padding: 15px;}
.footer-grid{display:grid; gap:28px; grid-template-columns: 1.2fr 1fr 1fr 1fr}
footer p{color:var(--panel); margin:0}
footer a{color:var(--brand)}
footer a:hover{color:#fff}
footer .container {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.foot-logo{display:flex; align-items:center; gap:.7rem}
.foot-logo span{background:linear-gradient(135deg, var(--brand), #5981e1); width:32px; height:32px; border-radius:10px; display:inline-block}
.subfoot{border-top:1px solid rgba(255,255,255,.08); margin-top:28px; padding-top:18px; font-size:.9rem; color:#94a3b8}
.thankyou-container {
text-align: center;
max-width: 800px;
margin: 50px auto;
padding: 40px;
background: var(--white);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
border-radius: 10px;
}
.space.thanku {margin-top: 110px;}
img.thanku {margin: auto;}
.bg-gray{background: #f5f9ff;}
ul.arrowlist {padding: 0;list-style-type: none;}
ul.arrowlist li {position: relative;padding-left: 25px;margin-bottom: 15px;}
ul.arrowlist li:before {display: inline-block;content: '\F133';position: absolute;left: 0;top: -4px;font-size: 20px;font-family: bootstrap-icons;color:#000;}
ul.numberlist {list-style: none; counter-reset:item;}
ul.numberlist li {counter-increment:item;margin-bottom: 15px;position: relative;padding-left: 35px;}
ul.numberlist li:before {margin-right: 10px;content: counter(item);background: #000;border-radius: 100%;color: white;width: 25px;height: 25px;display: flex;align-items: center;justify-content: center;position: absolute;left: 0;font-family: none !important;}
span.mobile-nav-trigger {display:none;position: fixed;top:15px;right: 7px;z-index: 99;color: var(--seccolor) !important; line-height: 0;}
.mobile-nav-trigger .bi-list {-webkit-transition: all .4s;transition: all .4s;font-size: 42px;}
.bi-x {display: none;-webkit-transition: all .4s;transition: all .4s;}
.mobile-nav-trigger.open .bi-list {display: none;}
.mobile-nav-trigger.open .bi-x {display: block;position: absolute;top: 0px;right: 0px;font-size: 48px;padding: 0px;}

.headmenu{position: relative;padding: 0px;z-index: 9;background: var(--panel);border-top: 1px solid rgba(51, 51, 51, .12);}
.headmenu .nav ul{list-style-type: none;padding: 0;margin: 0;display: flex;align-items: center;flex-wrap: wrap;}
.headmenu .nav ul li a{font-weight: 400;letter-spacing: 0;padding:20px 15px;position: relative;color: var(--seccolor);font-size: 16px;display: block;text-decoration: none;}
.headmenu .nav ul li a:hover{color:var(--third);}




.list {display: grid;gap: 10px;margin: 14px 0 0;padding: 0;list-style: none;}
.list .li {display: flex;gap: 10px;align-items: flex-start;}
.shadow {box-shadow: 0 20px 50px rgba(3, 7, 18, .35);}
.gridHigh{grid-template-columns: repeat(2, minmax(0, 1fr));gap: 14px;}
.gridHigh .li {display: flex;gap: 10px;align-items: flex-start;}
.grid-3 {grid-template-columns: repeat(3, 1fr);display: grid;gap: 20px;}
.card {background: var(--panel);border: 1px solid #e9eef5;border-radius: 18px;padding: 20px;box-shadow: 0 10px 30px rgba(2, 6, 23, .06);}
.icon {width: 36px;height: 36px;border-radius: 10px;display: grid;place-items: center;background: var(--panel);}
.callout {display: grid;gap: 14px;border: 1px dashed #d7deea;border-radius: 18px;padding: 20px;background: #f9fbff;}
.grid-2 {grid-template-columns: 1.1fr .9fr;display: grid;gap: 20px;}
.steps {position: relative;padding-left: 54px;}
.steps:before {counter-increment: step;content: counters(step, ".");position: absolute;left: 0;top: 0;width: 38px;height: 38px;border-radius: 12px;display: grid;place-items: center;font-weight: 800;color: var(--panel);background: linear-gradient(135deg, var(--brand), var(--brand-700));box-shadow: 0 8px 20px var(--ring);}
.grid-2 {grid-template-columns: 1.1fr .9fr;display: grid;gap: 20px;}
.grid {display: grid;gap: 24px;}
details {background: var(--panel);border: 1px solid #e9eef5;border-radius: 14px;padding: 14px 16px;}
summary {cursor: pointer;font-weight: 600;}
.grid-2 {grid-template-columns: 1.1fr .9fr;}

.highlight {background:var(--brand);color: white;padding: 2rem;text-align: center;}
.ctabox {display: flex;align-items: center;color: var(--panel);justify-content: space-between;}

.grid.high{grid-template-columns: repeat(2, minmax(0,1fr)); gap:14px}

ul.arrowlist.loc {display: grid;grid-template-columns: repeat(4, 1fr);}

.servItem {
    background: var(--panel);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 5px 5px 5px #00000012;
    border: 2px solid #eee;
    margin-bottom: 30px;
    border: 2px solid #eee;
    margin-bottom: 30px;
    align-items: center;
}
.ctabox2 {
    background:#ffb61b;
    padding:20px;
    border-radius: 20px;
}
.btn2 {
background: #000;
letter-spacing: 0;
font-size: 20px;
color: var(--panel);
font-weight: normal;
border: 1px solid #1a7f45;
padding: 15px 30px;
text-decoration: none;
border-radius: 10px;
display: flex
;
align-items: center;
gap: 11px;
}
.repair-process-section {display: flex;flex-wrap: wrap;gap: 15px;}
.process-step {background-color: var(--panel);border-left: 4px solid var(--brand);padding: 20px;box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);width: 48%;}
.ctabox {
    background:linear-gradient(90deg, var(--brand), #5981e1);
    padding:20px;
    border-radius: 20px;
}
.faq {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}



footer {
    background: #0b0e11;
    color: var(--panel);
    padding: 15px;
}
.services__grid {grid-template-columns: repeat(4, 1fr);}
.service__icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #e9f6f1;
    display: grid
;
    place-items: center;
    margin-bottom: 10px;
}
.features__grid {grid-template-columns: repeat(4, 1fr);}
.process__grid {grid-template-columns: repeat(3, 1fr);}
.card.step {padding-left: 52px;position: relative;}
.step__num {position: absolute;left: 0;top: 0;width: 40px;height: 40px;border-radius: 999px;background:var(--brand);color: var(--panel);display: grid;place-items: center;font-weight: 900;}
.feature__icon {width: 36px;height: 36px;border-radius: 8px;background: #fff3ec;display: grid;place-items: center;flex: 0 0 auto;}
.servItem2 h2 { font-size: 26px;}

.servItem2 {background:#fff;padding: 20px; margin-bottom: 15px;box-shadow: 0 0 5px #ddd;}
.bg-white.shadow-sm.p-4.h-100 h2 { font-size: 24px;}
.servItem h2 {font-size: 24px;}

@media (max-width:991px){
.grid-2 {grid-template-columns: 1fr;}
.grid-3 {grid-template-columns: repeat(2, 1fr);}
}

@media (max-width:767px){
.grid-3 {grid-template-columns: repeat(1, 1fr);}  
.process-step {width: 100%;}
.process__grid {grid-template-columns: repeat(2, 1fr); justify-content:center;}

}
/* Responsive */
@media (max-width: 1199px){
.brand {    max-width: 150px;}
.hero{    margin-top: 70px;}
.pests .grid {grid-template-columns: repeat(5, 1fr);}
.features .grid {grid-template-columns: repeat(2, 1fr);}
section {padding: clamp(48px, 5vw, 96px) 0;}
}

@media (max-width:991px){
nav{display:none}
.hamburger{display:grid; place-items:center}
.hero .wrap{grid-template-columns: 1fr}
.process .steps{    grid-template-columns: repeat(3, 1fr);}
.about{grid-template-columns: 1fr;}
.pests .grid {grid-template-columns: repeat(3, 1fr);}
span.mobile-nav-trigger {display: block;}
.headmenu{box-shadow: 0 0 10px var(--seccolor)61; position: fixed;left: -305px;top: 0px;display: block;margin: 0;bottom: 0;width: 300px;z-index: 999;-webkit-transition: all .4s;transition: all .4s;}
.headmenu.open {left: 0;-webkit-transition: all .4s;transition: all .4s;}
.headmenu .nav ul li{width:100%}
.headmenu .nav ul li a{border-bottom: 1px solid var(--gray); padding:10px;}
.ctabox{flex-wrap:wrap; gap:20px;}
ul.arrowlist.loc {display: grid;grid-template-columns: repeat(3, 1fr);}
.header-cta{margin-right: 55px;}
.services__grid {grid-template-columns: repeat(2, 1fr);}
.features__grid {grid-template-columns: repeat(2, 1fr);}
}
@media (max-width:575px){
.pests .grid {grid-template-columns: repeat(2, 1fr);}
.header-cta {position: fixed;top: 0;left: 0;right: 0;background: #6984c2;justify-content: space-around;padding:5px 10px;margin-right:0px;}
.header-cta .btn.primary{background: var(--panel);color: #6984c2;padding: 10px 20px;}
.process .steps{    grid-template-columns: repeat(2, 1fr);}
.site-header .bar{    height: auto;}
.site-header{top: 53px;    background: var(--panel);padding: 10px;}
.hero {margin-top: 100px;}
.quote-card{    margin: auto;}
.counters .grid {grid-template-columns: repeat(1, 1fr);}
.features .grid {grid-template-columns: repeat(1, 1fr);}
.grid.high{grid-template-columns: repeat(1, minmax(0,1fr));}
ul.arrowlist.loc {display: grid;grid-template-columns: repeat(2, 1fr);}
span.mobile-nav-trigger{top:70px;}
.process__grid {grid-template-columns: repeat(1, 1fr); justify-content:center;}
}
@media (max-width:479px){
.pests .grid {grid-template-columns: repeat(1, 1fr);}
.process .steps{    grid-template-columns: repeat(1, 1fr);}
.form-grid{grid-template-columns: repeat(1, 1fr);}
.header-cta{justify-content: space-between;}
.process .steps::before{display:none;}
.steps{padding-left: 0;}

.grid.grid-2 .card.steps {padding: 20px;text-align: center;}
.steps:before{position: relative;    box-shadow: 0 8px 20px var(--ring);margin: auto;}
ul.arrowlist.loc {display: grid;grid-template-columns: repeat(1, 1fr);}
.services__grid {grid-template-columns: repeat(1, 1fr);}
.features__grid {grid-template-columns: repeat(1, 1fr);}
}
@media (max-width:359px){
   .header-cta .btn.primary{display:none;} 
   
}
