body {
  font-family: 'Inter', sans-serif;
  background-color: #f3f4f4;
  color: #34495e;
  margin-top: 40px;
  margin-bottom: 40px;
}

.badge-featured {
  background-color: #6a8296 !important;
  color: #f5f7fa;
  font-size: 9px;
  padding: 0.4rem 0.9rem;
  border-radius: 8px;
}

.badge-category {
  background-color: #7e94a3 !important;
  color: #f5f7fa;
  font-size: 8px;
  padding: 0.3rem 0.8rem;
  border-radius: 8px;
}

.bg-primary-subtle {
  background-color: #d1d9e0 !important;
  color: #2c3e50 !important;
  font-size: 9px !important;
  padding: 0.4rem 0.9rem !important;
  border-radius: 8px !important;
}

.category-card-fixed {
  background: #ffffffcc !important;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  font-size: 13px;
  margin: 15px;
  border-color: #b0bec5 !important;
}

.category-card-fixed:hover {
  background: linear-gradient(90deg, #e9ecef, #ffffff) !important;
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  border-left: 5px solid #59788e !important;
}

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

.btn-sm {
  border-radius: 10px;
  font-size: 12px;
  padding: 0.5rem 0.9rem;
  background-color: #7e94a3;
  color: #f3f6fa !important;
  transition: all 0.25s;
  border-color: #8e9fb0 !important;
}

.btn-sm:hover:not(.disabled) {
  background-color: #6a8296 !important;
  color: #f7f8fa !important;
  border-left: 5px solid #34495e !important;
}

.title {
  font-weight: 600;
  font-size: 14px;
  color: #34495e;
  margin-bottom: 8px;
}

a.hover-outline:hover {
  border-left: 5px solid #59788e !important;
  background: linear-gradient(90deg, #e9ecef, #ffffff) !important;
  border-left: 5px solid #34495e !important;
}

.text-muted {
  color: #4a6275;
}

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

.scrollable-category-list {
  padding: 15px 12px;
  row-gap: 16px;
  column-gap: 16px;
}

.description-link {
  color: #59788e;
}

.description-link:hover {
  color: #6a8296;
}

.city-btn:hover,
.highlight-card:hover,
.highlight-card-companies:hover,
.latest-addition .mb-4:hover,
.category-card-fixed:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.09);
  border-left: 5px solid #59788e;
  transform: translateY(-4px);
  background: linear-gradient(90deg, #e9ecef, #ffffff);
  backdrop-filter: blur(1.5px) !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06) !important;
}

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

.badge-featured,
.badge-popular,
.badge-new,
.badge-category-detail {
  background-color: #59788e !important;
  color: #ffffff !important;
  font-size: 8px;
  padding: 0.35rem 0.8rem;
  border-radius: 6px;
  border-color: #59788e !important;
}

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

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

.btn-dark {
  border: 1px dotted #7e94a3 !important;
  border-radius: 0.6rem !important;
  background-color: #59788e !important;
  color: #ffffff !important;
  transition: all 0.25s ease-in-out;
  padding: 0.65rem;
}

.highlight-card-companies .btn-group {
  border-top: 1px solid #7e94a3 !important;
  padding: 0.6rem 0.9rem !important;
  font-size: 9px !important;
  color: #2c3e50 !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 0.5rem !important;
  flex-wrap: wrap !important;
}

.btn-group {
  border-color: #2c3e50 !important;
}

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

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

a.hover-outline {
  border: 1px solid #8e9fb0 !important;
  background-color: #e9ecef !important;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
  background-color: #e9ecef !important;
  color: #2c3e50 !important;
  outline: none !important;
  box-shadow: 0 0 0 1px rgba(89, 120, 142, 0.3) !important;
  border-color: #8e9fb0 !important;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    border-color: #2c3e5081 !important;
    color: #2c3e5081 !important;
}

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