/*
Theme Name: Maaz RTL
Description: RTL stylesheet for Maaz theme. Loaded automatically by WordPress for RTL languages.
*/

body {
    direction: rtl;
    unicode-bidi: embed;
}

/* Common RTL Flips */
.nav-links {
    margin-right: auto;
    margin-left: 0;
}

.nav-links li {
    margin-left: 20px;
    margin-right: 0;
}

.hero .btn {
    margin-right: 0;
}

.contact-icon {
    margin-left: 15px;
    margin-right: 0;
}

.news-info .read-more i {
    margin-right: 5px;
    margin-left: 0;
    transform: rotate(180deg);
}

/* Adjusting the fuel ticker scrolling direction */
@keyframes ticker {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

.whatsapp-float {
    left: 20px;
    right: auto;
}
