.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFDE5A;--e-global-typography-primary-font-family:"Assistant";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Assistant";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Assistant";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Assistant";--e-global-typography-accent-font-weight:300;}.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{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 */body:not(.elementor-editor-active) .elementor-element:not(.dont) {
  opacity: 0;
  transform: translate3d(0, 4vh, 0); /* השתמש ב-translate3d */
  transition: opacity 0.5s ease, transform 0.8s ease 0.2s;
}

body:not(.elementor-editor-active) .elementor-element.animated:not(.dont) {
  opacity: 1;
  transform: translate3d(0, 0, 0); /* חזרה למצב הרגיל */
}

html, body {
  overflow-x: hidden;  /* מונע גלילה אופקית */
}

/* אלמנטים שלא אמורים להיכנס לאנימציה */
body:not(.elementor-editor-active) .elementor-element.dont-animate {
  opacity: 1 !important;
  transform: none !important; /* בטל את האנימציה */
  transition: none !important; /* בטל את המעבר */
}/* End custom CSS */