.elementor-288 .elementor-element.elementor-element-5e0edf6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-288 .elementor-element.elementor-element-93de602{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-288 .elementor-element.elementor-element-3fccca6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 40px) 0px;}/* Start custom CSS for heading, class: .elementor-element-2b26154 *//* הגדרת הקונטיינר של הכותרת ליצירת קווים בצדדים */
.elementor-288 .elementor-element.elementor-element-2b26154 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px; /* רווח בין הטקסט לקווים */
    margin-top: 20px;
    margin-bottom: 20px;
}

/* עיצוב הטקסט עצמו */
.elementor-288 .elementor-element.elementor-element-2b26154 .elementor-heading-title {
    color: #ffffff; /* טקסט לבן */
    font-family: 'Rubik', sans-serif;
    font-size: 14px; /* גודל אלגנטי, לא ענק */
    font-weight: 500;
    text-transform: uppercase; /* הופך לאותיות גדולות */
    letter-spacing: 2px; /* ריווח בין אותיות למראה יוקרתי */
    white-space: nowrap; /* מונע שבירת שורה */
    text-shadow: 0 0 10px rgba(75, 217, 224, 0.4); /* הילה עדינה בצבע הטורקיז */
    margin: 0; /* איפוס שוליים */
}

/* יצירת הקווים בצדדים (לפני ואחרי) */
.elementor-288 .elementor-element.elementor-element-2b26154::before,
.elementor-288 .elementor-element.elementor-element-2b26154::after {
    content: '';
    display: block;
    height: 1px; /* עובי הקו */
    width: 100%; /* תופס את כל המקום הפנוי */
    
    /* גרדיאנט שגורם לקו לדהות בקצוות - אפקט סייבר */
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(75, 217, 224, 0.5), /* הצבע הטורקיז שלך במרכז */
        transparent
    );
}/* End custom CSS */