/* ============================================================
   Wood's Professional Cleaning - Homepage UX/UI improvements
   Added for trust + conversion goals. Brand: navy #163ca0, orange #f58d30.
   Self-contained; loaded after theme CSS so it can override safely.
   ============================================================ */

/* ---------- Trust badge row (bonded / insured / guaranteed / vetted) ---------- */
.wpc-trust-badges {
  background: #f5f7fa;
  padding: 48px 0;
}
.wpc-trust-badges .wpc-tb-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.wpc-tb-item {
  flex: 1 1 220px;
  max-width: 270px;
  text-align: center;
  padding: 28px 22px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(22,60,160,.07);
  transition: transform .2s ease, box-shadow .2s ease;
}
.wpc-tb-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(22,60,160,.13);
}
.wpc-tb-item .wpc-tb-icon {
  font-size: 34px;
  line-height: 1;
  color: #163ca0;
  margin-bottom: 14px;
}
.wpc-tb-item .wpc-tb-title {
  font: 700 18px/1.3 'Open Sans', Arial, sans-serif;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.wpc-tb-item .wpc-tb-text {
  font: 400 14px/1.5 'Open Sans', Arial, sans-serif;
  color: #5a6470;
  margin: 0;
}

/* ---------- Inline "Get a free quote" conversion band ---------- */
.wpc-quote-band {
  background: #163ca0;
  background-image: linear-gradient(135deg, #163ca0 0%, #1e4fc4 100%);
  padding: 60px 0;
  color: #fff;
}
.wpc-quote-band .wpc-qb-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.wpc-qb-copy { flex: 1 1 320px; }
.wpc-qb-copy h2 {
  font: 800 30px/1.2 'Open Sans', Arial, sans-serif;
  color: #fff;
  margin: 0 0 14px;
}
.wpc-qb-copy p {
  font: 400 17px/1.6 'Open Sans', Arial, sans-serif;
  color: #d6e0f5;
  margin: 0 0 20px;
}
.wpc-qb-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: 700 22px/1 'Open Sans', Arial, sans-serif;
  color: #fff;
  text-decoration: none;
}
.wpc-qb-phone i { color: #f58d30; }
.wpc-qb-phone:hover { color: #f58d30; }
.wpc-qb-form { flex: 1 1 360px; }
.wpc-qb-form .wpc-qb-formcard {
  background: #fff;
  border-radius: 10px;
  padding: 26px 26px 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}

/* Style the embedded Contact Form 7 fields inside the band */
.wpc-qb-formcard .wpcf7-form-control-wrap { display: block; }
.wpc-qb-formcard input[type="text"],
.wpc-qb-formcard input[type="email"],
.wpc-qb-formcard input[type="tel"],
.wpc-qb-formcard input[type="number"],
.wpc-qb-formcard textarea,
.wpc-qb-formcard select {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  margin-bottom: 14px;
  border: 1px solid #cfd6e0;
  border-radius: 6px;
  font: 400 15px/1.4 'Open Sans', Arial, sans-serif;
  color: #1a1a1a;
}
.wpc-qb-formcard textarea { min-height: 90px; }
.wpc-qb-formcard input:focus,
.wpc-qb-formcard textarea:focus,
.wpc-qb-formcard select:focus {
  outline: none;
  border-color: #163ca0;
  box-shadow: 0 0 0 3px rgba(22,60,160,.15);
}
.wpc-qb-formcard input[type="submit"] {
  width: 100%;
  background: #f58d30;
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 14px 18px;
  font: 700 16px/1 'Open Sans', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .3px;
  cursor: pointer;
  transition: background-color .2s ease, transform .15s ease;
}
.wpc-qb-formcard input[type="submit"]:hover {
  background: #e07a1d;
  transform: translateY(-1px);
}

/* ---------- Testimonials section (enable when real quotes are added) ---------- */
.wpc-testimonials {
  padding: 70px 0;
  background: #fff;
  text-align: center;
}
.wpc-testimonials h2 {
  font: 800 30px/1.2 'Open Sans', Arial, sans-serif;
  color: #1a1a1a;
  margin: 0 0 8px;
}
.wpc-testimonials .wpc-tst-sub {
  font: 400 16px/1.5 'Open Sans', Arial, sans-serif;
  color: #5a6470;
  margin: 0 0 40px;
}
.wpc-tst-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.wpc-tst-card {
  flex: 1 1 300px;
  background: #f5f7fa;
  border-radius: 8px;
  padding: 30px 28px;
  text-align: left;
}
.wpc-tst-stars { color: #f5a623; font-size: 16px; margin-bottom: 12px; }
.wpc-tst-quote {
  font: 400 16px/1.6 'Open Sans', Arial, sans-serif;
  color: #333;
  margin: 0 0 16px;
}
.wpc-tst-name {
  font: 700 15px/1.3 'Open Sans', Arial, sans-serif;
  color: #163ca0;
}
.wpc-tst-role {
  font: 400 13px/1.3 'Open Sans', Arial, sans-serif;
  color: #5a6470;
}

/* ---------- Affiliation / trust-seal strip (enable after verifying claims) ---------- */
.wpc-seals {
  padding: 36px 0;
  background: #fff;
  border-top: 1px solid #eef1f5;
  text-align: center;
}
.wpc-seals .wpc-seals-label {
  font: 600 12px/1 'Open Sans', Arial, sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8a93a0;
  margin-bottom: 22px;
}
.wpc-seals-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.wpc-seals-logos img {
  height: 64px;
  width: auto;
  filter: grayscale(100%);
  opacity: .75;
  transition: filter .2s ease, opacity .2s ease;
}
.wpc-seals-logos img:hover { filter: none; opacity: 1; }

/* ---------- Mobile sticky bar: split into Call + Quote ---------- */
@media screen and (max-width: 768px) {
  .mobile-sticky-cta { display: flex !important; }
  .mobile-sticky-cta a {
    flex: 1 1 50%;
    font: 15px/52px HelveticaNeueCondensedBlack, 'Open Sans', Arial, sans-serif !important;
  }
  .mobile-sticky-cta a.msc-call {
    background: #f58d30;
    border-radius: 12px 0 0 0;
  }
  .mobile-sticky-cta a.msc-call i { margin-right: 6px; }
}

/* ---------- Responsive ---------- */
@media (max-width: 767px) {
  .wpc-quote-band { padding: 44px 0; }
  .wpc-qb-copy h2 { font-size: 25px; }
  .wpc-tb-item { flex-basis: 100%; max-width: 100%; }
}

/* ============================================================
   COMMERCIAL CLEANING PAGE (/commercial-cleaning/) modernization
   Every rule scoped to .page-id-12 -> affects ONLY this page.
   Class-scoped only: NO [style*=...] selectors and NO broad
   .row>div rules, because functionse69a.js strips inline
   float/width from all col- divs at load, and the 4-step cards
   + slick slider must not be turned into flex containers.
   ============================================================ */

/* Typography */
.page-id-12 { color: #505659; }
.page-id-12 p { font: 400 16px/1.7 'Open Sans', Arial, sans-serif; color: #505659; margin-bottom: 18px; }
.page-id-12 h1, .page-id-12 h2 { font: 700 32px/1.25 'Open Sans', Arial, sans-serif; color: #163ca0; margin: 0 0 18px; letter-spacing: .2px; }
.page-id-12 h3 { font: 700 22px/1.3 'Open Sans', Arial, sans-serif; color: #163ca0; margin: 0 0 12px; }
.page-id-12 img { max-width: 100%; height: auto; }

/* Section spacing rhythm + softened bands */
.page-id-12 .padding-top-110, .page-id-12 .padding-top-115, .page-id-12 .padding-top-105,
.page-id-12 .padding-top-100, .page-id-12 .padding-top-95, .page-id-12 .padding-top-90 { padding-top: 80px !important; }
.page-id-12 .padding-bottom-110, .page-id-12 .padding-bottom-115, .page-id-12 .padding-bottom-105,
.page-id-12 .padding-bottom-95, .page-id-12 .padding-bottom-90 { padding-bottom: 80px !important; }
.page-id-12 .lightgrey-bg { background: #f5f7fa; border-top: 1px solid #e6ebf2; }

/* Hero polish (hero is a CSS background applied by JS to .subpage-hero) */
.page-id-12 .subpage-hero { height: 380px; }
.page-id-12 .subpage-hero .subpage-hero-content strong { letter-spacing: 1px; }

/* 4-step system cards: elevation + softened titles (NO display:flex - the bar is absolute-positioned) */
.page-id-12 .fourcol-cta { transition: transform .25s ease, box-shadow .25s ease; }
.page-id-12 .fourcol-cta:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(22,60,160,.13); }
.page-id-12 .fourcol-cta-bar-title span.cta-bar-titletext { text-transform: none; letter-spacing: .2px; }

/* Service circles: soft modern badges */
.page-id-12 .services-cta-circles img { background: #eef2f8; border-radius: 50%; padding: 18px; width: 96px; height: 96px; object-fit: contain; transition: background-color .2s ease, transform .2s ease; }
.page-id-12 .services-cta-circles .col-md-4:hover img { background: #dde7f7; transform: translateY(-3px); }

/* Category tiles (section 5) just get soft corners; keep their working layout */
.page-id-12 .home-cta-block { border-radius: 8px; overflow: hidden; }

/* Buttons */
.page-id-12 .bttn { display: inline-block; font: 700 15px/1 'Open Sans', Arial, sans-serif; letter-spacing: .5px; padding: 15px 32px; border-radius: 6px; background: #f58d30; border-color: #f58d30; color: #fff; transition: background-color .2s ease, transform .15s ease, box-shadow .2s ease; }
.page-id-12 .bttn:hover, .page-id-12 .bttn:focus { background: #e07a1d; border-color: #e07a1d; color: #fff; transform: translateY(-2px); box-shadow: 0 8px 18px rgba(245,141,48,.28); }

/* Final Multi-Location CTA band: navy echo of the homepage band + orange button */
.page-id-12 .twocol-cta-wrapper .twocol-cta-link .twocol-cta-overlay { background: linear-gradient(135deg, rgba(22,60,160,.9) 0%, rgba(30,79,196,.84) 100%) !important; opacity: 1; }
.page-id-12 .twocol-cta-wrapper span.twocol-cta-bttn { background: #f58d30; color: #fff; border-radius: 6px; }

/* Vertical-centering polish for the two SIMPLE image+text blocks only (sections 2 & 6).
   These wrappers carry .wpc-2col in markup; each real column carries .wpc-2col__col.
   Safe: exactly two real children + a clear spacer, no nested grids or sliders. */
.page-id-12 .wpc-2col { display: flex; flex-wrap: wrap; align-items: center; gap: 48px; }
.page-id-12 .wpc-2col > .wpc-2col__col { flex: 1 1 0; width: auto; min-width: 0; margin: 0; padding-top: 0; padding-bottom: 0; }
.page-id-12 .wpc-2col > :not(.wpc-2col__col) { display: none; } /* hide the clear:both spacer */
.page-id-12 .wpc-2col img { display: block; width: 100%; border-radius: 8px; }

/* Tablet/mobile: the col-md blocks already stack below 992px; refine spacing + the flex blocks */
@media screen and (max-width: 991px) {
  .page-id-12 .wpc-2col { flex-direction: column; gap: 26px; }
  .page-id-12 .wpc-2col > .wpc-2col__col { flex-basis: 100%; width: 100%; text-align: center; }
}
@media screen and (max-width: 767px) {
  .page-id-12 .padding-top-110, .page-id-12 .padding-top-115, .page-id-12 .padding-top-105,
  .page-id-12 .padding-top-100, .page-id-12 .padding-top-95, .page-id-12 .padding-top-90 { padding-top: 46px !important; }
  .page-id-12 .padding-bottom-110, .page-id-12 .padding-bottom-115, .page-id-12 .padding-bottom-105,
  .page-id-12 .padding-bottom-95, .page-id-12 .padding-bottom-90 { padding-bottom: 46px !important; }
  .page-id-12 h1, .page-id-12 h2 { font-size: 25px; line-height: 1.3; }
  .page-id-12 p { font-size: 15px; }
  .page-id-12 .subpage-hero { height: 240px; }
  .page-id-12 .services-cta-circles img { width: 84px; height: 84px; padding: 15px; }
  .page-id-12 .bttn { display: block; width: 100%; box-sizing: border-box; }
}
