:root {
  --heading-font-size: 2rem;
  /* Fallback */
  --heading-font-size: clamp(2rem, 2.5vw, 3rem);
  /* 32px - 43px approx */

  --paragraph-font-size: 1rem;
  /* Fallback */
  --paragraph-font-size: clamp(1rem, 1.2vw, 1.25rem);
  /* 16px - 20px */

  --margin-section: 1.5rem;
  /* Fallback */
  --margin-section: clamp(1.5rem, 5vw, 2.5rem);

  --padding-section: 1rem;
  /* Fallback */
  --padding-section: clamp(1rem, 4vw, 2rem);

  --button-font-size: 1rem;
  /* Fallback */
  --button-font-size: clamp(1rem, 1.2vw, 1.25rem);

  --twenty-years-font-size: 3rem;
  /* Fallback */
  --twenty-years-font-size: clamp(3rem, 5vw, 6rem);

  --site-main-color: #5EB1BF;

  --position-135: clamp(-12.8125rem, -14.24vw, -12.8125rem);
}

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #fff;
  color: #333;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-size: var(--paragraph-font-size);
}

body * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif !important;
}

body i {
  font-family: "Font Awesome 6 Free" !important;
}


body h2 {
  font-size: 1.75rem;
  /* Fallback */
  font-size: clamp(1.5rem, 1.94vw, 1.75rem);
  line-height: 2rem;
  /* Fallback */
  line-height: clamp(1.75rem, 2.22vw, 2rem);
}


img[src*="recurring-cleanning-star.svg"] {
  width: 65px;
  height: auto;
}

.w-800 {
  max-width: 800px;
}

/* call icon css */


.call-button-container {
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pulse-ring {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f44336;
  opacity: 0.6;
  animation: pulse 1.5s infinite ease-out;
  z-index: 1;
}

.pulse-ring::before,
.pulse-ring::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background-color: #FEA47A4D;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  animation: pulse 1.5s infinite ease-out;
}

.pulse-ring::before {
  animation-delay: 0.3s;
}

.pulse-ring::after {
  animation-delay: 0.6s;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }

  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.call-button {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #FEA47A4D;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.call-button i {
  color: white;
  font-size: 20px;
}

/* call icon css end */


.contact-info button {
  margin-top: 0px;
}


/* video section start   */
.hero-video-section {
  width: 100%;
  background-color: #f8f8f8;
  position: relative;
}

.hero-text {
  flex: 1;
  padding-right: 30px;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  top: 6.25rem;
  top: clamp(4.5rem, 6.94vw, 8rem);
}

.hero-text h1 {
  /* font-size: 35px; */
  font-size: 2.1875rem;
  /* Fallback */
  font-size: clamp(1.2rem, 2.43vw, 2.1875rem);

  /* line-height: 44px; */
  line-height: 2.75rem;
  /* Fallback */
  line-height: clamp(2rem, 3.06vw, 2.75rem);

  color: #333;
  margin-bottom: 20px;
}

.cta-button {
  background-color: #3eb5b0;
  color: #fff;
  padding: 12px 20px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;

  font-size: 16px;
}

.cta-button i {
  margin-left: 10px;
}

.image-container {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container>img {
  width: 100%;
}

.bg-image {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
}

.play-button {
  position: absolute;
  cursor: pointer;
}

.play-button img {
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease;
}

.play-button:hover img {
  transform: scale(1.1);
}

/* Modal Styling */
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.video-wrapper {
  position: relative;
  width: 80%;
  max-width: 800px;
}

.video-wrapper video {
  width: 100%;
  border-radius: 10px;
}

.close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

/* video section end  */


/* celebrating-section :start */

.celebrating-section {
  text-align: center;
  position: relative;
  margin-top: -205px;
  width: 100%;
  padding-top: 135px;

}

/* .celebrating-section .top-bg-style {
  width: calc(100% + 2rem);
  aspect-ratio: 1440/200;
 top: -70px;
} */

.celebrating-section-sec {
  background: var(--site-main-color);
}

/* .top-bg-style.top-bg-style-b {
   margin-top: -100px;
}  */

/* .celebrating-section .top-bg-style img {
  width: 100%;
   top: 0px;
   left: -1rem;
}
.celebrating-section-sec .top-bg-style img  {
  width: 100%;
}
.celebrating-section .top-bg-style img.bubble4 {
  z-index: 2;
}
.celebrating-section .top-bg-style img.bubble3 {
  z-index: 3;
  top: unset;
  bottom: 0px;
}
.celebrating-section .top-bg-style img.bubble2  {
  z-index: 4;
}
.celebrating-section-sec .top-bg-style img.bubble3 {
  z-index: 3;
}
.celebrating-section-sec .top-bg-style img.bubble4 {
  z-index: 2;
} */
.celebrating-section-sec .celebrating-wrapper-first {
  z-index: 1;
}

.celebrating-section-sec {
  padding: clamp(12rem, 13.5vw, 13.25rem) 0 clamp(1.5rem, 2.08vw, 1.875rem) 0;
  margin-top: clamp(3.75rem, 6.94vw, 6.25rem);
  background: url(../img/png/bubble-bg.png) no-repeat;
  background-size: cover;
}

.celebrating-wrapper-first {
  /* max-width: 900px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
  max-width: 800px;
  margin: auto;
}

.celebrating-top h2 {
  font-size: 2.5rem;
  /* Fallback */
  font-size: clamp(2rem, 2.78vw, 2.5rem);
  color: #2a2a2a;
  font-weight: 600;
  margin-top: 20px;
}

.celebrating-top img {
  max-width: 35.625rem;
  /* Fallback */
  max-width: clamp(12.25rem, 39.58vw, 35.625rem);
}

.celebrating-top {
  padding-top: 3.4375rem !important;
}

.celebrating-top p,
.celebrating-bottom p {
  font-size: 1.25rem;
  /* Fallback */
  font-size: clamp(1.125rem, 1.39vw, 1.25rem);
  line-height: 2rem;
  /* Fallback */
  line-height: clamp(1.75rem, 2.22vw, 2rem);
  color: #042A2B;
  margin-bottom: 40px;
  letter-spacing: 0%;
  text-align: center;

}

.celebrating-bottom p {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
}

.read-more {
  color: #3eb5b0;
  text-decoration: underline;
  font-weight: bold;
}



/* celebrating-section :end */



/* features-section start*/

.features-section {
  padding: 3.75rem 1.25rem;
  /* Fallback */
  padding: clamp(3.125rem, 4.17vw, 3.75rem) clamp(1rem, 1.39vw, 1.25rem);
  text-align: center;
  background: #fff;
}

.features-heading {
  text-align: center;
  color: #042A2B;
  max-width: 900px;
  margin: auto;

}

.features-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin: 70px 0px 40px 0px;
}

.feature-box {
  padding: 20px;
  border-radius: 12px;
  transition: 0.3s ease;
  width: calc(25% - 15px);
}

/* .feature-box:first-child {
  padding-left: 0px;
} */

/* .feature-box:last-child {
  padding-right: 0px;
} */

.feature-box img {
  height: 150px;
  margin-bottom: 15px;
}

.feature-box h3 {
  font-weight: 600;
  font-size: 1.25rem;
  /* Fallback */
  font-size: clamp(1rem, 1.39vw, 1.25rem);
  /* 16px – 20px */

  line-height: 1.5rem;
  /* Fallback */
  line-height: clamp(1.25rem, 1.67vw, 1.5rem);
  /* 20px – 24px */
  text-align: center;

}

.feature-box p,
.feature-box a {
  font-size: 1.0625rem;
  /* Fallback */
  font-size: clamp(0.9375rem, 1.18vw, 1.0625rem);
  /* 15px – 17px */

  line-height: 1.25rem;
  /* Fallback */
  line-height: clamp(1rem, 1.39vw, 1.25rem);
  /* 16px – 20px */
  text-align: center;
  text-decoration: none;
  color: #042A2B;

}


.feature-box a:hover {
  color: var(--site-main-color);
  text-decoration: underline;
}



/* features-section end*/

/* .testimonial-section start*/

.testimonial-section {
  background: url(../img/png/bubble-bg-2.png) no-repeat;
  background-size: cover;
  padding: 168px 20px 70px;
  text-align: center;
}




.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  margin: 0 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.testimonial-card h3 {
  font-size: 18px;
  font-weight: bold;
}

.testimonial-card .location {
  font-size: 14px;
  color: #888;
}

.testimonial-card .stars {
  color: var(--site-main-color);
  font-size: 18px;
  margin: 8px 0;
}

.testimonial-card .text {
  font-size: 17px;
  line-height: 20px;
  color: #555;
}

/* Optional: slick arrow style */
body .slick-prev,
body .slick-next {
  width: 41px;
  height: 41px;
}

.slick-prev:before,
.slick-next:before {
  color: var(--site-main-color) !important;
  font-size: 25px !important;
}

.bottom-border {
  position: relative;
}


.bottom-border:after {
  content: "";
  width: 82px;
  height: 3px;
  background: var(--site-main-color);
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
}

.site-footer .w-75{width:68% !important;}

/* .testimonial-section end*/



/* Booking Card Style */
.booking-section {}

.booking-card {
  background-color: #003236;
  max-width: 410px;
  padding: 46px 34px;
  border-radius: 50px 0px;
}

.booking-card form input {
  background: transparent;
  outline: none;
  border: 1px solid var(--site-main-color);
  color: #CDEDF680;
  padding: 14px 11px;
  font-size: 1.0625rem;
  /* Fallback */
  font-size: clamp(0.9375rem, 1.18vw, 1.0625rem);
}

.booking-card form input::placeholder {
  color: #CDEDF680;
}

.booking-card p {
  font-size: 1.0625rem;
  /* Fallback */
  font-size: clamp(0.9375rem, 1.18vw, 1.0625rem);
  color: #CDEDF6;

}

.booking-card-container {
  position: relative;
}

.booking-card-container:has(.boy-img) {
  right: 190px;
}

.booking-card-container:has(.boy-img) .booking-card {
  padding: 52px 110px 50px 34px;
}

.booking-img {
  position: absolute;
  bottom: 0px;
}

.booking-card-container .girl-img {
  right: -129px;

}

.booking-card-container .boy-img {
  right: -175px;
}

.booking-card-container .girl-img img {
  height: 481px;
}

.booking-card-container .boy-img img {
  height: 488px;
}

/* Booking Card Style end*/

/* Join Section Background (optional) */
/* Join Family Section */
.join-family-section {
  font-family: 'Poppins', sans-serif;
}

.image-wrapper {
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  display: inline-block;
}


.join-title.bottom-border:after {
  left: 0%;
  transform: translateX(0%);
}

.join-family-section p {
  color: #042A2B;
}






/* Join Section Background  end*/


/* Consistently Delightful Cleaning Service section start*/
.delightful-cleaning-section {
  background: url(../img/png/bubble-bg-2.png) no-repeat;
  background-size: cover;
  padding-top: 200px !important;
}

.delightful-cleaning-section .feature-box img {
  height: 120px;
}

.fgrm {
  height: 160px
}

.sdss {
  margin-top: -50px;
}

/* Consistently Delightful Cleaning Service section end*/

/* Our Blog start*/

.blog-section {
  background-color: #f9fbfc;
}



.blog-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 10.22px 23.37px 0px #838B9526;
  overflow: hidden;
  transition: transform 0.3s ease;
  padding: 1.125rem;
  /* Fallback */
  padding: clamp(1rem, 1.25vw, 1.125rem);
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-content {
  text-align: left;
}

.blog-content-p {
  color: #838B95;
}

.blog-img {
  position: relative;
}

.blog-img img {
  width: 100%;
}

.blog-date {
  position: absolute;
  bottom: -7px;
  right: 10px;
  background-color: #62bfc5;
  color: white;
  font-weight: bold;

  padding: 0.625rem 1rem;
  /* Fallback */
  padding: clamp(0.5rem, 0.69vw, 0.625rem) clamp(0.875rem, 1.11vw, 1rem);


  font-size: 1.75rem;
  /* Fallback */
  font-size: clamp(1.5rem, 1.94vw, 1.75rem);

  border-radius: 0.375rem;
  /* Fallback */
  border-radius: clamp(0.25rem, 0.42vw, 0.375rem);

  text-align: center;
}

.blog-date span {
  display: block;
  font-size: 1.0625rem;
  /* Fallback */
  font-size: clamp(0.9375rem, 1.18vw, 1.0625rem);
  font-weight: normal;
}

.read-more-link {
  font-size: 1rem;
  /* Fallback */
  font-size: clamp(0.9375rem, 1.11vw, 1rem);
  line-height: 100%;
  color: #051625;
  text-decoration: none;
  font-weight: 500;
}

.read-more-link:hover {
  color: #4ca7ad;
}

.view-all-btn {
  background-color: #62bfc5;
  border: none;
  padding: 10px 25px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 8px;
  color: white;
  transition: background 0.3s ease;
}

.view-all-btn:hover {
  background-color: #4ca7ad;
}

/* Our Blog end*/



header {
  box-shadow: 0px 4px 4px 0px #00000040;
}

.header-container {
  /* background-color: #f0f0f0; */
  padding: 1.5rem 1rem;
  /* fallback */
  padding: clamp(1rem, 1.366vw, 1.5rem) clamp(0.75rem, 1.111vw, 1rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header img {
  max-height: 75px;
}

.header-icons {
  display: flex;
  gap: 3rem;
  align-items: center;
}

.header-icons i {
  font-size: 1.5rem;
  cursor: pointer;
}

/* Enhanced Mobile Menu Styles */
.mobile-menu {
  position: fixed;
  top: 0;
  left: -350px;
  width: 260px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.15);
  padding: 2rem 1.5rem;
  transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 9999;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  overflow-y: auto;
}

.mobile-menu.open {
  left: 0;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu ul li {
  margin-bottom: 5px;
  position: relative;
}

.mobile-menu ul li a {
  display: block;
  padding: 0.7rem 1rem;
  border-radius: 8px;
  color: #222;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  font-size: 1rem;
}

.mobile-menu ul li a:hover,
.mobile-menu ul li a:focus {
  background: #f0f4fa;
  color: #007bff;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.08);
}

/* Dropdown Styles */
.mobile-menu .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  content: "";
  border-top: 0.4em solid #007bff;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}

.mobile-menu .dropdown-menu {
  border: none;
  display: none;
  position: static;
  margin: 0 0 0 0.8rem;
  height: min-content;
}

.mobile-menu .dropdown.show .dropdown-menu {
  display: block;
}

.mobile-menu .dropdown.open .mobile-dropdown {
  display: block;
}

.mobile-menu .dropdown-item {
  background: none;
  color: #222;
  padding: 0.5rem;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.mobile-menu .dropdown-item:hover,
.mobile-menu .dropdown-item:focus {
  background: #f0f4fa;
  color: #007bff;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.08);
}

.mobile-menu .dropdown-menu.mobile-dropdown a {
  background: none;
  color: #222;
  padding: 0.5rem;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

/* Hide Bootstrap's default dropdown arrow */
.mobile-menu .dropdown-toggle::after {
  border-top-color: #007bff;
}

/* Responsive: Make sure menu looks good on all screens */
@media (max-width: 400px) {
  .mobile-menu {
    width: 90vw;
    padding: 1.2rem 0.7rem;
  }
}

.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.close-icon {
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
}

.hero-section {
  background: url('https://images.unsplash.com/photo-1581578017428-2c49aa734111?auto=format&amp;fit=crop&amp;w=1400&amp;q=80') no-repeat center center/cover;
  padding: 2rem;
  /* fallback */
  padding: var(--padding-section);
  text-align: center;
}

.about-s-logo {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 912px;
}

.hero-section h1 {
  font-size: 2rem;
  /* fallback for old browsers */
  font-size: var(--heading-font-size);
  font-weight: bold;
  margin-bottom: 2.5rem;
  /* Fallback */
  margin-bottom: var(--margin-section);
}

.cta-button {
  background-color: var(--site-main-color) !important;
  color: white !important;
  border: none;
  padding: 0.75rem 2rem !important;
  border-radius: 8px;
  font-size: 1rem;
  /* fallback */
  font-size: var(--button-font-size);
  margin-top: 1rem;
  transition: background-color 0.3s ease-in-out;
  border: 1px solid var(--site-main-color);
}

.cta-button:hover {
  color: var(--site-main-color);
  background-color: transparent;
}

.sofa-image {
  max-width: 100%;
  border-radius: 1rem;
  margin: 2rem 0;
  /* fallback */
  margin: var(--margin-section) 0;
}

.celebrate-section {
  text-align: center;
  background-color: #f8f9fa;
  padding: 2rem 1rem;
  /* fallback */
  padding: var(--padding-section) 1rem;
  position: relative;
}

.celebrate-section h2 {
  font-size: 2rem;
  /* fallback */
  font-size: var(--heading-font-size);
  font-weight: bold;
  margin-bottom: 2.5rem;
  /* Fallback */
  margin-bottom: var(--margin-section);
}

.celebrate-section p {
  font-size: 1rem;
  /* fallback */
  font-size: var(--paragraph-font-size);
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1rem;
}

.about-hero {
  background-position: top !important;
  background-size: cover !important;
  min-height: 70vh;
  display: flex;
  align-items: end;
  position: relative;
}

.ab-content {
  position: relative;
}

.ab-content p {
  font-size: 17px;
  line-height: 24px;
}

.bnrimgs {
  position: absolute;
  top: 0;
}

.bImgS {
  margin-top: -150px;
  z-index: 99;
  position: relative;
}

.bImgSAbout {
  margin-top: -100px;
  z-index: 99;
  position: relative;
  margin-bottom: 50px;
}

.bImgSAbout h1 {
  font-size: 66px;
  line-height: 55px;
  color: #0F0F0F;
  margin-bottom: .5rem !important;
}

.excelent-img {
  height: 170px;
  width: 757px;
}

.heading-about h2 {
  font-size: 48px;
  line-height: 55px;
  margin-right: 50px;
  color: #0F0F0F;
}

.heading-about p {
  font-size: 16px;
  line-height: 32px;
  color: #5EB1BF;
}

.howitwork {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}

.howitwork img {
  height: 250px;
}

.confetti {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.4;
}

.twenty-years {
  font-size: 3rem;
  /* fallback */
  font-size: var(--twenty-years-font-size);
  color: #00a6a6;
  font-weight: bold;
}

.highlight-box {
  display: inline-block;
  background-color: #2acfcf;
  color: white;
  padding: 0.3rem 0.75rem;
  border-radius: 6px;
  margin: 0 0.3rem;
  font-weight: 600;
}

.promo-images {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: var(--padding-section);
}

.promo-images img {
  max-width: 100%;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

body h4 {
  font-size: 1.25rem;
  /* Fallback */
  font-size: clamp(1.125rem, 1.39vw, 1.25rem);
  line-height: 1.625rem;
  /* 26px */

}

.blog-footer-right {
  border: 1px solid #CFCFCF;
  border-radius: 10px;
  padding: 33px;
  text-align: center;
}

.blog-footer-right h3 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  margin-top: 40px;
}

.blog-footer-right p {
  font-size: 17px;
  line-height: 33px;
}

.blog-footer-right a {
  display: block;
  background: #5EB1BF;
  color: #fff;
  border-radius: 15px;
  font-size: 20px;
  padding: 25px;
  font-weight: 600;
  margin-top: 110px;
}

.blog-footer-left .card {
  margin-bottom: 18px;
}

.blog-footer-left .card-header {
  background: none;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
}

.blog-footer-left .card-header a {
  font-size: 22px;
  font-weight: 500;
  padding: 0px;
}

.blog-footer-left .card-body {
  font-size: 17px;
  font-weight: 400;
  line-height: 31px;
  padding: 0px 30px 30px;
}

.stepBox {
  background-color: #5EB1BF36;
  padding: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.stepBox h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.stepBox p {
  font-size: 17px;
  line-height: 20px;
}

.blogPostTab .nav-tabs {
  justify-content: center;
  border: none;
}

.blogPostTab .nav-tabs .nav-item {
  padding: 16px;
}

.blogPostTab .nav-tabs .nav-item .nav-link {
  border: none;
  font-size: 13px;
  font-weight: 400;
  color: #545454;
  border-bottom: 2px solid transparent;
  padding: 0;
  padding-bottom: 6px;
}

.blogPostTab .nav-tabs .nav-item .nav-link.active {
  font-weight: 700;
  color: #5EB1BF;
  border-bottom: 2px solid #5EB1BF;
}

.blogPostTab .nav-tabs .nav-item .nav-link:hover {
  color: #5EB1BF;
  border-bottom: 2px solid #5EB1BF;
}

.PostBoxItem {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.PostBoxItem img {
  width: 100% !important;
  height: auto !important;
}

.PostBoxItem h3 {
  font-size: 14px;
  color: #0F0F0F;
  font-weight: 400;
  line-height: 18px;
  margin-top: 10px;
}

.main-title-section-wrapper .main-title-section {
  padding-top: 90px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E3E3E3;
}

.main-title-section-wrapper .main-title-section h1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 64px;
  color: #0F0F0F;
  margin-bottom: 30px;
}

.singlePostMeta i {
  background: #EDEDED;
  padding: 7px;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  text-align: center;
  align-items: center;
  line-height: 22px;
}

.singlePostMeta p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0px;
  color: #0F0F0F;
}

.singlePostMeta p span {
  color: #545454;
}

.soIcon i {
  color: #5EB1BF;
  font-size: 22px;
}

.SinPostPg {
  background: #5EB1BF0F;
  padding: 90px 0px;
  margin: 90px 0px;
}

.LPost .card-title a {
  font-size: 20px;
  color: #0F0F0F;
  font-weight: 500;
  line-height: 24px !important;
  text-decoration: none;
}

.LPost .card {
  background: none;
  border: none;
}

.LPost .card img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.LPost .card:hover .card-title a {
  color: #5EB0BD;
  text-decoration: underline;
}

.navbar-nav li a {
  color: black;
  font-size: 14px;
  text-decoration: none;
}

.navbar-nav li:hover a {
  color: #00a6a6;
}

.why-choose-img {
  max-width: 800px;
}

/* footer section start */

/* Footer Styles */
.site-footer {
  background: #042A2B;
  background-position: right 250%;
  font-family: 'Poppins', sans-serif;
}


.site-footer a {
  color: #ffffffcc;
  text-decoration: none;
  font-size: 1rem;
  /* Fallback */
  font-size: clamp(0.9375rem, 1.11vw, 1rem);
  line-height: 100%;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer h6 {
  font-size: 1.125rem;
  /* Fallback */
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  line-height: 1.75rem;
  /* 28px */
}

/* Bootstrap Icon Size */
.site-footer i {
  font-size: 18px;
}

/* footer section  end*/

@media screen and (max-width:1024px) {
  .feature-box {
    width: calc(50% - 30px);
  }
}

@media screen and (min-width:1024px) {
  .delightful-cleaning-section .feature-box h5 {
    min-height: 48px;
  }
}



@media screen and (max-width:1500px) {
  .frmed {
    max-width: 450px;
  }
  .celebrating-section {
    margin-top: -130px;
    padding-top: 115px;

  }
}
@media screen and (max-width:1200px) {

  .celebrating-section {
    margin-top: -120px;
    padding-top: 115px;

  }
  .bImgS{
    margin-top: -120px;
  }
}

.about-bubble {
  margin-top: -250px;
}

.contact-form .form-control {
  padding: .375rem 0rem !important;
}

.contact-form .form-control:focus {
  box-shadow: none !important;
}

.contact-form input[type="radio"] {
  accent-color: #E0E0E0;
  width: 20px;
  height: 27px;
  margin-right: 10px;
  cursor: pointer;
}

.contact-form input[type="radio"]:checked {
  accent-color: #000000;
}

@media screen and (max-width:768px) {
  .about-bubble {
    margin-top: -400px;
    height: 70px;
  }
  .play-button {
    display: none;
  }

  .w-800 {
    max-width: 100% !important;
  }

  .celebrating-section {
    margin-top: -110px;
    padding-top: 115px;

  }

  .bImgS {
    margin-top: -44px;
  }
  .bImgSAbout {
    margin-bottom: 15px;
  }

  .feature-box {
    width: 100%;
  }

  .booking-card-container .boy-img img {
    height: 200px;
  }

  .booking-card-container:has(.boy-img) {
    right: 0px;
  }

  .booking-card-container .girl-img,
  .booking-card-container .boy-img {
    right: 0px;
  }

  .booking-card-container .boy-img img {
    width: 100%;
  }

  .booking-card-container {
    width: 100%;
  }

  .header-container {
    flex-direction: column;
    gap: 15px;
  }

  .header-icons {
    justify-content: space-between;
  }

  .cta-button {
    margin-top: 0.1rem;
    padding: 0.75rem 1rem !important;
    font-size: 0.75rem !important;
  }


  .stepBox {
    flex-direction: column;
  }

  .why-choose-img {
    width: 100%;
  }
}

.headertext {
  position: relative;
}

.headertext .contact-us-s {
  position: absolute;
  top: -6%;
  left: -6%;
  object-fit: contain;
  opacity: 0.3;
  height: 100%;
}

.contact-infoct {
  background-color: #5EB1BF;
  padding: 30px;
  border-radius: 10px;
  color: #fff;
}

.contact-infoct h4 {
  font-weight: bold;
}

.contact-infoct .icon {
  font-size: 2rem;
}

.contact-form {
  padding: 30px;
  border-radius: 10px;
}

.contact-form .form-control {
  border-radius: 0;
  margin-bottom: 15px;
  border: 0;
  border-bottom: 1px solid #8D8D8D;
}

.contact-form button {
  border-radius: 5px;
}

.contact-img {
  width: 100%;
  max-width: 400px;
  margin-left: -45px;
  margin-top: 30px;
  margin-bottom: -50px;
}

.cont-main h2 {
  color: #000;
}

.contact-form .wpcf7-list-item {
  margin-left: 0 !important;
      display: block;
}

.contact-form .wpcf7-list-item-label{
    vertical-align: top;
    
}

.messagecon {
  max-height: 50px;
  width: 100%;
  margin-bottom: 15px;
  border: 0;
  border-bottom: 1px solid #8D8D8D;
}

.submitbyron {
  text-align: right;
}

.contact-infoct .submitbtnct {
  background: #5EB1BF;
  border-radius: 0 !important;
  font-size: 14px;
}

.contact-infoct p {
  display: flex;
}

.contact-infoct i {
  display: block;
}

.contact-infoct a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.homeforms p {
  margin: 0;
}

.homeforms p br {
  display: none;
}

.homeforms .wpcf7-form-control {
  margin-bottom: 8px;
}

.service-textsa {
  margin-top: 5px;
}

.service-textsa ul {
  padding-left: 15px;
  font-size: 16px;
}

.service-textsa ul li {
  line-height: 24px;
}

/* Responsive: Make sure menu looks good on all screens */
@media (max-width: 400px) {
  .about-bubble {
    margin-top: -425px;
    height: 70px;
  }

  .mobile-menu {
    width: 90vw;
    padding: 1.2rem 0.7rem;
  }
}

.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.close-icon {
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
}
.page-template-front-page .mtseee .recurring-option-card:last-child{
    display:none;
}

@media (max-width: 600px) {
  .header-container {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0.5rem 0.7rem !important;
    min-height: 56px;
  }

  .logo-container {
    order: 1;
    display: flex;
    align-items: center;
  }

  .logo-container img {
    max-height: 32px !important;
    width: auto !important;
  }

  .header-icons {
    order: 2;
    gap: 1.1rem !important;
  }

  .header-icons img,
  .header-icons .call-button img {
    max-width: 28px !important;
    max-height: 28px !important;
  }

  .call-button-container {
    width: 36px !important;
    height: 36px !important;
  }

  .pulse-ring,
  .call-button {
    width: 36px !important;
    height: 36px !important;
  }

  .contact-info {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .pulse-ring {
    animation: none !important;
  }
  .site-footer .w-75{width:100% !important;}

  .pulse-ring::before,
  .pulse-ring::after {
    animation: none !important;
  }

  .about-hero {
    min-height: 43vh;
  }

  .about-s-logo {
    display: none;
  }

  .about-hero .container .ab-content:nth-child(2) {
    margin-bottom: 75px;
    width: 100%;
  }

  .about-hero .container img {
    width: 300px !important;
    float: inline-end;
  }

  .bImgSAbout h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .excelent-img {
    height: auto;
    width: 100%;
  }

  .heading-about h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .bImgSAbout .ab-content:first-child {
    margin-top: 0px !important;
  }

  .headertext .contact-us-s {
    top: 20%;
    left: 0%;
    display:none;
  }
}
/* Header close  */


/* AAA_Styles_Start */
.homeforms {
	position: relative;
	z-index: 1;
}
html {
	overflow-x: hidden;
}
.posRelative{
	position: relative;
}
.posAbsolute{
	position: absolute;
}
.imgFluid{
	max-width: 100%;
    height: auto;
	vertical-align: middle;
}
.celebrationSection {
	padding-top: 15px;
}
.simContainer {
	max-width: 1310px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.celebrationSection .bgTop{
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.d-btn-none {
	display: none !important;
}
.mfihs {
	position: absolute;
	top: 26px;
	right: 25px;
	max-width: 80px;
}
.mfihs a {
	display: block;
	width: 100%;
	max-width: 100%;
}
.mfihs img{ 
	width: 100%;
	max-width: 100%;
}
.float_up_down {
  display: inline-block;
  animation: floatY 2s linear infinite;
}
@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 575px) {
	.adv-mobile-section .btnWrap{
		position: sticky;
		top: 10px;
	}
	.adv-mobile-section .btnWrap .btn i {
		position: relative;
		top: -1px;
		font-size: 14px;
	}
	.adv-mobile-section .menu-icom img {
		max-width: 28px !important;
		max-height: 28px !important;
	}
	.estimate-section.commercial-page .estimate-form-box form .form-control {
		padding: 7px !important;
		border-radius: 8px;
		font-size: 13px;
		outline: none;
		border: 1px solid var(--site-main-color);
		font-weight: 400;
	}
	.estimate-section.commercial-page .estimate-form-box form .btnSubmitWrap p {
		display: flex;
		align-items: center;
	}
	.estimate-section.commercial-page .estimate-form-box form .btnSubmitWrap input[type="submit"] {
		margin-bottom: 0 !important;
		margin-left: 0 !important;
	}
	.estimate-section.commercial-page .estimate-form-box form .selectWrap:after {
		right: 5px;
		top: 16px;
	}
	.estimate-section.commercial-page .estimate-form-box form .contact-us_form {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 576px) {
	.mfihs {
		display: none;
	}
}




