
.menu-viewer-section {
    
    position: relative;
    overflow: hidden;
}

.menu-viewer-section::before,
.menu-viewer-section::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
    z-index: 0;
}

.menu-viewer-section::before {
    top: 50px;
    left: -50px;
    background-image: url('design/images/burger-shape.svg');
    transform: rotate(-15deg);
}

.menu-viewer-section::after {
    bottom: 50px;
    right: -50px;
    background-image: url('design/images/burger-shape.svg');
    transform: rotate(15deg);
}

.menu-viewer-container {
    position: relative;
    z-index: 1;
    padding: 20px 0;
}

.menu-decoration-top,
.menu-decoration-bottom {
    position: absolute;
    z-index: 2;
}

.menu-decoration-top {
    top: -30px;
    left: 5%;
}

.menu-decoration-bottom {
    bottom: -20px;
    right: 5%;
}

.menu-book-container {
    /* background-color: white; */
    background-color: #07243e;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    overflow: hidden;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    /* border: 1px solid #e0e0e0; */
    border: 1px solid #fff;
}

.menu-book-header {
    padding: 15px 20px;
    /* background-color: #f5f5f5; */
    background-color: #07243e;
    border-bottom: 1px solid #fff;
}

.menu-btn {
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    /* color: #444; */
    color: #fff;
    transition: all 0.2s ease;
    border-bottom: 0px !important;
}

.menu-btn:hover {
    background-color: rgba(0,0,0,0.1);
    /* color: #000; */
    color: #fff;
}

.menu-btn i {
    font-size: 18px;
}

#pageInfo, #modalPageInfo {
    margin: 0 10px;
    font-size: 14px;
    /* color: #666; */
    color: #fff;
}

.menu-viewer-frame {
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: auto;
    /* background-color: #f9f9f9; */
    background-color: #07243e;
    max-width: 100%;
}

#pdfCanvas, #modalPdfCanvas {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    transition: transform 0.3s ease;
}

.loading-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: rgba(255,255,255,0.8); */
    background-color: #07243e;
    z-index: 10;
}

.modal-menu-container {
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: auto;
    /* background-color: #f9f9f9; */
    background-color: #001528;
}

@media (max-width: 768px) {
    .menu-book-header {
        flex-direction: column;
        gap: 15px;
    }
    
    .menu-viewer-frame {
        height: 550px;
    }
    
    .modal-menu-container {
        height: 70vh;
    }
}
.menu-btn {
    cursor: pointer;
}


.menu-viewer-frame, .modal-menu-container {
    overflow: auto;
}


#pdfCanvas, #modalPdfCanvas {
    display: block;
    margin: 0 auto;
}

/* MODAL */
.menu-viewer-section .cta_link__a,
#menuModal .modal-footer a.btn-primary {
    border-bottom: none !important;
}

#menuModal .close {
    color: white;

}

.menu-viewer-section .cta_link__a:hover,
.menu-viewer-section .cta_link__a:focus,
#menuModal .modal-footer a.btn-primary:hover,
#menuModal .modal-footer a.btn-primary:focus,
.menu-viewer-section .menu-actions a.menu-btn:hover {
    color: white;
}

#menuModal .modal-footer,
#menuModal .modal-header,
#menuModal .menu-modal-controls {
    background-color: #07243e;
}

#menuModal .modal-header {
    align-items: center;
    padding: 6px 15px;
    border-bottom-color: #fff;

}

#menuModal .modal-footer {
    border-top-color: #fff;
}

/* TABS */
.menu2025 {
    border-bottom: 4px solid #ea282d;
}

@media screen and (max-width: 767px) {
    .menu2025 li.nav-item {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
}
.menu2025 .nav-item::before {
    display: none;
}

.menu2025 a.nav-link {
    font-family: "WorkSansBold", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    position: relative;
    font-size: 1.44rem;
    color: #fff;
    text-transform: uppercase;
    background-color: transparent !important;
    padding: 10px 45px;
    border: 0 !important;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .menu2025 a.nav-link {
        padding: 10px;
    }
}

.menu2025 a.nav-link.active,
.menu2025 a.nav-link:hover {
    color: #ea282d;
}

.menu2025 a.nav-link.active::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 11px 8px;
    border-color: transparent transparent #ea282d transparent;
    transform: translateX(-50%);
}
