.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--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-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Load Lora for English and Cairo for Arabic with full optimization */
html {
    font-family: 'Lora', serif;
}

/* Apply Arabic font and ensure proper RTL formatting */
html[lang="ar"] body {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    text-align: right;
}

/* Ensure English content remains LTR */
html[lang="en"] body {
    font-family: 'Lora', serif;
    direction: ltr;
    text-align: left;
}

/* Fix alignment for text inside specific elements */
html[lang="ar"] h1, 
html[lang="ar"] h2, 
html[lang="ar"] h3, 
html[lang="ar"] p, 
html[lang="ar"] span {
    text-align: right;
}

/* Ensure list elements are properly aligned in Arabic */
html[lang="ar"] ul, 
html[lang="ar"] ol {
    direction: rtl;
    padding-right: 20px;
}

/* Adjust input fields for Arabic (if necessary) */
html[lang="ar"] input, 
html[lang="ar"] textarea {
    text-align: right;
    direction: rtl;
}

/* Make buttons look consistent in both languages */
html[lang="ar"] button {
    direction: rtl;
    text-align: center;
}/* End custom CSS */