* {
  box-sizing: border-box;
}
.clear {
  clear: both;
}
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: #3e3f42;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}
img {
  max-width: 100%;
}
header {
  margin: 0;
  padding: 0;
  width: 100%;
}
.container {
  max-width: 1180px;
  width: 95%;
  margin: 0 auto;
}
section.header .row {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.header .row .col-3 {
  width: 33.33%;
  margin: 0;
  padding: 0;
}
.col-3.head-call a {
  display: block;
  background: #00aeef;
  color: #fff;
  text-decoration: none;
  padding: 16px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  max-width: 300px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
}
section.blue-ber {
  background: rgba(0, 21, 66, 1);
  color: #fff;
}
section.blue-ber .row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
section.blue-ber .row .col-4 {
  width: 25%;
  text-align: center;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
section.blue-ber .row .col-4 img {
  width: 20px;
  height: auto;
  margin: 0 10px 0 0;
}
section.hero-section {
  background: url("../images/manual-roof-moss-removal-from-concrete-tiles.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.hero-section.driver-cleaning {
  background: url("../images/driveway-cleaning.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.hero-section .col-2.col-left {
  float: left;
  width: 58%;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.75); /* Increased from 0.43 to 0.75 */
  padding: 40px 25px; /* Slightly increased horizontal padding */
  border-radius: 8px; /* Added subtle rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Added subtle shadow for depth */
}
section.hero-section .col-2.col-right {
  float: right;
  width: 38%;
  background: rgba(0, 174, 239, 1);
  padding: 30px;
  color: #fff;
}
section.hero-section .col-2.col-left h1 {
  margin: 0;
  padding: 0;
  font-size: 42px; /* Increased from 40px */
  color: rgba(0, 21, 66, 1);
  font-weight: 800; /* Increased from 700 */
  font-family: "Inter", sans-serif;
  line-height: 1.2em;
  margin-bottom: 20px; /* Added margin for better spacing */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); /* Subtle text shadow for depth */
}
section.hero-section .col-2.col-left ul {
  margin: 10px 0 0 0;
  padding: 0;
}
section.hero-section .col-2.col-left ul li {
  list-style: none;
  font-size: 18px;
  color: rgba(0, 21, 66, 1);
  font-weight: 700;
  line-height: 1.3em;
  padding: 5px 0;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.1);
}
section.hero-section .inner-section {
  padding: 70px 0;
}
section.hero-section .review {
  text-align: center;
  margin: 30px 0 0 0;
}
section.hero-section.driver-cleaning .review {
  margin: 48px 0;
}
section.hero-section .review img {
  max-width: 550px;
  border: 2px solid #000;
  width: 100%;
}
section.hero-section .col-2.col-left ul li i.fa.fa-check {
  color: #fff; /* Changed to white for better contrast */
  background: rgba(0, 174, 239, 1); /* Changed from light blue to full blue */
  border-radius: 100%;
  font-weight: 100;
  padding: 7px; /* Increased from 5px */
  font-size: 10px; /* Increased from 13px */
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); /* Added shadow for depth */
  margin: 0 12px 0 0; /* Increased right margin from 7px to 12px */
  border: 1px solid #fff; /* Added white border */
}
section.hero-section .col-2.col-right h3 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 40px 0;
  line-height: 1.2em;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  font-family: "Inter", sans-serif;
}
section.hero-section .col-2.col-right form {
  width: 100%;
}
section.hero-section .col-2.col-right form label {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
  font-family: "Inter", sans-serif;
}
section.hero-section .col-2.col-right form input[type="tel"],
section.hero-section .col-2.col-right form input[type="email"],
section.hero-section .col-2.col-right form input[type="text"] {
  width: 100%;
  height: 50px;
  font-size: 18px;
  border-radius: 10px;
  border: 1px solid #fff !important;
  padding: 5px 10px;
  font-family: "Inter", sans-serif;
}
section.hero-section .col-2.col-right .full-width {
  margin: 0 0 28px 0;
}
section.hero-section .col-2.col-right input[type="submit"] {
  background: #001542;
  color: #fff;
  width: 100%;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  word-spacing: 1px;
  font-family: "Inter", sans-serif;
  padding: 15px 5px;
  cursor: pointer;
}
section.brand-logos {
  margin: 0;
  padding: 0;
  width: 100%;
}
section.brand-logos ul li {
  width: 33.33%;
  padding: 0 20px;
  text-align: center;
  list-style: none;
}
section.brand-logos ul {
  margin: 0;
  padding: 40px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.brand-logos ul li img {
  height: 143px;
}
section.brand-logos.brand-logos-2 ul li img {
  height: 80px;
}
section.transformational-cleaning {
  margin: 0;
  padding: 0;
  width: 100%;
}
section.transformational-cleaning h2 {
  text-align: center;
  margin: 0;
  padding: 0;
  color: #1c1c1c;
  font-size: 23px;
  font-weight: 600;
}
section.transformational-cleaning p {
  text-align: center;
  max-width: 1000px;
  margin: 30px auto 40px auto;
}
section.transformational-cleaning .col.col-50.col-left {
  width: 48%;
  float: left;
}
section.transformational-cleaning .col.col-50.col-right {
  width: 48%;
  float: right;
}
section.transformational-cleaning .col.col-50.col-left h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #3e3f42;
}
section.transformational-cleaning .col.col-50.col-right h3 {
  text-align: left;
  margin: 0;
  padding: 0;
  color: #1c1c1c;
  font-size: 23px;
  font-weight: 600;
}
section.transformational-cleaning .col.col-50.col-right ul {
  margin: 30px 0;
  padding: 0;
}
section.transformational-cleaning .col.col-50.col-right ul li {
  padding: 10px 0 20px 0;
  font-size: 18px;
  font-weight: 400;
  list-style: none;
}
section.transformational-cleaning .col.col-50.col-right ul li strong {
  font-weight: 600;
}
section.transformational-cleaning .col.col-50.col-right ul li i.fa.fa-check {
  background: rgb(200, 230, 201);
  padding: 4px;
  border-radius: 5px;
  font-weight: 100;
  font-size: 14px;
  color: rgb(76, 175, 80);
}
section.before-after {
  margin: 0;
  padding: 0 0 40px 0;
  width: 100%;
}
section.before-after .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.before-after .row div {
  padding: 10px 20px;
  margin-bottom: 15px;
}
section.before-after .row div img {
  border: 4px solid #00aeef; /* Blue border matching the brand color */
  border-radius: 6px; /* Slightly rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
  transition: all 0.3s ease; /* Smooth transition for hover effect */
}
section.before-after .row div img:hover {
  transform: scale(1.02); /* Slight zoom on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Enhanced shadow on hover */
}
section.book-call-strip {
  margin: 0;
  padding: 0;
  width: 100%;
  background: rgba(0, 21, 66, 1);
  color: #fff;
}
section.book-call-strip .row {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
section.book-call-strip .row h2 {
  width: 33.33%;
  text-align: left;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
}
section.book-call-strip .row .button-one {
  width: 33.33%;
  text-align: center;
}
section.book-call-strip .row .button-two {
  width: 33.33%;
  text-align: center;
}
section.book-call-strip .row a {
  display: block;
  background: #00aeef;
  color: #fff;
  text-decoration: none;
  padding: 16px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  max-width: 300px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
}
section.book-call-strip .row {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 20px 0;
}
section.book-call-strip.strip-2 .row {
  display: block;
}
section.book-call-strip.strip-2 .row .top-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.book-call-strip.strip-2 .row .top-row .top-left {
  width: 50%;
  text-align: left;
  color: #f5c74d;
}
section.book-call-strip.strip-2 .row .top-row .top-right {
  width: 50%;
  text-align: right;
}
section.book-call-strip.strip-2 .row .top-row {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto 20px auto;
}
section.book-call-strip.strip-2 .row h2 {
  text-align: center;
  width: 100%;
  margin: 30px 0;
}
section.book-call-strip.strip-2 .row p {
  text-align: center;
}
section.book-call-strip.strip-2 .buttons-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 0;
}
section.book-call-strip.strip-2 {
  padding: 40px 0;
}
section.footer {
  width: 100%;
  margin: 0;
  padding: 40px 0;
}
section.footer .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.footer .row .col-3 {
  width: 33.33%;
  padding: 0 10px;
  text-align: center;
}
section.footer .row.copyright {
  font-size: 12px;
  text-align: center;
}
section.review-carousel {
  margin: 0;
  padding: 60px 0;
  width: 100%;
}
.review-list {
  margin: 0;
  padding: 20px;
}
.review-list .review-head {
  display: flex;
  align-items: center;
}
.review-list .review-head img {
  width: 50px;
  height: auto;
  margin-right: 10px;
}
.review-list .review-head div {
  font-size: 18px;
  font-weight: 600;
}
.review-list .review-head div span {
  font-weight: 300;
  font-size: 12px;
  display: block;
}
.review-list .review-stars {
  color: rgb(252, 191, 2);
  margin: 10px 0;
}
.review-desc {
  margin: 10px 0;
}
.gogole-image img {
  height: 25px;
  width: auto;
  margin: 10px 0 0;
}
section.review-carousel h2 {
  margin: 0 0 30px 0;
  padding: 0;
  color: #1c1c1c;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
.review-carousel {
  position: relative;
}
button.slick-next {
  right: 0;
}
.slick-prev,
.slick-next {
  border-radius: 100%;
}

.slick-list {
  margin: 20px 0px;
}
.slick-dots {
  list-style: none;
  margin: 0 auto;
  text-align: center;

  li {
    display: inline-block;

    button {
      transition: 0.2s background-color ease-in-out 0s;
      border: none;
      padding: 0;
      color: transparent;

      width: 10px;
      height: 10px;
      background-color: #777;
      margin-right: 10px;
      border-radius: 50%;
    }

    &.slick-active button {
      background-color: #000;
    }
  }
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;

  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  section.book-call-strip .row {
    display: block;
    text-align: center;
  }
  section.book-call-strip .row h2,
  section.book-call-strip .row .button-one,
  section.book-call-strip .row .button-two {
    width: 100%;
    text-align: center;
  }
  section.book-call-strip .row .button-one {
    margin: 20px 0;
  }
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  section.book-call-strip .row {
    display: block;
    text-align: center;
  }
  section.book-call-strip .row h2,
  section.book-call-strip .row .button-one,
  section.book-call-strip .row .button-two {
    width: 100%;
    text-align: center;
  }
  section.book-call-strip .row .button-one {
    margin: 20px 0;
  }

  section.header .row {
    display: block;
    text-align: center;
  }
  section.header .row .col-3 {
    width: 100%;
  }
  section.header .row .col-3:nth-child(2) {
    margin: 10px 0;
  }
  section.blue-ber .row {
    display: block;
  }
  section.blue-ber .row .col-4 {
    width: 100%;
    text-align: left;
    align-items: flex-start;
    justify-content: left;
    padding: 5px 0;
  }
  section.hero-section .col-2.col-left {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  section.hero-section .col-2.col-left h1 {
    font-size: 28px;
  }
  section.hero-section .col-2.col-right {
    width: 100%;
  }
  section.brand-logos ul li img {
    height: 50px;
    width: auto;
  }
  section.transformational-cleaning .col.col-50.col-left {
    width: 100%;
    margin-bottom: 30px;
  }
  section.transformational-cleaning .col.col-50.col-right {
    width: 100%;
  }
  section.before-after .row {
    display: block;
  }
  section.before-after .row div {
    padding: 10px 0;
    text-align: center;
  }
  section.book-call-strip.strip-2 .buttons-row {
    display: block;
  }
  section.footer .row {
    display: block;
  }
  section.footer .row .col-3 {
    width: 100%;
  }
  section.footer .row .col-3.mid-col {
    margin: 25px 0;
  }
  section.review-carousel h2 {
    font-size: 22px;
  }
}
/* Styling for certification logos in hero section */
section.hero-section .certification-logos {
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  margin-top: 1rem;
  gap: 50px;
}

section.hero-section .certification-logos ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

section.hero-section .certification-logos ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 33.33%;
  text-align: center;
  display: block;
}

section.hero-section .certification-logos img {
  max-height: 80px;
  width: auto;
}

.rate-header {
  margin: 0;
  padding: 0;
  font-weight: 800; /* Increased from 700 */
  font-family: "Inter", sans-serif;
  line-height: 1.2em;
  margin-bottom: 20px; /* Added margin for better spacing */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); /* Subtle text shadow for depth */
  font-size: 2rem;
  color: #1295da;
}

.form-footer-text {
  font-size: 13px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  section.hero-section .certification-logos img {
    max-height: 50px;
    width: auto;
  }
  .rate-header {
    font-size: 24px;
  }
  .form-footer-text {
    font-size: 12px;
  }
}

.centered {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #f9f9f9;
}

.faq-container {
  max-width: 1200px;
  width: 100%;
}

.faq-title {
  color: #001542;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
  letter-spacing: -0.02em;
}

.faq-item {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.faq-question {
  padding: 24px 28px;
  font-size: 18px;
  font-weight: 500;
  color: black;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease;
  border: none;
  width: 100%;
  text-align: left;
  background: none;
  font-family: "Inter", sans-serif;
}

.faq-question:hover {
  background: rgba(0, 0, 0, 0.02);
}

.faq-chevron {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  color: #718096;
  flex-shrink: 0;
  margin-left: 16px;
}

.faq-item.active .faq-chevron {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  background: rgba(0, 0, 0, 0.02);
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer-content {
  padding: 0 28px 24px 28px;
  color: black;
  font-size: 18px;
  line-height: 1.6;
  padding-top: 15px;
  font-family: "Inter", sans-serif;
}

@media only screen and (max-width: 1024px) {
  .faq-container {
    padding-inline: 20px;
  }
}
