.elementor-29 .elementor-element.elementor-element-12450d1{--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;--background-transition:0.3s;}.elementor-29 .elementor-element.elementor-element-f004985{z-index:3;}/* Start custom CSS for html, class: .elementor-element-f004985 */@font-face {
    font-family: 'OH_MorSwidGabay';
    src: url('https://meravarusi.co.il/wp-content/uploads/2025/06/OHMorSwidGabay-Regular.woff2') format('woff2'),
         url('https://meravarusi.co.il/wp-content/uploads/2025/06/OHMorSwidGabay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* תפריט ניווט - תמיד למעלה */
.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
    transition: all 0.3s ease;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* קטע הלוגו בתפריט - נסתר בהתחלה */
.nav-logo-section {
    display: flex;
    align-items: center;
    gap: 15px;
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.6s ease;
    pointer-events: none;
}

/* לוגו מופיע בגלילה */
.nav-logo-section.visible {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.nav-logo-link {
    text-decoration: none;
}

.nav-logo {
    width: 45px;
    height: 45px;
    border: 2px solid #d4af37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    transition: all 0.3s ease;
}

.nav-logo:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
}

.nav-alchemical-symbol {
    width: 22px;
    height: 22px;
    background-image: url('https://meravarusi.co.il/wp-content/uploads/2025/06/golden_heart.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.nav-title-link {
    text-decoration: none;
    color: inherit;
}

.nav-title {
    font-family: 'OH_MorSwidGabay', 'Google Assistant', sans-serif;
    font-size: 1.4rem;
    margin: 0;
    font-weight: 400;
    color: #d4af37;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    white-space: nowrap;
}

.nav-title-link:hover .nav-title {
    color: #fff;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.8);
}

/* תפריט */
.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.nav-menu li a {
    color: #d4af37;
    text-decoration: none;
    font-size: 1.1rem;
    font-family: 'Assistant', sans-serif;
    transition: all 0.3s ease;
    position: relative;
}

.nav-menu li a:hover {
    color: #fff;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.8);
}

.nav-menu li a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #d4af37;
    transition: width 0.3s ease;
}

.nav-menu li a:hover::after {
    width: 100%;
}

/* אייקונים חברתיים */
.social-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.social-icon {
    color: #d4af37;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon:hover {
    color: #fff;
    background: rgba(212, 175, 55, 0.2);
    transform: scale(1.1);
}

.whatsapp:hover {
    color: #25d366;
}

.instagram:hover {
    color: #e4405f;
}

/* כפתור המבורגר */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    gap: 4px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: #d4af37;
    transition: all 0.3s ease;
}

/* הדר מיסטי - מתחת לתפריט */
.mystical-header {
    text-align: center;
    padding: 100px 20px 60px; /* יותר מרווח מלמעלה */
    transition: all 0.5s ease;
}

.header-container {
    max-width: 800px;
    margin: 0 auto;
}

.logo-link {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.logo-link:hover {
    transform: translateY(-5px);
}

.logo {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border: 3px solid #d4af37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    animation: glow 3s ease-in-out infinite alternate;
    transition: all 0.3s ease;
}

.logo:hover {
    transform: scale(1.05);
}

@keyframes glow {
    from { box-shadow: 0 0 20px rgba(212, 175, 55, 0.3); }
    to { box-shadow: 0 0 40px rgba(212, 175, 55, 0.6); }
}

.alchemical-symbol {
    width: 60px;
    height: 60px;
    background-image: url('https://meravarusi.co.il/wp-content/uploads/2025/06/golden_heart.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.title-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.title-link:hover {
    transform: translateY(-3px);
}

.mystical-header h1 {
    font-family: 'OH_MorSwidGabay', 'Google Assistant', sans-serif;
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-weight: 400;
    color: #d4af37;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}

.quote {
    font-size: 1.3rem;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.9;
    line-height: 1.8;
    color: #d4af37;
    font-family: 'Google Assistant', sans-serif;
    transition: all 0.3s ease;
}

/* רספונסיבי למובייל */
@media (max-width: 768px) {
    .mystical-header {
        padding-top: 120px; /* יותר מרווח במובייל */
    }
    
    .mystical-header h1 { 
        font-size: 2.5rem; 
    }
    
    .quote {
        font-size: 1.1rem;
        padding: 0 10px;
    }
    
    .logo {
        width: 100px;
        height: 100px;
    }
    
    .alchemical-symbol {
        width: 50px;
        height: 50px;
    }
    
    .nav-title {
        font-size: 1.2rem;
    }
    
    /* תפריט מובייל */
    .nav-menu {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .social-icons {
        gap: 10px;
    }
    
    .social-icon {
        padding: 6px;
    }
    
    /* הצגת תפריט במובייל כשנפתח */
    .nav-menu.active {
        display: flex;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(10px);
        flex-direction: column;
        padding: 20px;
        gap: 20px;
        text-align: center;
    }
    
    .nav-menu.active li a::after {
        display: none;
    }
}/* End custom CSS */