/* Custom Top Bar Styles for LaunchPage - Do not overwrite existing classes */

.topbar-custom {
  width: 100%;
  background: linear-gradient(90deg, #2556e8 0%, #1cb98a 100%);
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 2.5rem 0.5rem 2.5rem;
  letter-spacing: 0.5px;
  z-index: 1050;
  box-shadow: 0 2px 12px 0 rgba(44, 62, 80, 0.06);
}

.topbar-custom .topbar-section {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.topbar-custom .topbar-icon {
  font-size: 1.25em;
  margin-right: 0.4em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topbar-custom .topbar-offer {
  background: rgba(255,255,255,0.13);
  border-radius: 22px;
  padding: 0.3em 1.6em;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 0.6em;
  box-shadow: 0 2px 8px 0 rgba(44, 62, 80, 0.08);
  color: #fff;
}

.topbar-custom .topbar-offer .topbar-icon {
  font-size: 1.1em;
  margin-right: 0.5em;
  color: #fff;
}

.topbar-custom .topbar-contact {
  background: rgba(255,255,255,0.13);
  border-radius: 22px;
  padding: 0.3em 1.6em;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 0.6em;
  box-shadow: 0 2px 8px 0 rgba(44, 62, 80, 0.08);
  color: #fff;
}

.topbar-custom .topbar-contact .topbar-icon {
  order: 0;
  margin-right: 0.7em;
  margin-left: 0;
  font-size: 1.2em;
  color: #fff;
}

.topbar-custom .topbar-contact .topbar-icon i {
  transform: scaleX(-1);
}

.topbar-custom .topbar-contact span:last-child {
  order: 1;
}

.topbar-custom .topbar-locations {
  background: rgba(255,255,255,0.13);
  border-radius: 22px;
  padding: 0.3em 1.6em;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 0.7em;
  box-shadow: 0 2px 8px 0 rgba(44, 62, 80, 0.08);
  color: #fff;
}

.topbar-custom .topbar-locations .topbar-icon {
  font-size: 1.2em;
  margin-right: 0.7em;
  color: #fff;
}

.topbar-custom .location-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.topbar-custom .location-badge {
  background: rgba(255,255,255,0.18);
  color: #fff;
  border-radius: 14px;
  padding: 0.15em 0.9em;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

@media (max-width: 991px) {
h1 {
    font-size: 22px;
    margin-bottom: 10px;
}
h2 {
    font-size: 22px;
}
p.section-subtitle {
    font-size: 14px;
}
p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #7c8595;
    margin-bottom: 14px;
    font-family: 'Open Sans', sans-serif;
}
h6.blink {
    color: #ffffff!important;
    background: rgb(240 176 29)!important;
}
.category-title {
    margin: 25px 0 25px!important;
    font-size: 22px!important;
}

    .register-form-wrapper {
        margin-top: 25px;
        padding: 28px 23px;
        /* background: #ffc761; */
        background: linear-gradient(90deg, rgba(227, 178, 18, 1) 0%, rgba(222, 137, 18, 1) 50%, rgba(237, 143, 28, 1) 100%);
        border-radius: 5px 5px;
        border: 1px solid #ffcc00;
    }
.register-form-wrapper h3 {
    margin-bottom: 18px !important;
    font-size: 20px;
    font-weight: 800;
}
p.register-form-terms {
    color: #ffffff;
}
input.register-input, select.register-input {
    width: 100% !important;
    height: 44px !important;
    padding-left: 15% !important;
    padding-right: 5% !important;
    margin-bottom: 12px !important;
    color: #555 !important;
    border: 1px solid #f1f1f1 !important;
    background-color: #ffffff !important;
    font-size: 14px !important;
    border-radius: 5px 5px 5px 5px !important;
}
input.register-input {
    background: url(../images/input-select.png) no-repeat 12px 12px;
    background-color: #fff!important;
}

.mobile_top a{
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}    
    
    
  .topbar-custom {
    flex-direction: column;
    align-items: stretch;
    font-size: 13px;
    padding: 0.3rem 0.2rem 0.3rem 0.2rem;
    gap: 0.3rem;
    box-shadow: none;
  }
  .topbar-custom .topbar-contact,
  .topbar-custom .topbar-locations {
    display: none !important;
  }
  .topbar-custom .topbar-offer {
    justify-content: center;
    align-items: center;
    font-size: 15px;
    padding: 0.18em 0.5em;
    margin-bottom: 0.15em;
    width: 100%;
    box-sizing: border-box;
    background: rgba(255,255,255,0.10);
    border-radius: 14px;
    box-shadow: none;
    display: flex !important;
  }
  .navbar-actions-custom {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center;
    gap: 1.2rem;
    margin-top: 1.2rem;
  }
  .custom-btn-callus, .custom-btn-whatsapp {
    width: 48% !important;
    justify-content: center;
    font-size: 15px;
    padding: 0.7em 0.2em;
    min-width: 0;
    margin: 0;
    box-sizing: border-box;
    display: inline-flex !important;
  }
}

/* Ultra-compact & Professional Navbar Actions */
.navbar-actions-custom {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
}

.custom-btn-callus, .custom-btn-whatsapp {
  font-size: 18px;
  font-weight: 700;
  border-radius: 28px;
  padding: 0.65em 2.2em;
  box-shadow: 0 4px 18px 0 rgba(44, 62, 80, 0.13);
  margin: 0;
  min-width: 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.18s cubic-bezier(.4,0,.2,1);
}
.custom-btn-callus i, .custom-btn-whatsapp i {
  margin-right: 0.7em;
  font-size: 1.2em;
}

.custom-btn-callus {
  background: linear-gradient(90deg, #2556e8 0%, #1cb98a 100%);
  color: #fff;
  border: none;
  font-weight: 700;
  transition: background 0.18s cubic-bezier(.4,0,.2,1), box-shadow 0.18s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 4px 18px 0 rgba(44, 62, 80, 0.13);
}
.custom-btn-callus:hover, .custom-btn-callus:focus {
  background: linear-gradient(90deg, #1cb98a 0%, #2556e8 100%);
  color: #fff;
  box-shadow: 0 6px 24px 0 rgba(44, 62, 80, 0.18);
}

.custom-btn-whatsapp {
  background: linear-gradient(90deg, #25d366 0%, #128c7e 100%);
  color: #fff;
  border: none;
  font-weight: 700;
  transition: background 0.18s cubic-bezier(.4,0,.2,1), box-shadow 0.18s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 4px 18px 0 rgba(44, 62, 80, 0.13);
}
.custom-btn-whatsapp:hover, .custom-btn-whatsapp:focus {
  background: linear-gradient(90deg, #128c7e 0%, #25d366 100%);
  color: #fff;
  box-shadow: 0 6px 24px 0 rgba(44, 62, 80, 0.18);
}

@media (max-width: 991px) {
  .navbar-actions-custom {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    margin-top: 0.2rem;
    margin-bottom: 0;
    padding: 0;
  }
  .custom-btn-callus, .custom-btn-whatsapp {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    padding: 0.7em 1.2em;
    min-width: 0;
  }
}

/* Modern About Section Styles */
.about-modern-section {
  background: #fff;
  padding: 60px 0 60px 0;
}
.about-modern-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 48px;
  flex-wrap: wrap;
}
.about-modern-left {
  flex: 1 1 380px;
  display: flex;
  justify-content: flex-end;
}
.about-modern-mockup {
  max-width: 100%;
  width: 100%;
  border-radius: 32px;

}
.about-modern-right {
  flex: 1 1 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 320px;
}
.about-modern-label {
  color: #888;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.about-modern-title {
  font-family: 'Nunito', 'Open Sans', sans-serif;
  font-size: 38px;
  font-weight: 800;
  color: #222;
  margin-bottom: 18px;
  line-height: 1.15;
}
.about-modern-desc {
  color: #888;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 12px;
}
.about-modern-btn {
  margin-top: 18px;
      background: linear-gradient(90deg, #f0b01d 0%, #f85422 100%);
  color: #fff;;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  padding: 0.7em 2.2em;
  text-decoration: none;
  transition: background 0.18s, color 0.18s;
  display: inline-block;
  box-shadow: 0 2px 8px 0 rgba(44,62,80,0.06);
}
.about-modern-btn:hover {
  background: linear-gradient(90deg, #f85422 0%, #f0b01d 100%);
  color: #fff;
}

@media (max-width: 991px) {
    .about-modern-section {
    padding: 6px 0 30px 0;
}
  .about-modern-container {
    flex-direction: column;
    gap: 32px;
    padding: 0 12px;
  }
      .about-modern-left{
        display: none;
    }
  .about-modern-right {
    justify-content: center;
    align-items: center;
    min-width: 0;
    width: 100%;
  }
    .about-modern-title {
        font-size: 22px;
        text-align: center;
        line-height: 1.2;
    }
    
  .about-modern-label, .about-modern-desc {
    text-align: center;
  }
  .about-modern-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
    text-align: center !important;
}
.about-modern-right p{
    text-align: center;
}
  .about-modern-btn {
    width: 100%;
    text-align: center;
    padding: 0.7em 0;
  }
  
  .about-modern-btn {
    margin-top: 14px;
    font-size: 16px;
}
  
  
}

/* Deep Cleaning More Section Styles */
.deep-cleaning-more-section {
  background: #f8fafc;
  padding: 60px 0 60px 0;
  /* Cleaning bubbles SVG texture */
  background-image: url('data:image/svg+xml;utf8,<svg width="1200" height="600" viewBox="0 0 1200 600" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.10" cx="80" cy="120" r="48" fill="%23b2f7ef"/><circle opacity="0.08" cx="360" cy="200" r="32" fill="%231cb98a"/><circle opacity="0.07" cx="700" cy="90" r="38" fill="%232556e8"/><circle opacity="0.10" cx="1100" cy="360" r="36" fill="%231cb98a"/><circle opacity="0.07" cx="900" cy="520" r="44" fill="%232556e8"/><circle opacity="0.09" cx="200" cy="500" r="20" fill="%231cb98a"/><circle opacity="0.06" cx="600" cy="570" r="28" fill="%232556e8"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-dark {
    background-color: #414141 !important;
}
.deep-cleaning-more-container {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.deep-cleaning-more-title {
  font-family: 'Nunito', 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #222;
  margin-bottom: 18px;
  line-height: 1.15;
}
.deep-cleaning-more-desc {
  color: #888;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 28px;
}

/* Services Grid Section Styles */
.services-grid-section {
    background: #ffffff;
    padding: 60px 0 60px 0;
}
.services-grid-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.services-grid-title {
  font-family: 'Nunito', 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #222;
  margin-bottom: 20px;
  line-height: 1.15;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.service-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px 0 rgba(44,62,80,0.08);
  transition: box-shadow 0.18s, transform 0.18s;
  padding: 24px 18px 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.service-card:hover {
  box-shadow: 0 8px 32px 0 rgba(44,62,80,0.16);
  transform: translateY(-6px) scale(1.03);
}
.service-card-img-wrap {
  width: 100%;
  max-width: 180px;
  aspect-ratio: 1/1;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  transition: transform 0.18s;
}
.service-card:hover .service-card-img {
  transform: scale(1.07);
}
.service-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #2556e8;
  margin-top: 6px;
  letter-spacing: 0.5px;
}
.service-card-desc {
  color: #888;
  font-size: 15px;
  line-height: 1.6;
  margin: 12px 0 18px 0;
  min-height: 48px;
}
.service-card-btn {
  background: linear-gradient(90deg, #2556e8 0%, #1cb98a 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  padding: 0.5em 1.6em;
  text-decoration: none;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  display: inline-block;
  box-shadow: 0 2px 8px 0 rgba(44,62,80,0.06);
  margin-top: auto;
}
.service-card-btn:hover {
  background: linear-gradient(90deg, #1cb98a 0%, #2556e8 100%);
  color: #fff;
  box-shadow: 0 4px 16px 0 rgba(44,62,80,0.13);
}
@media (max-width: 991px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
@media (max-width: 767px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
    .services-grid-title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    
    .services-grid-subtext {
        font-size: 14px!important;
        margin-bottom: 4px!important;
    }
    
  .service-card {
    padding: 16px 8px 12px 8px;
  }
  .service-card-img-wrap {
    max-width: 120px;
    margin-bottom: 12px;
  }
  .service-card-title {
    font-size: 17px;
  }
}

.services-grid-subtext {
  color: #7c8595;
  font-size: 18px;
  margin-bottom: 36px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.service-card-img-wrap.full-img {
  width: 100%;
  max-width: none;
  aspect-ratio: 4/3;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-card-img-wrap.full-img .service-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  transition: transform 0.18s;
}

.deep-cleaning-more-container.two-col {
    display: flex;
    gap: 48px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 0;
}
.deep-cleaning-more-left {
  flex: 1 1 520px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 380px;
  font-size: 20px;
  text-align: left;
}
.deep-cleaning-more-title {
  text-align: left;
  margin-bottom: 10px;
}
.deep-cleaning-more-desc {
  text-align: left;
  margin-bottom: 24px;
}
.deep-cleaning-benefits {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 5px 32px 32px 24px;
  list-style: none;

  border-radius: 14px;
 
}
.deep-cleaning-benefits li {
  font-size: 18px;
  color: #e0e0e0;
  margin-bottom: 38px;
  display: flex;
  align-items: flex-start;
  gap: 1.2em;
}
.deep-cleaning-benefits li:last-child {
  margin-bottom: 0;
}
.benefit-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
  text-align: left;
}
.benefit-desc {
  font-size: 16px;
  color: #e0e0e0;
  margin-bottom: 0;
  line-height: 1.6;
  text-align: left;
}
.deep-cleaning-more-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #e0b3ff 0%, #faff00 100%);
  border-radius: 2px;
  margin: 18px 0 0 0;
}
.deep-cleaning-more-right {
  flex: 1 1 420px;
  background: rgba(255,255,255,0.04);
  border-radius: 18px;
  box-shadow: 0 4px 32px 0 rgba(44,62,80,0.13);
  padding: 36px 32px 32px 32px;
  min-width: 320px;
  max-width: 420px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Remove cleaning bubbles SVG texture from here */
}
.deep-cleaning-form {
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}
.form-title {
    color: #1cb98a;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 6px;
    text-align: center;
    background: linear-gradient(90deg, #f0b01d 0%, #f85422 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.form-subtitle {
  color: #e0e0e0;
  font-size: 16px;
  margin-bottom: 18px;
  text-align: center;
}
.form-group {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.form-icon {
    position: absolute;
    left: 16px;
    color: #f0b01d;
    font-size: 18px;
    pointer-events: none;
}
.deep-cleaning-form input,
.deep-cleaning-form textarea,
.deep-cleaning-form select{
    width: 100%;
    padding: 13px 16px 13px 40px;
    border-radius: 10px;
    border: 1.5px solid #e0e0e0;
    background: #ffffff;
    color: #7e7e7e;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    outline: none;
    transition: border 0.18s, box-shadow 0.18s;
    box-shadow: 0 1px 4px 0 rgba(44, 62, 80, 0.06);
}

.deep-cleaning-form textarea {
  min-height: 56px;
      max-height: 70px;
  resize: vertical;
}
.deep-cleaning-form input:focus, .deep-cleaning-form textarea:focus {
    border: 2px solid #f0b01d;
    background: #ffffff;
}
.deep-cleaning-form-btn {
  width: 100%;
  background: linear-gradient(90deg, #f0b01d 0%, #f85722 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  border-radius: 24px;
  padding: 0.7em 0;
  border: none;
  margin-top: 10px;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  box-shadow: 0 2px 8px 0 rgba(44,62,80,0.10);
  transition: 0.4s;
}
.deep-cleaning-form-btn:hover {
  background: linear-gradient(90deg, #f85722 0%, #f0b01d 100%);
  color: #fff;
  transition: 0.4s;
}
.deep-cleaning-form-btn .btn-spinner {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 1.3em;
  color: #fff;
}
.deep-cleaning-form-btn[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

h6.blink {
    /* color: #fff; */
    color: #000;
    font-size: 18px;
    /* position: absolute; */
    /* top: -150px; */
    text-transform: uppercase;
    font-weight: 800;
    /* font-family: 'Ultramagnetic Bold'; */
    text-align: center;
    background: rgba(233, 109, 48, 0.6);
    padding: 10px 20px 10px;
    line-height: 1.3;
    width: 100%;
}

h6.blink {
	animation: blink 2s linear infinite;
}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

@media (max-width: 991px) {
  .deep-cleaning-more-container.two-col {
    flex-direction: column;
    gap: 32px;
    padding: 32px 0;
  }
  .deep-cleaning-more-left, .deep-cleaning-more-right {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
    .deep-cleaning-more-right {
        padding: 28px 16px 18px 16px;
        border-radius: 0;
    }
  .deep-cleaning-more-left {
    min-width: 0;
    width: 100%;
    font-size: 18px;
    text-align: left;
  }
  .deep-cleaning-more-title,
  .deep-cleaning-more-desc,
  .benefit-title,
  .benefit-desc {
    text-align: left;
  }
  .deep-cleaning-benefits {
    padding: 18px 8px 18px 8px;
  }
  .deep-cleaning-benefits li {
    margin-bottom: 22px;
    gap: 0.7em;
  }
}

/* Counter Section Styles */
.counter-section {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 64px 0 64px 0;
  z-index: 1;
      background-attachment: fixed;
}
.counter-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(34, 54, 120, 0.82);
  z-index: 2;
}
.counter-container {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto;
}
.counter-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 200px;
}
.counter-icon {
  font-size: 54px;
  color: #fff;
  margin-bottom: 18px;
  opacity: 0.95;
}
.counter-number {
    font-size: 44px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
    letter-spacing: 1px;
    text-shadow: 0 2px 12px rgb(0 0 0 / 63%);
}
.counter-label {
    font-size: 20px;
    color: #fff;
    opacity: 0.92;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 991px) {
  .counter-container {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  .counter-item {
    min-width: 0;
    width: 100%;
  }
}

.arrow-animate-wrap {
  width: 70px;
  height: 70px;
  margin: 0;
  margin-right: 18px;
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  vertical-align: bottom;
}
.arrow-animate {
  display: block;
  animation: arrow-bounce 1.2s infinite cubic-bezier(.4,0,.2,1);
  transform: rotate(35deg) scaleX(-1);
}
@keyframes arrow-bounce {
  0%, 100% { transform: translateY(0) rotate(35deg) scaleX(-1); }
  50% { transform: translateY(18px) rotate(35deg) scaleX(-1); }
}

/* Our Other Services Section Styles - Sleek Redesign */
.other-services-section {
    background: #f8fafc;
    padding: 1px 0 47px 0;
}
.other-services-title {
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  color: #222;
  margin-bottom: 38px;
  font-family: 'Nunito', 'Open Sans', sans-serif;
  letter-spacing: 0.5px;
}
.other-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px 32px;
  max-width: 1200px;
  margin: 0 auto;
}
.other-service-item {
  display: flex;
  align-items: center;
  gap: 28px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(44,62,80,0.10);
  padding: 32px 28px 32px 32px;
  transition: box-shadow 0.18s, transform 0.18s;
  min-height: 140px;
  position: relative;
}
.other-service-item:hover {
  box-shadow: 0 8px 32px 0 rgba(44,62,80,0.16);
  transform: translateY(-4px) scale(1.025);
}
.other-service-icon {
  font-size: 62px;
  color: #b2becd;
  min-width: 62px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.18s;
}
.other-service-icon img {
    width: 85px;
    /* height: 40px; */
    object-fit: contain;
    border-radius: 10px;
}
.other-service-item:hover .other-service-icon {
  color: #f0b01d;
}
.other-service-name {
  font-size: 19px;
  font-weight: 800;
  color: #222;
  margin-bottom: 6px;
  font-family: 'Nunito', 'Open Sans', sans-serif;
  letter-spacing: 0.2px;
}
.other-service-desc {
  color: #7c8595;
  font-size: 15px;
  line-height: 1.6;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
}
@media (max-width: 991px) {
    
    
.testimonial-carousel-section {
    padding: 40px 0 32px 0;
}    
.testimonial-carousel-heading-wrap p{
    padding: 0 15px;
} 
.section-white {
    padding: 20px 0 20px 0;
}
.faq-box {
    margin: 20px 0 0 0;
}
.faq-box h5 {
    font-size: 18px;
}


  .services-grid-section {
    padding: 40px 0 40px 0;
}  
.counter-section {
    padding: 30px 0 30px 0;
}    
    
  .other-services-grid {
    grid-template-columns: 1fr;
    gap: 28px 0;
  }
    .other-service-item {
        flex-direction: row;
        align-items: center;
        padding: 15px 13px 15px 33px;
    }
    
.counter-number {
    font-size: 27px;
}    
  .counter-label {
    font-size: 16px;
}  
  .other-service-icon {
    font-size: 48px;
    min-width: 48px;
  }
    .other-service-name {
        font-size: 17px;
    }
  .other-service-desc {
    font-size: 14px;
  }
  
  .other-service-icon img {
    width: 76px;
}
.other-services-book-link {
    font-size: 16px;
}
.deep-cleaning-more-section {
    padding: 7px 0 7px 0;
}
.deep-cleaning-more-title {
    font-size: 22px;
}
.deep-cleaning-more-desc {
    font-size: 14px;
      margin-bottom: 0px;
}
.benefit-title {
    font-size: 16px;
}
.deep-cleaning-benefits li {
    font-size: 13px;
}
.benefit-desc{
      font-size: 14px;
}

}

.other-services-cta {
  text-align: center;
  margin-top: 32px;
}
.other-services-book-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #f0b01d;
  text-decoration: none;
  background: #fff;
  border-radius: 24px;
  padding: 0.6em 1.6em;
  box-shadow: 0 2px 8px 0 rgba(44,62,80,0.08);
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
}
.other-services-book-link i {
  font-size: 1.1em;
  margin-left: 4px;
  transition: transform 0.18s;
}
.other-services-book-link:hover {
  background: #f0b01d;
  color: #fff;
  box-shadow: 0 4px 16px 0 rgba(44,62,80,0.13);
}
.other-services-book-link:hover i {
  transform: translateX(6px);
}

/* Google Testimonial Carousel Styles */
.testimonial-carousel-section {
  background: #f8fafc;
  padding: 56px 0 32px 0;
  display: flex;
  justify-content: center;
}
.testimonial-carousel-container {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 4px 32px 0 rgba(44,62,80,0.10);
  padding: 38px 32px 32px 32px;
  text-align: center;
}
.testimonial-carousel {
  position: relative;
  min-height: 180px;
}
.testimonial-item {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.testimonial-item.active {
  display: flex;
  opacity: 1;
}
.testimonial-stars {
  color: #fbbc04;
  font-size: 22px;
  margin-bottom: 12px;
}
.testimonial-text {
  font-size: 20px;
  color: #222;
  font-style: italic;
  margin-bottom: 16px;
  line-height: 1.5;
}
.testimonial-author {
  font-size: 16px;
  color: #1cb98a;
  font-weight: 700;
}
.testimonial-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 8px 0 rgba(44,62,80,0.10);
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #1cb98a;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  z-index: 2;
}
.testimonial-arrow.left { left: -18px; }
.testimonial-arrow.right { right: -18px; }
.testimonial-arrow:hover {
  background: #1cb98a;
  color: #fff;
}
.testimonial-google-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  color: #888;
  margin-top: 18px;
  font-weight: 600;
}
.google-logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
@media (max-width: 700px) {
  .testimonial-carousel-container {
    padding: 24px 6px 18px 6px;
    max-width: 98vw;
  }
  .testimonial-text {
    font-size: 16px;
  }
  .testimonial-arrow.left { left: 0; }
  .testimonial-arrow.right { right: 0; }
}

.testimonial-carousel-heading-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.testimonial-google-link {
  display: inline-block;
  margin-bottom: 6px;
  transition: transform 0.18s;
}
.testimonial-google-link:hover {
  transform: scale(1.08);
}
.google-logo-large {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 2px;
}
.testimonial-carousel-heading {
  font-size: 26px;
  font-weight: 800;
  color: #222;
  margin: 0 0 2px 0;
  font-family: 'Nunito', 'Open Sans', sans-serif;
  text-align: center;
  letter-spacing: 0.2px;
}

.booking-modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(20, 28, 44, 0.88);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s;
}
.booking-modal-content {
  background: linear-gradient(135deg, #232f34 60%, #2e3c4d 100%);
  color: #fff;
  border-radius: 28px;
  box-shadow: 0 16px 48px 0 rgba(44,62,80,0.22), 0 2px 8px 0 rgba(44,62,80,0.10);
  padding: 48px 40px 40px 40px;
  min-width: 0;
  width:430px!important;
  border: 1.5px solid #e0e0e0;
  position: relative;
  animation: modal-pop-in 0.25s cubic-bezier(.4,0,.2,1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.booking-modal-content::before {

}
.booking-modal-content > * {
  position: relative;
  z-index: 3;
}
.booking-modal-close {
  position: absolute;
  top: 18px;
  right: 22px;
  background: none;
  border: none;
  color: #b2becd;
  font-size: 1.7em;
  cursor: pointer;
  transition: color 0.18s;
  z-index: 4;
}
.booking-modal-close:hover {
  color: #1cb98a;
}
.form-title {
  color: #2556e8;
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 10px 0;
  text-align: center;
  letter-spacing: 0.5px;
}
.form-title::after {
    content: '';
    display: block;
    margin: 12px auto 0 auto;
    width: 38px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, #f0b01d 0%, #f85422 100%);
}
.form-subtitle {
  color: #b2becd;
  font-size: 15px;
  margin-bottom: 18px;
  text-align: center;
}
.deep-cleaning-form {
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}
.form-group {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.deep-cleaning-form input,
.deep-cleaning-form textarea {
  width: 100%;
  padding: 13px 16px 13px 40px;
  border-radius: 10px;
  border: 1.5px solid #e0e0e0;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  outline: none;
  transition: border 0.18s, box-shadow 0.18s;
  box-shadow: 0 1px 4px 0 rgba(44, 62, 80, 0.06);
}
.deep-cleaning-form textarea {
  min-height: 48px;
      max-height: 70px;
  resize: vertical;
}
.deep-cleaning-form-btn {
  width: 100%;
    background: linear-gradient(90deg, #f0b01d 0%, #f85722 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
  padding: 0.7em 0;
  border: none;
  margin: 10px 0 0 0;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.18s;
  box-shadow: 0 2px 8px 0 rgba(44,62,80,0.13);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 700px) {
  .booking-modal-content {
    max-width: 98vw;
    padding: 16px 2vw 16px 2vw;
  }
  .form-title {
    font-size: 18px;
  }
  .form-title::after {
    width: 28px;
    height: 2px;
    margin: 8px auto 0 auto;
  }
  .deep-cleaning-form {
    max-width: 98vw;
    gap: 10px;
  }
    .deep-cleaning-form input, .deep-cleaning-form textarea {
        font-size: 13px;
        padding: 7px 6px 7px 47px;
        border-radius: 7px;
    }
  .deep-cleaning-form-btn {
    font-size: 13px;
    padding: 0.5em 0;
    border-radius: 10px;
    margin: 6px 0 0 0;
  }
}

.form-error-msg {
  background: #ff4d4f;
  color: #fff;
  border-radius: 6px;
  padding: 12px 16px 12px 40px;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  box-shadow: 0 2px 8px rgba(255,77,79,0.08);
  display: block;
  min-height: 40px;
  line-height: 1.5;
}
.form-error-msg::before {
  content: '\26A0'; /* Unicode warning icon */
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  color: #fff;
}

.category-title {
    margin: 34px 0 34px;
    font-size: 32px;
}
.footer_cta{
        background: #f9f9f9;
}
.foot_cta {
    background: url(../images/hire-bg.jpg);
    position: relative;
    display: flex;
    align-items: center;
        justify-content: end;
    width: 100%;
    margin: 30px 0 0;
    padding: 0 40px;
    height: 400px;
}

.foot_cta_img{
    position: absolute;
    width: 40%;
    bottom: 0;
    left: 25px;
}
.foot_cta_content{
    width: 57%;
}
.foot_cta_content h5{
    color: #fff;
    font-weight: 800;
    font-size: 37px;
}
.foot_cta_content h5 a{
    color: #fa6f34;
}
.foot_cta_content .gaq_btn .btn{
    background: #fa6f34;
}


.plastering-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #007bff;
}

.plastering-box {
    background: #fff;
    border: 1px solid #dee2e6;
    padding: 14px 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    height: 100%;
}
.plastering-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.plastering-icon {
  font-size: 2rem;
  color: #28a745;
  margin-bottom: 15px;
}

.plastering-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #343a40;
}

.plastering-desc {
    font-size: 0.95rem;
    color: #6c757d;
    margin-bottom: 0;
}
.plastering-box img{
    width: 100%;
    border-radius: 11px;
    margin-bottom: 19px;
}


@media (max-width: 991px) {
  
.foot_cta {
    justify-content: end;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px 0 0;
    padding: 20px 15px;
     height: auto; 
} 
.foot_cta_img {
    position: static;
    width: 100%;
}
.foot_cta_content {
    width: 100%;
    text-align: center;
}
.foot_cta_content h5 {
    font-size: 20px;
    line-height: 28px;
}
ul li, ol li {
    font-size: 14px;
}



}







