.elementor-kit-4{--e-global-color-primary:#1D1453;--e-global-color-secondary:#FE4B34;--e-global-color-text:#1D1453;--e-global-color-accent:#1D1453;--e-global-color-9e56e01:#E6E0F7;--e-global-color-932c13f:#1D145300;--e-global-color-20a1539:#BCFFF2;--e-global-color-0e5fa7a:#FEFFFF;--e-global-color-11ff740:#F54A3F;--e-global-color-c12914c:#E4E4E4;--e-global-color-77599a0:#000000;--e-global-color-a84770b:#F9D7D5;--e-global-typography-primary-font-family:"Heebo";--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-4 e-page-transition{background-color:var( --e-global-color-9e56e01 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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 */@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.elementor-button {
    display: inline-block;
    background-color: white; /* צבע רקע קבוע למניעת רקע חיצוני */
    border: none;
    padding: 10px 20px;
    color: white;
    font-size: 16px;
    border-radius: 25px; /* התאימי לצורת הכפתור שלך */
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    outline: none; /* מסיר קווים חיצוניים */
}

.elementor-button:hover {
    animation: pulse 1s infinite ease-in-out;
}

/* ביטול רקע אפור אם מגיע/* End custom CSS */