.elementor-kit-21{--e-global-color-primary:#344A53;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#563F30;--e-global-color-11faf17:#292E5C;--e-global-color-e754bb6:#f2f2f2;--e-global-color-365adff:#E9E9E9;--e-global-color-eb3cbb3:#CACACA38;--e-global-typography-primary-font-family:"Fredoka";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Fredoka";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Fredoka";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Fredoka";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-eb3cbb3 );color:var( --e-global-color-11faf17 );}.elementor-kit-21 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:80%;}.e-con{--container-max-width:80%;--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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header .header-inner{width:0px;max-width:100%;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:0px;max-width:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}.site-footer{padding-inline-end:0px;padding-inline-start:0px;}@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 {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}

/* וודא שכל הקונטיינרים והסקשנים לא חורגים */
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap {
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

/* מונע מאלמנטים בודדים לפרוץ מהמסך */
img, video, iframe {
    max-width: 100%;
    height: auto;
    display: block;
}

/* פתרון לבעיות הדר/פוטר שעלולים לזוז */
header, footer {
    max-width: 100%;
    overflow-x: hidden;
}

/* כל האלמנטים תמיד בתוך גבולות הדף */
* {
    box-sizing: border-box;
}/* End custom CSS */