.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#363636;--e-global-color-accent:#FF643A;--e-global-color-0822407:#FFFFFF;--e-global-color-a5b768d:#E7E7E7;--e-global-color-68649fd:#BB3C1A;--e-global-typography-primary-font-family:"Heebo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Heebo";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Heebo";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Heebo";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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{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 *//* עיצוב הזכוכית (Glassmorphism) */
.glass-effect {
    background: rgba(255, 255, 255, 0.10) !important; /* לבן עם שקיפות */
    backdrop-filter: blur(15px); /* אפקט הטשטוש */
    -webkit-backdrop-filter: blur(15px); /* תמיכה לאייפונים */
    border: 1px solid rgba(255, 255, 255, 0.2); /* מסגרת עדינה להשלמת המראה */
    border-radius: 15px; /* עיגול פינות מומלץ לאפקט הזה */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* צל רך */
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
}

/* אפקט הובר - הארה */
.glass-effect:hover {
    background: rgba(255, 255, 255, 0.20) !important;
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}

/* אפקט לחיצה */
.glass-effect:active {
    transform: scale(0.96);
    backdrop-filter: blur(10px);
}

/* מניעת תזוזה פנימית באלמנטור */
.glass-effect .elementor-icon-box-content, 
.glass-effect .elementor-icon-box-icon {
    transition: none !important;
}/* End custom CSS */