@import url('https://fonts.googleapis.com/css2?family=Saira:wght@500;600;700;800&family=Ubuntu:wght@400;500;700&family=Galada&display=swap');

    .etd-service-details-showcase {
      width: 100%;
      position: relative;
      overflow: hidden;
      color: #ffffff;
      font-family: "Ubuntu", sans-serif;
    }

    .etd-service-details-showcase .pst-workflow-container-x13 {
      width: 100%;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .etd-service-details-showcase .pst-workflow-layout-x13 {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 44px;
      align-items: start;
    }

    .etd-service-details-showcase .pst-workflow-label-x13 {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 18px;
    }

    .etd-service-details-showcase .pst-label-line-x13 {
      width: 64px;
      height: 2px;
      display: inline-block;
      background: linear-gradient(90deg, #c79614, #f5d76e, #fff1a8);
      box-shadow: 0 0 16px rgba(245, 197, 66, 0.32);
    }

    .etd-service-details-showcase .pst-label-text-x13 {
      font-family: "Saira", sans-serif;
      font-size: 16px;
      line-height: 1;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      background: linear-gradient(90deg, #b87908, #f5d76e, #fff1a8);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      color: #f5c542;
    }

    .etd-service-details-showcase .pst-workflow-title-x13 {
      font-family: "Saira", sans-serif;
      font-size: 55px;
      line-height: 64px;
      font-weight: 700;
      letter-spacing: -1.6px;
      margin: 0 0 18px;
      color: #ffffff;
      max-width: 650px;
    }

    .etd-service-details-showcase .pst-workflow-title-x13 strong {
      background: linear-gradient(90deg, #fff1a8, #f5c542, #c79614);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      color: #f5c542;
      font-weight: 700;
    }

    .etd-service-details-showcase .pst-workflow-desc-x13 {
      font-family: "Ubuntu", sans-serif;
      font-size: 18px;
      line-height: 30px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.82);
      max-width: 600px;
      margin: 0 0 26px;
    }

    .etd-service-details-showcase .pst-process-panel-x13 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
    }

    .etd-service-details-showcase .pst-left-under-boxes-x13 {
      max-width: 650px;
      margin-top: 8px;
    }

    .etd-service-details-showcase .pst-process-box-x13 {
      position: relative;
      overflow: hidden;
      min-height: 168px;
      padding: 22px;
      border-radius: 24px;
      background:
        radial-gradient(circle at 90% 10%, rgba(245, 197, 66, 0.18), transparent 35%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035));
      border: 1px solid rgba(255, 255, 255, 0.12);
      box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
      transition: border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
      isolation: isolate;
    }

    .etd-service-details-showcase .pst-process-box-x13::before {
      content: "";
      position: absolute;
      width: 150px;
      height: 150px;
      right: -70px;
      top: -70px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(245, 197, 66, 0.24), transparent 68%);
      opacity: 0.55;
      z-index: -1;
      transition: opacity 0.35s ease;
    }

    .etd-service-details-showcase .pst-process-box-x13::after {
      content: "";
      position: absolute;
      left: 22px;
      right: 22px;
      bottom: 0;
      height: 3px;
      border-radius: 20px 20px 0 0;
      background: linear-gradient(90deg, #fff1a8, #f5c542, #b87908);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.35s ease;
    }

    .etd-service-details-showcase .pst-process-box-x13:hover {
      border-color: rgba(245, 197, 66, 0.42);
      background:
        radial-gradient(circle at 90% 10%, rgba(245, 197, 66, 0.25), transparent 36%),
        linear-gradient(145deg, rgba(245, 197, 66, 0.12), rgba(255, 255, 255, 0.04));
      box-shadow: 0 20px 55px rgba(0, 0, 0, 0.34);
    }

    .etd-service-details-showcase .pst-process-box-x13:hover::after {
      transform: scaleX(1);
    }

    .etd-service-details-showcase .pst-process-count-x13 {
      width: 38px;
      height: 38px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      font-family: "Saira", sans-serif;
      font-size: 14px;
      line-height: 1;
      font-weight: 800;
      color: #111111;
      background: linear-gradient(135deg, #fff1a8, #f5c542);
      margin-bottom: 16px;
      box-shadow: 0 10px 24px rgba(245, 197, 66, 0.22);
    }

    .etd-service-details-showcase .pst-process-box-x13 h3 {
      font-family: "Saira", sans-serif;
      font-size: 23px;
      line-height: 30px;
      font-weight: 700;
      color: #ffffff;
      margin: 0 0 8px;
    }

    .etd-service-details-showcase .pst-process-box-x13 p {
      font-size: 15px;
      line-height: 25px;
      color: rgba(255, 255, 255, 0.76);
      margin: 0;
    }

    .etd-service-details-showcase .pst-visual-row-x13 {
      display: grid;
      grid-template-columns: 0.96fr 1.04fr;
      gap: 34px;
      align-items: start;
      margin-top: 26px;
    }

    .etd-service-details-showcase .pst-testimonial-slider-x13 {
      position: relative;
      overflow: hidden;
      min-height: 360px;
      border-radius: 30px;
      padding: 28px 34px;
      margin-top: 0;
      background:
        radial-gradient(circle at 15% 18%, rgba(245, 197, 66, 0.18), transparent 32%),
        radial-gradient(circle at 92% 82%, rgba(199, 150, 20, 0.10), transparent 35%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035));
      border: 1px solid rgba(245, 197, 66, 0.22);
      box-shadow:
        0 28px 75px rgba(0, 0, 0, 0.42),
        inset 0 0 0 1px rgba(255, 255, 255, 0.06);
      isolation: isolate;
    }

    .etd-service-details-showcase .pst-testimonial-slider-x13::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
      background-size: 42px 42px;
      opacity: 0.28;
      z-index: 1;
      pointer-events: none;
    }

    .etd-service-details-showcase .pst-testimonial-slider-x13::after {
      content: "\201C";
      position: absolute;
      right: 24px;
      top: 4px;
      font-family: "Saira", sans-serif;
      font-size: 120px;
      line-height: 1;
      color: rgba(245, 197, 66, 0.12);
      z-index: 1;
      pointer-events: none;
    }

    .etd-service-details-showcase .pst-testimonial-top-x13 {
      position: relative;
      z-index: 3;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 18px;
    }

    .etd-service-details-showcase .pst-testimonial-kicker-x13 {
      font-family: "Saira", sans-serif;
      font-size: 16px;
      line-height: 1; font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      background: linear-gradient(90deg, #fff1a8, #f5c542, #c79614);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      color: #f5c542;
      margin: 0;
    }

    .etd-service-details-showcase .pst-testimonial-rating-x13 {
      display: inline-flex;
      gap: 4px;
      color: #f5c542;
      font-size: 14px;
      letter-spacing: 1px;
    }

    .etd-service-details-showcase .pst-testimonial-track-x13 {
      position: relative;
      z-index: 3;
      min-height: 198px;
    }

    .etd-service-details-showcase .pst-testimonial-slide-x13 {
      position: absolute;
      inset: 0;
      opacity: 0;
      transform: translateX(22px);
      transition: opacity 0.55s ease, transform 0.55s ease;
      pointer-events: none;
    }

    .etd-service-details-showcase .pst-testimonial-slide-x13.is-active {
      opacity: 1;
      transform: translateX(0);
      pointer-events: auto;
    }

    .etd-service-details-showcase .pst-testimonial-text-x13 {
      font-family: "Ubuntu", sans-serif;
      font-size: 18px;
      line-height: 30px;
      font-weight: 400;
      letter-spacing: 0;
      color: rgba(255, 255, 255, 0.9);
      margin: 0 0 20px;
      max-width: 540px;
    }

    .etd-service-details-showcase .pst-testimonial-user-x13 {
      display: flex;
      align-items: center;
      gap: 13px;
    }

    .etd-service-details-showcase .pst-testimonial-avatar-x13 {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid rgba(245, 197, 66, 0.45);
      box-shadow: 0 0 22px rgba(245, 197, 66, 0.18);
    }

    .etd-service-details-showcase .pst-testimonial-name-x13 {
      font-family: "Saira", sans-serif;
      font-size: 17px;
      line-height: 22px;
      font-weight: 700;
      color: #ffffff;
      margin: 0 0 3px;
    }

    .etd-service-details-showcase .pst-testimonial-role-x13 {
      font-size: 14px;
      line-height: 21px;
      color: rgba(255, 255, 255, 0.68);
      margin: 0;
    }

    .etd-service-details-showcase .pst-testimonial-dots-x13 {
      position: relative;
      z-index: 5;
      display: flex;
      gap: 9px;
      margin-top: 18px;
    }

    .etd-service-details-showcase .pst-testimonial-dot-x13 {
      width: 28px;
      height: 7px;
      border-radius: 20px;
      border: 0;
      cursor: pointer;
      background: rgba(255, 255, 255, 0.22);
      transition: width 0.3s ease, background 0.3s ease;
      padding: 0;
    }

    .etd-service-details-showcase .pst-testimonial-dot-x13.is-active {
      width: 46px;
      background: linear-gradient(90deg, #fff1a8, #f5c542, #c79614);
    }

    .etd-service-details-showcase .pst-matter-box-x13 {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 590px;
      padding: 42px 42px;
      border-radius: 30px;
      background:
        radial-gradient(circle at 18% 18%, rgba(245, 197, 66, 0.18), transparent 34%),
        radial-gradient(circle at 90% 84%, rgba(199, 150, 20, 0.20), transparent 38%),
        linear-gradient(135deg, #06040d 0%, #151018 48%, #2a1b07 100%);
      border: 1px solid rgba(245, 197, 66, 0.26);
      box-shadow:
        0 28px 80px rgba(0, 0, 0, 0.45),
        inset 0 0 0 1px rgba(255, 255, 255, 0.07);
      touch-action: none;
      isolation: isolate;
      box-sizing: border-box;
      margin-top: -260px;
    }

    .etd-service-details-showcase .pst-matter-box-x13::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
      background-size: 42px 42px;
      opacity: 0.32;
      pointer-events: none;
      z-index: 1;
    }

    .etd-service-details-showcase .pst-matter-title-x13 {
      position: relative;
      z-index: 6;
      max-width: 620px;
      margin: 0;
      font-family: "Saira", sans-serif;
      font-size: clamp(28px, 3vw, 43px);
      line-height: 1.12;
      font-weight: 700;
      letter-spacing: -1px;
      color: #ffffff;
    }

    .etd-service-details-showcase .pst-matter-title-x13 span {
      background: linear-gradient(90deg, #fff1a8, #f5c542, #c79614);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      color: #f5c542;
    }

    .etd-service-details-showcase .pst-matter-tag-wrap-x13 {
      position: absolute;
      inset: 0;
      z-index: 4;
    }

    .etd-service-details-showcase .pst-matter-tag-x13 {
      position: absolute;
      left: 0;
      top: 0;
      display: inline-block;
      opacity: 0;
      user-select: none;
      cursor: grab;
      will-change: transform;
    }

    .etd-service-details-showcase .pst-matter-tag-x13:active {
      cursor: grabbing;
    }

    .etd-service-details-showcase .pst-matter-tag-item-x13 {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 132px;
      height: 56px;
      padding: 0 22px;
      border-radius: 100px;
      background: rgba(255, 255, 255, 0.10);
      border: 1px solid rgba(255, 255, 255, 0.16);
      box-shadow:
        0 18px 36px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255,255,255,0.08);
      transform: translate(-50%, -50%) rotate(0rad);
      pointer-events: none;
      will-change: transform;
      color: #ffffff;
      font-family: "Ubuntu", sans-serif;
      font-size: 14px;
      line-height: 1;
      font-weight: 700;
      white-space: nowrap;
      backdrop-filter: blur(12px);
      overflow: hidden;
    }

    .etd-service-details-showcase .pst-matter-tag-item-x13::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      margin-right: 10px;
      background: #f5c542;
      box-shadow: 0 0 14px rgba(245, 197, 66, 0.75);
      flex: 0 0 auto;
    }

    .etd-service-details-showcase .pst-matter-tag-item-x13::after {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 100px;
      background: linear-gradient(135deg, #8f6a1f 0%, #edd580 55%, #b98b2d 100%);
      opacity: 0;
      z-index: -1;
      transition: opacity 0.3s ease;
    }

    .etd-service-details-showcase .pst-matter-tag-x13:hover .pst-matter-tag-item-x13 {
      color: #111111;
    }

    .etd-service-details-showcase .pst-matter-tag-x13:hover .pst-matter-tag-item-x13::after {
      opacity: 1;
    }

    @media (max-width: 991px) {
      .etd-service-details-showcase .pst-workflow-layout-x13,
      .etd-service-details-showcase .pst-visual-row-x13 {
        grid-template-columns: 1fr;
      }
      .etd-service-details-showcase .pst-process-panel-x13 {
        grid-template-columns: repeat(2, 1fr);
      }
      .etd-service-details-showcase .pst-left-under-boxes-x13 {
        margin-top: 18px;
      }
      .etd-service-details-showcase .pst-workflow-title-x13 {
        font-size: 46px;
        line-height: 56px;
      }
      .etd-service-details-showcase .pst-visual-row-x13 {
        margin-top: 30px;
      }
      .etd-service-details-showcase .pst-testimonial-slider-x13 {
        margin-top: 0;
        min-height: 360px;
      }
      .etd-service-details-showcase .pst-matter-box-x13 {
        height: 560px;
        margin-top: 0;
      }
    }

    @media (max-width: 767px) {
      .etd-service-details-showcase .pst-process-panel-x13 {
        grid-template-columns: 1fr;
      }
      .etd-service-details-showcase .pst-workflow-title-x13 {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: -1px;
      }
      .etd-service-details-showcase .pst-workflow-desc-x13 {
        font-size: 16px;
        line-height: 28px;
      }
      .etd-service-details-showcase .pst-visual-row-x13 {
        gap: 26px;
      }
      .etd-service-details-showcase .pst-testimonial-slider-x13 {
        padding: 24px 22px;
        border-radius: 24px;
        min-height: 370px;
      }
      .etd-service-details-showcase .pst-testimonial-track-x13 {
        min-height: 200px;
      }
      .etd-service-details-showcase .pst-testimonial-text-x13 {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 18px;
      }
      .etd-service-details-showcase .pst-matter-box-x13 {
        height: 650px;
        padding: 30px 22px;
        border-radius: 24px;
      }
      .etd-service-details-showcase .pst-matter-title-x13 {
        font-size: 30px;
        line-height: 1.15;
      }
      .etd-service-details-showcase .pst-matter-tag-item-x13 {
        min-width: 112px;
        height: 48px;
        padding: 0 17px;
        font-size: 12px;
      }
    }
