.elementor-kit-7{--e-global-color-primary:#92289C;--e-global-color-secondary:#0E1059;--e-global-color-text:#4C4E6E;--e-global-color-accent:#92289C;--e-global-color-futnavy:#0E1059;--e-global-color-futmag:#92289C;--e-global-color-futlilac:#F8F3FB;--e-global-color-futmuted:#8587A4;--e-global-color-futstar:#FFB02E;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;color:#4C4E6E;font-family:"Inter", Sans-serif;font-size:16px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Plus Jakarta Sans", Sans-serif;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.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);}.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 */.futcha-course-accordion {
  font-family: "Comfortaa", Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.futcha-module {
  background: #ffffff;
  border: 1px solid rgba(146, 40, 156, 0.14);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(14, 16, 89, 0.08);
  overflow: hidden;
}

.futcha-module summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  color: #0e1059;
  font-weight: 700;
  line-height: 1.4;
}

.futcha-module summary::-webkit-details-marker {
  display: none;
}

.futcha-module summary::after {
  content: "+";
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: #92289c;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.futcha-module[open] summary::after {
  transform: rotate(45deg);
}

.futcha-module summary small {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(146, 40, 156, 0.1);
  color: #92289c;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.futcha-module-content {
  padding: 0 24px 24px;
  color: #25264f;
  font-size: 14px;
  line-height: 1.7;
}

.futcha-module-section {
  padding-top: 18px;
  margin-top: 18px;
  border-top: 1px solid rgba(14, 16, 89, 0.08);
}

.futcha-module-section:first-child {
  margin-top: 0;
}

.futcha-module-content h4 {
  color: #92289c;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: 0 0 8px;
}

.futcha-module-content ul,
.futcha-module-content ol {
  margin: 0 0 8px 20px;
  padding: 0;
}

.futcha-module-content li {
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .futcha-module summary {
    padding: 18px 64px 18px 18px;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
  }

  .futcha-module summary::after {
    position: absolute;
    right: 18px;
    top: 18px;
  }

  .futcha-module-content {
    padding: 0 18px 20px;
    font-size: 13px;
  }
}/* End custom CSS */