.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#9E1D20;--e-global-color-text:#FFF0DF;--e-global-color-accent:#F7F7F7;--e-global-typography-primary-font-family:"Almarai";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Almarai";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Almarai";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Almarai";--e-global-typography-accent-font-weight:500;font-family:"Almarai", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:"Almarai", Sans-serif;}.elementor-kit-5 h1{font-family:"Almarai", Sans-serif;}.elementor-kit-5 h2{font-family:"Almarai", Sans-serif;}.elementor-kit-5 h3{font-family:"Almarai", Sans-serif;}.elementor-kit-5 h4{font-family:"Almarai", Sans-serif;}.elementor-kit-5 h5{font-family:"Almarai", Sans-serif;}.elementor-kit-5 h6{font-family:"Almarai", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 *//* منع السكرول العرضي على مستوى الصفحة */
html, body {
  overflow-x: hidden;
  max-width: 100vw; /* يحمي من عناصر تستخدم 100vw وتسبب تراكماً مع الـ scrollbar */
}

/* قواعد مساعدة تقلل فرص الخلل */
* { box-sizing: border-box; }
img, video, iframe, .container {
  max-width: 100%;
  height: auto;
}/* End custom CSS */