/* Font Awesome icons — load AFTER theme CSS. Use on <i class="icon-phone"> etc. */

i[class^="icon-"]::before,
i[class*=" icon-"]::before {
    font-family: "Font Awesome 6 Free" !important;
    font-style: normal !important;
    font-weight: 900 !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
}

i.icon-whatsapp::before,
i.icon-facebook-f::before,
i.icon-instagram::before,
i.icon-youtube::before,
i.icon-linkedin::before,
i.icon-twitter::before {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

i.icon-phone::before { content: "\f095" !important; }
i.icon-whatsapp::before { content: "\f232" !important; }
i.icon-users::before { content: "\f0c0" !important; }
i.icon-user::before { content: "\f007" !important; }
i.icon-heart::before { content: "\f004" !important; }
i.icon-trophy::before { content: "\f091" !important; }
i.icon-wallet::before { content: "\f555" !important; }
i.icon-shield::before { content: "\f3ed" !important; }
i.icon-graduation-cap::before { content: "\f19d" !important; }
i.icon-line-chart::before { content: "\f201" !important; }
i.icon-rocket::before { content: "\f135" !important; }
i.icon-eye::before { content: "\f06e" !important; }
i.icon-sitemap::before { content: "\f0e8" !important; }
i.icon-star::before { content: "\f005" !important; }
i.icon-check-circle::before { content: "\f058" !important; }
i.icon-bars::before { content: "\f0c9" !important; }
i.icon-close::before { content: "\f00d" !important; }
i.icon-angle-left::before { content: "\f104" !important; }
i.icon-angle-right::before { content: "\f105" !important; }
i.icon-long-arrow-right::before { content: "\f30b" !important; }
i.icon-arrow-up::before { content: "\f062" !important; }
i.icon-map-marker::before { content: "\f3c5" !important; }
i.icon-envelope::before { content: "\f0e0" !important; }
i.icon-clock-o::before { content: "\f017" !important; }
i.icon-calendar::before { content: "\f133" !important; }
i.icon-search::before { content: "\f002" !important; }
i.icon-facebook-f::before { content: "\f39e" !important; }
i.icon-instagram::before { content: "\f16d" !important; }
i.icon-youtube::before { content: "\f167" !important; }
i.icon-linkedin::before { content: "\f08c" !important; }
i.icon-twitter::before { content: "\f099" !important; }
i.icon-leaf::before { content: "\f06c" !important; }

/* Direct FA classes — must beat theme [class^=icon-] rules */
i.fas, i.fab, i.far, i.fal,
.fas, .fab, .far, .fal, .fa-solid, .fa-brands {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
}
i.fab, .fab, .fa-brands {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}
