/* =========================================================
   NEW WAY CLEANING - Final Custom CSS
   File: /skin/css/custom.css
   Purpose: Premium layout, header, banner, cards, trust, why, footer
========================================================= */

:root{
  --nwc-navy:#0b1f34;
  --nwc-navy-2:#0e2a45;
  --nwc-green:#2f8f3a;
  --nwc-green-2:#48a84b;
  --nwc-bg:#f5f7fb;
  --nwc-card:#ffffff;
  --nwc-text:#0f172a;
  --nwc-muted:#64748b;
  --nwc-border:#e6edf6;
  --nwc-shadow-sm:0 6px 18px rgba(15,23,42,.08);
  --nwc-shadow-md:0 14px 34px rgba(15,23,42,.12);
  --nwc-shadow-lg:0 18px 45px rgba(15,23,42,.18);
}

/* =========================
   0. Global layout reset
========================= */

html,
body{
  background:var(--nwc-bg) !important;
  color:var(--nwc-text) !important;
  min-width:0 !important;
  width:auto !important;
  position:relative !important;
}

.container{
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

.layout,
.page_main .layout{
  width:min(1180px,92vw) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

h1,
h2,
h3{
  letter-spacing:-.2px;
}

a{
  text-decoration:none !important;
}

a:hover{
  color:var(--nwc-green) !important;
}

/* =========================
   1. Buttons
========================= */

.sys_btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  padding:12px 22px !important;
  border-radius:999px !important;
  border:1px solid transparent !important;
  background:var(--nwc-green) !important;
  color:#fff !important;
  text-transform:none !important;
  box-shadow:var(--nwc-shadow-sm) !important;
  font-weight:700 !important;
}

.sys_btn:hover{
  background:var(--nwc-green-2) !important;
  color:#fff !important;
  transform:translateY(-1px);
}

/* =========================
   2. Header / Logo / Nav
========================= */

.web_head{
  background:#fff !important;
  border-bottom:1px solid #eef2f7 !important;
  overflow:visible !important;
}

.web_head .layout{
  background:#fff !important;
  overflow:visible !important;
}

.web_head .head_top{
  min-height:60px !important;
  padding:8px 0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:18px !important;
  overflow:visible !important;
}

/* Logo: header only - balanced size */
.web_head .head_top figure.logo{
  width:150px !important;
  min-width:150px !important;
  max-width:150px !important;
  height:54px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  position:static !important;
  margin:0 !important;
  padding:0 !important;
  overflow:visible !important;
  left:auto !important;
  top:auto !important;
}

.web_head .head_top figure.logo img{
  width:150px !important;
  max-width:150px !important;
  min-width:150px !important;
  height:auto !important;
  max-height:48px !important;
  object-fit:contain !important;
  display:block !important;
  opacity:1 !important;
  filter:saturate(1.3) contrast(1.12) brightness(1.04) !important;
}

/* Navigation */
.web_head .nav_wrap{
  display:block !important;
  height:auto !important;
  margin-left:18px !important;
  flex:1 1 auto !important;
  text-align:center !important;
  overflow:visible !important;
}

.web_head .head_nav{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:22px !important;
  margin:0 !important;
  padding:0 !important;
}

.web_head .head_nav > li{
  display:inline-flex !important;
  width:auto !important;
  border:0 !important;
}

.web_head .head_nav > li:after{
  display:none !important;
}

.web_head .head_nav > li > a{
  height:52px !important;
  line-height:52px !important;
  padding:0 4px !important;
  font-size:14px !important;
  font-weight:650 !important;
  color:#0f172a !important;
  text-transform:none !important;
}

/* Header phone area */
.web_head .head_left{
  position:static !important;
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  flex:0 0 auto !important;
  top:auto !important;
  left:auto !important;
}

.web_head .top_sv_item .item_cont{
  margin-left:0 !important;
}

.web_head .top_sv_item .item_tit{
  font-size:12px !important;
  color:#64748b !important;
}

.web_head .top_sv_item .item_desc,
.web_head .top_sv_item .item_desc a{
  font-size:14px !important;
  font-weight:700 !important;
  color:#0f172a !important;
  text-decoration:none !important;
}

/* Custom header CTA if used */
.nwc-cta{
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
}

.nwc-phone{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-end !important;
  line-height:1.1 !important;
  font-weight:700 !important;
  color:#0f172a !important;
}

.nwc-phone small{
  font-weight:600 !important;
  color:#64748b !important;
  margin-top:4px !important;
}

.nwc-btn{
  background:var(--nwc-green) !important;
  color:#fff !important;
  padding:10px 18px !important;
  border-radius:10px !important;
  font-weight:800 !important;
  box-shadow:0 10px 24px rgba(15,23,42,.14) !important;
}

.nwc-btn:hover{
  background:var(--nwc-green-2) !important;
  color:#fff !important;
}

/* =========================
   3. Banner / Hero image
========================= */

.slider_banner{
  max-width:1180px !important;
  margin:18px auto 34px auto !important;
  border-radius:18px !important;
  overflow:hidden !important;
  box-shadow:var(--nwc-shadow-lg) !important;
  position:relative !important;
  z-index:1 !important;
}

.slider_banner .swiper-wrapper,
.slider_banner .swiper-slide{
  position:relative !important;
  overflow:hidden !important;
  z-index:1 !important;
}

.slider_banner .swiper-slide{
  height:clamp(420px,46vw,580px) !important;
}

.slider_banner .swiper-slide a{
  display:block !important;
  width:100% !important;
  height:100% !important;
}

.slider_banner .swiper-slide img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  position:relative !important;
  z-index:1 !important;
  filter:none !important;
  opacity:1 !important;
  transform:none !important;
  transition:none !important;
}

/* prevent duplicate ghost image */
.slider_banner .swiper-slide img + img{
  display:none !important;
}

/* soft overlay only */
.slider_banner::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  pointer-events:none !important;
  z-index:2 !important;
  background:linear-gradient(
    90deg,
    rgba(11,31,52,.12) 0%,
    rgba(11,31,52,.05) 50%,
    rgba(11,31,52,0) 100%
  ) !important;
}

.slider_banner .swiper-button-next,
.slider_banner .swiper-button-prev{
  z-index:5 !important;
  background:rgba(11,31,52,.55) !important;
  border:1px solid rgba(255,255,255,.35) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.18) !important;
}

.slider_banner .swiper-button-next:hover,
.slider_banner .swiper-button-prev:hover{
  background:rgba(47,143,58,.85) !important;
  border-color:rgba(47,143,58,1) !important;
}

.slider_banner .swiper-pagination{
  z-index:5 !important;
}

.swiper-pagination-bullet-active{
  background:var(--nwc-green) !important;
}

/* =========================
   4. Four price/service card area
========================= */

.index_promote{
  margin-top:28px !important;
  margin-bottom:28px !important;
  z-index:1 !important;
}

.index_promote .promote_section,
.promote_section{
  padding:28px !important;
  background:var(--nwc-card) !important;
  border:1px solid var(--nwc-border) !important;
  box-shadow:var(--nwc-shadow-md) !important;
  border-radius:18px !important;
}

.promote_list{
  display:flex !important;
  gap:20px !important;
  align-items:stretch !important;
  justify-content:center !important;
}

.promote_item{
  overflow:hidden !important;
  border-radius:14px !important;
}

.promote_item img{
  width:100% !important;
  display:block !important;
}

/* =========================
   5. Trust strip
========================= */

.nwc-trust-strip{
  width:min(1180px,92vw) !important;
  margin:32px auto 46px !important;
  background:#fff !important;
  border:1px solid #e6edf6 !important;
  border-radius:18px !important;
  box-shadow:0 14px 34px rgba(15,23,42,.10) !important;
  padding:30px 32px 28px !important;
  box-sizing:border-box !important;
}

.nwc-trust-inner h2{
  text-align:center !important;
  font-size:24px !important;
  line-height:1.25 !important;
  font-weight:800 !important;
  color:#0b1f34 !important;
  margin:0 0 26px !important;
  letter-spacing:-.3px !important;
}

.nwc-trust-grid{
  display:grid !important;
  grid-template-columns:repeat(5,1fr) !important;
  gap:18px !important;
}

.nwc-trust-item{
  display:grid !important;
  grid-template-columns:38px 1fr !important;
  column-gap:12px !important;
  align-items:start !important;
  padding:6px 8px !important;
  border-right:1px solid #e6edf6 !important;
}

.nwc-trust-item:last-child{
  border-right:none !important;
}

.nwc-trust-icon{
  width:34px !important;
  height:34px !important;
  border-radius:12px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#2f8f3a !important;
  background:#f0f8f1 !important;
  font-size:18px !important;
  font-weight:900 !important;
}

.nwc-trust-item h3{
  font-size:14px !important;
  line-height:1.25 !important;
  font-weight:800 !important;
  color:#0b1f34 !important;
  margin:0 0 6px !important;
}

.nwc-trust-item p{
  font-size:12px !important;
  line-height:1.45 !important;
  color:#64748b !important;
  margin:0 !important;
}

/* =========================
   6. Why Choose Us
========================= */

.nwc-why{
  width:min(1180px,92vw) !important;
  margin:36px auto 54px !important;
  padding:0 !important;
}

.nwc-why-inner{
  display:grid !important;
  grid-template-columns:.9fr 1.1fr !important;
  gap:34px !important;
  align-items:stretch !important;
}

.nwc-why-left,
.nwc-why-right{
  background:#fff !important;
  border:1px solid #e6edf6 !important;
  border-radius:18px !important;
  box-shadow:0 14px 34px rgba(15,23,42,.08) !important;
  padding:34px !important;
  box-sizing:border-box !important;
}

.nwc-kicker{
  display:block !important;
  font-size:12px !important;
  line-height:1 !important;
  font-weight:800 !important;
  color:#2f8f3a !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
  margin-bottom:12px !important;
}

.nwc-why-left h2{
  font-size:30px !important;
  line-height:1.15 !important;
  font-weight:900 !important;
  color:#0b1f34 !important;
  letter-spacing:-.6px !important;
  margin:0 0 22px !important;
}

.nwc-why-list{
  display:grid !important;
  gap:13px !important;
}

.nwc-why-row{
  display:grid !important;
  grid-template-columns:24px 1fr !important;
  gap:10px !important;
  align-items:start !important;
}

.nwc-why-row span{
  width:22px !important;
  height:22px !important;
  border-radius:50% !important;
  background:#2f8f3a !important;
  color:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:13px !important;
  font-weight:900 !important;
  margin-top:1px !important;
}

.nwc-why-row p{
  margin:0 !important;
  font-size:15px !important;
  line-height:1.55 !important;
  color:#334155 !important;
}

.nwc-review-head{
  display:flex !important;
  justify-content:space-between !important;
  gap:20px !important;
  align-items:flex-start !important;
  margin-bottom:20px !important;
}

.nwc-rating{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  flex-wrap:wrap !important;
}

.nwc-rating strong{
  font-size:34px !important;
  line-height:1 !important;
  color:#0b1f34 !important;
  font-weight:900 !important;
}

.nwc-rating span{
  color:#f5b301 !important;
  font-size:20px !important;
  letter-spacing:1px !important;
}

.nwc-rating em{
  font-style:normal !important;
  font-size:13px !important;
  color:#64748b !important;
}

.nwc-review-grid{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:16px !important;
}

.nwc-review-card{
  border:1px solid #e6edf6 !important;
  border-radius:14px !important;
  padding:18px !important;
  background:#fff !important;
  box-shadow:0 8px 20px rgba(15,23,42,.06) !important;
}

.nwc-stars{
  color:#f5b301 !important;
  font-size:15px !important;
  letter-spacing:1px !important;
  margin-bottom:12px !important;
}

.nwc-review-card p{
  margin:0 0 14px !important;
  font-size:13px !important;
  line-height:1.55 !important;
  color:#334155 !important;
}

.nwc-review-card strong{
  font-size:13px !important;
  color:#0b1f34 !important;
  font-weight:800 !important;
}

/* =========================
   7. Quote form polish
========================= */

.index_form{
  width:min(1180px,92vw) !important;
  margin:48px auto 54px !important;
  background:#fff !important;
  border:1px solid var(--nwc-border) !important;
  border-radius:18px !important;
  box-shadow:var(--nwc-shadow-sm) !important;
  padding:34px 28px !important;
  box-sizing:border-box !important;
}

.index_form .index_title h2{
  color:var(--nwc-navy) !important;
  font-weight:800 !important;
}

.booking-form .form-control{
  border-radius:10px !important;
  border:1px solid #e6edf6 !important;
}

.booking-form .form-control:focus{
  border-color:var(--nwc-green) !important;
  box-shadow:0 0 0 3px rgba(47,143,58,.12) !important;
}

.booking-form button[type="submit"],
.index_form button[type="submit"]{
  background:var(--nwc-green) !important;
  color:#fff !important;
  border-radius:999px !important;
  font-weight:800 !important;
}

.booking-form button[type="submit"]:hover,
.index_form button[type="submit"]:hover{
  background:var(--nwc-green-2) !important;
}

/* =========================
   8. Footer dark skin, keep original content
========================= */

footer,
.footer,
.web_footer,
.foot,
.index_footer{
  background:#061727 !important;
  color:#cbd5e1 !important;
  margin-top:54px !important;
  padding-top:46px !important;
  border-top:none !important;
}

footer .layout,
.footer .layout,
.web_footer .layout,
.foot .layout,
.index_footer .layout{
  width:min(1180px,92vw) !important;
  margin:0 auto !important;
}

footer h2,
footer h3,
footer h4,
.footer h2,
.footer h3,
.footer h4,
.web_footer h2,
.web_footer h3,
.web_footer h4,
.foot h2,
.foot h3,
.foot h4{
  color:#fff !important;
  font-weight:800 !important;
  letter-spacing:-.2px !important;
}

footer p,
footer li,
footer span,
footer div,
.footer p,
.footer li,
.footer span,
.footer div,
.web_footer p,
.web_footer li,
.web_footer span,
.web_footer div,
.foot p,
.foot li,
.foot span,
.foot div{
  color:#cbd5e1 !important;
}

footer a,
.footer a,
.web_footer a,
.foot a,
.index_footer a{
  color:#cbd5e1 !important;
  text-decoration:none !important;
}

footer a:hover,
.footer a:hover,
.web_footer a:hover,
.foot a:hover,
.index_footer a:hover{
  color:#7cc46b !important;
}

footer img,
.footer img,
.web_footer img,
.foot img{
  filter:brightness(1.18) saturate(1.15) !important;
}

footer ul,
.footer ul,
.web_footer ul,
.foot ul{
  list-style:none !important;
  padding-left:0 !important;
}

footer li,
.footer li,
.web_footer li,
.foot li{
  margin-bottom:8px !important;
  line-height:1.55 !important;
}

footer .copyright,
.footer .copyright,
.web_footer .copyright,
.foot .copyright,
.copy,
.footer_copy{
  border-top:1px solid rgba(255,255,255,.12) !important;
  color:#94a3b8 !important;
  background:#04111f !important;
  padding:18px 0 !important;
  margin-top:34px !important;
}

.footer_box,
.footer_main,
.foot_main,
.web_footer_main{
  background:#061727 !important;
  color:#cbd5e1 !important;
}

footer i,
.footer i,
.web_footer i,
.foot i{
  color:#7cc46b !important;
}

/* =========================
   9. Mobile responsive
========================= */

@media only screen and (max-width:760px){
  .web_head .head_top{
    flex-wrap:wrap !important;
    justify-content:center !important;
    text-align:center !important;
  }

  .web_head .head_top figure.logo{
    justify-content:center !important;
  }

  .web_head .nav_wrap{
    order:3 !important;
    flex-basis:100% !important;
    margin-left:0 !important;
  }

  .web_head .head_nav{
    flex-wrap:wrap !important;
    gap:12px !important;
  }

  .web_head .head_left{
    justify-content:center !important;
  }
}

@media only screen and (max-width:980px){
  .nwc-why-inner{
    grid-template-columns:1fr !important;
  }

  .nwc-review-grid{
    grid-template-columns:1fr !important;
  }

  .nwc-trust-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }

  .nwc-trust-item{
    border-right:none !important;
    border-bottom:1px solid #e6edf6 !important;
    padding:12px 4px !important;
  }

  .nwc-trust-item:last-child{
    border-bottom:none !important;
  }

  .slider_banner .swiper-slide{
    height:clamp(320px,58vw,480px) !important;
  }
}

@media only screen and (max-width:560px){
  .web_head .head_top figure.logo{
    width:150px !important;
    min-width:150px !important;
    max-width:150px !important;
  }

  .web_head .head_top figure.logo img{
    width:150px !important;
    max-width:150px !important;
    min-width:150px !important;
  }

  .nwc-trust-strip{
    width:92vw !important;
    padding:24px 18px !important;
  }

  .nwc-trust-grid{
    grid-template-columns:1fr !important;
  }

  .nwc-why-left,
  .nwc-why-right{
    padding:24px 18px !important;
  }

  .nwc-why-left h2{
    font-size:25px !important;
  }

  .nwc-review-head{
    display:block !important;
  }

  .nwc-rating strong{
    font-size:30px !important;
  }

  .index_form{
    padding:26px 18px !important;
  }
}
/* ===== EMERGENCY FIX: header logo normal size ===== */
.web_head{
  height:auto !important;
  min-height:72px !important;
  padding:0 !important;
  background:#fff !important;
  overflow:visible !important;
}

.web_head .layout{
  height:auto !important;
  min-height:72px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:28px !important;
  background:#fff !important;
  overflow:visible !important;
}

.web_head .head_top{
  height:72px !important;
  min-height:72px !important;
  padding:0 !important;
  margin:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  flex:0 0 auto !important;
  overflow:visible !important;
}

/* 重点：强制 logo 外框变小 */
.web_head figure.logo,
.web_head .logo{
  position:static !important;
  width:160px !important;
  min-width:160px !important;
  max-width:160px !important;
  height:56px !important;
  min-height:56px !important;
  max-height:56px !important;
  margin:0 !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  overflow:hidden !important;
}

/* 重点：强制 logo 图片变小 */
.web_head figure.logo a,
.web_head .logo a{
  width:160px !important;
  height:56px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  overflow:hidden !important;
}

.web_head figure.logo img,
.web_head .logo img,
header.web_head img{
  width:160px !important;
  max-width:160px !important;
  min-width:160px !important;
  height:auto !important;
  max-height:50px !important;
  object-fit:contain !important;
  display:block !important;
  transform:none !important;
  opacity:1 !important;
}

/* 导航和电话横向排好 */
.web_head .nav_wrap{
  height:72px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 1 auto !important;
  margin:0 !important;
  padding:0 !important;
}

.web_head .head_nav{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:24px !important;
  margin:0 !important;
  padding:0 !important;
}

.web_head .head_nav > li > a{
  line-height:72px !important;
  height:72px !important;
  padding:0 !important;
  font-size:14px !important;
}

.web_head .head_left{
  position:static !important;
  height:72px !important;
  display:flex !important;
  align-items:center !important;
  margin:0 !important;
  padding:0 !important;
  flex:0 0 auto !important;
}
/* =====================================================
   FINAL HEADER FIX - works with current head.html
   Structure: .nwc-header / .nwc-logo / .nwc-nav / .nwc-cta
===================================================== */

.web_head{
  background:#fff !important;
  border-bottom:1px solid #eef2f7 !important;
  padding:0 !important;
  margin:0 !important;
  min-height:86px !important;
  height:auto !important;
  overflow:visible !important;
}

.web_head > .layout{
  width:min(1180px,92vw) !important;
  margin:0 auto !important;
  padding:0 !important;
  background:#fff !important;
  min-height:86px !important;
  height:auto !important;
  display:block !important;
}

.nwc-header{
  width:100% !important;
  min-height:86px !important;
  height:86px !important;
  display:grid !important;
  grid-template-columns:190px 1fr auto !important;
  align-items:center !important;
  column-gap:30px !important;
  padding:0 !important;
  margin:0 !important;
  background:#fff !important;
}

/* Logo */
.nwc-logo{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:190px !important;
  height:86px !important;
  overflow:visible !important;
}

.nwc-logo img{
  width:210px !important;
  max-width:210px !important;
  height:auto !important;
  max-height:58px !important;
  object-fit:contain !important;
  display:block !important;
  opacity:1 !important;
  filter:saturate(1.25) contrast(1.12) brightness(1.04) !important;
}

/* Navigation */
.nwc-nav{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  height:86px !important;
  margin:0 !important;
  padding:0 !important;
}

.nwc-nav .head_nav{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:26px !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}

.nwc-nav .head_nav > li{
  display:inline-flex !important;
  width:auto !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}

.nwc-nav .head_nav > li:after{
  display:none !important;
}

.nwc-nav .head_nav > li > a{
  display:flex !important;
  align-items:center !important;
  height:86px !important;
  line-height:1 !important;
  padding:0 !important;
  margin:0 !important;
  font-size:14px !important;
  font-weight:700 !important;
  color:#0f172a !important;
  text-transform:none !important;
  white-space:nowrap !important;
}

.nwc-nav .head_nav > li > a em{
  font-style:normal !important;
}

.nwc-nav .head_nav > li > a:hover{
  color:#2f8f3a !important;
}

/* Right CTA */
.nwc-cta{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:18px !important;
  height:86px !important;
  margin:0 !important;
  padding:0 !important;
  white-space:nowrap !important;
}

.nwc-phone{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
}

.nwc-phone-row{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  font-size:14px !important;
  font-weight:700 !important;
  color:#0f172a !important;
  white-space:nowrap !important;
}

.nwc-phone-row a{
  color:#0f172a !important;
  text-decoration:none !important;
}

.nwc-phone-row a:hover{
  color:#2f8f3a !important;
}

.nwc-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  height:44px !important;
  padding:0 22px !important;
  border-radius:10px !important;
  background:#2f8f3a !important;
  color:#fff !important;
  font-size:14px !important;
  font-weight:800 !important;
  text-decoration:none !important;
  box-shadow:0 10px 24px rgba(47,143,58,.22) !important;
}

.nwc-btn:hover{
  background:#48a84b !important;
  color:#fff !important;
}

/* Kill old template header interference */
.web_head .head_top,
.web_head .head_left,
.web_head .head_right,
.web_head .nav_wrap,
.web_head figure.logo,
.web_head .logo{
  all:unset;
}

/* But do not unset our new logo */
.web_head .nwc-logo{
  display:flex !important;
}

/* Responsive */
@media only screen and (max-width:1100px){
  .nwc-header{
    height:auto !important;
    min-height:86px !important;
    grid-template-columns:1fr !important;
    row-gap:12px !important;
    padding:18px 0 !important;
    text-align:center !important;
  }

  .nwc-logo{
    width:100% !important;
    height:auto !important;
    justify-content:center !important;
  }

  .nwc-nav{
    height:auto !important;
  }

  .nwc-nav .head_nav{
    flex-wrap:wrap !important;
    gap:16px !important;
  }

  .nwc-nav .head_nav > li > a{
    height:auto !important;
    padding:6px 0 !important;
  }

  .nwc-cta{
    height:auto !important;
    justify-content:center !important;
    flex-wrap:wrap !important;
  }

  .nwc-phone-row{
    justify-content:center !important;
    flex-wrap:wrap !important;
  }
}
/* ===== Keep header one-line on desktop / tablet ===== */
@media only screen and (min-width:761px){
  .nwc-header{
    height:86px !important;
    min-height:86px !important;
    display:grid !important;
    grid-template-columns:230px 1fr auto !important;
    align-items:center !important;
    column-gap:30px !important;
    padding:0 !important;
    text-align:left !important;
  }

  .nwc-logo{
    width:190px !important;
    height:86px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
  }

  .nwc-logo img{
    width:170px !important;
    max-width:170px !important;
    height:auto !important;
    max-height:58px !important;
    object-fit:contain !important;
  }

  .nwc-nav{
    height:86px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .nwc-nav .head_nav{
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    justify-content:center !important;
    gap:26px !important;
  }

  .nwc-nav .head_nav > li > a{
    height:86px !important;
    line-height:86px !important;
    padding:0 !important;
    white-space:nowrap !important;
  }

  .nwc-cta{
    height:86px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    flex-wrap:nowrap !important;
    gap:18px !important;
  }

  .nwc-phone-row{
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    gap:12px !important;
    white-space:nowrap !important;
  }
}
/* ===== Contact Page Premium Upgrade ===== */

body{
  background:#f5f7fb !important;
}

/* Contact page main white area */
.page_main,
.web_main{
  background:#f5f7fb !important;
}

/* Hide old oversized contact banner if needed */
.page_main .page_banner,
.web_main .page_banner,
.page_main .inside_banner{
  border-radius:18px !important;
  overflow:hidden !important;
  box-shadow:0 16px 40px rgba(15,23,42,.10) !important;
}

/* Contact content container */
.page_main .layout,
.web_main .layout{
  width:min(1180px,92vw) !important;
  margin:0 auto !important;
}

/* Contact page text area */
.page_main .content,
.web_main .content,
.page_main .page_content,
.web_main .page_content{
  background:#ffffff !important;
  border:1px solid #e6edf6 !important;
  border-radius:22px !important;
  box-shadow:0 16px 40px rgba(15,23,42,.08) !important;
  padding:42px !important;
  margin:36px auto !important;
}

/* Contact title */
.page_main h1,
.page_main h2,
.web_main h1,
.web_main h2{
  color:#0b1f34 !important;
  font-weight:900 !important;
  letter-spacing:-.6px !important;
}

/* Contact icon blocks */
.contact_items,
.contact_list,
.contact_info,
.contact_us{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:20px !important;
  margin:30px auto !important;
}

.contact_items li,
.contact_list li,
.contact_info li,
.contact_us li{
  background:#ffffff !important;
  border:1px solid #e6edf6 !important;
  border-radius:18px !important;
  box-shadow:0 10px 28px rgba(15,23,42,.07) !important;
  padding:26px 18px !important;
  text-align:center !important;
}

/* Contact icons */
.contact_items i,
.contact_list i,
.contact_info i,
.contact_us i{
  width:62px !important;
  height:62px !important;
  border-radius:18px !important;
  background:#f0f8f1 !important;
  color:#2f8f3a !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin-bottom:14px !important;
}

/* Contact labels */
.contact_items h3,
.contact_list h3,
.contact_info h3,
.contact_us h3{
  color:#0b1f34 !important;
  font-size:17px !important;
  font-weight:850 !important;
  margin-bottom:8px !important;
}

/* Contact text */
.contact_items p,
.contact_list p,
.contact_info p,
.contact_us p{
  color:#475569 !important;
  font-size:14px !important;
  line-height:1.55 !important;
}

/* Quote/contact form polish */
input,
select,
textarea{
  border-radius:12px !important;
  border:1px solid #e2e8f0 !important;
  background:#f8fafc !important;
  color:#0f172a !important;
}

input:focus,
select:focus,
textarea:focus{
  border-color:#2f8f3a !important;
  box-shadow:0 0 0 3px rgba(47,143,58,.12) !important;
  outline:none !important;
}

/* Mobile */
@media only screen and (max-width:900px){
  .contact_items,
  .contact_list,
  .contact_info,
  .contact_us{
    grid-template-columns:repeat(2,1fr) !important;
  }

  .page_main .content,
  .web_main .content,
  .page_main .page_content,
  .web_main .page_content{
    padding:28px 20px !important;
  }
}

@media only screen and (max-width:560px){
  .contact_items,
  .contact_list,
  .contact_info,
  .contact_us{
    grid-template-columns:1fr !important;
  }
}
/* =====================================================
   NEW WAY Footer Typography Hierarchy
   Make footer text clearer and more premium
===================================================== */

/* Footer section titles: Services / Areas We Serve / Contact Details */
.web_footer .foot_item .title,
.web_footer h3.title{
  color:#ffffff !important;
  font-size:20px !important;
  line-height:1.25 !important;
  font-weight:900 !important;
  letter-spacing:-0.3px !important;
  margin-bottom:24px !important;
  position:relative !important;
}

/* Green underline under footer titles */
.web_footer .foot_item .title:after,
.web_footer h3.title:after{
  content:"" !important;
  display:block !important;
  width:44px !important;
  height:3px !important;
  background:#48a84b !important;
  border-radius:99px !important;
  margin-top:12px !important;
}

/* Normal footer text */
.web_footer .foot_item_bd li,
.web_footer .foot_item_bd li span,
.web_footer .foot_item_bd li a,
.web_footer .text,
.web_footer .text p{
  color:#cbd5e1 !important;
  font-size:15.5px !important;
  line-height:1.75 !important;
  font-weight:500 !important;
}

/* Services list: slightly cleaner spacing */
.web_footer .foot_item_product .foot_item_bd li{
  margin-bottom:7px !important;
}

/* Services first item can be slightly highlighted */
.web_footer .
/* =====================================================
   NEW WAY Trust Strip - Stronger Typography
===================================================== */

/* 整个信任条更有存在感 */
.nwc-trust-strip,
.trust-strip,
.nwc-trust,
.index_trust,
.nwc-trust-section{
  padding:34px 42px !important;
}

/* 主标题：Trusted Local Cleaner You Can Count On */
.nwc-trust-strip h2,
.trust-strip h2,
.nwc-trust h2,
.index_trust h2,
.nwc-trust-section h2{
  font-size:28px !important;
  line-height:1.2 !important;
  font-weight:900 !important;
  color:#0b1f34 !important;
  letter-spacing:-0.6px !important;
  margin-bottom:34px !important;
}

/* 每一个信任点标题：Public Liability Insurance / Police Checked... */
.nwc-trust-strip h3,
.trust-strip h3,
.nwc-trust h3,
.index_trust h3,
.nwc-trust-section h3,
.nwc-trust-item h3,
.trust-item h3{
  font-size:18px !important;
  line-height:1.25 !important;
  font-weight:900 !important;
  color:#0b1f34 !important;
  letter-spacing:-0.25px !important;
  margin-bottom:9px !important;
}

/* 下面说明文字 */
.nwc-trust-strip p,
.trust-strip p,
.nwc-trust p,
.index_trust p,
.nwc-trust-section p,
.nwc-trust-item p,
.trust-item p{
  font-size:15.5px !important;
  line-height:1.5 !important;
  font-weight:600 !important;
  color:#64748b !important;
}

/* 绿色勾图标更大一点 */
.nwc-trust-strip .nwc-trust-icon,
.nwc-trust-strip i,
.nwc-trust-strip span:first-child,
.trust-strip i,
.trust-strip span:first-child,
.nwc-trust-item span:first-child,
.trust-item span:first-child{
  width:38px !important;
  height:38px !important;
  min-width:38px !important;
  border-radius:12px !important;
  font-size:20px !important;
  font-weight:900 !important;
}

/* 每个项目之间更清楚 */
.nwc-trust-grid,
.trust-grid,
.nwc-trust-strip .nwc-trust-grid{
  gap:22px !important;
}

/* 每个小项目内部间距 */
.nwc-trust-item,
.trust-item{
  gap:16px !important;
  padding:4px 20px !important;
}

/* 手机端避免太大 */
@media only screen and (max-width:760px){
  .nwc-trust-strip h2,
  .trust-strip h2,
  .nwc-trust h2,
  .index_trust h2,
  .nwc-trust-section h2{
    font-size:23px !important;
  }

  .nwc-trust-strip h3,
  .trust-strip h3,
  .nwc-trust h3,
  .index_trust h3,
  .nwc-trust-section h3,
  .nwc-trust-item h3,
  .trust-item h3{
    font-size:17px !important;
  }

  .nwc-trust-strip p,
  .trust-strip p,
  .nwc-trust p,
  .index_trust p,
  .nwc-trust-section p,
  .nwc-trust-item p,
  .trust-item p{
    font-size:14.5px !important;
  }
}
/* =====================================================
   NEW WAY Trust Strip - Forced Strong Version
===================================================== */

.nwc-trust-strong{
  padding:42px 52px !important;
  border-radius:24px !important;
  background:#ffffff !important;
  box-shadow:0 18px 45px rgba(15,23,42,.08) !important;
}

/* main title */
.nwc-trust-strong h2{
  font-size:34px !important;
  line-height:1.15 !important;
  font-weight:950 !important;
  color:#0b1f34 !important;
  letter-spacing:-0.8px !important;
  margin:0 0 40px !important;
  text-align:center !important;
}

/* trust grid */
.nwc-trust-strong .nwc-trust-grid,
.nwc-trust-strong .trust-grid,
.nwc-trust-strong ul,
.nwc-trust-strong .items{
  display:grid !important;
  grid-template-columns:repeat(5,1fr) !important;
  gap: