body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f9;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Mobile */

@media only screen and (max-width: 767px) {

    #FP-header{
        font-size: 50px;
    }

    .hide-mobile{
        display: none;
    }

    .menu-image-tablet{
        display: none;
    }
    
    .feature-container {
        position: relative;
        width: 100%;
    }
    
    .feature-container h1 {
        position: absolute;
        top: 40%; 
        left: 50%; 
        transform: translate(-50%, -50%);
        color: #E42518;
        font-size: 48px;
        font-family: "Charm", cursive;
        font-weight: 700;
        text-align: center;
        width: 80%;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
        line-height: 1.2; 
        padding: 15px; 
    }
    
    #menu-title {
        font-family: "Charm", cursive;
        font-weight: 300;
        font-style: normal;
        font-size: 24px; 
        display: block; 
        margin: 0; 
        line-height: 1; 
    }
    
    .feature-container span {
        font-family: Arial, sans-serif;
        font-size: 18px;
        display: block;
        margin-top: 5px; 
        line-height: 1.2;
    }
    
    #feature-image {
        max-height: 100vh;
        width: 100%;
        object-fit: cover;
    }
    
    .menu {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .menu-image {
        display: none;
        max-width: 250px;
        height: auto;
        margin-right: 20px;
    }

    .menu-image-mobile{
        max-height: 100vh;
        width: 100%;
        object-fit: cover;
    }
    
    h2 {
        text-align: center;
        color: #E42518;
        background-color: #000;
        padding: 10px 0; 
        width: 100vw; 
        font-size: 50px;
        font-family: "Charm", cursive;
        font-weight: 700;
        font-style: normal;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
        margin: 0; 
    }
    
    p {
        font-size: 16px;
    }

    .feature-container h1 {
        font-family: Arial, sans-serif;
        position: absolute;
        left: 50%; 
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 32px;
        font-weight: 300;
        text-align: center;
        width: 80%;
        background-color: transparent;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.0);
    }

    .menu-title{
        font-family: "Charm", cursive;
        font-weight: 700;
        text-align: center;
        color: #E42518;
        font-size: 30px; 
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .menu-title-text{
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
        padding: 20px;
    }

    .menu-section {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 50%;
    }

    .menu-text {
        /* max-width: 390px; */
        margin: 20px;
    }

    .feature-container span{
        color: #000;
        font-weight: 300;
        font-size: 16px;
    }

    #feature-image {
        max-height: 30vh;
        width: 100%;
        object-fit: cover;
    }

    .menu-item {
        display: flex;
        justify-content: space-between;
        width: 100%;
        /* max-width: 400px;  */
    }

    .menu-item p{
        font-weight: bold;
    }

    .menu-details p {
        font-weight: 300;
        line-height: 1.5;
        margin: 0; 
        margin-left: 10px;
    }
    
    .price {
        margin-top: 1.13rem;
    }
    
    .menu-section {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }  

    .menu-image {
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .menu-image-sides{
        width: 20%;
    }

    .hidden-line{
        visibility: hidden;
    }

    /* Sides Section */

    .sides-section .menu-text {
        width: 90%;
    }
    
    .sides-section .menu-item {
        display: grid;
        grid-template-columns: 1fr 80px 80px 80px; 
        align-items: center;
        width: 100%;
        gap: 10px;
    }
    
    .sides-section .menu-header {
        font-weight: bold;
        text-align: center;
        border-bottom: 2px solid #000;
        padding-bottom: 5px;
    }
    
    .sides-section .menu-header .empty-cell {
        visibility: hidden; 
    }
    
    .sides-section .menu-header .price-label {
        font-weight: bold;
        text-align: center;
    }
    
    .sides-section .menu-item .price {
        text-align: center;
    }

    /* Catering Section */

    .menu-table {
        width: 100%;
        table-layout: fixed; 
        border-collapse: collapse;
        font-size: 14px; 
    }

    .menu-table th,
    .menu-table td {
        padding: 8px; 
        word-wrap: break-word;
        border: 1px solid #ddd;
        border-left: none;
        border-right: none;
        border-top: none; 
    }

    .menu-table th:first-child,
    .menu-table td:first-child {
        width: 40%; 
    }

    .menu-table th:not(:first-child),
    .menu-table td:not(:first-child) {
        width: 15%; 
        text-align: center;
    }

    .menu-section {
        overflow-x: auto; 
        -webkit-overflow-scrolling: touch; 
    }

    .menu-section::-webkit-scrollbar {
        display: none; 
    }
    
    .paragraph {
        text-align: center;
        font-style: italic;
        margin-top: 10px;
        color: #555;
    }    
}

/* Tablet */

@media only screen and (min-width: 768px) and (max-width: 1024px){

    .hide-mobile{
        display: none;
    }
    
    .feature-container {
        position: relative; 
        width: 100%;
        height: 100%; 
    }
    
    .feature-container h1 {
        font-family: Arial, sans-serif;
        position: absolute;
        top: 50%;          
        left: 50%;          
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 32px;
        font-weight: 300;
        text-align: center;
        width: 80%;
        background-color: transparent;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.0);
    }

    #feature-image {
        max-height: 75vh;
        width: 100%;
        object-fit: cover;
    }

    .menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        padding: 20px;
    }

    .menu-section {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
        gap: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu-image-mobile{
        display: none;
    }
    
    .menu-image {
        width: 50%;
        height: 100%;
        object-fit: cover;
    }

    .catering-image {
        width: 35%;
        height: 100%;
        object-fit: cover;
    }
    
    .menu-text {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center; 
    }

    .catering-section{
        margin-top: 20px;
    }

    .menu-item {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 750px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }

    .menu-item:last-child {
        border-bottom: none;
    }

    .menu-item p {
        font-weight: bold;
    }

    .menu-title{
        font-family: "Charm", cursive;
        font-weight: 700;
        text-align: center;
        color: #E42518;
        font-size: 30px; 
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .menu-title-text{
        margin-top: 30px;
        text-align: center;
        padding: 20px;
    }

    .menu-title-text p{
        text-align: center;
    }

    h2 {
        width: 100vw; 
        margin: 0; 
        padding: 40px 0; 
        text-align: center;
        color: #E42518;
        font-size: 42px;
        font-family: "Charm", cursive;
        font-weight: 700;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); 
    }
    
    h2::before,
    h2::after {
        content: "";
        flex: 1;
        height: 3px;
        background: linear-gradient(to right, transparent, #000, transparent); 
        margin: 0 20px;
    }

    /* Sides Section */

    .sides-section .menu-text {
        width: 100%;
    }

    .sides-section .menu-item {
        display: grid;
        grid-template-columns: 1fr 100px 100px 100px;
        align-items: center;
        width: 100%;
        gap: 10px;
    }

    /* Catering Section */

    .menu-table {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        font-size: 16px;
    }

    .menu-table th,
    .menu-table td {
        padding: 10px;
        border-bottom: 1px solid #ddd; 
        border-left: none;
        border-right: none;
        border-top: none; 
        text-align: center;
    }

    .menu-table td{
        font-size: 13px;
    }

    .menu-section {
        overflow-x: auto;
    }

    .menu-section::-webkit-scrollbar {
        display: none;
    }

    .paragraph {
        text-align: center;
        font-style: italic;
        margin-top: 10px;
        color: #555;
    }

    .price {
        margin-top: 15px;
    }
    
}

/* Desktop */

@media only screen and (min-width: 1025px) {

    .feature-container {
        position: relative; 
        width: 100%;
        height: 75vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .feature-container h1 {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #E42518;
        font-size: 48px;
        font-family: "Charm", cursive;
        font-weight: 700;
        text-align: center;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        line-height: 1.2;
        padding: 15px;
    }

    .hide-desktop{
        display: none;
    }

    .menu-image-tablet{
        display: none;
    }

    #feature-image {
        max-height: 75vh;
        width: 100%;
        object-fit: cover;
    }

    .menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        padding: 20px;
    }

    .menu-section {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
        gap: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .menu-image {
        width: 50%;
        height: 100%;
        object-fit: cover;
    }

    .menu-image-mobile{
        display: none;
    }

    .catering-image {
        width: 45%;
        height: 100%;
        object-fit: cover;
    }
    
    .menu-text {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center; 
    }

    .catering-section{
        margin-top: 20px;
    }

    .menu-item {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }

    .menu-item:last-child {
        border-bottom: none;
    }

    .menu-item p {
        font-weight: bold;
    }

    .menu-title {
        font-family: "Charm", cursive;
        font-weight: 700;
        text-align: center;
        color: #E42518;
        font-size: 36px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .menu-title-text {
        position: absolute; 
        top: 60%;            
        left: 50%;            
        transform: translateX(-50%); 
        background-color: rgba(255, 255, 255, 0.8); 
        padding: 20px;
        text-align: center;
        max-width: 600px;
    }

    .menu-title-text p {
        text-align: center;
    }

    h2 {
        width: 100vw; 
        margin: 0; 
        padding: 40px 0; 
        text-align: center;
        color: #E42518;
        font-size: 42px;
        font-family: "Charm", cursive;
        font-weight: 700;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); 
    }
    
    h2::before,
    h2::after {
        content: "";
        flex: 1;
        height: 3px;
        background: linear-gradient(to right, transparent, #000, transparent); 
        margin: 0 20px;
    }

    /* Sides Section */

    .sides-section .menu-text {
        width: 100%;
    }

    .sides-section .menu-item {
        display: grid;
        grid-template-columns: 1fr 100px 100px 100px;
        align-items: center;
        width: 100%;
        gap: 10px;
    }

    /* Catering Section */

    .menu-table {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        font-size: 16px;
    }

    .menu-table th,
    .menu-table td {
        padding: 10px;
        border-bottom: 1px solid #ddd; 
        border-left: none;
        border-right: none;
        border-top: none; 
        text-align: center;
    }

    .menu-section {
        overflow-x: auto;
    }

    .menu-section::-webkit-scrollbar {
        display: none;
    }

    .paragraph {
        text-align: center;
        font-style: italic;
        margin-top: 10px;
        color: #555;
    }

    .price {
        margin-top: 15px;
    }

    .price-by-order {
        margin-top: 5px !important;
    }
}
