.elementor-kit-413{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-73cf8ec9:#29D8DB;--e-global-color-76a354af:#F6F9F9;--e-global-color-7bde49dc:#01578C;--e-global-color-18753bff:#4A4A4A;--e-global-color-1defc5e3:#000;--e-global-color-416a180:#FFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#000000;font-family:"Roboto", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-413 e-page-transition{background-color:#FFBC7D;}.elementor-kit-413 h1{color:#222660;}.elementor-kit-413 h2{color:#8345F8;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.elementor-widget:not(:last-child){margin-block-end: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 *//* Style the main container of each audio player */
.apwp-player-box {
  background-color: #333;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 10px auto;
  max-width: 400px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Style the title of the audio track */
.apwp-player-box .apwp-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
}

/* Style the play button */
.apwp-player-box .apwp-play-btn {
  background-color: #ff6347 !important;
  color: #fff !important;
  border-radius: 50%;
  padding: 10px 14px;
}

/* Style the progress bar */
.apwp-player-box .apwp-progress-bar {
  background-color: #555 !important;
  height: 5px;
  border-radius: 3px;
}

/* Style the filled portion of the progress bar */
.apwp-player-box .apwp-progress-fill {
  background-color: #ff6347 !important;
  height: 5px;
  border-radius: 3px;
}

/* Style the current time and duration text */
.apwp-player-box .apwp-current-time,
.apwp-player-box .apwp-duration {
  font-size: 12px;
  color: #bbb;
}


.akp-child-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0 36px;
}

.akp-child-category-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border: 1px solid #ded3ef;
    border-radius: 999px;
    background: #ffffff;
    color: #5f4b8b;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 6px 18px rgba(80, 60, 120, 0.06);
}

.akp-child-category-pill:hover {
    background: #f2ebfb;
    border-color: #b99de3;
    color: #4b347d;
    transform: translateY(-1px);
}


.ak-breadcrumbs {
    font-size: 14px;
    line-height: 1.5;
    color: #6f7f89;
    margin-bottom: 20px;
}

.ak-breadcrumbs a {
    color: #4f7f8f;
    text-decoration: none;
}

.ak-breadcrumbs a:hover {
    text-decoration: underline;
}

.ak-breadcrumbs span {
    color: #2f3f46;
}

.ak-clean-icon-list .elementor-icon-list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
}

.ak-clean-icon-list .elementor-icon-list-icon {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ak-clean-icon-list .elementor-icon-list-icon i,
.ak-clean-icon-list .elementor-icon-list-icon svg {
  width: 22px;
  height: 22px;
  font-size: 22px;
}

.ak-clean-icon-list .elementor-icon-list-text {
  flex: 1;
  line-height: 1.45;
}/* End custom CSS */