body {
  font-family: 'Poppins', sans-serif;
  background-color: #f8fbfa;
  color: #003c3c;
  margin-top: 27px;
  margin-bottom: 27px;
}

.badge-featured,
.badge-popular,
.badge-new,
.badge-category-detail {
  background-color: #a2d5cd !important;
  color: #002e2e !important;
  font-size: 8px;
  padding: 0.25rem 0.65rem;
  border-radius: 5px;
}

.badge-category {
  background-color: #bce5dc !important;
  color: #002e2e !important;
  font-size: 8px;
  padding: 0.15rem 0.65rem;
  border-radius: 5px;
}

.bg-primary-subtle {
  background-color: #ccece7 !important;
  color: #003c3c !important;
  font-size: 9px !important;
  padding: 0.3rem 0.75rem !important;
  border-radius: 6px !important;
}

.category-card-fixed {
  transition: all 0.3s ease-in-out;
  border-radius: 18px;
  font-size: 13px;
  margin: 9px;
}

.category-card-fixed:hover {
  background: linear-gradient(90deg, #e8fefb, #f0fbfa);
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  border-left: 2px solid #007b7b;
}

.highlight-card {
  border-radius: 18px;
  margin: 9px;
  background-color: #f3fdfc;
}

.btn-sm {
  border-radius: 10px;
  font-size: 12px;
  padding: 0.45rem 0.8rem;
  background-color: rgba(0, 123, 123, 0.2);
  color: #003c3c;
  transition: all 0.25s;
}

.btn-sm:hover:not(.disabled) {
  background-color: rgba(0, 123, 123, 0.35) !important;
  color: #002e2e !important;
  border-left: 2px solid #007b7b !important;
}

.title {
  font-weight: 600;
  font-size: 14px;
  color: #003c3c;
  margin-bottom: 6px;
}

.section-heading {
  font-size: 15px;
  color: #003c3c;
  font-weight: 600;
}

.text-muted {
  color: rgba(0, 60, 60, 0.7) !important;
}

a.hover-outline {
  border: 1px solid #d8f4f0 !important;
  background-color: #f0fbfa !important;
}

a.hover-outline:hover {
  border-left: 2px solid #007b7b !important;
  background: linear-gradient(90deg, #e8fefb, #f0fbfa) !important;
}

.description-link {
  color: rgba(0, 60, 60, 0.7);
}

.description-link:hover {
  color: #007b7b;
}

.scrollable-category-list {
  padding: 10px 8px;
  row-gap: 12px;
  column-gap: 12px;
}

.city-btn:hover,
.highlight-card:hover,
.highlight-card-companies:hover,
.latest-addition .mb-4:hover,
.category-card-fixed:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  border-left: 2px solid #007b7b;
  transform: translateY(-3px);
  background: linear-gradient(-90deg, #f9fffe, #f1f1f1);
  backdrop-filter: blur(2px) !important;
}

.opening-hours-list li:hover {
  background: linear-gradient(90deg, #d0f1ee, #f0fbfa) !important;
  border-bottom: 1px solid #007b7b !important;
}

.btn-dark {
  border: 1px dotted #007b7b !important;
  border-radius: 0.5rem !important;
  background-color: #c3e8e5 !important;
  color: #002e2e !important;
  padding: 0.55rem;
  transition: all 0.25s ease-in-out;
}

.btn-outline-dark:hover {
  border-left: 2px solid #007b7b !important;
}

.rating-badge {
  background-color: rgba(0, 123, 123, 0.2) !important;
}

.pagination .page-item.active .page-link {
  background-color: #007b7b !important;
  color: #ffffff !important;
  border: 1px solid #007b7b;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
  background-color: rgba(0, 123, 123, 0.3) !important;
  color: #002e2e !important;
  outline: none !important;
  box-shadow: 0 0 0 1px rgba(0, 123, 123, 0.3) !important;
  border-color: #007b7b !important;
}
