.handbook {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    background-color: #161616;
}

.handbook__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0 72px;
    background-color: #161616;
    height: 100%;
    justify-content: center;
}

.handbook__content .hero-buttons {
    justify-content: flex-start;
}

.handbook__content__title {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.handbook__content__title span {
    color: #EE1C23;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 1%;
    text-transform: uppercase;
}

.heading2 {
    color: #FFFFFF;
    font-family: "SVN-Sigokae";
    font-weight: 400;
    font-size: 40px;
    line-height: 136%;
    letter-spacing: 1%;
    margin: 0;
}

.handbook__content__text {
    color: #E0E0E0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 1%;
}

.handbook__image {
    height: 100%;
}

.handbook__image img {
    width: 100%;
    height: 100%;
}

.ingredient {
    background-color: #131313;
}

.ingredient .container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 72px 0;
}

.ingredient__title,
.menu-diversity-title {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ingredient__title span,
.menu-diversity-title span {
    color: #EE1C23;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 1%;
    text-align: center;
}

.ingredient__title h2,
.menu-diversity-title h2 {
    text-align: center;
}

.ingredient__title p,
.menu-diversity-title p {
    color: #E0E0E0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 1%;
    text-align: center;
}

.owl-carousel .owl-dots {
    margin-top: 20px;
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot span {
    display: none !important;
}

.owl-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 2px;
    margin: 0 8px;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    border-radius: 1px;
}

.owl-carousel .owl-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot:hover {
    background-color: rgba(255, 255, 255, 1);
    height: 2px;
    transform: scale(1.2);
}

.ingredient__carousel,
.ingredient__carousel .owl-stage-outer,
.ingredient__carousel .owl-stage,
.ingredient__carousel .owl-item,
.ingredient__carousel .owl-item .ingredient__carousel__card {
    pointer-events: auto;
    cursor: grab;
    user-select: none;
}

.ingredient__carousel:active,
.ingredient__carousel .owl-item:active {
    cursor: grabbing;
}


.owl-dots,
.owl-nav button {
    pointer-events: auto;
    z-index: 20;
}

.ingredient .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
}


.ingredient .owl-theme .owl-nav [class*="owl-"] {
    background: none;
    padding: 0;
    margin: 0;
}

.ingredient .owl-carousel .owl-nav button.owl-prev,
.ingredient .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 48px;
    height: 48px;
    background: none;
    border: none;
    cursor: pointer;
    pointer-events: auto;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ingredient .owl-nav-icon {
    width: 48px;
    height: 48px;
}

.ingredient .owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}

.ingredient .owl-carousel .owl-nav button.owl-next {
    right: -40px;
}

.ingredient .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
}

.owl-nav-icon {
    width: 32px;
    height: 32px;
    transition: all 0.3s;
}

.owl-prev-icon {
    transform: rotate(180deg);
}

.owl-carousel .owl-nav button:hover .owl-nav-icon {
    opacity: 0.7;
}

.ingredient__carousel__card {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ingredient__carousel__card img {
    width: 100%;
    height: 382px;
}

.ingredient__carousel__card__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ingredient__carousel__card__content h3 {
    color: #FFFFFF;
    font-family: "SVN-Sigokae";
    font-weight: 400;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: 1%;
    text-align: center;
}

.ingredient__carousel__card__content p {
    color: #9E9E9E;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 1%;
    text-align: center;
}

.menu-diversity {
    background-color: #161616;
}

.menu-diversity .container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 72px 0;
}

.menu-diversity__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
}

.menu-diversity__card {
    position: relative;
    min-height: 500px;
    width: 100%;
    background-size: cover;
    /* KHÔNG bể ảnh */
    background-position: center;
    /* Canh giữa */
    background-repeat: no-repeat;

    display: flex;
    align-items: flex-end;
    justify-content: center;

    overflow: hidden;
}

.menu-diversity__card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    /* overlay 0.5 */
    z-index: 1;
}

.menu-diversity__card h3 {
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    font-family: "SVN-Sigokae";
    margin-bottom: 20px;
    font-family: SVN-Sigokae;
    font-weight: 400;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: 1%;
    text-align: center;

}

/* brand */
.brand {
    background-color: #131313;
}

.brand .container {
    padding: 72px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
}

.brand__followmap {
    width: 100%;
    height: 612px;
}

.brand__followmap iframe {
    width: 100%;
    height: 100% !important;
}

.brand__content {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.brand__content .text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.brand__content .text span {
    color: #EE1C23;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 1%;
}

.brand__content .text p {
    color: #E0E0E0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 1%;

}

.info__brand {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.info__brand__list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.info__brand__list .item {
    padding: 8px 12px;
    color: #9E9E9E;
    font-family: "Montserrat-Bold";
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 1%;
    cursor: pointer;
}

.info__brand__list .item:hover {
    background-color: #212121;
    color: #EE1C23;
}

.info__brand__list .item.active {
    background-color: #212121;
    color: #EE1C23;
}

.brand__content .hero-buttons {
    justify-content: flex-start;
}

.info__brand__list__follow {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.info__brand__list__follow span {
    color: #E0E0E0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 1%;
    display: flex;
    flex-wrap: nowrap;

    gap: 8px;
}

.info__brand__list__follow span img {
    width: 24px;
    height: 24px;
}

/* end brand */
/* form */
.table-reservation {
    background-color: #161616;
}

.table-reservation .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 72px 0;
    align-items: center;
}

.table-reservation-wrapper {
    width: 100%;
    max-height: 820px;
    /* giới hạn chiều cao */
    overflow-y: auto;
    /* scroll dọc */
    overflow-x: hidden;
    background-color: #fff;
}

.table-reservation-wrapper iframe {
    width: 100%;
    height: 820px;
    /* lớn hơn wrapper để có scroll */
    border: none;
    display: block;
}

.page__public-booking .form-container .form {
    max-height: 820px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.table-reservation-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.table-reservation-text span {
    color: #EE1C23;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 1%;
}

.table-reservation-text p {
    color: #E0E0E0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 1%;
}

/* footer */
#footer {
    background-color: #111111;
    display: flex;
    flex-direction: column;
    gap: 72px;
    padding-bottom: 24px;
}

#footer .container {
    padding: 72px 0;
    display: grid;
    grid-template-columns: 5fr 5fr 1fr;
    gap: 96px;
}

#footer .container .col {
    display: flex;
    flex-direction: column;
}

#footer .container .col-one {
    gap: 24px;
}

#footer .container .col-one .content__info {
    color: #E0E0E0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 1%;
}

.info__business {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.info__business p {
    color: #E0E0E0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 1%;
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    align-items: center;
}

.info__business p strong {
    color: #ffffff;
    font-weight: 600;
}

.footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.footer__social img {
    width: 24px;
    height: 24px;
}

#footer .container .col-two {
    gap: 24px;
}

.col-two-item,
.col-two-item-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.col-two-item h4 {
    color: #616161;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 1%;
    font-weight: 600;
}

.col-two-item-info p {
    color: #E0E0E0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 1%;
}

.copyright {
    color: #757575;
    text-align: center;
    font-size: 12px;
    line-height: 146%;
    font-weight: 400;
}

.copyright a {
    color: #757575;
    text-decoration: underline;
}

#footer .container .col-three {
    gap: 8px;
}

#footer .container .col-three a {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 1%;
}

.social__contact {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;

    display: flex;
    flex-direction: column;
    gap: 16px;
}

.social__contact a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social__contact img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social__contact a:hover img {
    transform: scale(1.1);
}

.table-reservation-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 20px;
}

.table-reservation-info-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.table-reservation-info-item label {
    color: #616161;
    font-weight: 600;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 1%;
    text-transform: uppercase;
}

.table-reservation-social {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.table-reservation-social a {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    color: #FFFFFF;
    font-family: "SVN-Sigokae";
    font-weight: 400;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 135%;
    letter-spacing: 1%;
}

.table-reservation-social img {
    width: 32px;
    height: 32px;
}

@media screen and (max-width:1290px) {
    .handbook__content {
        padding: 72px;
    }

    .heading2 {
        font-size: 32px;
    }
}

@media screen and (max-width:1024px) {

    .table-reservation .container {
        grid-template-columns: 3fr 7fr;
        gap: 32px;
    }

    .handbook {
        grid-template-columns: 1fr;
    }

    #footer .container {
        gap: 48px;
    }

    .handbook__content {
        padding: 48px 20px;
    }

    .menu-diversity__card {
        min-height: 400px;
    }

    .brand .container {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .brand__followmap {
        width: 100%;
        height: 412px;
    }

    .hero {
        height: 60vh !important;
    }
}

@media screen and (max-width:768px) {
    .heading2 {
        font-size: 28px;
    }

    .table-reservation .container {
        grid-template-columns: 1fr;
    }

    .ingredient__carousel__card img {
        height: auto;
    }

    #footer {
        gap: 48px;
    }

    #footer .container {
        grid-template-columns: 1fr;
    }

    .ingredient .container,
    .menu-diversity .container,
    .brand .container,
    .table-reservation .container,
    #footer .container {
        padding: 48px 10px;
    }

    .menu-diversity__list {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .menu-diversity__card {
        min-height: 400px;
    }

    .menu-diversity__card h3 {
        font-size: 20px;
    }

    #footer .container .col-one,
    #footer .container .col-two {
        gap: 16px;
    }

    .ingredient .owl-carousel .owl-nav button.owl-prev,
    .ingredient .owl-carousel .owl-nav button.owl-next {
        display: none !important;
    }


}

@media screen and (max-width:560px) {
    .handbook__content {
        gap: 24px;
    }

    .social__contact img {
        width: 24px;
        height: 24px;
    }

    .handbook__content .hero-buttons {
        flex-direction: column;
        text-align: center;
    }
    .copyright {
        font-size: 10px;
    }
}