    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        background-color: #d9d9d9;
    }

    .container {
        max-width: 1200px;
        margin: 20px auto;
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .dish-card {
        background-color: white;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 7px 5px 5px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        flex: 1 1 calc(33.333% - 20px); /* Three cards per row */
        min-width: 250px; 
    }

    .dish-card img {
        width: 100%;
        height: 40%;
    }

    .dish-content {
        padding: 15px;
        min-height: 250px;
        max-height: 250px;
    }

    .dish-name {
        font-size: 1.5em;
        margin: 0;
        color: #333;
    }

    .dish-description {
        font-size: 1em;
        color: #666;
        text-align: justify; 
        text-justify: inter-word;
    }

    /* Responsive adjustments */ 
    @media (max-width: 768px) {
        .dish-card {
            flex: 1 1 calc(50% - 20px); /* Two cards per row */ 
        }
    }

    @media (max-width: 480px) {
        .dish-card {
            flex: 1 1 100%; /* One card per row */ 
        }
    }

    /* States Section */
    .states-section {
        position: fixed;
        top: 0;
        width: 100%; 
        padding: 8px 0; 
        background-color: #201f1f;
        display: flex;
        justify-content: center; 
        align-items: center;
        display: flex;
        flex-wrap: wrap; 
        gap: 10px; 
        text-align: center;
        z-index: 3;
    }

    .states-section a {
        text-decoration: none;
        color: rgb(255, 255, 255);
        white-space: nowrap; 
    }

    .homepage-button {
        position: relative;
        z-index: 2;
        margin-right: 7px; 
        margin-left: px;
    }

    .homepage-button img {
        background-color: #f7ce00;
        width: 50px; /* Adjust as necessary */
        height: auto; /* Maintain aspect ratio */
        border-radius: 6px;
        transition: transform 0.3s ease;
    }

    .states-section div {
        background-color: #201f1f;
        padding: 10px 15px; 
        border-radius: 6px;
        cursor: pointer;
        font-size: 17.5px;
        font-weight: 700;
        transition: all 0.3s ease;
        white-space: nowrap; 
    }

    .states-section div:hover {
        background-color: #f7ce00;
        color: #000;
        transform: scale(1.3);
    }

    .states-section img:hover {
        transform: scale(1.1); /* Slight enlargement on hover */
    }

    .hidden {
        display: none; /* Class to hide elements */
    }

    .yellow-text {
        color: #f7ce00;
    }

    .container1 {
        display:flex;
        align-items: center; 
        padding-top: 60px;
        padding-left: 200px;
        padding-right: 200px; 
    }

    .malaysia-image {
        width: 48%; 
        position: center;
        border-radius: 10px; 
        box-shadow: 10px 4px 10px rgba(0, 0, 0, 0.2); 
        object-fit: cover; 
    }

    .container1 {
    display:flex; /* Use flexbox for layout */
    align-items: center; /* Center the items vertically */
    padding-top: 60px;
    padding-left: 200px;
    padding-right: 200px; 
  }

  .box {
    margin-left: -25px; /* Space between image and text */
    margin-right: -25px; 
    ; 
  }

  .box h1 {
    font-family: 'Cinzel', serif; /* Decorative font */
    font-size: 48px;
    color: #ffffff; 
    text-align: center; 
    text-shadow: 3px 2px 3px #000; /* Text shadow for depth */
    background: linear-gradient(360deg, #00094e,  #5068edb1); /* Gradient background */ 
    padding: 4px;
    border-radius: 20px;
    box-shadow: 7px 5px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    margin-top: -40px; 
  }

  .box h3 {
    font-family: 'Roboto', sans-serif; /* Readable font */
    text-align: justify; 
    text-justify: inter-word;
    font-size: 1 em;
    color: #333; /* Darker color for readability */
    padding: 20px;
    background: #ffffff; /* Slightly transparent background */
    border-radius: 15px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    margin-bottom: 10px;
  }

  .container2 h1 {
    font-family: 'Dancing Script', cursive; 
    font-size: 4.5em; 
    text-align: center;
    color: #000000; /* Customize color */
    padding: 10px;
    transition: color 0.3s ease; /* Add a transition for hover effect */
}


    /*for video */
    .video-wrapper video {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-top: 50px;
    }

    /* Feedback Section */
input[type='text'], input[type='email'], input[type='tel'], textarea {
    width: 100%;
    padding: 10px 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 20px;
    transition: border 0.3s, box-shadow 0.3s;
}

input[type='text']:focus, input[type='email']:focus, input[type='tel']:focus, textarea:focus {
    border: 1px solid #5db6db;
    box-shadow: 0 0 10px #b9eaff;
    outline: none;
}

input[type='submit'] {
    background: rgb(39, 160, 210);
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s;
}

input[type='submit']:hover {
    background: rgb(25, 130, 170);
}

.feedback-form {
    max-width: 1000px; 
    margin: 0 auto;
    margin-bottom: 50px;
    background: #fffefed0;
    padding: 40px 100px 40px 100px;
    border-radius: 10px;
    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.leave-feedback  {
    text-align: center; /* Justifies only the About Me section */
    margin-bottom: 20px; /* Space below the section */
}

.feedback-display {
    margin-top: 30px;
    padding: 20px;
    background: #f3f9ff;
    border-left: 5px solid #27a0d2;
    border-radius: 5px;
}
.feedback-display h3 {
    margin-bottom: 20px;
}

.feedback-display p {
    color: black;
    padding: 1px;
    margin: 3px 0;        /* reduce gap atas & bawah */
    line-height: 1.2;     /* tighten text spacing */
}

    /* Footer Part */ 
footer {
    background-color: #201f1f;
    color: rgb(240, 240, 240);
    margin-top: 10px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 80px;
    padding-right: 80px;
    text-align: left;
    font-family: Arial, sans-serif;
}

.about-me  {
    padding-right: 50px;
    text-align: justify; /* Justifies only the About Me section */
    font-size: 1.1em;
    margin-bottom: 20px; /* Space below the section */
}

.container3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /* Ensure elements wrap on smaller screens */
}

.footer-section {
    width: 48%; /* Adjust width to fit better beside each other */
    margin-bottom: 20px; /* Space below each section */
}

.footer-section h1 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.5em;
    color: #ffcc00; /* Change heading color for contrast */
}

.quick-links li {
    width: 20%; /* Adjusted width for three columns */
    margin-bottom: 8px; /* Space between links */
}

.quick-links {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping of list items */
    justify-content: flex-start; /* Align links to the left */
    padding: 0; /* Removes default padding */
    list-style: none; /* Removes bullet points */
}

.quick-links a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: color 0.3s ease;
}

.quick-links a:hover {
    color: #ffcc00; /* Change color on hover for better visibility */
    text-decoration: underline;
}

.copyright {
    text-align: center;
    margin-top: 20px; /* Increased margin for separation */
    font-size: 0.9em;
    color: #ffffff;
}