body {
  font-family: 'Inter', sans-serif;
  background-color: #f3f6fc;
  color: #2c374a;
  margin-top: 27px;
  margin-bottom: 27px;
}

.badge-featured {
  background-color: #98b9f2 !important;
  color: #474a4e;
  font-size: 9px;
  padding: 0.3rem 0.8rem;
  border-radius: 6px;
}

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

.bg-primary-subtle {
  background-color: #c9d8f8 !important;
  color: #474a4e !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: 15px;
}

.category-card-fixed:hover {
  background: linear-gradient(90deg, #dbe5fa, #f3f6fc);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(25, 53, 88, 0.15);
  border-left: 3px solid #97b2e8;
}

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

.btn-sm {
  border-radius: 8px;
  font-size: 12px;
  padding: 0.45rem 0.8rem;
  background-color: #98b9f2;
  color: #1e293b;
  transition: all 0.2s;
}

.btn-sm:hover:not(.disabled) {
  background-color: #97b2e8 !important;
  color: #ffffff !important;
  border-left: 3px solid #1e293b !important;
}

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

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

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

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

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

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

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

.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(25, 53, 88, 0.15);
  border-left: 3px solid #97b2e8;
  transform: translateY(-3px);
  background: linear-gradient(90deg, #dbe5fa, #f3f6fc);
  backdrop-filter: blur(1.5px) !important;
  box-shadow: 0 4px 8px rgba(25, 53, 88, 0.08) !important;
}

.pagination .page-item.active .page-link {
  background-color: #97b2e8 !important;
  color: #474a4e !important;
  border: 1px solid #97b2e8;
}

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

.badge-category {
  background-color: #98b9f2 !important;
  color: #1e293b !important;
  font-size: 8px;
  padding: 0.2rem 0.7rem;
  border-radius: 5px;
}

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

.btn-dark {
  border: 1px dotted #98b9f2 !important;
  border-radius: 0.5rem !important;
  background-color: #97b2e8 !important;
  color: #e4e4e4 !important;
  transition: all 0.2s ease-in-out;
  padding: 0.6rem;
}

.highlight-card-companies .btn-group {
  border-top: 1px solid #c9d8f8 !important;
  padding: 0.55rem 0.8rem !important;
  font-size: 9px !important;
  color: #474a4e !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 0.45rem !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;
}
