/* Swiper pagination for view-service-swiper */
.view-service-swiper-pagination {
  margin-top: 30px;
}
/* Multidropdown filter strip for agency-services.php */
.agency-filter-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  padding: 16px 24px;
  margin-bottom: 32px;
}
.agency-filter-dropdown {
  min-width: 180px;
  max-width: 220px;
}
.agency-filter-dropdown .dropdown-toggle {
  width: 100%;
  background: transparent;
  border: none;
  font-weight: 500;
  text-align: left;
  padding: 8px 12px;
  border-radius: 8px;
  box-shadow: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.agency-filter-dropdown .dropdown-menu {
  width: 100%;
  max-height: 260px;
  overflow-y: auto;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
  padding: 8px 0;
}
.agency-filter-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  cursor: pointer;
  font-size: .9rem;
  text-wrap: auto;
}
.agency-filter-dropdown .form-check-input {
  margin-right: 8px;
  width: 1rem;
  min-width: 1rem;
}
.agency-filter-dropdown .form-check-label {
  flex: 1;
  cursor: pointer;
}
.agency-filter-dropdown .dropdown-divider {
  margin: 4px 0;
}
