
.suan-section {
    background-image: url('Images/Red\ background-05-05-05-05.png');
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
    font-family: 'Urbanist', sans-serif;
    color: #fff;
  }
  
  .section-title {
    color: #5C0000;
    font-style: italic;
    font-size: 24px;
    text-align: left;
    margin-left: 80px;
    margin-bottom: 40px;
    font-weight:700;
  }

  .section-color {
    color: #fff;
    font-style: italic;
    font-size: 24px;
    text-align: left;
    margin-left: 80px;
    margin-bottom: 40px;
    font-weight:700;
  }
  
  
  .dish-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 70px;
    margin-bottom: 40px;
  }
  
  .dish-grid.second-row {
    justify-content: center;
  }
  
  .dish-item {
    width: 250px;
    cursor: pointer;
    transition: transform 0.3s ease;
    text-align: center;
  }
  
  .dish-item:hover {
    transform: scale(1.05);
  }
  
  .dish-item img {
    width: 100%;
    border-radius: 12px;
  }
  
  .dish-name {
    margin-top: 12px;
    line-height: 1.4;
  }
  
  .dish-name strong {
    font-weight: bold;
  }
  
  .dish-name span {
    font-weight: 300;
    display: block;
    font-size: 15px;
  }
  .dish-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
    margin-top: 50px;
  }
  
  .modal-content {
    background-color: #5C0000; /* Theme red */
    margin: 5% auto;
    padding: 20px;
    border-radius: 20px;
    width: 90%;
    max-width: 500px;
    text-align: center;
    color: #fff;
    font-family: 'Urbanist', sans-serif;
    position: relative;
    animation: fadeIn 0.5s ease;
  }
  
  .modal-content img {
    width: 200px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  
  .modal-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  
  .modal-content p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  
  .add-to-cart-btn {
    display: inline-block;
    background-color: #FFD700; /* Yellow */
    color: #000;
    padding: 10px 20px;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: background 0.3s ease;
  }
  
  .add-to-cart-btn:hover {
    background-color: #e6c200;
  }
  
  .close {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .side-section {
    background-image: url('Images/background\ beige-06-06.png');
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
    font-family: 'Urbanist', sans-serif;
    color: #5C0000;
  }
  
  .side-title {
    color: #5C0000;
    font-style: italic;
    font-size: 24px;
    text-align: left;
    margin-left: 80px;
    margin-bottom: 40px;
    font-weight：700px；
  }
  
  .side-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 70px;
    margin-bottom: 40px;
  }
  
  .side-grid.second-row {
    justify-content: center;
  }
  
  .side-item {
    width: 250px;
    cursor: pointer;
    transition: transform 0.3s ease;
    text-align: center;
  }
  
  .side-item:hover {
    transform: scale(1.05);
  }
  
  .side-item img {
    width: 100%;
    border-radius: 12px;
  }
  
  .side-name {
    margin-top: 12px;
    line-height: 1.4;
  }
  
  .side-name strong {
    font-weight: bold;
  }
  
  .side-name span {
    font-weight: 300;
    display: block;
    font-size: 15px;
  }
  .side-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
    margin-top: 50px;
  }
  
  .side-content {
    background-color: #5C0000; /* Theme red */
    margin: 5% auto;
    padding: 20px;
    border-radius: 20px;
    width: 90%;
    max-width: 500px;
    text-align: center;
    color: #fff;
    font-family: 'Urbanist', sans-serif;
    position: relative;
    animation: fadeIn 0.5s ease;
  }
  
  .side-content img {
    width: 200px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  
  .side-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  
  .side-content p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  
  .add-to-cart-btn {
    display: inline-block;
    background-color: #FFD700; /* Yellow */
    color: #000;
    padding: 10px 20px;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: background 0.3s ease;
  }
  
  .add-to-cart-btn:hover {
    background-color: #e6c200;
  }
  
  .close {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }

  .dessert-section {
    background-image: url('Images/white\ bg-06.png');
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
    font-family: 'Urbanist', sans-serif;
    color: #5C0000;
  }
  
  .dessert-title {
    color: #5C0000;
    font-style: italic;
    font-size: 24px;
    text-align: left;
    margin-left: 80px;
    margin-bottom: 40px;
    font-weight：700px；
  }
  
  .dessert-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 70px;
    margin-bottom: 40px;
  }
  
  .dessert-grid.second-row {
    justify-content: center;
  }
  
  .dessert-item {
    width: 250px;
    cursor: pointer;
    transition: transform 0.3s ease;
    text-align: center;
  }
  
  .dessert-item:hover {
    transform: scale(1.05);
  }
  
  .dessert-item img {
    width: 100%;
    border-radius: 12px;
  }
  
  .dessert-name {
    margin-top: 12px;
    line-height: 1.4;
  }
  
  .dessert-name strong {
    font-weight: bold;
  }
  
  .dessert-name span {
    font-weight: 300;
    display: block;
    font-size: 15px;
  }
  .dessert-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
    margin-top: 50px;
  }
  
  .dessert-content {
    background-color: #5C0000; /* Theme red */
    margin: 5% auto;
    padding: 20px;
    border-radius: 20px;
    width: 90%;
    max-width: 500px;
    text-align: center;
    color: #fff;
    font-family: 'Urbanist', sans-serif;
    position: relative;
    animation: fadeIn 0.5s ease;
  }
  
  .dessert-content img {
    width: 200px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  
  .dessert-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  
  .dessert-content p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  
  .add-to-cart-btn {
    display: inline-block;
    background-color: #FFD700; /* Yellow */
    color: #000;
    padding: 10px 20px;
    margin-top: 10px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: background 0.3s ease;
  }
  
  .add-to-cart-btn:hover {
    background-color: #e6c200;
  }
  
  .close {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }

  
  
  @keyframes fadeIn {
    from {opacity: 0; transform: scale(0.95);}
    to {opacity: 1; transform: scale(1);}
  }