body {
  background-color: #f8f9fa;
}
.hero {
  background-image: url("/images/orig-logo-ricos.png"); /* Replace with actual image path */
  background-size: cover;
  background-position: center;
  height: 180px;
  position: relative;
}
.hero-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-overlay h1 {
  color: white;
  font-size: 3rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.time-disabled-btn {
  margin: 0.5rem;
  padding: 0.5rem;
  width: 150px;
  background-color: lightgray;
  color: white;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 1rem;
  text-align: center;
  min-width: 120px;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.time-btn {
  margin: 0.5rem;
  padding: 0.5rem;
  width: 150px;
  background-color: #d4edda;
  color: #155724;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 1rem;
  text-align: center;
  min-width: 120px;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.time-btn:hover {
  background-color: #c3e6cb;
  color: #dc7e5a;
}
.lbl-area {
  font-size: 14px;
}
.lbl-time {
  font-size: 18px;
}
.lbl-date {
  text-decoration: underline;
  font-size: 14px;
}
.btn-ricos {
  border: none;
  background-color: #d4edda !important;
  color: #155724 !important;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.btn-ricos:hover {
  background-color: #c3e6cb !important;
  color: #dc7e5a !important;
}
.bg-reserve-info {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
}
.search-btn {
      padding: 10px;
      background-color: #007bff;
      border: none;
      color: white;
      border-radius: 50%;
      cursor: pointer;
    }
    .search-btn:hover {
      background-color: #0056b3;
    }
