.elementor-kit-3{--e-global-color-primary:#292762;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FAC517;--e-global-color-6494a25:#FFFFFF;--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:30px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Assistant";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Assistant";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:800;font-family:"Assistant", Sans-serif;font-size:40px;font-weight:800;}.elementor-kit-3 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3 a{color:var( --e-global-color-primary );font-family:"Assistant", Sans-serif;}.elementor-kit-3 a:hover{color:var( --e-global-color-accent );font-family:"Assistant", 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 *//* הגדרות כלליות לפס הגלילה - המידות והרקע שלו */
::-webkit-scrollbar {
    width: 10px; /* רוחב פס הגלילה */
    height: 10px; /* גובה פס הגלילה (אם זה גלילה אופקית) */
}

/* העיצוב של 'המסלול' או הרקע של פס הגלילה */
::-webkit-scrollbar-track {
    background: transparent; /* רקע שקוף, אפשר לשנות אם רוצים */
    border-radius: 18px; /* פינות מעוגלות למסלול (אופציונלי, אבל מומלץ) */
}

/* העיצוב של 'האגודל' או הפס הנגרר עצמו */
::-webkit-scrollbar-thumb {
    background-color: #292762; /* צבע הפס המבוקש */
    border-radius: 18px; /* פינות מעוגלות של 18px */
}

/* כדי לבטל שינוי צבע במעבר עכבר, אנו פשוט מגדירים את אותו הצבע גם למצב ה-hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #292762; /* נשאר #292762 גם במעבר עכבר */
}/* End custom CSS */