/*
 * 5. Premium Dark Footer Design (Fixed Contrast & Colors)
 */
.ast-builder-footer-wrap, .site-footer { 
    display: none !important; 
}

.mehena-premium-footer { 
    background-color: #111827 !important; /* Force Dark Navy Background */
    color: #d1d5db !important; 
    border-top: 5px solid #f59e0b !important; /* Gold Border */
    font-family: Arial, sans-serif; 
    padding-top: 60px; 
}

.mehena-footer-container { 
    max-width: 1200px; 
    width: 92%; 
    margin: 0 auto; 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
    gap: 40px; 
    padding-bottom: 50px; 
}

.footer-heading { 
    color: #ffffff !important; /* Pure White Heading */
    font-size: 20px; 
    font-weight: 800; 
    text-transform: uppercase; 
    margin: 0 0 25px 0; 
    position: relative; 
    padding-bottom: 10px; 
}

.footer-heading::after { 
    content: ''; 
    position: absolute; 
    left: 0; 
    bottom: 0; 
    width: 40px; 
    height: 3px; 
    background: #f59e0b !important; /* Gold Underline */
    border-radius: 2px; 
}

.footer-about-text { 
    font-size: 15px; 
    line-height: 1.6; 
    margin: 0 0 20px 0; 
    color: #d1d5db !important;
}

.footer-socials { 
    display: flex; 
    gap: 15px; 
}

.footer-socials a { 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    width: 38px; 
    height: 38px; 
    background: rgba(255, 255, 255, 0.1) !important; 
    border-radius: 50%; 
    transition: all 0.3s; 
}

.footer-socials a:hover { 
    background: #f59e0b !important; 
    transform: translateY(-3px); 
}

.footer-socials svg { 
    width: 18px; 
    height: 18px; 
    fill: #ffffff !important; 
    transition: fill 0.3s; 
}

.footer-socials a:hover svg { 
    fill: #111827 !important; 
}

.footer-nav-list { 
    list-style: none; 
    padding: 0; 
    margin: 0; 
}

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

.footer-nav-list a { 
    color: #d1d5db !important; /* Light Gray Links */
    font-size: 15px; 
    transition: all 0.3s; 
    display: inline-flex; 
    align-items: center; 
    text-decoration: none !important;
}

.footer-nav-list a::before { 
    content: '\203A'; 
    color: #f59e0b !important; /* Gold Arrow */
    font-size: 22px; 
    margin-right: 10px; 
    font-weight: bold; 
    line-height: 1;
}

.footer-nav-list a:hover { 
    color: #f59e0b !important; 
    padding-left: 5px; 
}

.footer-notice { 
    font-size: 13px; 
    color: #ef4444 !important; 
    font-style: italic; 
    margin: 0;
}

.mehena-footer-bottom { 
    background: #030712 !important; /* Deep Dark for Bottom Bar */
    padding: 20px 0; 
    text-align: center; 
    font-size: 14px; 
    color: #9ca3af !important; 
    border-top: 1px solid rgba(255,255,255,0.05); 
}

.mehena-footer-bottom p { 
    margin: 0; 
}
