
    /* === Intro Section === */
    .wetclean-service-intro-textimg {
      padding: 70px 0;
      background-color: #f8faff;
    }

    .wetclean-intro-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
      flex-wrap: wrap;
    }

    .wetclean-intro-img {
      flex: 1 1 30%;
      position: relative;
    }

    .wetclean-intro-img figure {
      margin: 0;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    .wetclean-intro-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 1.2s ease;
    }

    .wetclean-intro-img:hover img {
      transform: scale(1.03);
    }

    .wetclean-intro-content {
      flex: 1 1 65%;
    }

    .wetclean-intro-title {
      font-size: 2.2rem;
      font-weight: 700;
      color: #0E68C2;
      line-height: 1.3;
      margin-bottom: 18px;
      position: relative;
    }

    .wetclean-intro-title::after {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 60px;
      height: 3px;
      background-color: var(--primary-soft);
      border-radius: 2px;
    }

    .wetclean-intro-text {
      margin-top: 26px;
      font-size: 1.02rem;
      line-height: 1.8;
      color: #555;
      text-align: justify;
    }


    /* === Why The Laundry Bag Section === */
    .wet-clean-why-thelaundry-nepal {
      background: #f7f9ff;
      padding: 15px 0;
    }

    .wet-clean-why-wet-clean-img figure {
      margin: 0;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    .wet-clean-section-title {
      font-size: 2.4rem;
      font-weight: 700;
      color: #0E68C2;
    }

    .wet-clean-section-subtitle {
      font-size: 0.98rem;
      color: var(--text-muted);
    }

    /* Right-side grid cards */
    .wet-clean-why-grid {
      margin-top: 0.5rem;
    }

    .wet-clean-why-card {
      background: #ffffff;
      border-radius: 14px;
      padding: 16px 16px 14px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
      border: 1px solid rgba(14, 104, 194, 0.06);
      transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
      height: 100%;
    }

    .wet-clean-why-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
      border-color: rgba(14, 104, 194, 0.25);
    }

    .wet-clean-why-icon {
      width: 40px;
      height: 40px;
      border-radius: 999px;
      background: rgba(14, 104, 194, 0.08);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0.75rem;
      color: #0E68C2;
      font-size: 1.1rem;
    }
.wet-clean-why-icon img {
  width: 15px;
}
    .wet-clean-why-card h5 {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 0.35rem;
      color: #1a2b5f;
    }

    .wet-clean-why-card p {
      font-size: 0.9rem;
      color: var(--text-muted);
      margin-bottom: 0;
      line-height: 1.6;
    }

    /* === Comparison section Table === */
    .comparison-section {
      padding: 70px 0;
      background: #f9fafb;
    }

    .comparison-section .table-responsive {
      border-radius: 18px;
      background: #ffffff;
      padding: 1.25rem;
      box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    }

    .comparison-table {
      margin-bottom: 0;
      border-collapse: separate;
      border-spacing: 0;
    }

    .comparison-table thead th {
      background-color: #0E68C2 !important;  /* brand blue */
      color: #ffffff !important;
      border: none;
      font-weight: 600;
      font-size: 0.98rem;
      padding-top: 0.9rem;
      padding-bottom: 0.9rem;
    }

    .comparison-table thead th:first-child {
      border-top-left-radius: 12px;
    }
    .comparison-table thead th:last-child {
      border-top-right-radius: 12px;
    }

    .comparison-table tbody td {
      border-color: rgba(148, 163, 184, 0.5);
      font-size: 0.95rem;
      padding: 0.85rem 0.75rem;
    }

    .comparison-table tbody td:first-child {
      font-weight: 600;
      color: #0E68C2;
      background-color: #e0f2fe;
      text-align: left;
      padding-left: 1.25rem;
      min-width: 160px;
    }

    .comparison-table tbody td:nth-child(2) {
      background-color: #ecfdf3;
      color: #166534;
    }

    .comparison-table tbody td:nth-child(3) {
      background-color: #fef2f2;
      color: #b91c1c;
    }

    .comparison-table tbody tr + tr td {
      border-top-width: 0;
    }

    .comparison-table tbody tr {
      transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.15s ease;
    }
    .comparison-table tbody tr:hover {
      transform: translateY(-1px);
      box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
    }
    .comparison-table tbody tr:hover td:nth-child(2) {
      background-color: #dcfce7;
    }
    .comparison-table tbody tr:hover td:nth-child(3) {
      background-color: #fee2e2;
    }

    .comparison-table tbody tr:last-child td:first-child {
      border-bottom-left-radius: 12px;
    }
    .comparison-table tbody tr:last-child td:last-child {
      border-bottom-right-radius: 12px;
    }

    @media (max-width: 767.98px) {
      .comparison-table thead th {
        font-size: 0.9rem;
      }
      .comparison-table tbody td {
        font-size: 0.9rem;
        padding: 0.7rem 0.5rem;
      }
      .comparison-table tbody td:first-child {
        padding-left: 0.9rem;
      }
    }



    /* === Garment Expert Section === */
    .wet-garment-expert-section {
        background-color: #003087;
    }
    .wet-garment-expert-section .wet-garment-expert-section-title {
      font-size: 2.4rem;
      color: #fff;
      margin-bottom: 0.5rem;
    }

    .short-txt-1 {
      font-size: 1rem;
      color: #fff;
      text-align: center;
      margin-top: 15px;
    }

    .wet-garment-expert-section .side-image-wrapper {
      position: relative;
    }

    .wet-garment-expert-section .image-overlay {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: 0.5rem;
      background: linear-gradient(135deg, rgba(73, 104, 199, 0.3), rgba(64, 78, 99, 0.2));
      z-index: 1;
      transition: all 0.3s ease;
    }

    .wet-garment-expert-section .side-image-wrapper:hover .image-overlay {
      background: linear-gradient(135deg, rgba(73, 104, 199, 0.5), rgba(64, 78, 99, 0.3));
    }

    .wet-garment-expert-section .item-box {
      background: #fff;
      color: #0E68C2;
      font-size: 14px;
      font-weight: 600;
      text-align: center;
      padding: 18px 12px;
      border-radius: 12px;
      box-shadow: 0 6px 15px rgba(0,0,0,0.08);
      transition: all 0.3s ease;
      cursor: default;
    }

    .wet-garment-expert-section .item-box:hover {
      background: #4968C7;
      color: #fff;
      box-shadow: 0 10px 25px rgba(73, 104, 199, 0.25);
    }
