/*body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    background: #fdfdfd;
    color: #333;
   
}
.menu-container {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 32px 0 rgba(220, 53, 69, 0.1);

}
.nav-tabs .nav-link.active {
    background: #ff6a00;
    color: #fff !important;
    border: none;
    border-radius: 8px 8px 0 0;
}
.nav-tabs .nav-link {
    color: #ff6a00;
    font-weight: 600;
    border: none;
    border-radius: 8px 8px 0 0;
    transition: background 0.3s, color 0.3s;
}
.menu-card {


    border: none;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    width: 100%;
    height: 200px;*/ /* Set your desired height  */
    /*background: url('/images/menu-bg.jpg') no-repeat center center fixed;
    background-size: cover;
  
  

}

    .menu-card img {
        width: 300px;*/ /* fixed width */
        /*height: 300px;*/ /* fixed height */
        /*object-fit: contain;*/ /* keep aspect ratio */
        /*display: block;
        margin-left: auto;
        margin-right: auto;*/ /* centers the image horizontally */
    /*}

.menu-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 12px 24px 0 rgba(220,53,69,0.2);
}
.menu-img {
    height: 300px;
    object-fit: fill;
    width: 300px;




}
.card-title {
    font-size: 1.3rem;
    font-family: 'Poppins', sans-serif;
    margin-top: auto;
    color: saddlebrown;
    font-weight: bold;
}

.card-desc {
    font-size: 1.0rem;
    font-family: 'Segoe UI';
    margin-top: auto;
    color: chocolate;
    font-weight: bold;*/
    /*font-weight: 600;*/
/*}

.card-text {
    font-family: 'Poppins', sans-serif;
    margin-top: auto;
    font-size: 1.1rem;
    color: black;*/ /* price #ff6a00 */
    /*font-weight: bold;
}

.title {
    font-family: 'Segoe MDL2 Assets' 'Segoe UI';
    margin-top: auto;
    font-size: 1.5rem;
    color: dimgray; 
}

.title-menu {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: orange;
    margin: 20px;
}

    .title-menu .icon {
        font-size: 32px;*/ /* make knife & fork slightly larger */
    /*}

    .title-menu .title-text {
        text-transform: uppercase;
        letter-spacing: 2px;
    }


@media (max-width: 576px) {
    .menu-img {
        height:180px;
    }
}*/


body {
    font-family: 'Times New Roman';
    margin: 0;
    background: #fdfdfd;
    color: #333;
}

.menu-container {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 32px 0 rgba(220, 53, 69, 0.1);
    font-size: 1.6rem;
}

.nav-tabs .nav-link.active {
    background: #9a392b;
    color: #fff !important;
    border: none;
    border-radius: 5px 5px 0 0;
}

.nav-tabs .nav-link {
    color: #333;
    font-weight: 600;
    border: none;
    border-radius: 8px 8px 0 0;
    transition: background 0.3s, color 0.3s;
}
.menu-card {
    background: url('/images/menu-bg.jpg') center center/cover !important;
    border-radius: 16px;
    border: 2px solid #fff;
    box-shadow: none;
    padding: 0;
    position: relative;
    min-height: 420px;
    color: #fff;
}

.menu-img {
    display: block;
    margin: 0 auto 0 auto;
    max-height: 300px;
    width: 300px;
    align-content: center;
    background: transparent;
    margin-bottom: 40px;
}

.card-body {
    padding: 0.5rem 1rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.card-title {
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 2.1rem;
    font-weight: bold;
    letter-spacing: 2px;
    /* margin: 0.5rem 0 0.2rem 0;*/
    text-shadow: 2px 2px 0 #222;
    color: #fff;
}

.card-desc {
    font-family: Times New Roman;
    font-size: 1.8rem;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0.5rem;
    color: #fff;
}

.card-price {
    position: initial;
   
    right: 25px;
    font-family: Calibri;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: right;
    color: #fff;
    text-shadow: 2px 2px 0 #222;
    z-index: 2;
}


