body {
      margin: 0;
      /*background: #f5f7f6;*/
      font-family: Inter;
    }

    .mobile-cleaner-section {
        display: flex;
        align-items: center;
        padding: 40px 20px;
    }

    .mobile-cleaner-section h4 {
        color: #2c3e50;
        font-size: 30px;
        font-weight: 500;
        line-height: 37.5px;
        letter-spacing: 0.4px;
    }

    .mobile-cleaner-section .desc {
        color: #5A6C7D;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: -0.31px;
        font-weight: 400;
        padding-top: 10px;
    }

    .book-btn {
        background-color: #2D9D91;
        border: none;
        border-radius: 12px;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: -0.31px;
    }

    .book-btn:hover {
      background-color: #27877b;
    }

    .estimate-btn {
      border-radius: 12px;
      color: #2D9D91;
      border: 2px solid #2D9D91;
      background: transparent;
      font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: -0.31px;
    }

    .estimate-btn:hover {
      background-color: #2e9d8f;
      color: #fff;
    }

    .mobile-cleaner-section .stars {
    color: #f4b400;
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 24px;
    letter-spacing: -0.31px;
    font-weight: 400;
}

    .review-text {
        color: #5A6C7D;
        font-size: 16px;
    }

    .badge-custom {
      border: 1.5px solid #2e9d8f;
      color: #2e9d8f;
      border-radius: 50px;
      padding: 6px 14px;
      font-size: 12px;
      display: inline-block;
      margin: 5px;
    }

.mobile-services-section {
    background: #fff;
    padding: 40px 20px;
}

.title {
    color: #2B3E60;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.07px;
    font-weight: 500;
}

.subtitle {
  color: #7a8a97;
  font-size: 14px;
}

.service-card {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #e5e7eb;
}

.service-card h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #2c3e50;
}

.service-card p {
  margin: 2px 0 0;
  font-size: 13px;
  color: #7a8a97;
}

.service-img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  object-fit: cover;
}

.continue-btn {
  background-color: #2e9d8f;
  border: none;
  border-radius: 12px;
  color: #fff;
}

.continue-btn:hover {
  background-color: #27877b;
}

.mobile-how-section {
    background: #F9FAFB;
    padding: 40px 20px;
}

.mobile-how-section .title {
  color: #2c3e50;
}

.mobile-how-section .subtitle {
  color: #7a8a97;
  font-size: 14px;
}

.how-card {
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid #e5e7eb;
  border-top: 4px solid #2e9d8f; /* top green line */
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.how-card h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #2c3e50;
}

.how-card p {
  margin: 4px 0 0;
  font-size: 13px;
  color: #7a8a97;
}

.icon-circle {
  width: 42px;
  height: 42px;
  background: #e6f4f2;
  color: #2e9d8f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.mobile-why-section {
    background: #fff;
    padding: 40px 20px;
}

.mobile-why-section .title {
  color: #2c3e50;
  margin-bottom: 20px;
}

.why-card {
  background: #a8c6c2; /* soft green */
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 14px;
}

.why-card h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  color: #2c3e50;
}

.why-card h6 {
  margin: 6px 0;
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
}

.why-card p {
  margin: 0;
  font-size: 13px;
  color: #2c3e50;
  opacity: 0.8;
}

.mobile-difference-section
 {
    background: #F9FAFB;
    padding: 40px 20px;
}

.mobile-difference-section .title {
  color: #2c3e50;
}

.mobile-difference-section .subtitle {
  color: #7a8a97;
  font-size: 14px;
}

.img-box img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 12px;
}

.tag {
  display: inline-block;
  background: #dceeed;
  color: #2e9d8f;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 6px;
  margin-top: 8px;
  font-weight: 600;
}

.mobile-difference-section h6 {
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
}

.mobile-difference-section p {
  font-size: 12px;
  color: #7a8a97;
  margin-bottom: 0;
}

/* Circle Stats */
.circle {
  width: 70px;
  height: 70px;
  border: 4px solid #2e9d8f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.circle span {
  font-weight: 700;
  color: #2c3e50;
}

.mobile-review-section {
    background: #fff;
    padding: 40px 20px;
}

/* Title */
.mobile-review-section .title {
  font-size: 18px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
}

/* Google Icon */
.google-icon {
 margin-bottom: 13px;
}
.google-icon img {
    width: 200px;
}

.google-text {
  font-size: 13px;
  color: #7a8a97;
  margin: 8px 0 18px;
}

/* Review Card */
.review-card {
  background: #a8c8c4;
  padding: 14px;
  border-radius: 12px;
  text-align: left;
  margin-bottom: 12px;
}

.review-card h6 {
  font-size: 13px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 3px;
}

/* Stars */
.stars {
  color: #f4b400;
  font-size: 12px;
  margin-bottom: 6px;
  letter-spacing: 1px;
}

/* Review Text */
.review-card p {
  font-size: 12px;
  color: #2c3e50;
  margin-bottom: 6px;
  line-height: 1.5;
}

/* Source */
.review-card span {
  font-size: 11px;
  color: #2c3e50;
  opacity: 0.7;
}

/* Button */
.review-btn {
  display: block;
  margin-top: 15px;
  padding: 10px;
  border: 2px solid #2e9d8f;
  border-radius: 10px;
  color: #2e9d8f;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.mobile-cta-section {
  background: #3a9b8f;
  padding: 30px 18px;
  color: #fff;
}

/* Title */
.cta-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

/* Subtitle */
.cta-subtitle {
  font-size: 14px;
  line-height: 1.6;
  color: #e6f3f1;
  margin-bottom: 20px;
}

/* Button */
.cta-btn {
  display: block;
  width: 100%;
  background: #2f3e5c;
  color: #fff;
  text-align: center;
  padding: 14px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 14px;
}

/* Note */
.cta-note {
  font-size: 13px;
  color: #d6ebe8;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Icon */
.clock-icon {
  font-size: 14px;
}
.mobile-info-section {
  background: #fff;
  padding: 28px 18px;
}

/* Title */
.info-title {
  font-size: 20px;
  font-weight: 700;
  color: #3c4a5d;
  line-height: 1.4;
  margin-bottom: 14px;
}

/* Paragraph */
.info-text {
  font-size: 14px;
  line-height: 1.7;
  color: #6b7a8c;
  margin-bottom: 18px;
}

/* List */
.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* List Item */
.info-list li {
  font-size: 14px;
  color: #4f5d6b;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Arrow Icon */
.info-list li::before {
  content: "›";
  color: #2e9d8f;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.mobile-final-section {
  background: #2B3E60;
  padding: 30px 18px;
  color: #fff;
}

/* Title */
.final-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
    line-height: 32px;
    letter-spacing: 0.07px;
}

/* Subtitle */
.final-subtitle {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.31px;
}

/* Contact Cards */
.contact-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #445b78;
  padding: 14px;
  border-radius: 12px;
  margin-bottom: 12px;
  text-align: left;
}

/* Icon */
.contact-card .icon {
  font-size: 20px;
}

/* Text */
.contact-card span {
  font-size: 13px;
  color: #c9d4e2;
}

.contact-card p {
  font-size: 14px;
  margin: 2px 0 0;
  font-weight: 600;
}

/* Buttons */
.btn-group {
  display: flex;
  gap: 10px;
  margin: 18px 0;
}

.btn-primary {
    flex: 1;
    background: #2D9D91;
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.31px;
}

.btn-outline {
    flex: 1;
    border: 2px solid #2D9D91;
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.31px;
}       

/* Bottom Text */
.final-desc {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    font-weight: 400;
    line-height: 22.75px;
    letter-spacing: -0.15px;
}
/* Hide on desktop */
@media (min-width: 768px) {
  .mobile-cleaner-section, 
  .mobile-services-section, 
  .mobile-how-section, 
  .mobile-why-section, 
  .mobile-difference-section, 
  .mobile-review-section,
  .mobile-cta-section, 
  .mobile-info-section, 
  .mobile-final-section {
    display: none;
  }
}