.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Inter", Sans-serif;}.elementor-kit-6 h2{font-family:"Inter", Sans-serif;}.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{padding-inline-end:0px;padding-inline-start:0px;}@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-blue-btn .elementor-button {
    position: relative;
    /* מעבר צבעים כחול מקצועי ועמוק */
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 50%, #1e40af 100%) !important;
    border-radius: 10px !important; /* מראה מעוגל ומודרני */
    padding: 16px 40px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    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(29, 78, 216, 0.25) !important;
    border: none !important;
    display: inline-block;
}

/* שכבת ה"ברק" שעוברת על הכפתור (Glass Effect) */
.custom-blue-btn .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-blue-btn .elementor-button:hover {
    transform: translateY(-4px) scale(1.02) !important;
    box-shadow: 0px 15px 30px rgba(29, 78, 216, 0.5) !important;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 50%, #1d4ed8 100%) !important;
}

/* הפעלת הברק במעבר עכבר */
.custom-blue-btn .elementor-button:hover::before {
    left: 100%;
}

/* התאמת הטקסט והאייקון שיהיו מעל האפקטים */
.custom-blue-btn .elementor-button-content-wrapper,
.custom-blue-btn .elementor-button-text,
.custom-blue-btn .elementor-button-icon {
    position: relative;
    z-index: 2;
    color: #ffffff !important;
}

/* אפקט לחיצה (Active) */
.custom-blue-btn .elementor-button:active {
    transform: translateY(-1px) !important;
    box-shadow: 0px 5px 15px rgba(29, 78, 216, 0.4) !important;
}/* End custom CSS */