/* 1. ALAPOK - Minden felesleges margó törlése */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
}

/* 2. BETŰTÍPUSOK - Csak az a kettő, ami az arculathoz kell */
/* Címsoroknak (Berkshire Swash) */
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');
/* Menünek és szövegnek (Philosopher) */
@import url('https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&display=swap');

html {
    scroll-behavior: smooth; /* Hogy ne ugorjon, hanem szépen görgessen */
    scroll-padding-top: 100px; /* A menüsor magassága */
    font-size: 16px;
}

body {    
    color: #0F2626;
    font-family: 'Philosopher', sans-serif;
    line-height: 1.6;    
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-family: 'Berkshire Swash', cursive;
    color: #0F2626;
}

/* Fejléc alapszín */
#main-header {
    background-color: #0F2626 !important;
    padding: 10px 0;    
}

    /* Fejléc elrendezés kényszerítése */
    #main-header .container-fluid {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center;
    }

.btn-outline-dark {
    border: 1px solid #333;
    background-color: transparent;
    color: #333;
    padding: 8px 35px;
    border-radius: 0; /* A képen szögletesek a gombok */
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-decoration: none; /* Hogy linkként ne legyen aláhúzva */
    display: inline-block;
}

    .btn-outline-dark:hover {
        background-color: #0d2324;
        color: #ffffff;
        border-color: #0d2324;
    }


/* Asztali nézetben (992px felett) toljuk el a menüt */
@media (min-width: 992px) {
    #top-menu-nav {
        display: flex !important;
        justify-content: flex-end !important;
        flex-basis: auto;
    }

    #top-menu {
        flex-direction: row;
    }
}

/* Egy kis padding a szélekre, hogy ne érjenek a kijelző széléhez */
.header-container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.header-container {
    padding: 0 5%; /* Egy kis margó a széleken, hogy ne érjenek teljesen a falhoz */
    width: 100%;
}

/* Biztosítjuk, hogy a nav kitöltse a rendelkezésre álló helyet a tolásig */
#top-menu-nav {
    flex-grow: 1;
}

#top-menu {
    /* Ez garantálja, hogy asztali gépen a lista a jobb szélre kerüljön */
    display: flex;
    justify-content: flex-end;
}

/* Menüpontok stílusa asztali gépen */
.navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 15px !important;
    transition: color 0.3s;
    font-family: 'Philosopher', sans-serif;
}

    .navbar-nav .nav-link:hover {
        color: #c5eddc !important;
    }

/* Almenü (Dropdown) stílusa */

.dropdown-menu {
    background-color: #0F2626 !important; /* Ugyanaz a barna, mint a fejléc */    

    border-radius: 4px;
    box-shadow: 0 8px 15px rgba(0,0,0,0.5);
    padding: 16px;
}

/* Almenü pontok */
.dropdown-item {
    color: #ffffff !important; /* Fehér betűk a barna alapon */
    font-weight: 500;
    font-size: 13px;
    padding: 10px 25px;
    transition: all 0.2s ease;
}

    /* Amikor az almenü pont fölé viszed az egeret */
    .dropdown-item:hover {
        background-color: #4a2e1d !important; /* Egy hangyányit világosabb barna */
        color: #c5eddc !important; /* A szöveg pedig menta lesz */
        padding-left: 30px; /* Egy kis csúszó animáció */
    }

/* Carousel magasság beállítása */
.carousel-img {
    height: 360px; /* Vagy amennyit szeretnél asztali gépen */
    object-fit: cover; /* Ez fontos: nem nyújtja el a képet, hanem levágja a széleit */
    filter: brightness(0.9); /* Egy picit sötétítjük, hogy a fehér feliratok jobban látszódjanak */
}

.carousel2-img {
    height: 800px; /* Vagy amennyit szeretnél asztali gépen */
    object-fit: cover; /* Ez fontos: nem nyújtja el a képet, hanem levágja a széleit */
    filter: brightness(0.9); /* Egy picit sötétítjük, hogy a fehér feliratok jobban látszódjanak */
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

/* A Berkshire Swash betűtípus a feliratokhoz is */
.carousel-caption h2 {
    font-family: 'Berkshire Swash', cursive;
    color: #c5eddc;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

/* Mobilnézet finomhangolása */
@media (max-width: 768px) {
    .carousel-img {
        height: 350px; /* Mobilon alacsonyabb legyen */
    }
}

.workshop-section {
    background-color: #0b1616; /* Nagyon sötét kékes-zöldes-fekete háttér */
    color: #ffffff;
}

.workshop-subtitle {
    color: #ffc107; /* Sárgás/arany szín a felső sornak */
    font-size: 1rem;
    font-weight: bold;
}

.workshop-main-title {
    font-family: 'Berkshire Swash', cursive;
    color: #c5eddc;
    font-size: 2.5rem;
}

/* A képkeret és a glow effekt */
.workshop-card {
    max-width: 900px;
    height: 450px;
    background-image: url('images/bonbon-ws-fejlec2.jpg'); /* Ide jön a csokis háttérképed */
    background-size: cover;
    background-position: center;
    position: relative;    
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(197, 237, 220, 0.25); /* Ez a belső "izzás" */
    overflow: hidden;
}

/* Sötétítő réteg a képen, hogy olvasható legyen a szöveg */
.workshop-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Fekete áttetsző réteg */
    padding: 20px;
    transition: background 0.3s;
}

.workshop-card:hover .workshop-overlay {
    background: rgba(0, 0, 0, 0.4);
}

/* Feliratok színei */
.section-subtitle-gold {
    color: #d4a017; /* Aranyos szín */
    font-family: 'Berkshire Swash', cursive;
    font-size: 1.1rem;
}

.section-title-dark {
    font-family: 'Berkshire Swash', cursive;
    color: #222;
    font-size: 2.8rem;
    line-height: 1.2;
}

.intro-text p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.workshop-mini-card {
    background-color: rgba(209, 239, 228, 0.15); /* Világos menta-áttetsző */
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(160, 255, 220, 0.2); /* Derengő menta fény */
    transition: transform 0.3s ease;
}

    .workshop-mini-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 0 30px rgba(160, 255, 220, 0.4);
    }

    .workshop-mini-card h4 {
        font-family: 'Berkshire Swash', cursive;
        color: #fff;
        margin-bottom: 15px;
    }

    .workshop-mini-card p {
        font-size: 0.95rem;
        color: #e0e0e0;
    }

.link-gold {
    color: #d4af37;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
}

    .link-gold:hover {
        text-decoration: underline;
        color: #f1c40f;
    }

/* Megrendelem gomb */
.btn-megrendelem {
    border: 1px solid #0F2626;
    color: #0F2626;
    background: transparent;
    padding: 10px 40px;
    border-radius: 4px;
    letter-spacing: 2px;
    font-size: 0.9rem;
    transition: all 0.3s;
}

    .btn-megrendelem:hover {
        background-color: #0F2626;
        color: #ffffff;
    }

/* Bonbon kártyák stílusa */

.bonbon-card {
    background-color: #d1efe4; /* A képen látható mentazöld árnyalat */
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

    .bonbon-card:hover {
        transform: translateY(-5px);
    }

.bonbon-img-container {
    height: 250px;
    overflow: hidden;
}

    .bonbon-img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.bonbon-info {
    padding: 20px;
}

    .bonbon-info h4 {
        font-family: 'Berkshire Swash', cursive;
        color: #0F2626;
        font-size: 1.2rem;
        margin-bottom: 8px;
    }

    .bonbon-info p {
        color: #5d7e73; /* Sötétebb menta/szürke a feliratnak */
        font-size: 0.95rem;
        margin-bottom: 0;
    }

/* Vélemény doboz (Menta háttér) */
.testimonial-box {
    background-color: #c5eddc; /* A te menta színed */
    border-radius: 0; /* A kép alapján nincs kerekítve */
    overflow: hidden;
}

.testimonial-content {
    color: #0F2626;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Média kártyák stílusa */
.media-card {
    background-color: #f5f5f5; /* Világosszürke háttér a kép alapján */
    border-radius: 4px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

    .media-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

.media-thumb {
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .media-thumb img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

.media-content {
    padding: 25px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.media-title {
    font-family: 'Berkshire Swash', cursive;
    color: #0F2626;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 20px;
}

.media-source {
    font-weight: bold;
    color: #555;
    font-size: 0.9rem;
    text-transform: none;
}

/* Videó lejátszás ikon imitálása */
.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.8);
}

#velemenyek {
    background-color: #0d2324;
    padding: 60px 0;
}

.main-title {
    color: #e0f2f1; /* Világos kékesszürke/fehér felirat */
    font-family: 'Berkshire Swash', cursive;    
    font-size: 2.8rem;    
}

.subtitle {
    color: #ffd700; /* Arany alcím */
    font-weight: bold;
    margin-bottom: 5px;
}

.testimonial-card {
    background-color: #ffb300;
    padding: 30px 20px;
    border-radius: 6px;
    height: 100%;
    /* Ez a lényeg: függőleges elrendezés */
    display: flex;
    flex-direction: column;
    align-items: center; /* Középre igazítja az elemeket vízszintesen */
    justify-content: space-between; /* Elosztja a helyet a motívumok és a szöveg között */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

    .testimonial-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 0 30px rgba(160, 255, 220, 0.4);
    }

.testimonial-text {
    color: #1a1a1a;
    font-size:1.1rem;
    padding: 15px 0; /* Egy kis hely a szöveg és a képek között */
    margin: 0;
    flex-grow: 1; /* Kitölti a rendelkezésre álló helyet középen */
    display: flex;
    align-items: center; /* A szöveget magát is függőlegesen középre teszi */
}

/* Ha a kép túl széles lenne és kilógna a kártyáról mobilnál */
.testimonial-card img {
    max-width: 100%;
    height: auto;
}

.testimonial2-card {
    background-color: #f8f9fa; /* Nagyon világos szürke háttér */
    max-width: 500px;
    border-radius: 40px; /*Erős lekerekítés a kép alapján padding: 40px 20px;*/
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.quote-icon {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    font-size: 1.2rem;
    color: #0F2626;
}

.company-logo {
    max-width: 180px;
    height: auto;
}

.letter-link a {
    color: #d4af37; /* Arany szín */
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
}

.author-name {
    font-weight: bold;
    color: #333;
    margin-bottom: 0;
}

.author-title {
    color: #666;
    font-size: 0.9rem;
}

/* A fekete keretes gomb stílusa */
.btn-order-outline {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #0F2626;
    color: #0F2626;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 500;
    transition: all 0.3s;
    background: transparent;
}

    .btn-order-outline:hover {
        background-color: #0F2626;
        color: white;
    }

.about-section {
    background-color: #ffffff;
    color: #333;
    font-family: 'Georgia', serif;
}

.decorative-title {
    font-family: 'Berkshire Swash', cursive;
    font-size: 2.2rem;
    color: #0d2324;
}

.orange-text {
    color: #C59B27;
    font-weight:600;
    font-family: 'Philosopher', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
}

.about-lead {
    line-height: 1.8;
    font-size: 1.1rem;
}

.story-list, .service-list {
    list-style: none;
    padding-left: 0;
    text-align: left; /* Ez kényszeríti a szöveget balra */
}

    .story-list li, .service-list li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 12px;
        line-height: 1.5;
    }

        .story-list li::before, .service-list li::before {
            content: "•"; /* A pontok a listához */
            position: absolute;
            left: 0;
            color: #333;
            font-weight: bold;
        }

.product-row {
    transition: all 0.3s ease;
}

    /* Kép animáció */
    .product-row img:hover {
        transform: scale(1.02);
        transition: 0.3s;
    }

.btn-outline-dark {
    border: 1px solid #333;
    border-radius: 3px;
    padding: 10px 30px;
    letter-spacing: 2px;
    margin-top: 20px;
    transition: 0.3s;
}

    .btn-outline-dark:hover {
        background-color: #f39c12;
        color: white;
    }

.divider img {
    max-width: 200px;
    margin: 10px 0 20px 0;
}

/* Kontakt oldal CSS */

.contact-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.contact-title {
    font-family: 'Georgia', serif;
    font-size: 1.8rem;
    color: #0d2324;
    margin-bottom: 10px;
}

.contact-link {
    color: #333;
    font-size: 1.2rem;
    text-decoration: none;
    transition: color 0.3s;
}

    .contact-link:hover {
        color: #f39c12; /* Arany/Sárga kiemelés hoverre */
    }

.contact-note {
    font-style: italic;
    color: #555;
    font-size: 0.95rem;
}

.contact-text {
    font-size: 1.1rem;
    color: #333;
}

/* Cégeknek oldal CSS */

.corporate-page {
    background-color: #fff;
    color: #333;
    line-height: 1.6;
}

.bg-cream {
    background-color: #fffdf0;
}

.bg-dark {
    background-color: #0d2324;
}

.gold-subtitle {
    color: #f39c12;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9rem;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
}

.section-h3 {
    font-family: 'Georgia', serif;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

/* Különleges elrendezések */
.testimonial-box {
    position: relative;
    padding-bottom: 40px;
}

.quote-card {
    background-color: #d1e7dd;
    padding: 20px;
    font-style: italic;
    font-size: 0.9rem;
    border-radius: 5px;
    width: 90%;
    margin: -30px auto 0 auto;
    position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.card-teal {
    background-color: #d1e7dd;
    display: flex;
    flex-direction: column;
}

.card-gray {
    background-color: #f8f9fa;
    border: 1px solid #eee;
}

.custom-list, .small-list {
    list-style: none;
    padding-left: 0;
}

    .custom-list li::before, .small-list li::before {
        content: "•";
        color: #f39c12;
        font-weight: bold;
        display: inline-block;
        width: 1em;
    }

.info-box-gray {
    background-color: #f1f1f1;
    border-left: 4px solid #f39c12;
}

/* Cágeknek oldal CSS vége */

.corporate-hero-img {
    width: 100%;
    height: 700px; /* Fix magasság */
    object-fit: cover; /* Kitölti a területet arányosan */
    /* Ez a lényeg: a kép tetejét rögzíti, az alját vágja le */
    object-position: top;
    display: block;
}

/* Mobilon érdemes lehet kicsit alacsonyabbra venni */
@media (max-width: 768px) {
    .corporate-hero-img {
        height: 200px;
    }
}

/* A gomb egyedi stílusa, ha nem a globálisat használod */
.contact-info .btn-outline-dark {
    border: 1px solid #333;
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 0.9rem;
    text-transform: uppercase;
}

/* Kép finomhangolása */
.contact-promo-img {
    max-width: 80%; /* Hogy ne legyen túl tolakodóan nagy */
    border-radius: 4px;
}

/* Mobilon a kép kerüljön alulra és legyen távolság */
@media (max-width: 768px) {
    .contact-info {
        margin-bottom: 50px;
    }

    .contact-promo-img {
        max-width: 100%;
    }
}

/* Mobil finomítás */
@media (max-width: 991px) {
    .section-title-dark {
        font-size: 2rem;
    }

    .testimonial-box {
        margin-top: 2rem;
    }
}

.card-title {
    font-family: 'Berkshire Swash', cursive;
    font-size: 3rem;
    color: #ffffff;
}

.card-text {
    max-width: 600px;
    font-size: 1.1rem;
    color: #eeeeee;
}

/* Lánybucsú oldal CSS */

/* Háttér színek és kártyák */
.bachelorette-section {
    background-color: #e2b4e2; /* Világoslila háttér a képről */
}

.bachelorette2-section {
    background-color: #de9bde;
}

.bg-purple-dark {
    background-color: #9c4d9c; /* Sötétebb lila */
}

.bg-purple-light {
    background-color: #ffe5fe; /* Sötétebb lila */
}

.text-purple {
    color: #9c4d9c;
}

.bachelorette-card {
    min-height: 250px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

    .bachelorette-card h4 {
        font-family: 'Berkshire Swash', cursive;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .bachelorette-card p {
        font-size: 0.9rem;
        line-height: 1.4;
    }

/* Gomb stílus */
.btn-purple-outline {
    border: 1px solid #9c4d9c;
    color: #9c4d9c;
    padding: 10px 30px;
    letter-spacing: 2px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
}

    .btn-purple-outline:hover {
        background: #9c4d9c;
        color: white;
    }

/* Dekorációs elemek az oldal szélén */
.bachelorette-section {
    background-image: url('images/lady-silhouette-left.png'), url('images/lady-silhouette-right.png');
    background-position: left center, right center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Lánybucsú oldal CSS vége */

.product-name {
    font-family: 'Berkshire Swash', cursive;
    color: #0F2626;
    font-size: 2rem;
    margin-bottom: 5px;
}

.product-tagline {
    color: #d4af37; /* Arany szín */
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.product-image-frame img {
    transition: transform 0.3s ease;
    border: 5px solid #fff; /* Fehér keret a képnek */
}

    .product-image-frame img:hover {
        transform: scale(1.02);
    }

.section-title-dark.small {
    font-size: 1.5rem;
    opacity: 0.8;
}


.box-category-title {
    font-family: 'Berkshire Swash', cursive;
    color: #0F2626;
    font-size: 1.4rem;
}

.image-caption {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

.mini-divider {
    color: #0F2626;
    font-size: 1.5rem;
    margin: 15px 0;
}

.box-display img {
    border-radius: 2px; /* A dobozoknál a szögletesebb forma jobban néz ki */
    transition: all 0.3s ease;
}

.box-display:hover img {
    box-shadow: 0 10px 20px rgba(0,0,0,0.15) !important;
}

.box-intro strong {
    color: #0F2626;
}

/* Egyedi gomb stílus */
.btn-outline-laura {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 10px 30px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.3s;
}

    .btn-outline-laura:hover {
        background-color: #ffffff;
        color: #0F2626;
    }

.product-image-wrapper {
    position: relative;
    height: 380px; /* Vagy amennyit a design igényel */
    width: 100%;
    overflow: hidden;
    background-color: #f8f9fa;
}

.product-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.2s ease-in-out; /* Sima áttűnés */
}

    .product-img.active {
        opacity: 1;
        position: relative; /* Az aktív kép tartja ki a keretet, ha nincs fix magasság */
    }

.product-card {
    background-color: #d1eee1; /* Menta szín */
    border-radius: 8px;
    border: none;
    transition: transform 0.3s ease;
}

    .product-card:hover {
        transform: translateY(-8px);
    }

/* TARTALOM */
.content-wrapper {
    margin-top: 140px;
    padding: 20px;
}

.workshop-container {
    max-width: 800px;
    margin: 0 auto;
    background: var(--white);
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.month-title {
    font-family: 'Philosopher', sans-serif;
    color: var(--milk-chocolate);
    font-size: 1.8rem;
    border-bottom: 2px solid var(--accent-mint);
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.workshop-list {
    list-style: none;
    padding: 0;
}

.workshop-item {
    display: flex;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #fcf8f5;
}

.date-box {
    min-width: 70px;
    text-align: center;
    background-color: var(--cream-bg);
    padding: 10px;
    border-radius: 4px;
    margin-right: 20px;
}

.day {
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--dark-chocolate);
    display: block;
}

.time {
    font-size: 0.85rem;
    color: var(--text-gold);
    font-weight: bold;
}

/* MOBILBARÁT MEGOLDÁS */
@media (max-width: 1200px) {
    #top-menu-nav a {
        font-size: 11px;
    }

    #top-menu-nav li {
        margin-left: 12px;
    }
}

@media (max-width: 992px) {
    .header-container {
        flex-direction: column;
        padding: 15px 0;
    }

    #top-menu-nav {
        margin-top: 15px;
        justify-content: center;
    }

        #top-menu-nav li {
            margin: 5px 10px;
        }

        #top-menu-nav ul {
            flex-wrap: wrap;
            justify-content: center;
        }

    .content-wrapper {
        margin-top: 200px;
    }
}


.workshop-item a.text-muted:hover {
    color: #d4b081 !important; /* Arany szín naptár hoverre */
    text-decoration: none;
}

.workshop-item a.text-primary:hover {
    color: #3b5998 !important; /* Eredeti FB kék hoverre */
    text-decoration: none;
}

.workshop-item i {
    margin-right: 3px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobil igazítás */
@media (max-width: 768px) {
    .card-title {
        font-size: 2rem;
    }

    .workshop-card {
        height: 350px;
    }
}

/* Hogy ne legyen rés a menü és a kép között */
#main-header {
    margin-bottom: 0 !important;
}

#main-footer {
    background-color: #222222; /* Sötétszürke/fekete háttér a kép alapján */
    color: #ffffff;
    font-family: 'Philosopher', sans-serif;
}

.footer-title {
    color: #c5eddc; /* Menta szín a címeknek */    
    margin-bottom: 1.5rem;
    font-size: 1.5rem; /* Ezt a betűtípust érdemes kicsit nagyobbra venni, mert vékonyabb */
    margin-bottom: 1.5rem;
    font-weight: 400; /* Ez a betűtípus nem igazán igényel bold-ot, mert eltorzulhat */
    font-family: 'Berkshire Swash', cursive !important;
}

.footer-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #cccccc;
}

.footer-img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li {
        margin-bottom: 15px;
    }

    .footer-links a, .footer-text a {
        color: #ffffff;
        text-decoration: none;
        transition: color 0.3s;
    }

        .footer-links a:hover {
            color: #c5eddc;
        }

/* Alsó sáv */
.footer-bottom {
    background-color: #1a1a1a;
    border-top: 1px solid #333;
    font-size: 0.8rem;
    color: #888;
}

    .footer-bottom a {
        color: #888;
        text-decoration: none;
    }

.social-icons a {
    color: #888;
    font-size: 1.2rem;
    text-decoration: none;
}

    .social-icons a:hover {
        color: #ffffff;
    }

/* A teljes hero szekció konténere */
.hero-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #111; /* Sötét háttér, míg tölt a kép */
}

/* A fix kép stílusa */
.hero-img {
    width: 100%;
    height: 350px; /* Fix magasság asztali gépen */
    object-fit: cover; /* Nem engedi eltorzulni a képet */
    object-position: center; /* A kép közepe marad fókuszban */
    display: block;
}

/* A szöveg pozícionálása pontosan a kép közepére */
.hero-caption {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%); /* Tökéletes matematikai középpont */
    width: 100%;
    padding: 0 20px;
    text-align: center;
    color: #ffffff;
    z-index: 2;
}

/* A főcím extra formázása a jobb olvashatóságért */
.hero-title {
    font-family: 'Berkshire Swash', cursive;
    color: #c5eddc;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    letter-spacing: 1px;
}

/* Mobilnézet finomhangolása */
@media (max-width: 768px) {
    .hero-img {
        height: 320px; /* Mobilon alacsonyabb, hogy ne vegye el a teljes képernyőt */
    }

    .hero-title {
        font-size: 1.8rem !important; /* Mobilon kisebb betűk, hogy ne törjön csúnyán */
    }
}

#backToTopBtn {
    display: none; /* Alapértelmezés szerint rejtve */
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #0F2626; /* Sötétbarna */
    color: #d4b081; /* Arany */
    cursor: pointer;
    padding: 15px;
    border-radius: 50%; /* Kerek forma */
    width: 50px;
    height: 50px;
    font-size: 18px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

    #backToTopBtn:hover {
        background-color: #d4b081; /* Arany */
        color: #0F2626; /* Sötétbarna */
        transform: translateY(-5px); /* Kicsit megemelkedik */
    }

/* Ha mobilon túl nagy lenne, itt finomíthatsz */
@media (max-width: 768px) {
    #backToTopBtn {
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        padding: 10px;
    }
}

/* Termék adatok soronként */
.product-info-grid {
    border-top: 1px solid #eee;
}

.info-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.info-label {
    font-weight: bold;
    color: #0F2626;
}

.main-img {
    cursor: zoom-in;
    transition: transform 0.3s;
}

/* Galéria */
.gallery-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    cursor: pointer;
    transition: opacity 0.3s;
}

    .gallery-img:hover {
        opacity: 0.8;
    }

/* Lightbox - Nagyítás szürke háttérrel */
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(50, 50, 50, 0.9); /* Sötétszürke áttetsző háttér */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    cursor: pointer;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

    .lightbox-content img {
        box-shadow: 0 0 30px rgba(0,0,0,0.5);
    }

.close-btn {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: white;
    font-size: 40px;
    cursor: pointer;
}

/* Mobilon viszont ne legyen jobbra tolva, hanem egymás alatt legyenek */
@media (max-width: 991px) {
    #top-menu {
        text-align: left;
        margin-top: 15px;
    }

    .navbar-nav .nav-link {
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(197, 237, 220, 0.1);
    }
}

/* Mobilnézetben is maradjon sötét a háttér */
@media (max-width: 991px) {
    .dropdown-menu {
        border: none;
        border-left: 2px solid #c5eddc;
        margin-left: 15px;
        background-color: transparent !important; /* Mobilon jobban néz ki, ha egybefolyik a fejléc sötétjével */
    }
}

/* LEBEGŐ MENÜ FUNKCIÓ (Asztali gépen ne kelljen kattintani) */
@media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

/* MOBIL FIXEK */
@media (max-width: 991px) {
    #top-menu-nav {
        background-color: #0F2626;
        padding: 20px;
        border-radius: 8px;
        margin-top: 10px;
    }

    .dropdown-menu {
        background-color: rgba(197, 237, 220, 0.1) !important;
        border-left: 2px solid #c5eddc;
        margin-left: 10px;
    }

    .dropdown-item {
        color: #ffffff !important;
    }
}

#components-reconnect-modal {
    background: rgba(0, 0, 0, 0.85);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Az összes belső szöveg stílusa */
.components-reconnect-container p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

/* Gombok stílusa */
.btn-reconnect, .btn-reload {
    background-color: #d4a373; /* Csoki/arany árnyalat */
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    margin: 5px;
    transition: background 0.3s;
}

.btn-reload {
    background-color: #6c757d;
}

.btn-reconnect:hover {
    background-color: #bc8a5f;
}

/* Animáció (pulzáló körök) */
.components-rejoining-animation div {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #d4a373;
    border-radius: 50%;
    margin: 0 5px;
    animation: pulse 1.2s infinite ease-in-out;
}

@keyframes pulse {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1.0);
    }
}


/* A rácsban lévő képek egységes formázása */
.gallery-grid-img {
    height: 300px !important;
    object-fit: cover !important;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Kattintható kártya felépítése */
.gallery-card {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f8f9fa;
}

    /* Finom zoom effekt rámutatáskor */
    .gallery-card:hover .gallery-grid-img {
        transform: scale(1.04);
    }

/* Sötétített overlay a 'Nagyítás' felirattal */
.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 8px;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

/* --- LIGHTBOX MODAL --- */
.custom-lightbox-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.2s ease-out;
}

.custom-lightbox-content {
    position: relative;
    max-width: 85%;
    max-height: 85%;
}

.lightbox-image {
    max-height: 85vh;
    border-radius: 6px;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.15);
}

.lightbox-close-btn {
    position: absolute;
    top: -45px;
    right: -10px;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 40px;
    cursor: pointer;
    transition: color 0.2s;
}

    .lightbox-close-btn:hover {
        color: #d4a373; /* A megszokott csoki/arany árnyalat */
    }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* 5. BLAZOR SPECIFIKUS ELEMEK */
#blazor-error-ui {
    background: #0F2626;
    color: white;
    bottom: 0;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



