/* ============================================
   ICONS FIX - إصلاح مشكلة الأيقونات
   ============================================ */

/* إصلاح شامل لجميع أيقونات Font Awesome */
i[class*="fa-"],
i[class*="icon-"],
.fa,
.fas,
.far,
.fal,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-duotone,
.fa-brands {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    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;
}

/* أيقونات Brands */
.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

/* التأكد من ظهور الأيقونات في جميع الحالات */
i.fas::before,
i.far::before,
i.fal::before,
i.fab::before,
i[class*="fa-"]::before {
    font-family: inherit !important;
}

/* إصلاح الأيقونات في الأزرار */
button i[class*="fa-"],
a i[class*="fa-"],
.btn i[class*="fa-"],
.button i[class*="fa-"] {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    margin: 0 !important;
    vertical-align: middle !important;
}

/* إصلاح الأيقونات في القوائم */
nav i[class*="fa-"],
.menu i[class*="fa-"],
.professional-menu i[class*="fa-"] {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

/* إصلاح الأيقونات في Hero Section */
.hero i[class*="fa-"],
#home i[class*="fa-"],
section i[class*="fa-"] {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

/* إصلاح خاص للأيقونات في Tailwind */
[class*="fa-"] {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}
