:root{--bg:#f7f9fc;--card:#ffffff;--text:#0b1220;--muted:#51607a;--blue:#0a2a66;--blue2:#133a8a;--accent:#1e73be;--border:rgba(11,18,32,.12);--shadow:0 10px 30px rgba(11,18,32,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}img{max-width:100%;height:auto;display:block}a{color:inherit}.container{max-width:1120px;margin:0 auto;padding:0 18px}.skip{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}.skip:focus{left:18px;top:18px;width:auto;height:auto;background:#fff;padding:10px 12px;border-radius:10px;box-shadow:var(--shadow);z-index:99999}header{position:sticky;top:0;z-index:999;background:var(--blue);border-bottom:1px solid rgba(255,255,255,.12)}.contact-strip{background:#f4f7ff;border-bottom:1px solid rgba(10,42,102,.12)}.contact-strip-inner{display:flex;gap:14px;justify-content:flex-end;align-items:center;padding:8px 0;font-size:14px}.contact-strip a{color:var(--blue);text-decoration:none}.contact-strip a:hover{text-decoration:underline}.contact-strip a.wa{font-weight:700}@media (max-width:900px){.contact-strip-inner{justify-content:center;flex-wrap:wrap;gap:10px}}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0}.brand{display:flex;align-items:center;gap:10px;text-decoration:none}.brand img{width:180px;height:auto}.menu-btn{display:none;align-items:center;justify-content:center;width:44px;height:44px;border:0;border-radius:12px;background:rgba(255,255,255,.12);cursor:pointer}.menu-btn span{display:block;width:20px;height:2px;background:#fff;margin:3px 0}.nav{display:flex;align-items:center;gap:18px}.menu{list-style:none;display:flex;align-items:center;gap:14px;margin:0;padding:0}.menu>li{position:relative}.menu>li.has-sub::after{content:"";position:absolute;left:0;top:100%;width:100%;height:12px}.menu a{display:flex;align-items:center;gap:6px;text-decoration:none;padding:10px 10px;border-radius:10px;color:#fff;font-weight:600}.menu a:hover,.menu a:focus{background:rgba(255,255,255,.12)}.has-sub>a::after{content:"▾";font-size:.8em;opacity:.9}.sub-btn{display:none}.sub{list-style:none;margin:0;padding:10px 0;min-width:240px;position:absolute;left:0;top:100%;background:var(--blue);border:1px solid rgba(255,255,255,.12);border-radius:14px;box-shadow:var(--shadow);display:none}.sub a{color:#fff !important}.sub li a{padding:10px 14px;border-radius:10px;color:#fff;font-weight:600}.sub li a:hover,.sub li a:focus{background:rgba(255,255,255,.14)}.menu>li:hover>.sub,.menu>li:focus-within>.sub{display:block}.sub:hover{display:block}.nav-cta{display:flex;gap:10px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;border:1px solid var(--border);background:#fff;color:var(--text);padding:12px 16px;border-radius:12px;font-weight:800;cursor:pointer;box-shadow:none}.btn:hover{transform:translateY(-1px)}.btn.small{padding:10px 12px;border-radius:12px}.btn.primary{background:var(--accent);border-color:transparent;color:#fff}.btn.ghost{background:transparent;border-color:rgba(255,255,255,.35);color:#fff}.hero{padding:34px 0 10px}.heroGrid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:start}.kicker{display:inline-flex;align-items:center;background:rgba(10,42,102,.12);color:var(--blue);font-weight:900;padding:8px 12px;border-radius:999px}h1{margin:10px 0 10px;font-size:40px;line-height:1.1}.lead{margin:0;color:var(--muted);font-size:1.08rem}.pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.pill{background:var(--blue);color:#fff;font-weight:800;padding:8px 12px;border-radius:999px}.pill.alt{background:#eaf1ff;color:var(--blue)}.heroCard{background:var(--blue);color:#fff;border-radius:18px;padding:18px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.10)}.heroCard .muted{color:rgba(255,255,255,.86)}.form{display:grid;gap:10px;margin-top:10px}.field label{display:block;font-weight:800;margin:0 0 6px;color:#fff}.field input,.field textarea{width:100%;padding:12px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.95);color:#132038;outline:none}.field textarea{min-height:110px;resize:vertical}.heroCard .hint{margin:0;font-size:.92rem;color:rgba(255,255,255,.85)}.section{padding:26px 0}.section h2{margin:0 0 10px;font-size:28px}.muted{color:var(--muted)}.card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:16px;box-shadow:var(--shadow)}.teamCard{display:flex;gap:12px;align-items:flex-start}.avatar{width:42px;height:42px;border-radius:12px;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;letter-spacing:.02em;flex:0 0 auto}.teamName{margin:0 0 4px;font-size:16px}.grid{display:grid;gap:14px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.servicesSplit{display:grid;grid-template-columns:.9fr 1.1fr;gap:16px;align-items:start}.servicesMedia img{border-radius:14px}.reviews{overflow:hidden}.reviewTrack{display:flex;gap:14px;overflow:auto;scroll-snap-type:x mandatory;padding:4px 2px}.review{min-width:300px;scroll-snap-align:start}.stars{letter-spacing:1px}details{background:#fff;border:1px solid var(--border);border-radius:14px;padding:12px 14px}details + details{margin-top:10px}summary{cursor:pointer;font-weight:900}summary::marker{color:var(--blue)}footer{background:var(--blue);color:#fff;padding:26px 0;margin-top:22px}footer a{color:#fff}footer *{color:#fff}footer .muted{color:#fff}.footerGrid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;align-items:start}.copy{margin:14px 0 0;color:#fff}.floats{position:fixed;right:14px;bottom:18px;display:flex;flex-direction:column;gap:10px;z-index:9999}.fbtn{width:48px;height:48px;border-radius:999px;border:0;display:grid;place-items:center;background:var(--blue);box-shadow:var(--shadow);cursor:pointer}.fbtn img{width:24px;height:24px}.fbtn.top{background:var(--accent);display:none}.stickybar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:9998;background:rgba(10,42,102,.96);backdrop-filter:saturate(140%) blur(8px);padding:10px 12px;border-top:1px solid rgba(255,255,255,.12)}.stickybar .wrap{display:flex;gap:10px}.stickybar a{flex:1}@media (max-width:980px){.heroGrid{grid-template-columns:1fr}.servicesSplit{grid-template-columns:1fr}.grid.three{grid-template-columns:1fr}h1{font-size:34px}}@media (max-width:900px){.menu-btn{display:flex}.nav{position:fixed;inset:64px 0 auto 0;background:var(--blue);padding:14px 18px;border-bottom:1px solid rgba(255,255,255,.12);transform:translateY(-120%);transition:transform .2s ease;flex-direction:column;align-items:stretch;gap:12px}.nav.open{transform:translateY(0)}.menu{flex-direction:column;align-items:stretch}.menu a{justify-content:space-between}.sub{position:static;display:none;min-width:unset;border-radius:12px}.has-sub>a::after{content:""}.sub-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:0;background:rgba(255,255,255,.12);border-radius:10px;cursor:pointer}.has-sub{display:grid;grid-template-columns:1fr 40px;gap:8px;align-items:center}.has-sub>a{grid-column:1/2}.has-sub>.sub-btn{grid-column:2/3}.has-sub.open>.sub{display:block}.nav-cta{flex-direction:column}.stickybar{display:block}}@media (prefers-reduced-motion:reduce){*{animation:none !important;transition:none !important;scroll-behavior:auto !important}}.teamCard{display:flex;gap:14px;align-items:center}.teamPhoto{width:56px;height:56px;border-radius:999px;object-fit:cover;border:2px solid rgba(10,42,102,.25)}@media(max-width:900px){.teamPhoto{width:52px;height:52px}}.sub li{position:relative}.sub li.has-sub>a::after{content:"▸";margin-left:auto;font-size:.9em;opacity:.9}.sub li.has-sub::after{content:"";position:absolute;left:100%;top:0;width:14px;height:100%}.sub li.has-sub>.sub{left:100%;top:0}.sub li.has-sub:hover>.sub,.sub li.has-sub:focus-within>.sub{display:block}.footerGrid--wide{grid-template-columns:repeat(4,minmax(0,1fr))}.footerList,.footerLinks{list-style:none;margin:0;padding:0}.footerList li{display:flex;justify-content:space-between;gap:12px;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.12)}.footerLinks li{padding:6px 0;border-bottom:1px solid rgba(255,255,255,.12)}.footerLinks a{color:#fff;text-decoration:none}.footerLinks a:hover{text-decoration:underline}.paymentNote{margin-top:10px}.footerLocations{margin-top:26px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.14)}.footerLocations h4{margin:0 0 6px;font-size:1rem}.footerBottom{margin-top:22px;padding-top:16px;border-top:1px solid rgba(255,255,255,.14);display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between}.footerBottomLinks{display:flex;flex-wrap:wrap;gap:12px}.footerBottomLinks a{color:rgba(255,255,255,.92);text-decoration:none;font-weight:600}.footerBottomLinks a:hover{text-decoration:underline}.footerCopy{color:#fff;font-weight:700}@media (max-width:900px){.footerGrid--wide{grid-template-columns:1fr 1fr}.footerLocations{grid-template-columns:1fr}.footerBottom{flex-direction:column;align-items:flex-start}}.contact-strip{width:100%}.contact-strip-inner{padding:8px 0}.breadcrumb-bar{background:#f4f7ff;border-bottom:1px solid rgba(10,42,102,.12)}.breadcrumb{font-size:14px;padding:8px 0}.breadcrumb ol{list-style:none;display:flex;gap:8px;align-items:center;margin:0;padding:0;flex-wrap:wrap}.breadcrumb li{color:var(--blue)}.breadcrumb li+li:before{content:"›";opacity:.6;margin-right:8px}.breadcrumb a{color:var(--blue);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.trustline{margin:10px 0 0;color:var(--muted);font-size:14px}.trustline a{color:var(--blue);text-decoration:underline}footer,footer *{color:#fff !important}footer a{color:#fff !important}footer a:hover{opacity:.9}.nav-cta .btn{background:#ba1010;color:#fff;border-color:rgba(255,255,255,.2)}.nav-cta .btn:hover{filter:brightness(0.95)}.nav-cta .btn.ghost{background:#ba1010}.localSignals{margin:14px 0 0;padding-left:18px;color:var(--muted)}.localSignals li{margin:6px 0}.localSignals strong{color:var(--text)}@media (max-width:900px){.nav-cta{display:none !important}}@media (max-width:900px){nav ul li a::after{content:"›";float:right;opacity:.6}}@media (max-width:900px){nav ul li>a{display:flex;justify-content:space-between;align-items:center}nav ul li>a::after{content:"›";font-size:18px;opacity:0.6;margin-left:8px}}@media (max-width:900px){.nav ul li.menu-item-has-children>a,.nav ul li:has(ul)>a{display:flex;align-items:center;justify-content:space-between}.nav ul li.menu-item-has-children>a::after,.nav ul li:has(ul)>a::after{content:"›";font-size:18px;line-height:1;opacity:.7;margin-left:10px;flex:0 0 auto}}@media (max-width:900px){.nav ul li.menu-item-has-children>a,.nav ul li:has(ul)>a{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;color:#fff !important;background:transparent !important;box-shadow:none !important;border:none !important;-webkit-tap-highlight-color:transparent}.nav ul li.menu-item-has-children>a::before,.nav ul li:has(ul)>a::before{content:none !important;display:none !important}.nav ul li.menu-item-has-children>a::after,.nav ul li:has(ul)>a::after{content:"›";font-size:18px;line-height:1;opacity:.8;margin-left:auto;flex:0 0 auto;color:#fff !important;background:transparent !important;border:none !important;box-shadow:none !important}.nav ul ul{padding:8px 0 8px 14px !important;margin:4px 0 8px 0 !important;background:transparent !important;border:none !important;box-shadow:none !important}.nav ul ul li{width:100%}.nav ul ul li a{display:block !important;width:100%;padding:12px 14px !important;line-height:1.4 !important;white-space:normal !important;word-break:break-word;color:#fff !important;background:transparent !important;border:none !important;box-shadow:none !important;border-radius:0 !important;-webkit-tap-highlight-color:transparent}.nav ul ul li a::after{display:none !important;content:none !important}.nav ul li>a:focus,.nav ul li>a:active,.nav ul ul li a:focus,.nav ul ul li a:active{outline:none !important;background:rgba(255,255,255,.08) !important;box-shadow:none !important}}@media (max-width:900px){.nav li:has(ul)>a{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:10px !important;color:#fff !important;background:transparent !important;border:0 !important;box-shadow:none !important;outline:none !important;-webkit-tap-highlight-color:transparent !important}.nav li:has(ul)>a::before{content:none !important;display:none !important}.nav li:has(ul)>a::after{content:"›" !important;display:inline-block !important;margin-left:auto !important;font-size:18px !important;line-height:1 !important;color:#fff !important;background:transparent !important;border:0 !important;box-shadow:none !important;outline:none !important}.nav li ul{margin:6px 0 10px 0 !important;padding:6px 0 6px 12px !important;background:transparent !important;border:0 !important;box-shadow:none !important}.nav li ul li{list-style:none !important;margin:0 !important;padding:0 !important}.nav li ul li>a,.nav li ul li>button{display:block !important;width:100% !important;padding:12px 14px !important;margin:0 !important;color:#fff !important;background:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;outline:none !important;white-space:normal !important;word-break:break-word !important;line-height:1.45 !important;text-align:left !important;-webkit-appearance:none !important;appearance:none !important;-webkit-tap-highlight-color:transparent !important}.nav li ul li>a::before,.nav li ul li>a::after,.nav li ul li>button::before,.nav li ul li>button::after{content:none !important;display:none !important}.nav li ul li>a:hover,.nav li ul li>a:focus,.nav li ul li>a:active,.nav li ul li>button:hover,.nav li ul li>button:focus,.nav li ul li>button:active{color:#fff !important;background:rgba(255,255,255,0.06) !important;border:0 !important;box-shadow:none !important;outline:none !important}}@media (max-width:900px){.nav .sub-btn,.nav .sub-btn:hover,.nav .sub-btn:focus,.nav .sub-btn:active{background:transparent !important;border:0 !important;box-shadow:none !important;outline:none !important;border-radius:0 !important;color:#fff !important;-webkit-tap-highlight-color:transparent !important}.nav .sub-btn{width:28px !important;height:28px !important;min-width:28px !important;padding:0 !important}.nav .sub-btn::before{content:"›";display:block;font-size:18px;line-height:1;color:#fff !important}.nav .sub a::after,.nav .sub .sub a::after,.nav .sub li.has-sub>a::after{content:none !important;display:none !important}.nav .sub-title{display:block !important;padding:12px 14px 8px !important;color:#fff !important;font-weight:700 !important;line-height:1.35 !important}.nav .sub,.nav .mega-sub,.nav .sub .sub,.nav .mega-sub .sub{position:static !important;left:auto !important;top:auto !important;min-width:0 !important;width:100% !important;display:block !important;margin:4px 0 8px 0 !important;padding:6px 0 6px 0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;transform:none !important}.nav .mega-sub>li,.nav .sub>li{display:block !important;width:100% !important;margin:0 0 6px 0 !important;padding:0 !important}.nav .mega-sub>li>.sub{padding-left:12px !important}.nav .sub li a,.nav .sub .sub li a,.nav .mega-sub li a{display:block !important;width:100% !important;padding:12px 14px !important;color:#fff !important;background:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;outline:none !important;text-align:left !important;white-space:normal !important;word-break:break-word !important;overflow-wrap:anywhere !important;line-height:1.45 !important;font-size:15px !important;-webkit-tap-highlight-color:transparent !important}.nav .sub li a:hover,.nav .sub li a:focus,.nav .sub li a:active{color:#fff !important;background:rgba(255,255,255,.06) !important;border:0 !important;box-shadow:none !important;outline:none !important}}@media (max-width:900px){.nav .has-sub>.sub-btn,.nav .has-sub>.sub-btn:hover,.nav .has-sub>.sub-btn:focus,.nav .has-sub>.sub-btn:active{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:28px !important;height:28px !important;min-width:28px !important;padding:0 !important;margin:0 !important;background:none !important;background-color:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;outline:none !important;appearance:none !important;-webkit-appearance:none !important;-webkit-tap-highlight-color:transparent !important}.nav .has-sub>.sub-btn::before{content:"›" !important;display:block !important;color:#fff !important;font-size:18px !important;line-height:1 !important}.nav .sub li>a::before,.nav .sub li>a::after,.nav .sub .sub li>a::before,.nav .sub .sub li>a::after,.nav .mega-sub li>a::before,.nav .mega-sub li>a::after{content:none !important;display:none !important}.nav .sub,.nav .mega-sub,.nav .sub .sub{position:static !important;left:auto !important;top:auto !important;min-width:0 !important;width:100% !important;margin:6px 0 10px 0 !important;padding:6px 0 6px 12px !important;background:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important}.nav .sub li,.nav .mega-sub li{width:100% !important;margin:0 !important;padding:0 !important;list-style:none !important}.nav .sub-title{display:block !important;padding:12px 14px 8px !important;color:#fff !important;font-weight:700 !important;line-height:1.35 !important}.nav .sub li>a,.nav .mega-sub li>a{display:block !important;width:100% !important;padding:12px 14px !important;color:#fff !important;background:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;outline:none !important;text-align:left !important;white-space:normal !important;word-break:break-word !important;overflow-wrap:anywhere !important;line-height:1.45 !important;font-size:15px !important;font-weight:600 !important;appearance:none !important;-webkit-appearance:none !important;-webkit-tap-highlight-color:transparent !important}.nav .sub li>a:hover,.nav .sub li>a:focus,.nav .sub li>a:active,.nav .mega-sub li>a:hover,.nav .mega-sub li>a:focus,.nav .mega-sub li>a:active{color:#fff !important;background:rgba(255,255,255,.06) !important;border:0 !important;box-shadow:none !important;outline:none !important}}@media (max-width:900px){.nav li ul li>a::before,.nav li ul li>a::after,.nav li ul li>button::before,.nav li ul li>button::after{content:none !important;display:none !important}.nav .sub-btn,.nav .sub-btn:hover,.nav .sub-btn:focus,.nav .sub-btn:active,.nav .sub-btn:focus-visible{background:transparent !important;background-color:transparent !important;border:none !important;border-color:transparent !important;box-shadow:none !important;outline:none !important;border-radius:0 !important;appearance:none !important;-webkit-appearance:none !important;-webkit-tap-highlight-color:transparent !important}.nav .sub-btn{width:30px !important;min-width:30px !important;height:30px !important;padding:0 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important}.nav .sub-btn>*{display:none !important}.nav .sub-btn::before{content:"›" !important;display:block !important;color:#fff !important;font-size:18px !important;line-height:1 !important}.nav ul ul,.nav .sub,.nav .mega-sub,.nav ul ul ul{position:static !important;inset:auto !important;min-width:0 !important;width:100% !important;margin:6px 0 10px 0 !important;padding:4px 0 4px 12px !important;background:transparent !important;border:none !important;box-shadow:none !important;transform:none !important}.nav ul ul li,.nav .sub li,.nav .mega-sub li{width:100% !important;margin:0 !important;padding:0 !important;list-style:none !important}.nav .sub-title,.nav ul ul .sub-title{color:#fff !important;display:block !important;padding:12px 14px 8px !important;line-height:1.35 !important;font-weight:700 !important;background:transparent !important}.nav ul ul li>a,.nav .sub li>a,.nav .mega-sub li>a{display:block !important;width:100% !important;padding:12px 14px !important;margin:0 !important;color:#fff !important;background:transparent !important;border:none !important;border-radius:0 !important;box-shadow:none !important;outline:none !important;text-align:left !important;text-decoration:none !important;white-space:normal !important;word-break:break-word !important;overflow-wrap:anywhere !important;line-height:1.45 !important;font-size:15px !important;-webkit-tap-highlight-color:transparent !important}.nav ul ul li>a:hover,.nav ul ul li>a:focus,.nav ul ul li>a:active{color:#fff !important;background:rgba(255,255,255,.06) !important;border:none !important;box-shadow:none !important;outline:none !important}}@media (max-width:900px){.nav{overflow-y:auto;max-height:calc(100vh - 64px);padding:14px 16px 18px !important}.menu{gap:0 !important}.menu>li{width:100%;border-top:1px solid rgba(255,255,255,.10);padding:2px 0}.menu>li:first-child{border-top:0}.menu>li>a{display:flex !important;align-items:center !important;justify-content:space-between !important;min-height:48px !important;padding:12px 0 !important;color:#fff !important;background:transparent !important;border:0 !important;box-shadow:none !important;border-radius:0 !important}.menu>li.has-sub{grid-template-columns:1fr 34px !important;gap:10px !important;align-items:start !important}.menu>li.has-sub>a::after{content:none !important}.menu>li>.sub-btn,.menu>li>.sub-btn:hover,.menu>li>.sub-btn:focus,.menu>li>.sub-btn:active{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:34px !important;height:34px !important;min-width:34px !important;padding:0 !important;margin-top:7px !important;background:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;outline:none !important;color:#fff !important;-webkit-appearance:none !important;appearance:none !important;-webkit-tap-highlight-color:transparent !important}.menu>li>.sub-btn::before{content:"▾" !important;font-size:16px !important;line-height:1 !important;color:#fff !important;transition:transform .2s ease !important}.menu>li.open>.sub-btn::before{transform:rotate(180deg) !important}.menu>li>.sub{display:none;position:static !important;min-width:0 !important;width:100% !important;margin:0 0 8px 0 !important;padding:2px 0 0 0 !important;background:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;transform:none !important}.menu>li.open>.sub{display:block !important}.mega-sub>li,.menu>li>.sub>li{width:100% !important;margin:0 0 10px 0 !important;padding:0 !important;list-style:none !important}.sub-title{display:block !important;padding:10px 0 6px 0 !important;color:#fff !important;font-weight:700 !important;line-height:1.35 !important}.mega-sub>li>.sub,.menu>li>.sub>li>.sub{display:block !important;position:static !important;min-width:0 !important;width:100% !important;margin:0 !important;padding:0 0 0 12px !important;background:transparent !important;border:0 !important;border-left:1px solid rgba(255,255,255,.12) !important;border-radius:0 !important;box-shadow:none !important}.mega-sub a,.sub a{display:block !important;width:100% !important;padding:11px 12px !important;margin:0 !important;color:#fff !important;background:transparent !important;border:0 !important;border-radius:10px !important;box-shadow:none !important;outline:none !important;text-align:left !important;text-decoration:none !important;white-space:normal !important;word-break:break-word !important;overflow-wrap:anywhere !important;line-height:1.4 !important;font-size:15px !important;-webkit-tap-highlight-color:transparent !important}.mega-sub a::before,.mega-sub a::after,.sub a::before,.sub a::after{content:none !important;display:none !important}.mega-sub a:hover,.mega-sub a:focus,.sub a:hover,.sub a:focus{background:rgba(255,255,255,.08) !important}.nav-cta{display:none !important}}@media (max-width:900px){.nav .sub,.nav .mega-sub,.nav .sub .sub,.nav ul ul{display:none !important}.nav .has-sub.open>.sub,.nav .has-sub.open>.mega-sub,.nav .has-sub.open>ul.sub,.nav .has-sub.open>ul.mega-sub{display:block !important}.nav .mega-sub>li.has-sub>.sub{display:block !important}.nav .sub-btn{background:transparent !important;border:0 !important;box-shadow:none !important}.nav .sub-btn::before{content:"▾" !important;color:#fff !important;font-size:16px !important;line-height:1 !important}.nav .has-sub.open>.sub-btn::before{transform:rotate(180deg);display:inline-block !important}.nav .sub a::before,.nav .sub a::after,.nav .mega-sub a::before,.nav .mega-sub a::after{content:none !important;display:none !important}}@media (min-width:901px){.nav .sub,.nav .mega-sub,.nav .sub a,.nav .mega-sub a,.nav .sub-title{color:#fff !important}.nav .sub a:hover,.nav .sub a:focus,.nav .mega-sub a:hover,.nav .mega-sub a:focus{color:#fff !important}}@media (min-width:901px){.nav .mega-sub li a,.nav .sub li a{padding:10px 14px !important;line-height:1.35 !important;border-radius:10px !important}.nav .mega-sub>li{margin:0 !important;padding:0 !important}.nav .sub-title{padding:10px 14px 6px !important;line-height:1.35 !important}}@media (max-width:900px){.menu>li.has-sub>a::after{content:"▾" !important;display:inline-block !important;margin-left:auto !important;color:#fff !important;font-size:16px !important;line-height:1 !important;opacity:1 !important}.menu>li.has-sub.open>a::after{transform:rotate(180deg) !important}.menu>li.has-sub>a{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:10px !important}}@media (max-width:900px){.menu>li.has-sub>.sub-btn{display:flex !important;align-items:center;justify-content:center;width:34px;height:34px;background:transparent !important;border:0 !important;box-shadow:none !important}.menu>li.has-sub>.sub-btn::before{content:"▾";color:#fff;font-size:16px;line-height:1}.menu>li.has-sub.open>.sub-btn::before{transform:rotate(180deg)}.sub a::after,.sub a::before{content:none !important;display:none !important}}@media (min-width:901px){.nav .mega-sub li a,.nav .sub li a{padding:10px 14px !important;line-height:1.35 !important}.nav .mega-sub li{margin:0;padding:0}.nav .sub-title{padding:10px 14px 6px !important;line-height:1.35 !important}}.menu-btn{display:none;align-items:center;justify-content:center}.menu-btn .menu-arrow{display:block !important;width:12px !important;height:12px !important;border-right:2px solid #fff !important;border-bottom:2px solid #fff !important;transform:rotate(45deg) !important;transition:transform .2s ease !important}.menu-btn[aria-expanded="true"] .menu-arrow{transform:rotate(225deg) !important}@media (max-width:900px){.menu-btn{display:flex !important;position:fixed !important;top:12px !important;right:16px !important;width:44px !important;height:44px !important;border:0 !important;border-radius:12px !important;background:var(--blue) !important;z-index:10002 !important;box-shadow:none !important}.menu-btn span:not(.menu-arrow){display:none !important}nav.nav[data-nav]{position:fixed !important;top:64px !important;left:0 !important;right:0 !important;bottom:auto !important;background:var(--blue) !important;padding:14px 16px 18px !important;border-bottom:1px solid rgba(255,255,255,.12) !important;transform:translateY(-120%) !important;transition:transform .2s ease !important;pointer-events:none !important;max-height:calc(100vh - 64px) !important;overflow-y:auto !important;z-index:10001 !important}nav.nav[data-nav].open{transform:translateY(0) !important;pointer-events:auto !important}}@media (max-width:900px){.contact-strip{display:none !important}.floats{display:none !important}.menu>li.has-sub>a::after,.has-sub>a::after{content:none !important;display:none !important}.stickybar .btn,.stickybar .btn.primary,.stickybar .btn.ghost{background:#eaf1ff !important;color:var(--blue) !important;border-color:#eaf1ff !important}}@media (min-width:901px){.floats{display:grid !important}}@media (max-width:900px){.floats{display:grid !important}.floats .fbtn[aria-label="WhatsApp"],.floats .fbtn.call{display:none !important}.floats .fbtn.top{display:grid !important}}@media (min-width:901px){.nav .mega-sub>li{margin:0 0 12px 0 !important;padding:0 !important}.nav .mega-sub>li:last-child{margin-bottom:0 !important}.nav .sub-title{display:block !important;padding:10px 14px !important;line-height:1.35 !important;margin:0 0 6px 0 !important}}@media (max-width:900px){.stickybar .btn,.stickybar .btn.primary,.stickybar .btn.ghost{background:var(--accent) !important;border-color:var(--accent) !important;color:#fff !important}.floats .fbtn.call{display:none !important}}@media (min-width:901px){.btn.call svg,.btn.call i{color:#fff !important;fill:#fff !important}}@media (min-width:901px){.floats .fbtn.call svg,.floats .fbtn.call i{fill:#ffffff !important;color:#ffffff !important}}@media (max-width:900px){.floats .fbtn.call{display:none !important}}@media (min-width:901px){.floats .fbtn.call img,.floats .fbtn img{filter:brightness(0) invert(1) !important}}@media (max-width:900px){.floats .fbtn:not(.top){display:none !important}.floats{display:flex !important}}@media (min-width:901px){.floats .fbtn img{filter:none !important}.floats .fbtn.call img{filter:brightness(0) invert(1) !important}}@media (max-width:900px){.floats{display:flex !important}.floats .fbtn{display:grid !important}.floats .fbtn.call{display:none !important}.floats .fbtn.top{display:grid !important}}.floats .fbtn.call img{filter:brightness(0) invert(1) !important}.paymentIcons{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:10px}.paymentIcons img{display:block;width:auto;height:32px;border-radius:8px;box-shadow:0 0 0 1px rgba(255,255,255,.14) inset;background:#fff}.floats .fbtn.top{position:fixed;left:14px;right:auto;bottom:18px}.heroGrid--balanced{grid-template-columns:1.1fr .9fr;align-items:stretch}.card-hero{padding:24px}.heroMain{display:flex;flex-direction:column;gap:16px}.hero-media{padding:10px}.hero-media img{border-radius:14px;object-fit:cover;width:100%}.heroActions{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px}.content-stack,.section-head{display:flex;flex-direction:column;gap:8px}.copy-grid .card p{margin:0}.service-grid,.article-grid,.team-grid{align-items:stretch}.service-card h3,.article-card h3{margin-top:0}.checklist{margin:14px 0 0;padding-left:20px}.checklist li{margin:8px 0}.review-widget-wrap{min-height:180px}.faq-grid{display:grid;gap:12px}.paymentRow{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:10px}.footer-top{text-decoration:none;font-weight:700}.footer-top:hover{text-decoration:underline}.honeypot{position:absolute;left:-9999px;opacity:0;pointer-events:none}.field select{width:100%;padding:12px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.95);color:#132038;outline:none}.form-submit{width:100%}.menu .sub-title{display:block;padding:10px 14px;color:#fff;font-weight:800}.mega-sub{min-width:980px;max-width:min(1120px,calc(100vw - 40px));padding:16px;display:none;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;left:auto;right:0}.menu>li.mega:hover>.mega-sub,.menu>li.mega:focus-within>.mega-sub,.menu>li.mega.open>.mega-sub{display:grid}.mega-sub>li{min-width:0}.mega-sub>li>.sub{position:static;display:block;border:none;box-shadow:none;padding:0;background:transparent;min-width:0}.mega-sub>li>.sub li a{padding:6px 0;font-weight:600;background:transparent}.mega-sub>li>a,.mega-sub>li>.sub-title{background:rgba(255,255,255,.08);border-radius:10px;margin-bottom:8px}.article-card a{text-decoration:none}.article-card a:hover{text-decoration:underline}@media (max-width:1180px){.mega-sub{min-width:740px;grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:980px){.heroGrid--balanced{grid-template-columns:1fr}.grid.two{grid-template-columns:1fr}.grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.mega-sub{min-width:unset;max-width:unset;grid-template-columns:1fr;padding:10px}.mega-sub>li>.sub li a{padding:10px 14px}.grid.three{grid-template-columns:1fr}.card-hero{padding:18px}}.heroShowcase{display:grid;grid-template-columns:1.02fr .98fr;gap:18px;align-items:center}.heroCopy{display:flex;flex-direction:column;gap:0}.hero-media--featured{padding:8px;background:linear-gradient(180deg,#ffffff 0%,#eef4ff 100%);border:1px solid rgba(10,42,102,.12)}.hero-media--featured img{width:100%;min-height:360px;object-fit:cover;border-radius:16px}.heroCard select{width:100%;padding:12px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.95);color:#132038;outline:none}.heroCard .btn.primary{width:100%}.footer-top{display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-weight:800}.footer-top::after{content:"↟";font-size:1.1rem}.fbtn.top{background:var(--blue);border:1px solid rgba(255,255,255,.18)}.fbtn.top span{color:#fff;font-size:30px;line-height:1;font-weight:900;transform:translateY(1px)}.fbtn:hover{transform:translateY(-2px)}@media (max-width:980px){.heroShowcase{grid-template-columns:1fr}.hero-media--featured img{min-height:240px}}.container{max-width:1240px}.container-wide{max-width:1320px}.heroShowcase{grid-template-columns:1fr}.hero-media,.hero-media--featured{display:none}.hero-visual-section{padding-top:4px}.hero-visual{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:center;overflow:hidden;padding:22px}.hero-visual-copy h2{margin:10px 0 10px;font-size:32px;line-height:1.15}.hero-visual-copy p{margin:0}.hero-visual-media{margin:0}.hero-visual-media img{width:100%;min-height:380px;object-fit:cover;border-radius:18px;box-shadow:var(--shadow)}.footer-top{display:none !important}.floats .fbtn.top{background:var(--blue) !important;border:1px solid rgba(255,255,255,.18)}.floats .fbtn.top span{color:#fff;font-size:28px;font-weight:900;line-height:1}@media (max-width:900px){.menu>li>a::before,.menu>li>a::after,.menu>li>.sub>li>a::before,.menu>li>.sub>li>a::after,.menu>li>.sub>li>.sub>li>a::before,.menu>li>.sub>li>.sub>li>a::after,.mega-sub>li>a::before,.mega-sub>li>a::after,.mega-sub>li>.sub>li>a::before,.mega-sub>li>.sub>li>a::after{content:none !important;display:none !important}.menu>li.has-sub>a::after{content:"▾" !important;display:inline-block !important;margin-left:auto !important;color:#fff !important;font-size:15px !important;line-height:1 !important;opacity:1 !important}.menu>li.has-sub.open>a::after{transform:rotate(180deg) !important}.menu>li:not(.has-sub)>.sub-btn,.menu>li>.sub>li:not(.has-sub)>.sub-btn,.mega-sub>li:not(.has-sub)>.sub-btn{display:none !important}.hero-visual{grid-template-columns:1fr;padding:18px}.hero-visual-copy h2{font-size:28px}.hero-visual-media img{min-height:250px}}@media (min-width:1400px){.container{max-width:1280px}.container-wide{max-width:1360px}}.container{max-width:1180px}.hero .container,.hero-visual-section .container{max-width:1180px}.heroGrid{grid-template-columns:minmax(0,1fr) 390px;gap:22px}.heroMain{min-width:0}.card-hero{padding:22px 22px 24px}.heroShowcase,.heroCopy{height:100%}.heroActions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.hero-visual-section{padding-top:6px}.hero-visual{display:grid;grid-template-columns:1.05fr .95fr;gap:20px;align-items:center}.hero-visual-media img{width:100%;border-radius:14px;object-fit:cover}.field select{width:100%;padding:12px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.95);color:#132038;outline:none}.honeypot{position:absolute;left:-9999px;opacity:0;pointer-events:none}@media (max-width:1100px){.heroGrid{grid-template-columns:minmax(0,1fr) 360px}}@media (max-width:980px){.heroGrid{grid-template-columns:1fr}.hero-visual{grid-template-columns:1fr}}@media (max-width:900px){.nav li:not(.has-sub)>a::after,.nav li.has-sub>a::after,nav ul li>a::after,.nav ul li>a::after{content:none !important;display:none !important}.nav .sub-btn::before{content:"▸";font-size:20px;font-weight:700}.hero .container,.hero-visual-section .container{max-width:1180px;padding-left:18px;padding-right:18px}}@media (max-width:900px){.floats{bottom:88px}.fbtn.top{display:grid}}.floats{position:static}.floats .fbtn{position:fixed;z-index:9999}.floats .fbtn.top{left:14px;right:auto;bottom:18px;background:var(--accent);display:grid}.floats .fbtn.call{right:14px;left:auto;bottom:18px}.floats a.fbtn:not(.call){right:14px;left:auto;bottom:76px}.stickybar{display:none !important}.service-areas-page .footerLinks a{color:#000 !important}.service-areas-page .footerLinks li{border-bottom:1px solid rgba(11,18,32,.12) !important}.narrow{max-width:860px;margin:0 auto}.prose h2,.prose h3{margin-top:24px}.prose ul{padding-left:20px}.prose li{margin:8px 0}@media (max-width:768px){.fbtn.call{bottom:15px}.fbtn.whatsapp{bottom:70px}}.floats{position:static;z-index:auto}.floats .fbtn{position:fixed;z-index:9999;display:flex;align-items:center;justify-content:center;min-width:52px;height:52px;padding:0 16px;border-radius:999px;color:#fff;text-decoration:none;font-size:14px;font-weight:700;line-height:1;box-shadow:0 8px 24px rgba(0,0,0,.22)}.floats .fbtn.top{left:14px;bottom:14px;background:#111}.floats .fbtn.call{right:14px;bottom:14px;background:#0b6bcb}.floats .fbtn.whatsapp{right:14px;bottom:78px;background:#25D366}.stickybar{display:flex}@media (max-width:768px){.stickybar{position:fixed;left:0;right:0;bottom:0;z-index:9998;display:grid;grid-template-columns:1fr 1fr;gap:0}.stickybar a{display:flex;align-items:center;justify-content:center;min-height:52px;text-decoration:none;font-weight:700;color:#fff}.stickybar a:first-child{background:#0b6bcb}.stickybar a:last-child{background:#25D366}.floats .fbtn.call{bottom:68px}.floats .fbtn.whatsapp{bottom:132px}.floats .fbtn.top{bottom:68px}}.floats{position:fixed !important;right:14px !important;bottom:18px !important;display:flex !important;flex-direction:column !important;gap:10px !important;z-index:9999 !important}.floats .fbtn{width:48px !important;height:48px !important;border-radius:999px !important;border:0 !important;display:grid !important;place-items:center !important;background:var(--blue) !important;box-shadow:var(--shadow) !important;cursor:pointer !important;padding:0 !important;min-width:0 !important}.floats .fbtn img{width:24px !important;height:24px !important}.floats .fbtn.top{background:var(--accent) !important;display:none !important;color:#fff !important}.floats .fbtn.whatsapp{display:grid !important}.floats .fbtn.call{display:grid !important}.stickybar{display:none !important;position:fixed !important;left:0 !important;right:0 !important;bottom:0 !important;z-index:9998 !important;background:rgba(10,42,102,.96) !important;backdrop-filter:saturate(140%) blur(8px) !important;padding:10px 12px !important;border-top:1px solid rgba(255,255,255,.12) !important}.stickybar .wrap{display:flex !important;gap:10px !important}.stickybar a{flex:1 !important}@media (max-width:900px){.stickybar{display:block !important}.floats{display:grid !important;right:14px !important;bottom:18px !important}.floats .fbtn[aria-label="WhatsApp Plumbers Near Me"],.floats .fbtn.call{display:none !important}.floats .fbtn.top{display:grid !important}}@media (min-width:901px){.stickybar{display:none !important}.floats{display:flex !important}.floats .fbtn[aria-label="WhatsApp Plumbers Near Me"],.floats .fbtn.call{display:grid !important}}.floats{position:fixed;right:14px;bottom:18px;display:flex;flex-direction:column;gap:10px;z-index:9999}.floats .fbtn{width:48px;height:48px;border-radius:999px;border:0;display:grid;place-items:center;background:#0a2a66;color:#fff;cursor:pointer}.floats .fbtn img{width:24px;height:24px}.floats .fbtn.top{background:#0b6bcb;display:grid}.floats{position:static !important}.floats .fab-right{position:fixed !important;right:14px !important;bottom:14px !important;display:flex !important;flex-direction:column !important;gap:10px !important;z-index:9999 !important}.floats .fbtn.top{position:fixed !important;left:14px !important;right:auto !important;bottom:14px !important;z-index:9999 !important;width:48px !important;height:48px !important;border-radius:999px !important;border:0 !important;display:grid !important;place-items:center !important;background:#0b6bcb !important;color:#fff !important;box-shadow:var(--shadow) !important;cursor:pointer !important;padding:0 !important;min-width:0 !important}.floats .fbtn.whatsapp,.floats .fbtn.call{width:48px !important;height:48px !important;border-radius:999px !important;border:0 !important;display:grid !important;place-items:center !important;background:var(--blue) !important;box-shadow:var(--shadow) !important;cursor:pointer !important;padding:0 !important;min-width:0 !important}.floats .fbtn.whatsapp{background:#25D366 !important}.floats .fbtn.call{background:#0b6bcb !important}.floats .fbtn img{width:24px !important;height:24px !important}.stickybar{display:none !important;position:fixed !important;left:0 !important;right:0 !important;bottom:0 !important;z-index:9998 !important;background:rgba(10,42,102,.96) !important;backdrop-filter:saturate(140%) blur(8px) !important;padding:10px 12px !important;border-top:1px solid rgba(255,255,255,.12) !important}.stickybar .wrap{display:flex !important;gap:10px !important}.stickybar a{flex:1 !important}@media (max-width:900px){.stickybar{display:block !important}.floats .fab-right{display:none !important}.floats .fbtn.top{bottom:68px !important}}@media (min-width:901px){.stickybar{display:none !important}.floats .fab-right{display:flex !important}.floats .fbtn.top{display:grid !important}}.prose a{color:#0b6bcb}.prose h3{margin-top:20px}[data-strategy="local-link-network"] .footerLinks a,[data-strategy="local-link-network"] .card .footerLinks a,section[data-faq-block="area-page"] a,section[data-area-content-links] .footerLinks a,section[data-area-content-links] .card .footerLinks a{color:#000 !important}[data-strategy="local-link-network"] .footerLinks a:hover,[data-strategy="local-link-network"] .card .footerLinks a:hover,section[data-area-content-links] .footerLinks a:hover,section[data-area-content-links] .card .footerLinks a:hover{color:#0b6bcb !important}[data-strategy="local-link-network"] .footerLinks li,section[data-area-content-links] .footerLinks li{border-bottom:1px solid rgba(0,0,0,.10) !important}.footerLocations.footerLocations--two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}@media (max-width:700px){.footerLocations.footerLocations--two{grid-template-columns:1fr;gap:16px}}.footerLocations.footerLocations--two{grid-template-columns:repeat(2,minmax(280px,360px)) !important;justify-content:space-between !important;align-items:start !important;background:transparent !important}.footerLocations.footerLocations--two>div{background:rgba(255,255,255,.04);padding:14px 16px;border-radius:16px;min-height:100%}@media (max-width:700px){.footerLocations.footerLocations--two{grid-template-columns:1fr !important}}.team-grid .teamCard .muted a{color:inherit;text-decoration:none}.team-grid .teamCard .muted a:hover{text-decoration:none}details{border:1px solid rgba(11,18,32,.12);border-radius:16px;padding:14px 16px;background:#fff;margin:12px 0}details summary{cursor:pointer;font-weight:700;list-style:none}details summary::-webkit-details-marker{display:none}details[open]{box-shadow:var(--shadow)}details p{margin:12px 0 0}[data-imported-service-content] .prose p{margin:0 0 14px}[data-imported-service-content] .prose h2{margin:22px 0 10px}[data-imported-service-content] .prose ul,[data-imported-service-content] .prose ol{padding-left:22px}[data-imported-service-content] .prose li{margin:8px 0}.uniform-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:18px}.uniform-gallery .servicesMedia{overflow:hidden}:root{--text-strong:#111111;--text-body:#1c2430;--text-muted:#475467}body,p,li,dd,dt{color:var(--text-body)}h1,h2,h3,h4,h5,h6,.card h2,.card h3,.card h4{color:var(--text-strong)}.muted,.lead,.hero-subtitle,.prose .muted{color:var(--text-muted) !important}.has-imported-content [data-imported-content],.has-imported-content [data-imported-service-content],[data-imported-content],[data-imported-service-content]{color:var(--text-body) !important}.has-imported-content [data-imported-content] p,.has-imported-content [data-imported-content] li,.has-imported-content [data-imported-content] h2,.has-imported-content [data-imported-content] h3,.has-imported-content [data-imported-content] h4,.has-imported-content [data-imported-service-content] p,.has-imported-content [data-imported-service-content] li,.has-imported-content [data-imported-service-content] h2,.has-imported-content [data-imported-service-content] h3,.has-imported-content [data-imported-service-content] h4,[data-imported-content] p,[data-imported-content] li,[data-imported-content] h2,[data-imported-content] h3,[data-imported-content] h4,[data-imported-service-content] p,[data-imported-service-content] li,[data-imported-service-content] h2,[data-imported-service-content] h3,[data-imported-service-content] h4{color:var(--text-body) !important}[data-imported-content] a,[data-imported-service-content] a{color:#0b6bcb !important}[data-imported-content] .muted,[data-imported-service-content] .muted{color:var(--text-muted) !important}.card,.section .card,.heroCard,.servicesSplit .card{color:var(--text-body)}.card p,.card li,.card h2,.card h3,.card h4{color:inherit}.somerset-west-strand-plumber-hub .card,.somerset-west-strand-plumber-hub .card p,.somerset-west-strand-plumber-hub .card li,.somerset-west-strand-plumber-hub .card h2,.somerset-west-strand-plumber-hub .card h3,.somerset-west-strand-plumber-hub .footerLinks a{color:var(--text-strong) !important}footer,footer p,footer li,footer a,.footerCopy{color:rgba(255,255,255,.94)}footer .muted{color:rgba(255,255,255,.82) !important}.uniform-gallery img,[data-service-gallery="bottom"] img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;border-radius:18px}.uniform-gallery .servicesMedia,[data-service-gallery="bottom"] .servicesMedia{overflow:hidden}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,details summary:focus-visible{outline:3px solid #0b6bcb;outline-offset:2px}details,details p,details li,details summary{color:var(--text-body)}details summary{font-weight:700}#team .section-head p:empty,[data-team-members] .section-head p:empty{display:none}.contact-page .heroCard{color:#fff !important}.contact-page .heroCard h2,.contact-page .heroCard p,.contact-page .heroCard .muted,.contact-page .heroCard label{color:#fff !important}.contact-page .heroCard input,.contact-page .heroCard textarea{color:#111 !important}#team .section-head p,[data-team-members="area-page"] .section-head p{display:none !important}.heroCard,.heroCard h2,.heroCard p,.heroCard .muted,.heroCard label{color:#fff !important}.heroCard input,.heroCard textarea{color:#111 !important}@media (min-width:901px){.menu .sub li.has-sub{position:relative}.menu .sub li.has-sub>.sub{position:absolute;left:100%;top:0;display:none;min-width:240px}.menu .sub li.has-sub:hover>.sub,.menu .sub li.has-sub:focus-within>.sub{display:block}}[data-imported-content] a,[data-imported-service-content] a{color:inherit !important;text-decoration:none !important;font-weight:700 !important}[data-imported-content] a:hover,[data-imported-content] a:focus,[data-imported-service-content] a:hover,[data-imported-service-content] a:focus{color:inherit !important;text-decoration:none !important}[data-imported-content] strong:not(a strong),[data-imported-service-content] strong:not(a strong){font-weight:inherit !important}@media (min-width:901px){.menu>li.mega:hover>.mega-sub,.menu>li.mega:focus-within>.mega-sub,.menu>li.mega.open>.mega-sub{display:grid}.mega-sub>li.has-sub{position:relative}.mega-sub>li>.sub{position:absolute !important;left:100% !important;top:0 !important;display:none !important;min-width:250px !important;border:1px solid rgba(255,255,255,.12) !important;box-shadow:var(--shadow) !important;background:var(--blue) !important;padding:10px 0 !important}.mega-sub>li.has-sub:hover>.sub,.mega-sub>li.has-sub:focus-within>.sub{display:block !important}.mega-sub>li>.sub-title::after{content:"▸";margin-left:8px;opacity:.9;font-size:.85em}}.heroCard{padding-top:18px}.contact-page .servicesSplit .card:last-child{background:var(--blue) !important;color:#fff !important}.contact-page .servicesSplit .card:last-child h2,.contact-page .servicesSplit .card:last-child p,.contact-page .servicesSplit .card:last-child .muted,.contact-page .servicesSplit .card:last-child label{color:#fff !important}.contact-page .servicesSplit .card:last-child input,.contact-page .servicesSplit .card:last-child textarea{background:#fff !important;color:#111 !important;border:1px solid rgba(255,255,255,.28) !important}.contact-page .servicesSplit .card:last-child .btn.primary{background:#fff !important;color:var(--blue) !important}[data-gauteng-service-areas="true"] .card{height:100%}[data-gauteng-service-areas="true"] .footerLinks a{color:#111 !important}[data-gauteng-service-areas="true"] .footerLinks a:hover{color:var(--blue) !important}[data-gauteng-service-areas="true"] .section-head{margin-bottom:18px}@media (min-width:901px){.menu>li.mega>.mega-sub{display:none;min-width:280px !important;max-width:320px !important;padding:10px 0 !important;grid-template-columns:1fr !important;gap:0 !important}.menu>li.mega:hover>.mega-sub,.menu>li.mega:focus-within>.mega-sub,.menu>li.mega.open>.mega-sub{display:block !important}.mega-sub>li{width:100%}.mega-sub>li>a,.mega-sub>li>.sub-title{display:flex !important;align-items:center !important;width:100% !important;padding:10px 14px !important;margin:0 !important;border-radius:0 !important;background:transparent !important}.mega-sub>li>a:hover,.mega-sub>li>.sub-title:hover{background:rgba(255,255,255,.12) !important}.mega-sub>li.has-sub{position:relative}.mega-sub>li.has-sub>.sub{position:absolute !important;left:100% !important;top:0 !important;display:none !important;min-width:250px !important;padding:10px 0 !important}.mega-sub>li.has-sub:hover>.sub,.mega-sub>li.has-sub:focus-within>.sub{display:block !important}.mega-sub>li>.sub-title::after{content:"▸";margin-left:auto;font-size:.85em;opacity:.9}}
/* footer popular services links stay white */
footer .footerLinks a,
footer .footerLinks li a,
.footerGrid .footerLinks a,
.footerGrid .footerLinks li a{
  color:rgba(255,255,255,.94) !important;
  text-decoration:none !important;
}
footer .footerLinks a:hover,
footer .footerLinks a:focus,
.footerGrid .footerLinks a:hover,
.footerGrid .footerLinks a:focus{
  color:#fff !important;
  text-decoration:underline !important;
}

/* desktop menu hover stability fix */
@media (min-width:901px){
  .menu > li,
  .menu > li.mega,
  .menu .mega-sub > li.has-sub{
    position:relative;
  }
  .menu > li.has-sub::after,
  .menu > li.mega::after,
  .menu .mega-sub > li.has-sub::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:100%;
    height:14px;
  }
  .menu > li > .sub,
  .menu > li.mega > .mega-sub{
    margin-top:0 !important;
  }
  .menu > li:hover > .sub,
  .menu > li:focus-within > .sub,
  .menu > li.mega:hover > .mega-sub,
  .menu > li.mega:focus-within > .mega-sub,
  .menu > li.mega.open > .mega-sub{
    display:block !important;
  }
  .menu > li.mega > .mega-sub{
    display:none;
  }
  .menu .mega-sub > li.has-sub > .sub{
    margin-left:0 !important;
  }
}
