.elementor-kit-5{--e-global-color-primary:#337186;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#C27A7D;--e-global-typography-primary-font-family:"Blang Haloc Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montreal Mediumoblique";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montreal Light";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 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 */::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: #FFF;
}
::-webkit-scrollbar-thumb {
  background: #337186;
  border-radius: 6px;
  transition: 0.2s;
}
::-webkit-scrollbar-thumb:hover {
  background: #C27A7D;
  transition: 0.5s;
}


html, body {
    overflow-x: hidden;
}


ריכוך אנימציות כניסה 
.fadeInUp {
    animation-name: fadeInUp2 !important;
}
@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translate3d(0,40px,0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInDown {
    animation-name: fadeInDown2 !important;
}
@keyframes fadeInDown2 {
    0% {
        opacity: 0;
        transform: translate3d(0,-40px,0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeft {
    animation-name: fadeInLeft2 !important;
}
@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        transform: translate3d(-40px,0,0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInRight {
    animation-name: fadeInRight2 !important;
}
@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        transform: translate3d(40px,0,0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.zoomin{
    animation-name: zoomin2 !important;
}
@keyframes zoomin2 {
    0% {
        opacity: 0.5;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Blang Haloc Display';
	font-display: auto;
	src: url('https://mindset-coaching.co.uk/wp-content/uploads/2025/03/Blang-Haloc-Display.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Montreal Mediumoblique';
	font-display: auto;
	src: url('https://mindset-coaching.co.uk/wp-content/uploads/2025/03/Montreal-Mediumoblique.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Montreal Light';
	font-display: auto;
	src: url('https://mindset-coaching.co.uk/wp-content/uploads/2025/03/Montreal-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */