body {
  font-family: 'Poppins', sans-serif !important;
  background-color: #f0f4f9;
  color: #2e2e2e;
  margin-top: 28px;
  margin-bottom: 28px;
}

.badge-featured {
  background-color: #74a3af !important;
  color: #2e2e2e !important;
  font-size: 8px;
  padding: 0.25rem 0.65rem;
  border-radius: 5px;
}

.badge-category {
  background-color: #74a3af !important;
  color: #2e2e2e !important;
  font-size: 8px;
  padding: 0.15rem 0.65rem;
  border-radius: 5px;
}

.bg-primary-subtle {
  background-color: #74a3af !important;
  color: #2e2e2e !important;
  font-size: 9px !important;
  padding: 0.3rem 0.75rem !important;
  border-radius: 7px !important;
}

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

.category-card-fixed:hover {
  background: linear-gradient(90deg, #e6f0f6, #f8fcff);
  transform: translateY(-4px);
  box-shadow: 0 7px 14px rgba(25, 25, 25, 0.06);
  border-left: 4px solid #608b96;
}

.highlight-card {
  border-radius: 20px;
  margin: 10px;
}

.btn-sm {
  border-radius: 12px;
  font-size: 12px;
  padding: 0.4rem 0.8rem;
  background-color: #cdecf4;
  color: #2e2e2e;
  transition: all 0.2s;
}

.btn-sm:hover:not(.disabled) {
  background-color: #97d4e4 !important;
  color: #2e2e2e !important;
  border-left: 4px solid #608b96 !important;
}

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

a.hover-outline:hover {
  border-left: 4px solid #608b96 !important;
  background: linear-gradient(90deg, #e6f0f6, #f8fcff) !important;
}

.text-muted {
  color: #5e6a7a !important;
}

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

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

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

.description-link:hover {
  color: #546a93;
}

.city-btn:hover,
.highlight-card:hover,
.highlight-card-companies:hover,
.latest-addition .mb-4:hover,
.category-card-fixed:hover {
  box-shadow: 0 7px 14px rgba(40, 40, 40, 0.07);
  border-left: 4px solid #608b96;
  transform: translateY(-4px);
  background: linear-gradient(90deg, #e6f0f6, #ffffff);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.05) !important;
}

.pagination .page-item.active .page-link {
  background-color: #74a3af !important;
  color: #2e2e2e !important;
  border: 1px solid #7bc7dc;
}

.badge-featured,
.badge-popular,
.badge-new,
.badge-category-detail {
  background-color: #74a3af !important;
  color: #2e2e2e !important;
  font-size: 8px;
  padding: 0.25rem 0.65rem;
  border-radius: 5px;
}

.badge-category {
  background-color: #74a3af !important;
  color: #2e2e2e !important;
  font-size: 8px;
  padding: 0.15rem 0.65rem;
  border-radius: 5px;
}

.title {
  font-weight: 600;
  font-size: 14px;
  color: #2e2e2e;
}

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

.btn-dark {
  border: 1px dotted #74a3af !important;
  border-radius: 0.6rem !important;
  background-color: #97d4e4 !important;
  color: #2e2e2e !important;
  transition: all 0.2s ease-in-out;
  padding: 0.65rem;
}

.highlight-card-companies .btn-group {
  border-top: 1px solid #e6e8ec !important;
  padding: 0.6rem 0.8rem !important;
  font-size: 9px !important;
  color: #4a5668 !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 0.5rem !important;
  flex-wrap: wrap !important;
}

.highlight-card-companies .btn-group a {
  font-size: 9px !important;
}

.highlight-card-companies .btn-group span {
  font-size: 9px !important;
}