/* RTL Specific Styles for Arabic Version */

/* Footer Links Alignment */
.footer .col-lg-3 div a.btn-link {
    text-align: right !important;
    display: block !important;
}

/* Footer Link Chevron/Arrow Fix for RTL - Change direction from > to < */
.footer [dir="rtl"] a.btn-link::before {
    content: "\f104" !important; /* Change from \f105 (>) to \f104 (<) */
    margin-right: 0 !important;
    margin-left: 10px !important;
}

/* Footer Address Icons Spacing for RTL */
.footer [dir="rtl"] p i {
    margin-left: 10px !important;
    margin-right: 0 !important;
}

/* Dropdown Caret Fix */
[dir="rtl"] .dropdown-toggle::after {
    margin-left: 0;
    margin-right: .255em;
}