.elementor-kit-6{--e-global-color-primary:#3B82F6;--e-global-color-secondary:#22D3EE;--e-global-color-text:#94A3B8;--e-global-color-accent:#FFFFFF;--e-global-color-05be25a:#3B82F6;--e-global-color-d19ecbf:#22D3EE;--e-global-color-b37d8ac:#1D4ED8;--e-global-color-8bb015d:#FFFFFF;--e-global-color-49b97ce:#94A3B8;--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;background-color:#F8FAFC;}.elementor-kit-6 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);}@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 *//* 1. הגדרת רקע שונה לאתר - אפור-כחלחל בהיר מאוד במקום לבן */
body {
    background-color: #F1F5F9 !important; /* צבע Slate-100 */
    background-image: 
        radial-gradient(circle at 0% 0%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 100% 100%, rgba(6, 182, 212, 0.1) 0%, transparent 50%);
}

/* 2. חיזוק כרטיסיות הזכוכית */
.glass-panel {
    /* רקע לבן יותר אטום כדי לבלוט על הרקע */
    background: rgba(255, 255, 255, 0.85) !important;
    
    /* טשטוש חזק */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    
    /* מסגרת לבנה בוהקת */
    border: 1px solid #FFFFFF !important;
    
    /* צללית מודגשת יותר שתפריד את הכרטיסייה מהרקע */
    box-shadow: 
        0 4px 6px -1px rgba(0, 0, 0, 0.05), 
        0 10px 15px -3px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0,0,0,0.02); /* קו מתאר עדין מאוד */
    
    border-radius: 24px;
}

/* 3. הוספת ה"כתמים" הצבעוניים אם הם חסרים */
/* תוסיף קונטיינר באלמנטור ותן לו את ה-CLASS הזה */
.bg-blob-blue {
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 600px;
    background: rgba(59, 130, 246, 0.15); /* כחול שקוף */
    filter: blur(100px);
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
}

.bg-blob-cyan {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 600px;
    height: 600px;
    background: rgba(34, 211, 238, 0.15); /* תכלת שקוף */
    filter: blur(100px);
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
}/* End custom CSS */