body {
  font-family: 'Lato', sans-serif !important;
  background-color: #f4f6f8;
  color: #333941;
  margin-top: 25px;
  margin-bottom: 25px;
}

.badge-featured {
  background-color: #4a6fa5 !important;
  color: #ffffff !important;
  font-size: 8px;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
}

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

.bg-primary-subtle {
  background-color: #dae8fc !important;
  color: #2f3c4f !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: 18px;
  font-size: 13px;
  margin: 8px;
}

.category-card-fixed:hover {
  background: linear-gradient(90deg, #e1e9f1, #f5f9fe);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(25, 25, 25, 0.05);
  border-left: 3px solid #4a6fa5;
}

.highlight-card {
  border-radius: 18px;
  margin: 8px;
}

.btn-sm {
  border-radius: 10px;
  font-size: 12px;
  padding: 0.35rem 0.75rem;
  background-color: #e0e6ed;
  color: #212529;
  transition: all 0.2s;
}

.btn-sm:hover:not(.disabled) {
  background-color: #ffe066 !important;
  color: #212529 !important;
  border-left: 3px solid #4a6fa5 !important;

}

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

a.hover-outline:hover {
  border-left: 3px solid #4a6fa5 !important;
  background: linear-gradient(90deg, #ecf3f9, #f8fbff) !important;

}

.text-muted {
  color: #70757c !important;
}

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

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

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

.description-link:hover {
  color: #4a6fa5;
}


.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(40, 40, 40, 0.06);
  border-left: 3px solid #4a6fa5;
  transform: translateY(-3px);
  background: linear-gradient(90deg, #f1f4f8, #ffffff);
  backdrop-filter: blur(1px) !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
}

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


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

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

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

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

.btn-dark {
  border: 1px dotted #cbd3da99 !important;
  border-radius: 0.5rem !important;
  background-color: #4a6fa5 !important;
  color: #ffffff !important;
  transition: all 0.2s ease-in-out;
  padding: 0.6rem;
}

.highlight-card-companies .btn-group {
  border-top: 1px solid #e5e7eb !important;
  padding: 0.5rem 0.75rem !important;
  font-size: 9px !important;
  color: #475569 !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 0.4rem !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;
}