@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
---

 /* ==========================================================================
   تنسيقات صفحة الخدمات العصرية المحدثة (Premium Feature-Grid Services)
   ========================================================================== */
.premium-services-section {
    padding-bottom: 80px;
}

/* شبكة تحكم لوحية لوحدات الخدمات */
.services-modern-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

/* بطاقة الخدمة الاحترافية المطورة */
.modern-service-card {
    background: #ffffff;
    flex: 1;
    min-width: 350px;
    max-width: calc(33.333% - 20px); /* توزيع مثالي متوازن بـ 3 أعمدة في السطر */
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(27, 46, 28, 0.02);
    border: 1px solid #f0f4f0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* تأثير الإضاءة الحوافي المتحرك (Glow Hover Overlays) */
.card-glow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #2e7d32, #81c784);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease;
}

.modern-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(46, 125, 50, 0.08);
    border-color: #cbdccb;
}

.modern-service-card:hover .card-glow-overlay {
    transform: scaleX(1);
}

/* رأس بطاقة الخدمة والأيقونات الدائرية الملونة */
.service-header-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.service-pro-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px; /* زوايا ناعمة للأيقونة لتشبه التطبيقات الذكية */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
    transition: all 0.3s ease;
}

/* تباين ألوان الأيقونات لكل قطاع */
.icon-edu { background-color: #efebe9; color: #5d4037; }
.icon-water { background-color: #e3f2fd; color: #1565c0; }
.icon-food { background-color: #fff3e0; color: #ef6c00; }
.icon-health { background-color: #ffebee; color: #c62828; }
.icon-work { background-color: #efebe9; color: #37474f; }
.icon-family { background-color: #f3e5f5; color: #6a1b9a; }

.modern-service-card:hover .service-pro-icon {
    transform: scale(1.08) rotate(-5deg);
}

/* شارات الحالة للمشاريع */
.service-status-badge {
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    background-color: #f1f8e9;
    color: #2e7d32;
    border: 1px solid rgba(46, 125, 50, 0.1);
}

/* نصوص جسم الخدمة والخطوط العريضة لـ Cairo */
.service-card-body {
    margin-bottom: 25px;
    flex-grow: 1;
}

.service-card-body h3 {
    font-size: 20px;
    font-weight: 800;
    color: #222;
    margin-bottom: 12px;
    transition: color 0.3s;
}

.modern-service-card:hover .service-card-body h3 {
    color: #2e7d32;
}

.service-card-body p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    font-weight: 500;
}

/* أشرطة القياس المدمجة والروابط في نهاية الكارت */
.service-card-footer {
    border-top: 1px solid #f0f3f0;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.impact-stat {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.impact-stat span {
    font-size: 12px;
    font-weight: 700;
    color: #888;
}

.pro-mini-progress {
    width: 100%;
    height: 6px;
    background-color: #f0f2f0;
    border-radius: 10px;
    overflow: hidden;
}

.pro-mini-progress .p-bar {
    height: 100%;
    background: linear-gradient(90deg, #81c784, #2e7d32);
    border-radius: 10px;
}

.service-action-link {
    font-size: 14px;
    font-weight: 700;
    color: #2e7d32;
    align-self: flex-start;
    transition: transform 0.3s;
}

.modern-service-card:hover .service-action-link {
    color: #1b5e20;
    transform: translateX(-5px); /* حركة لليمين بسيطة متوافقة مع الـ RTL */
}

/* ==========================================================================
   التجاوب التام المطور مع الشاشات وهواتف الجوال لصفحة الخدمات
   ========================================================================== */
@media (max-width: 1200px) {
    .modern-service-card {
        max-width: calc(50% - 15px); /* صفحتين بجوار بعضهما للشاشات المتوسطة */
    }
}

@media (max-width: 768px) {
    .services-modern-grid {
        gap: 20px;
    }
    .modern-service-card {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 25px;
    }
    .service-card-body h3 {
        font-size: 18px;
    }
}

/* ==========================================================================
   تنسيقات صفحة التبرع والمساهمة الرقمية المحدثة (Premium Donation Page)
   ========================================================================== */
.banner-badge {
    background-color: rgba(129, 199, 132, 0.2);
    color: #81c784;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
    border: 1px solid rgba(129, 199, 132, 0.3);
}

.donate-page-section {
    padding-bottom: 80px;
}

.donate-master-grid {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* بطاقة فورم التبرع الفاخرة */
.pro-donate-card {
    flex: 1.6;
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(27, 46, 28, 0.04);
    border: 1px solid #f0f4f0;
}

.card-header-accent {
    margin-bottom: 35px;
}

.card-header-accent h2 {
    font-size: 26px;
    font-weight: 800;
    color: #1b5e20;
    margin-bottom: 5px;
}

.card-header-accent p {
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

/* تبديل دورية التبرع */
.donation-frequency {
    display: flex;
    background-color: #f5f7f5;
    padding: 6px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.freq-label {
    flex: 1;
    cursor: pointer;
    text-align: center;
}

.freq-label input {
    display: none;
}

.freq-label span {
    display: block;
    padding: 12px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #666;
    transition: all 0.3s;
}

.freq-label input:checked + span {
    background-color: #ffffff;
    color: #2e7d32;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

/* شبكة بلاطات المبالغ الجاهزة */
.pro-amount-selector {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.amount-tile {
    flex: 1;
    min-width: 110px;
    cursor: pointer;
}

.amount-tile input {
    display: none;
}

.tile-content {
    background: #ffffff;
    border: 2px solid #eef2ee;
    padding: 18px 10px;
    border-radius: 14px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tile-price {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #333;
}

.tile-currency {
    font-size: 12px;
    color: #777;
    font-weight: 600;
}

.amount-tile:hover .tile-content {
    border-color: #81c784;
    background-color: #f9fbf9;
}

.amount-tile input:checked + .tile-content {
    border-color: #2e7d32;
    background-color: #e8f5e9;
}

.amount-tile input:checked + .tile-content .tile-price {
    color: #2e7d32;
}

/* حقول الإدخال الاحترافية */
.pro-form-group {
    margin-bottom: 25px;
}

.field-label {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #444;
    margin-bottom: 8px;
}

.input-with-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.input-currency-icon {
    position: absolute;
    right: 15px;
    font-weight: 700;
    color: #2e7d32;
    font-size: 15px;
}

.input-with-icon input {
    width: 100%;
    padding: 14px 50px 14px 15px; /* مسافة أوسع من اليمين للأيقونة للـ RTL */
    border: 2px solid #eef2ee;
    border-radius: 12px;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    outline: none;
    transition: border-color 0.3s;
}

.input-with-icon input:focus, .pro-select:focus, .pro-input:focus {
    border-color: #2e7d32;
    background-color: #f9fbf9;
}

.pro-select, .pro-input {
    width: 100%;
    padding: 14px 15px;
    border: 2px solid #eef2ee;
    border-radius: 12px;
    font-family: 'Cairo', sans-serif;
    font-size: 15px;
    font-weight: 600;
    outline: none;
    background-color: #ffffff;
    transition: all 0.3s;
}

.pro-donor-row {
    display: flex;
    gap: 20px;
}

.flex-1 { flex: 1; }

/* خيارات بوابات الدفع بأسلوب البلاطات المضيئة */
.pro-pay-grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.pro-pay-tile {
    flex: 1;
    min-width: 130px;
    cursor: pointer;
}

.pro-pay-tile input {
    display: none;
}

.pay-tile-inner {
    border: 2px solid #eef2ee;
    padding: 15px;
    border-radius: 12px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #555;
    transition: all 0.3s;
}

.pro-pay-tile:hover .pay-tile-inner {
    border-color: #81c784;
}

.pro-pay-tile input:checked + .pay-tile-inner {
    border-color: #2e7d32;
    background-color: #f1f8e9;
    color: #2e7d32;
}

/* زر التبرع الرئيسي الفخم */
.pro-submit-btn {
    width: 100%;
    background-color: #2e7d32;
    color: #ffffff;
    padding: 16px;
    border: none;
    border-radius: 30px;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(46, 125, 50, 0.25);
    margin-top: 15px;
    transition: all 0.3s;
}

.pro-submit-btn:hover {
    background-color: #1b5e20;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(46, 125, 50, 0.35);
}

/* الشق الأيسر: بطاقات الحسابات البنكية المتميزة */
.pro-bank-sidebar {
    flex: 1;
    background-color: #ffffff;
    border-radius: 24px;
    padding: 35px 30px;
    border: 1px solid #f0f4f0;
    box-shadow: 0 20px 50px rgba(27, 46, 28, 0.02);
}

.sidebar-header {
    margin-bottom: 25px;
}

.sidebar-header h2 {
    font-size: 22px;
    font-weight: 800;
    color: #333;
    margin-bottom: 5px;
}

.sidebar-header p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.premium-bank-card {
    background-color: #f9fbf9;
    border: 1px solid #edf4ed;
    border-right: 5px solid #2e7d32; /* حافة مضيئة ملونة للمطابقة الهوية البصرية */
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 20px;
    transition: transform 0.3s;
}

.premium-bank-card:hover {
    transform: scale(1.02);
}

.p-bank-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.p-bank-icon {
    font-size: 20px;
}

.p-bank-name {
    font-weight: 800;
    color: #1b5e20;
    font-size: 16px;
}

.p-bank-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.p-row {
    font-size: 13px;
    color: #555;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}

.p-row strong {
    color: #333;
    font-family: monospace, 'Cairo';
    font-size: 14px;
    letter-spacing: 0.5px;
}

/* بطاقة إنستا باي المميزة */
.premium-instapay-card {
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    border: 1px dashed #2e7d32;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    margin-top: 25px;
}

.insta-badge {
    background-color: #2e7d32;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.premium-instapay-card p {
    font-size: 13px;
    color: #444;
    font-weight: 600;
}

.insta-address {
    font-size: 20px;
    font-weight: 900;
    color: #1b5e20;
    margin-top: 5px;
    letter-spacing: 0.5px;
}

/* التجاوب الكامل والديناميكي مع أحجام الشاشات المختلفة والهواتف */
@media (max-width: 1200px) {
    .donate-master-grid {
        gap: 25px;
    }
    .pro-donate-card {
        padding: 30px;
    }
    .tile-price {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .donate-master-grid {
        flex-direction: column;
    }
    .pro-donate-card, .pro-bank-sidebar {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .pro-donor-row {
        flex-direction: column;
        gap: 0;
    }
    .pro-amount-selector {
        gap: 10px;
    }
    .amount-tile {
        min-width: calc(50% - 5px); /* ترتيب المبالغ على الموبايل في صفين متناسقين */
    }
    .pro-pay-tile {
        min-width: 100%; /* تحويل وسائل الدفع إلى سطور كاملة مريحة للمس بالهاتف */
    }
}

/* ==========================================================================
   تنسيقات تذييل الصفحة الاحترافي الجديد (Footer Styles)
   ========================================================================== */
/* ==========================================================================
   تنسيقات قسم الإحصائيات المطور بالتأثيرات الدائرية والعمق البصري
   ========================================================================== */
.stats-section {
    position: relative;
    z-index: 25;
    margin-top: -65px; /* سحب ذكي فوق البانر للتداخل الإبداعي */
    padding: 0 15px;
}

.stats-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    background: rgba(255, 255, 255, 0.95); /* تأثير زجاجي ناعم */
    backdrop-filter: blur(10px);
    padding: 30px 35px;
    border-radius: 24px; /* حواف عصرية ناعمة جداً */
    box-shadow: 0 20px 45px rgba(46, 125, 50, 0.07), 
                0 1px 3px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

/* تصميم بطاقة الإحصائية الفردية */
.stat-card {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 20px 25px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #f2f7f2;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* تأثير التمرير الفاخر (Hover Effect) */
.stat-card:hover {
    transform: translateY(-8px);
    border-color: #81c784;
    box-shadow: 0 15px 35px rgba(46, 125, 50, 0.12);
}

/* صندوق الأيقونة الدائري البصري */
.stat-visual-box {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* حلقة التقدم المحيطة */
.progress-ring {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg); /* تدوير الحلقة لتبدأ من الأعلى بشكل صحيح */
}

.progress-ring__circle {
    transition: stroke-dashoffset 0.35s;
    transform-origin: 50% 50%;
}

/* قلب حلقة الأيقونة الداخلي */
.stat-icon-inner {
    font-size: 30px;
    width: 60px;
    height: 60px;
    background-color: #f1f8e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.4s ease;
}

/* تفاعل الأيقونة الدائرية وحلقة التقدم عند الـ Hover */
.stat-card:hover .stat-icon-inner {
    background-color: #2e7d32;
    color: #ffffff;
    transform: scale(1.05);
}

/* نصوص الأرقام وتفاصيل الإحصائيات */
.stat-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.stat-number {
    font-size: 34px;
    font-weight: 800; /* خط Cairo بأعلى درجات عريضة لإبراز العداد */
    color: #1b5e20;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.stat-label {
    color: #616161;
    font-size: 15px;
    font-weight: 600;
}

/* ==========================================================================
   التجاوب الذكي والشامل مع الشاشات المختلفة والهواتف
   ========================================================================== */
@media (max-width: 1200px) {
    .stats-container {
        padding: 25px;
        gap: 20px;
    }
    .stat-card {
        padding: 15px 20px;
        gap: 15px;
    }
    .stat-number {
        font-size: 28px;
    }
}

@media (max-width: 992px) {
    .stats-container {
        flex-wrap: wrap;
    }
    .stat-card {
        min-width: calc(50% - 10px); /* توزيع بطاقتين بجوار بعضهما في الشاشات المتوسطة */
    }
}

@media (max-width: 768px) {
    .stats-section {
        margin-top: 25px; /* إلغاء التداخل في شاشات الجوال لراحة تصفح العين */
    }
    .stats-container {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
        background: transparent;
        box-shadow: none;
        border: none;
    }
    .stat-card {
        width: 100%;
        min-width: 100%;
        padding: 20px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02);
    }
    .stat-card:hover {
        transform: translateY(-3px); /* حركة خفيفة جداً ومريحة للمس بالهاتف */
    }
    .stat-number {
        font-size: 30px;
    }
}

.main-footer {
    background-color: #1b2e1c; /* لون زيتي غامق فاخر يتناسق مع الهوية الخيرية */
    color: #e0e0e0;
    padding-top: 60px;
    margin-top: 60px;
    border-top: 4px solid #81c784;
}

/* شبكة توزيع الأعمدة */
.footer-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.footer-col {
    flex: 1;
    min-width: 220px;
}

/* تخصيص عمود نبذة عن الجمعية */
.about-col .footer-logo {
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
}

.about-col .footer-logo span {
    color: #81c784;
}

.about-col p {
    font-size: 14px;
    color: #b0bec5;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* روابط مواقع التواصل الاجتماعي */
.social-links {
    display: flex;
    gap: 12px;
}

.social-links a {
    color: #1b2e1c;
    background-color: #ffffff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background-color: #81c784;
    color: #ffffff;
    transform: translateY(-3px);
}

/* تنسيق أعمدة القوائم والروابط */
.footer-col h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
}

/* خط أخضر صغير أسفل العناوين */
.footer-col h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 2px;
    background-color: #81c784;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: #b0bec5;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #81c784;
    padding-right: 5px; /* تأثير حركة بسيط جهة اليسار عند التمرير بالماوس */
}

/* عمود الاتصال المباشر */
.contact-col p {
    font-size: 14px;
    color: #b0bec5;
    margin-bottom: 12px;
}

.footer-btn {
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    padding: 8px 20px;
    text-align: center;
}

/* شريط الحقوق السفلي الخارجي */
.footer-bottom {
    background-color: #111e12;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 13px;
    color: #78909c;
}

.bottom-links a {
    color: #78909c;
    transition: color 0.3s;
}

.bottom-links a:hover {
    color: #81c784;
}

/* توافق التذييل مع الشاشات الصغيرة والهواتف */
@media (max-width: 768px) {
    .footer-grid {
        flex-direction: column;
        gap: 30px;
    }
    .footer-col {
        width: 100%;
        text-align: center;
    }
    .footer-col h3::after {
        right: 50%;
        transform: translateX(50%); /* توسط الخط الأخضر الصغير في الموبايل */
    }
    .social-links {
        justify-content: center;
    }
    .bottom-content {
        flex-direction: column;
        text-align: center;
    }
    .footer-col ul li a:hover {
        padding-right: 0; /* إلغاء حركة الإزاحة في الموبايل */
    }
}

/* تنسيقات البانر الفرعي المشترك للصفحات الجديدة */
/* تنسيقات صفحة نبذة عن المتبرعين */
.donors-section { padding: 40px 0 60px 0; }
.donors-grid { display: flex; gap: 30px; flex-wrap: wrap; margin-bottom: 50px; }
.donor-card { background: #fff; flex: 1; min-width: 300px; padding: 30px; border-radius: 12px; box-shadow: 0 5px 20px rgba(0,0,0,0.02); text-align: center; border: 1px solid #eee; }
.donor-img { width: 90px; height: 90px; border-radius: 50%; background-size: cover; background-position: center; margin: 0 auto 15px auto; border: 3px solid #81c784; }
.donor-card h3 { font-size: 18px; color: #333; font-weight: 800; margin-bottom: 5px; }
.donor-tag { display: inline-block; font-size: 13px; color: #2e7d32; background: #e8f5e9; padding: 3px 12px; border-radius: 15px; font-weight: 600; margin-bottom: 15px; }
.donor-card p { font-size: 14px; color: #666; font-style: italic; line-height: 1.7; }
.donor-cta { background: #e8f5e9; padding: 40px; border-radius: 12px; text-align: center; border: 1px dashed #2e7d32; }
.donor-cta h3 { font-size: 22px; color: #2e7d32; font-weight: 800; margin-bottom: 10px; }
.donor-cta p { color: #555; margin-bottom: 20px; font-size: 15px; }

/* تنسيقات صفحة فريق العمل */
.team-section { padding: 40px 0 60px 0; }
.team-grid { display: flex; gap: 30px; flex-wrap: wrap; }
.team-card { background: #fff; flex: 1; min-width: 260px; max-width: calc(25% - 23px); border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.02); border: 1px solid #eee; transition: transform 0.3s ease; }
.team-card:hover { transform: translateY(-5px); }
.member-img { height: 260px; width: 100%; background-size: cover; background-position: center; }
.member-info { padding: 20px; text-align: center; }
.member-info h3 { font-size: 17px; font-weight: 800; color: #333; margin-bottom: 5px; }
.member-info .role { font-size: 14px; color: #2e7d32; font-weight: 700; margin-bottom: 12px; }
.member-info .bio { display: block; font-size: 13px; color: #777; line-height: 1.6; height: 65px; overflow: hidden; }

/* التجاوب الإضافي للهواتف لشاشات الجوال */
@media (max-width: 992px) {
    .team-card { max-width: calc(50% - 15px); }
}
@media (max-width: 768px) {
    .team-card { max-width: 100%; }
}

.page-banner {
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
.page-banner h1 { font-size: 36px; font-weight: 800; margin-bottom: 10px; }
.page-banner p { font-size: 16px; opacity: 0.9; }

/* تنسيقات صفحة عن الجمعية */
.about-section { padding-bottom: 60px; }
.about-grid { display: flex; gap: 40px; align-items: center; }
.about-text { flex: 1; }
.about-text h2 { color: #2e7d32; font-weight: 800; margin-bottom: 15px; }
.about-img { flex: 1; height: 350px; background-size: cover; background-position: center; border-radius: 12px; }
.vision-mission { display: flex; gap: 20px; margin-top: 25px; }
.vision-mission .box { background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); flex: 1; border-top: 3px solid #2e7d32; }
.vision-mission .box h3 { color: #333; font-weight: 700; margin-bottom: 10px; }

/* تنسيقات صفحة الخدمات */
.services-section { padding-bottom: 60px; }
.services-grid { display: flex; gap: 30px; flex-wrap: wrap; }
.service-card { background: #fff; flex: 1; min-width: 300px; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.02); border-bottom: 3px solid transparent; transition: all 0.3s ease; }
.service-card:hover { border-bottom-color: #2e7d32; transform: translateY(-5px); }
.service-card .icon { font-size: 35px; margin-bottom: 15px; }
.service-card h3 { color: #2e7d32; font-weight: 800; margin-bottom: 10px; }

/* تنسيقات صفحة اتصل بنا والـ Form */
.contact-section { padding-bottom: 60px; }
.contact-grid { display: flex; gap: 50px; }
.contact-info { flex: 1; }
.contact-info h2 { color: #2e7d32; font-weight: 800; margin-bottom: 15px; }
.info-item { background: #fff; padding: 15px; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 4px 10px rgba(0,0,0,0.01); }
.contact-form-container { flex: 1; background: #fff; padding: 30px; border-radius: 12px; box-shadow: 0 5px 20px rgba(0,0,0,0.03); }
.contact-form-container h2 { font-weight: 800; margin-bottom: 20px; font-size: 22px; }
.form-group { margin-bottom: 15px; text-align: right; }
.form-group label { display: block; font-weight: 600; margin-bottom: 5px; color: #555; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 6px; font-family: 'Cairo', sans-serif; font-size: 14px; outline: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: #2e7d32; }

/* تجاوب الصفحات الجديدة مع الجوال */
@media (max-width: 768px) {
    .about-grid, .contact-grid { flex-direction: column; gap: 30px; }
    .about-img { height: 250px; width: 100%; }
    .vision-mission { flex-direction: column; }
}

/* 2. تعيين خط Cairo وتصفير المسافات */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Cairo', sans-serif;
}

body {
    background-color: #f9fbf9;
    color: #333;
    line-height: 1.6;
}

.container {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

/* القائمة العلوية */
header {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.logo {
    font-size: 24px;
    font-weight: 800;
    color: #2e7d32;
}

.logo span {
    color: #81c784;
}

nav ul {
    display: flex;
    list-style: none;
}

nav ul li {
    margin: 0 15px;
    position: relative;
}

nav ul li a {
    color: #555;
    font-weight: 700;
    display: block;
    padding: 10px 0;
}

nav ul li a:hover, nav ul li a.active {
    color: #2e7d32;
}

/* إعدادات القائمة المنسدلة (Dropdown) */
.dropdown-toggle .arrow {
    font-size: 10px;
    margin-right: 5px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
    min-width: 200px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    padding: 10px 0;
    list-style: none;
    z-index: 1000;
}

.dropdown-menu li {
    margin: 0 !important;
    width: 100%;
}

.dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    color: #555;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

.dropdown-menu li a:hover {
    background-color: #f1f8e9;
    color: #2e7d32;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown:hover .dropdown-toggle .arrow {
    transform: rotate(180deg);
}

/* أزرار الإجراءات */
.btn-donate {
    background-color: #2e7d32;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 700;
}

.btn-donate:hover {
    background-color: #1b5e20;
}

.btn-secondary {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 700;
    margin-right: 15px;
}

.btn-secondary:hover {
    background-color: #fff;
    color: #2e7d32;
}

/* إعدادات السلايدر المطور بالصور */
.slider-container {
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
}

.slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s;
    z-index: 1;
}

.slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.hero-content {
    max-width: 800px;
    color: #fff;
}

.hero-content h1 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 900;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
    font-weight: 400;
}

/* أسهم التنقل في السلايدر */
.prev-btn, .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: none;
    font-size: 24px;
    padding: 12px 18px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
    transition: background-color 0.3s;
}

.prev-btn:hover, .next-btn:hover {
    background-color: #2e7d32;
}

.prev-btn { right: 20px; }
.next-btn { left: 20px; }

/* قسم الإحصائيات الصاعد */
.stats {
    display: flex;
    justify-content: space-around;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    margin-top: -50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    z-index: 10;
}

.stat-card {
    text-align: center;
}

.stat-card h3 {
    font-size: 32px;
    color: #2e7d32;
    margin-bottom: 5px;
    font-weight: 800;
}

.stat-card p {
    color: #777;
    font-weight: 600;
}

/* قسم استعراض المشاريع والصور المدمجة */
.projects {
    padding: 60px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    color: #2e7d32;
    position: relative;
    padding-bottom: 10px;
    font-weight: 800;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #81c784;
}

.projects-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.project-card {
    background: #fff;
    flex: 1;
    min-width: 300px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}

.project-img {
    height: 220px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.project-info {
    padding: 20px;
}

.project-info h3 {
    margin-bottom: 10px;
    color: #333;
    font-weight: 800;
}

.project-info p {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
    height: 65px;
    overflow: hidden;
    font-weight: 400;
}

.progress-bar {
    background: #e0e0e0;
    height: 8px;
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
}

.progress {
    background: #2e7d32;
    height: 100%;
}

.project-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project-footer span {
    font-size: 14px;
    font-weight: 700;
    color: #555;
}

.btn-sm {
    background: #81c784;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
}

.btn-sm:hover {
    background: #2e7d32;
}

/* تذييل الصفحة (Footer) */
footer {
    background: #222;
    color: #aaa;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
    font-weight: 400;
}

/* التجاوب التام المطور مع الهواتف الذكية */
@media (max-width: 768px) {
    .navbar {
        flex-direction: column;
        gap: 15px;
    }
    nav ul {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    nav ul li {
        margin: 5px 0;
        width: 100%;
        text-align: center;
    }
    .dropdown-menu {
        position: static;
        box-shadow: none;
        background-color: #f1f8e9;
        opacity: 1;
        visibility: visible;
        transform: none;
        width: 100%;
        padding: 5px 0;
    }
    .dropdown-menu li a {
        text-align: center;
    }
    .hero-content h1 {
        font-size: 30px;
    }
    .stats {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }
    .slider-container {
        height: auto;
    }
    .slide {
        position: relative;
        padding: 80px 0;
        opacity: 1;
        visibility: visible;
        display: none;
    }
    .slide.active {
        display: flex;
    }
    .hero-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .btn-secondary {
        margin-right: 0;
    }
}
