* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  color: #222222;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  margin-top: 20px;
  line-height: 1.5;
}

div p:first-of-type {
  margin-top: 0;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.nav-top-section {
  background-color: #079844;
  color: white;
  display: block;
}

.nav-top-section-mobile {
  display: none;
}

.nav-top-container {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  font-size: 15px;
}

.nav-top-img {
  width: 125px;
}

nav ul {
  list-style: none;
}

nav ul {
  display: flex;
  justify-content: end;
}

nav ul li {
  font-weight: 700;
  font-size: 15px;
  padding: 10px 15px;
  text-align: center;
  border-bottom: 3.5px solid transparent;
  transition: border-color 0.3s ease;
  color: #222222;
}

nav ul li.active {
  border-bottom-color: #33b249;
}

nav ul li:hover {
  border-bottom-color: #33b249;
}

.nav-desktop-container {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  align-items: center;
}

.nav-desktop-sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #d8d8d8;
}

.get-a-qoute-btn {
  background-color: #079844;
  border-radius: 0px 0px 0px 0px;
  padding: 10px 20px 10px 20px;
  color: white;
  font-weight: 700;
  font-size: 15px;
  width: 177px;
  margin-left: 15px;
}

.mobile-header-btn-container {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  display: none;
}

.mobile-header-btn {
  padding: 15px 20px 15px 20px;
  background-color: #009444;
  font-weight: 700;
  border-radius: 3px;
  color: white;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 130px;
}

.nav-items-container {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
}

.nav-items-container-mobile {
  display: none;
}

.nav-mobile-container {
  display: none;
}

.hero {
  background-image: url(../wp-content/uploads/2021/10/hero-background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding: 5%;
  position: relative;
}

.hero-overlay {
  background-color: #000000;
  opacity: 0.3;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
}

.hero-main-section {
  max-width: 850px;
  min-height: 55vh;
  margin: 0 auto;
  text-align: center;
  z-index: 99;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hero-section {
  max-width: 850px;
  min-height: 40vh;
  margin: 0 auto;
  text-align: center;
  z-index: 99;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hero-section img {
  width: 100%;
}

.hero-title {
  font-size: 46px;
  font-weight: 900;
  font-family: "Mulish", sans-serif;
  margin-bottom: 18px;
}

.hero-sub-title {
  font-size: 16px;
  margin-top: 20px;
  line-height: 25px;
}

.hero-btn {
  border-radius: 0px 0px 0px 0px;
  padding: 15px 20px 15px 20px;
  background-color: #009444;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  margin-top: 20px;
}

.section {
  padding: 5%;
}

.section-dark-bg {
  background-color: #f7f7f7;
  padding: 5%;
}

.section-black-bg {
  padding: 5%;
  background-color: #222222;
  color: white;
}

.section-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 24px;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.section-list li {
  flex: 1 1 45%;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 800;
  font-family: "Inter";
}

.section-welcome {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section-welcome {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.section-welcome p {
  color: #222222;
}

.section-welcome-title {
  font-size: 32px;
  color: #009444 !important;
  font-weight: 800;
  font-family: "Mulish", sans-serif;
  margin-bottom: 18px;
}

.before-and-after-main-img {
  width: 100%;
  margin-top: 20px;
}

.before-and-after-sub-img-container {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  width: 100%;
}

.before-and-after-sub-img {
  width: 49.5%;
  cursor: pointer;
}

.before-and-after-modal .modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000ad;
  z-index: 2000;
  /* ← this must be higher than your header's z-index */
}

.before-and-after-modal .modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
}

.before-and-after-modal .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.before-and-after-modal .close:hover,
.before-and-after-modal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.before-and-after-modal .mySlides {
  display: none;
}

.before-and-after-modal .cursor {
  cursor: pointer;
}

.before-and-after-modal .prev,
.before-and-after-modal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.before-and-after-modal .prev {
  left: -60px;
  border-radius: 3px 0 0 3px;
}

.before-and-after-modal .next {
  right: -60px;
  border-radius: 3px 0 0 3px;
}

.before-and-after-modal .prev:hover,
.before-and-after-modal .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.before-and-after-modal .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.before-and-after-modal img {
  margin-bottom: -4px;
  width: 49.5%;
}

.before-and-after-modal .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.before-and-after-modal .demo {
  opacity: 0.6;
}

.before-and-after-modal .active,
.before-and-after-modal .demo:hover {
  opacity: 1;
}

.before-and-after-modal img.hover-shadow {
  transition: 0.3s;
}

.before-and-after-modal .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.damage-roof-section-title {
  background-color: #009444;
  padding: 20px 20px 20px 20px;
  font-family: "Mulish", sans-serif;
  border: 1px solid #d5d8dc;
}

.damage-roof-section-title h2 {
  font-size: 24px;
  color: white;
  font-weight: 800;
}

.damage-roof-section-details {
  background-color: #f7f7f7;
  padding: 15px 20px;
  border: 1px solid #d5d8dc;
  color: #222222;
}

.grid-section {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.grid-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.grid-cards-container-header {
  font-family: "Mulish", sans-serif;
  font-size: 32px;
  color: #222222;
  font-weight: 800;
  margin-bottom: 20px;
}

.grid-card-title {
  font-size: 16px;
  color: #222222;
  margin: 20px 0px 16px;
  font-weight: 800;
}

.grid-card {
  flex: 1 1 calc(30%);
  box-sizing: border-box;
  min-width: 280px;
  color: #222222;
  max-width: 431px;
}

.grid-card:nth-child(2) {
  margin: 0 35px;
}

.grid-card img {
  width: 100%;
}

.banner-section {
  background-color: #009444;
  color: white;
  background-image: url(../wp-content/uploads/2021/10/cta-bg-2.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.banner-section-overlay {
  background-color: #009444;
  opacity: 0.8;
  inset: 0;
  position: absolute;
}

.banner-title {
  font-family: "Mulish";
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
}

.town-hero-section {
  max-width: 1140px;
}

.town-hero-container {
  justify-content: center;
  align-items: center;
  text-align: left;
}

.two-row-container {
  display: flex;
  position: relative;
  z-index: 999;
  align-items: start;
}

.two-row-left-section {
  margin-right: 20px;
  width: 50%;
}

.two-row-left-section img {
  width: 100%;
}

.two-row-right-section {
  margin-left: 20px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.two-row-right-section img {
  width: 100%;
}

.title {
  color: #222222;
  font-size: 24px;
  font-family: "Mulish";
  font-weight: 800;
  margin-bottom: 20px;
}

.title-green {
  color: #009444;
  font-size: 24px;
  font-family: "Mulish";
  font-weight: 800;
  margin-bottom: 20px;
}

.title-white {
  color: white;
  font-size: 24px;
  font-family: "Mulish";
  font-weight: 800;
  margin-bottom: 20px;
}

.section-title {
  color: #222222;
  font-size: 32px;
  font-family: "Mulish";
  font-weight: 800;
  margin-bottom: 20px;
}

.section-title-white {
  color: white;
  font-size: 32px;
  font-family: "Mulish";
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1;
}

.section-title-green {
  color: #009444;
  font-size: 32px;
  font-family: "Mulish";
  font-weight: 800;
  margin-bottom: 20px;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left !important;
  width: 100%;
}

.guarantee-container {
  display: flex;
  background-color: white;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
}

.guarantee-container-details {
  margin-left: 20px;
}

.guarantee-img {
  width: 30% !important;
  height: 82px;
}

.roof-cleaning-chemicals-section {
  margin-top: 70px;
}

.clean-my-roof-section {
  display: flex;
  flex-direction: row;
  background-color: #222222;
  color: white;
}

.clean-my-roof-section-details {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 8%;
  display: flex;
}

.clean-my-roof-title {
  font-size: 32px;
  font-family: "Mulish";
  font-weight: 800;
  margin-top: 30px;
}

.margin-top-50 {
  margin-top: 50px;
}

.seperator {
  width: 10%;
  margin: 0 auto;
  margin-left: 0;
  border-block-start: 4px solid #009444;
}

.padding-top-20 {
  padding-top: 20px;
}

.banner-center-section {
  background-color: #009444;
  color: white;
  padding: 5% 0% 5% 0%;
}

.banner-center-section-btn {
  background-color: #ffffff;
  font-family: "Inter";
  font-size: 15px;
  font-weight: 700;
  fill: #009444;
  color: #009444;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 20px 15px 20px;
  margin-top: 20px;
  display: inline-block;
}

.footer-container {
  padding: 2% 0% 2% 0%;
}

.pricing-list-section {
  padding: 9% 10% 9% 10%;
  background-color: white;
  border-radius: 30px;
  height: 100%;
}

.pricing-list-section ul {
  list-style: none;
  margin-top: 30px;
}

.pricing-list-section li {
  margin-bottom: 25px;
  font-weight: 800;
  color: #222222;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}

.check-icon {
  color: #009444;
  margin-right: 10px;
}

.pricing-list-section-btn {
  background-color: #009444;
  font-family: "Inter";
  font-size: 15px;
  font-weight: 700;
  fill: #ffffff;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 20px 15px 20px;
  display: inline-block;
  margin-top: 30px;
}

/** SLIDER **/
/* Wrapper for the whole slider */
.slider-wrapper {
  position: relative;
  margin: auto;
  overflow: hidden;
  font-family: sans-serif;
  text-align: center;
  padding: 10px 20px;
}

/* Inner sliding container */
.slider {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

/* Each testimonial slide */
.slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  color: #333;
  font-style: italic;
}

/* Name styling */
.slide span {
  margin-top: 30px;
  font-family: "Mulish";
  font-size: 24px;
  font-weight: 800;
  display: inline-block;
  font-style: normal;
}

/* Navigation buttons */
.nav {
  position: absolute;
  top: 50%;
  font-size: 28px;
  background: none;
  border: none;
  color: #555;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  transition: color 0.3s ease;
}

.nav:hover {
  color: #000;
}

.testimonial {
  font-size: 1.3em;
  font-style: italic;
  line-height: 1.5;
  color: #222222;
  font-family: "Inter";
}

/* Specific navigation positions */
.testimonial-prev {
  left: 0;
}

.testimonial-next {
  right: 0;
}

.our-process-grid-card {
  background-color: #ffffff;
  margin: 20px 30px 0% 0%;
  padding: 25px;
  border-radius: 30px 30px 30px 30px;
  flex: 1 1 calc(30%);
  box-sizing: border-box;
  min-width: 280px;
  color: #222222;
  max-width: 431px;
}

.our-process-grid-card-step-img {
  width: 32.7%;
}

.our-process-grid-card-title {
  font-size: 24px;
  color: #222222;
  margin: 20px 0px 16px;
  font-weight: 800;
  font-family: "Mulish";
}

.faq-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  padding: 40px 0 40px 0;
  flex-direction: column;
}

.faq-heading {
  color: white;
  font-size: 40px;
  margin-bottom: 50px;
}

.faq-container {
  background-color: #2e7d32;
  color: #333;
  padding: 30px;
  border-radius: 15px;
  width: 100%;
  max-width: 800px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.faq-container h1 {
  text-align: center;
  color: #000;
  /* Black heading text inside white container */
  margin-bottom: 30px;
  font-size: 2.5em;
  /* Larger font for heading */
  font-weight: bold;
}

.faq-item {
  margin-bottom: 20px;
  border: 1px solid #2e7d32;
  border-radius: 5px;
  overflow: hidden;
}

.faq-question {
  background-color: #2e7d32;
  padding: 14.5px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: white;
  font-family: "Arial";
}

.faq-question {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.faq-question:hover {
  background-color: #266a2a;
}

.arrow {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.faq-answer {
  padding: 0 20px;
  /* Initial padding, will be adjusted by JS */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  /* Smooth transition */
  background-color: #fff;
  /* White background for answer */
  font-size: 1em;
  line-height: 1.6;
}

.faq-answer p {
  margin: 0;
  padding-bottom: 20px;
  /* Add padding only when expanded */
}

.faq-item.active .faq-answer {
  max-height: 1000px;
  /* Adjust as needed, should be larger than any possible answer height */
  padding: 20px;
}

.faq-item.active .faq-question .arrow {
  transform: rotate(180deg);
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .faq-heading {
    font-size: 25px;
  }

  .faq-container h1 {
    font-size: 2em;
  }

  .faq-question {
    font-size: 1em;
  }

  .faq-answer {
    font-size: 0.9em;
  }
}

.about-us-card-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-us-card {
  background-color: #ffffff;
  padding: 40px 40px 40px 40px;
  display: flex;
  justify-content: start;
  align-items: start;
}

.about-us-card-img {
  width: 16%;
  margin-right: 20px;
}

.about-us-card-left-section {
  margin-right: 20px;
}

.about-us-card-left-section div:nth-of-type(2) {
  margin-top: 20px;
}

.our-process-section {
  background-color: #007537;
  padding: 5%;
  color: white;
}

/* Process Row Styling - Clean Version */
.our-work-row {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.our-work-row:last-child {
  margin-bottom: 0;
}

.our-work-column {
  flex: 1;
  min-width: 300px;
}

.our-work-section {
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e0e0e0;
  transition: box-shadow 0.3s ease;
  min-height: 805px;
}

.our-work-section:hover {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.12);
}

.our-work-section h2 {
  color: #348e34;
  font-size: 20px;
  margin: 0 0 20px 0;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 15px;
  padding-top: 15px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .our-work-row {
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
  }

  .our-work-column {
    min-width: auto;
  }

  .our-work-section {
    padding: 20px;
  }

  .our-work-section h2 {
    font-size: 18px;
  }
}

.our-work-column {
  flex: 1 !important;
  min-width: 300px !important;
}

.our-work-gallery {
  font-family: Verdana, sans-serif;
  margin: 0;
}

.our-work-gallery * {
  box-sizing: border-box;
}

.our-work-gallery .row::after {
  content: "";
  display: table;
  clear: both;
}

.our-work-details {
  text-align: center;
}

.row {
  display: flex;
}

.our-work-gallery .row > .column:first-child {
  margin-left: 0;
}

.our-work-gallery .column {
  float: left;
  width: 23.8%;
  margin-left: 8px;
}

.our-work-gallery .modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000ad;
  z-index: 2000;
  /* ← this must be higher than your header's z-index */
}

.our-work-gallery .modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 50%;
  max-width: 1200px;
}

.our-work-gallery .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.our-work-gallery .close:hover,
.our-work-gallery .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.our-work-gallery .mySlides {
  display: none;
}

.our-work-gallery .cursor {
  cursor: pointer;
}

.our-work-gallery .prev,
.our-work-gallery .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.our-work-gallery .prev {
  left: -60px;
  border-radius: 3px 0 0 3px;
}

.our-work-gallery .next {
  right: -60px;
  border-radius: 3px 0 0 3px;
}

.our-work-gallery .prev:hover,
.our-work-gallery .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.our-work-gallery .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.our-work-gallery img {
  margin-bottom: -4px;
  width: 100%;
}

.our-work-gallery .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.our-work-gallery .demo {
  opacity: 0.6;
}

.our-work-gallery .active,
.our-work-gallery .demo:hover {
  opacity: 1;
}

.our-work-gallery img.hover-shadow {
  transition: 0.3s;
}

.our-work-gallery .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.contact-us-section-btn {
  background-color: #009444;
  font-family: "Inter";
  font-size: 15px;
  font-weight: 700;
  fill: #ffffff;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  padding: 15px 20px 15px 20px;
  display: inline-block;
  margin-bottom: 20px;
}

.calendar-icon {
  color: #222222;
  font-size: 16px;
  margin-right: 10px;
}

.schedule-list {
  list-style: none;
  margin-bottom: 20px;
}

.schedule-list li {
  margin-top: 5px;
}

.accrediation-section-images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.accrediation-section-images img {
  width: 29.5%;
}

.get-a-quote-title {
  font-family: "Mulish";
  font-size: 24px;
  color: #f7f7f7;
  margin-bottom: 20px;
  font-weight: 800;
}

.get-a-quote-input-container {
  background-color: #ffffff;
  padding: 7% 7% 7% 7%;
  border-radius: 20px 20px 20px 20px;
  width: 100%;
  color: #222222;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.get-a-quote-input-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.get-a-quote-input-field-right {
  margin-left: 5px;
}

.get-a-quote-input-label {
  padding-bottom: 10px;
  cursor: pointer;
}

.get-a-quote-input {
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
  font-size: 16px;
  font-family: "Inter";
  font-weight: normal;
}

.get-a-quote-input-file {
  transition: all 0.3s;
  font-size: 16px;
  font-family: "Inter";
  font-weight: normal;
}

.get-a-quote-input-two-row-container {
  display: flex;
}

.get-a-quote-input-two-row-left-section {
  width: 50%;
}

.get-a-quote-input-two-row-right-section {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  width: 50%;
}

.get-a-quote-checkbox-field {
  margin-bottom: 5px;
}

.get-a-quote-checkbox-label {
  padding-bottom: 10px;
}

.get-a-quote-submit-btn {
  background: linear-gradient(135deg, #ff8c42, #ff6b35);
  color: #ffffff;
  width: 100%;
  border: none;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 800;
  min-height: 45px;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.get-a-quote-submit-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.get-a-quote-submit-btn:hover {
  box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
  background: linear-gradient(135deg, #e55a2b, #ff6b35);
}

.get-a-quote-submit-btn:hover::before {
  left: 100%;
}

.get-a-quote-link {
  color: #c36;
}

.areas-we-serve-link {
  cursor: pointer;
}

.areas-we-serve-accordion-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  padding: 40px 0 40px 0;
  flex-direction: column;
}

.areas-we-serve-accordion-container {
  background-color: #2e7d32;
  color: #333;
  padding: 30px;
  border-radius: 15px;
  width: 100%;
  max-width: 800px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.areas-we-serve-accordion-container h1 {
  text-align: center;
  color: #000;
  /* Black heading text inside white container */
  margin-bottom: 30px;
  font-size: 2.5em;
  /* Larger font for heading */
  font-weight: bold;
}

.areas-we-serve-accordion-item {
  border: 1px solid #d5d8dc;
  overflow: hidden;
  border-bottom: none;
}

.areas-we-serve-accordion-item:last-child {
  border: 1px solid #d5d8dc;
  overflow: hidden;
  border-bottom: 1px solid #d5d8dc;
}

.areas-we-serve-accordion-question {
  background-color: #ffffff;
  padding: 13.5px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  color: #222222;
  font-family: "Inter";
}

.areas-we-serve-accordion-question {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.arrow-areas-we-serve {
  font-size: 16px;
  transition: transform 0.3s ease;
  margin-right: 10px;
}

.areas-we-serve-accordion-answer {
  padding: 0 20px;
  /* Initial padding, will be adjusted by JS */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  /* Smooth transition */
  background-color: #fff;
  /* White background for answer */
  font-size: 1em;
  line-height: 1.6;
}

.areas-we-serve-accordion-answer ul {
  margin-left: 30px;
}

.areas-we-serve-accordion-answer p {
  margin: 0;
  padding-bottom: 20px;
  /* Add padding only when expanded */
}

.areas-we-serve-accordion-item.active .areas-we-serve-accordion-answer {
  max-height: 2000px;
  /* Adjust as needed, should be larger than any possible answer height */
  padding: 10px 20px;
}

.areas-we-serve-accordion-item.active
  .areas-we-serve-accordion-question
  .arrow-areas-we-serve {
  transform: rotate(180deg);
}

.areas-we-serve-accordion-item.active .areas-we-serve-accordion-answer {
  border-top: 1px solid #d5d8dc;
}

.blog-main-two-row-left-section {
  margin-right: 20px;
  width: 65%;
}

.blog-maintwo-row-left-section p {
  margin-bottom: 20px;
  margin-top: 0;
}

.blog-main-two-row-right-section {
  margin-left: 20px;
  width: 35%;
}

.blog-maintwo-row-right-section p {
  margin-bottom: 20px;
  margin-top: 0;
}

.blog-select-input {
  color: #222222;
  padding: 0.5rem 12px;
}

.blog-select-input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.blog-select-input-wrapper select {
  appearance: none;
  /* Hide default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}

.blog-select-input-wrapper::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0d7";
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #333;
}

.blog-header {
  margin-bottom: 10px;
}

.blog-date {
  margin-left: 5px;
  margin-right: 10px;
}

.blog-comments {
  margin-left: 5px;
}

.blog-title {
  font-family: "Mulish";
  font-size: 46px;
  font-weight: 900;
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 1;
}

.blog-title-green {
  font-family: "Mulish";
  font-size: 38px;
  font-weight: 900;
  margin-top: 15px;
  color: #009444;
  margin-bottom: 15px;
  line-height: 1;
}

.blog-item-container {
  margin-top: 25px;
}

.blog-item-two-row-container {
  display: flex;
  position: relative;
  z-index: 99;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-item-two-row-left-section {
  margin-right: 20px;
  width: 50%;
}

.blog-item-two-row-left-section img {
  width: 100%;
}

.blog-item-two-row-right-section {
  margin-left: 20px;
  width: 50%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}

.blog-item-two-row-right-section img {
  width: 100%;
}

.blog-img-description {
  text-align: center;
  margin-bottom: 10px;
}

p a {
  color: #c36;
}

.sublink {
  color: #c36;
}

.blog-suggestions-section {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #d8d8d8;
}

.blog-suggestions-title {
  font-family: "Inter";
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
}

.blog-suggestions-date-comments-container {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #9a9a9a;
}

.blog-suggestions-date {
  margin-right: 5px;
}

.blog-suggestions-comments::before {
  content: "|";
  margin-right: 5px;
}

.blog-suggestions-item-container {
  margin-top: 70px;
}

.blog-suggestions-items-section {
  margin-bottom: 80px;
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.blog-suggestions-item-img-section {
  width: 200px;
  flex-shrink: 0;
}

.blog-suggestions-item-img-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-suggestions-item-details-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.facebook-icon-section {
  display: flex;
  justify-content: start;
  align-items: center;
  border: 2px solid #3b5998;
  width: 143px;
  height: 45px;
  cursor: pointer;
}

.facebook-icon-container {
  background-color: #3b5998;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  margin-right: 10px;
}

.facebook-icon-section:hover {
  border: 2px solid #366cdd;
}

.facebook-icon-section:hover .facebook-icon-container {
  background-color: #366cdd;
}

.facebook-icon-section:hover .facebook-icon {
  color: #ffffff;
}

.facebook-icon-section:hover .facebook-text {
  color: #366cdd;
}

.facebook-icon {
  color: #ffffff;
}

.facebook-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-family: "Mulish";
  font-weight: 700;
  color: #3b5998;
}

.blog-item-three-row-section {
}

.blog-item-three-row-container {
  display: flex;
  justify-content: space-between;
}

.blog-item-three-row-box {
  width: 32%;
}

.blog-item-three-row-box img {
  width: 100%;
  margin-bottom: 10px;
}

.blog-sub-title {
  font-family: "Mulish";
  font-size: 30px;
  font-weight: 900;
  margin-top: 15px;
  color: #009444;
  margin-bottom: 20px;
}

.blog-image-title {
  font-family: "Mulish";
  font-size: 20px;
  font-weight: 900;
  margin-top: 15px;
  color: #009444;
  margin-bottom: 20px;
}

.align-items-center {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.text-align-center {
  text-align: center;
}

.blog-list-default {
  margin: 20px 0 20px 30px;
}

.blog-list-default li {
  margin-bottom: 10px;
}

.blog-list {
  list-style: none;
  margin-top: 20px;
  color: #009444;
}

.blog-list li {
  margin-bottom: 10px;
}

.blog-nested-list {
  margin: 20px 0 20px 50px;
}

.blog-nested-list li {
  margin-bottom: 10px;
}

.align-title-horizontally {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.align-items-left {
  align-items: start;
}

.blog-sub-title-black {
  font-size: 28px;
  margin-top: 20px;
  font-family: "Inter";
}

.roof-steam-small-img {
  width: 300px;
  margin-top: 20px;
}

.roof-steam-img {
  width: 100%;
  margin-top: 20px;
}

.roof-steam-img-70 {
  width: 70%;
  margin-top: 20px;
}

.roof-cleaning-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Mulish";
  font-size: 14px;
  text-align: left;
  margin-top: 20px;
  color: #333;
}

.roof-cleaning-table th,
.roof-cleaning-table td {
  padding: 16px 12px;
  border: 1px solid #80808080;
}

.roof-cleaning-table thead {
  background-color: #f5f5f5;
}

.roof-cleaning-table th {
  font-weight: bold;
}

.title-sublink {
  color: #c36;
  font-size: 32px;
  font-family: "Mulish";
  font-weight: 500;
  margin-bottom: 10px;
}

.section-gallery-img {
  height: 85.25px;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 35px;
    line-height: 1;
  }

  .hero-sub-title {
    font-size: 14px;
  }

  .section-welcome-title {
    line-height: 1;
  }

  .grid-card:nth-child(2) {
    margin: 20px 0 0 0;
  }

  .grid-card img {
    margin-top: 25px;
  }

  .two-row-container {
    flex-direction: column;
  }

  .two-row-left-section {
    width: 100%;
  }

  .two-row-right-section {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .guarantee-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .guarantee-img {
    width: 50% !important;
    height: auto;
  }

  .guarantee-container-details {
    margin-left: 0;
    margin-top: 20px;
  }

  .clean-my-roof-section {
    flex-direction: column;
  }

  .clean-my-roof-section-details {
    margin-bottom: 20px;
  }

  .clean-my-roof-section-img {
    width: 100%;
    padding: 8%;
  }

  .banner-center-section {
    padding: 5%;
  }

  .banner-center-section-btn {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0 auto;
  }

  .testimonial {
    font-size: 14px;
  }

  .slide span {
    font-size: 20px;
  }

  .section-title {
    font-size: 28px;
  }

  .nav-top-section {
    display: none;
  }

  .nav-top-section-mobile {
    background-color: #079844;
    color: white;
    display: block;
  }

  .nav-top-container-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 12px;
  }

  .nav-top-img {
    width: 125px;
  }

  .nav-desktop-container {
    padding: 10px 0;
  }

  .nav-items-container {
    display: none;
  }

  .nav-items-container-mobile {
    display: block;
  }

  .nav-items-container-mobile {
    font-size: 20px;
  }

  .nav-mobile-container {
    display: none;
    background-color: #009444;
    position: absolute;
    top: 101%;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .nav-mobile-container ul {
    list-style: none;
  }

  .nav-mobile-container li:first-child {
    padding-top: 15px;
  }

  .nav-mobile-container li {
    font-family: "Inter";
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 15px;
  }

  /* Shown when active */
  .nav-mobile-container.active {
    display: block;
    animation: slideDown 0.3s ease;
  }

  /* Optional slide-down animation */
  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10%);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .hero-section {
    min-height: 20vh;
  }

  .about-us-card-container {
    flex-direction: column;
  }

  .about-us-card-right-section {
    margin-top: 20px;
  }

  .our-work-gallery .modal-content {
    width: 70%;
  }

  .footer-container {
    font-size: 12px;
    padding: 5%;
  }

  .two-row-left-section {
    margin-right: 0;
  }

  .get-a-qoute-hero-section {
    display: block;
  }

  .hero-section img {
    width: 100%;
    height: auto !important;
  }

  .blog-main-two-row-left-section {
    width: 100%;
  }

  .blog-main-two-row-right-section {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .blog-title {
    font-size: 35px;
  }

  .blog-title-green {
    font-size: 32px;
  }

  .blog-suggestions-items-section {
    flex-direction: column;
  }

  .blog-suggestions-item-img-section {
    width: 100%;
  }

  .banner-center-section-btn {
    width: 100%;
  }

  .blog-item-three-row-container {
    flex-direction: column;
  }

  .blog-item-three-row-box {
    width: 100%;
  }

  .blog-item-two-row-container {
    flex-direction: column;
  }

  .blog-item-two-row-left-section {
    width: 100%;
    margin-right: 0;
  }

  .blog-item-two-row-right-section {
    width: 100%;
    margin-left: 0;
  }

  .blog-item-two-row-right-section img {
    margin-top: 20px;
  }

  .roof-steam-small-img {
    width: 100%;
  }

  .roof-steam-img-70 {
    width: 100%;
  }

  .town-hero-container {
    text-align: center;
  }

  .town-hero-section {
    display: block;
  }

  .get-a-quote-input-two-row-container {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .get-a-quote-input-two-row-left-section {
    width: 100%;
  }

  .get-a-quote-input-two-row-right-section {
    width: 100%;
    margin-left: 0;
  }

  .about-us-card {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  .about-us-card-img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 30%;
  }

  .section-title-green {
    line-height: 1;
  }

  .banner-section {
    background-position: 80% 0px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slider-wrapper {
    padding: 20px;
  }

  .mobile-header-btn-container {
    display: flex;
  }
}

.hero-accreditation-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  padding: 15px;
}

.hero-logo {
  width: 70px !important;
}

.width-100 {
  width: 100% !important;
}

.width-60 {
  width: 60% !important;
}

.width-40 {
  width: 40% !important;
}

@media (max-width: 768px) {
  .width-60 {
    width: 100% !important;
  }

  .width-40 {
    width: 100% !important;
  }

  .our-work-image-container {
    height: auto;
  }

  .hero-logo {
    width: 70px !important;
  }
}

.hero-get-a-qoute-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 1.3em;
  color: rgb(34, 34, 34);
  text-align: center;
  line-height: 1.3;
}

.form-reassurance-text p {
  color: rgb(102, 102, 102);
  font-size: 14px;
  text-align: left;
  margin: 0px;
  margin-top: 20px !important;
}

.our-aim-list {
  list-style: none;
}

.our-aim-list li {
  margin-top: 10px;
}

.step-accordion-container {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
}

.new-step {
  margin-right: 10px;
  color: white;
  background-color: #009445;
  padding: 10px;
  border-radius: 5px;
  width: 100px;
  text-align: center;
}

.new-step-description {
  width: 80%;
  word-break: break-word;
}

.faq-question h3 {
  color: #ffffff;
}

.lead-info-form {
  background-color: white;
  padding: 30px 30px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 0 auto;
}

#map {
  height: 400px;
  width: 100%;
  border: 1px solid #ccc;
  margin-top: 10px;
}
#location-input {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
}
.selected-location-container {
  padding: 8px;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-top: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.selected-location-container h4 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #333;
  font-size: 16px;
}
.selected-location-container p {
  margin: 0;
}
.upload-image-preview-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .upload-image-preview-container {
    justify-content: center;
    align-items: center;
  }
}

#emailGroup {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}

#emailGroup.show {
  max-height: 200px; /* adjust depending on your input height */
  opacity: 1;
}

#selectMapLocation {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}

#selectMapLocation.show {
  max-height: 500px; /* adjust depending on your input height */
  margin-top: 20px;
  opacity: 1;
}

.lead-info-form h1 {
  font-size: 1.8em;
  margin-bottom: 25px;
  text-align: left;
}

.lead-info-form h2 {
  font-size: 1.8em;
  color: #146432;
  margin-bottom: 25px;
  text-align: center;
}

.two-row-image-section {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}

.two-row-image-container {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 20px;
  padding: 20px 50px;
  width: 100%;
}

.our-work-image-container {
  width: 100%; /* Your div width */
  height: auto; /* Your div height */
  overflow: hidden; /* Hide anything outside */
}

.our-work-image-container img {
  width: 100%;
  height: 450px;
  object-fit: fill;
}

.email-hidden {
  display: none;
}

.two-row-left-section ul {
  margin-left: 15px;
}

.two-row-left-section li {
  margin-top: 10px;
}

.before-and-after-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.8px;
}

.before-and-after-image-container img {
  width: 50%;
}

.why-choose-us-title {
  margin-bottom: 20px;
  font-size: 50px;
  color: #009444;
}

@media (max-width: 768px) {
  .why-choose-us-title {
    font-size: 24px;
  }
}

.info-list {
  margin-left: 50px;
}

.info-list li {
  margin-top: 10px;
  font-family: "Mulish", sans-serif;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.steam-cleaning-accordion-container {
  background-color: #2e7d32;
  color: #333;
  padding: 30px;
  border-radius: 15px;
  width: 100%;
  max-width: 800px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.steam-cleaning-accordion-container h1 {
  text-align: center;
  color: #000;
  /* Black heading text inside white container */
  margin-bottom: 30px;
  font-size: 2.5em;
  /* Larger font for heading */
  font-weight: bold;
}

.steam-cleaning-accordion-item {
  border: 1px solid #d5d8dc;
  overflow: hidden;
  border-bottom: none;
}

.steam-cleaning-accordion-item:last-child {
  border: 1px solid #d5d8dc;
  overflow: hidden;
  border-bottom: 1px solid #d5d8dc;
}

.steam-cleaning-accordion-question {
  background-color: #ffffff;
  padding: 13.5px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  color: #222222;
  font-family: "Inter";
}

.steam-cleaning-accordion-question {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.arrow-steam-cleaning-accordion {
  font-size: 16px;
  transition: transform 0.3s ease;
  margin-right: 10px;
}

.steam-cleaning-accordion-answer {
  padding: 0 20px;
  /* Initial padding, will be adjusted by JS */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  /* Smooth transition */
  background-color: #fff;
  /* White background for answer */
  font-size: 1em;
  line-height: 1.6;
}

.steam-cleaning-accordion-answer ul {
  margin-left: 30px;
}

.steam-cleaning-accordion-answer p {
  margin: 0;
  padding-bottom: 20px;
  /* Add padding only when expanded */
}

.steam-cleaning-accordion-item.active .steam-cleaning-accordion-answer {
  max-height: 2000px;
  /* Adjust as needed, should be larger than any possible answer height */
  padding: 10px 20px;
}

.steam-cleaning-accordion-item.active
  .steam-cleaning-accordion-question
  .arrow-steam-cleaning-accordion {
  transform: rotate(180deg);
}

.steam-cleaning-accordion-item.active .steam-cleaning-accordion-answer {
  border-top: 1px solid #d5d8dc;
}

.accordion-title {
  font-family: "Mulish", Sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #009444;
  margin: 30px 0 20px 0;
}

.testimonial-image-container {
  width: 100%; /* Your div width */
  height: auto; /* Your div height */
  overflow: hidden; /* Hide anything outside */
}

.testimonial-image-container img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.hero-banner-logos {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 20px;
  margin-top: 20px;
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.hero-banner-logos img {
  width: 60% !important;
  margin: 0 auto;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .hero-banner-logos {
    grid-template-columns: repeat(1, 1fr);
  }
}

.testimonial-card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.slide-review {
  min-width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  color: #333;
}

.reviews-box {
  width: 33%;
  background-color: #f6f6f8;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 345px;
}

.reviews-box-header {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 15px;
}

.reviews-box-header-modal {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 15px;
}

.reviews-box-logo-section {
  position: relative;
}

.review-google-g-logo {
  position: absolute;
  bottom: -10px;
  right: -10px;
}

.reviews-box-username-container {
  position: relative;
}

.badge {
  width: 40px;
  height: 40px;
  background-color: #0a9945;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
}

.badge-modal {
  width: 40px;
  height: 40px;
  background-color: #0a9945;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
}

.verified-badge {
  position: absolute;
  width: 15px;
  right: -20px;
  top: 0;
}

.reviews-box-username {
  font-size: 14px;
  font-family: "Montserrat";
  margin-left: 15px;
}

.reviews-box-username-modal {
  font-size: 14px;
  font-family: "Montserrat";
  margin-left: 15px;
}

.reviews-box-stars-logo {
  margin-left: -10px;
  margin-bottom: 5px;
}

.reviews-box-description {
  line-height: 25px;
  font-size: 14px;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  text-align: left;
  font-family: "Montserrat";
}

.read-more {
  display: none;
  cursor: pointer;
  font-size: 16px;
  color: rgb(25, 123, 255);
  text-align: left;
  margin-top: 2px;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 500;
}

@media (max-width: 768px) {
  .testimonial-card-container {
    flex-direction: column;
  }
  .reviews-box {
    width: 100%;
  }
}

.read-more-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.read-more-modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 600px;
  position: relative;
}

.read-more-close {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 25px;
  cursor: pointer;
}

.hero-banner-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hero-banner-box h3 {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: normal;
  padding: 0 30px;
}

.dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px; /* spacing between dots */
  margin-top: 30px;
}

.dot {
  width: 6px;
  height: 6px;
  background-color: #bbb; /* inactive color */
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
}

.dot:hover {
  transform: scale(1.1); /* hover effect */
  background-color: #888;
}

.dot.active {
  background-color: #333; /* active dot color */
  transform: scale(1.1); /* slightly bigger */
}

.get-a-quote-input-label {
  padding-bottom: 10px;
  cursor: pointer;
  font-weight: bold;
  color: #444444;
}

.lead-form-btn {
  color: #fff;
  background: linear-gradient(#32cd32, #37b24d);
  display: block;
  font-weight: 600;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.lead-form-description {
  color: #2d2d2d !important;
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 1.6;
}
.loader {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #458745;
  width: 18px;
  height: 18px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin-right: 8px;
  display: none;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* wrapper to control the arrow */
.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.select-wrapper select {
  width: 100%;
  appearance: none; /* remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 10px;
  transition: all 0.3s;
  font-size: 16px;
  font-family: "Inter";
  font-weight: normal;
}

/* custom chevron */
.select-wrapper::after {
  content: "\f078"; /* Font Awesome chevron-down */
  font-family: "Font Awesome 5 Free"; /* or "Font Awesome 6 Free" if you use v6 */
  font-weight: 900; /* required for solid icons */
  font-size: 14px;
  color: #666;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.checkbox-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
