body {
    background-color: #fff8e1;
    margin: 0;
    overflow-x: hidden;
}

main {
    margin: 20px;
}

img.logo {
    width: 100%;
    height: auto;
    display: block;
}

.navbar ul {
    display: flex;
    list-style-type: none;
    background-color: red;
    overflow-x: auto;
    padding: 0px;
    margin: 0px;
    overflow-y: hidden;
    justify-content: space-around;
}

.navbar a {
    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: center;
}

.navbar a:hover {
    background: orangered;
}

.navbar li {
   flex: 0 0 auto;  
   padding: 10px;
}

#info {
    color: black;
    size: 15px;
    text-align: center;
}

.spacer {
    height: 5vh;
}

.scroll-img {
    position: fixed;
    top: 30%;
    left: 0;
    width: 120px;
    transition: transform 0.1s ease-out;
    pointer-events: none;
}

.popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-overlay.show-popup {
    display: flex;
}

.popup-content {
    background: #fff8e1;
    border: 4px solid #d4a373;
    border-radius: 12px;
    padding: 20px 30px;
    max-width: 300px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    font-family: 'Georgia', serif;
    animation: fadeIn 0.3s ease;
}

.popup-content h2 {
    color: #b85c38;
    margin-bottom: 10px;
    font-size: 1.5em;
}

.popup-content p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #333;
}

.popup-content button {
    background: #b85c38;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 1em;
    cursor: pointer;
}

.popup-content button:hover {
    background: #a14d2d;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to   { opacity: 1; transform: scale(1); }
}

.map {
    margin: 0 auto;
    width: 80%;
    text-align: center;
}

.subcat {
    text-align: center;
    color: red;
    margin: 1.5rem 0 0.5rem;
    border-bottom: 2px solid red;
}

.menu-item {
    display: grid;
    grid-template-columns: 1fr 60px 60px;
    gap: 10px;
    align-items: center;
}

.item-name {
    font-weight: bold;
}

.price {
    text-align: right;
}

.chinese-menu-border {
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    background-color: #fff8e1;
    border: 40px solid transparent;
    border-image-source: url('pics/border.png');
    border-image-slice: 120;
    border-image-repeat: round;
}

.main-border {
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    background-color: #fff8e1;
    border: 40px solid transparent;
    border-image-source: url('pics/border.png');
    border-image-slice: 120;
    border-image-repeat: round;
}

.payment {
    max-width: 200;
    max-height: 500;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.map{
    margin-left: auto;
    margin-right: auto;
}

.description {
  font-size: 0.95em;
  color: #555;         
  margin-top: 0;        
  margin-bottom: 12px;
  line-height: 1.3em;   
}

.Description {
  font-size: 0.95em;
  color: #555;         
  margin-top: 0;        
  margin-bottom: 12px;
  line-height: 1.3em;  
  text-align: center; 
}

.spice {
    color: red;
}

.map-container {
  position: relative;
  width: 100%;            
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;     
  box-shadow: 0 2px 6px rgba(0,0,0,0.2); 
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;   
  height: 100%;  
  border: 0;
}
