.banner-images .main-img {
  max-width: 800px;
}

.banner-images::after {
  background: none !important;
}

.footer-top-wrap {
  padding: 80px 0 30px;
}

.logo img {
  max-width: 180px;
}

.menu-section {
  padding: 120px 0;
}

.menu-table-wrapper {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.menu-table {
  width: 100%;
  border-collapse: collapse;
}

.menu-table thead {
  background: #f5f5f5;
}

.menu-table th {
  padding: 18px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.menu-table td {
  padding: 16px 18px;
  border-top: 1px solid #eee;
  font-size: 15px;
}

.menu-table .price {
  text-align: right;
  font-weight: 600;
  color: #c0392b;
}

.menu-table tbody tr:hover {
  background: #fff7f2;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .menu-table th,
  .menu-table td {
    padding: 14px;
    font-size: 14px;
  }
}
