body {
  font-family: 'IBM Plex Sans', sans-serif;
  background-color: #ffffff;
  color: #2c2e30;
  margin-top: 30px;
  margin-bottom: 30px;
}

.badge-featured {
  background-color: #89b6d3 !important;
  color: #0f2433;
  font-size: 9px;
  padding: 0.25rem 0.75rem;
  border-radius: 5px;
}

.badge-category {
  background-color: #d6e8f5 !important;
  color: #0f2433;
  font-size: 8px;
  padding: 0.2rem 0.65rem;
  border-radius: 5px;
}

.bg-primary-subtle {
  background-color: #c0d6e8 !important;
  color: #0f2433 !important;
  font-size: 9px !important;
  padding: 0.3rem 0.75rem !important;
  border-radius: 5px !important;
}

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

.category-card-fixed:hover {
  background: linear-gradient(90deg, #f0f6fb, #ffffff);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(25, 40, 50, 0.07);
  border-left: 3px solid #174765;
}

.highlight-card {
  border-radius: 14px;
  margin: 12px;
  background-color: #fafcff;
}

.btn-sm {
  border-radius: 7px;
  font-size: 12px;
  padding: 0.4rem 0.75rem;
  background-color: #d6e8f5;
  color: #0f2433;
  transition: all 0.2s;
}

.btn-sm:hover:not(.disabled) {
  background-color: #d6e8f5 !important;
  color: #174765 !important;
  border-left: 3px solid #174765 !important;
}

.title {
  font-weight: 600;
  font-size: 15px;
  color: #0f2433;
  margin-bottom: 7px;
}

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

.text-muted {
  color: #57738a !important;
}

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

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

.description-link {
  color: #174765;
}

.description-link:hover {
  color: #153a53;
}

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

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

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

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

.title {
  font-weight: 600;
  font-size: 14px;
  color: #0f2433;
}

.opening-hours-list li:hover {
  background: linear-gradient(90deg, #f0f6fb, #ffffff) !important;
  border-bottom: 1px solid #0f2433 !important;
}

.btn-dark {
  border: 1px dotted #89b6d3 !important;
  border-radius: 0.4rem !important;
  background-color: #174765 !important;
  color: #ffffff !important;
  transition: all 0.2s ease-in-out;
  padding: 0.55rem;
}