.vasarnapi-ajanlat-container {
    margin-top: 3rem;
}

.vasarnapi-ajanlat-container .row .col img {
    width: 100%;
}

.r-border {
    border-right: 1px solid black !important;
}

.menu-bg {
    position: relative;
    z-index: 1;
    padding: 20px;
}

.menu-container .title,
.menu-container .text-center {
    color: white !important;
}

.menu-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../pics/menu-bg.jpg");
    background-size: cover;
    background-position: center;
    filter: brightness(60%);
    z-index: -1;
}

.menu-container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    border: 2px solid white;
    transition: all 0.13s ease-in;
}

.menu-container h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2em;
    color: #333;
}

.menu-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.menu-card {
    /* Rajzolt hatású rgb(255, 255, 134)er */
    border-radius: 8px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.9);
    width: calc(33.333% - 40px);
    /* 3 kártya egy sorban, 20px rés minden oldalon */
    box-sizing: border-box;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
    /* Rajzolt hatású shadow */
}

.menu-card h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.5em;
    color: orange;
    font-family: "IntroRustG-Base2Line";
    border-bottom: 2px solid #ffffff;
    padding-bottom: 10px;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.menu-item:last-child {
    border-bottom: none;
}

.item-details h3 {
    margin: 0;
    font-size: 1.2em;
    color: #cdcdcd;
}

.item-details p {
    margin: 5px 0 0;
    color: #919191;
}

.item-price {
    font-size: 1.2em;
    color: #b36b0e;
    white-space: nowrap;
    font-weight: 700;
}


@media (max-width: 992px) {
    .menu-card {
        width: calc(50% - 30px);
        /* 2 kártya egy sorban, 15px rés minden oldalon */
    }
}

/* Kis méretű kijelzők (mobilok) */
@media (max-width: 768px) {
    .menu-card {
        width: calc(100% - 20px);
        /* 1 kártya egy sorban, 10px rés minden oldalon */
    }
}

.border-btn button {
    padding: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: black !important;
    font-size: 18px;
    color: white !important;
    background-color: transparent;
    border: 1px solid white !important;
    font-family: "EB Garamond";
}

.vasarnapi-bemutatas-container img {
    width: 100%;
}

.horizontal-logo-line img {
    width: 80%;
}

.form-input.w-90 {
    width: 90% !important;
}

.form-input.w-90:focus~.focus-border {
    width: 91%;
    animation: changeColor 0.4s ease forwards;
    /* Apply color change animation */
}

.marton-nap {
    background-color: #f9f9f9;
    /* Háttérszín */
    border-radius: 10px;
    /* Lekerekített sarkok */
    padding: 20px;
    /* Párnázás */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    /* Árnyék */
    max-width: 800px;
    /* Maximális szélesség */
    margin: 20px auto;
    /* Középre helyezés */
    opacity: 0;
    /* Kezdeti átlátszóság */
    animation: fadeIn 0.8s forwards;
    /* Animáció */
}

/* Fade-in animáció */
@keyframes fadeIn {
    to {
        opacity: 1;
        /* Végső átlátszóság */
    }
}

/* Címek */
.marton-nap h1 {
    color: #4A4A4A;
    /* Szöveg szín */
    font-size: 2em;
    /* Méret */
    margin-bottom: 10px;
    /* Alsó margó */
    text-align: center;
    /* Középre igazítás */
}

.marton-nap h2 {
    color: #4A4A4A;
    /* Szöveg szín */
    font-size: 1.5em;
    /* Méret */
    margin: 20px 0 10px;
    /* Margók */
    text-decoration: underline;
    /* Aláhúzás */
}

/* Bekezdések */
.marton-nap p {
    line-height: 1.6;
    /* Sorköz */
    color: #666;
    /* Szöveg szín */
    margin-bottom: 10px;
    /* Alsó margó */
}

/* Ikon a dátumhoz */
.marton-nap p:last-child {
    font-weight: bold;
    /* Félkövér */
    color: #D50000;
    /* Kiugró szín */
}

.event-highlights {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.highlight {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.highlight-content {
    flex: 1;
    padding: 20px;
}

.highlight-content h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 10px;
}

.highlight-role {
    font-size: 1.2rem;
    color: #555;
    font-style: italic;
    margin-bottom: 10px;
}

.highlight-content p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

.highlight-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.highlight-image img {
    max-width: 300px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.divider {
    width: 80%;
    height: 2px;
    background-color: #ddd;
    margin: 0 auto 30px auto;
}

@media screen and (max-width: 768px) {
    .highlight {
        flex-direction: column;
        text-align: center;
    }

    .highlight-content {
        padding: 10px;
    }

    .highlight-image {
        padding: 10px;
    }
}

.toggle-btn {
    background-color: #4a2c00;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.toggle-btn:hover {
    background-color: #854900;
    /* Sötétebb kék árnyalat, amikor a gomb fölé viszik az egeret */
}

.separator {
    width: 1px;
    /* Vonal szélessége */
    height: 30px;
    /* Vonal magassága */
    background-color: #000000;
    /* Vonal színe */
    margin: 0 15px;
    /* Margó a vonal körül */
}

@media screen and (max-width: 768px) {

    .toggle-btn,
    .separator {
        display: block;
        width: 100%;
        margin: 10px 0;
        /* Kisebb margók a telefonos elrendezéshez */
    }

    .separator {
        height: 1px;
        /* A vonal magassága vízszintes elrendezéshez */
    }
}


/* Hero szekció */
.hero-section {
    text-align: center;
    padding: 50px 20px;
    color: #1c1c1c;
}

/* Főcím stílusa */
.main-title {
    font-size: 3.5rem;
    margin: 0;
    color: #ffffff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

/* Alcím stílusa */
.sub-title {
    font-size: 2.5rem;
    margin: 10px 0;
    color: #1c1c1c;
    font-weight: bold;
    text-transform: uppercase;
}

/* Bevezető szöveg */
.intro-text {
    font-size: 1.2rem;
    margin: 20px auto;
    color: #333333;
    background-color: #ffcc00;
    padding: 15px 20px;
    max-width: 700px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Információs doboz */
.info-box {
    margin-top: 30px;
    background-color: #333333;
    color: #ffcc00;
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
    max-width: 600px;
    text-align: left;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Info szöveg */
.info-box p {
    margin: 10px 0;
    font-size: 1.1rem;
}

/* Linkek stílusa */
.info-box a {
    color: #ffcc00;
    text-decoration: underline;
    font-weight: bold;
}

.info-box a:hover {
    color: #ffffff;
    text-decoration: none;
}

@media(max-width:768px) {
    .intro-text {
        font-size: 0.9rem;
    }

    .info-box p {
        font-size: 0.9rem;
    }
}