/* ฟอนต์ไทย-อังกฤษแบบสวย */
@import url('https://fonts.googleapis.com/css2?family=Sriracha&family=Prompt:wght@300;500&display=swap');

body {
  margin: 0;
  background: #1e1e1e url('/images/bg-stars.png') repeat;
  color: #fff;
  font-family: 'Prompt', sans-serif;
}

/* Header สไตล์เมนู */
.header-title {
  font-family: 'Sriracha', cursive;
  font-size: 2.8rem;
  color: white;
  text-align: center;
  margin-top: 30px;
}

/* หมวดอาหาร */


/* รายการอาหาร */
.menu-list {
  margin: 20px 0;
}



.menu-item .name-th {
  font-weight: 500;
  color: #fff;
}

.menu-item .name-en {
  font-size: 0.85rem;
  color: #FFA726;
  font-style: italic;
  margin-top: 2px;
}

.menu-item .price {
  font-weight: bold;
  color: #FFD54F;
  white-space: nowrap;
}

/* รูปภาพตกแต่ง */
.decor-img {
  width: 80px;
  margin: 10px;
  opacity: 0.7;
}

.contact-section {
  background: #1a1a1a;
  padding: 60px 20px;
  color: #fff;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  gap: 20px;
  background-color: #111;
}

.contact-info {
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
}

.contact-map {
  flex: 1 1 65%;  /* เพิ่มสัดส่วนให้ใหญ่ขึ้น */
  height: 500px;
  min-height: 400px;
  border-radius: 8px;
  overflow: hidden;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}


.info-box {
  background: #222;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

.info-box i {
  font-size: 28px;
  color: #f1c40f;
  margin-bottom: 10px;
}

.contact-form {
  flex: 1;
  background: #f5f5f5;
  padding: 30px;
  border-radius: 8px;
  color: #000;
}

.contact-form h2 {
  margin-bottom: 20px;
  color: #222;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact-form button {
  padding: 12px 20px;
  background-color: #f1c40f;
  border: none;
  color: #000;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #e0b600;
}


@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }

  .contact-info, .contact-map {
    flex: 1 1 100%;
  }

  .contact-map {
    height: 300px;
  }
}
.contact-info a {
  color: #fff;
  text-decoration: none;
}
.contact-info a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }

  .contact-info, .contact-map {
    flex: 1 1 100%;
  }

  .contact-map {
    height: 300px;
  }
}


.contact-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding: 40px 20px;
  background-color: #111;

  max-width: 1000px;
  margin: auto;
  flex-wrap: wrap;
}

.contact-info {
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-map {
  flex: 1 1 60%;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }

  .contact-info, .contact-map {
    flex: 1 1 100%;
  }

  .contact-map {
    height: 300px;
  }
}






.menu-item h4 {
  margin: 10px 0 5px;
  font-size: 1.1rem;
  color: #fff;
}
.menu-item p {
  color: #f1c40f;
  font-weight: bold;
  margin: 0;
}







.image-container {
  width: 130px;
  height: 130px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  overflow: hidden;
  border: 2px dashed #f1c40f;
  background: #fff;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-detail h4 {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.3rem;
}

.menu-detail p {
  color: #f1c40f;
  font-weight: bold;
}




.section-title::after {
  content: '';
  display: block;
  width: 60px;
  margin: 10px auto 0;
  border-bottom: 2px dashed #888;
}

.menu-slider {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 10px 20px;
  scroll-snap-type: x mandatory;
}

.menu-item {
  flex: 0 0 auto;
  background: #2a2a2a;
  border-radius: 20px;
  padding: 20px;
  scroll-snap-align: center;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}



.menu-item img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px dashed #f1c40f;
}




.section-title::after {
  content: '';
  display: block;
  width: 60px;
  margin: 10px auto 0;
  border-bottom: 2px dashed #888;
}

.swiper {
  padding: 30px 0;
}
.swiper-slide {
  width: 150px;
  height: 150px;
  background-color: #2a2a2a;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 4px dashed #f1c40f;
}


.navbar {
  z-index: 9999;
  background: transparent !important;
  box-shadow: none;
}

.navbar .nav-link {
  color: white;
  font-weight: 500;
  margin-left: 20px;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #f1c40f;
}
