      :root {
        --gradient-text-start: #00E9DA;
        /* A light teal color */
        --gradient-text-end: #A7A7A7;
        /* A light gray color */
      }

      .testimonials-section {
        background-color: #0F1626;;
        padding: 80px 0;
        padding-bottom: 347px;
        text-align: center;
        padding-left: 100px;
        padding-right: 100px;
      }

      .testimonials-section h2 {
        font-family: 'Inter', sans-serif;
        font-size: 48px;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 164px;
      }

      .testimonial-slider {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        gap: 16px;
        width: 100vw;
        max-width: 100vw;
        padding: 0;
        margin: 0;
        scroll-snap-type: x mandatory;
        align-items: stretch;
        scroll-behavior: smooth;
      }

      .testimonial-slider::-webkit-scrollbar {
        display: none;
      }

      .testimonial-slider {
        -ms-overflow-style: none;
        scrollbar-width: none;
      }

      .testimonial-card:first-child {
        margin-left: 100px;
      }

      .testimonial-card {
        background-color: #040114;
        border: 1px solid #475569;
        border-radius: 14px;
        padding: 24px;
        width: 380px;
        min-width: 380px;
        max-width: 440px;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
        height: 460px;
        min-height: 460px;
        max-height: 460px;
        box-sizing: border-box;
        justify-content: flex-start;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.07);
        scroll-snap-align: start;
        text-align: left;
      }

      .card-header {
        display: flex;
        align-items: center;
        gap: 12px;
      }

      .company-logo {
        width: 133px;
        height: 32px;
        background-color: #A7A7A7;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        color: #060606;
      }

      .company-logo.img-logo {
        background-color: transparent;
        border-radius: 0;
      }

      .company-name {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 1.1;
        color: var(--text-primary);
      }

      .testimonial-text {
        flex: 1;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 160%;
        color: var(--text-secondary);
        margin: 0;
        text-align: left;
      }

      .author-info {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-top: auto;
      }

      .author-avatar {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .author-avatar img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .author-details {
        display: flex;
        flex-direction: column;
        gap: 4px;
      }

      .author-name {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 160%;
        color: var(--text-primary);
      }

      .author-title {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.4;
        color: #D2D2D2;
      }

      .logo-zoomerr-icon {
        width: 23.75px;
        height: 23.75px;
        border-radius: 50%;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0F172A;
        font-weight: bold;
        font-size: 14px;
      }

      .logo-shells-icon {
        width: 23.75px;
        height: 23.75px;
        border-radius: 50%;
        background-color: transparent;
        border: 2px solid white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: bold;
        color: white;
        transform: rotate(-45deg);
      }

      @media (max-width: 600px) {
        .testimonials-section {
          padding: 0;
          text-align: center;
          overflow-x: hidden;
          margin-bottom: 70px;
        }

        .testimonials-section h2 {
          font-size: 16px;
          font-weight: 700;
          width: fit-content;
          line-height: 100%;
          color: #fff;
          margin-top: 60px;
          margin-bottom: 60px;
          margin-left: auto;
          margin-right: auto;
        }

        .testimonial-slider {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          overflow-x: auto;
          gap: 12px;
          width: 100vw;
          max-width: 100vw;
          padding: 0;
          margin: 0;
          scroll-snap-type: x mandatory;
          align-items: flex-start;
          scroll-behavior: smooth;
        }

        .testimonial-card {
          width: 150px;
          min-width: 150px;
          max-width: 150px;
          height: 200px;
          min-height: 200px;
          max-height: 200px;
          flex-shrink: 0;
          padding: 10px;
          border-radius: 16px;
          gap: 6px;
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
          font-size: 10px;
          display: flex;
          flex-direction: column;
          scroll-snap-align: start;
        }

        .testimonial-text {
          font-size: 9px;
          line-height: 160%;
          margin: 0 0 5px 0;
          width: 100%;
          font-family: Roboto, sans-serif;
          font-weight: 400;
          color: #fff;
        }

        .author-info {
          width: 100%;
          gap: 8px;
          padding-top: 4px;
          display: flex;
          align-items: center;
          margin-top: auto;
        }

        .author-avatar {
          width: 31px;
          height: 31px;
          border-radius: 50%;
          object-fit: cover;
          margin-right: 8px;
        }

        .author-details {
          width: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          gap: 0;
        }

        .author-name {
          font-size: 8px;
          font-weight: 400;
          color: #fff;
          line-height: 160%;
          width: 100%;
          height: 13px;
        }

        .author-title {
          font-size: 8px;
          color: #D2D2D2;
          line-height: 1.4;
        }

        .card-header {
          display: flex;
          align-items: center;
          gap: 8px;
        }

        .company-logo {
          width: 80px;
          height: 25px;
          border-radius: 4px;
          font-size: 9px;
        }
      }