.elementor-kit-8{--e-global-color-primary:#2E3F50;--e-global-color-secondary:#BAA277;--e-global-color-text:#2E3F50;--e-global-color-accent:#BAA277;--e-global-color-e9fbd28:#DAEDFA;--e-global-color-902aa03:#FFF2DD;--e-global-color-38e87a6:#FFFFFF;--e-global-color-0f35f25:#F7F7F7;--e-global-typography-primary-font-family:"IBM Plex Sans Hebrew";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"IBM Plex Sans Hebrew";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"IBM Plex Sans Hebrew";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"IBM Plex Sans Hebrew";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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 */.elementor-container::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: repeating-linear-gradient(
        to right,
        rgba(239, 239, 239, 0.5) 1px,
        transparent calc(100% / 10)
    );
    pointer-events: none; /* כדי לאפשר לחיצה על אלמנטים */
    z-index: -1; /* לוודא שזה מאחורי התוכן */
}
body:before, body:after {
    content: "";
    position: fixed;
    top: 0;
    width: 1px; /* רוחב הפס */
    height: 100vh;
    background-color: #2E3F50; /* צבע הפס */
    z-index: 9999;
}

body:before {
    left: 3%;
}

body:after {
    right: 3%;
}/* End custom CSS */