/* Font Awesome Fix - إصلاح مشكلة الأيقونات */

/* Base styles for all Font Awesome icons */
i[class^="fa"],
i[class*=" fa"] {
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    display: inline-block !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}

/* Solid icons (fas) - Default */
i.fas,
i[class^="fa-"]:not(.fab):not(.far),
i[class*=" fa-"]:not(.fab):not(.far) {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

/* Regular icons (far) */
i.far {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 400 !important;
}

/* Brand icons (fab) */
i.fab,
i[class*="fa-facebook"],
i[class*="fa-twitter"],
i[class*="fa-x-twitter"],
i[class*="fa-instagram"],
i[class*="fa-whatsapp"],
i[class*="fa-youtube"],
i[class*="fa-linkedin"],
i[class*="fa-telegram"],
i[class*="fa-snapchat"],
i[class*="fa-tiktok"] {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}