body {
    background-color: #f4f5f5;
}

.hero_sec {
    position: relative;

    border-radius: 24px;
    color: #fff;

    .content {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 30px 20px 59px 20px;
    }

    p {
        margin: 0;
    }

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0000009c;
        z-index: -1;
        border-radius: 24px;
    }

    & > img {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 24px;
        z-index: -2;
    }

    .title {
        font-weight: 700;
        font-size: 40px;
    }

    .dis {
        max-width: 700px;
        font-weight: 300;
        font-size: 20px;
    }

    .info {
        & > p {
            font-weight: 300;
            font-size: 16px;
        }

        div {
            p {
                box-shadow: 0px 4px 4px 0px #00000040;
                background-color: #fff;
                color: #2243a4;
                font-weight: 700;
                font-size: 18px;
                padding: 6px;
                border-radius: 12px;
            }
        }
    }
    .details {
        height: 110px !important;
    }
    @media (max-width: 992px) {
        height: auto;

        .info {
            margin: 20px auto;

            p {
                color: black;
                margin-bottom: 10px !important;
                font-size: 10px;
                font-weight: 500;
                text-align: center;
            }

            .info-card {
                font-size: 14px;
                text-wrap: nowrap;
                .label {
                    font-size: 12px;
                }
            }

            & > div {
                justify-content: center;
            }
        }

        .title {
            font-size: 24px;
        }

        .dis {
            font-size: 16px;
        }

        .row {
            padding: 0 !important;
        }

        .details {
            position: absolute;
            left: 0;
            flex-direction: column;
            height: auto !important;
            gap: 10px;
            top: calc(100% + 30px);
            padding: 10px;

            .info-item {
                text-align: center;
                align-items: center;
                .value span {
                    font-size: 14px;
                }
            }
        }

        .cta {
            min-width: auto !important;
            border-top: none;
            justify-content: space-between;

            .price-info {
                border: none !important;
                padding: 0;

                .current-price {
                    font-size: 20px;
                    text-wrap: nowrap;
                }

                .original-price {
                    font-size: 20px;
                }
            }

            .enroll-btn {
                min-width: 150px;
                height: 48px;
                font-size: 16px;
            }
        }

        .cta.scrolled {
            position: fixed;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1000;
            box-shadow: 0px 8px 16px 0px #0000002a;
            width: calc(100% - 12px);
            background: #fff;
            border-radius: 10px;
            padding: 10px;
        }
    }
}
@media (max-width: 992px) {
    .hero_sec {
        margin-top: 170px !important;
    }
}

.details {
    position: absolute;
    left: 0;
    top: calc(100% - 40px);
    background: white;
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0px 4px 8px 0px #0000001a;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

    .course-info {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .info-item {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 10px;
        align-items: start;
        padding: 10px 0;
    }

    .info-item .label {
        color: #666;
        font-size: 14px;
    }

    .info-item .value {
        color: #121212;
        font-weight: 600;
        font-size: 16px;
    }

    .price-info {
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding: 0 40px;
        border-right: 1px solid #12121226;
        text-align: center;
    }

    .current-price {
        font-size: 30px;
        font-weight: 600;
        color: #000;
    }

    .scroll-price-info {
        display: none;
    }

    .scroll-price-info .name {
        font-size: 30px;
        font-weight: 600;
        color: #000;
    }

    .original-price {
        text-decoration: line-through;
        color: #808080;
        font-size: 24px;
    }

    .enroll-btn {
        width: 160px;
        max-width: 100%;
        height: 60px;
        padding: 12px;
        background: #2243a4;
        color: white;
        border: none;
        border-radius: 14px;
        font-weight: 600;
        cursor: pointer;
    }

    .cta {
        min-width: 393px;
    }
}

.details.scrolled {
    position: fixed;
    top: 0;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 8px 16px 0px #0000002a;
}

@media (max-width: 992px) {
    .details {
        position: static;
        transform: none;
        transition: none;
    }

    .details.scrolled {
        transform: none;
        box-shadow: 0px 4px 8px 0px #0000001a;
    }
}

.section__title {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .section__title {
        margin-top: 158px;
    }
}

.vid-sec {
    margin-top: 128px;
    overflow: hidden;
    border-radius: 30px;
}

@media (max-width: 992px) {
    .vid-sec {
        margin-top: 305px;
        height: auto;
    }
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    border-radius: 16px;
    overflow: hidden;
}

.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec-title {
    font-size: 30px;
    font-weight: 600;
    color: #2243a4;
    margin-bottom: 20px;
    position: relative;

    &::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: -12px;
        width: 74px;
        height: 6px;
        border-radius: 16px;
        background-color: #2243a4;
    }
}

@media (max-width: 992px) {
    .sec-title {
        font-size: 16px;

        &::before {
            width: 60px;
            height: 2px;
        }
    }
}

.content-sec {
    margin: 60px 0;

    .content {
        font-size: 20px;
        font-weight: 300;
        color: #7a8582;
    }
}

@media (max-width: 992px) {
    .content {
        font-size: 14px;
    }

    .content-sec {
        margin: 30px 0;
    }
}

.accordion {
    width: 100%;
}

.accordion-item {
    border: none;
    margin-bottom: 10px;
    border: 1px solid #007aff26 !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}

.accordion-button {
    width: 100% !important;
    padding: 0 !important;
    height: 58px !important;
    border: none;
    background-color: #2243a4 !important;
    box-shadow: none !important;
    color: #fff !important;
    height: 93px !important;
    padding: 20px 24px !important;
    font-size: 20px;
    font-weight: 700;
    border-radius: 12px !important;
    box-shadow: none !important;

    &::after {
        margin-left: 0;
        margin-right: auto;
        width: 13px;
        height: 13px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        background-image: none !important;
        transform: rotate(225deg) !important;
        transition: transform 0.3s ease;
    }
}
[dir="ltr"] .accordion-button::after {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.accordion-button.collapsed {
    background: #fff !important;
    color: #333333 !important;
    box-shadow: none !important;

    &::after {
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        transform: rotate(45deg) !important;
    }
}

.accordion-body {
    padding: 20px !important;
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 16px;

    .item {
        height: 93px !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #007aff26;
        padding: 20px;
        border-radius: 6px;

        .acc-right {
            p {
                font-weight: 400;
                font-size: 16px;
                color: #333333;
            }

            span {
                font-weight: 400;
                font-size: 14px;
                color: #59595a;
            }
        }

        .acc-left {
            display: flex;
            align-items: center;
            gap: 10px;
            border-radius: 6px;
            padding: 10px;
            background-color: #007aff26;

            span {
                font-weight: 400;
                font-size: 14px;
                color: #4c4c4d;
            }
        }
    }
}

@media (max-width: 992px) {
    .accordion-item {
        border-radius: 8px;
    }

    .accordion-button {
        height: 40px !important;
        padding: 8px 16px !important;
        font-size: 14px;

        &::after {
            width: 8px;
            height: 8px;
        }
    }

    .accordion-body {
        padding: 15px !important;
        gap: 12px;

        .item {
            height: 70px !important;
            padding: 15px;

            .acc-right {
                p {
                    font-size: 10px;
                    margin: 0 !important;
                }

                span {
                    font-size: 8px;
                }
            }

            .acc-left {
                padding: 4px;
                gap: 4px;

                svg {
                    width: 7px;
                    height: 7px;
                }

                span {
                    font-size: 8px;
                }
            }
        }
    }
}

.skills-section {
    margin: 40px 0;
}

.skill-item {
    background-color: #ffffff;
    padding: 8px;
    border-radius: 1000px;
}

.skill-text {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.skill-number {
    background-color: #2243a4;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 992px) {
    .skills-section {
        margin: 20px 0;
    }

    .skill-item {
        padding: 4px;
    }

    .skill-text {
        font-size: 12px;
    }

    .skill-number {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
}

.instructor-section {
    margin: 60px 0;
}

.instructor-card {
    background-color: transparent;
    border-radius: 12px;
    padding: 24px;
}

.instructor-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.instructor-section .img-con {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
}
.instructor-section .img-con > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instructor-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instructor-name {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.instructor-title {
    font-size: 16px;
    color: #7a8582;
    margin-bottom: 0;
}

.instructor-description {
    font-size: 20px;
    font-weight: 400;
    color: #7a8582;
}

.instructor-section .card {
    padding: 16px;
    background-color: #fff;
    border-radius: 28px;
    border: 1px solid;
    border: 1px solid #2243a4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
    height: 300px;

    .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #2243a4;
    }

    .card_title {
        font-size: 24px;
        font-weight: 600;
    }

    .dis {
        font-size: 20px;
        font-weight: 400;
        color: #7a8582;
    }
}

@media (max-width: 992px) {
    .instructor-section {
        margin: 30px 0;
    }

    .instructor-card {
        padding: 16px;
    }

    .instructor-avatar {
        width: 48px;
        height: 48px;
    }

    .instructor-name {
        font-size: 16px;
    }

    .instructor-title {
        font-size: 14px;
    }

    .instructor-description {
        font-size: 14px;
    }

    .instructor-section .card {
        height: auto;
        padding: 13px 8px;
        gap: 8px;

        .icon {
            width: 32px;
            height: 32px;

            svg {
                width: 12px;
                height: 12px;
            }
        }

        .card_title {
            font-size: 16px;
            font-weight: 600;
        }

        .dis {
            font-size: 12px;
        }
    }
}

.accordion-body {
    padding: 20px !important;
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 16px;

    .item {
        height: 93px !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #007aff26;
        padding: 20px;
        border-radius: 6px;

        .acc-right {
            p {
                font-weight: 400;
                font-size: 16px;
                color: #333333;
            }

            span {
                font-weight: 400;
                font-size: 14px;
                color: #59595a;
            }
        }

        .acc-left {
            display: flex;
            align-items: center;
            gap: 10px;
            border-radius: 6px;
            padding: 10px;
            background-color: #007aff26;

            span {
                font-weight: 400;
                font-size: 14px;
                color: #4c4c4d;
            }
        }
    }
}

@media (max-width: 992px) {
    .accordion-item {
        border-radius: 8px;
    }

    .accordion-button {
        height: 40px !important;
        padding: 8px 16px !important;
        font-size: 14px;

        &::after {
            width: 8px;
            height: 8px;
        }
    }

    .accordion-body {
        padding: 15px !important;
        gap: 12px;

        .item {
            height: 70px !important;
            padding: 15px;

            .acc-right {
                p {
                    font-size: 10px;
                    margin: 0 !important;
                }

                span {
                    font-size: 8px;
                }
            }

            .acc-left {
                padding: 4px;
                gap: 4px;

                svg {
                    width: 7px;
                    height: 7px;
                }

                span {
                    font-size: 8px;
                }
            }
        }
    }
}

.skills-section {
    margin: 40px 0;
}

.skill-item {
    background-color: #ffffff;
    padding: 8px;
    border-radius: 1000px;
}

.skill-text {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.skill-number {
    background-color: #2243a4;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 992px) {
    .skills-section {
        margin: 20px 0;
    }

    .skill-item {
        padding: 4px;
    }

    .skill-text {
        font-size: 12px;
    }

    .skill-number {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
}

.instructor-section {
    margin: 60px 0;
}

.instructor-card {
    background-color: transparent;
    border-radius: 12px;
    padding: 24px;
}

.instructor-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.instructor-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instructor-name {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.instructor-title {
    font-size: 16px;
    color: #7a8582;
    margin-bottom: 0;
}

.instructor-description {
    font-size: 20px;
    font-weight: 400;
    color: #7a8582;
}

.instructor-section .card {
    padding: 16px;
    background-color: #fff;
    border-radius: 28px;
    border: 1px solid;
    border: 1px solid #2243a4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
    height: 300px;

    .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #2243a4;
    }

    .card_title {
        font-size: 24px;
        font-weight: 600;
    }

    .dis {
        font-size: 20px;
        font-weight: 400;
        color: #7a8582;
    }
}

@media (max-width: 992px) {
    .instructor-section {
        margin: 30px 0;
    }

    .instructor-card {
        padding: 16px;
    }

    .instructor-avatar {
        width: 48px;
        height: 48px;
    }

    .instructor-name {
        font-size: 16px;
    }

    .instructor-title {
        font-size: 14px;
    }

    .instructor-description {
        font-size: 14px;
    }

    .instructor-section .card {
        height: auto;
        padding: 13px 8px;
        gap: 8px;

        .icon {
            width: 32px;
            height: 32px;

            svg {
                width: 12px;
                height: 12px;
            }
        }

        .card_title {
            font-size: 16px;
            font-weight: 600;
        }

        .dis {
            font-size: 12px;
        }
    }
}

.certificates-section {
    margin: 60px 0;
}

.certificate-text {
    color: #7a8582;
    font-size: 30px;
    font-weight: 400;
}
.certificate-text > p {
    font-size: 20px;
}
.certificate-image {
    margin: 20px auto;
    width: fit-content;
}

.certificate-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    min-height: 477px;
}

.certificate-note {
    color: #7a8582;
    font-size: 30px;
    font-weight: 700;
}

@media (max-width: 992px) {
    .certificates-section {
        margin: 30px 0;
    }

    .certificate-content {
        padding: 16px;
    }

    .certificate-text {
        font-size: 14px;
    }

    .certificate-image img {
        min-height: 250px;
    }

    .certificate-note {
        font-size: 14px;
    }
}

.faq-content-sec {
    margin: 60px 0;
}

.faq-items {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px;
    padding: 15px;
    padding-bottom: 0;
    background-color: #fff;
}

.faq-item {
    padding-bottom: 15px;
}

.faq-item:not(:last-child) {
    border-bottom: 1px solid rgba(34, 67, 164, 0.1);
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    transition: all 0.3s ease;
}

.faq-header[aria-expanded="true"] .faq-question {
    color: #2243a4;
}

.faq-header::after {
    content: "+";
    font-size: 24px;
    color: #000;
    transition: all 0.3s ease;
}

.faq-header[aria-expanded="true"]::after {
    content: "-";
    color: #2243a4;
}

.faq-answer {
    font-size: 16px;
    color: #7a8582;
    line-height: 1.6;
    padding: 0 0 16px;
}

@media (max-width: 992px) {
    .faq-header {
        padding: 0;
    }

    .faq-content-sec {
        margin: 30px 0;
    }

    .faq-items {
        padding: 16px;
    }

    .faq-question {
        font-size: 16px;
    }

    .faq-header::after {
        font-size: 20px;
    }

    .faq-answer {
        font-size: 14px;
        padding: 12px 0;
    }
}

.related-courses {
    margin: 60px 0;
    position: relative;
}




.course-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.course-image {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    height: 350px;
    border-radius: 16px;
}

.course-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course-content {
    padding: 16px;
    aspect-ratio: 9/16;
}

.course-content iframe {
    border-radius: 15px;
    margin-bottom: 16px;
}

.course-title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 12px;
}

.course-description {
    font-size: 16px;
    color: #7a8582;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .swipe-btn {
        display: none !important;
    }

    .related-courses {
        margin: 30px 0;
    }

    .related-courses-swiper {
        padding: 10px 30px;
    }

    .course-content {
        padding: 16px;
    }

    .course-title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .course-description {
        font-size: 12px;
    }
}

.testimonials {
    position: relative;
}

.testimonial-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px 32px;
    height: 211px;
    box-shadow: 0px 4.3px 10.74px 0px #5252521a;
}

.testimonial-card .avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
}

.testimonial-card .name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.testimonial-card .date {
    font-size: 16px;
    color: #777777;
    margin: 0;
}

.testimonial-card .rating {
    margin: 16px 0;
}

.testimonial-card .review-text {
    font-size: 16px;
    color: #2c2c2c;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;      
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testimonials-swiper {
    padding: 20px 0;
}

@media (max-width: 992px) {
    .testimonials {
        padding: 20px 0;
    }

    .testimonial-card {
        padding: 11px 18px;
        height: 150px;
    }

    .testimonial-card .avatar {
        width: 37px;
        height: 37px;
    }

    .testimonial-card .name {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .testimonial-card .date {
        font-size: 10px;
    }

    .testimonial-card .rating {
        margin: 12px 0;
    }

    .testimonial-card .stars svg {
        width: 12px;
        height: 12px;
    }

    .testimonial-card .review-text {
        font-size: 12px;
        -webkit-line-clamp: 3;
    }
}

.wow {
    margin: 40px 0;
    position: relative;
}

.wow .course_card {
    width: 400px;
    max-width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    height: 720px;
    h3 {
        margin: 0;
    }

    p {
        margin: 0;
    }
}

.wow .img-con {
    min-height: 250px;
    border-radius: 5px;
    overflow: hidden;
    height: 300px;
    max-height: 300px;
}

.wow .course_card .cat {
    font-size: 16px;
    color: #7a8582;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wow .course_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .wow .course_card .cat {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .wow .img-con {
        min-height: 200px;
    }

    .wow .course_card {
        .before-price {
            font-size: 15px;
        }

        .price {
            font-size: 25px;
        }
    }
}

.wow .card_title h3 {
    font-weight: 700;
    font-size: 24px;
    color: #333333;
}

.wow .dis {
    color: #777777;
}

.wow .price {
    font-weight: 700;
    font-size: 36px;
    color: #2243a4;
}

.wow .before-price {
    font-weight: 500;
    font-size: 24px;
    color: #808080;

    span {
        text-decoration: line-through;
    }
}

.wow .btn-main {
    height: 60px;
    justify-content: space-between;
    border-radius: 17.31px;
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #2243a4;
}
