.elementor-kit-5{--e-global-color-primary:#131D4F;--e-global-color-secondary:#254D70;--e-global-color-text:#131D4F;--e-global-color-accent:#D50F0F;--e-global-typography-primary-font-family:"IBM Plex Sans Arabic";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"IBM Plex Sans Arabic";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"IBM Plex Sans Arabic";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"IBM Plex Sans Arabic";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 *//* 1. Global RTL direction only */
html, body {
  direction: rtl;
  unicode-bidi: embed;
}

/* 2. Ensure text widgets respect RTL but don’t override alignment */
.elementor-widget-text-editor,
.elementor-widget-heading {
  direction: rtl;
  /* no text-align here — we’ll control it per-widget */
}

/* 3. Alignment utility classes */
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}
.align-left {
  text-align: left !important;
}

/* 4. (Optional) If you ever need LTR inside an input/button */
input, textarea, button {
  direction: ltr;
  text-align: left;
}


.hidden-vsl {
  display: none !important;
}



/* 1) Target any Forminator form’s submit button */
form[id^="forminator-module"] .forminator-button-submit {
  display: block !important;           /* become block so margin auto works */
  margin: 1.5em auto 0 auto !important;/* push down a bit & center */
  background-color: #FF0000 !important;/* bright red */
  color: #fff !important;              /* white text */
  border: none !important;
  padding: 0.75em 1.5em !important;
  font-size: 1rem !important;
  cursor: pointer;
  text-align: center !important;
  border-radius: 4px !important;
}

/* 2) Optional: darker on hover */
form[id^="forminator-module"] .forminator-button-submit:hover {
  background-color: #CC0000 !important;
}/* End custom CSS */