/* Start custom CSS *//*
 * ===================================================================
 * Universal Bidirectional (BiDi) Text Fix for Elementor
 * Fixes scrambled mixed Arabic and English text.
 * ===================================================================
*/

/* Targets standard Text Editor widgets and their paragraphs */
.elementor-widget-text-editor {
  direction: auto;
  unicode-bidi: isolate;
}

/* Targets Heading widgets */
.elementor-widget-heading .elementor-heading-title {
  direction: auto;
  unicode-bidi: isolate;
}

/* Targets Icon Box descriptions */
.elementor-widget-icon-box .elementor-icon-box-description {
  direction: auto;
  unicode-bidi: isolate;
}

/* You can add more body.elementor-page-9487s here if you find other problem areas *//* End custom CSS */