.elementor-kit-34{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2956dbd:#13131A;--e-global-color-b8f5c80:#22A7F4;--e-global-color-1b861c0:#FFFFFF;--e-global-color-10c30d9:#171923;--e-global-color-52719b9:#2C384D;--e-global-color-af5a777:#6C5CE7;--e-global-typography-primary-font-family:"Roboto";--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-34 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 *//* --- עיצוב בסיסי של הכפתור - להוסיף את המחלקה custom-glass-button לכפתור --- */
.custom-glass-button .elementor-button {
    position: relative;
    /* גרדיאנט סגול יוקרתי */
    background: linear-gradient(135deg, #6C5CE7 0%, #4834d4 50%, #6C5CE7 100%) !important;
    
    color: #ffffff !important;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    /* צל סגול עדין */
    box-shadow: 0px 10px 20px rgba(108, 92, 231, 0.2);
    border: none !important;
}

/* שכבת ה"ברק" (Glass Effect) */
.custom-glass-button .elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    transition: 0.6s;
    z-index: 1;
}

/* אפקט Hover - תנועה וזוהר סגול חזק */
.custom-glass-button .elementor-button:hover {
    transform: translateY(-4px) scale(1.02);
    /* הילה סגולה מודגשת */
    box-shadow: 0px 15px 30px rgba(108, 92, 231, 0.5) !important;
    filter: brightness(1.1);
}

/* הפעלת הברק במעבר עכבר */
.custom-glass-button .elementor-button:hover::before {
    left: 100%;
}

/* התאמת הטקסט שיהיה מעל האפקטים */
.custom-glass-button .elementor-button-content-wrapper {
    position: relative;
    z-index: 2;
}

/* אפקט לחיצה (Active) */
.custom-glass-button .elementor-button:active {
    transform: translateY(-1px);
    box-shadow: 0px 5px 15px rgba(108, 92, 231, 0.4) !important;
}

/* נגישות */
@media (prefers-reduced-motion: reduce) {
    .custom-glass-button .elementor-button {
        transition: none;
    }
}/* End custom CSS */