
/* =========================================================
   SPOTLESS — FINAL PREMIUM POLISH
   Final balancing, compact related-service cards, universal
   gray icon tiles, and a more proportionate homepage gallery.
========================================================= */
:root{
  --sp-final-gray:#eef1f4;
  --sp-final-gray-border:#e1e6ec;
  --sp-final-navy:#20395c;
  --sp-final-muted:#667487;
  --sp-final-line:#e1e7ef;
  --sp-final-shadow:0 10px 26px rgba(25,58,92,.065);
}

/* 1) UNIVERSAL PREMIUM GRAY ICON TILES */
body:not(.quote-page) :is(
  .spotless-icon,
  .service-overview-icon,
  .process-icon,
  .included-icon,
  .value-icon,
  .promise-icon,
  .about-feature-icon,
  .about-mobile-icon,
  .home-area-icon,
  .home-mobile-benefit-icon,
  .home-mobile-service-icon,
  .mobile-service-icon,
  .mobile-trust-icon,
  .contact-detail-icon,
  .service-icon,
  .service-list-icon,
  .why-icon,
  .method-icon,
  .metric-icon,
  .error-service-icon,
  .related-service-icon
){
  background:var(--sp-final-gray)!important;
  border-color:var(--sp-final-gray-border)!important;
  color:var(--sp-final-navy)!important;
  box-shadow:none!important;
}

/* Keep check marks visually quiet and neutral too. */
body:not(.quote-page) :is(.spotless-check,.included-item>span,.city-included-item>span){
  background:var(--sp-final-gray)!important;
  color:var(--sp-final-navy)!important;
}

/* 2) BALANCE THE WHAT'S INCLUDED SECTION */
@media (min-width:992px){
  body:not(.quote-page) .window-included .row{
    align-items:stretch!important;
  }
  body:not(.quote-page) .window-included .row>[class*="col-lg-"]{
    display:flex!important;
  }
  body:not(.quote-page) .window-included .included-content{
    width:100%!important;
    max-width:none!important;
    display:flex!important;
    flex-direction:column!important;
    padding-right:6px!important;
  }
  body:not(.quote-page) .window-included .service-wide-btn{
    margin-top:auto!important;
  }
  body:not(.quote-page) .window-included .included-checklist{
    width:100%!important;
    align-content:stretch!important;
    grid-auto-rows:1fr!important;
  }
  body:not(.quote-page) .window-included .included-item{
    height:100%!important;
  }
}

/* Compact included cards while preserving equal rows. */
body:not(.quote-page) .window-included .included-checklist{
  gap:14px!important;
}
body:not(.quote-page) .window-included .included-item{
  min-height:0!important;
  padding:15px 16px!important;
  gap:12px!important;
  border-radius:14px!important;
}
body:not(.quote-page) .window-included .included-item h3,
body:not(.quote-page) .window-included .included-item h4{
  margin-bottom:5px!important;
  font-size:17px!important;
  line-height:1.25!important;
}
body:not(.quote-page) .window-included .included-item p{
  font-size:14px!important;
  line-height:1.5!important;
}
body:not(.quote-page) .window-included .spotless-check{
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
}

/* 3) RELATED SERVICE CARDS — REASONABLE HEIGHT */
body:not(.quote-page) .desktop-related-services{
  --bs-gutter-x:20px!important;
  --bs-gutter-y:20px!important;
  justify-content:center!important;
}
body:not(.quote-page) .desktop-related-services>[class*="col-"]{
  display:flex!important;
}
body:not(.quote-page) .related-service-card{
  width:100%!important;
  height:auto!important;
  min-height:225px!important;
  padding:22px 22px 20px!important;
  border-radius:15px!important;
  border:1px solid var(--sp-final-line)!important;
  box-shadow:var(--sp-final-shadow)!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
}
body:not(.quote-page) .related-service-card .spotless-icon,
body:not(.quote-page) .related-service-card .related-service-icon{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  margin:0 auto 13px!important;
  border-radius:11px!important;
  font-size:23px!important;
}
body:not(.quote-page) .related-service-card h3{
  margin:0 0 8px!important;
  font-size:20px!important;
  line-height:1.25!important;
}
body:not(.quote-page) .related-service-card p{
  min-height:0!important;
  flex-grow:0!important;
  margin:0 0 16px!important;
  font-size:14.5px!important;
  line-height:1.55!important;
}
body:not(.quote-page) .related-service-card .service-text-link,
body:not(.quote-page) .related-service-card .related-service-btn{
  margin-top:auto!important;
}

/* Keep county/service area cards compact as well. */
body:not(.quote-page) .home-service-areas .home-area-card{
  min-height:0!important;
  padding:20px!important;
}
body:not(.quote-page) .home-service-areas .home-area-icon{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  margin:0 auto 11px!important;
  border-radius:10px!important;
}

/* 4) HOMEPAGE GALLERY — PREMIUM, PROPORTIONATE IMAGE SIZE */
.home-main .gallery-area .container-fluid{
  max-width:1320px!important;
  padding-left:20px!important;
  padding-right:20px!important;
  margin-inline:auto!important;
}
.home-main .gallery-area .slider-area{
  overflow:hidden!important;
  border-radius:16px!important;
}
.home-main .gallery-area .portfolio-card.style4{
  border:1px solid var(--sp-final-line)!important;
  box-shadow:var(--sp-final-shadow)!important;
}
.home-main .gallery-area .portfolio-card.style4 .portfolio-img{
  height:clamp(250px,24vw,340px)!important;
  overflow:hidden!important;
}
.home-main .gallery-area .portfolio-card.style4 .portfolio-img img{
  width:100%!important;
  height:100%!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
}
.home-main .gallery-area .portfolio-content{
  padding:15px 18px!important;
}
.home-main .gallery-area .portfolio-title{
  font-size:18px!important;
}

@media(max-width:991px){
  body:not(.quote-page) .related-service-card{min-height:210px!important;}
  .home-main .gallery-area .portfolio-card.style4 .portfolio-img{height:310px!important;}
}
@media(max-width:767px){
  body:not(.quote-page) .window-included .included-checklist{gap:11px!important;}
  body:not(.quote-page) .related-service-card{min-height:0!important;padding:18px!important;}
  .home-main .gallery-area .container-fluid{padding-left:14px!important;padding-right:14px!important;}
  .home-main .gallery-area .portfolio-card.style4 .portfolio-img{height:280px!important;}
}

/* =========================================================
   FINAL SIGN-OFF FIXES — 2026-07-26
========================================================= */

/* How-it-works numbers: always visible, centered and consistent. */
.home-main .spotless-process-card .process-number,
body:not(.quote-page) .spotless-process-card .process-number{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  display:grid!important;
  place-items:center!important;
  margin:0 auto 16px!important;
  border-radius:50%!important;
  background:#a9234b!important;
  color:#fff!important;
  font-size:26px!important;
  font-weight:800!important;
  line-height:1!important;
  opacity:1!important;
  text-indent:0!important;
}
.home-main .spotless-process-card:hover .process-number,
body:not(.quote-page) .spotless-process-card:hover .process-number{
  background:#fff!important;
  color:#a9234b!important;
}

/* Universal neutral gray icon tiles across marketing pages. */
body:not(.quote-page) :is(
  [class$="-icon"],
  [class*="-icon "],
  [class*=" icon-"],
  .spotless-check,
  .included-item>span:first-child,
  .city-included-item>span:first-child
){
  background:#eef1f4!important;
  border-color:#e1e6ec!important;
  box-shadow:none!important;
}
/* Preserve text/icon color while removing rose tile fills. */
body:not(.quote-page) :is(
  .spotless-icon,.service-overview-icon,.process-icon,.included-icon,
  .value-icon,.promise-icon,.about-feature-icon,.about-mobile-icon,
  .home-area-icon,.home-mobile-benefit-icon,.home-mobile-service-icon,
  .mobile-service-icon,.mobile-trust-icon,.service-icon,.service-list-icon,
  .why-icon,.method-icon,.metric-icon,.error-service-icon,.related-service-icon,
  .spotless-check,.included-item>span:first-child,.city-included-item>span:first-child
){color:#20395c!important;}

/* Gallery: clean borderless cards and correctly clipped corners. */
.home-main .gallery-area .portfolio-card.style4{
  border:0!important;
  outline:0!important;
  border-radius:16px!important;
  overflow:hidden!important;
  background:#fff!important;
}
.home-main .gallery-area .portfolio-card.style4 .portfolio-img{
  border:0!important;
  border-radius:16px 16px 0 0!important;
  overflow:hidden!important;
}
.home-main .gallery-area .portfolio-card.style4 .portfolio-img img{
  display:block!important;
  border:0!important;
  border-radius:0!important;
}
.home-main .gallery-area .portfolio-card.style4 .portfolio-content{
  border:0!important;
  border-radius:0 0 16px 16px!important;
  background:#fff!important;
}

@media(max-width:767px){
  .home-main .spotless-process-card .process-number,
  body:not(.quote-page) .spotless-process-card .process-number{
    width:52px!important;height:52px!important;min-width:52px!important;font-size:23px!important;
  }
}


/* =========================================================
   FINAL COMPLETION PASS — gallery, global icon tiles,
   footer wrapping, services intro, and premium payment page
========================================================= */

/* A. HOMEPAGE GALLERY — image, then plain text only.
   No card border, no divider, no white boxed panel. */
.home-main .gallery-area .slider-area{
  border-radius:0!important;
  overflow:hidden!important;
}
.home-main .gallery-area .swiper-slide{
  height:auto!important;
}
.home-main .gallery-area .portfolio-card.style4{
  height:auto!important;
  min-height:0!important;
  margin-top:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  overflow:visible!important;
  background:transparent!important;
  box-shadow:none!important;
}
.home-main .gallery-area .portfolio-card.style4 .portfolio-img{
  height:clamp(230px,22vw,315px)!important;
  margin:0!important;
  border:0!important;
  outline:0!important;
  border-radius:18px!important;
  overflow:hidden!important;
  background:transparent!important;
  box-shadow:none!important;
}
.home-main .gallery-area .portfolio-card.style4 .portfolio-img img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.home-main .gallery-area .portfolio-card.style4 .portfolio-content{
  max-width:none!important;
  margin:0!important;
  padding:16px 6px 0!important;
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.home-main .gallery-area .portfolio-card.style4 .portfolio-title{
  margin:0 0 3px!important;
  font-size:19px!important;
  line-height:1.25!important;
}
.home-main .gallery-area .portfolio-card.style4 .portfolio-location{
  margin:0!important;
  color:#667487!important;
  font-size:15px!important;
  line-height:1.45!important;
}

/* B. EVERY MARKETING ICON TILE — neutral gray, never rose.
   Number circles and CTA buttons are intentionally excluded. */
body:not(.quote-page) :is(
  [class$="-icon"],
  [class*="-icon "],
  [class*="included-check"],
  [class*="feature-check"],
  [class*="benefit-check"],
  .spotless-check,
  .check-icon,
  .contact-detail-icon,
  .hero-emoji
){
  background:#eef1f4!important;
  border-color:#e1e6ec!important;
  box-shadow:none!important;
}
body:not(.quote-page) :is(
  [class*="included-check"],
  [class*="feature-check"],
  [class*="benefit-check"],
  .spotless-check,
  .check-icon
){
  color:#20395c!important;
}

/* C. Footer sentence: exactly two lines on desktop. */
.footer-wrapper .footer-description{
  max-width:none!important;
  white-space:nowrap!important;
}
@media(max-width:767px){
  .footer-wrapper .footer-description{
    white-space:normal!important;
  }
}

/* D. Services introduction: exactly two balanced lines on desktop. */
.services-page .services-introduction .sec-text{
  width:100%!important;
  max-width:1120px!important;
}
@media(max-width:767px){
  .services-page .services-introduction .services-intro-break{
    display:none!important;
  }
}

/* E. PREMIUM PAYMENT PAGE */
body.quote-page[data-current-page="payment.html"]{
  background:
    radial-gradient(circle at 10% 0%, rgba(32,57,92,.055), transparent 34%),
    #f7f9fc!important;
}
body.quote-page[data-current-page="payment.html"] .payment-shell{
  max-width:1180px!important;
  padding:48px 24px 72px!important;
}
body.quote-page[data-current-page="payment.html"] .payment-header{
  max-width:760px!important;
  margin:0 0 26px!important;
}
body.quote-page[data-current-page="payment.html"] .payment-title{
  margin-bottom:9px!important;
  color:#172844!important;
  font-size:clamp(34px,4vw,46px)!important;
  line-height:1.05!important;
  letter-spacing:-.035em!important;
}
body.quote-page[data-current-page="payment.html"] .payment-lead{
  max-width:700px!important;
  color:#667487!important;
  font-size:16px!important;
  line-height:1.6!important;
}
body.quote-page[data-current-page="payment.html"] .payment-layout{
  grid-template-columns:minmax(0,1fr) 350px!important;
  gap:24px!important;
}
body.quote-page[data-current-page="payment.html"] .payment-card{
  padding:28px!important;
  border:1px solid #e0e6ee!important;
  border-radius:20px!important;
  background:rgba(255,255,255,.97)!important;
  box-shadow:0 18px 46px rgba(25,58,92,.075)!important;
}
body.quote-page[data-current-page="payment.html"] .payment-card h2{
  margin-bottom:20px!important;
  color:#172844!important;
  font-size:21px!important;
}
body.quote-page[data-current-page="payment.html"] .payment-methods{
  gap:12px!important;
  margin-bottom:24px!important;
}
body.quote-page[data-current-page="payment.html"] .payment-method-btn{
  min-height:96px!important;
  padding:14px 8px!important;
  border:1px solid #dfe5ed!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#46556d!important;
}
body.quote-page[data-current-page="payment.html"] .payment-method-btn .method-icon{
  width:42px!important;
  height:42px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:11px!important;
  background:#eef1f4!important;
  border:1px solid #e1e6ec!important;
  box-shadow:none!important;
}
body.quote-page[data-current-page="payment.html"] .payment-method-btn.selected{
  border-color:#9e2248!important;
  background:#fff!important;
  color:#9e2248!important;
  box-shadow:0 0 0 3px rgba(158,34,72,.08)!important;
}
body.quote-page[data-current-page="payment.html"] .payment-input{
  height:52px!important;
  border:1px solid #dbe3ed!important;
  border-radius:12px!important;
  background:#fbfcfe!important;
}
body.quote-page[data-current-page="payment.html"] .payment-input:focus{
  background:#fff!important;
}
body.quote-page[data-current-page="payment.html"] #paymentSummaryCard{
  position:sticky!important;
  top:24px!important;
  border-top:4px solid #20395c!important;
}
body.quote-page[data-current-page="payment.html"] .payment-summary-line{
  padding:12px 0!important;
}
body.quote-page[data-current-page="payment.html"] .payment-due-now{
  margin-top:18px!important;
  padding-top:17px!important;
  border-top:1px solid #dfe5ed!important;
}
body.quote-page[data-current-page="payment.html"] .payment-due-now .amount{
  font-size:36px!important;
}
body.quote-page[data-current-page="payment.html"] .payment-submit-btn{
  min-height:58px!important;
  border-radius:12px!important;
  box-shadow:0 12px 26px rgba(158,34,72,.20)!important;
}
body.quote-page[data-current-page="payment.html"] .payment-secure-note{
  margin-top:15px!important;
  color:#6f7c90!important;
}
body.quote-page[data-current-page="payment.html"] .payment-demo-note{
  border:1px solid #e5e9ef!important;
  background:#f7f9fc!important;
  color:#6a7588!important;
}
@media(max-width:900px){
  body.quote-page[data-current-page="payment.html"] .payment-shell{
    padding:34px 18px 54px!important;
  }
  body.quote-page[data-current-page="payment.html"] .payment-layout{
    grid-template-columns:1fr!important;
  }
  body.quote-page[data-current-page="payment.html"] #paymentSummaryCard{
    position:static!important;
  }
}
@media(max-width:575px){
  body.quote-page[data-current-page="payment.html"] .payment-card{
    padding:20px!important;
    border-radius:16px!important;
  }
  body.quote-page[data-current-page="payment.html"] .payment-methods{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .home-main .gallery-area .portfolio-card.style4 .portfolio-img{
    height:250px!important;
  }
}


/* =========================================================
   FINAL WEBSITE LOCK — exact two-line intro, neutral icon
   backgrounds everywhere, and full logo/header on payment.
========================================================= */

/* Exact two-line Services introduction on desktop */
.services-page .services-introduction .services-two-line-text{
  width:100%!important;
  max-width:none!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
  font-size:16px!important;
  line-height:1.55!important;
}
.services-page .services-introduction .services-two-line-text span{
  display:block!important;
  white-space:nowrap!important;
}
@media(max-width:991px){
  .services-page .services-introduction .services-two-line-text span{
    white-space:normal!important;
  }
}

/* Neutral gray backgrounds for every website icon/check tile */
body:not(.quote-page) :is(
  .about-feature-icon,
  .about-mobile-icon,
  .analysis-icon,
  .city-included-check,
  .contact-detail-icon,
  .error-service-icon,
  .home-area-icon,
  .home-mobile-benefit-icon,
  .home-mobile-service-icon,
  .house-care-check,
  .house-included-check,
  .icon-blue,
  .icon-green,
  .included-checklist,
  .lights-check,
  .lights-included-check,
  .metric-icon,
  .mobile-service-icon,
  .mobile-trust-icon,
  .pressure-care-check,
  .pressure-included-check,
  .process-icon,
  .promise-icon,
  .rockford-overview-check,
  .roof-care-check,
  .roof-included-check,
  .service-icon,
  .service-list-icon,
  .service-overview-icon,
  .solar-check,
  .solar-dot,
  .spotless-check,
  .spotless-icon,
  .value-icon,
  .why-icon
){
  background:#eef1f4!important;
  border-color:#e1e6ec!important;
  box-shadow:none!important;
}

/* Keep the check mark readable on the neutral tile */
body:not(.quote-page) :is(
  .city-included-check,
  .house-care-check,
  .house-included-check,
  .lights-check,
  .lights-included-check,
  .pressure-care-check,
  .pressure-included-check,
  .rockford-overview-check,
  .roof-care-check,
  .roof-included-check,
  .solar-check,
  .solar-dot,
  .spotless-check
){
  color:#9e2248!important;
}

/* Payment page: use the complete shared white header with logo */
body.quote-page[data-current-page="payment.html"] .th-header .header-top{
  display:none!important;
}
body.quote-page[data-current-page="payment.html"] .th-header .sticky-wrapper{
  display:block!important;
  position:relative!important;
  background:#fff!important;
  box-shadow:0 3px 14px rgba(25,58,92,.06)!important;
}
body.quote-page[data-current-page="payment.html"] .th-header .sticky-wrapper > .container{
  width:100%!important;
  max-width:1440px!important;
  margin:0 auto!important;
  padding-inline:28px!important;
}
body.quote-page[data-current-page="payment.html"] .th-header .menu-area{
  min-height:82px!important;
  padding:0!important;
  background:#fff!important;
}
body.quote-page[data-current-page="payment.html"] .th-header .menu-area > .row{
  min-height:82px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  margin:0!important;
}
body.quote-page[data-current-page="payment.html"] .th-header .header-logo img{
  display:block!important;
  width:auto!important;
  height:48px!important;
  filter:none!important;
}
body.quote-page[data-current-page="payment.html"] .th-header .main-menu{
  display:inline-block!important;
}
body.quote-page[data-current-page="payment.html"] .th-header .main-menu > ul{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:30px!important;
  margin:0!important;
  padding:0!important;
}
body.quote-page[data-current-page="payment.html"] .th-header .main-menu > ul > li > a{
  padding:30px 0!important;
  color:#111!important;
}
body.quote-page[data-current-page="payment.html"] .th-header .header-button{
  display:flex!important;
  align-items:center!important;
}
body.quote-page[data-current-page="payment.html"] .th-header .header-button .th-btn{
  min-height:50px!important;
  padding:13px 24px!important;
}
@media(max-width:991px){
  body.quote-page[data-current-page="payment.html"] .th-header .menu-area{
    min-height:68px!important;
  }
  body.quote-page[data-current-page="payment.html"] .th-header .menu-area > .row{
    min-height:68px!important;
  }
  body.quote-page[data-current-page="payment.html"] .th-header .header-logo img{
    height:42px!important;
  }
  body.quote-page[data-current-page="payment.html"] .th-header .main-menu{
    display:none!important;
  }
}


/* =========================================================
   PAYMENT HEADER — restore the columns hidden by quote-page CSS
========================================================= */
body.quote-page[data-current-page="payment.html"] #site-header{
  display:block!important;
  min-height:0!important;
}

body.quote-page[data-current-page="payment.html"] .th-header{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
}

body.quote-page[data-current-page="payment.html"] .th-header .sticky-wrapper{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
}

body.quote-page[data-current-page="payment.html"] .th-header .menu-area > .row > .col-auto:first-child{
  display:block!important;
  flex:0 0 auto!important;
  width:auto!important;
  max-width:none!important;
  padding-left:0!important;
}

body.quote-page[data-current-page="payment.html"] .th-header .menu-area > .row > .col{
  display:block!important;
  flex:1 1 auto!important;
  width:auto!important;
  max-width:none!important;
}

body.quote-page[data-current-page="payment.html"] .th-header .menu-area > .row > .col-auto:last-child{
  display:block!important;
  flex:0 0 auto!important;
  width:auto!important;
  max-width:none!important;
  padding-right:0!important;
}

body.quote-page[data-current-page="payment.html"] .th-header .header-button{
  width:auto!important;
  justify-content:flex-end!important;
}

body.quote-page[data-current-page="payment.html"] .th-header .header-button .th-btn{
  display:inline-flex!important;
}

body.quote-page[data-current-page="payment.html"] .th-header .header-logo{
  display:block!important;
}

body.quote-page[data-current-page="payment.html"] .th-header .header-logo img{
  display:block!important;
  height:48px!important;
  width:auto!important;
  opacity:1!important;
  visibility:visible!important;
}

@media(max-width:991px){
  body.quote-page[data-current-page="payment.html"] .th-header .menu-area > .row > .col{
    display:none!important;
  }

  body.quote-page[data-current-page="payment.html"] .th-header .menu-area > .row > .col-auto:last-child{
    display:block!important;
  }

  body.quote-page[data-current-page="payment.html"] .th-header .header-button .th-btn{
    display:none!important;
  }

  body.quote-page[data-current-page="payment.html"] .th-header .header-logo img{
    height:42px!important;
  }
}

/* 2026-07-28: Standardize every decorative checkmark across the public website */
body:not(.quote-page) :is(
  .city-included-check,
  .rockford-overview-check,
  .roof-care-check,
  .roof-included-check,
  .house-care-check,
  .house-included-check,
  .solar-check,
  .solar-dot,
  .pressure-care-check,
  .pressure-included-check,
  .lights-check,
  .lights-included-check,
  .spotless-check,
  .why-icon,
  .home-mobile-benefit-icon
){
  box-sizing:border-box!important;
  border-radius:50%!important;
  background:#eef1f4!important;
  border:1px solid #e1e6ec!important;
  color:#9e2248!important;
  box-shadow:none!important;
  overflow:hidden!important;
}

/* Keep Font Awesome and text checkmarks centered inside the branded circle. */
body:not(.quote-page) :is(
  .city-included-check,
  .rockford-overview-check,
  .roof-care-check,
  .roof-included-check,
  .house-care-check,
  .house-included-check,
  .solar-check,
  .solar-dot,
  .pressure-care-check,
  .pressure-included-check,
  .lights-check,
  .lights-included-check,
  .spotless-check,
  .why-icon,
  .home-mobile-benefit-icon
){
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-shrink:0!important;
}

body:not(.quote-page) :is(
  .city-included-check,
  .rockford-overview-check,
  .roof-care-check,
  .roof-included-check,
  .house-care-check,
  .house-included-check,
  .solar-check,
  .solar-dot,
  .pressure-care-check,
  .pressure-included-check,
  .lights-check,
  .lights-included-check,
  .spotless-check,
  .why-icon,
  .home-mobile-benefit-icon
) :is(i,svg){
  color:#9e2248!important;
  fill:currentColor!important;
}
