body {
  font-family: 'IBM Plex Sans', sans-serif;
  background-color: #f7f9fc;
  color: #1d2b3e;
}

.badge-featured {
  background-color: rgba(43, 66, 124, 0.28) !important;
  color: #1d2b3e;
  font-size: 9px;
  padding: 0.25rem 0.78rem;
  border-radius: 6px;
}

.badge-category {
  background-color: rgba(43, 66, 124, 0.18) !important;
  color: #1d2b3e;
  font-size: 8px !important;
  padding: 0.1rem 0.6rem !important;
  border-radius: 8px !important;
}

.bg-primary-subtle {
  background-color: rgba(43, 66, 124, 0.23) !important;
  color: #1d2b3e !important;
  font-size: 9px !important;
  padding: 0.3rem 0.78rem !important;
  border-radius: 6px !important;
}

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

.category-card-fixed:hover {
  background: linear-gradient(90deg, #e8eef6, #f3f6fc);
  transform: translateY(-2px);
  box-shadow: 0 7px 15px rgba(20, 30, 50, 0.09);
  border-left: 3px solid #2b427c;
}

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

.btn-sm {
  border-radius: 8px;
  font-size: 12px;
  padding: 0.42rem 0.78rem;
  background-color: rgba(43, 66, 124, 0.23);
  color: #1d2b3e;
  transition: all 0.25s;
}

.btn-sm:hover:not(.disabled) {
  background-color: rgba(43, 66, 124, 0.38) !important;
  color: #1d2b3e !important;
  border-left: 3px solid #2b427c !important;
}

.btn-group-no a, span{
  font-size: x-small !important;
  font-weight: bold;
}

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

a.hover-outline:hover {
  border-left: 3px solid #2b427c !important;
  background: linear-gradient(90deg, #e8eef6, #f3f6fc) !important;
}

.text-muted {
  color: rgba(55, 75, 95, 0.68) !important;
}

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

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

.description-link {
  color: rgba(55, 75, 95, 0.68);
}

.description-link:hover {
  color: #2b427c;
}

.city-btn:hover,
.highlight-card:hover,
.highlight-card-companies:hover,
.latest-addition .mb-4:hover,
.category-card-fixed:hover {
  box-shadow: 0 7px 15px rgba(20, 30, 50, 0.09);
  border-left: 3px solid #2b427c;
  transform: translateY(-1px);
  background: linear-gradient(90deg, #e8eef6, #f3f6fc);
  backdrop-filter: blur(2px) !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06) !important;
}

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

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

.badge-category {
  background-color: #2b427c !important;
  color: #f7f9fc !important;
  font-size: 8px;
  padding: 0.15rem 0.68rem;
  border-radius: 4px;
}

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

.opening-hours-list li:hover {
  background: linear-gradient(90deg, #e8eef6, #f3f6fc) !important;
  border-bottom: 1px solid #2b427c !important;
}

.btn-dark {
  border: 1px dotted #6a8ab8 !important;
  border-radius: 0.4rem !important;
  background-color: #2b427c !important;
  color: #f7f9fc !important;
  transition: all 0.25s ease-in-out;
  padding: 0.55rem;
}

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

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

.rating-badge {
  background-color: rgba(43, 66, 124, 0.23) !important;
}