/**
 * RTL Styles
 * Alkathiri Law Theme V3
 */

html[dir="rtl"],
body[dir="rtl"] {
    direction: rtl;
}

html[dir="rtl"] *,
body[dir="rtl"] * {
    direction: rtl;
}

.header-inner {
    flex-direction: row-reverse;
}

.header-logo-section {
    flex-direction: row-reverse;
}

.header-actions {
    flex-direction: row-reverse;
}

.main-navigation {
    flex-direction: row-reverse;
}

.footer-content {
    direction: rtl;
}

.footer-nav {
    align-items: flex-start;
}

@media (max-width: 768px) {
    .footer-nav {
        align-items: center;
    }
}

.footer-contact-item {
    flex-direction: row-reverse;
    justify-content: flex-start;
}

@media (max-width: 768px) {
    .footer-contact-item {
        justify-content: center;
    }
}

.contact-info-item {
    flex-direction: row-reverse;
}

.contact-details {
    text-align: right;
}

.blog-read-more::after {
    content: ' ←';
}

.modal-header {
    flex-direction: row-reverse;
}

.form-group {
    text-align: right;
}

.contact-whatsapp-btn {
    flex-direction: row-reverse;
}

.stat-number-wrapper {
    flex-direction: row-reverse;
}
