/* Make footer icons uniform size and weight on all pages */
footer .fa-phone,
footer .fa-map-marker,
footer .fa-envelope {
    font-size: 16px !important;
    font-weight: normal !important;
    vertical-align: middle !important;
    margin-right: 6px !important;
}

/* Additional fix: Override any font-weight bold */
footer .fa {
    font-weight: normal !important;
}

/* Optional: If icons still appear too big, reduce size further */
footer .fa-phone,
footer .fa-map-marker,
footer .fa-envelope {
    font-size: 14px !important;
}