body {
    overflow-x: hidden;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

body.rtl .hero__overlay {
    left: 0;
    right: 10%;
}

body.rtl .hero__overlay h2 {
    top: 0;
}

body.rtl .location-swiper-button-next-ar,
body.rtl .location-swiper-button-prev-ar {
    display: block !important;
}

body.rtl .location-swiper-button-prev-en,
body.rtl .location-swiper-button-next-en {
    display: none !important;
}

body.rtl .navigated-sections__section--tab .tab-content .tab-pane .nav-tabs {
    display: flex !important;
    flex-direction: row-reverse !important;
}






