.elementor-kit-6{--e-global-color-primary:#4F109C;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#14B8A6;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:25px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Filter Wrapper */
.course-filter-wrapper {
  display: flex;
  gap: 12px;
  padding: 14px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

/* Filter Buttons */
.filter-btn {
  padding: 10px 18px;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: #0F172A;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover */
.filter-btn:hover {
  background: #14B8A6;
  color: #ffffff;
}

/* Active */
.filter-btn.active {
  background: #4F109C;
  color: #ffffff;
}

/* Card Animation */
.course-card {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.course-card.hide {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  position: absolute;
}


/* Resource Filter Wrapper */
.resource-filter-wrapper {
  display: flex;
  gap: 14px;
  padding: 14px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

/* Buttons */
.resource-filter-btn {
  padding: 10px 20px;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: #0F172A;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover */
.resource-filter-btn:hover {
  background: #14B8A6;
  color: #ffffff;
}

/* Active */
.resource-filter-btn.active {
  background: #4F109C;
  color: #ffffff;
}

/* Section animation */
.resource-section {
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.resource-section.hide {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  position: absolute;
}/* End custom CSS */