/* SR Car Lift - Arabic RTL Layout Stylesheet */
body[dir="rtl"] {
    font-family: 'Outfit', 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: right;
}

body[dir="rtl"] .font-heading {
    font-family: 'Outfit', sans-serif;
}

/* Reverse Flex Directions for icons & arrows */
body[dir="rtl"] .fa-arrow-right {
    transform: rotate(180deg);
}

body[dir="rtl"] .fa-chevron-right {
    transform: rotate(180deg);
}

body[dir="rtl"] .flex-row-reverse-rtl {
    flex-direction: row-reverse;
}
