/* _content/Website_GergelyKrisztina/Components/Comps/About.razor.rz.scp.css */
.about-section[b-cwy4n98t42] {
    background-color: #fff;
    padding: 120px 0;
    margin: auto 50px;
    display: block;
}

.about-container[b-cwy4n98t42] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
    max-width: 1300px;
    width: 100%;
    padding: 0 20px;
}

/* Kép */
.about-image[b-cwy4n98t42] {
    flex: 1 1 45%;
}

    .about-image img[b-cwy4n98t42] {
        width: 100%;
        border-radius: 12px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .about-image:hover img[b-cwy4n98t42] {
        transform: scale(1.02);
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
    }

/* Szöveg */
.about-content[b-cwy4n98t42] {
    flex: 1 1 50%;
}

    .about-content h6[b-cwy4n98t42] {
        color: var(--primary-color);
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .about-content h2[b-cwy4n98t42] {
        font-size: 42px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 25px;
        color: #1e1e1e;
    }

    .about-content p[b-cwy4n98t42] {
        color: #555;
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 18px;
    }

/* Gomb */
.about-button[b-cwy4n98t42] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: var(--primary-color);
    color: #fff;
    padding: 14px 28px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(243, 85, 37, 0.2);
    cursor: pointer;
}

    .about-button:hover[b-cwy4n98t42] {
        background-color: #d93f15;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(243, 85, 37, 0.3);
    }

    .about-button i[b-cwy4n98t42] {
        background-color: #fff;
        color: var(--primary-color);
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.3s ease;
    }

    .about-button:hover i[b-cwy4n98t42] {
        transform: rotate(360deg);
    }

/* Reszponzív */
@media (max-width: 992px) {
    .about-container[b-cwy4n98t42] {
        flex-direction: column;
        text-align: center;
    }

    .about-image[b-cwy4n98t42], .about-content[b-cwy4n98t42] {
        flex: 1 1 100%;
        width: 100%;
    }

        .about-content h2[b-cwy4n98t42] {
            font-size: 34px;
        }

    .about-button[b-cwy4n98t42] {
        margin-top: 20px;
    }
}
/* _content/Website_GergelyKrisztina/Components/Comps/Contact.razor.rz.scp.css */
/* --- Kapcsolat fejléc (háttér) --- */
.contact[b-qlgh8rxglr] {
    background-image: url("/assets/images/contact-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 10px 250px 10px;
    text-align: center;
    position: relative;
    width: 100%;
}

.contact-header h6[b-qlgh8rxglr] {
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-header h2[b-qlgh8rxglr] {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
}

/* --- Tartalom --- */
.contact-content[b-qlgh8rxglr] {
    margin-top: -240px;
    position: relative;
    z-index: 2;
}

.contact-container[b-qlgh8rxglr] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

/* Bal oldal */
.contact-left[b-qlgh8rxglr] {
    flex: 1 1 65%;
    width: 100%;
}

#map[b-qlgh8rxglr] {
    border-radius: 10px;
    margin-bottom: 40px;
    overflow: hidden;
}

/* Elérhetőségek */
.contact-info[b-qlgh8rxglr] {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: space-between;
}

.info-block[b-qlgh8rxglr] {
    flex: 1 1 calc(33% - 20px);
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 20px 25px;
    transition: all 0.3s ease;
}

    .info-block:hover[b-qlgh8rxglr] {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .info-block i[b-qlgh8rxglr] {
        font-size: 28px;
        color: var(--primary-color);
        margin-right: 20px;
        min-width: 32px;
        text-align: center;
        transition: transform 0.3s ease;
    }

    .info-block:hover i[b-qlgh8rxglr] {
        transform: scale(1.2);
    }

    .info-block h6[b-qlgh8rxglr] {
        font-size: 18px;
        font-weight: 600;
        color: #1e1e1e;
        margin: 0;
    }

    .info-block span[b-qlgh8rxglr] {
        display: block;
        font-size: 15px;
        color: #aaa;
        font-weight: 400;
    }

/* Jobb oldal (profil) */
.contact-right[b-qlgh8rxglr] {
    flex: 1 1 30%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.profile-card[b-qlgh8rxglr] {
    /*background: #ffffff;*/
    background: var(--primary-color);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 30px 25px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .profile-card:hover[b-qlgh8rxglr] {
        transform: translateY(-3px);
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    }

    .profile-card h4[b-qlgh8rxglr] {
        font-size: 18px;
        margin-bottom: 8px;
        color: #111827;
        font-weight: 600;
    }

    .profile-card p[b-qlgh8rxglr] {
        font-size: 15px;
        color: #555;
        margin-bottom: 15px;
    }

.social-links a[b-qlgh8rxglr] {
    display: inline-block;
    margin: 0 6px;
    color: #0b84ff;
    font-size: 18px;
    transition: color 0.2s ease;
}

    .social-links a:hover[b-qlgh8rxglr] {
        color: #0056b3;
    }

/* Social ikonok */
.social-links[b-qlgh8rxglr] {
    display: flex;
    justify-content: center;
    gap: 15px;
}

    .social-links a[b-qlgh8rxglr] {
        color: #1e1e1e;
        font-size: 18px;
        background: #f5f5f5;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s;
    }

        .social-links a:hover[b-qlgh8rxglr] {
            background: var(--primary-color);
            color: #fff;
            transform: translateY(-3px) rotate(5deg);
            box-shadow: 0 4px 10px rgba(243, 85, 37, 0.3);
        }

/* --- Mobil --- */
@media (max-width: 992px) {
    .contact-container[b-qlgh8rxglr] {
        flex-direction: column;
        align-items: center;
    }

    .contact-left[b-qlgh8rxglr], .contact-right[b-qlgh8rxglr] {
        flex: 1 1 100%;
        align-items: center;
    }

    .info-block[b-qlgh8rxglr] {
        flex: 1 1 100%;
    }

    .profile-card[b-qlgh8rxglr] {
        margin-top: 20px;
    }

    .map-container[b-qlgh8rxglr] {
        display: flex;
        justify-content: center;
    }

    .map-container iframe[b-qlgh8rxglr] {
        width: 100% !important;
        height: 300px !important;
        margin: 0 20px;
    }
}


.social-links a[b-qlgh8rxglr],
.social-links a[b-qlgh8rxglr]:before,
.social-links a[b-qlgh8rxglr]:after {
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
}


.contact-logo[b-qlgh8rxglr] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin: 0 auto;
}

.contact-logo img[b-qlgh8rxglr] {
    width: 50px;
    height: 50px;
}

@media (max-width: 768px) {
    .info-block[b-qlgh8rxglr] {
        width: 80%;
        margin: 0 15px;
    }

    h6[b-qlgh8rxglr] {
        font-size: 14px !important;
    }
}
/* _content/Website_GergelyKrisztina/Components/Comps/Featured.razor.rz.scp.css */
/* ---------------------------------------------
                   Featured Section (Bootstrap nélkül)
                --------------------------------------------- */
.featured[b-ffn4wtju5o] {
    padding: 100px 0;
    background: #fff;
}

.featured-container[b-ffn4wtju5o] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 25px;
    max-width: 1300px;
    width: 100%;
    padding: 0 20px;
    margin: 20px auto;
}

/* Bal oldali kép */
.left-image[b-ffn4wtju5o] {
    position: relative;
    max-width: 350px;
}

    .left-image img[b-ffn4wtju5o] {
        width: 100%;
        border-radius: 10px;
        display: block;
    }

.featured-icon[b-ffn4wtju5o] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -50px;
    left: 30px;
    width: 110px;
    height: 110px;
    background-color: var(--primary-color);
    border-radius: 50%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(243, 85, 37, 0.3);
}

    .featured-icon:hover[b-ffn4wtju5o] {
        transform: scale(1.1) rotate(5deg);
        box-shadow: 0 6px 25px rgba(243, 85, 37, 0.5);
    }

    .featured-icon img[b-ffn4wtju5o] {
        width: 60px;
    }

/* Középső rész */
.featured-center[b-ffn4wtju5o] {
    flex: 1 1 40%;
    min-width: 300px;
}

.section-heading h6[b-ffn4wtju5o] {
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-heading h2[b-ffn4wtju5o] {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* Accordion */
.accordion[b-ffn4wtju5o] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.accordion-item[b-ffn4wtju5o] {
    border-radius: 10px;
    background-color: #fafafa;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

    .accordion-item:hover[b-ffn4wtju5o] {
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        transform: translateY(-2px);
    }

.accordion-header[b-ffn4wtju5o] {
    padding: 15px 20px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    color: #1e1e1e;
    border-bottom: 1px solid #eaeaea;
    transition: all 0.3s;
}

    .accordion-header:hover[b-ffn4wtju5o] {
        background-color: #fff;
        padding-left: 25px;
    }

.accordion-item.active .accordion-header[b-ffn4wtju5o] {
    color: var(--primary-color);
    background-color: #fff;
}

.accordion-body[b-ffn4wtju5o] {
    display: none;
    padding: 15px 20px;
    font-size: 15px;
    color: #555;
}

.accordion-item.active .accordion-body[b-ffn4wtju5o] {
    display: block;
}

/* Jobb oldali info-box */
.featured-right[b-ffn4wtju5o] {
    flex: 1 1 25%;
    min-width: 260px;
}

.info-table[b-ffn4wtju5o] {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
    padding: 35px 30px;
}

    .info-table ul[b-ffn4wtju5o] {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .info-table li[b-ffn4wtju5o] {
        display: flex;
        align-items: center;
        gap: 20px;
        border-bottom: 1px solid #eee;
        padding-bottom: 25px;
        margin-bottom: 25px;
        transition: all 0.3s ease;
    }

        .info-table li:hover[b-ffn4wtju5o] {
            padding-left: 10px;
            border-bottom-color: var(--primary-color);
        }

        .info-table li:last-child[b-ffn4wtju5o] {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

    .info-table img[b-ffn4wtju5o] {
        width: 52px;
        height: auto;
    }

    .info-table i[b-ffn4wtju5o] {
        font-size: 32px;
        color: var(--primary-color);
        transition: transform 0.3s ease;
    }

    .info-table li:hover i[b-ffn4wtju5o] {
        transform: scale(1.2);
    }

    .info-table h4[b-ffn4wtju5o] {
        font-size: 22px;
        font-weight: 600;
        color: #1e1e1e;
        margin: 0;
        transition: color 0.3s ease;
    }

    .info-table li:hover h4[b-ffn4wtju5o] {
        color: var(--primary-color);
    }

    .info-table span[b-ffn4wtju5o] {
        font-size: 15px;
        color: #aaa;
    }

/* Responsive */
@media (max-width: 992px) {
    .featured-container[b-ffn4wtju5o] {
        flex-direction: column;
        align-items: center;
    }

    .featured-icon[b-ffn4wtju5o] {
        left: 50%;
        transform: translateX(-50%);
    }

    .info-table[b-ffn4wtju5o] {
        margin-top: 40px;
        width: 100%;
    }
}
/* _content/Website_GergelyKrisztina/Components/Comps/Footer.razor.rz.scp.css */
.footer[b-rotlioolzu] {
    background-color: #1b1b1b;
    color: #eee;
    padding: 100px 20px 40px;
    position: relative;
    z-index: 10;
    margin-top: 50px;
    background-image: radial-gradient(circle at top left, rgba(243, 85, 37, 0.1), transparent 70%);
}

.footer-container[b-rotlioolzu] {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}

/* Logo + sz�veg */
.footer-logo[b-rotlioolzu] {
    flex: 1 1 30%;
}

    .footer-logo h1[b-rotlioolzu] {
        font-size: 30px;
        font-weight: 700;
        color: var(--primary-color);
        margin-bottom: 15px;
        transition: transform 0.3s ease;
    }

    .footer-logo:hover h1[b-rotlioolzu] {
        transform: scale(1.05);
    }

    .footer-logo p[b-rotlioolzu] {
        color: #ccc;
        line-height: 1.7;
        font-size: 15px;
    }

/* Linkek */
.footer-links[b-rotlioolzu] {
    flex: 1 1 20%;
}

    .footer-links h4[b-rotlioolzu],
    .footer-contact h4[b-rotlioolzu] {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #fff;
    }

    .footer-links ul[b-rotlioolzu],
    .footer-contact ul[b-rotlioolzu] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-links li[b-rotlioolzu] {
        margin-bottom: 10px;
    }

    .footer-links a[b-rotlioolzu] {
        text-decoration: none;
        color: #ccc;
        font-size: 15px;
        transition: all 0.3s;
        display: inline-block;
    }

        .footer-links a:hover[b-rotlioolzu] {
            color: var(--primary-color);
            transform: translateX(5px);
        }

/* Kapcsolat */
.footer-contact[b-rotlioolzu] {
    flex: 1 1 30%;
}

    .footer-contact ul li[b-rotlioolzu] {
        margin-bottom: 12px;
        font-size: 15px;
        display: flex;
        align-items: center;
        color: #ccc;
    }

    .footer-contact i[b-rotlioolzu] {
        color: var(--primary-color);
        margin-right: 10px;
        font-size: 16px;
        transition: transform 0.3s ease;
    }

    .footer-contact ul li:hover i[b-rotlioolzu] {
        transform: scale(1.2);
    }

.social-links a i[b-rotlioolzu] {
    margin: 0 !important;
}

/* Social ikonok */
.social-links[b-rotlioolzu] {
    margin-top: 20px;
}

    .social-links a[b-rotlioolzu] {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background-color: #333;
        color: #fff;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        transition: all 0.3s ease;
        font-size: 15px;
    }

        .social-links a:hover[b-rotlioolzu] {
            background-color: var(--primary-color);
            transform: translateY(-3px) rotate(5deg);
            box-shadow: 0 4px 10px rgba(243, 85, 37, 0.3);
        }

/* Als� s�v */
.footer-bottom[b-rotlioolzu] {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
}

    .footer-bottom p[b-rotlioolzu] {
        font-size: 14px;
        color: #aaa;
    }

    .footer-bottom strong[b-rotlioolzu] {
        color: var(--primary-color);
    }

/* Mobiln�zet */
@media (max-width: 992px) {
    .footer-container[b-rotlioolzu] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-logo[b-rotlioolzu],
    .footer-links[b-rotlioolzu],
    .footer-contact[b-rotlioolzu] {
        flex: 1 1 100%;
    }

    .social-links a[b-rotlioolzu] {
        margin: 8px;
    }
}


/* --- Social ikonok javítás --- */
.social-links a[b-rotlioolzu],
.social-links a[b-rotlioolzu]:before,
.social-links a[b-rotlioolzu]:after {
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
}
/* _content/Website_GergelyKrisztina/Components/Comps/FunFacts.razor.rz.scp.css */
/* ---------------------------------------------
                   Best Deal Section (Bootstrap n�lk�l)
                --------------------------------------------- */

.best-deal[b-6pw79wxgzb] {
    background: #fff;
    padding: 100px 0;
    display: flex;
    justify-content: center;
}

.best-deal-container[b-6pw79wxgzb] {
    max-width: 1300px;
    width: 100%;
    padding: 0 20px;
}

/* Fejl�c */
.deal-header[b-6pw79wxgzb] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

    .deal-header h6[b-6pw79wxgzb] {
        color: var(--primary-color);
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .deal-header h2[b-6pw79wxgzb] {
        font-size: 42px;
        font-weight: 700;
        line-height: 1.2;
    }

.deal-buttons[b-6pw79wxgzb] {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    align-items: end;
}

    .deal-buttons button[b-6pw79wxgzb] {
        border: none;
        background-color: #1e1e1e;
        color: #fff;
        padding: 15px 30px;
        border-radius: 6px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

        .deal-buttons button.active[b-6pw79wxgzb] {
            background-color: var(--primary-color);
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(243, 85, 37, 0.3);
        }

        .deal-buttons button:hover[b-6pw79wxgzb] {
            background-color: var(--primary-color);
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(243, 85, 37, 0.3);
        }

/* Tartalom */
.deal-content[b-6pw79wxgzb] {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}

/* Bal oldali info-box */
.deal-info[b-6pw79wxgzb] {
    flex: 1 1 25%;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    padding: 35px 30px;
    transition: all 0.3s ease;
}

    .deal-info:hover[b-6pw79wxgzb] {
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
        transform: translateY(-5px);
    }

    .deal-info ul[b-6pw79wxgzb] {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .deal-info li[b-6pw79wxgzb] {
        display: flex;
        justify-content: space-between;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
        font-size: 16px;
        color: #888;
        transition: all 0.3s ease;
    }

        .deal-info li:hover[b-6pw79wxgzb] {
            padding-left: 10px;
            color: #555;
        }

        .deal-info li:last-child[b-6pw79wxgzb] {
            border-bottom: none;
        }

        .deal-info li strong[b-6pw79wxgzb] {
            color: #1e1e1e;
            font-weight: 700;
        }

/* K�p */
.deal-image[b-6pw79wxgzb] {
    flex: 1 1 40%;
}

    .deal-image img[b-6pw79wxgzb] {
        width: 100%;
        border-radius: 10px;
    }

/* Sz�veg */
.deal-text[b-6pw79wxgzb] {
    flex: 1 1 30%;
}

    .deal-text h4[b-6pw79wxgzb] {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .deal-text p[b-6pw79wxgzb] {
        font-size: 15px;
        color: #555;
        margin-bottom: 15px;
        line-height: 1.6;
    }

.visit-button[b-6pw79wxgzb] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #1e1e1e;
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    cursor: pointer;
}

    .visit-button i[b-6pw79wxgzb] {
        background: var(--primary-color);
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.3s ease;
    }

    .visit-button:hover[b-6pw79wxgzb] {
        background-color: #333;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }

    .visit-button:hover i[b-6pw79wxgzb] {
        transform: rotate(360deg);
    }

/* Responsive */
@media (max-width: 992px) {
    .deal-content[b-6pw79wxgzb] {
        flex-direction: column;
        align-items: center;
    }

    .deal-info[b-6pw79wxgzb], .deal-image[b-6pw79wxgzb], .deal-text[b-6pw79wxgzb] {
        flex: 1 1 100%;
        width: 100%;
    }

    .deal-buttons[b-6pw79wxgzb] {
        margin-top: 20px;
    }

    .visit-button[b-6pw79wxgzb] {
        margin-top: 20px;
    }
}
/* --- Csak a t�bb deal kezel�s�hez --- */
.deal-contents .deal-content[b-6pw79wxgzb] {
    display: none;
}

    .deal-contents .deal-content.active[b-6pw79wxgzb] {
        display: flex;
    }
/* _content/Website_GergelyKrisztina/Components/Comps/Header.razor.rz.scp.css */
/* -------------------------------------------
   Header - melegebb, bar�ts�gosabb verzi�
------------------------------------------- */
.header-area[b-og0enp86sf] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

    .header-area.scrolled[b-og0enp86sf] {
        background: rgba(255, 250, 247, 0.98);
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

.header-container[b-og0enp86sf] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
    width: 100%;
}

.main-nav[b-og0enp86sf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* --- Logo --- */
.logo[b-og0enp86sf] {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .logo h1[b-og0enp86sf] {
        font-size: 26px;
        font-weight: 700;
        color: var(--primary-color);
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0;
        transition: transform 0.3s ease;
    }

    .logo:hover h1[b-og0enp86sf] {
        transform: scale(1.05);
    }

    .logo span[b-og0enp86sf] {
        font-size: 13px;
        color: #666;
        letter-spacing: 0.5px;
        margin-top: 2px;
    }

/* --- Navigation --- */
.nav[b-og0enp86sf] {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0;
}

    .nav li a[b-og0enp86sf] {
        display: block;
        padding: 10px 18px;
        font-weight: 500;
        font-size: 15px;
        color: #2a2a2a;
        text-decoration: none;
        position: relative;
        transition: color 0.3s ease;
        cursor: pointer;
    }

        .nav li a[b-og0enp86sf]::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 6px;
            width: 0;
            height: 2px;
            background: var(--primary-color);
            transition: all 0.3s ease;
            transform: translateX(-50%);
        }

        .nav li a:hover[b-og0enp86sf]::after,
        .nav li a.active[b-og0enp86sf]::after {
            width: 40%;
        }

        .nav li a:hover[b-og0enp86sf],
        .nav li a.active[b-og0enp86sf] {
            color: var(--primary-color);
        }

    /* CTA gomb a v�g�n */
    .nav li:last-child a[b-og0enp86sf] {
        background: linear-gradient(90deg, var(--primary-color), #f47f47);
        color: #fff;
        border-radius: 25px;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 20px;
        box-shadow: 0 3px 10px rgba(243, 85, 37, 0.3);
        transition: all 0.3s ease;
    }

        .nav li:last-child a:hover[b-og0enp86sf] {
            transform: translateY(-2px);
            background: linear-gradient(90deg, #f47f47, var(--primary-color));
            box-shadow: 0 5px 15px rgba(243, 85, 37, 0.4);
        }

        .nav li:last-child a i[b-og0enp86sf] {
            background: #fff;
            color: var(--primary-color);
            width: 34px;
            height: 34px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

/* --- Hamburger menu --- */
.menu-trigger[b-og0enp86sf] {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 28px;
    height: 22px;
    cursor: pointer;
    z-index: 1001;
}

    .menu-trigger span[b-og0enp86sf] {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #1e1e1e;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

/* --- Mobil n�zet --- */
@media (max-width: 992px) {
    .main-nav[b-og0enp86sf] {
        flex-wrap: wrap;
    }

    .menu-trigger[b-og0enp86sf] {
        display: flex;
    }

    .nav[b-og0enp86sf] {
        flex-direction: column;
        width: 100%;
        background: rgba(255, 255, 255, 0.98);
        border-top: 1px solid #eee;
        position: absolute;
        top: 90px; /* a header alá kerül */
        left: 0;
        display: none;
        z-index: 999;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

        .nav.open[b-og0enp86sf] {
            display: flex;
        }

        .nav li[b-og0enp86sf] {
            width: 100%;
            text-align: center;
        }

            .nav li a[b-og0enp86sf] {
                width: 100%;
                padding: 15px 0;
                border-bottom: 1px solid #eee;
            }

            .nav li:last-child[b-og0enp86sf] {
                display: none;
            }
}


.logo-wrapper[b-og0enp86sf] {
    display: flex;
    align-items: center;
    gap: 2px;
}

.header-icon[b-og0enp86sf] {
    width: 80px;
    height: 80px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

    .header-icon:hover[b-og0enp86sf] {
        transform: rotate(-5deg) scale(1.05);
    }


/* Animált X */
.menu-trigger.active span:nth-child(1)[b-og0enp86sf] {
    transform: translateY(8px) rotate(45deg);
}

.menu-trigger.active span:nth-child(2)[b-og0enp86sf] {
    opacity: 0;
}

.menu-trigger.active span:nth-child(3)[b-og0enp86sf] {
    transform: translateY(-8px) rotate(-45deg);
}


/* Animált X állapot */
.menu-trigger.active span:nth-child(1)[b-og0enp86sf] {
    transform: translateY(8px) rotate(45deg);
}

.menu-trigger.active span:nth-child(2)[b-og0enp86sf] {
    opacity: 0;
}

.menu-trigger.active span:nth-child(3)[b-og0enp86sf] {
    transform: translateY(-8px) rotate(-45deg);
}

/* Mobilon lenyíló menü finom animációval */
@media (max-width: 768px) {
    .nav.open[b-og0enp86sf] {
        display: flex;
        animation: fadeIn-b-og0enp86sf 0.25s ease;
    }

    @keyframes fadeIn-b-og0enp86sf {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }


    .header-icon[b-og0enp86sf] {
        width: 55px;
        height: 55px;
    }

    .logo h1[b-og0enp86sf] {
        font-size: 16px;
    }

    .logo span[b-og0enp86sf] {
        font-size: 9px;
    }
}
/* _content/Website_GergelyKrisztina/Components/Comps/Hero.razor.rz.scp.css */
/* ---------------------------------------------
                   Hero Section (az új "main-banner" helyett)
                --------------------------------------------- */

.hero[b-3os23vazx1] {
    position: relative;
    background-image: url('/assets/images/banner-01.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 220px 20% 320px 20%;
    transition: opacity 0.8s ease-in-out, background-image 1s ease-in-out;
}

.hero-overlay[b-3os23vazx1] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    transition: background 0.6s ease;
}


    .hero-overlay.fade[b-3os23vazx1] {
        background: rgba(0, 0, 0, 0.45); /* 0.35–0.5 közt állíthatod, mennyire legyen sötét */
    }

    .hero[b-3os23vazx1]::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.35) 100%);
        z-index: 1;
    }

.hero-content[b-3os23vazx1] {
    position: relative;
    z-index: 3;
    color: #fff;
}

    .hero-content span.category[b-3os23vazx1] {
        background-color: #fff;
        color: #1e1e1e;
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
        padding: 6px 15px;
        display: inline-block;
        margin-bottom: 30px;
        border-radius: 4px;
    }

        .hero-content span.category em[b-3os23vazx1] {
            font-style: normal;
            color: var(--primary-color);
        }

    .hero-content h2[b-3os23vazx1] {
        font-size: 62px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        line-height: 72px;
        max-width: 600px;
        margin: 0;
    }

@media (max-width: 992px) {
    .hero[b-3os23vazx1] {
        padding: 150px 10% 200px 10%;
        min-height: 500px;
    }

    .hero-content h2[b-3os23vazx1] {
        font-size: 42px;
        line-height: 52px;
        max-width: 100%;
    }
}



.hero-content h1[b-3os23vazx1] {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 16px 0;
}

.hero-lead[b-3os23vazx1] {
    max-width: 720px;
    font-size: 18px;
    line-height: 1.7;
    opacity: 0.95;
    margin: 0 0 28px 0;
}

.cta-row[b-3os23vazx1] {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.btn[b-3os23vazx1] {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .btn.primary[b-3os23vazx1] {
        background: var(--primary-color);
        color: #fff;
        box-shadow: 0 4px 15px rgba(243, 85, 37, 0.3);
    }

        .btn.primary:hover[b-3os23vazx1] {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(243, 85, 37, 0.4);
        }

    .btn.ghost[b-3os23vazx1] {
        background: rgba(255,255,255,.12);
        color: #fff;
        border: 1px solid rgba(255,255,255,.35);
        backdrop-filter: blur(5px);
    }

        .btn.ghost:hover[b-3os23vazx1] {
            background: rgba(255,255,255,.2);
            border-color: rgba(255,255,255,.6);
            transform: translateY(-3px);
        }

@media (max-width: 992px) {
    .hero-content h1[b-3os23vazx1] {
        font-size: 36px;
    }

    .hero-lead[b-3os23vazx1] {
        font-size: 16px;
    }
}


/* --- Nyilak --- */
.hero-arrow[b-3os23vazx1] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    font-size: 26px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 4;
    transition: all 0.3s ease;
    opacity: 0;
}

    .hero-arrow.left[b-3os23vazx1] {
        left: 25px;
    }

    .hero-arrow.right[b-3os23vazx1] {
        right: 25px;
    }

.hero:hover .hero-arrow[b-3os23vazx1] {
    opacity: 1;
    background: rgba(0, 0, 0, 0.25);
}

.hero-arrow:hover[b-3os23vazx1] {
    background: rgba(0, 0, 0, 0.5);
    transform: translateY(-50%) scale(1.1);
}
/* _content/Website_GergelyKrisztina/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-axsomed6ad] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-axsomed6ad] {
    flex: 1;
}

.sidebar[b-axsomed6ad] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-axsomed6ad] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-axsomed6ad]  a, .top-row[b-axsomed6ad]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-axsomed6ad]  a:hover, .top-row[b-axsomed6ad]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-axsomed6ad]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-axsomed6ad] {
        justify-content: space-between;
    }

    .top-row[b-axsomed6ad]  a, .top-row[b-axsomed6ad]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-axsomed6ad] {
        flex-direction: row;
    }

    .sidebar[b-axsomed6ad] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-axsomed6ad] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-axsomed6ad]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-axsomed6ad], article[b-axsomed6ad] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-axsomed6ad] {
    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-axsomed6ad] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Website_GergelyKrisztina/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-n8o39m4rhf] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-n8o39m4rhf] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-n8o39m4rhf] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-n8o39m4rhf] {
    font-size: 1.1rem;
}

.bi[b-n8o39m4rhf] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-n8o39m4rhf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-n8o39m4rhf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-n8o39m4rhf] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-n8o39m4rhf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-n8o39m4rhf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-n8o39m4rhf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-n8o39m4rhf]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-n8o39m4rhf]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-n8o39m4rhf]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-n8o39m4rhf] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-n8o39m4rhf] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-n8o39m4rhf] {
        display: none;
    }

    .nav-scrollable[b-n8o39m4rhf] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Website_GergelyKrisztina/Components/Pages/AboutPage.razor.rz.scp.css */
:root[b-x3h42m6npd] {
    --primary-color: #f4ba60;
    --accent-color: #f7d9c4;
}

/* Hero rész */
.about-hero[b-x3h42m6npd] {
    position: relative;
    background: #fff;
    background-image: url('/assets/images/banner-01.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

    .about-hero[b-x3h42m6npd]::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.55) 100%);
        z-index: 1;
    }

.about-hero-content[b-x3h42m6npd] {
    position: relative;
    z-index: 2;
    /*animation: fadeSlideDown 1.5s ease forwards;*/
}

    .about-hero-content h1[b-x3h42m6npd] {
        font-size: 60px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .about-hero-content h2[b-x3h42m6npd] {
        font-size: 22px;
        font-weight: 400;
        color: #f3f3f3;
    }

/* Fő tartalom */
.about-main[b-x3h42m6npd] {
    background: #fffdfa;
    padding: 100px 0;
    display: flex;
    justify-content: center;
}

.about-container[b-x3h42m6npd] {
    max-width: 950px;
    width: 100%;
    padding: 0 25px;
    font-size: 17px;
    line-height: 1.8;
    color: #3c3c3c;
    /*animation: fadeSlideUp 1.2s ease forwards;*/
}

    .about-container p[b-x3h42m6npd] {
        margin-bottom: 20px;
        text-align: justify;
    }

    .about-container strong[b-x3h42m6npd] {
        color: var(--primary-color);
        font-weight: 600;
    }

.about-signature[b-x3h42m6npd] {
    margin-top: 35px;
    font-size: 20px;
    font-weight: 600;
    text-align: right;
    color: #222;
    font-family: 'Cormorant Garamond', serif;
}

/* Portré + finom fényhatás */
.about-photo-wrapper[b-x3h42m6npd] {
    text-align: center;
    margin-top: 70px;
    position: relative;
}

    .about-photo-wrapper[b-x3h42m6npd]::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 540px;
        height: 540px;
        transform: translate(-50%, -50%);
        background: radial-gradient(circle, rgba(243, 85, 37, 0.18) 0%, transparent 70%);
        border-radius: 50%;
        z-index: 0;
        /*animation: softPulse 5s ease-in-out infinite;*/
    }

    .about-photo-wrapper img[b-x3h42m6npd] {
        position: relative;
        z-index: 2;
        width: 420px;
        height: 420px;
        border-radius: 50%;
        object-fit: cover;
        box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
        transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

        .about-photo-wrapper img:hover[b-x3h42m6npd] {
            transform: scale(1.04);
            box-shadow: 0 10px 36px rgba(0, 0, 0, 0.28);
        }

/* Animációk */
@keyframes fadeSlideDown-b-x3h42m6npd {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeSlideUp-b-x3h42m6npd {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes softPulse-b-x3h42m6npd {
    0%, 100% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.07);
    }
}

/* Reszponzív */
@media (max-width: 992px) {
    .about-hero-content h1[b-x3h42m6npd] {
        font-size: 40px;
    }

    .about-hero-content h2[b-x3h42m6npd] {
        font-size: 18px;
    }

    .about-container[b-x3h42m6npd] {
        padding: 0 15px;
        font-size: 16px;
    }

    .about-photo-wrapper img[b-x3h42m6npd] {
        width: 160px;
        height: 160px;
    }

    .about-photo-wrapper[b-x3h42m6npd]::before {
        width: 180px;
        height: 180px;
    }
}
/* _content/Website_GergelyKrisztina/Components/Pages/Analytics.razor.rz.scp.css */
.title[b-o8w845pfne] {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
}

.loading[b-o8w845pfne] {
    color: #ffffff;
    font-size: 20px;
}

.dashboard-grid[b-o8w845pfne] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 25px;
}

.card[b-o8w845pfne] {
    background: #1c1f26;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.35);
    color: white;
    transition: transform .2s, box-shadow .2s;
}

    .card:hover[b-o8w845pfne] {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.45);
    }

    .card h2[b-o8w845pfne] {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 18px;
        color: #f4ba60;
    }

.large[b-o8w845pfne] {
    grid-column: span 2;
}

.stats-row[b-o8w845pfne] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.stat-box[b-o8w845pfne] {
    background: #262a33;
    border-radius: 10px;
    padding: 15px;
    flex: 1;
    min-width: 200px;
}

.stat-label[b-o8w845pfne] {
    display: block;
    opacity: .75;
    font-size: 14px;
}

.stat-value[b-o8w845pfne] {
    font-size: 28px;
    font-weight: 700;
    color: #4ddb87;
}

.nice-list[b-o8w845pfne] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .nice-list li[b-o8w845pfne],
    .nice-list.ordered li[b-o8w845pfne] {
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }

        .nice-list li:last-child[b-o8w845pfne] {
            border-bottom: none;
        }

        .nice-list li strong[b-o8w845pfne] {
            font-size: 18px;
            color: #4ddb87;
        }



.login-box[b-o8w845pfne] {
    max-width: 400px;
    margin: 80px auto;
    padding: 30px;
    background: #1c1f26;
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    text-align: center;
}

.admin-login-title[b-o8w845pfne] {
    color: #f4ba60;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
}

.admin-input[b-o8w845pfne] {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border: 1px solid #333;
    background: #262a33;
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px;
}

.admin-btn[b-o8w845pfne] {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background: #f4ba60;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
    font-size: 15px;
}

    .admin-btn:hover[b-o8w845pfne] {
        background: #ffcf78;
    }

.error[b-o8w845pfne] {
    color: #ff6b6b;
    margin-top: 10px;
}

.hint[b-o8w845pfne] {
    font-size: 13px;
    opacity: .75;
    margin-top: 8px;
}
/* _content/Website_GergelyKrisztina/Components/Pages/SoundTherapy.razor.rz.scp.css */
:root[b-k0kooaj2xf] {
    --primary-color: #f35525;
}

/* Hero */
.therapy-hero[b-k0kooaj2xf] {
    position: relative;
    background-image: url('/assets/images/banner-01.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.therapy-overlay[b-k0kooaj2xf] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.therapy-hero-content[b-k0kooaj2xf] {
    position: relative;
    z-index: 2;
    animation: fadeSlideDown-b-k0kooaj2xf 1.5s ease forwards;
}

    .therapy-hero-content h1[b-k0kooaj2xf] {
        font-size: 56px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #fff;
    }

    .therapy-hero-content p[b-k0kooaj2xf] {
        font-size: 20px;
        color: #f0f0f0;
        margin-top: 10px;
    }

/* Main content */
.therapy-main[b-k0kooaj2xf] {
    background: #fffdfa;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.therapy-container[b-k0kooaj2xf] {
    max-width: 950px;
    width: 100%;
    padding: 0 25px;
    font-size: 17px;
    line-height: 1.8;
    color: #3c3c3c;
    animation: fadeSlideUp-b-k0kooaj2xf 1.2s ease forwards;
}

    .therapy-container h2[b-k0kooaj2xf] {
        color: var(--primary-color);
        margin-top: 50px;
        font-weight: 700;
        font-size: 26px;
        margin-bottom: 15px;
    }

    .therapy-container p[b-k0kooaj2xf] {
        margin-bottom: 18px;
        text-align: justify;
    }

    .therapy-container ul[b-k0kooaj2xf] {
        list-style: none;
        padding: 0;
        margin: 10px 0 25px;
    }

    .therapy-container li[b-k0kooaj2xf] {
        position: relative;
        padding-left: 28px;
        margin-bottom: 10px;
    }

        .therapy-container li[b-k0kooaj2xf]::before {
            content: "♪";
            position: absolute;
            left: 0;
            top: 0;
            color: var(--primary-color);
            font-size: 18px;
            opacity: 0.8;
        }

.therapy-footer[b-k0kooaj2xf] {
    margin-top: 40px;
    text-align: center;
    font-style: italic;
    font-size: 18px;
    color: #555;
}

/* Image */
.therapy-image[b-k0kooaj2xf] {
    margin-top: 60px;
    text-align: center;
}

    .therapy-image img[b-k0kooaj2xf] {
        width: 320px;
        border-radius: 14px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
        transition: transform 0.5s ease;
    }

        .therapy-image img:hover[b-k0kooaj2xf] {
            transform: scale(1.05);
        }

/* Animations */
@keyframes fadeSlideDown-b-k0kooaj2xf {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeSlideUp-b-k0kooaj2xf {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .therapy-hero-content h1[b-k0kooaj2xf] {
        font-size: 40px;
    }

    .therapy-hero-content p[b-k0kooaj2xf] {
        font-size: 16px;
    }

    .therapy-container[b-k0kooaj2xf] {
        padding: 0 15px;
        font-size: 16px;
    }

    .therapy-image img[b-k0kooaj2xf] {
        width: 240px;
    }
}
/* _content/Website_GergelyKrisztina/Components/Pages/ThaiMassage.razor.rz.scp.css */
:root[b-hegmyn94dq] {
    --primary-color: #f35525;
}

/* Hero */
.therapy-hero.thai[b-hegmyn94dq] {
    position: relative;
    background-image: url('/assets/images/thai-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.therapy-overlay[b-hegmyn94dq] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);https://localhost:7274/assets/images/about.jpg
    z-index: 1;
}

.therapy-hero-content[b-hegmyn94dq] {
    position: relative;
    z-index: 2;
    animation: fadeSlideDown-b-hegmyn94dq 1.5s ease forwards;
}

    .therapy-hero-content h1[b-hegmyn94dq] {
        font-size: 56px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1px;
    }

    .therapy-hero-content p[b-hegmyn94dq] {
        font-size: 20px;
        color: #f0f0f0;
        margin-top: 10px;
    }

/* Main content */
.therapy-main[b-hegmyn94dq] {
    background: #fffdfa;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.therapy-container[b-hegmyn94dq] {
    max-width: 950px;
    width: 100%;
    padding: 0 25px;
    font-size: 17px;
    line-height: 1.8;
    color: #3c3c3c;
    animation: fadeSlideUp-b-hegmyn94dq 1.2s ease forwards;
}

    .therapy-container h2[b-hegmyn94dq] {
        color: var(--primary-color);
        margin-top: 50px;
        font-weight: 700;
        font-size: 26px;
        margin-bottom: 15px;
    }

    .therapy-container p[b-hegmyn94dq] {
        margin-bottom: 18px;
        text-align: justify;
    }

    .therapy-container ul[b-hegmyn94dq] {
        list-style: none;
        padding: 0;
        margin: 10px 0 25px;
    }

    .therapy-container li[b-hegmyn94dq] {
        position: relative;
        padding-left: 28px;
        margin-bottom: 10px;
    }

        .therapy-container li[b-hegmyn94dq]::before {
            content: "🌿";
            position: absolute;
            left: 0;
            top: 0;
            font-size: 16px;
            color: var(--primary-color);
            opacity: 0.9;
        }

.therapy-footer[b-hegmyn94dq] {
    margin-top: 40px;
    text-align: center;
    font-style: italic;
    font-size: 18px;
    color: #555;
}

/* Image */
.therapy-image[b-hegmyn94dq] {
    margin-top: 60px;
    text-align: center;
}

    .therapy-image img[b-hegmyn94dq] {
        width: 320px;
        border-radius: 14px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
        transition: transform 0.5s ease;
    }

        .therapy-image img:hover[b-hegmyn94dq] {
            transform: scale(1.05);
        }

/* Animations */
@keyframes fadeSlideDown-b-hegmyn94dq {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeSlideUp-b-hegmyn94dq {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .therapy-hero-content h1[b-hegmyn94dq] {
        font-size: 40px;
    }

    .therapy-hero-content p[b-hegmyn94dq] {
        font-size: 16px;
    }

    .therapy-container[b-hegmyn94dq] {
        padding: 0 15px;
        font-size: 16px;
    }

    .therapy-image img[b-hegmyn94dq] {
        width: 240px;
    }
}
