/* Outer box (light grey background like image) */
.category-box {
  padding: 15px 20px;
  box-shadow: 0px 0px 3px #00000029;
  border-radius: 16px;
  border-radius: 12px;
}
.category-box .category-tabs {
  border-radius: 12px;
  border: none !important;
}
.category-box .filter-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #6c8ebf;
}
.category-box .category-tabs .nav {
  flex-direction: column;
  border: none;
  gap: 10px;
  width: 100%;
}
.category-box .category-tabs .nav-link {
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
  width: 100%;
  display: block;
}
.category-box .category-tabs .nav-item {
  width: 100%;
}
.category-box .category-tab-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  border: 0.75px solid #ebebeb !important;
  border-radius: 4px !important;
  font-size: 15px;
  color: #000000;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  font-weight: 600;
}
.category-box .category-tab-title:last-child {
  /* margin-bottom: 0px; */
}
.category-box .category-tab-title:hover {
  background: #f5f5f5;
  border: 1px solid #09558f !important;
  color: #09558f !important;
}
.category-box .category-count {
  width: 25px;
  height: 25px;
  border-radius: 20px;
  background: #e2f2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #000000;
  aspect-ratio: 1/1;
  font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .category-box .category-box {
    padding: 12px 13px;
  }
  .category-box .category-tab-title {
    padding: 7px 10px;
    font-size: 14px;
    margin-bottom: 12px;
  }
}
@media (min-width: 0px) and (max-width: 991.98px) {
  .category-box {
    padding: 0px;
    box-shadow: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
}
@media (min-width: 0px) and (max-width: 575.98px) {
}
