/* Page overflow: carousel arrows sit at left/right -60px and expand the document */
html {
  overflow-x: clip;
}

.elementor-element-f49b9c5,
.elementor-element-f49b9c5 .bdt-ep-carousel {
  overflow-x: clip;
}

.elementor-1380 .elementor-element.elementor-element-f49b9c5 .swiper-carousel {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 1199px) {
  .elementor-1380 .elementor-element.elementor-element-f49b9c5 .bdt-navigation-prev {
    left: 8px !important;
  }

  .elementor-1380 .elementor-element.elementor-element-f49b9c5 .bdt-navigation-next {
    right: 8px !important;
  }
}

/* Course grid category filters — BEMCON */
.pt-plus-filter-post-category .post-filter-data {
  margin: 0 0 1.75rem;
  padding: 0 0.5rem;
  max-width: 100%;
  overflow-x: clip;
}

.pt-plus-filter-post-category .category-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pt-plus-filter-post-category .category-filters > li {
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  display: block;
}

.pt-plus-filter-post-category .category-filters li a.filter-category-list,
.pt-plus-filter-post-category .category-filters li a.filter-category-list:link,
.pt-plus-filter-post-category .category-filters li a.filter-category-list:visited,
.pt-plus-filter-post-category .category-filters li a.filter-category-list:hover,
.pt-plus-filter-post-category .category-filters li a.filter-category-list:focus,
.pt-plus-filter-post-category .category-filters li a.filter-category-list:active,
.pt-plus-filter-post-category .category-filters li a.filter-category-list.active,
.pt-plus-filter-post-category .category-filters li a.filter-category-list.active:hover,
.pt-plus-filter-post-category .category-filters li a.filter-category-list.active:focus {
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-underline-offset: 0 !important;
  border-bottom-style: solid !important;
  -webkit-text-decoration-line: none !important;
}

.pt-plus-filter-post-category .category-filters li a.filter-category-list,
.pt-plus-filter-post-category .category-filters li a.filter-category-list * {
  text-decoration: none !important;
  text-decoration-line: none !important;
}

.pt-plus-filter-post-category .category-filters li a.filter-category-list {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  position: relative;
  margin: 0 !important;
  padding: 0.45rem 0.85rem !important;
  border: 1px solid rgba(1, 44, 109, 0.14);
  border-radius: 8px;
  background-color: #f3f6fb;
  background-image: none;
  color: #012c6d !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    background-color 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.15s ease;
  box-shadow: none;
}

.pt-plus-filter-post-category .category-filters li a.filter-category-list > span:first-child,
.pt-plus-filter-post-category .category-filters li a.filter-category-list > span[data-hover] {
  display: inline;
  position: static !important;
  overflow: visible;
  text-decoration: none !important;
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

/* Kill plugin hover underline / duplicate text effects */
.pt-plus-filter-post-category .category-filters.hover-style-1 li a span[data-hover]::before,
.pt-plus-filter-post-category .category-filters.hover-style-1 li a span[data-hover]::after,
.pt-plus-filter-post-category .category-filters li a.filter-category-list::before,
.pt-plus-filter-post-category .category-filters li a.filter-category-list::after,
.pt-plus-filter-post-category .category-filters li a.filter-category-list span::before,
.pt-plus-filter-post-category .category-filters li a.filter-category-list span::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  text-decoration: none !important;
  background: none !important;
  box-shadow: none !important;
  height: 0 !important;
  width: 0 !important;
}

.pt-plus-filter-post-category .category-filters li a.filter-category-list:hover {
  background-color: #fff;
  border-color: rgba(1, 44, 109, 0.35);
  color: #012c6d !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(1, 44, 109, 0.1);
}

.pt-plus-filter-post-category .category-filters li a.filter-category-list.active,
.pt-plus-filter-post-category .category-filters li a.filter-category-list.active:hover,
.pt-plus-filter-post-category .category-filters li a.filter-category-list.active:focus {
  background-color: #012c6d !important;
  background-image: none !important;
  border-color: #012c6d !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(1, 44, 109, 0.22);
}

.pt-plus-filter-post-category .category-filters li a.filter-category-list.active > span,
.pt-plus-filter-post-category .category-filters li a.filter-category-list.active:hover > span {
  color: #fff !important;
}

.pt-plus-filter-post-category .category-filters li a.filter-category-list.active:hover {
  transform: translateY(-1px);
}

.pt-plus-filter-post-category .category-filters li a .all_post_count,
.pt-plus-filter-post-category .category-filters.style-1 li a.all span.all_post_count,
.pt-plus-filter-post-category .category-filters.style-1 li a span.all_post_count {
  display: inline-flex !important;
  position: static !important;
  top: auto !important;
  right: auto !important;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 0.35rem;
  margin: 0 !important;
  border-radius: 6px;
  background: rgba(0, 136, 53, 0.14);
  color: #008835 !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  line-height: 1;
  box-shadow: none !important;
}

.pt-plus-filter-post-category .category-filters li a.filter-category-list.active .all_post_count {
  background: rgba(255, 255, 255, 0.2);
  color: #fff !important;
}

@media (max-width: 767px) {
  .pt-plus-filter-post-category .post-filter-data {
    margin-bottom: 1.25rem;
    padding: 0 0.5rem;
  }

  .pt-plus-filter-post-category .category-filters {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem;
    overflow: visible;
    padding: 0;
  }

  .pt-plus-filter-post-category .category-filters li a.filter-category-list {
    padding: 0.4rem 0.75rem !important;
    font-size: 0.72rem !important;
  }
}
