.elementor-kit-11{--e-global-color-primary:#181818;--e-global-color-secondary:#2FADB7;--e-global-color-text:#6C58BE;--e-global-color-accent:#FFFEFE;--e-global-typography-primary-font-family:"GALIL";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"GALIL";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"GALIL";--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.2em;--e-global-typography-text-letter-spacing:0.02em;--e-global-typography-accent-font-family:"GALIL";--e-global-typography-accent-font-weight:700;}.elementor-kit-11 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){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);}.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 */html {
    overflow-x: hidden;
    margin-right: calc(-1 * (100vw - 100%));
}

body {
    overflow-x: hidden;
}

.sticky-header {
  transition: background-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
  will-change: background-color, box-shadow, transform;
  position: sticky;
  top: 0;
  z-index: 9999; /* Ensure it's on top of drawers */
}

.sticky-header.scrolled {
  background-color: rgba(255, 255, 255, 0.2) !important; /* 20% opacity */
  backdrop-filter: blur(20px); /* Optional: glass effect */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'GALIL';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://galpage.auto-fit.co.il/wp-content/uploads/2025/02/FUP-Galil-Bold-V3.woff2') format('woff2');
}
@font-face {
	font-family: 'GALIL';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://galpage.auto-fit.co.il/wp-content/uploads/2025/02/FUP-Galil-Light-V3.woff2') format('woff2');
}
@font-face {
	font-family: 'GALIL';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://galpage.auto-fit.co.il/wp-content/uploads/2025/02/FUP-Galil-Medium-V3.woff2') format('woff2');
}
@font-face {
	font-family: 'GALIL';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://galpage.auto-fit.co.il/wp-content/uploads/2025/02/FUP-Galil-Regular-V3.woff2') format('woff2');
}
/* End Custom Fonts CSS */