.elementor-kit-3{--e-global-color-primary:#0C8744;--e-global-color-secondary:#EF8524;--e-global-color-text:#646464;--e-global-color-accent:#552D85;--e-global-color-ebd506b:#FFFFFF;--e-global-color-c3fc9a3:#EF85241A;--e-global-color-8e6e8ad:#0C87442B;--e-global-color-226a3ea:#0C87441C;--e-global-typography-primary-font-family:"Assistant";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Assistant";--e-global-typography-secondary-font-size:40px;--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:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-3 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){--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 *//* הגדרת רוחב פס הגלילה */
::-webkit-scrollbar {
    width: 12px;
}

/* הגדרת הרקע של המסלול (החלק הריק) */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 18px;
}

/* הגדרת הפס עצמו (החלק שזז) */
::-webkit-scrollbar-thumb {
    background-color: #0C8744;
    border-radius: 18px;
    border: 2px solid #f1f1f1; /* יוצר מעט רווח סביב הפס למראה נקי */
}

/* ביטול שינוי צבע במעבר עכבר (Hover) */
::-webkit-scrollbar-thumb:hover {
    background-color: #0C8744;
}

/* ביטול שינוי צבע בזמן לחיצה/גלילה (Active) */
::-webkit-scrollbar-thumb:active {
    background-color: #0C8744;
}/* End custom CSS */