/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 11 2026 | 14:56:46 */
.footer_socials .pp-social-icon a {
    display: inline-block;
    transition: transform 0.6s ease;
}

.footer_socials .pp-social-icon a:hover {
    box-shadow: 0 0 0 3px #fff;
    border: 2px solid #fff;
    border-radius: 100px;
    font-size: 25px;
    transform: rotateY(360deg);
}

.footer_heading_menu_custom a:hover {
	border-bottom: 1px solid #c28400;
	transition: border-bottom 0.4s ease;
}

.footer_menu a:hover .menu-item-text {
	border-bottom: 1px solid #fff;
	transition: border-bottom 0.4s ease;
}