body {
  font-family: 'Inter', sans-serif;
  background-color: #f9fefc;
  color: #2c3e3e;
  margin-top: 30px;
  margin-bottom: 30px;
}

.badge-featured,
.badge-popular,
.badge-new,
.badge-category-detail {
  background-color: #007f5c80 !important;
  color: #202020 !important;
  font-size: 10px;
  padding: 0.25rem 0.65rem;
  border-radius: 44px;
}

.badge-category {
  background-color: #97e4c6 !important;
  color: #181818 !important;
  font-size: 9px;
  padding: 0.15rem 0.65rem;
  border-radius: 4px;
}

.bg-primary-subtle {
  background-color: #d1f0e4 !important;
  color: #2c3e3e !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: 11px;
}

.category-card-fixed:hover {
  background: linear-gradient(90deg, #e6f9f2, #d1f0e4);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 127, 92, 0.08);
  border-left: 2px solid #007f5c;
}

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

.btn-sm {
  border-radius: 8px;
  font-size: 12px;
  padding: 0.4rem 0.75rem;
  background-color: rgba(0, 127, 92, 0.2);
  color: #2c3e3e;
  transition: all 0.25s;
}

.btn-sm:hover:not(.disabled) {
  background-color: rgba(0, 127, 92, 0.35) !important;
  color: #2c3e3e !important;
  border-left: 2px solid #007f5c !important;
}

.title {
  font-weight: 600;
  font-size: 14px;
  color: #2c3e3e;
  margin-bottom: 5px;
}

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

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

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

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

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

.description-link {
  color: rgba(44, 62, 62, 0.65);
}

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

.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, 127, 92, 0.1);
  border-left: 2px solid #007f5c;
  transform: translateY(-3px);
  background: linear-gradient(-90deg, #ffffff, #f0fffa);
  backdrop-filter: blur(2px) !important;
  box-shadow: 0 3px 7px rgba(0, 127, 92, 0.06) !important;
}

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

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

.btn-dark {
  border: 1px dotted #008765 !important;
  border-radius: 0.375rem !important;
  background-color: #007f5c8e !important;
  color: #ffffff !important;
  transition: all 0.25s ease-in-out;
  padding: 0.55rem;
}

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

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

.pagination .page-link:hover,
.pagination .page-link:focus {
  background-color: rgba(0, 127, 92, 0.25) !important;
  color: #2c3e3e !important;
  outline: none !important;
  box-shadow: 0 0 0 1px rgba(0, 127, 92, 0.2) !important;
  border-color: #009e74 !important;
}
