/* Custom Footer Hover Colors - Match Header Style */
.footer .footer_top .footer_widget p a:hover {
    color: #E9AD28 !important;
}

.footer .footer_top .footer_widget p.footer_text a.domain:hover {
    color: #E9AD28 !important;
    border-bottom: 1px solid #E9AD28;
}

.footer .footer_top .footer_widget p.footer_text.doanar a:hover {
    color: #E9AD28 !important;
    border-bottom: 1px solid #E9AD28;
}

.footer .footer_top .footer_widget ul li a:hover {
    color: #E9AD28 !important;
}

.footer .socail_links ul li a:hover {
    color: #E9AD28 !important;
    border-color: transparent;
}

/* Additional footer link hover styles */
.footer a:hover {
    color: #E9AD28 !important;
}

.footer .footer_widget a:hover {
    color: #E9AD28 !important;
}

/* Social media links in footer */
.footer .social_links a:hover {
    color: #E9AD28 !important;
}

/* Footer menu links */
.footer-menu li a:hover {
    color: #E9AD28 !important;
}

/* Additional English footer styles */
.footer .links li a:hover {
    color: #E9AD28 !important;
}

.footer .footer_widget .links a:hover {
    color: #E9AD28 !important;
}

/* All footer links general rule */
.footer a:hover {
    color: #E9AD28 !important;
    text-decoration: none;
}
