.elementor-kit-5{--e-global-color-primary:#D90D0D;--e-global-color-secondary:#F4F0EA;--e-global-color-text:#2D2D2D;--e-global-color-accent:#BFAC88;--e-global-color-fc40982:#202020;--e-global-color-858f368:#A60311;--e-global-color-fc0f224:#F2EBDC;--e-global-color-ae952aa:#FF6161;--e-global-color-1d49c5f:#DFD4BE;--e-global-typography-primary-font-family:"Karantina";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Karantina";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Arimo";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Arimo";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-secondary );}.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){--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 */.highlight-word {
    background: linear-gradient(to bottom, #EFE6D5, #D0C19B);
    -webkit-background-clip: text;
    color: transparent;
}

.highlight-word-red-dark {
    color: #A60311;
}

.highlight-word-red {
    color: #FF6161;
}

@keyframes heroBlurReveal {
    0% {
        opacity: 0;
        filter: blur(12px);
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        filter: blur(0px);
        transform: translateY(0);
    }
}

/* הקלאס שניישם על הכותרת בהירו */
.hero-blur-text .elementor-heading-title {
    opacity: 0; /* מונע הבהוב של הטקסט לפני האנימציה */
    animation: heroBlurReveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    
    /* אופציונלי: אם תרצה לתת לטקסט לחכות שניה לפני שהוא מופיע, פשוט תוריד את ההערה מהשורה הבאה */
    /* animation-delay: 0.3s; */
}/* End custom CSS */