/* Base RTL direction */
body {
    direction: rtl;
    unicode-bidi: embed;
}

/* Text alignment */
html[dir="rtl"] .elementor-widget-text-editor,
html[dir="rtl"] .elementor-heading-title {
    text-align: right;
}

/* Elementor sections flex */
html[dir="rtl"] .elementor-section,
html[dir="rtl"] .elementor-container {
    direction: rtl;
}

html[dir="rtl"] .elementor-row {
    flex-direction: row-reverse;
}

/* Icons and arrows */
html[dir="rtl"] .elementor-icon svg {
    transform: scaleX(-1);
}