/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 05 2025 | 08:57:07 */
footer {
	background-color: #fff !important;
}

.footer_custom_text strong {
	font-weight: 600 !important;
}

.footer_menu .menu-item a:hover .menu-item-text, .footer_custom_text a:hover {
	border-bottom: 3px solid #CE2030;
	text-decoration: none !important;
}

/* .footer_menu .menu-item a:hover::after {
    width: 36%;
}

.footer_menu .menu-item a::after {
	margin-top: 1px;
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #CE2030;
    transition: width .3s;
}

.footer_custom_text a:hover::after {
    width: 100%;
}

.footer_custom_text a::after {
	margin-top: 1px;
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #CE2030;
    transition: width .3s;
} */