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

  /* Partnership Section Styles */
  .partnership-section {
    background-color: #0F1626;
    padding: 80px 0; /* توحيد البادينج مع sec2 */
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
  }

  /* Force color override */
  .partnership-section .partnership-description {
    color: #19A79B !important;
  }

  /* Force mobile font size override */
  @media (max-width: 440px) {
    .partnership-section .partnership-description {
      font-size: 14px !important;
      line-height: 1.3 !important;
    }
  }

  .partnership-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .partnership-title {
    font-family: 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 32px;
  }

  .partnership-description {
    font-family: 'Inter', sans-serif !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    color: #19A79B !important;
    line-height: 1.5 !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
  }

  .testimonials-section {
    background-color: #0F1626;;
    padding: 80px 0; /* توحيد البادينج مع sec2 */
    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: 80px; /* تقليل البادينج من 164px إلى 80px */
  }

  .testimonial-slider {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    gap: 16px;
    width: 100%;
    max-width: 100%;
    padding: 0 100px;
    margin: 0;
    scroll-snap-type: x mandatory;
    align-items: stretch;
    scroll-behavior: smooth;
    /* إضافة التمرير الأفقي في الديسكتوب */
    scrollbar-width: thin;
    scrollbar-color: #475569 #0F1626;
  }

  /* إظهار شريط التمرير في الديسكتوب فقط */
  @media (min-width: 769px) {
    .testimonial-slider::-webkit-scrollbar {
      display: block;
      height: 8px;
    }

    .testimonial-slider::-webkit-scrollbar-track {
      background: #0F1626;
      border-radius: 4px;
    }

    .testimonial-slider::-webkit-scrollbar-thumb {
      background: #475569;
      border-radius: 4px;
    }

    .testimonial-slider::-webkit-scrollbar-thumb:hover {
      background: #64748B;
    }

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

  /* إخفاء شريط التمرير في الموبايل */
  @media (max-width: 768px) {
    .testimonial-slider::-webkit-scrollbar {
      display: none;
    }

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

  .testimonial-card:first-child {
    margin-left: 0; /* البطاقة الأولى بدون margin */
  }

  .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: 0; /* إزالة الفجوة بعد إزالة الألقاب */
  }

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

  /* تم إزالة الألقاب من HTML */

  .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: 18px; /* توحيد حجم العنوان */
      font-weight: 700;
      width: fit-content;
      line-height: 100%;
      color: #fff;
      margin-top: 60px;
      margin-bottom: 40px; /* تقليل البادينج من 60px إلى 40px */
      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;
    }

      /* Mobile Partnership Section */
  .partnership-section {
    padding: 40px 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .partnership-title {
    font-size: 24px; /* نفس الحجم الموجود في sec9.css */
    margin-bottom: 20px;
    font-weight: 700;
  }

  .partnership-description {
    font-size: 14px !important;
    line-height: 1.3 !important;
    padding: 16px !important;
    font-weight: 400 !important;
    border: 2px solid #00E9DA;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  }