.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#DE016A;--e-global-color-text:#00C1AA;--e-global-color-accent:#131313;--e-global-color-9616817:#4F4A45;--e-global-color-e67f685:#EDE7DE;--e-global-typography-primary-font-family:"TRAMPOLINA";--e-global-typography-primary-font-size:4vw;--e-global-typography-primary-font-weight:bold;--e-global-typography-secondary-font-family:"TRAMPOLINA";--e-global-typography-secondary-font-size:2vw;--e-global-typography-secondary-font-weight:bold;--e-global-typography-text-font-family:"TRAMPOLINA";--e-global-typography-text-font-size:1vw;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"TRAMPOLINA";--e-global-typography-accent-font-size:1vw;--e-global-typography-accent-font-weight:bold;}.elementor-kit-6 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){--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 */html, body{
overflow-x: hidden;
}

/* =========================
   GLOBAL SCROLLBAR – black + pink (#DE016A)
   ========================= */

/* Chrome / Edge / Safari */
html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar{
  width: 9px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
*::-webkit-scrollbar-track{
  background: #131313; /* שחור מוחלט */
  border-radius: 999px;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb{
  background: rgba(222,1,106,0.75); /* #DE016A */
  border-radius: 999px;
  border: 2px solid #131313;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover,
*::-webkit-scrollbar-thumb:hover{
  background: rgba(222,1,106,1);
}

/* Firefox */
html,
body{
  scrollbar-width: thin;
  scrollbar-color: rgba(222,1,106,0.85) #131313;
}/* End custom CSS */