.elementor-kit-4{--e-global-color-primary:#EE0000;--e-global-color-secondary:#54595F;--e-global-color-text:#141414;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ==========================================
   SAFE RTL OVERRIDE (STRUCTURE PROTECTION)
   ========================================== */

/* 1. Tell the browser to natively read and layout the site from right-to-left */
html.translated-rtl,
html.translated-rtl body {
    direction: rtl !important;
    text-align: right !important;
}

/* 2. ONLY reverse layouts that are explicitly horizontal containers */
html.translated-rtl .e-con-row,
html.translated-rtl .elementor-row {
    flex-direction: row-reverse !important;
}

/* 3. Re-align text alignments for Elementor widgets without breaking columns */
html.translated-rtl .elementor-widget-heading,
html.translated-rtl .elementor-widget-text-editor,
html.translated-rtl .elementor-widget-icon-list,
html.translated-rtl .elementor-heading-title,
html.translated-rtl .elementor-text-editor,
html.translated-rtl .elementor-widget-container p,
html.translated-rtl .elementor-widget-container h1,
html.translated-rtl .elementor-widget-container h2,
html.translated-rtl .elementor-widget-container h3,
html.translated-rtl .elementor-widget-container h4,
html.translated-rtl .elementor-widget-container h5,
html.translated-rtl .elementor-widget-container h6 {
    text-align: right !important;
}

/* 4. Fix lists and bullet points spacing safely */
html.translated-rtl ul, 
html.translated-rtl ol {
    padding-right: 25px !important;
    padding-left: 0 !important;
    text-align: right !important;
}
html.translated-rtl li {
    text-align: right !important;
}

/* 5. Keep images and structural elements centered or left-aligned if they were originally designed that way */
html.translated-rtl .elementor-widget-image {
    text-align: center;
}/* End custom CSS */