/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 23 2026 | 21:29:16 */
@import url("/css/font-awesome.css");
footer .footer_wrapper {
    display: flex;
    justify-content: space-between;
}
footer .footer_wrapper ul {
    display: flex;
    gap: 1rem;
}

footer .footer_wrapper ul li a i::before {padding: .5rem;font-size: 1.25rem;border-radius: 50px;width: 40px;aspect-ratio: 1 !important;display: inline-flex;justify-content: center;align-items: center;transition: .3s all;}


footer .footer_wrapper ul li a:hover i::before {
    color: #ffffff;
    background: #28e98c;
}
footer .footer_wrapper p a:hover {
    color: #28e98c;
    text-decoration: underline;
}