
    /* ==========SERVICE BANNER ========== */
    .service-commom-section-space {
      padding-top: 64px;
      padding-bottom: 64px;
    }
    .service-banner {
      position: relative;
      width: 100%;
      height: 80vh;
      min-height: 520px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      overflow: hidden;
      color: #fff;
    }

    .service-banner img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      z-index: 0;
      transition: transform 8s ease;
    }

    .service-banner:hover img {
      transform: scale(1.05);
    }

    .banner-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        90deg,
        rgb(0, 48, 135) 0%,
        rgba(0, 48, 135, .9) 40%,
        rgba(0, 212, 255, 0) 100%
      );
      z-index: 1;
    }

    .banner-content {
      position: relative;
      z-index: 2;
      max-width: 650px;
      animation: fadeInUp 1s ease forwards;
    }
    .banner-content span {
      font-size: 24px;
    }
    .banner-title {
      font-size: 3rem;
      font-weight: 700;
      margin-bottom: 0.7rem;
      line-height: 1.2;
    }

    .banner-text {
      font-size: 1.02rem;
      line-height: 1.8;
      color: #f6f8ff;
      margin-bottom: 1.6rem;
    }

    .banner-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.4rem;
      background: #ffffff;
      color: #4968C7;
      font-weight: 600;
      font-size: 0.98rem;
      padding: 0.8rem 2.1rem;
      border-radius: 999px;
      text-decoration: none;
      transition: all 0.3s ease;
      box-shadow: 0 8px 24px rgba(15, 23, 42, 0.25);
    }

    .banner-btn:hover {
      background: #4968C7;
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 12px 30px rgba(15, 23, 42, 0.28);
    }

    /* ========== INTRO SECTION ========== */
    .service-intro-textimg {
        padding: 80px 0;
        background: rgba(73, 104, 199, 0.10);
        overflow: hidden;
    }

    .intro-title {
        font-weight: 700;
        color: #2d4053;
        margin-bottom: 25px;
        position: relative;
        display: inline-block;
    }

    .intro-title::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 60px;
        height: 4px;
        background: #0e6fff;
        border-radius: 2px;
    }

    .intro-text p {
        color: #6c757d;
        line-height: 1.8;
        font-size: 0.98rem;
    }

    .intro-text h3 {
        font-size: 1.08rem;
        font-weight: 600;
        color: #2c3e50;
        margin: 1.4rem 0 0.6rem;
    }

    .intro-highlight-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 25px 0;
    }

    @media (min-width: 768px) {
        .intro-highlight-grid {
            grid-template-columns: 1fr 1fr;
        }
    }

    .intro-highlight-box {
        background: #f8f9fa;
        border-radius: 14px;
        padding: 12px 12px 10px;
        border: 1px solid rgba(73, 104, 199, 0.12);
        transition: all 0.3s ease;
    }

    .intro-highlight-box:hover {
        background: #fff;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        transform: translateY(-5px);
    }

    .intro-highlight-box h4 {
          font-size: 0.96rem;
          font-weight: 600;
          color: #0E68C2;
          margin-bottom: 4px;
          display: flex;
          align-items: center;
          gap: 8px;

    }

    .intro-highlight-box h4 i {
        color: #0d6efd;
        font-size: 1.2rem;
    }

    .intro-highlight-box p {
        font-size: 0.9rem;
        margin-bottom: 0;
        line-height: 1.5;
        color: #6c757d;
    }

    .intro-img {
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    .split-frame-wrapper {
        position: relative;
        width: 100%;
        max-width: 500px;
    }

    .frame-shape {
        position: absolute;
        top: -20px;
        right: -20px;
        width: 90%;
        height: 90%;
        border: 2px solid #0d6efd;
        border-radius: 20px;
        opacity: 0.15;
        z-index: 0;
    }
    .main-photo {
      width: 85%;
      border-radius: 15px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
      position: relative;
      z-index: 1;
      object-fit: cover;
      aspect-ratio: 4/5;
    }
    .side-photo {
        position: absolute;
        bottom: 30px;
        right: 0;
        width: 50%;
        z-index: 2;
    }
    .side-photo img {
        width: 100%;
        border-radius: 12px;
        border: 6px solid #fff;
        box-shadow: 0 15px 40px rgba(0,0,0,0.12);
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .intro-img-badge {
        position: absolute;
        top: 40px;
        left: -25px;
        background: rgba(0, 0, 0, 0.75);
        padding: 10px 20px;
        border-radius: 50px;
        box-shadow: 0 15px 40px rgba(0,0,0,0.12);
        z-index: 3;
        display: flex;
        align-items: center;
        gap: 10px;
        font-weight: 600;
        color: #fff;
        font-size: 0.9rem;
        backdrop-filter: blur(4px);
    }

    .intro-img-badge i {
        color: #fff;
        font-size: 1.1rem;
    }



    /* --- 7. Responsive Adjustments --- */
    @media (max-width: 991px) {
        .service-intro-textimg {
            text-align: center;
            padding: 50px 0;
        }

        .intro-title::after {
            left: 50%;
            transform: translateX(-50%);
        }

        .intro-highlight-grid {
            text-align: left;
        }

        .intro-img {
            margin-bottom: 50px;
        }

        .main-photo {
            width: 100%;
        }

        .intro-img-badge {
            left: 0;
        }
    }

    /* ========== WHY SECTION ========== */

    .why-thelaundry-nepal {
      background: #f7f9ff;
    }

    .why-thelaundry-nepal .section-title {
      font-size: 2.4rem;
      font-weight: 700;
      color: #0E68C2;
      margin-bottom: 10px;
    }

    .why-thelaundry-nepal .section-subtitle {
      font-size: 1rem;
      color: var(--text-muted);
    }

    .why-thelaundry-nepal .dry-clean-feature-card {
      display: flex;
      align-items: flex-start;
      gap: 18px;
      background: #fff;
      border-radius: 14px;
      padding: 16px 16px 14px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
      transition: transform 0.25s, box-shadow 0.25s;
    }

    .why-thelaundry-nepal .dry-clean-feature-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
    }

    .why-thelaundry-nepal .dry-clean-feature-icon {
      width: 56px;
      height: 56px;
      border-radius: 14px;
      background-color: rgba(14, 104, 194, 0.1);
      display: grid;
      place-items: center;
      font-size: 1.4rem;
      color: #0E68C2;
      flex-shrink: 0;
    }

    .why-thelaundry-nepal .dry-clean-feature-text h5 {
      font-size: 1.05rem;
      font-weight: 600;
      margin-bottom: 6px;
      color: #1a2b5f;
    }

    .why-thelaundry-nepal .dry-clean-feature-text p {
      font-size: 0.9rem;
      color: var(--text-muted);
      margin-bottom: 0;
      line-height: 1.6;
    }

    /* ========== GARMENT MENU ========== */

    .garment-expert-section {
      background: #0b1120;
      color: #fff;
    }

    .garment-expert-section-title {
      font-size: 2.3rem;
      margin-bottom: 0.5rem;
    }

    .garment-expert-section-short-text {
      font-size: 0.96rem;
      color: #e5e7eb;
      margin-bottom: 1.6rem;
      text-align: left;
    }

    .garment-expert-section .side-image-wrapper img {
      border-radius: 16px;
    }

    .garment-expert-section .image-overlay {
      position: absolute;
      inset: 0;
      border-radius: 16px;
      background: linear-gradient(135deg, rgba(73, 104, 199, 0.3), rgba(64, 78, 99, 0.2));
      z-index: 1;
      transition: all 0.3s ease;
    }

    .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));
    }

    .garment-expert-section .item-box {
      background: #111827;
      color: #e5e7eb;
      font-size: 13px;
      font-weight: 600;
      text-align: center;
      padding: 14px 10px;
      border-radius: 12px;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.35);
      transition: all 0.25s ease;
      cursor: default;
    }

    .garment-expert-section .item-box:hover {
      background: #1d4ed8;
      color: #fff;
      transform: translateY(-3px);
      box-shadow: 0 10px 25px rgba(37, 99, 235, 0.45);
    }

    /* ========== PROCESS TIMELINE (Bootstrap-based) ========== */

    .dc-ring-section {
      background: linear-gradient(180deg, #f9fafb 0%, #f3f4f6 100%);
    }

    .dc-ring-title {
      color: #0E68C2;
    }

    .dc-ring-subtitle {
      max-width: 640px;
    }

    .dc-ring-center-wrap {
      max-width: 320px;
      position: relative;
    }

    .dc-ring-center-img {
      border-radius: 50%;
      background: #fff;
      padding: 14px;
      box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
      transition: transform 0.7s ease, box-shadow 0.7s ease;
    }

    .dc-ring-center-wrap.show .dc-ring-center-img {
      transform: translateY(0);
    }

    .dc-ring-center-wrap.reveal-on-scroll {
      transform: translateY(24px);
    }

    .dc-ring-center-wrap.reveal-on-scroll.show {
      transform: translateY(0);
    }

    .dc-step {
      background-color: #ffffff;
      border: 1px solid transparent;
      box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
      cursor: default;
      transition:
        background-color 0.18s ease,
        box-shadow 0.18s ease,
        transform 0.18s ease,
        border-color 0.18s ease;
    }

    .dc-step-content p {
      color: var(--dc-muted);
    }

    .dc-step:hover,
    .dc-step:focus-visible {
      background-color: #f8fafc;
      border-color: #e2e8f0;
      transform: translateY(-2px);
      box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
      outline: none;
    }

    .dc-step-number {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      font-weight: 700;
      font-size: 0.9rem;
      color: #fff;
      box-shadow: 0 10px 20px rgba(148, 163, 184, 0.5);
      position: relative;
    }

    .dc-step-1 .dc-step-number { background: var(--dc-orange); }
    .dc-step-2 .dc-step-number { background: var(--dc-pink); }
    .dc-step-3 .dc-step-number { background: var(--dc-purple); }
    .dc-step-4 .dc-step-number { background: var(--dc-violet); }
    .dc-step-5 .dc-step-number { background: var(--dc-sky); }
    .dc-step-6 .dc-step-number { background: var(--dc-teal); }
    .dc-step-7 .dc-step-number { background: var(--dc-emerald); }
    .dc-step-8 .dc-step-number { background: var(--dc-lime); }

    @media (min-width: 992px) {
      /* Left column: number on the inner (right) side */
      .dc-ring-layout .col-lg-4:first-child .dc-step {
        flex-direction: row-reverse;
        text-align: right;
      }

      .dc-ring-layout .col-lg-4:first-child .dc-step-content {
        text-align: right;
      }

      /* Connector lines towards center */
      .dc-ring-layout .col-lg-4:first-child .dc-step-number::after,
      .dc-ring-layout .col-lg-4:last-child .dc-step-number::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 34px;
        height: 1px;
        background-color: #e2e8f0;
        transform: translateY(-50%);
      }

      .dc-ring-layout .col-lg-4:first-child .dc-step-number::after {
        right: -34px;
      }

      .dc-ring-layout .col-lg-4:last-child .dc-step-number::after {
        left: -34px;
      }
    }

    @media (max-width: 991.98px) {
      .dc-ring-center-wrap {
        max-width: 280px;
      }

      .dc-step-number::after {
        display: none;
      }
    }

    @media (max-width: 575.98px) {
      .dc-ring-center-wrap {
        max-width: 240px;
      }

      .dc-step-number {
        width: 40px;
        height: 40px;
        font-size: 0.8rem;
      }
    }

    /* ========== FAQ SECTION ========== */

    .custom-faq-section {
      padding: 80px 0;
      background: #f9fafb;
    }

    .faq-section-left-part h2 {
      font-size: 2.4rem;
      margin-bottom: 0.7rem;
      line-height: 1.3;
    }

    .faq-intro-text {
      font-size: 1rem;
      color: #6b7280;
      max-width: 700px;
      margin: 0 auto 2.5rem;
    }

    .accordion-item {
      border-radius: 16px;
      overflow: hidden;
      background: #ffffff;
      border: 1px solid #e5e7eb;
      transition: box-shadow 0.25s ease, transform 0.25s ease;
    }

    .accordion-item:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    }

    .accordion-button {
      background: #cfe2ff;
      padding: 1.2rem 1.5rem;
      display: flex;
      gap: 15px;
      font-size: 1.05rem;
      font-weight: 600;
      border: none;
      box-shadow: none;
    }

    .accordion-button:not(.collapsed) {
      color: #111827;
      background: #cfe2ff;
      box-shadow: none;
    }

    .accordion-body {
      padding: 1.4rem 1.6rem;
      color: #4b5563;
      font-size: 0.98rem;
      line-height: 1.6;
    }

    .faq-number {
      font-weight: 700;
      font-size: 1rem;
      color: #6366f1;
    }

    .faq-question {
      flex: 1;
    }

        /* ========== CTA SECTION ========== */

    .ready-look-best-section {
      background: linear-gradient(90deg, #003087, #4968C7);
      padding-top: 48px;
      padding-bottom: 48px;
    }

    .ready-look-best-section .bg-overlay {
      background: transparent;
    }
