/* تنسيقات صفحة من نحن - about.css */

.about-brand-logo { height: 50px; width: auto; }

/* ألوان أيقونات القيم */
.bg-grad-blue { background: linear-gradient(135deg, #0ea5e9, #38bdf8); }
.bg-grad-purple { background: linear-gradient(135deg, #7c3aed, #a78bfa); }
.bg-grad-orange { background: linear-gradient(135deg, #f59e0b, #fbbf24); }

/* قسم المؤسس */
.founder-avatar-wrapper { width: 110px; height: 110px; margin: 0 auto 20px; }
.founder-avatar-container { width: 110px; height: 110px; font-size: 40px; }
.founder-img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.founder-title-ar { font-size: 22px; margin-top: 10px; }
.founder-title-en { font-size: 14px; margin-bottom: 14px; }
.founder-bio { color: rgba(255, 255, 255, 0.75); font-size: 14px; line-height: 1.8; max-width: 500px; }
.founder-bio.ar-bio { margin: 14px auto; }
.founder-bio.en-bio { margin: 0 auto 20px; }
.founder-socials { justify-content: center; }

/* أيقونات شركاء النجاح */
.partner-icon { font-size: 32px; }
.color-riyadh { color: #38bdf8; }
.color-business { color: #7c3aed; }
.color-franchise { color: #9643B5; }
.color-tech { color: #f59e0b; }
.color-health { color: #0ea5e9; }