/* خلّي أي عنصر بكلاسات sicon-* يستخدم Font Awesome بدلاً من sallaicons */
[class^="sicon-"], [class*=" sicon-"] {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "Font Awesome 5 Free", "Font Awesome 5 Brands", Arial, sans-serif !important;
  font-weight: 900;
  speak: never;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* خرائط شائعة: غيّر/زوّد اللي تحتاجه حسب أيقوناتك في القالب */
.sicon-mail::before        { content: "\f0e0"; } /* envelope */
.sicon-email::before       { content: "\f0e0"; } /* alias */
.sicon-phone::before       { content: "\f095"; } /* phone */
.sicon-mobile::before      { content: "\f3cd"; } /* mobile-alt */
.sicon-location::before    { content: "\f3c5"; } /* map-marker-alt */
.sicon-map::before         { content: "\f279"; } /* map */
.sicon-user::before        { content: "\f007"; } /* user */
.sicon-users::before       { content: "\f0c0"; } /* users */
.sicon-lock::before        { content: "\f023"; } /* lock */
.sicon-credit-card::before { content: "\f09d"; } /* credit-card */
.sicon-cart::before        { content: "\f07a"; } /* shopping-cart */
.sicon-bag::before         { content: "\f290"; } /* shopping-bag */
.sicon-heart::before       { content: "\f004"; } /* heart solid */
.sicon-heart-o::before     { content: "\f08a"; font-weight: 400; } /* heart regular */
.sicon-star::before        { content: "\f005"; } /* star solid */
.sicon-star-o::before      { content: "\f005"; font-weight: 400; } /* star regular */
.sicon-plus::before        { content: "\2b";   } /* + */
.sicon-minus::before       { content: "\2212"; } /* – */
.sicon-search::before      { content: "\f002"; } /* search */
.sicon-home::before        { content: "\f015"; } /* home */
.sicon-whatsapp::before    { content: "\f232"; font-family: "Font Awesome 6 Brands"; font-weight: 400; }
.sicon-twitter::before     { content: "\e61b"; font-family: "Font Awesome 6 Brands"; font-weight: 400; } /* X logo */
.sicon-instagram::before   { content: "\f16d"; font-family: "Font Awesome 6 Brands"; font-weight: 400; }
.sicon-facebook::before    { content: "\f39e"; font-family: "Font Awesome 6 Brands"; font-weight: 400; }
.sicon-tiktok::before      { content: "\e07b"; font-family: "Font Awesome 6 Brands"; font-weight: 400; }
.sicon-chevron-right::before { content: "\f054"; }
.sicon-chevron-left::before  { content: "\f053"; }
.sicon-truck::before       { content: "\f0d1"; } /* truck */
.sicon-cash::before        { content: "\f53a"; } /* money-check-alt تقريبًا */
