/**
 * Tahfez Quran Theme - RTL Stylesheet
 */

body {
    direction: rtl;
    text-align: right;
}

.tahfez-breadcrumbs .separator {
    transform: scaleX(-1);
}

.primary-menu .sub-menu {
    right: 0;
    left: auto;
}

.tahfez-floating-whatsapp {
    left: 1.5rem;
    right: auto;
}

.tahfez-back-to-top {
    right: 1.5rem;
    left: auto;
}

.floating-whatsapp-tooltip {
    left: 100%;
    right: auto;
    margin-left: 1rem;
    margin-right: 0;
}

.mobile-menu-inner {
    right: 0;
    left: auto;
    transform: translateX(100%);
}

/* Arrows */
.fa-arrow-left::before {
    content: "\f061"; /* arrow-right */
}

.fa-arrow-right::before {
    content: "\f060"; /* arrow-left */
}

.fa-chevron-left::before {
    content: "\f054"; /* chevron-right */
}

.fa-chevron-right::before {
    content: "\f053"; /* chevron-left */
}
