/* ==============================================
   Footer خاص بالموبايل - ESS System
   ============================================== */

/* إخفاء Footer الموبايل على الشاشات الكبيرة */
.footer-mobile {
    display: none !important;
}

/* إظهار Footer العادي فقط على الشاشات الكبيرة */
.footer-dynamic {
    display: block !important;
}

/* ===== للموبايل والتابلت (768px وأقل) ===== */
@media (max-width: 768px) {
    /* إخفاء Footer العادي */
    .footer-dynamic {
        display: none !important;
    }
    
    /* إظهار Footer الموبايل */
    .footer-mobile {
        display: block !important;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        margin-top: 2rem;
        padding: 1.5rem 0;
    }
    
    /* الشعار */
    .footer-mobile-logo {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        object-fit: cover;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }
    
    /* العنوان الرئيسي */
    .footer-mobile h6 {
        font-size: 1rem;
        color: #fff;
        margin-bottom: 0.5rem;
    }
    
    /* الوصف */
    .footer-mobile p {
        font-size: 0.75rem;
        line-height: 1.3;
        color: rgba(255,255,255,0.8);
    }
    
    /* الأيقونات الاجتماعية */
    .social-icons-mobile {
        display: flex;
        justify-content: center;
        gap: 1.5rem;
        margin: 1rem 0;
    }
    
    .social-icons-mobile a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: rgba(255,255,255,0.15);
        border-radius: 50%;
        transition: all 0.3s ease;
        font-size: 1.2rem;
    }
    
    .social-icons-mobile a:hover {
        background: rgba(255,255,255,0.3);
        transform: translateY(-3px);
    }
    
    /* معلومات الاتصال */
    .footer-mobile .small {
        font-size: 0.75rem;
        color: rgba(255,255,255,0.9);
    }
    
    .footer-mobile .small a {
        color: rgba(255,255,255,0.9);
        transition: color 0.3s ease;
    }
    
    .footer-mobile .small a:hover {
        color: #fff;
    }
    
    /* الخط الفاصل */
    .footer-mobile hr {
        border-color: rgba(255,255,255,0.2);
        margin: 1rem 0;
    }
    
    /* Powered By Section */
    .footer-mobile .text-muted {
        color: rgba(255,255,255,0.7) !important;
        font-size: 0.7rem;
    }
}

/* ===== للشاشات الصغيرة جداً (480px وأقل) ===== */
@media (max-width: 480px) {
    .footer-mobile {
        padding: 1.25rem 0;
    }
    
    .footer-mobile-logo {
        height: 45px;
        width: 45px;
    }
    
    .footer-mobile h6 {
        font-size: 0.95rem;
    }
    
    .footer-mobile p,
    .footer-mobile .small {
        font-size: 0.7rem;
    }
    
    .social-icons-mobile {
        gap: 1.25rem;
    }
    
    .social-icons-mobile a {
        width: 38px;
        height: 38px;
        font-size: 1.1rem;
    }
}

/* ===== للشاشات الأفقية الصغيرة ===== */
@media (max-width: 768px) and (orientation: landscape) {
    .footer-mobile {
        padding: 1rem 0;
    }
    
    .footer-mobile .mb-3 {
        margin-bottom: 0.75rem !important;
    }
}

/* ==============================================
   تحسينات Footer العادي للأجهزة المتوسطة
   (في حال لم يتم إخفاؤه)
   ============================================== */

/* للتابلت والموبايل (768px وأقل) */
@media (max-width: 768px) {
    /* Footer الأساسي */
    .footer-dynamic {
        padding: 1.5rem 0.5rem !important;
        margin-top: 1.5rem !important;
        font-size: 0.85rem !important;
    }
    
    .footer-dynamic .container {
        padding: 0 10px !important;
        max-width: 100% !important;
    }
    
    /* إزالة الـ Rows والـ Columns التقليدية */
    .footer-dynamic .row {
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    
    .footer-dynamic .col-md-4,
    .footer-dynamic .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0.5rem 0 !important;
        text-align: center !important;
        margin: 0 !important;
    }
    
    .footer-dynamic .text-md-end,
    .footer-dynamic .text-end {
        text-align: center !important;
    }
    
    /* الشعار والعناوين */
    .footer-dynamic .d-flex.align-items-center {
        justify-content: center !important;
        flex-wrap: wrap;
        gap: 0.5rem;
        margin-bottom: 0.5rem !important;
    }
    
    .footer-dynamic h5 {
        font-size: 1rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .footer-dynamic h6 {
        font-size: 0.9rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    /* الصور */
    .footer-dynamic img {
        height: 30px !important;
        width: 30px !important;
        margin: 0 5px !important;
    }
    
    /* النصوص */
    .footer-dynamic p {
        font-size: 0.75rem !important;
        line-height: 1.3 !important;
        margin-bottom: 0.5rem !important;
        word-wrap: break-word;
    }
    
    .footer-dynamic small,
    .footer-dynamic .small {
        font-size: 0.7rem !important;
        line-height: 1.3 !important;
        display: block;
        margin: 0.25rem 0;
    }
    
    /* الأيقونات الاجتماعية */
    .social-links {
        margin: 0.75rem 0 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 1rem !important;
        flex-wrap: wrap;
    }
    
    .social-links a {
        font-size: 1.4rem !important;
        padding: 0.25rem;
    }
    
    /* معلومات الاتصال */
    .footer-dynamic .mb-1 {
        margin-bottom: 0.4rem !important;
        font-size: 0.75rem !important;
    }
    
    .footer-dynamic .mb-3 {
        margin-bottom: 0.75rem !important;
    }
    
    /* الخط الفاصل */
    .footer-dynamic hr {
        margin: 0.75rem 0 !important;
        opacity: 0.2 !important;
    }
    
    /* Powered By Section */
    .powered-by-footer {
        margin-bottom: 0.75rem !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }
    
    .powered-by-footer .d-flex {
        justify-content: center !important;
        flex-wrap: wrap;
    }
    
    /* الروابط في الأسفل */
    .footer-dynamic a {
        font-size: 0.7rem !important;
        padding: 0.25rem 0.5rem;
        display: inline-block;
    }
}

/* للشاشات الصغيرة جداً (480px وأقل) */
@media (max-width: 480px) {
    .footer-dynamic {
        padding: 1rem 0.25rem !important;
        margin-top: 1rem !important;
    }
    
    .footer-dynamic .container {
        padding: 0 5px !important;
    }
    
    .footer-dynamic h5 {
        font-size: 0.9rem !important;
    }
    
    .footer-dynamic h6 {
        font-size: 0.85rem !important;
    }
    
    .footer-dynamic img {
        height: 25px !important;
        width: 25px !important;
    }
    
    .footer-dynamic p {
        font-size: 0.7rem !important;
    }
    
    .footer-dynamic small,
    .footer-dynamic .small {
        font-size: 0.65rem !important;
    }
    
    .social-links a {
        font-size: 1.2rem !important;
    }
    
    .footer-dynamic .mb-1 {
        font-size: 0.7rem !important;
    }
}

/* للشاشات الأفقية الصغيرة */
@media (max-width: 768px) and (orientation: landscape) {
    .footer-dynamic {
        padding: 1rem 0.5rem !important;
    }
    
    .footer-dynamic .row {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .footer-dynamic .col-md-4 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}
