.page-banner { background-image: url(../images/page-banner-v2.jpg); }
.page-banner h1 { color: #fff !important; }

.guarantee h2 { color: #fff !important; }
.guarantee li { color: #fff; font-size: 17px; }
.guarantee li b { color: #fff; }

.carousel { position: relative; padding-inline: 36px; }
.carousel__viewport { overflow: hidden; scroll-snap-type: x mandatory; scrollbar-width: none; }
.carousel__viewport::-webkit-scrollbar { display: none; }
.carousel__track { display: flex !important; flex-wrap: nowrap !important; justify-content: flex-start !important; width: max-content; }
.carousel__track > * { scroll-snap-align: start; }
.carousel__button { position: absolute; top: 50%; z-index: 3; width: 34px; height: 54px; border: 0; border-radius: 3px; background: rgba(40,170,242,.92); color: #fff; font-size: 31px; line-height: 1; cursor: pointer; transform: translateY(-50%); }
.carousel__button--prev { left: 0; }
.carousel__button--next { right: 0; }
.review-carousel .review-grid { gap: 30px; }
.review-carousel blockquote { width: 535px; min-height: 260px; flex: 0 0 535px; }
.clients .carousel { padding-inline: 30px; }
.clients .client-logos { gap: 35px; }
.client-logo { width: 165px; flex: 0 0 165px; display: grid; place-items: center; }
.client-logo img { width: 135px; height: 62px; object-fit: contain; }

.cta-band__inner > img { height: 174px; width: auto; object-fit: contain; }
.site-footer h2, .site-footer p, .site-footer strong, .site-footer b { color: #fff !important; }
.site-footer .footer-grid > section:first-child a { color: #fff !important; }

.site-nav__list > li { position: relative; }
.site-nav__list .sub-menu { position: absolute; top: 100%; left: 0; z-index: 20; display: none; width: 245px; margin: 0; padding: 0; list-style: none; background: #fff; box-shadow: 0 10px 26px rgba(0,0,0,.2); }
.site-nav__list > li:hover > .sub-menu, .site-nav__list > li:focus-within > .sub-menu { display: block; }
.site-nav__list .sub-menu li { display: block; border-bottom: 1px solid #e6e6e6; }
.site-nav__list .sub-menu a { min-height: 43px; padding: 10px 20px; justify-content: flex-start; border: 0; color: #28aaf2; background: #fff; font-size: 13px; line-height: 1.35; text-transform: none; }
.site-nav__list .sub-menu a:hover, .site-nav__list .sub-menu a:focus { color: #fff; background: #28aaf2; }
.submenu-toggle { display: none; }

.page-banner__title { color: #fff; font-size: 38px; font-weight: 800; text-shadow: 0 1px 2px #333; }
.single-post-section { padding-bottom: 145px; }
.single-post-card { display: block; }
.single-post-card h1 { margin: 0 0 10px; color: #0f2945; font-size: 30px; line-height: 1.25; }
.single-post-card .article-image img { width: 100%; height: auto; max-height: 460px; margin: 22px 0 28px; object-fit: cover; }
.single-post-card .entry-content { color: #555; }
.single-post-card .entry-content p:last-child { margin-bottom: 0; }
.post-taxonomy { margin-top: 42px; padding: 20px 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
.post-taxonomy p { margin: 6px 0; color: #777; font-size: 13px; }
.post-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.post-navigation > div:empty { display: none; }
.post-navigation a { display: block; height: 100%; padding: 14px 16px; border: 1px solid #cdd9e4; color: #4c6781; font-size: 13px; font-style: italic; }
.post-navigation a span { display: block; margin-bottom: 4px; color: #999; font-size: 11px; font-style: normal; text-transform: uppercase; }
.post-navigation__next { text-align: right; }
.blog-sidebar .tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.blog-sidebar .tag-cloud a { display: inline-block; padding: 7px 10px; border: 1px solid #ddd; color: #777; line-height: 1; }

.service-detail { padding-top: 70px; }
.service-detail__layout { display: grid; grid-template-columns: 270px minmax(0,1fr); gap: 50px; align-items: start; }
.service-menu { border-left: 3px solid #ff7f0a; }
.service-menu a { display: block; padding: 16px 20px; border-bottom: 3px solid #fff; background: #eee; color: #111; font-size: 16px; font-weight: 700; }
.service-menu a.is-current, .service-menu a:hover { background: #ff7f0a; color: #fff; }
.service-help { margin-top: 48px; overflow: hidden; background: #28aaf2; color: #fff; }
.service-help > img { width: 100%; height: 350px; object-fit: cover; object-position: top; }
.service-help > div { padding: 15px 30px 34px; background: linear-gradient(160deg,#28aaf2 0 73%,#1974c5 73%); }
.service-help strong, .service-help span { display: block; font-size: 22px; line-height: 1.25; }
.service-help strong { font-size: 28px; }
.service-help h2 { margin-top: 14px; color: #fff; font-size: 26px; }
.service-help a { display: inline-block; margin-top: 8px; padding: 11px 25px; background: #ff7f0a; color: #fff; font-weight: 800; text-transform: uppercase; }
.service-detail__main-image { width: 100%; height: 360px; object-fit: cover; margin-bottom: 26px; }
.service-detail__content > h2 { font-size: 28px; }
.service-detail__content > p { color: #333; font-size: 16px; }
.service-detail__section { display: grid; grid-template-columns: 1.2fr .8fr; gap: 45px; align-items: center; margin-top: 48px; }
.service-detail__section > img { width: 100%; height: 280px; object-fit: cover; }
.check-list { margin: 18px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 10px 0; padding-left: 23px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #d81f36; font-weight: 900; }
.service-trust { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 50px; }
.service-trust article { min-height: 205px; padding: 30px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; background: #235483; }
.service-trust article:nth-child(2) { background: #ff7f0a; }
.service-trust article:nth-child(3) { background: #28aaf2; }
.service-trust img { width: 55px; height: 55px; object-fit: contain; margin-bottom: 12px; }
.service-trust b, .service-trust span { color: #fff; }
.service-trust b { font-size: 18px; }
.service-benefits { margin-top: 48px; }
.check-list--columns { display: grid; grid-template-columns: 1fr 1fr; column-gap: 55px; }

.about-page h2 { margin-top: 28px; }
.about-page > .shell > h2:first-child { margin-top: 0; }
.about-page p { color: #666; }
.about-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; margin-top: 20px; align-items: center; }
.about-choice img { width: 100%; max-height: 310px; object-fit: cover; }
.about-choice li { margin: 8px 0; }
.about-testimonials { padding-top: 35px; }

.contact-card aside > div { display: grid; grid-template-columns: 42px 1fr; gap: 10px; align-items: start; }
.contact-card aside > div p { margin: 0; }
.contact-icon { color: #e51d36; font-size: 29px; line-height: 1; }
.check-list li::before { content: "\2713"; }

body.admin-bar .nav-bar { top: 32px; }
.top-header { height: 159px; }
.brand img, .custom-logo { width: 380px; max-height: 113px; object-fit: contain; }
.nav-bar { background: #2db1ff; }
.nav-bar__inner { min-height: 60px; }
.site-nav__list a, .nav-review, .nav-request { min-height: 60px; padding-inline: 24px; border-left: 0; font-family: "Poppins", Arial, sans-serif; font-size: 16px; font-weight: 600; letter-spacing: 0; }
.site-nav__list a:hover, .nav-review:hover { background: #078ccc; }
.nav-request { padding-inline: 34px; background: #fd8a16; font-size: 17px; }
.site-nav__list .sub-menu { top: 60px; }
.site-nav__list .sub-menu a { min-height: 46px; padding: 12px 20px; font-size: 14px; font-weight: 600; }
.hero-quote .auduct-form button, .hero-quote .auduct-form input[type="submit"] { display: block; width: 82%; margin: 5px auto 0; justify-self: center; }
.auduct-form { scroll-margin-top: 78px; }
.auduct-form__message { width: 100%; margin: 0 0 12px; padding: 13px 15px; border: 1px solid; border-radius: 3px; font-size: 14px; line-height: 1.45; box-shadow: 0 3px 12px rgba(0,0,0,.08); }
.auduct-form__message strong { display: inline; }
.auduct-form__message--success { border-color: #5cac6d; background: #eaf7ed; color: #1c6630; }
.auduct-form__message--error { border-color: #d95a5a; background: #fff0f0; color: #922424; }
.hero-quote .auduct-form__message { margin-bottom: 8px; padding: 10px 12px; font-size: 13px; }
.testimonials, .about-testimonials { padding-bottom: 125px; }
.review-carousel { margin-bottom: 0; }
.about-choice ul { margin: 0; padding-left: 0; list-style: none; }
.about-choice li { position: relative; padding-left: 15px; color: #787878; }
.about-choice li::before { content: "-"; position: absolute; left: 0; }
.about-choice img { max-height: 420px; }

.online-enquiry { position: fixed; right: 22px; bottom: 76px; z-index: 1200; font-family: inherit; }
.online-enquiry__toggle { border: 0; border-radius: 26px; padding: 13px 20px; background: #ff7f0a; color: #fff; box-shadow: 0 7px 24px rgba(0,0,0,.24); font: 800 14px/1.2 inherit; cursor: pointer; }
.online-enquiry__toggle span { display: inline-block; margin-right: 7px; color: #69e38d; text-shadow: 0 0 0 2px #fff; }
.online-enquiry__panel { position: absolute; right: 0; bottom: 58px; width: 285px; padding: 24px; border-top: 4px solid #ff7f0a; background: #fff; box-shadow: 0 10px 36px rgba(0,0,0,.28); }
.online-enquiry__panel strong { display: block; padding-right: 24px; font-size: 20px; }
.online-enquiry__panel p { color: #666; font-size: 13px; }
.online-enquiry__panel a { display: block; margin-top: 8px; padding: 10px 12px; background: #28aaf2; color: #fff; text-align: center; font-weight: 800; }
.online-enquiry__panel a:first-of-type { background: #ff7f0a; }
.online-enquiry__close { position: absolute; top: 6px; right: 8px; border: 0; background: transparent; color: #555; font-size: 26px; cursor: pointer; }

@media (max-width: 900px) {
  .review-carousel blockquote { width: calc(100vw - 100px); flex-basis: calc(100vw - 100px); }
  .service-detail__layout { grid-template-columns: 1fr; }
  .service-detail__sidebar { order: 2; }
  .service-help { display: block; width: min(100%, 270px); margin: 28px auto 0; }
  .service-detail__section { grid-template-columns: 1fr; }
  .about-choice { grid-template-columns: 1fr; }
  .single-post-section { padding-bottom: 115px; }
}

@media (max-width: 782px) {
  body.admin-bar .nav-bar { top: 46px; }
  .top-header { height: 92px; gap: 8px; }
  .brand img, .custom-logo { width: min(260px, 62vw); }
  .phone-block__number { white-space: nowrap; }
  .nav-bar__inner { min-height: 56px; }
  .nav-toggle { width: 56px; height: 56px; }
  .site-nav { top: 56px; max-height: calc(100vh - 56px); overflow-y: auto; overscroll-behavior: contain; }
  .site-nav__list > li { display: block; }
  .site-nav__list .sub-menu { position: static; display: none; width: 100%; box-shadow: none; }
  .site-nav__list > li.submenu-open > .sub-menu { display: block; }
  .site-nav__list .sub-menu a { min-height: 42px; padding: 9px 48px 9px 38px; border-bottom: 1px solid rgba(255,255,255,.18); color: #fff; background: #188fce; font-size: 13px; }
  .site-nav__list a, .nav-review, .nav-request { min-height: 46px; font-size: 13px; }
  .submenu-toggle { position: absolute; top: 4px; right: 8px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.28); background: rgba(0,0,0,.08); color: #fff; cursor: pointer; }
  .submenu-toggle span { width: 9px; height: 9px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .2s ease; }
  .submenu-toggle[aria-expanded="true"] span { transform: translateY(2px) rotate(225deg); }
}

@media (max-width: 600px) {
  .top-header { height: 84px; }
  .brand img, .custom-logo { width: min(220px, 61vw); }
  .phone-block__number { font-size: 15px; }
  .home-hero { min-height: 0; padding-top: 22px; padding-bottom: 14px; background-position: 38% center; }
  .home-hero__inner { min-height: 0; align-items: flex-start; }
  .carousel { padding-inline: 25px; }
  .carousel__button { width: 27px; }
  .review-carousel blockquote { width: calc(100vw - 78px); flex-basis: calc(100vw - 78px); padding: 24px; }
  .service-detail { padding-top: 45px; }
  .service-detail__main-image { height: 230px; }
  .service-trust { grid-template-columns: 1fr; }
  .service-trust article { min-height: 150px; }
  .check-list--columns { grid-template-columns: 1fr; }
  .contact-card aside > div { grid-template-columns: 34px 1fr; }
  .online-enquiry { right: 12px; bottom: max(14px, env(safe-area-inset-bottom)); }
  .online-enquiry__toggle { width: 52px; height: 52px; padding: 0; border-radius: 50%; font-size: 0; }
  .online-enquiry__toggle span { margin: 0; font-size: 0; text-shadow: none; }
  .online-enquiry__toggle::after { content: "\2709"; font-size: 21px; line-height: 1; }
  .online-enquiry__panel { bottom: 62px; }
  .online-enquiry__panel { width: min(285px, calc(100vw - 24px)); }
  .testimonials, .about-testimonials { padding-bottom: 95px; }
  .single-post-section { padding-bottom: 100px; }
  .single-post-card h1 { font-size: 25px; }
  .post-navigation { grid-template-columns: 1fr; }
  .post-navigation__next { text-align: left; }
  .cta-band { height: 112px; }
  .cta-band__inner { gap: 8px; }
  .cta-band__inner > img { width: 34%; max-width: 132px; height: 126px; flex: 0 0 auto; }
  .cta-band__inner > div { min-width: 0; }
  .cta-band strong { font-size: 15px; line-height: 1.25; }
  .cta-band span { margin-top: 5px; font-size: 15px; white-space: nowrap; }
  .cta-band a { font-size: 17px; }
  .site-footer { padding-top: 38px; }
  .footer-grid { gap: 28px; }
}

@media (max-width: 370px) {
  .brand img, .custom-logo { width: 190px; }
  .phone-block__number { font-size: 13px; }
  .cta-band__inner > img { width: 31%; height: 116px; }
  .cta-band strong { font-size: 14px; }
  .cta-band span { font-size: 13px; }
  .cta-band a { font-size: 15px; }
}
