.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-45bee11 *//* גובה קבוע וברור להדר */
.site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
}

/* מניעת הסתרת תוכן מתחת להדר */
html {
    scroll-padding-top: 100px;
}

/* לכל אלמנט שנגללים אליו */
[id] {
    scroll-margin-top: 100px;
}

/* מניעת קפיצות רוחב */
html,
body {
    overflow-x: hidden;
}

/* תמיכה טובה יותר במובייל */
body {
    min-height: 100dvh;
}/* End custom CSS */