.valtozatos-etkezes-container {
    background-image: url("../pics/valtozatos_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    color: white;
}

.black-line {
    display: flex;
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    justify-content: center;
    background-color: rgb(0, 0, 0, 0.6);
}

.black-line img {
    width: 150px;
}

.half-bottom-border {
    border-bottom: 3px solid black;
    width: 50%;
}

.title-container {
    display: inline-block;
    position: relative;
}

.title-container h1 {
    display: inline;
    font-size: 35px;
}

.napi5x-ar-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.napi5x-ar {
    width: 30%;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    font-weight: bold;
}

.napi-etkezes-img .col img {
    width: 100%;
}



.horizontal-logo-line img {
    width: 80%;
}

.menukinalat-container .col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.x5-kartya .img img {
    width: 90%;
}

.border-btn button {
    padding: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 18px;
    background-color: transparent;
    border: 1px solid black !important;
    font-family: "EB Garamond";
}

ol li {
    font-family: "Now";
}

.r-border {
    border-right: 2px solid black;
}

.step {
    display: inline-block;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
}

.step span {
    font-family: "Now";
    font-size: 20px;
}

@media (max-width: 768px) {
    .napi-etkezes-elonyok svg {
        width: 100px;
        margin-top: -2rem;
        margin-bottom: -2rem;
    }

    .title-container h1 {
        font-size: 20px;
    }

    .benefits-container .icon-container img {
        max-width: 70px;
    }
}

@media (max-width: 413px) {
    .valtozatos-etkezes .vertical-logo-line {
        display: none !important;
    }

    .valtozatos-etkezes .horizontal-logo-line {
        display: flex !important;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.row .col {

    padding: 5px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .grid .col {
        flex: 1 1 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2rem;
    }

    .zoom-img-container img {
        max-width: 50%;

    }
}

/* Konténer stílus a hétre */
.week-container {
    background-color: #f2f2f2;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.518);
}

/* Címek formázása */
.week-container h4 {
    font-size: 23px;
    color: #333;
    margin-bottom: 10px;
}

/* Napok formázása */
.day-container {
    margin-bottom: 10px;
}

/* Checkbox stílus */
.day-container input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.2);
    accent-color: #007bff;
    /* A checkbox kék színe */
}

/* Select box stílus */
.day-container select {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
    color: #333333;
    appearance: none;
    /* Alapértelmezett megjelenítés elrejtése */
    cursor: pointer;
}

/* Select box nyíl stílus */
.day-container select:focus {
    border-color: #000000;
    outline: none;
}

@media (max-width: 768px) {
    .week-container {
        width: 100%;
    }
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #fff;
}

th,
td {
    border: 1px solid #ddd;
    text-align: left;
    padding: 10px;
}

th {
    background-color: #f2f2f2;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #e9e9e9;
}