.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;
}

@media (max-width: 768px) {
  .laundry-services-new .svc-card,
  .laundry-services-new .svc-card.is-reverse {
    flex-direction: column;
  }

  .laundry-services-new .svc-media {
    flex: none;
    min-height: 220px;
    min-width: 320px;
  }

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