.partnership-section {
    background: #0F1626;
    padding: 80px 0;
}

.partnership-container {
    max-width: 1460px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
    margin: 0 auto;
    text-align: center;
}

.partnership-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 48px; /* توحيد حجم العنوان */
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.partnership-description {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #9CA3AF;
    max-width: 800px;
    margin: 0 auto;
}

/* تنسيقات محسنة للبطاقات */
.testimonial-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.testimonial-text {
    direction: rtl;
    text-align: center;
    font-family: 'Cairo', 'Arial', sans-serif;
    line-height: 1.6;
    margin: 20px 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.author-name {
    font-family: 'Cairo', 'Arial', sans-serif;
    font-weight: 600;
    text-align: center;
}

.author-title {
    text-align: center;
}

/* نسخة الموبايل */
@media (max-width: 600px) {
    .partnership-section {
        padding: 40px 0;
    }
    
    .partnership-container {
        max-width: 100%;
        padding: 0 20px;
    }
    
    .partnership-title {
        font-size: 18px; /* نفس الحجم الموجود في sec8.css */
        margin-bottom: 20px;
    }
    
    .partnership-description {
        font-size: 16px;
        line-height: 1.5;
    }
    
    .testimonial-text {
        direction: rtl;
        text-align: center;
        font-size: 9px;
        line-height: 1.4;
        margin: 10px 0;
    }
    
    .author-info {
        gap: 8px;
    }
    
    .author-name {
        font-size: 8px;
        text-align: center;
    }
}
