.switcher__btn a {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: var(--white-2);
    background: #2b2b2f;
    border-radius: 4px;
    padding: 10px 15px;
    text-transform: capitalize;
    text-align: center;
}
.switcher__btn a.active {
    color: #ffffff;
}

/* Fix for social media icons in RTL */
.dir-rtl .social-links {
    direction: ltr;
}

html[lang="ar"] .social-links {
    direction: ltr;
}

/* Force Font Awesome icons to show in RTL */
.dir-rtl .fa-brands,
html[lang="ar"] .fa-brands {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Ensure icons are visible */
.social-links i {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}


      /* Fix for Font Awesome icons in Arabic */
      html[lang="ar"] .fa-brands,
      html[lang="ar"] .fab {
        font-family: "Font Awesome 6 Brands" !important;
        font-weight: 400 !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
      }

      html[lang="ar"] .social-links {
        direction: ltr !important;
      }

      html[lang="ar"] .social-links i {
        font-family: "Font Awesome 6 Brands" !important;
        font-weight: 400 !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
      }
