.laundry-services-new {
  padding: 84px 0;
  background:
    radial-gradient(circle at 100% 0, rgba(59, 130, 246, 0.1), transparent 35%),
    radial-gradient(
      circle at 0 100%,
      rgba(16, 185, 129, 0.12),
      transparent 30%
    ),
    linear-gradient(to bottom, #f8fbff, #ffffff);
}

.laundry-services-new .svc-heading {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.laundry-services-new .svc-heading h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 12px;
}

.laundry-services-new .svc-heading p {
  color: #4b5563;
  margin: 0;
}

.laundry-services-new .svc-list {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.laundry-services-new .svc-card {
  display: flex;
  gap: 28px;
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #dbe6f5;
  border-radius: 24px;
  padding: 16px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.laundry-services-new .svc-card.is-reverse {
  flex-direction: row-reverse;
}

.laundry-services-new .svc-media {
  flex: 0 0 min(360px, 42%);
  border-radius: 18px;
  overflow: hidden;
  min-height: 450px;
  min-width: 550px;
  background: #eef5ff;
}

.laundry-services-new .svc-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.laundry-services-new .svc-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 10px;
  text-align: left;
}

.laundry-services-new .svc-title {
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 10px;
}

.laundry-services-new .svc-desc {
  color: #475569;
  line-height: 1.78;
  margin-bottom: 14px;
}

.laundry-services-new .svc-price {
  margin-bottom: 18px;
  color: #0f172a;
  font-size: 1.05rem;
}

.laundry-services-new .svc-price strong {
  color: #0b63f3;
  font-size: 1.15rem;
}

.laundry-services-new .svc-action {
  width: auto;
}

/* =============================================
   TABLET: 740px – 1023px
   ============================================= */
@media only screen and (min-width: 740px) and (max-width: 1023px) {
  .laundry-services-new {
    padding: 60px 0;
  }

  .laundry-services-new .svc-media {
    flex: 0 0 min(280px, 40%);
    min-height: 320px;
    min-width: unset;
  }

  .laundry-services-new .svc-card {
    gap: 20px;
  }

  .laundry-services-new .svc-body {
    padding: 10px 8px;
  }
}

/* =============================================
   MOBILE: < 740px
   ============================================= */
@media only screen and (max-width: 739px) {
  .laundry-services-new {
    padding: 48px 0;
  }

  .laundry-services-new .svc-heading {
    margin-bottom: 28px;
  }

  .laundry-services-new .svc-list {
    gap: 18px;
  }

  .laundry-services-new .svc-card,
  .laundry-services-new .svc-card.is-reverse {
    flex-direction: column;
    gap: 0;
    padding: 12px;
  }

  .laundry-services-new .svc-media {
    flex: none;
    min-height: 200px;
    min-width: unset;
    width: 100%;
    border-radius: 14px;
  }

  .laundry-services-new .svc-body {
    padding: 14px 6px 8px;
  }

  .laundry-services-new .svc-title {
    font-size: 1.25rem;
  }

  .laundry-services-new .svc-action {
    width: 100%;
    text-align: center;
  }

  .laundry-services-new .svc-action .btn {
    width: 100%;
    justify-content: center;
  }
}
