body {
  font-family: 'Inter', sans-serif;
  background-color: #f0f4f8;
  color: #1e3a8a;
  margin-top: 30px;
  margin-bottom: 30px;
}

.badge-featured {
  background-color: rgba(59, 130, 246, 0.2) !important;
  color: #1e3a8a;
  font-size: 9px;
  padding: 0.3rem 0.8rem;
  border-radius: 8px;
}

.badge-category {
  background-color: rgba(59, 130, 246, 0.2) !important;
  color: #1e3a8a;
  font-size: 8px;
  padding: 0.25rem 0.7rem;
  border-radius: 8px;
}

.bg-primary-subtle {
  background-color: rgba(59, 130, 246, 0.2) !important;
  color: #1e3a8a !important;
  font-size: 9px !important;
  padding: 0.35rem 0.8rem !important;
  border-radius: 8px !important;
}

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

.category-card-fixed:hover {
  background: linear-gradient(90deg, #e6effa, #f0f4f8);
  transform: translateY(-4px);
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1);
  border-left: 3px solid #1e40af;
}

.highlight-card {
  border-radius: 18px;
  margin: 8px;
  background-color: #f7fafc;
}

.btn-sm {
  border-radius: 10px;
  font-size: 12px;
  padding: 0.45rem 0.8rem;
  background-color: rgba(59, 130, 246, 0.3);
  color: #1e3a8a;
  transition: all 0.25s;
}

.btn-sm:hover:not(.disabled) {
  background-color: rgba(59, 130, 246, 0.5) !important;
  color: #1e3a8a !important;
  border-left: 3px solid #1e40af !important;
}

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

a.hover-outline:hover {
  border-left: 3px solid #1e40af !important;
  background: linear-gradient(90deg, #e6effa, #f0f4f8) !important;
}

.text-muted {
  color: rgba(32, 37, 52, 0.996) !important;
}

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

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

.description-link {
  color: rgba(30, 58, 138, 0.7);
}

.description-link:hover {
  color: #1e40af;
}

.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(0, 0, 0, 0.1);
  border-left: 3px solid #1e40af;
  transform: translateY(-4px);
  background: linear-gradient(-90deg, #e6effa80, #f0f4f880);
  backdrop-filter: blur(3px) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08) !important;
}

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

.badge-featured,
.badge-popular,
.badge-new,
.badge-category-detail {
  background-color: rgba(59, 130, 246, 0.6) !important;
  color: #2d2d2d !important;
  font-size: 8px;
  padding: 0.3rem 0.7rem;
  border-radius: 5px;
}

.badge-category {
  background-color: rgba(59, 130, 246, 0.5) !important;
  color: #2d2d2d !important;
  font-size: 8px;
  padding: 0.2rem 0.7rem;
  border-radius: 5px;
}

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

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

.btn-dark {
  border: 1px dotted #3b82f6 !important;
  border-radius: 0.5rem !important;
  background-color: rgba(59, 130, 246, 0.6) !important;
  color: #ffffff !important;
  transition: all 0.25s ease-in-out;
  padding: 0.6rem;
}

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

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

.rating-badge {
  background-color: rgba(59, 130, 246, 0.3) !important;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
  background-color: rgba(59, 130, 246, 0.5) !important;
  color: #1e3a8a !important;
  outline: none !important;
  box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.3) !important;
  border-color: #3b82f6 !important;
}