.elementor-kit-6{--e-global-color-primary:#1C1C1C;--e-global-color-secondary:#F5F8FA;--e-global-color-text:#0FF0FC;--e-global-color-accent:#A3FFE4;--e-global-color-49967f5:#F5F8FA00;--e-global-color-8376ca1:#F26C28;--e-global-color-2b1f9f0:#2B6EFF;--e-global-color-73a7561:#CABDFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:108px;--e-global-typography-primary-font-weight:100;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:52px;--e-global-typography-secondary-font-weight:100;--e-global-typography-text-font-family:"Assistant";--e-global-typography-text-font-size:25px;--e-global-typography-text-font-weight:100;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Assistant";--e-global-typography-accent-font-size:25px;--e-global-typography-accent-font-weight:400;--e-global-typography-dbe8391-font-family:"Poppins";--e-global-typography-dbe8391-font-size:20px;--e-global-typography-dbe8391-font-weight:300;--e-global-typography-5f430ed-font-family:"Assistant";--e-global-typography-5f430ed-font-size:20px;--e-global-typography-5f430ed-font-weight:700;--e-global-typography-4fe8da8-font-family:"Assistant";--e-global-typography-4fe8da8-font-size:15px;--e-global-typography-4fe8da8-font-weight:100;--e-global-typography-bbaac6a-font-family:"Poppins";--e-global-typography-bbaac6a-font-size:130px;--e-global-typography-bbaac6a-font-weight:100;--e-global-typography-b564b50-font-family:"Assistant";--e-global-typography-b564b50-font-size:30px;--e-global-typography-b564b50-font-weight:100;--e-global-typography-b564b50-line-height:1.2em;--e-global-typography-d5a7cb1-font-family:"Poppins";--e-global-typography-d5a7cb1-font-size:40px;--e-global-typography-d5a7cb1-font-weight:300;}.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:1366px){.elementor-kit-6{--e-global-typography-primary-font-size:75px;--e-global-typography-secondary-font-size:35px;--e-global-typography-text-font-size:20px;}}@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 */body {
    cursor: none !important; /* מסתיר את סמן העכבר המקורי */
}

.custom-cursor-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.1s ease-out;
}

.outer-circle {
    width: 40px;
    height: 40px;
    border: 2px solid white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease-out;
}

.inner-circle {
    width: 12px;
    height: 12px;
    background-color: #00bcd4; /* צבע תכלת */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease-out;
}

/* שינוי גודל פנימי בלחיצה */
.custom-cursor-wrapper.hovered .inner-circle {
    transform: translate(-50%, -50%) scale(1.5);
    
}
a,
button,
.elementor-button,
input[type="submit"] {
    cursor: none !important;
}/* End custom CSS */