body {
  font-family: 'Inter', sans-serif;
  background-color: #f7f9f9;
  color: #04302d;
  margin-top: 29px;
  margin-bottom: 29px;
}

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

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

.bg-primary-subtle {
  background-color: #c9f1ec !important;
  color: #0f766e !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: 18px;
  font-size: 13px;
  margin: 14px;
}

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

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

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

.btn-sm:hover:not(.disabled) {
  background-color: #0b6e66 !important;
  color: #e6fffb !important;
  border-left: 4px solid #0a4e4a !important;
}

.title {
  font-weight: 600;
  font-size: 14px;
  color: #0f766e !important;
  margin-bottom: 8px;
}

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

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

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

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

.description-link {
  color: #148f86;
}

.description-link:hover {
  color: #0b6e66;
}

.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 #0b6e66;
  transform: translateY(-3px);
  background: linear-gradient(90deg, #eef7f5, #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: #0f766e !important;
  color: #ffffff !important;
  border: 1px solid #0f766e;
}

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

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

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

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

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

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

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

.btn-outline-dark {
  background-color: #127f76dd !important;
}

.rating-badge {
  color: #0f716a !important;
}

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

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

.fw-bold {
  color: #0f766e !important;
}

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

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