.course-lp-header h1 {
    font-weight: 600;
    font-size: 32px;
    letter-spacing: -0.4px;
    color: #0E0227;
    margin: 0;
}

.course-lp-header p {
    font-size: 20px;
    letter-spacing: -0.4px;
    color: #0E0227;
    margin: 0;
}

.course-lp-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.course-lp-categorySelector {
    display: flex;
    gap: 8px;
    margin-top: 38px;
}

.course-lp-categorySelector button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 16px;
    height: 40px;
    border-radius: 93px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #DFDEE1;
    color: #000;
    transition: all 0.3s;
    line-height: 14px;
}

.course-lp-categorySelector button.active {
    background: linear-gradient(90deg, #6E00FF 0%, #8324FF 100%);
    color: #fff !important;
    font-weight: 500;
    border-color: transparent;
}

.course-lp-categorySelector button:hover {
    border-color: #8324ff;
    font-weight: 500;
    color: #8324ff;
}

.course-lp-searchContainer {
    display: flex;
    align-items: center;
    gap: 9px;
    border-radius: 60px;
    border: 1px solid #EAEAEA;
    padding: 10px 16px;
    margin-left: auto;
}

.course-lp-searchContainer i {
    color: #C2C0C5;
}

.course-lp-searchContainer input {
    border: none;
    outline: none;
    width: 100%;
}

.course-lp-courseItem {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border: 1px solid #E0E0E0;
    border-radius: 16px;
    padding: 4px;
}

/* Modern card variant for course list */
.course-list-card {
    background: #fff;
    border: 1px solid #EAEAEA;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: box-shadow .2s ease, transform .1s ease;
}

.course-list-card:hover {
    box-shadow: 0 8px 24px rgba(17, 1, 65, 0.08);
}

.course-list-card__title {
    padding: 5px 16px 0 16px !important;
    font-size: 20px;
    font-weight: 700;
    color: #0E0227;
}

.course-list-card__meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 6px 16px 6px 16px;
}

.course-list-card__meta-row {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #2c2a34;
    font-size: 14px;
}

.course-list-card__meta-row i { color: #6E00FF; }

.course-list-card__price-rating { justify-content: space-between; margin-top: 2px; }

.course-list-card__price { display: inline-flex; align-items: center; gap: 6px; color: #0E0227; font-weight: 700; }
.course-price--old { color: #e53935; text-decoration: line-through; font-weight: 600; }
.course-price--new { color: #6E00FF; font-weight: 800; margin-left: 6px; }

.course-list-card__badges { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 6px; }
.course-badge { padding: 3px 8px; border-radius: 999px; font-size: 13px; font-weight: 700; display: inline-flex; align-items: center; line-height: 1.2; }
.course-badge--yellow { background: rgba(255, 226, 86, 1); color: #1B013E; }
.course-badge--turquoise { background: rgba(84, 254, 215, 1); color: #1B013E;  }
.course-badge--orange { background: rgba(255, 157, 82, 1); color: #1B013E;  }
.course-badge--pink { background: rgba(255, 64, 97, 1); color: #1B013E }
.course-badge--green { background: rgba(213, 255, 83, 1); color: #1B013E }
.course-badge--red { background: rgba(255, 64, 97, 1); color: #1B013E }

.course-list-card { position: relative; }
.course-list-card__badges { position: absolute; top: 12px; left: 12px; margin-top: 0; z-index: 6; }


.course-list-card__rating-row {
    padding-left: 16px;
    border-radius: 8px;
    display: inline-block;
}

.course-detail-meta .course-list-card__rating-row {
    padding-left: 0;
}

.course-list-card__rating {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    color: #0E0227;
}

.course-list-card__rating .stars {
    display: inline-flex;
    gap: 2px;
    position: relative;
}

.course-list-card__rating i {
    color: #d1d5db;
    font-size: 18px;
}

.course-list-card__rating i.filled {
    color: #f59e0b;
}

.course-list-card__rating-count {
    color: #8a8697;
    font-weight: 500;
}

.course-lp-courseItem img {
    width: 100%;
    border-radius: 30px;
    padding: 16px;

}

/*.course-lp-courseItem span {*/
/*    padding: 0px 12px 16px 12px;*/
/*    color: #0E0227;*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*}*/

.course-lp-left {
    position: relative;
}

.course-lp-expandBtn {
    position: absolute;
    right: 0;
    top: 10px;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
    color: #fff;
    display: none;
}

.video-expanded .course-lp-expandBtn {
    display: flex;
}

.container-lp-courseList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 50px;
}

.course-dp-heroImageWrapper {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.course-dp-heroImageWrapper--mobile {
    display: none;
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
}

.course-dp-heroImageWrapper img {
    width: 100%;
    border-radius: 24px;
}

.course-dp-heroImageWrapper--mobile img {
    width: 100%;
    border-radius: 24px;
}

.course-dp-mainContainer {
    display: grid;
    grid-template-columns: 770fr 370fr;
    gap: 30px;
    margin-bottom: 50px;
}

.course-dp-mc-right {
    /* Right column styles */
}

.course-dp-mc-r-stickyWrapper {
    position: sticky;
    top: 24px;
}

.course-dp-mainTitle {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.6px;
    color: #0E0227;
    margin-top: 60px;
    margin-bottom: 0;
}

.course-dp-sectionButtons {
    display: flex;
    gap: 24px;
    border-bottom: 1px solid #eaeaea;
    margin-top: 24px;
}

.course-dp-sectionButtons button {
    padding-bottom: 22px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}

.course-dp-sectionButtons button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    transition: all 0.3s;
    border-top-left-radius: 5000px;
    border-top-right-radius: 5000px;
}

.course-dp-sectionButtons button.active::after {
    background: linear-gradient(90deg, #6E00FF 0%, #8324FF 100%);
}

.course-dp-description {
    margin-top: 39px;
    color: #000;
    font-weight: 300;
}

.course-dp-description > p:last-child {
    margin-bottom: 0;
}

.course-dp-description b, .course-dp-description strong {
    font-weight: 600;
}

.course-dp-sectionWrapper {
    margin-top: 30px;
}

.course-dp-sectionWrapper h3 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.6px;
    font-weight: 700;
    color: #0E0227;
}

.course-dp-sectionWrapper > div {
    margin-top: 16px;
}

.course-dp-ul {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.course-dp-ul li {
    list-style-type: disc;
    list-style-position: inside;
    color: #000;
    font-weight: 300;
    font-size: 16px;
}

.course-dp-ul li::marker {
    color: #D9D9D9;
}

.course-dp-companyImages {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
    gap: 30px;
}

.course-dp-companyImages img {
    width: 100%;
}

.course-dp-mentorList {
    display: flex;
    flex-direction: column;
}

.course-dp-mentorItem {
    display: flex;
    gap: 8px;
}

.course-dp-mentorItem img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.course-dp-mentorItem > div > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.course-dp-mentorItem > div {
    display: flex;
    flex-direction: column;
}

.course-dp-mentorItem a {
    line-height: 30px;
}

.course-dp-mentorItem h4 {
    font-size: 28px;
    font-weight: 700;
    color: #0E0227;
    letter-spacing: -0.6px;
    line-height: 36px;
    margin: 0;
}

.course-dp-mentorItem i {
    color: #0288D1;
    font-size: 24px;
}

.course-dp-topicsSummary {
    margin-top: 40px;
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
    line-height: 24px;
}

.course-dp-topicContainer {
    display: flex;
    flex-direction: column;
    border: 1px solid #EAEAEA;
    border-radius: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), -70px 24px 32px 0px rgba(0, 0, 0, 0.02), -20px 16px 34px 0px rgba(0, 0, 0, 0.02), 0px 4px 8px 0px rgba(0, 0, 0, 0.02), 0px 0px 0px 0px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    margin-top: 8px;
}

.course-dp-topicItem {
    border-bottom: 1px solid #EAEAEA;
    padding: 24px;
    background-color: #fff;
    cursor: pointer;
}

.course-dp-topicItem.opened {
    background-color: #F9F9F9;
}

.course-dp-topicItem.opened .course-dp-ti-header i {
    transform: rotate(180deg);
}

.course-dp-ti-header {
    display: flex;
    gap: 16px;
    align-items: center;
}

.course-dp-ti-header i {
    color: #0E0227;
    transition: 300ms;
}

.course-dp-ti-header p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
    margin: 0;
}

.course-dp-ti-header span {
    margin-left: auto;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.course-dp-ti-body {
    padding: 0;
    overflow: hidden;
}

.course-dp-topicItem .course-dp-ti-body {
    transition: all 0.3s;
    padding-top: 0px;
}

.course-dp-topicItem.opened .course-dp-ti-body {
    padding-top: 16px;
}

.course-dp-ti-body ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.course-dp-ti-body li {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    list-style-type: disc;
    list-style-position: inside;
}

.course-dp-ti-body li::marker {
    color: #D9D9D9;
}

.course-dp-faqContainer {
    display: flex;
    flex-direction: column;
    margin-top: 20px;

}

.course-dp-faqItem {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #EAEAEA;
}

.course-dp-fi-top {
    display: flex;
    gap: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}

.course-dp-fi-top p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #222;
}

.course-dp-fi-top i {
    color: #000;
    transition: 300ms;
}

.course-dp-faqItem.opened .course-dp-fi-top i {
    transform: rotate(180deg);
}

.course-dp-fi-body {
    padding-bottom: 0px;
    transition: 300ms;
    overflow: hidden;
}

.course-dp-faqItem.opened .course-dp-fi-body {
    padding-bottom: 20px;
}

.course-dp-mc-r-stickyWrapper {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid #EAEAEA;
}

.course-dp-mc-r-titleComp {
    padding: 24px 34px;
    border-bottom: 1px solid #EAEAEA;
}

.course-dp-mc-r-titleComp h5 {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
}

.course-dp-mc-r-innerComp {
    padding: 12px 32px;
    display: flex;
    gap: 14px;
}

.course-dp-mc-r-ic-right {
    display: flex;
    flex-direction: column;
}

.course-dp-mc-r-ic-right span:first-child {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.4px;
    color: #0E0227;
}

.course-dp-mc-r-ic-right span:last-child {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.1px;
    color: #0E0227;
}

.course-dp-mc-r-ic-right a {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.1px;
    color: #0E0227;
}

.course-dp-mc-r-innerComp i {
    color: #6E00FF;
}

.course-dp-mc-r-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #6E00FF;
    margin-left: 30px;
    max-width: calc(100% - 60px);
    width: 100%;
    height: 53px;
    border-radius: 64px;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.4px;
}

.video-js.custom {
    width: 100% !important;
    height: 50vw !important;
    max-height: calc(900vw / 27);
}

.video-expanded .video-js.custom {
    max-height: calc(900vw / 22);
}

.video-js.custom .vjs-control-bar {
    margin-left: 28px;
    margin-bottom: 20px;
    max-width: calc(100% - 56px);
    border-radius: 17.22px;
    background-color: rgba(45, 45, 45, 0.65);
    backdrop-filter: blur(10px);
    height: 64px;
    padding-left: 45px;
    padding-right: 32px;
}

.video-js.custom .vjs-time-control.vjs-remaining-time {
    display: none;
    align-items: center;
    min-width: 5.5em;
}

.video-js.custom .vjs-playback-rate {
    order: 6;
}


.video-js.custom .vjs-playback-rate .vjs-playback-rate-value {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-js.custom .vjs-theme-fantasy .vjs-volume-bar {
    margin-top: 0;
}

.video-js.custom .vjs-button > .vjs-icon-placeholder:before {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-js.custom .vjs-fullscreen-control {
    display: flex;
    align-items: center;
    order: 8;
}

.video-js.custom .vjs-control.vjs-volume-horizontal {
    display: flex;
    align-items: center;
    height: 100%;
}

.video-js.custom .vjs-volume-bar {
    margin: 0;
}

.video-js.custom .vjs-volume-control.vjs-control.vjs-volume-horizontal {
    height: 100% !important;
    display: flex;
    align-items: center;
}

.video-js.custom .vjs-play-control .vjs-icon-placeholder:before {
    border: none !important;
}

.video-js.custom .vjs-time-control {
    font-size: 1.3em;
}

.video-js.custom .vjs-current-time {
    display: flex;
    align-items: center;

}

.video-js.custom .vjs-duration {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 5;
}

.vjs-icon-cinemaMode i {
    font-size: 2em;
}

.vjs-icon-cinemaMode {
    order: 7;
}

.course-ls-h-l-logoWrapper {
    width: 40px;
    display: block;
}

.course-ls-h-l-logoWrapper img {
    width: 100%;

}

.course-ls-headerInnerContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.course-ls-h-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.course-ls-h-left > div {
    width: 1px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.3);
}

.course-ls-h-left h2 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.6px;
    line-height: 25px;
}

.course-ls-h-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.course-ls-h-r-progressWrapper {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 64px;
    height: 37px;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.4px;
    padding: 0 16px;
}

.course-ls-h-r-progressWrapper span:nth-child(2) {
    margin-left: 6px;
}

.course-lp-purplebg {
    height: 637px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #110141;
}

.course-ls-headerOuterContainer {
    padding: 25px 0;
    background-color: #110141;
}

.course-lp-container {
    display: grid;
    grid-template-columns: 935fr 505fr;
}

.course-lp-container > div:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.course-lp-container > div:nth-child(2) {
    grid-area: 1 / 2 / 3 / 3;
}

.course-lp-container > div:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
}

.course-lp-container.video-expanded {
    grid-template-columns: 1fr;
}

.video-expanded .course-lp-right {
    display: none;
}


.course-lp-r-starBg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.course-lp-r-sc-inner {
    position: relative;
}

.course-lp-r-stickyContainer {
    z-index: 2;
    position: sticky;
    top: 20px;
}

.course-lp-cc-wrapper {
    background-color: #fff;
    padding: 32px 35px;
}

.course-lp-r-sc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.course-lp-r-sc-header button {
    color: #fff;
    font-size: 1.5em;
}

.course-lp-r-sc-header h4 {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.4px;
    color: #fff;
    line-height: 28px;
}

.course-lp-r-contentList {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    max-height: 93vh;
    min-height: 80vh;

}

.course-lp-r-cl-itemA {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: 300ms;
}

.course-lp-r-cl-iA-header {
    display: flex;
    gap: 10px;
    align-items: center;

}

.course-lp-r-cl-iA-h-left {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
}

.course-lp-r-cl-iA-h-left i {
    display: none;
}

.course-lp-r-cl-iA-h-left.active i {
    display: block;
    color: #110141;
}

.course-lp-r-cl-iA-h-left.active {
    background-color: #6e00ff;
}

.course-lp-r-cl-iA-h-right {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.course-lp-r-cl-iA-h-right > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.course-lp-r-cl-iA-h-right > div > i {
    color: #fff;
    font-size: 1.4em;
    transition: 300ms;
}

.course-lp-r-cl-iA-h-right > span {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #b7b2c6;
}

.course-lp-r-cl-iA-h-right > div > span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    line-height: 24px;
}

.course-lp-r-cl-iA-body ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.course-lp-r-cl-iA-body ul li {
    list-style-type: disc;
    list-style-position: inside;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #bbb7c9;
}

.course-lp-r-cl-iA-body ul li::marker {
    color: #bbb7c9;
}

.course-lp-r-cl-iA-body {
    overflow: hidden;
    max-height: 0;
    padding: 0;
    transition: 300ms;
    padding: 0 23px;
}


.expanded .course-lp-r-cl-iA-h-right > div > i {
    transform: rotate(180deg);
}

.course-lp-r-cl-itemA.expanded {
    background-color: rgba(255, 255, 255, 0.06);
}

.video-js.custom .vjs-big-play-button {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.lessonContentItem:hover {
    cursor: pointer;
    color: #f5f5f5;
    background-color: #110141;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    padding: 5px;
}

.course-lp-r-cl-itemA:hover {
    background-color: rgba(255, 255, 255, 0.06);
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);

}

.course-lp-r-cl-iA-header > a {
    width: 100%;
    padding: 16px 16px 16px 0;
}

.custom-dropdown {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.custom-dropdown-button {
    background-color: #6E00FF;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.custom-dropdown-button:hover {
    background-color: #5d0cc8;
}

.custom-dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    background-color: rgba(255, 255, 255, 1);
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 1;
    padding: 0;
}

.custom-dropdown-item {
    color: #333;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s ease;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.custom-dropdown-item:last-child {
    border-bottom: none;
}

.custom-dropdown.open .custom-dropdown-menu {
    display: block;
}

.course-lp-cs-categoryList {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.course-lp-r-sc-header button i:nth-child(2) {
    display: none;
}

.course-dp-ti-h-innerWrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media only screen and (max-width: 991px) {

    .course-dp-ti-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .course-dp-ti-h-innerWrapper {
        align-items: flex-start;
        flex-direction: row-reverse;
        justify-content: space-between;
        width: 100%;
    }

    .course-dp-ti-header span {
        margin-left: 0;
    }

    .course-dp-ti-header p {
        font-size: 14px;
        line-height: 18px;
    }

    .course-ls-h-left {
        width: calc(100% - 121px);
    }

    .course-ls-h-left h2 {
        font-size: 16px;
        text-overflow: ellipsis;
        max-width: calc(100% - 90px);
        overflow: hidden;
        white-space: nowrap;
    }

    .course-ls-h-r-progressWrapper span:nth-child(2) {
        display: none;
    }

    .container-lp-courseList {
        grid-template-columns: 1fr 1fr;
    }

    .course-lp-categorySelector {
        flex-direction: column;
    }

    .course-lp-searchContainer {
        margin-left: 0;
    }

    .container-lp-courseList {
        margin-top: 60px;
    }

    .course-dp-mainContainer {
        display: flex;
        flex-direction: column-reverse;
    }

    .course-dp-heroImageWrapper {
        display: none;
    }

    .course-dp-heroImageWrapper--mobile {
        display: block;
    }

    .course-dp-mc-r-btnWrapper {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        padding: 10px;
        display: flex;
        justify-content: center;
        border: 1px solid #EAEAEA;
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        z-index: 10;
    }

    .course-dp-mc-r-stickyWrapper {
        position: static;
    }

    .course-dp-mc-r-btnWrapper button, .course-dp-mc-r-btnWrapper a {
        width: calc(100% - 20px);
        margin: 0;

    }

    .course-lp-container {
        grid-template-columns: 1fr;
    }

    .course-lp-container > div:nth-child(1) {
        grid-area: 1 / 1 / 2 / 2;
    }

    .course-lp-container > div:nth-child(2) {
        grid-area: 2 / 1 / 3 / 2;
    }

    .course-lp-container > div:nth-child(3) {
        grid-area: 3 / 1 / 4 / 2;
    }

    .video-js.custom, .video-expanded .video-js.custom {
        height: 56vw !important;
        max-height: calc(900vw / 9);
    }

    .course-lp-right {
        margin-top: 17px;
    }

    .course-lp-cc-wrapper {
        margin-top: 17px;
    }

    .course-lp-r-contentList {
        max-height: 500px;
        min-height: unset;
    }

    .video-expanded .course-lp-right {
        display: block;
    }

    .video-expanded .course-lp-expandBtn {
        display: none;
    }

    .course-lp-r-sc-header button i:nth-child(2) {
        display: block;
        transition: 300ms;
    }

    .video-expanded .course-lp-r-sc-header button i:nth-child(2) {
        transform: rotate(180deg);
    }

    .course-lp-r-sc-header button i:nth-child(1) {
        display: none;
    }


    .course-lp-r-contentList {
        max-height: 500px;
    }

    .video-expanded .course-lp-r-contentList {
        max-height: 0;
    }

    .vjs-icon-cinemaMode {
        display: none !important;
    }

    .video-js.custom .vjs-control-bar {
        margin-left: 0;
        margin-bottom: 0;
        padding: 0;
        max-width: 100%;
        border-radius: 0;
        height: 40px;
    }


}

@media only screen and (max-width: 767px) {
    .container-lp-courseList {
        grid-template-columns: 1fr;
    }

}

.vjs-icon-cog:before {
    font-size: 17px;
}

.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0em;
    margin-bottom: 4em;
    border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: 0.2em 0;
    line-height: 1.4em;
    font-size: 16px;
    text-align: center;
    text-transform: lowercase;
}

.course-completed {
    opacity: 0.8;
    transition: all 0.3s ease;
}

.course-completed:hover {
    opacity: 0.9;
}

.grayscale {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.course-completed:hover .grayscale {
    filter: grayscale(70%);
}

.certificate-status-container {
    width: 100%;
    height: auto;
    margin: 40px auto;
    border-radius: 16px;
    background: linear-gradient(295deg, rgba(255, 255, 255, 0.00) 17.36%, rgba(249, 113, 113, 0.08) 100%), #FFF;
    box-shadow: -70px 24px 32px 0 rgba(0, 0, 0, 0.02), 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 0 0 1px rgba(0, 0, 0, 0.04);
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

}

.certificate-status-header {
    color: #0E0227;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.6px;
    margin-bottom: 32px;
}

.certificate-status-info-text {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    justify-content: center;
    margin-top: 24px;
    position: relative;
}

.certificate-status-info-text i {
    font-size: 24px;
    color: #F97171;
    position: relative;
    top: -8px;
}

.certificate-status-info-text span {
    color: rgba(14, 2, 39, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


.certificate-status-wrapper {
    width: 100%;
    margin-top: 32px;
}

.certificate-progress {
    width: 100%;
}

.certificate-progress-track {
    position: relative;
    width: 100%;
    height: 12px;
    background: #EBEBEB;
    border-radius: 999px;
}

.certificate-progress-fill {
    position: relative;
    height: 100%;
    background: #F97171;;
    border-radius: 999px;
    transition: width 300ms ease;
}

.certificate-progress-badge {
    position: absolute;
    top: -37px;
    background: #F97171;;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding:6px 8px 4px 8px;
    border-radius: 999px;
    letter-spacing: -0.064px;
}

.certificate-progress-threshold {
    position: absolute;
    top: 50%;
    transform: translate(-1px, -50%);
    width: 0;
    height: 24px;
    border-left: 2px dashed #666;;
}

.certificate-progress-threshold-label {
    margin-top: 10px;
    text-align: center;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.064px;
}

.certificate-status-text-link {
    color: #2491FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.certificate-status-text-link:hover {
    color: #0066d0;
}

/* Modern Lesson Progress Bar Styles */
.lesson-progress-container {
    margin-top: 0;
    padding: 0 16px;
    width: 100%;
    margin-bottom: 12px;
}

.lesson-progress-bar-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lesson-progress-bar {
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #f1f3f4 0%, #e8eaed 100%);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.lesson-progress-fill {
    height: 100%;
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.lesson-progress-fill.completed {
    background: linear-gradient(90deg, #00c853 0%, #4caf50 50%, #2e7d32 100%);
    box-shadow: 0 0 8px rgba(0, 200, 83, 0.3);
}

.lesson-progress-fill.incomplete {
    background: linear-gradient(90deg, #ff9800 0%, #ffc107 50%, #f57c00 100%);
    box-shadow: 0 0 8px rgba(255, 152, 0, 0.3);
}

.lesson-progress-fill.completed::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.lesson-progress-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    line-height: 1.4;
}

.lesson-progress-percentage {
    font-weight: 600;
    color: #1a73e8;
    background: linear-gradient(90deg, #1a73e8, #4285f4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 13px;
}

.lesson-progress-status {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lesson-progress-status.completed {
    color: #48eb50;
    background: linear-gradient(90deg, rgba(76, 175, 80, 0.25), rgba(46, 125, 50, 0.25));
    border: 1px solid rgba(69, 255, 77, 0.66);
    font-weight: 600;
}

.lesson-progress-status.incomplete {
    color: #f57c00;
    background: linear-gradient(90deg, rgba(255, 152, 0, 0.1), rgba(245, 124, 0, 0.1));
    border: 1px solid rgba(255, 152, 0, 0.2);
}

.lesson-progress-status i {
    font-size: 12px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .lesson-progress-container {
        padding: 0 12px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .lesson-progress-info {
        font-size: 11px;
    }

    .lesson-progress-status {
        font-size: 10px;
        padding: 3px 6px;
    }

    .lesson-progress-percentage {
        font-size: 12px;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .lesson-progress-bar {
        background: linear-gradient(90deg, #2d3748 0%, #4a5568 100%);
    }

    .lesson-progress-percentage {
        color: #60a5fa;
        background: linear-gradient(90deg, #60a5fa, #93c5fd);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
}

.course-lessons-tooltip {
    position: relative;
    display: inline-block;
}

.course-lessons-tooltip .courseTooltipText {
    display: none;
    max-width: 270px;
    width: max-content;
    background-color: #ffffff;
    color: #110141;
    text-align: center;
    border-radius: 8px;
    padding: 5px 8px;
    position: absolute;
    z-index: 9999;
    bottom: 125%;
    right: 0;
    margin-left: 0;
    font-size: 14px;
    font-weight: 500;
    white-space: normal;
    word-wrap: break-word;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: 3ms all;
}

.course-lessons-tooltip .courseTooltipText::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 20px;
    margin-right: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

.course-lessons-tooltip:hover .courseTooltipText {
    display: block;
}

/* Centered tooltip variant - new styles that won't break existing ones */
.course-lessons-tooltip.centered .courseTooltipText {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.course-lessons-tooltip.centered .courseTooltipText::after {
    right: auto;
    left: 50%;
    margin-right: 0;
    margin-left: -5px;
}

/* Modern Certificate Status Design */
.certificate-status-modern {
    width: 100%;
    padding: 24px;
    margin: 20px 0;
    border-radius: 16px;
    background: #FFF;
    box-shadow: -70px 24px 32px 0 rgba(0, 0, 0, 0.02), 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.certificate-status-header-modern {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    border-bottom: 1px solid #DEDEDE;
}

.certificate-status-title {
    color: #0E0227;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.6px;
    margin: 0;
}

.certificate-status-total {
    display: flex;
    align-items: center;
    gap: 8px;
}

.certificate-status-label {
    color: #858585;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.certificate-status-count {
    color: #6E00FF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.certificate-lessons-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.lesson-status-row {
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.lesson-context-row {
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.lesson-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.lesson-circle.completed {
    border-radius: 27px;
    border: 1px solid #DEDEDE;
    background: #6E00FF!important;
    color: #fff;
}

.lesson-circle.completed:hover {
    transform: scale(1.1);
}

.lesson-circle.completed i {
    font-size: 22px;
    font-weight: 500;
}

.lesson-circle.incomplete {
    border-radius: 27px;
    border: 1px solid #DEDEDE;
    background: #EBEBEB;
    color: #858585;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: -0.6px;
}

.lesson-circle.incomplete:hover {
    background: #e8e8e8;
    transform: scale(1.05);
}

.lesson-circle.starred {
    color: #FCC063;
    position: relative;
    border-radius: 27px;
    border: 1px solid #DEDEDE;
    background: #EBEBEB;
}

.lesson-circle.starred:hover {
    background: #fff3cd;
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(255, 165, 0, 0.3);
}

.lesson-circle.starred i {
    font-size: 16px;
    animation: starGlow 2s ease-in-out infinite alternate;
}

.context-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    color: #999;
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
}

.certificate-status-info-modern {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.certificate-status-info-modern i {
    color: #F97171;
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}

.certificate-status-info-modern span {
    color: #858585;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .certificate-status-modern {
        padding: 16px;
        margin: 16px 0;
    }

    .certificate-status-header-modern {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .certificate-status-title {
        font-size: 18px;
    }

    .lesson-circle {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .context-circle {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .lesson-circle.completed i,
    .lesson-circle.starred i {
        font-size: 14px;
    }

    .certificate-status-info-modern span {
        font-size: 14px;
    }

    .certificate-status-info-modern {
        align-items: center;
    }
}

@media (max-width: 480px) {
    .lesson-status-row,
    .lesson-context-row {
        gap: 6px;
    }

    .lesson-circle.incomplete {
        font-size: 12px;
    }

    .context-circle {
        width: 24px;
        height: 24px;
        font-size: 10px;
    }

    .certificate-status-count {
        font-size: 16px;
    }

    .certificate-status-header-modern {
        gap: 0;
    }

    .lesson-circle.completed i,
    .lesson-circle.starred i {
        font-size: 12px;
    }
}

/* Course Company Grid Styles */
.course-company-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    max-width: 990px;
    margin: 0 auto;
    padding-top: 0;
}

@media (max-width: 992px) {
    .course-company-grid {
        grid-template-columns: repeat(3, 1fr);
        max-width: 420px;
    }
    .course-company-thumbnail {
        max-width: 130px;
    }
}

@media (max-width: 460px) {
    .course-company-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%;
        width: 100%;
    }
    .course-company-thumbnail {
        max-width: 90px;
    }
}

.course-company-grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-company-thumbnail {
    width: 100%;
    max-width: 165px;
    aspect-ratio: 1/1;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease;
}

.course-company-grid-item:hover .course-company-thumbnail {
    transform: translateY(-5px);
}

.course-company-image {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: center;
    display: block;
}

.course-company-grid-item .more-text {
    color: #6E00FF;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    margin: 0;
    font-style: italic;
}

.course-school-subtitle {
    margin-top: 30px;
    font-size: 18px;
    line-height: 24px;
    color: #0d0d12;
}

.course-detail-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: 768px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.course-detail-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.course-detail-meta-participants {
    font-size: 14px;
    color: #0d0d12;
    font-weight: 500;
}

.course-detail-meta > * {
    display: flex;
    align-items: center;
}

.course-detail-meta > *:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #0d0d12;
    margin-left: 24px;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .course-detail-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        margin-top: 12px;
    }

    .course-detail-meta > *:not(:last-child)::after {
        display: none;
    }

    .course-detail-badges {
        gap: 6px;
    }

    .course-badge {
        font-size: 12px;
        padding: 2px 6px;
    }
}