/**
 * Play Nova - RTL Styles (Arabic)
 * Applied when lang=ar is selected
 */

body.lang-ar,
body.rtl {
    direction: rtl;
    text-align: right;
}

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

body.lang-ar #primary-navigation {
    flex-direction: row-reverse;
}

body.lang-ar .hero-inner {
    direction: rtl;
}

body.lang-ar .hero-content {
    text-align: right;
}

body.lang-ar .hero-feature-item {
    flex-direction: row-reverse;
}

body.lang-ar .hero-cta-group {
    flex-direction: row-reverse;
}

body.lang-ar .feature-card {
    text-align: right;
}

body.lang-ar .pricing-features li {
    flex-direction: row-reverse;
}

body.lang-ar .testimonial-author {
    flex-direction: row-reverse;
}

body.lang-ar .footer-grid {
    direction: rtl;
}

body.lang-ar .footer-col h4::after {
    left: auto;
    right: 0;
}

body.lang-ar .footer-col ul li a:hover {
    padding-left: 0;
    padding-right: 5px;
}

body.lang-ar .faq-question {
    flex-direction: row-reverse;
}

body.lang-ar .footer-bottom {
    flex-direction: row-reverse;
}

body.lang-ar .lang-dropdown {
    right: auto;
    left: 0;
}

body.lang-ar .post-read-more {
    flex-direction: row-reverse;
}
