/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
*/

/* ============================================
   CUSTOM BOOTSTRAP FOOTER - RTL ARABIC
============================================ */

.custom-footer {
    background: #006b33;
    color: #ffffff;
    padding: 60px 0 30px;
    margin-top: 80px;
    direction: rtl;
    text-align: right;
}

.custom-footer .container-fluid {
    max-width: 1400px;
    padding: 0 30px;
}

/* Footer Columns */
.footer-column {
    margin-bottom: 30px;
}

.footer-column h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
    font-family: 'Arial', sans-serif;
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a, .footer-links li span {
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
}

.footer-links li a:hover {
    color: #ffdd00;
    padding-right: 5px;
}

.footer-links li a::before {
    content: "‹";
    margin-left: 8px;
    font-size: 18px;
    font-weight: bold;
}

/* Footer Logos Section */
.footer-logos {
    text-align: center;
    padding-top: 40px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.footer-logos h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Arial', sans-serif;
}

.logos-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.logo-item {
    background: #198754;
    padding: 20px 30px;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 160px;
    height: 55px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.logo-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.logo-item img {
    max-width: 180px;
    height: auto;
    display: block;
}

/* Copyright Section */
.footer-copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.footer-copyright p {
    color: #ffffff;
    font-size: 15px;
    margin: 0;
    font-family: 'Arial', sans-serif;
}

.footer-copyright strong {
    font-weight: 700;
}

/* Hide old Astra footer */
.site-footer:not(.custom-footer) {
    display: none !important;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .footer-column {
        margin-bottom: 25px;
    }
    
    .custom-footer {
        padding: 40px 0 20px;
    }
    
    .logos-container {
        gap: 20px;
    }
    
    .footer-column h4 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .footer-column h4 {
        font-size: 16px;
    }
    
    .footer-links li a {
        font-size: 14px;
    }
    
    .logo-item {
        max-width: 150px;
        padding: 15px 20px;
    }
    
    .logo-item img {
        max-width: 120px;
    }
    
    .custom-footer .container-fluid {
        padding: 0 15px;
    }
}
.footer-logo {
    margin: 0 auto;
    display: block;
}
