/**
 * Arabic Footer Design
 * 
 * Color Scheme: Gold (#D4AF37) + Deep Blue (#003366) + White (#FFFFFF)
 * Design Philosophy: Luxury, elegance, matching homepage theme
 */

/* ============================================================================
   Footer Main - Gold Border Top
   ========================================================================== */

body.lang-ar .site-footer {
    border-top: 4px solid #D4AF37;
    box-shadow: 0 -2px 8px rgba(212, 175, 55, 0.1);
}

/* ============================================================================
   Company Info - Gold Msili Title
   ========================================================================== */

body.lang-ar .footer-about .footer-widget-title {
    color: #D4AF37;
    font-size: 2rem;
    font-weight: 800;
    text-shadow: 0 2px 4px rgba(212, 175, 55, 0.2);
}

/* ============================================================================
   Footer Widget Titles - Gold Theme
   ========================================================================== */

body.lang-ar .footer-widget-title {
    color: #D4AF37;
    border-bottom: 3px solid #D4AF37;
    font-weight: 700;
}

body.lang-ar .footer-widget-title::after {
    background: linear-gradient(90deg, #D4AF37 0%, #FFD700 100%);
    height: 3px;
}

/* ============================================================================
   Social Media Icons - Gold Theme
   ========================================================================== */

body.lang-ar .footer-social .social-link {
    color: #D4AF37;
    border: 2px solid rgba(212, 175, 55, 0.2);
    background: rgba(212, 175, 55, 0.05);
}

body.lang-ar .footer-social .social-link:hover {
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    color: #003366;
    border-color: #D4AF37;
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

/* ============================================================================
   Menu Links - Gold Hover
   ========================================================================== */

body.lang-ar .footer-products .footer-menu a::before,
body.lang-ar .footer-solutions .footer-menu a::before {
    color: #D4AF37;
}

body.lang-ar .footer-products .footer-menu a:hover,
body.lang-ar .footer-solutions .footer-menu a:hover {
    color: #D4AF37;
}

/* ============================================================================
   Contact Info - Gold Icons
   ========================================================================== */

body.lang-ar .contact-icon {
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

body.lang-ar .contact-item a.contact-text:hover {
    color: #D4AF37;
}

/* ============================================================================
   Contact Button - Gold Gradient
   ========================================================================== */

body.lang-ar .btn-footer-contact {
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    color: #003366;
    border: none;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
    font-weight: 700;
}

body.lang-ar .btn-footer-contact .dashicons {
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 8px;
    color: #003366;
}

body.lang-ar .btn-footer-contact:hover {
    background: linear-gradient(135deg, #FFD700 0%, #D4AF37 100%);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
    transform: translateY(-2px);
}

/* ============================================================================
   Footer Bottom - Deep Blue Background
   ========================================================================== */

body.lang-ar .footer-bottom {
    background: #003366;
    border-top: 2px solid #D4AF37;
}

body.lang-ar .footer-bottom-content {
    color: rgba(255, 255, 255, 0.9);
}

body.lang-ar .footer-bottom strong {
    color: #D4AF37;
    font-weight: 700;
}

body.lang-ar .footer-credits {
    color: rgba(212, 175, 55, 0.8);
}

/* ============================================================================
   Focus States - Gold Outline
   ========================================================================== */

body.lang-ar .footer-menu a:focus,
body.lang-ar .contact-text:focus,
body.lang-ar .btn-footer-contact:focus,
body.lang-ar .social-link:focus {
    outline: 2px solid #D4AF37;
    outline-offset: 2px;
}

/* ============================================================================
   Social Media Popup - Gold Accents
   ========================================================================== */

body.lang-ar .social-popup .social-link-btn {
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    color: #003366;
    font-weight: 700;
}

body.lang-ar .social-popup .social-link-btn:hover {
    background: linear-gradient(135deg, #FFD700 0%, #D4AF37 100%);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

/* ============================================================================
   High Contrast Mode
   ========================================================================== */

@media (prefers-contrast: high) {
    body.lang-ar .footer-products .footer-menu a:hover,
    body.lang-ar .footer-solutions .footer-menu a:hover {
        color: #B8860B;
    }
    
    body.lang-ar .footer-widget-title {
        color: #B8860B;
    }
}

/* ============================================================================
   Responsive Design
   ========================================================================== */

@media (max-width: 768px) {
    body.lang-ar .footer-about .footer-widget-title {
        font-size: 1.75rem;
    }
    
    body.lang-ar .btn-footer-contact {
        width: 100%;
        justify-content: center;
    }
}
