.course-page {
  position: relative;
}
.course-page .stripe1 {
  position: absolute;
  bottom: 50%;
  left: 110px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .course-page .stripe1 {
    display: none;
  }
}
.course-page .stripe1 svg {
  width: 219.715px;
  height: 275.22px;
  color: #F2F981;
}
.course-page .stripe3 {
  position: absolute;
  top: 350px;
  right: 20px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .course-page .stripe3 {
    display: none;
  }
}
.course-page .stripe3 svg {
  width: 312px;
  height: 580px;
  color: #F2F981;
}
.course-page__content {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  position: relative;
  overflow: visible;
}
@media (max-width: 1024px) {
  .course-page__content {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.course-page .learndash-wrapper {
  display: none !important;
}
.course-page .sidebar {
  min-width: 320px;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  gap: 50px;
  position: sticky;
  top: 0;
}
.course-page .sidebar__item-wrap {
  padding: 25px;
}
.course-page .sidebar__item {
  border-radius: 10px;
  border: 1px solid #CDCFD5;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.course-page .sidebar__item-link {
  padding: 10px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.course-page .sidebar__item-price {
  color: #2D2D2D;
  border-radius: 50px;
  padding: 5px 15px;
  background-color: #F2F981;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}
.course-page .sidebar__free-lessons {
  color: #7A7E86;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 25px;
  border-top: 1px solid #CDCFD5;
}
.course-page .sidebar__lessons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 25px;
  border-top: 1px solid #CDCFD5;
  color: #7A7E86;
  font-size: 1.8rem;
}
.course-page .teacher {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 25px;
}
.course-page .teacher__wrap {
  display: flex;
  gap: 15px;
  align-items: center;
}
.course-page .teacher__image {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #CDCFD5;
}
.course-page .teacher__image img {
  width: 100%;
}
.course-page .teacher__name {
  font-style: italic;
  font-weight: 500;
  line-height: 26px;
}

.course-wrapper {
  border-radius: 10px;
  border: 1px solid #CDCFD5;
  padding: 50px 25px;
  margin-bottom: 100px;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 576px) {
  .course-wrapper {
    margin-bottom: 20px;
  }
}

.course-header {
  margin-bottom: 60px;
}
.course-header__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.2;
}
.course-header__image {
  display: flex;
  justify-content: center;
}
.course-header__image .course-featured-image {
  max-width: 100%;
  height: auto;
  max-height: 600px;
  border-radius: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.course-info-badge {
  display: inline-block;
  background: #A8E600;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.course-quote {
  font-style: italic;
  margin: 50px 0;
  padding-left: 20px;
  border-left: 4px solid #A8E600;
  padding: 15px 20px;
  border-radius: 8px;
}

.course-description,
.course-motivation {
  line-height: 1.6;
  color: #555;
  margin: 50px 0;
}
.course-description__title,
.course-motivation__title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  font-family: "Montserrat";
  color: black;
  margin-bottom: 30px;
}
.course-description__title .text__green,
.course-motivation__title .text__green {
  padding-left: 10px;
  padding-right: 10px;
}
.course-description p,
.course-motivation p {
  margin-bottom: 15px;
}

.course-learning__title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  font-family: "Montserrat";
  margin-bottom: 30px;
}
.course-learning__title .text__green {
  padding-left: 10px;
  padding-right: 10px;
}

.course-curriculum {
  width: 100%;
  display: flex;
  gap: 17px;
  flex-direction: column;
}

.curriculum-section {
  border-radius: 6px;
  overflow: hidden;
  min-height: 60px;
  border: 1px solid #E0E2EA;
}
.curriculum-section.module-section-1 .curriculum-section__header {
  background: #E9D1FE;
}
.curriculum-section.module-section-2 .curriculum-section__header {
  background: #F8FCB8;
}
.curriculum-section.module-section-3 .curriculum-section__header {
  background: #FFD9EF;
}
.curriculum-section.module-section-4 .curriculum-section__header {
  background: #DEF88C;
}
.curriculum-section.module-section-5 .curriculum-section__header {
  background: #EAF6FF;
}
.curriculum-section.test-section .test-header {
  background: linear-gradient(135deg, #B8E6B8 0%, #A0D8A0 100%);
  cursor: default;
}
.curriculum-section.question-section .curriculum-section__header,
.curriculum-section.question-section .question-header {
  cursor: default;
}
.curriculum-section.question-section .curriculum-section__header:hover,
.curriculum-section.question-section .question-header:hover {
  transform: none;
  box-shadow: none;
}

.curriculum-section__header {
  width: 100%;
  padding: 20px 25px;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.curriculum-section__header:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.curriculum-section__header .section-title {
  flex: 1;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.curriculum-section__header .collapse-arrow {
  width: 34px;
  height: 17px;
  transition: transform 0.3s ease;
}
.curriculum-section__header .collapse-arrow use {
  stroke: #2D2D2D;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.curriculum-section__header[aria-expanded=true] .collapse-arrow {
  transform: rotate(180deg);
}

.curriculum-section__content {
  background: #fff;
}
.curriculum-section__content.show {
  display: block;
}
.curriculum-section__content.collapse:not(.show) {
  display: none;
}

.curriculum-items {
  padding: 15px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.curriculum-item {
  display: flex;
  align-items: center;
}
.curriculum-item .item-icon {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  flex-shrink: 0;
}
.curriculum-item .item-icon use {
  fill: #BDBEC7;
}
.curriculum-item .item-title {
  flex: 1;
  text-decoration: none;
}
.curriculum-item .item-title--locked {
  cursor: not-allowed;
}
.curriculum-item .item-lock {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  flex-shrink: 0;
}
.curriculum-item .item-lock use {
  fill: #BDBEC7;
}
.curriculum-item .item-lock--open use {
  fill: #A8E600;
}
.curriculum-item .item-lock--closed use {
  fill: #FF6B6B;
}

.course-navigation {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .course-header__title {
    font-size: 2rem;
  }
  .course-learning__title {
    font-size: 1.5rem;
  }
  .curriculum-section__header {
    padding: 15px 20px;
  }
  .curriculum-item {
    padding: 12px 20px;
  }
  .curriculum-item .item-title {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 300px;
  }
}
@keyframes slideUp {
  from {
    opacity: 1;
    max-height: 300px;
  }
  to {
    opacity: 0;
    max-height: 0;
  }
}
.curriculum-section__content.show {
  animation: slideDown 0.3s ease-out;
}
.curriculum-section__content.hide {
  animation: slideUp 0.3s ease-out;
}

@media screen and (max-width: 1024px) {
  .course-page .sidebar {
    position: unset;
    top: unset;
  }
}
@media screen and (max-width: 576px) {
  .course-page .sidebar {
    width: 100%;
  }
}
.ld-content-action.completion-message.is-hidden {
  display: none;
}
/*# sourceMappingURL=course.css.map */
