 /* Recurring Hero section start */
 .recurring-hero {
      background: url('../img/svg/recurring-cleaning-heroImg.html') no-repeat center center;
      background-position: top !important;
      background-size:cover !important;
      min-height: 100vh;
      display: flex;
      /* align-items: center; */
      position: relative;
    }

    .hero-content{
        position: absolute;
        top: 9rem;
        font-size:2.5rem; 
        line-height:1.1;
    }

    .btn-custom {
      border-radius: 8px;
      font-size: 12px;
      font-weight: 600;
      padding: 10px 20px;
    }

    .btn-start-now{
        background-color: #5EB1BF;
        border-color: #5EB1BF;
        color: white;
    }
    .btn-start-now:hover{
        background-color: #4DA1A8;
        border-color: #4DA1A8;
        color: white;
    }
    
    @media (max-width: 768px) {
      .hero-content {
        position: static;
        color: white;
        height: 43vh;
          align-items: center;
        justify-content: center;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        background-color: rgba(0, 0, 0, 0.3);
        padding: 1rem 0;
        text-align: center;
      }
      .recurring-hero{
        min-height: 50vh;
        background-size: cover;
      }

      h1 {
        font-size: 1.5rem;
      }

      .btn-custom {
        font-size: 10px;
        height: auto;
        text-align: center;
      }

      .btn-all-service{
        background: rgba(255, 255, 255, 0.8);
      }
		
		.recurring-hero.service-banner-section {
			min-height: 300px;
		}
		
		.recurring-hero.service-banner-section.home-office-service {
			min-height: 400px;
		}

		.service-banner-section .hero-content {
			background-color: transparent;
			box-shadow: none;
			height: unset;
			padding: 0;
		}
		
		.service-banner-section .services_container {
			position: absolute;
			left: 0;
			width: auto;
		}

		.service-banner-section .services-hero-text {
			position: relative;
			top: clamp(4.5rem, 6.94vw, 8rem);
			text-align: left;
			place-items: unset;
			max-width: 190px;
			width: 100%;
			margin-left: 0;
			padding: 0 17px 0 10px;
			transform: none;
			left: auto;
			display: block;
			color: #333333;
		}
		
		.home-office-service.service-banner-section .services-hero-text {
			max-width: 300px;
		}

		.service-banner-section .services-hero-text h1 {
			text-align: left;
			font-size: 15px;
			line-height: 21px !important;
			margin-bottom: 15px;
			margin-top: -2rem;
			color: #333;
			font-weight: 500 !important;
		}
		
		.service-banner-section .cta-button {
			font-size: 11px !important;
			padding: 5px 8px !important;
		}
    }
/* Recurring Hero section end */

.book-a-cleaner-btn {
  background-color: #5EB1BF;
  border-color: #5EB1BF;
}
.book-a-cleaner-btn:hover {
  background-color: #4DA1A8;
  border-color: #4DA1A8;
}

.recurring-text-info{
    color: #000;
    font-weight: normal;
}

/* Floating animation for recurring-cleaning-features */
@keyframes floatY {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-12px); }
  100% { transform: translateY(0); }
}

.recurring-cleaning-features {
  animation: floatY 3s ease-in-out infinite;
}

/* Optional: Stagger the animation for a more natural look */
.recurring-cleaning-features:nth-child(2) {
  animation-delay: 1s;
}

/* Recurring Cleaning Options Section */
.recurring-options-section {
  background: rgba(94, 177, 191, 0.21);
}

.recurring-cleaning-features-heading{ 
  width: max-content;
}

.recurring-option-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  padding: 2rem  2rem ;
  max-width: 400px;
  min-width: 260px;
  /* flex: 1 1 300px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.2s;
}

.recurring-option-card:hover {
  box-shadow: 0 6px 32px rgba(62,181,176,0.13);
}

.card-content-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 auto;
  width: 100%;
}

.card-content-flex .recurring-option-btn {
  margin-top: auto;
}

.recurring-option-description{
    font-size: 17px;
    text-align: start;
}

.recurring-option-btn {
  border-radius: 5px;
  font-weight: 500;
  padding: 8px 22px;
  margin-top: auto;
  color: #000;
  border-color: rgba(102, 102, 102, 1);
  transition: background 0.2s, border 0.2s;
}

.recurring-option-btn:hover {
  background-color: #5EB1BF;
  border-color: #5EB1BF;
  color: #fff;
}

.recurring-option-btn img{
  width: 12px;
  height: 12px;
  filter: brightness(0) saturate(100%) invert(65%) sepia(0%) saturate(0%) hue-rotate(185deg) brightness(95%) contrast(85%);
  transition: filter 0.3s ease;
}

.recurring-option-btn:hover img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}


.btn-cleaning-option:hover, .btn-cleaning-option:focus {
    background-color: #5EB1BF;
    border-color: #5EB1BF;
    color: #fff;
}

@media (max-width: 992px) {
  .recurring-options-row {
    flex-direction: column;
    align-items: center;
  }
  .recurring-option-card {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }

}

@media (max-width: 767.98px) {
  .recurring-options-slider .slick-arrow {
    width: 40px;
    height: 40px;
    background: #3eb5b0 !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem !important;
    color: #fff !important;
    border: none;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 2px 8px rgba(62, 181, 176, 0.15);
  }
  .recurring-options-slider .slick-prev { left: 0.1rem; }
  .recurring-options-slider .slick-next { right: 0.1rem; }
  .recurring-options-slider .slick-arrow:before { display: none; }
  .testimonial-wallpaper-section{
    padding: 20px 0 0 0;
  }
  .recurring-cleaning-features{
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align:center;
    margin-top:10px;
  }
  .recurring-cleaning-features .fw-bold{
    width: 100%;
    margin-top: 15px;
  }
   .recurring-cleaning-features img{margin: 0 auto;}
   .fw-400{padding-left:20px;padding-right:20px;}
   .fw-400 + .mb-4{padding-left:20px;padding-right:20px;}
   .recurring-options-slider img{height:auto !important;}
   .page-id-135 .estimate-section{margin-top:-50px !important;}
}

/* Recurring Cleaning Options Section End */

/* Comprehensive Services Section */

.comprehensive-services-section {
  background: #fff;
}

.service-card {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1/1;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  margin-bottom: 0.5rem;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-img {
  height: 100%;
  object-fit: cover;
  display: block;
  width: 100%;
}

.service-label {
  font-weight: 500;
  color: #042A2B;
  margin-top: 0.5rem;
  text-align: start;
  display: flex;
  justify-content: space-between;
}

.service-plus {
  display: inline-block;
  font-size: 1.2rem;
  color: #042A2B;
  font-weight: bold;
  border-radius: 50%;
  border: 1.5px solid #0b3c32;
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  margin-left: 0.25rem;
}

.service-plus-img {
  padding: 0.4rem 0rem;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .service-card {
    max-width: 100%;
    aspect-ratio: 1/1;
  }

  .comprehensive-services-section .row {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .comprehensive-services-section .col-12 {
    flex: 0 0 auto;
    width: 100%; /* Adjust the width as needed */
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* Comprehensive Services Section End */

/* Testimonial Wallpaper Section */
.testimonial-wallpaper-section {
  background: url('../img/png/testimonial_bg.png') no-repeat top center;
  background-size: cover;
  padding: 110px 0 0 0;
  position: relative;
  min-height: 480px;
}

.testimonial-container {
  position: relative;
  z-index: 2;
}

.testimonial-heading {
  text-align: start;
  font-size: 2rem;
  font-weight: 400;
  margin-left: 7.5rem;
  color: #042A2B;
  margin-top: 40px;
}


.testimonial-carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-underline {
  position: relative;
  display: inline-block;
}

.testimonial-underline::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 7rem;         
  height: 4px;      
  background: #5EB1BF;   
  border-radius: 2px;
  margin-top: 6px;    
}

.testimonial-arrow {
  background: #5eb1bf;
  border: none;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: background 0.2s;
}
.testimonial-arrow:hover {
  background: #3eb5b0;
}

.testimonial-arrow.left {
  margin-right: 20px;
}
.testimonial-arrow.right {
  margin-left: 6rem;
}

.testimonial-cards {
  display: flex;
  gap: 0.7rem;
  width: 700px; 
  max-width: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
}
.testimonial-card, .testimonial-illustration-card {
  min-width: 320px;
  max-width: 340px;
  flex: 0 0 320px;
}

.testimonial-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  padding: 24px 20px 20px 20px;
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.testimonial-card-title {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 2px;
}
.testimonial-card-location {
  color: #b0b0b0;
  font-size: 1rem;
  margin-bottom: 8px;
}
.testimonial-card-stars {
  color: #3eb5b0;
  margin-bottom: 8px;
}
.testimonial-card-text {
  color: #222;
  font-size: 1rem;
  margin-bottom: 0;
}

.testimonial-illustration-card {
  flex: 0 0 340px;
  max-width: 340px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: transparent;
  min-height: 260px;
}
.testimonial-illustration-card img {
  width: auto;
  margin-bottom: 1.2rem;
  display: block;
}

@media (max-width: 1100px) {
  .testimonial-cards {
    width: 100%;
    gap: 16px;
  }
  .testimonial-card, .testimonial-illustration-card {
    min-width: 240px;
    max-width: 260px;
    flex-basis: 240px;
  }
  .testimonial-illustration-card img {
    max-height: 200px;
  }
}
@media (max-width: 768px) {
  .testimonial-cards {
    align-items: center;
    overflow: auto;
  }
  .testimonial-arrow {
    display: none;
  }
  .testimonial-slider .slick-arrow {
    width: 30px;
    height: 30px;
    background: #3eb5b0 !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem !important;
    color: #fff !important;
    border: none;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 2px 8px rgba(62, 181, 176, 0.15);
  }
  .testimonial-slider .slick-prev { left: 0.1rem; }
  .testimonial-slider .slick-next { right: 0.1rem; }
  .testimonial-slider .slick-arrow:before { display: none; }
  .testimonial-slider .slick-dots { display: none !important; }

  .testimonial-slider .testimonial-card {
    width: 90%;   
    max-width: 390px;  
  }
  .container{
      padding-left:20px;
      padding-right:20px;
  }
  .mt-5{background:none !important;}
  .card-content-flex .recurring-option-btn{
    display: flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  width: 100%;
  }
}


/* Testimonial Wallpaper Section End */

.feature-row-section h5 {
  color: #183b3a;
  font-weight: 600;
}

.feature_card img{
width: auto;
height: 200px;
}

.feature-readmore {
  color:#042A2B ;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s;
  display: inline-block;
  margin-top: 0.5rem;
}
.feature-readmore:hover {
  color: #5EB1BF;
  text-decoration: underline;
}

.feature-main-btn {
  background: #5EB1BF;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 36px;
  margin: 0.9rem 0;
  font-size: 1.2rem;
  border: none;
  transition: background 0.2s;
}
.feature-main-btn:hover {
  background: #3eb5b0;
  color: #fff;
}
/* Testimonial end  */

/* Feature Section */

.estimate-section,
.estimate-section>.container,
.estimate-section>.container>.row {
    /* height: 100% !important; */
    min-height: 0%!important;
}

.estimate-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.estimate-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 1.1rem;
  color: #183b3a;
}
.estimate-list li::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('../img/svg/estimate_list_symbol.svg') no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 2px;
}
.estimate-list .list-sub {
  font-size: 0.98em;
  color: #5EB1BF;
}

.estimate-form-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #e6f5f8;
  border-radius: 24px;
  padding: 0 2rem;
  position: relative;
  /* overflow: hidden; */
  box-shadow: 0 2px 16px rgba(62,181,176,0.07);
}
.estimate-form-title {
  font-size: 1.6rem;
  font-weight: 400;
  color: #111D15;
  margin-bottom: 1.5rem;
}
.estimate-form-desc {
  font-size: 1.05rem;
  color: #111D15;
}
.estimate-form-box form .form-control {
  border-radius: 10px;
  border: none;
  background: #fff;
  font-size: 1.08rem;
  padding: 1rem 1rem;
  margin-bottom: 1.1rem;
  box-shadow: none;
}
.estimate-btn {
  background: #5EB1BF;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 1rem 0;
  font-size: 1.15rem;
  border: none;
  transition: background 0.2s;
}
.estimate-btn:hover {
  background: #3eb5b0;
  color: #fff;
}
.estimate-wave-bg {
  position: absolute;
  top: -40px;
  right: -60px;
  width: 320px;
  z-index: 0;
  opacity: 0.7;
  pointer-events: none;
}
.estimate-form-box > *:not(.estimate-wave-bg) {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .estimate-form-box {
    margin-top: 2.5rem;
    min-height: 0;
    padding: 2rem 1rem 1.5rem 1rem;
  }
  .estimate-wave-bg {
    width: 130px;
    top: 0px;
    right: 0px;
  }
}





