body, html {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  height: 100%;
}

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-slider img {
  position: absolute;
  width: 100%;
  height: 80vh;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.hero-slider img.active {
  opacity: 1;
  z-index: 1;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 2;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}

.hero-text h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.hero-text p {
  font-size: 28px;
  letter-spacing: 2px;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 15px;
}

.logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

nav {
  background-color: #a5a4a4;
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 6px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: rgba(240, 236, 236, 0.8);
  backdrop-filter: blur(5px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.logo-container h1 {
  color: rgb(5, 5, 5);
}

.nav-wrapper {
  background-color: #a5a4a4;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.nav-wrapper a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 6px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.nav-wrapper a:hover {
  background-color: #e64a19;
  transform: translateY(-2px);
}

.nav-wrapper a:active {
  transform: scale(0.95);
}

/*.menu-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffe0b2;
  padding: 15px;
  border-radius: 12px;
  text-align: center;
  box-sizing: border-box;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.menu-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.menu-content p {
  margin: 5px 0;
}

.menu-price {
  margin-top: auto;
  color: red;
  font-weight: bold;
}*\




/* .form-order input, .form-order button {
  display: inline-block;
  margin: 5px;
  padding: 10px;
  font-size: 16px;
}

.form-order button {
  background-color: #f44336;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
} */

.location img {
  width: 100%;
  border-radius: 8px;
}

.review {
  background-color: #fff3e0;
}

/* filter */
.menu-filter {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 30px 0;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 10px 20px;
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn:hover {
  background-color: #ffab91;
}

.filter-btn.active {
  background-color: #e65c24;
  color: white;
  border: none;
}

/* order */
.pesanan-body {
  font-family: Arial, sans-serif;
  background: #fbe9e7;
  padding: 30px;
}

#menu-container {
  margin-bottom: 20px;
}

.menu-row {
  margin-bottom: 10px;
}

#total {
  margin-top: 10px;
}

/* .form-order {
  max-width: 600px;
  margin: 40px auto;
  padding: 30px;
  background-color: #fff3e0;
  border-radius: 16px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  font-family: 'Segoe UI', sans-serif;
}

.form-order h2 {
  text-align: center;
  color: #d84315;
  margin-bottom: 24px;
}

.form-order label {
  font-weight: 600;
  margin-top: 12px;
  display: inline-block;
  color: #4e342e;
}

.form-order input[type="text"],
.form-order select {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
}

.form-order input[type="checkbox"] {
  margin-right: 8px;
}

.form-order button {
  background-color: #d84315;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  transition: background 0.3s;
}

.form-order button:hover {
  background-color: #bf360c;
}

.topping-options {
  background: #ffe0b2;
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 16px;
}

.topping-options label {
  display: block;
  margin-bottom: 6px;
  color: #5d4037;
} */

/* reviews */
.reviews {
  background-color: #fff5e6;
  padding: 40px 20px;
}

.reviews h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 800;
}

.review-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  justify-items: center;
}

.review-card {
  background-color: #fff0d9;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.08);
  max-width: 400px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.review-card .stars {
  font-size: 20px;
  color: #f4c542;
  margin-bottom: 10px;
}

.review-card p {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

/* end review */
