.elementor-kit-6{--e-global-color-primary:#F9FBFF;--e-global-color-secondary:#F3F6FF;--e-global-color-text:#D1A964;--e-global-color-accent:#EA5B5B;--e-global-color-8c8d292:#606EB2;--e-global-color-eeb53b4:#2F313A;--e-global-color-d1d63a4:#27357A;--e-global-color-017ea79:#606EB203;--e-global-color-06310e6:#FDFEFF;--e-global-color-b823678:#FFFFFF;--e-global-color-fb1c79d:#000000;--e-global-color-7ddf5f7:#2B313F;--e-global-color-1e8dc40:#2B313F;--e-global-typography-primary-font-family:"Rubik";--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;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h6{font-family:"Rubik", Sans-serif;font-size:1.1vw;font-weight:400;line-height:1.3em;}.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{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-kit-6 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
overflow-x: clip;
}
/* כרום / ספארי / Edge */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #606EB2;
  border-radius: 10px;
}

/* פיירפוקס */
* {
  scrollbar-color: #606EB2 transparent;
}

/* Target mobile devices (standard Elementor breakpoint) */
@media (max-width: 767px) {
    #CookiebotWidget {
        /* Reset any default bottom/right positioning */
        bottom: auto !important;
        right: auto !important;
        
        /* Pin to the top left */
        top: 100px !important; /* This creates your 100px margin-top */

        
        /* Ensure it stays fixed while scrolling */
        position: fixed !important;
        z-index: 999999 !important; /* Ensure it stays above other elements */
    }
}

/* Target mobile devices */
@media (max-width: 767px) {
    #enable-toolbar-trigger {
        /* Reset positioning */
        top: auto !important;
        right: auto !important;
        
        /* Position at top left, below the Cookiebot widget */
        top: -520px !important; 

        /* Technical requirements for floating icons */
        position: fixed !important;
        z-index: 999999 !important;
        
        /* Optional: Adjust size if it's too big for mobile */
        transform: scale(0.8); 
        transform-origin: top left;
    }
}/* End custom CSS */