.elementor-kit-830{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-88f9aca:#C5A059;--e-global-color-422f4e7:#FFFFFF;--e-global-color-0d0585c:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Assistant", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-830 e-page-transition{background-color:#FFBC7D;}.elementor-kit-830 a{color:#0B43D1;}.elementor-kit-830 a:hover{color:var( --e-global-color-88f9aca );}.elementor-kit-830 h1{color:var( --e-global-color-422f4e7 );font-family:"Heebo", Sans-serif;font-size:60px;font-weight:900;}.elementor-kit-830 h2{font-family:"Heebo", Sans-serif;font-size:40px;font-weight:900;}.elementor-kit-830 h3{font-family:"Heebo", Sans-serif;font-size:24px;font-weight:700;}.elementor-kit-830 h4{font-family:"Heebo", Sans-serif;font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}@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 *//* 1. מצב יסוד: ה-Header תמיד שקוף וצף */
#main-header {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: transparent !important; /* שקיפות מוחלטת כברירת מחדל */
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    transition: background-color 0.4s ease, backdrop-filter 0.4s ease !important;
}

/* 2. מצב גלילה: רק כאשר ה-Header באמת זז (לפי המחלקה שאלמנטור מוסיפה) */
/* אנחנו מוסיפים תנאי שמוודא שהאפקט יקרה רק כשהדף באמת בסטטוס "סטיקי פעיל" */
#main-header.elementor-sticky--effects {
    position: fixed !important;
    background-color: rgba(0, 0, 0, 0.3) !important; /* הכהיה שמופיעה רק בגלילה */
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
}

/* 3. בועת הזכוכית של התפריט: נשארת תמיד */
#main-header .elementor-widget-nav-menu {
    background-color: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(15px) saturate(160%) !important;
    -webkit-backdrop-filter: blur(15px) saturate(160%) !important;
    padding: 8px 25px !important;
    border-radius: 100px !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    width: fit-content;
    margin: 0 auto;
}

/* 4. ביטול הבועה של התפריט בזמן גלילה למראה נקי על הרקע הכהה */
#main-header.elementor-sticky--effects .elementor-widget-nav-menu {
    background: transparent !important;
    backdrop-filter: none !important;
    border-color: transparent !important;
}/* End custom CSS */