body {
  font-family: 'Nunito', sans-serif;
  background-color: #e8f0f05d;
  color: #384e49;
  margin-top: 24px;
  margin-bottom: 24px;
}

.badge-featured {
  background-color: rgba(21, 88, 68, 0.3) !important;
  color: #384e49;
  font-size: 9px;
  padding: 0.25rem 0.75rem;
  border-radius: 6px;
}

.badge-category {
  background-color: rgba(21, 88, 68, 0.3) !important;
  color: #384e49;
  font-size: 8px;
  padding: 0.2rem 0.65rem;
  border-radius: 6px;
}

.bg-primary-subtle {
  background-color: rgba(21, 88, 68, 0.3) !important;
  color: #384e49 !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: 16px;
  font-size: 13px;
  margin: 6px;
}

.category-card-fixed:hover {
  background: linear-gradient(90deg, #e0ecec, #e6f0f0);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  border-left: 2px solid #1b5e5e;
}

.highlight-card {
  border-radius: 16px;
  margin: 6px;
  background-color: #f2f7f7;
}

.btn-sm {
  border-radius: 8px;
  font-size: 12px;
  padding: 0.4rem 0.75rem;
  background-color: rgba(27, 94, 94, 0.25);
  color: #384e49;
  transition: all 0.25s;
}

.btn-sm:hover:not(.disabled) {
  background-color: rgba(27, 94, 94, 0.4) !important;
  color: #384e49 !important;
  border-left: 2px solid #1b5e5e !important;
}

.title {
  font-weight: 600;
  font-size: 15px;
  color: #384e49;
  margin-bottom: 5px;
}

a.hover-outline:hover {
  border-left: 2px solid #1b5e5e !important;
  background: linear-gradient(90deg, #e0ecec, #e8f0f0) !important;
}

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

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

.scrollable-category-list {
  padding: 9px 7px;
  row-gap: 11px;
  column-gap: 11px;
}

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

.description-link:hover {
  color: #1b5e5e;
}

.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.08);
  border-left: 2px solid #1b5e5e;
  transform: translateY(-3px);
  background: linear-gradient(-90deg, #eff3f383, #eef2f282);
  backdrop-filter: blur(2px) !important;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.06) !important;
}

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

.badge-featured,
.badge-popular,
.badge-new,
.badge-category-detail {
  background-color: #1b5e5e94 !important;
  color: #111111 !important;
  font-size: 8px;
  padding: 0.25rem 0.65rem;
  border-radius: 4px;
}

.badge-category {
  background-color: #1b5e5e90 !important;
  color: #111111 !important;
  font-size: 8px;
  padding: 0.15rem 0.65rem;
  border-radius: 4px;
}

.title {
  font-weight: 600;
  font-size: 14px;
  color: #384e49;
}

.opening-hours-list li:hover {
  background: linear-gradient(90deg, #d2d6d6, #eef2f2) !important;
  border-bottom: 1px solid #1b5e5e !important;
}

.btn-dark {
  border: 1px dotted #4a8a8a !important;
  border-radius: 0.375rem !important;
  background-color: #1b5e5e8e !important;
  color: #111111 !important;
  transition: all 0.25s ease-in-out;
  padding: 0.55rem;
}

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

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

.rating-badge {
  background-color: rgba(27, 94, 94, 0.25) !important;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
  background-color: rgba(57, 88, 88, 0.4) !important;
  color: #1a3c34 !important;
  outline: none !important;
  box-shadow: 0 0 0 1px rgba(27, 94, 94, 0.3) !important;
  border-color: #4e6161 !important;
}