/* Fix for Font Awesome Icons */

/* Ensure icons display correctly */
.fa,
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "Font Awesome 6 Pro" !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-solid,
.fas {
    font-weight: 900 !important;
}

.fa-regular,
.far {
    font-weight: 400 !important;
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

/* Fix for common icons */
.fa-magnifying-glass::before { content: "\f002"; }
.fa-cart-shopping::before { content: "\f07a"; }
.fa-heart::before { content: "\f004"; }
.fa-bars::before { content: "\f0c9"; }
.fa-house::before { content: "\f015"; }
.fa-book::before { content: "\f02d"; }
.fa-video::before { content: "\f03d"; }
.fa-book-open::before { content: "\f518"; }
.fa-chalkboard-user::before { content: "\f51c"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-gauge::before { content: "\f624"; }
.fa-user::before { content: "\f007"; }
.fa-arrow-right-from-bracket::before { content: "\f2f5"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-phone::before { content: "\f095"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-star::before { content: "\f005"; }
.fa-users::before { content: "\f0c0"; }
.fa-clock::before { content: "\f017"; }
.fa-certificate::before { content: "\f0a3"; }
.fa-calendar::before { content: "\f073"; }
.fa-play::before { content: "\f04b"; }
.fa-rocket::before { content: "\f135"; }
.fa-mobile-screen-button::before { content: "\f3ce"; }
.fa-headset::before { content: "\f590"; }
.fa-graduation-cap::before { content: "\f19d"; }
.fa-infinity::before { content: "\f534"; }
.fa-globe::before { content: "\f0ac"; }
.fa-th::before { content: "\f00a"; }
.fa-list::before { content: "\f03a"; }
.fa-inbox::before { content: "\f01c"; }

/* Social Media Icons */
.fa-facebook-f::before { content: "\f39e"; }
.fa-twitter::before { content: "\f099"; }
.fa-linkedin-in::before { content: "\f0e1"; }
.fa-youtube::before { content: "\f167"; }
.fa-instagram::before { content: "\f16d"; }

