/* Dining & Bar Section Redesign - Improved Mobile Responsiveness */
.dining-section, .menu-container,  h2 {
  margin-top: 2.5rem;
}
.menu-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  background: #fff7f0;
  border-radius: 1.5rem;
  box-shadow: 0 2px 12px rgba(180, 68, 2, 0.07);
  padding: 2rem 1.5rem;
  margin-bottom: 2rem;
  align-items: flex-start;
  max-width: 100vw;
  box-sizing: border-box;
}
.menu-list {
  flex: 2 1 350px;
  min-width: 0;
}
.menu-category {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.category {
  padding: 0.5rem 1.2rem;
  border-radius: 2rem;
  background: #f3e0d0;
  color: #b44402;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.category.active, .category:hover {
  background: #ee780a;
  color: #fff;
}
.menu-items {
  display: flex;
  gap: 1.2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 1rem;
  list-style: none;
  margin: 0;
  padding-left: 0;
  max-width: 100vw;
  box-sizing: border-box;
}
.menu-items::-webkit-scrollbar {
  height: 8px;
}
.menu-items::-webkit-scrollbar-thumb {
  background: #ee780a;
  border-radius: 4px;
}
.menu-items::-webkit-scrollbar-track {
  background: #eee;
}
.menu-items li {
  flex: 0 0 220px;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(180, 68, 2, 0.08);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s, box-shadow 0.2s;
  min-width: 0;
  max-width: 90vw;
  box-sizing: border-box;
}
.menu-items li:hover {
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 6px 18px rgba(180, 68, 2, 0.13);
}
.menu-items img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 0.7rem;
  margin-bottom: 0.7rem;
}
.menu-items .item-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #b44402;
  margin-bottom: 0.3rem;
  text-align: center;
}
.menu-items .item-desc {
  font-size: 0.97rem;
  color: #555;
  margin-bottom: 0.5rem;
  text-align: center;
}
.menu-items .item-price {
  font-size: 1rem;
  color: #ee780a;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.featured-dish {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fff7f0 60%, #ffe5c2 100%);
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(180, 68, 2, 0.10);
  padding: 2rem 1rem 1.5rem 1rem;
  margin-bottom: 2rem;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  transition: box-shadow 0.2s, transform 0.2s;
  animation: featuredFadeIn 1.1s cubic-bezier(0.23, 1, 0.32, 1);
}
.featured-dish:hover {
  box-shadow: 0 8px 32px rgba(180, 68, 2, 0.16);
  transform: translateY(-4px) scale(1.03);
}
.featured-img {
  width: 240px;
  height: 180px;
  object-fit: cover;
  border-radius: 1.2rem;
  box-shadow: 0 4px 18px rgba(180, 68, 2, 0.13);
  display: block;
  margin: 0 auto;
  border: 4px solid #fff3e6;
  background: #fff;
  transition: box-shadow 0.2s, border 0.2s;
  opacity: 0;
  transform: scale(0.96);
  animation: featuredImgIn 1.1s 0.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.featured-dish:hover .featured-img {
  box-shadow: 0 8px 32px rgba(180, 68, 2, 0.18);
  border: 4px solid #ee780a;
}
.featured-dish h2 {
  color: #b44402;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.featured-dish p {
  color: #555;
  margin-bottom: 0.5rem;
}
.featured-dish .price {
  color: #ee780a;
  font-size: 1.1rem;
  font-weight: 700;
}
.view-restaurant-btn {
  margin-top: 1.2rem;
  background: #ee780a;
  color: #fff;
  border: none;
  border-radius: 2rem;
  padding: 0.7rem 1.7rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(180, 68, 2, 0.09);
  transition: background 0.2s;
}
.view-restaurant-btn a {
  color: #fff;
  text-decoration: none;
}
.view-restaurant-btn:hover {
  background: #b44402;
}
.order-btn {
  margin-top: 0.6rem;
  background: #ee780a;
  color: #fff;
  border: none;
  border-radius: 1.5rem;
  padding: 0.5rem 1.2rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(180, 68, 2, 0.09);
  transition: background 0.2s, transform 0.2s;
  width: 100%;
  max-width: 140px;
  display: block;
}
.order-btn:hover, .order-btn:focus {
  background: #b44402;
  outline: none;
  transform: translateY(-2px) scale(1.03);
}
.featured-badge {
  display: inline-block;
  background: #ee780a;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.35rem 1.1rem;
  border-radius: 1.2rem;
  box-shadow: 0 2px 8px rgba(180, 68, 2, 0.10);
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.07);
  opacity: 0;
  transform: translateY(-12px) scale(0.95);
  animation: badgeIn 0.9s 0.4s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.featured-caption {
  margin-top: 1.1rem;
  color: #b44402;
  font-size: 1.05rem;
  text-align: center;
  font-style: italic;
  line-height: 1.5;
  max-width: 90vw;
}
@keyframes featuredFadeIn {
  from { opacity: 0; transform: translateY(30px) scale(0.98); }
  to { opacity: 1; transform: none; }
}
@keyframes featuredImgIn {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes badgeIn {
  from { opacity: 0; transform: translateY(-12px) scale(0.95); }
  to { opacity: 1; transform: none; }
}
@media (max-width: 900px) {
  .menu-container {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.2rem 0.5rem;
  }
  .featured-dish {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 600px) {
  .menu-items {
    gap: 0.7rem;
    padding-bottom: 0.5rem;
    max-width: 100vw;
    box-sizing: border-box;
    overflow-x: auto;
  }
  .menu-items li {
    flex: 0 0 140px;
    padding: 0.5rem;
    max-width: 80vw;
    min-width: 0;
    box-sizing: border-box;
    
  }
  .menu-container {
    padding: 0.7rem 0.2rem;
    gap: 1rem;
    max-width: 100vw;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .featured-dish {
    padding: 1.2rem 0.3rem 1rem 0.3rem;
    max-width: 98vw;
  }
  .featured-img {
    width: 95vw;
    max-width: 320px;
    height: 120px;
  }
  .order-btn {
    font-size: 0.95rem;
    padding: 0.45rem 0.7rem;
    max-width: 100%;
  }
  .featured-badge {
    font-size: 0.95rem;
    padding: 0.28rem 0.8rem;
    margin-bottom: 0.7rem;
  }
  .featured-caption {
    font-size: 0.97rem;
    margin-top: 0.7rem;
  }
}
body {
  overflow-x: hidden;
}
