body {
  font-family: 'Roboto', sans-serif;
  background-color: #ebeef2;
  color: #182a56;
  margin-top: 32px;
  margin-bottom: 32px;
}

.badge-featured {
  background-color: #2b4a99 !important;
  color: #ffffff !important;
  font-size: 9px;
  padding: 0.3rem 0.8rem;
  border-radius: 6px;
}

.badge-category {
  background-color: #4a6ab7 !important;
  color: #ffffff !important;
  font-size: 8px;
  padding: 0.25rem 0.7rem;
  border-radius: 6px;
}

.bg-primary-subtle {
  background-color: #c9d6f2 !important;
  color: #2b4a99 !important;
  font-size: 9px !important;
  padding: 0.35rem 0.8rem !important;
  border-radius: 6px !important;
}

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

.category-card-fixed:hover {
  background: linear-gradient(90deg, #e8effa, #ffffff);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.06);
  border-left: 4px solid #3057a8;
}

.highlight-card {
  border-radius: 16px;
  margin: 13px;
  background-color: #f5f8ff;
}

.btn-sm {
  border-radius: 8px;
  font-size: 12px;
  padding: 0.45rem 0.8rem;
  background-color: #4560a7;
  color: #ffffff !important;
  transition: all 0.2s;
}

.btn-sm:hover:not(.disabled) {
  background-color: #3057a8 !important;
  color: #e8effa !important;
  border-left: 4px solid #1e3b7b !important;
}

.title {
  font-weight: 600;
  font-size: 15px;
  color: #2b4a99 !important;
  margin-bottom: 8px;
}

a.hover-outline:hover {
  border-left: 4px solid #3057a8 !important;
  background: linear-gradient(90deg, #e8effa, #ffffff) !important;
}

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

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

.scrollable-category-list {
  padding: 13px 11px;
  row-gap: 15px;
  column-gap: 15px;
}

.description-link {
  color: #3a5eb4;
}

.description-link:hover {
  color: #3057a8;
}

.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.07);
  border-left: 4px solid #3057a8;
  transform: translateY(-3px);
  background: linear-gradient(90deg, #e8effa, #ffffff);
  backdrop-filter: blur(1px) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05) !important;
}

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

.badge-featured,
.badge-popular,
.badge-new,
.badge-category-detail {
  background-color: #3057a8 !important;
  color: #ffffff !important;
  font-size: 8px;
  padding: 0.3rem 0.7rem;
  border-radius: 5px;
}

.badge-category {
  background-color: #3057a8 !important;
  color: #ffffff !important;
  font-size: 8px;
  padding: 0.2rem 0.7rem;
  border-radius: 5px;
}

.title {
  font-weight: 600;
  font-size: 14px;
  color: #3a5eb4;
}

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

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

.btn-group a, span{
  color: #e1e2e3 !important;
}

.category-link{
  color: #204191 !important;
}


a.hover-outline {
  border: 1px solid #e1e2e3 !important;
}

.btn-outline-dark {
  background-color: #2e4b8ddd !important;
}

.rating-badge {
  color: #2e4a8df4 !important;
}

.opening-hours-list li .oh-day {
  color: #1E293B !important;
  font-weight: 600 !important;
  font-size: 13px !important;
}

.opening-hours-list li .oh-time {
  color: #475569 !important;
  font-size: 13px !important;
}

.fw-bold {
  color: #284d99 !important;
}