.elementor-35 .elementor-element.elementor-element-0361fa9{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-d407ba5 */@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;600;700&display=swap');
        
        @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;
        }

        body {
            margin: 0;
            padding: 0;
        }

        .mystical-footer {
            background: #000000;
            text-align: center;
            padding: 60px 20px 40px;
            border-top: 2px solid #d4af37;
            position: relative;
            overflow: hidden;
            color: #d4af37;
            font-family: 'Assistant', sans-serif;
        }

        /* כוכבים בפוטר */
        .footer-stars {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 1;
        }

        .footer-star {
            position: absolute;
            width: 1.5px;
            height: 1.5px;
            background: #d4af37;
            border-radius: 50%;
            animation: footerTwinkle 4s infinite;
        }

        @keyframes footerTwinkle {
            0%, 100% { opacity: 0.2; }
            50% { opacity: 1; }
        }

        .footer-container {
            position: relative;
            z-index: 2;
            max-width: 1000px;
            margin: 0 auto;
        }

        /* השורה הראשונה - ציטוט עם כתב יד */
        .footer-quote {
            font-family: 'OH_MorSwidGabay', 'Assistant', sans-serif;
            font-size: 1.2rem;
            margin-bottom: 15px;
            color: #d4af37;
            font-style: italic;
            line-height: 1.6;
            max-width: 600px;
            margin: 0 auto 15px;
            text-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
        }

        /* השורה השנייה - זכויות יוצרים */
        .copyright {
            font-family: 'Assistant', sans-serif;
            font-size: 1.1rem;
            margin-bottom: 12px;
            color: #d4af37;
            font-weight: 600;
            text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
        }

        /* השורה השלישית - קרדיטים */
        .credits {
            font-size: 0.85rem;
            opacity: 0.8;
            color: #b8860b;
            line-height: 1.5;
            margin-top: 8px;
        }

        .credits a {
            color: #d4af37;
            text-decoration: none;
            transition: all 0.3s ease;
            border-bottom: 1px solid transparent;
        }

        .credits a:hover {
            color: #f0c674;
            border-bottom: 1px solid #f0c674;
            text-shadow: 0 0 8px rgba(240, 199, 116, 0.5);
        }

        /* אפקט זוהר עדין לטקסט */
        .mystical-footer p {
            text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
        }

        /* רספונסיבי - מובייל */
        @media (max-width: 768px) {
            .mystical-footer {
                padding: 40px 15px 30px;
            }
            
            .footer-quote {
                font-size: 1.1rem;
                margin-bottom: 12px;
                padding: 0 10px;
            }
            
            .copyright {
                font-size: 1rem;
                margin-bottom: 10px;
            }
            
            .credits {
                font-size: 0.8rem;
                padding: 0 10px;
                margin-top: 6px;
            }
        }

        /* רספונסיבי - טאבלט */
        @media (max-width: 1024px) and (min-width: 769px) {
            .mystical-footer {
                padding: 50px 20px 35px;
            }
            
            .footer-quote {
                font-size: 1.15rem;
                margin-bottom: 14px;
            }
            
            .copyright {
                font-size: 1.05rem;
                margin-bottom: 11px;
            }
            
            .credits {
                font-size: 0.82rem;
                margin-top: 7px;
            }
        }

        /* רספונסיבי - מסכים גדולים */
        @media (min-width: 1200px) {
            .mystical-footer {
                padding: 70px 20px 50px;
            }
            
            .footer-quote {
                font-size: 1.3rem;
                margin-bottom: 18px;
            }
            
            .copyright {
                font-size: 1.2rem;
                margin-bottom: 15px;
            }
            
            .credits {
                font-size: 0.9rem;
                margin-top: 10px;
            }
        }/* End custom CSS */