.section-restaurant-1 {
  padding: 100px 0px 50px 0px !important;
}

.section-restaurant-1 .heading-top {
  display: flex;
  align-items: center;
  gap: 16px; /* Adds spacing between the Chinese and English text */
  margin-bottom: 30px;
}

.section-restaurant-1 .t-lang {
  margin-bottom: 0px; /* Removes bottom margin for vertical centering */
  max-width: 165px; /* Matches the size used on your other pages */
  flex: 1;
}

.section-restaurant-1 .col-top {
  margin-bottom: 60px;
}

.section-restaurant-1 .col-top .col-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section-restaurant-1 .col-top .col-inner h5 {
  font-family: "Cormorant Garamond", sans-serif;
  color: var(--primary-text);
  text-align: justify;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 700;
  line-height: normal;
  margin-top: 30px;
}
.section-restaurant-1 .list-content {
  row-gap: 40px;
}

.section-restaurant-1 .list-content .img {
  margin-bottom: 0px !important;
}

.section-restaurant-1 .list-content .img-inner {
  border-radius: 32px;
}

.section-restaurant-1 .list-content .col-inner h3 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  color: var(--text-white);
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

@media (max-width: 1024px) {
  .section-restaurant-1 {
    padding: 50px 0px 25px 0px !important;
  }
  .section-restaurant-1 .list-content {
    row-gap: 30px;
  }
  .section-restaurant-1 .col-top .col-inner {
    gap: 15px;
  }
  .section-restaurant-1 .col-top {
    margin-bottom: 30px;
  }
  .section-restaurant-1 .col-top .col-inner h5 {
    margin-top: 15px;
  }
  .section-restaurant-1 .heading-top {
    margin-bottom: 15px;
  }
}

@media (max-width: 567px) {
  .section-restaurant-1 .list-content .col:nth-child(3) {
    order: 2;
  }
  .section-restaurant-1 .list-content .col:nth-child(4) {
    order: 1;
  }
}
