:root {
  --clr1: #003B62;
  --clr2: #18f78f;
  --clr3: #ff3636;
  --cardbg: #ffffffcc;
  --shadow1: rgba(0, 0, 0, 0.15);
  --text1: #555;
}

.business-hours h4 {
  font-size: 1.25rem !important;
  color: var(--card1-color);
  font-weight: 600;
}
.business-hours .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: var(--cardbg);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.business-hours .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px var(--shadow1);
}
.business-hours h5 {
  color: var(--clr1) !important;
}
.business-hours h3 {
  color: var(--clr1) !important;
}
.business-hours p {
  font-size: 14px;
  color: var(--text1);
}
.business-hours .bg-primary {
  --bs-bg-opacity: 1;
  background-color: var(--clr1) !important;
}
.business-hours .bg-success {
  --bs-bg-opacity: 1;
  background-color: var(--clr2) !important;
}
.business-hours .bg-danger {
  --bs-bg-opacity: 1;
  background-color: var(--clr3) !important;
}/*# sourceMappingURL=business-hoursDesign8.css.map */