/* _content/Worvia_NémethÁdám/Components/Comps/About.razor.rz.scp.css */
.about-section[b-6znek9bz00] {
    padding: 5vw 7vw;
    background-color: var(--background-color-second);
    color: white;
}

.about-container[b-6znek9bz00] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
}

.about-text[b-6znek9bz00] {
    flex: 1 1 50%;
    font-family: 'Cardo', serif;
    position: relative;
    z-index: 1;
}

    .about-text h2[b-6znek9bz00] {
        font-size: 3rem;
        margin-bottom: 1rem;
        font-family: 'Anton', sans-serif;
        text-shadow: 0 0 10px var(--text-shadow);
        color: white;
    }

    .about-text p[b-6znek9bz00] {
        font-size: 1.2rem;
        line-height: 1.8;
        margin-bottom: 1.5rem;
        text-shadow: 1px 1px 5px rgba(255,255,255,0.05);
    }

    .about-text[b-6znek9bz00]::before {
        content: '';
        position: absolute;
        top: -10%;
        left: -5%;
        width: 110%;
        height: 120%;
        /*background: radial-gradient(circle, rgba(0, 225, 255, 0.1), transparent 70%);*/
        filter: blur(60px);
        z-index: 0;
    }

.about-image[b-6znek9bz00] {
    flex: 1 1 40%;
    display: flex;
    justify-content: center;
}

    .about-image img[b-6znek9bz00] {
        max-width: 100%;
        height: auto;
        border-radius: 1rem;
        box-shadow: 0 0 30px rgba(255, 255, 255, 0.05);
    }


@media (max-width: 992px) {
    .about-container[b-6znek9bz00] {
        flex-direction: column;
        text-align: left;
    }

    .about-text[b-6znek9bz00],
    .about-image[b-6znek9bz00] {
        flex: 1 1 100%;
        max-width: 100%;
    }

        .about-text h2[b-6znek9bz00] {
            font-size: 2.2rem;
        }

        .about-text p[b-6znek9bz00] {
            font-size: 1.05rem;
        }

        .about-image img[b-6znek9bz00] {
            max-width: 80%;
        }
}


/*.about-text h2::after {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
    margin: 1rem auto 0;
    animation: pulse-glow 2.5s ease-in-out infinite;
    border-radius: 20px;
}

@keyframes pulse-glow {
    0%, 100% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }
}*/


/*.glow-box {
    display: inline-block;
    padding: 1.5rem 3rem;
    border: 2px solid var(--primary-color);*/ /* pl. #00e1ff */
    /*border-radius: 20px;
    box-shadow: 0 0 10px var(--primary-color), 0 0 20px var(--primary-color), inset 0 0 10px var(--primary-color);
    background: rgba(0, 225, 255, 0.05);*/ /* enyhén világító háttér */
    /*transition: 0.3s ease;
}*/
/* _content/Worvia_NémethÁdám/Components/Comps/Contact.razor.rz.scp.css */
.contact-section[b-rdbmi6fxak] {
    background-color: var(--background-color);
    color: #fff;
    padding: 4rem 2rem;
    font-family: 'Segoe UI', sans-serif;
}

.contact-wrapper[b-rdbmi6fxak] {
    max-width: 1100px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.contact-left[b-rdbmi6fxak] {
    flex: 1 1 350px;
}

    .contact-left h2[b-rdbmi6fxak] {
        font-size: 2.2rem;
        margin-bottom: 1rem;
        font-family: 'Anton', sans-serif;
        text-shadow: 0 0 10px var(--text-shadow);
        color: white;
        margin: auto 0;
    }

    .contact-left p[b-rdbmi6fxak] {
        margin-bottom: 2rem;
        color: #aaa;
    }

.contact-detail[b-rdbmi6fxak] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.2rem;
    align-items: flex-start;
}

    .contact-detail i[b-rdbmi6fxak] {
        font-size: 1.5rem;
        color: #00aaff;
        margin-top: 0.3rem;
    }

    .contact-detail a[b-rdbmi6fxak] {
        color: #00eaff;
        text-decoration: none;
    }

.social-icons[b-rdbmi6fxak] {
    margin-top: 2rem;
}

    .social-icons a[b-rdbmi6fxak] {
        margin-right: 1rem;
        color: #00aaff;
        font-size: 1.4rem;
        transition: color 0.3s ease;
    }

        .social-icons a:hover[b-rdbmi6fxak] {
            color: #00ffff;
        }

        .social-icons img[b-rdbmi6fxak] {
            width: 24px;
            height: 24px;
            vertical-align: middle;
        }

.contact-right[b-rdbmi6fxak] {
    flex: 1 1 500px;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.input-group[b-rdbmi6fxak] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.contact-right input[b-rdbmi6fxak],
.contact-right textarea[b-rdbmi6fxak] {
    width: 100%;
    background-color: #161b22;
    border: 1px solid #333;
    padding: 1rem;
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
}

.input-group input[b-rdbmi6fxak] {
    flex: 1 1 48%;
}

.contact-right button[b-rdbmi6fxak] {
    padding: 1rem;
    background-color: #00aaff;
    border: none;
    border-radius: 6px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .contact-right button:hover[b-rdbmi6fxak] {
        background-color: #007acc;
    }

.turnstile-container[b-rdbmi6fxak] {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    /*height: 100%;*/
}

.success-panel[b-rdbmi6fxak] {
    display: flex;
    flex: 1 1 500px;
    background: #0f1620;
    border: 1px solid #263042;
    border-radius: 10px;
    padding: 2rem;
    animation: fadeIn-b-rdbmi6fxak 300ms ease-out;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .success-panel h3[b-rdbmi6fxak] {
        margin: 0 0 0.5rem 0;
        font-family: 'Anton', sans-serif;
        color: #fff;
        text-shadow: 0 0 10px var(--text-shadow);
        font-size: 1.6rem;
    }

    .success-panel p[b-rdbmi6fxak] {
        color: #b8c3cf;
        margin-bottom: 1.2rem;
    }

    .success-panel .cta-btn[b-rdbmi6fxak] {
        padding: 0.9rem 1.2rem;
        background-color: #00aaff;
        border: none;
        border-radius: 8px;
        color: white;
        font-weight: 700;
        cursor: pointer;
        transition: background-color .2s ease;
    }

        .success-panel .cta-btn:hover[b-rdbmi6fxak] {
            background-color: #007acc;
        }

.privacy[b-rdbmi6fxak] {
    display: flex;
    align-items: center;
    font-size: 1rem;
}

    .privacy input[b-rdbmi6fxak] {
        margin: 0;
        width: 16px;
        height: 16px;
        accent-color: #00aaff;
        cursor: pointer;
        transform: translateY(1px);
    }

    .privacy label[b-rdbmi6fxak] {
        margin-left: 0.5rem;
        color: #aaa;
    }

        .privacy label a[b-rdbmi6fxak] {
            color: #00eaff;
            text-decoration: none;
            cursor: pointer;
        }

            .privacy label a:hover[b-rdbmi6fxak] {
                text-decoration: underline;
            }

@keyframes fadeIn-b-rdbmi6fxak {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/Worvia_NémethÁdám/Components/Comps/Footer.razor.rz.scp.css */
.footer[b-2wuzcm3ktu] {
    background-color: #0f0f0f;
    color: #ccc;
    padding: 60px 30px 20px;
    font-family: sans-serif;
}

.footer-content[b-2wuzcm3ktu] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: auto;
}

.footer h2[b-2wuzcm3ktu] {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

.footer h3[b-2wuzcm3ktu] {
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
}

.footer-column p[b-2wuzcm3ktu],
.footer-column li[b-2wuzcm3ktu],
.footer-column a[b-2wuzcm3ktu] {
    font-size: 14px;
    line-height: 1.6;
}

.footer-column a[b-2wuzcm3ktu] {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .footer-column a:hover[b-2wuzcm3ktu] {
        color: #fff;
    }

.footer-column ul[b-2wuzcm3ktu] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icons a[b-2wuzcm3ktu] {
    font-size: 20px;
    margin-right: 10px;
    text-decoration: none;
    color: #ccc;
    transition: transform 0.3s ease, color 0.3s ease;
}

    .social-icons a img[b-2wuzcm3ktu] {
        width: 24px;
        height: 24px;
        vertical-align: middle;
        transition: transform 0.3s ease;
    }

    .social-icons a:hover[b-2wuzcm3ktu] {
        color: #fff;
        transform: scale(1.1);
    }

.footer-bottom[b-2wuzcm3ktu] {
    text-align: center;
    margin-top: 40px;
    font-size: 13px;
    color: #777;
    border-top: 1px solid #222;
    padding-top: 15px;
}
/* _content/Worvia_NémethÁdám/Components/Comps/Hero.razor.rz.scp.css */
.hero-section[b-a1jeku5jv6] {
    background-color: var(--background-color);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.hero-text[b-a1jeku5jv6] {
    max-width: 70vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-reflect: below 1px linear-gradient(transparent, rgba(255,255,255,0.05));
}

    .hero-text h1[b-a1jeku5jv6] {
        font-size: 5rem;
        margin-bottom: 1.5rem;
        font-family: 'Anton', sans-serif;
        font-weight: 100;
        text-shadow: 4px 4px 20px rgba(255,255,255,0.6);
    }

    .hero-text p[b-a1jeku5jv6] {
        max-width: 40vw;
        font-family: 'Cardo', serif;
        font-size: 1.25rem;
        line-height: 2;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        text-shadow: 2px 2px 10px rgba(255,255,255,0.6);
    }


.cta-btn[b-a1jeku5jv6] {
    margin-top: 2rem;
    padding: 1rem 2rem;
    background: transparent;
    border-radius: 2rem;
    border: 2px solid white;
    font-size: 1.2rem;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s ease;
}

    .cta-btn:hover[b-a1jeku5jv6] {
        transform: scale(1.05);
        background-color: white;
        background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.4), 0 0 20px rgba(255, 255, 255, 0.3), 0 0 40px rgba(255, 255, 255, 0.2), 0 0 60px rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease;
    }


.background-glow[b-a1jeku5jv6] {
    position: absolute;
    display: flex;
    align-self: center;
    justify-self: center;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent);
    filter: blur(100px);
    z-index: 0;
}

.glow2[b-a1jeku5jv6] {
    position: absolute;
    top: 70%;
    left: 70%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(0, 150, 255, 0.4), transparent);
}


@media (max-width: 768px) {
    .hero-section[b-a1jeku5jv6] {
        background-image: none;
        background-color: var(--background-color);
        flex-direction: column;
        align-items: center;
        padding: 15vw 5vw;
        background-position: center top;
        background-size: cover;
        height: 90vh;
        text-align: center;
    }

    .hero-text[b-a1jeku5jv6] {
        max-width: 100%;
        margin: 3rem 0 0 0;
    }

        .hero-text h1[b-a1jeku5jv6] {
            font-size: 2.5rem;
            text-align: center;
        }

        .hero-text p[b-a1jeku5jv6] {
            max-width: 90%;
            font-size: 1rem;
            line-height: 1.6;
            text-shadow: 1px 1px 6px rgba(255, 255, 255, 0.4);
        }

    .cta-btn[b-a1jeku5jv6] {
        font-size: 1rem;
        padding: 0.8rem 1.6rem;
    }

    .background-glow[b-a1jeku5jv6] {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 300px;
        height: 300px;
        filter: blur(80px);
    }

    .glow2[b-a1jeku5jv6] {
        display: none;
    }
}
/* _content/Worvia_NémethÁdám/Components/Comps/Stats.razor.rz.scp.css */
.stats-split-section[b-e6tofr5s3l] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
    padding: 6vw 7vw;
    background: #0c0f14;
    color: white;
    flex-wrap: wrap;
}

.stats-left[b-e6tofr5s3l] {
    flex: 1;
    text-align: center;
    border-top: 5px ridge white;
    border-left: 5px ridge white;
    border-bottom: 5px ridge white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.big-number[b-e6tofr5s3l] {
    font-size: 6rem;
    font-family: 'Anton', sans-serif;
    color: #00e1ff;
    text-shadow: 0 0 20px var(--text-shadow);
}

    .big-number .dot[b-e6tofr5s3l] {
        color: #00e1ff;
        font-size: 2.5rem;
        vertical-align: top;
        margin-left: -10px;
    }

.label[b-e6tofr5s3l] {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 300;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stats-right[b-e6tofr5s3l] {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.section-title[b-e6tofr5s3l] {
    font-size: 2.5rem;
    font-family: 'Anton', sans-serif;
    margin-bottom: 1rem;
    text-shadow: 0 0 10px #00e1ff;
    color: white;
    margin: auto 0;
}

.stat-item label[b-e6tofr5s3l] {
    font-weight: bold;
    color: #aaa;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.stat-detail[b-e6tofr5s3l] {
    font-size: 0.85rem;
    color: #888;
    margin-top: 0.4rem;
    display: block;
}

.bar[b-e6tofr5s3l] {
    width: 100%;
    height: 12px;
    background: #222;
    border-radius: 6px;
    overflow: hidden;
}

.fill[b-e6tofr5s3l] {
    width: var(--fill);
    height: 100%;
    background: linear-gradient(to right, #00e1ff, #0077ff);
    box-shadow: 0 0 10px #00e1ff;
    border-radius: 6px;
    font-size: 0.8rem;
    color: white;
    text-align: right;
    padding-right: 6px;
    animation: fillAnim-b-e6tofr5s3l 2s ease-out forwards;
}

@keyframes fillAnim-b-e6tofr5s3l {
    from {
        width: 0;
    }

    to {
        width: var(--fill);
    }
}


.fancy-stats-row[b-e6tofr5s3l] {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid #333;
    width: 100%;
}

.fancy-stat[b-e6tofr5s3l] {
    text-align: center;
    flex: 1;
    min-width: 120px;
}

.stat-number[b-e6tofr5s3l] {
    font-size: 2.5rem;
    font-weight: bold;
    color: #00e1ff;
    text-shadow: 0 0 10px #00e1ff;
    animation: countUp-b-e6tofr5s3l 1.5s ease-out forwards;
}

.stat-label[b-e6tofr5s3l] {
    font-size: 1rem;
    color: #ccc;
    margin-top: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@keyframes countUp-b-e6tofr5s3l {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}


@media (max-width: 768px) {
    .stats-split-section[b-e6tofr5s3l] {
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        padding: 8vw 6vw;
        text-align: center;
    }

    .stats-left[b-e6tofr5s3l],
    .stats-right[b-e6tofr5s3l] {
        width: 100%;
    }

    .section-title[b-e6tofr5s3l] {
        font-size: 2rem;
    }

    .stat-item label[b-e6tofr5s3l] {
        font-size: 1rem;
    }

    .stat-detail[b-e6tofr5s3l] {
        font-size: 0.8rem;
    }

    .fancy-stats-row[b-e6tofr5s3l] {
        gap: 1.5rem;
    }

    .stat-number[b-e6tofr5s3l] {
        font-size: 2rem;
    }

    .stat-label[b-e6tofr5s3l] {
        font-size: 0.9rem;
    }
}
/* _content/Worvia_NémethÁdám/Components/Comps/Test.razor.rz.scp.css */
/* _content/Worvia_NémethÁdám/Components/Comps/Testimonials.razor.rz.scp.css */
.testimonials[b-tuod21n7jw] {
    background-color: #0d1117;
    color: white;
    padding: 4rem 2rem;
    text-align: center;
    width: 100%;
    position: relative;
}

    .testimonials h2[b-tuod21n7jw] {
        font-size: 2.5rem;
        font-family: 'Anton', sans-serif;
        margin-bottom: 1rem;
        text-shadow: 0 0 10px var(--text-shadow);
        color: white;
    }

.testimonial-nav[b-tuod21n7jw] {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

    .testimonial-nav button[b-tuod21n7jw] {
        background-color: #00aaff;
        border: none;
        color: white;
        font-size: 1.5rem;
        padding: 0.5rem 1rem;
        border-radius: 8px;
        cursor: pointer;
        transition: background 0.3s ease;
    }

        .testimonial-nav button:hover[b-tuod21n7jw] {
            background-color: #0077cc;
        }

.testimonial-grid[b-tuod21n7jw] {
    width: 100%;
    overflow: hidden;
    max-width: 1210px;
    margin: 0 auto;
}

#track[b-tuod21n7jw] {
    padding: 0 3px;
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 20px;
}

.testimonial[b-tuod21n7jw] {
    flex: 0 0 33.333%;
    background-color: #161b22;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,170,255,0.2);
    text-align: left;
    height: auto;
    border: 2px dashed var(--primary-color);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .testimonial img[b-tuod21n7jw] {
        width: 100%;
        height: auto;
        border-radius: 8px;
        margin-bottom: 1rem;
        max-height: 300px;
        object-fit: cover;
    }

    .testimonial:hover[b-tuod21n7jw] {
        box-shadow: 0 0 20px rgba(0, 170, 255, 0.4);
        border-color: #00ffff;
    }

blockquote[b-tuod21n7jw] {
    font-style: italic;
    position: relative;
    padding-left: 1rem;
    border-left: 3px solid #00aaff;
}

    blockquote footer[b-tuod21n7jw] {
        margin-top: 1rem;
        font-weight: bold;
        color: #aaa;
    }


.testimonial-subtitle[b-tuod21n7jw] {
    color: #ccc;
    margin-top: -0.5rem;
    margin-bottom: 2rem;
    font-size: 1.1rem;
    font-style: italic;
}

.testimonial-grid-wrapper[b-tuod21n7jw] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 1rem;
    max-width: 1300px;
    margin: 0 auto;
}

.arrow-btn[b-tuod21n7jw] {
    background-color: #00aaff;
    border: none;
    color: white;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
    z-index: 2;
}

    .arrow-btn:hover[b-tuod21n7jw] {
        background-color: #0077cc;
    }

    .arrow-btn.left[b-tuod21n7jw] {
        position: absolute;
        left: -3rem;
    }

    .arrow-btn.right[b-tuod21n7jw] {
        position: absolute;
        right: -3rem;
    }


.testimonial[b-tuod21n7jw] {
    flex: 0 0 100%;
}
@media (min-width: 600px) {
    .testimonial[b-tuod21n7jw] {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (min-width: 900px) {
    .testimonial[b-tuod21n7jw] {
        flex: 0 0 calc(33.333% - 13.33px);
    }
}
/* _content/Worvia_NémethÁdám/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-yeewj4zy3e] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yeewj4zy3e] {
    flex: 1;
}

.sidebar[b-yeewj4zy3e] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-yeewj4zy3e] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yeewj4zy3e]  a, .top-row[b-yeewj4zy3e]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-yeewj4zy3e]  a:hover, .top-row[b-yeewj4zy3e]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-yeewj4zy3e]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-yeewj4zy3e] {
        justify-content: space-between;
    }

    .top-row[b-yeewj4zy3e]  a, .top-row[b-yeewj4zy3e]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-yeewj4zy3e] {
        flex-direction: row;
    }

    .sidebar[b-yeewj4zy3e] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yeewj4zy3e] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-yeewj4zy3e]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-yeewj4zy3e], article[b-yeewj4zy3e] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-yeewj4zy3e] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-yeewj4zy3e] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Worvia_NémethÁdám/Components/Layout/NavBar.razor.rz.scp.css */
.navbar[b-91oa9k6orq] {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
    padding: 0.5rem 2rem;
    z-index: 1000;
    color: white;
    transition: background-color 0.4s ease;
}


    .navbar.active[b-91oa9k6orq] {
        background-color: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

.navbar-container[b-91oa9k6orq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-logo[b-91oa9k6orq] {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
}

.navbar-logo img[b-91oa9k6orq] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px dotted var(--primary-color);
    box-shadow: 0 0 7px var(--accent-color);
}

.navbar-links[b-91oa9k6orq] {
    display: flex;
    gap: 1.5rem;
    transition: max-height 0.3s ease;
}

    .navbar-links a[b-91oa9k6orq] {
        text-decoration: none;
        color: white;
        /*font-weight: 600;*/
        position: relative;
        padding: 0.3rem 0;
        transition: color 0.3s ease;
    }

        .navbar-links a[b-91oa9k6orq]::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 2px;
            background-color: var(--secondary-color);
            transition: width 0.3s ease;
        }

        .navbar-links a:hover[b-91oa9k6orq]::after {
            width: 60%;
        }

        .navbar-links a:hover[b-91oa9k6orq] {
            color: var(--secondary-color);
        }


.hamburger[b-91oa9k6orq] {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.hamburger span[b-91oa9k6orq] {
    width: 25px;
    height: 3px;
    background: white;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .hamburger[b-91oa9k6orq] {
        display: flex;
    }

    .navbar-links[b-91oa9k6orq] {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        backdrop-filter: none;
        background-color: transparent;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding: 1rem 0;
        display: none;
    }

        .navbar-links.open[b-91oa9k6orq] {
            display: flex;
            background-color: rgba(0, 0, 0, 0.6);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }
            .navbar-links.open a[b-91oa9k6orq] {
                background-color: rgba(255, 255, 255, 0.05);
                padding: 0.5rem 1rem;
                border-radius: 8px;
                transition: background 0.3s;
                font-weight: 600;
            }

                .navbar-links.open a:hover[b-91oa9k6orq] {
                    background-color: rgba(255, 255, 255, 0.5);
                    color: var(--accent-color);
                }
}




/* Animation for the links */
.navbar-links a[b-91oa9k6orq] {
    opacity: 0;
    transform: translateY(-10px);
    animation: fadeInLink-b-91oa9k6orq 0.4s forwards;
    animation-delay: calc(var(--i) * 0.3s);
}

.navbar-links.open a[b-91oa9k6orq] {
    --i: 0;
}

    .navbar-links.open a:nth-child(1)[b-91oa9k6orq] {
        --i: 1;
    }

    .navbar-links.open a:nth-child(2)[b-91oa9k6orq] {
        --i: 2;
    }

    .navbar-links.open a:nth-child(3)[b-91oa9k6orq] {
        --i: 3;
    }

    .navbar-links.open a:nth-child(4)[b-91oa9k6orq] {
        --i: 4;
    }
    .navbar-links.open a:nth-child(5)[b-91oa9k6orq] {
        --i: 5;
    }

@keyframes fadeInLink-b-91oa9k6orq {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* _content/Worvia_NémethÁdám/Components/Pages/Privacy.razor.rz.scp.css */
.privacy-section[b-ex4rjdfc0m] {
    padding: 2rem;
    background: #f9f9f9;
    color: #333;
}

.privacy-container[b-ex4rjdfc0m] {
    max-width: 900px;
    margin: auto;
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    line-height: 1.6;
}

h1[b-ex4rjdfc0m], h2[b-ex4rjdfc0m] {
    color: #444;
    margin-top: 1.5rem;
}

ul[b-ex4rjdfc0m] {
    margin: 0.5rem 0 1rem 1.5rem;
}

.print-btn[b-ex4rjdfc0m] {
    margin-top: 2rem;
    text-align: center;
}

    .print-btn button[b-ex4rjdfc0m] {
        background: #444;
        color: #fff;
        padding: 0.6rem 1.2rem;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        font-size: 1rem;
        transition: background 0.2s;
    }

        .print-btn button:hover[b-ex4rjdfc0m] {
            background: #222;
        }

@media print {
    .print-btn[b-ex4rjdfc0m] {
        display: none;
    }
}
