body {
  font-family: 'Fira Sans', sans-serif;
  background-color: #f9fafb;
  color: #2e2e30;
  margin-top: 22px;
  margin-bottom: 22px;
}

.badge-featured {
  background-color: #89a7d6 !important;
  color: #172947;
  font-size: 9px;
  padding: 0.2rem 0.7rem;
  border-radius: 6px;
}

.badge-category {
  background-color: #f2e8cf !important;
  color: #504a38;
  font-size: 8px;
  padding: 0.15rem 0.6rem;
  border-radius: 6px;
}

.bg-primary-subtle {
  background-color: #cbe0ff !important;
  color: #2a2e3b !important;
  font-size: 9px !important;
  padding: 0.25rem 0.7rem !important;
  border-radius: 6px !important;
}

.category-card-fixed {
  transition: all 0.25s ease-in-out;
  border-radius: 16px;
  font-size: 13px;
  margin: 5px;
}

.category-card-fixed:hover {
  background: linear-gradient(90deg, #e8edf2, #f5f7fa);
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(20, 20, 20, 0.06);
  border-left: 3px solid #3a506b;
}

.highlight-card {
  border-radius: 16px;
  margin: 5px;
}

.btn-sm {
  border-radius: 8px;
  font-size: 12px;
  padding: 0.35rem 0.7rem;
  background-color: #e2e8f0;
  color: #1a202c;
  transition: all 0.2s;
  border-left: 3px solid #3a506b !important;
}

.btn-sm:hover:not(.disabled) {
  background-color: #f6e05e !important;
  color: #1a202c !important;
}

.title {
  font-weight: 600;
  font-size: 15px;
  color: #1a1a1f;
  margin-bottom: 4px;
}

a.hover-outline:hover {
  border-left: 3px solid #3a506b !important;
  background: linear-gradient(90deg, #edf2f7, #f7fafc) !important;
}

.text-muted {
  color: #666a72 !important;
}

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

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

.description-link {
  color: #2f3e46;
}

.description-link:hover {
  color: #3a506b;
}


.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(50, 50, 50, 0.07);
  border-left: 3px solid #3a506b;
  transform: translateY(-3px);
  background: linear-gradient(90deg, #f4f7fa, #ffffff);
  backdrop-filter: blur(1px) !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05) !important;
}

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


.badge-featured,
.badge-popular,
.badge-new,
.badge-category-detail {
  background-color: #3a506b !important;
  color: #f5f7fa !important;
  font-size: 8px;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
}

.badge-category {
  background-color: #3a506b !important;
  color: #f5f7fa !important;
  font-size: 8px;
  padding: 0.1rem 0.6rem;
  border-radius: 4px;
}

.title {
  font-weight: 600;
  font-size: 14px;
  color: #1e293b;
}

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

.btn-dark {
  border-left: 3px solid #3a506b !important;
  border: 1px dotted #ccd6dd96 !important;
  border-radius: 0.375rem !important;
  background-color: #3a506b !important;
  color: #fdfdfd !important;
  transition: all 0.2s ease-in-out;
  padding: 0.5rem;
}
