/* Icon Fix - Global */
i.fas,
i.far,
i.fab {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* Ensure icons don't get stretched */
.service-icon i,
.stat-item i,
.project-meta i,
.footer-contact i,
.btn i,
.nav-item i {
    width: auto !important;
    height: auto !important;
}