body.single.single-course .course_description {
    font-size: 18px;
    font-family: 'Roboto';
    color: #1A1B1C;
    line-height: 30px;
}

body.single.single-course h2.wp-block-heading {
    color: #1A1B1C;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Roboto';
    margin: 30px 0 10px;
}

.lecture-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.lecture-item a {
    color: #1A1B1C;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.single_course_container {
        max-width: 1300px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 15px;
    }

    .single_course_hero_left {
        width: 60%;
    }

    .single_course_hero_right {
        width: 40%;
    }

    .single_course_hero_right img {
        border-radius: 20px;
        border: 7px solid #fff;
    }

.elearn_single_course_hero_section {
    background: linear-gradient(90deg,rgb(177,158,149) 0%,rgb(130,135,137) 100%);
    padding: 80px 0;
    background-position: bottom;
    background-size: cover;
    margin: 5px 0;
}

    .nxt-card__stars {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .nxt-card__stars>svg {
        width: 80px;
    }

    .nxt-card__stars .rating__background {
        fill: #bfc3ca;
        stroke: red;
        stroke-width: 1;
        height: 100%;
        width: 100%;
    }

    .nxt-card__stars .rating__value {
        fill: #bfa06a;
        height: 100%;
    }

    h1.title_of_course {
        color: #1A1B1C;
        font-family: 'Roboto';
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        /* 57.2px */
    }

    .parag_of_course {
        color: #1A1B1C;
        font-family: 'Roboto';
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 33.6px */
    }

    .single_course_hero_title {
        padding-right: 10%;
    }

    .course_meta {
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 20px;
        margin: 5px 0;
        color: #1A1B1C;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 18.255px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%;
    }

    .course_credits_box {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .course_credits_box del {
        font-size: 20px;
        opacity: 0.5;
    }

    .course-rating {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .stripe_coupon_wrap {
        max-width: 450px;
        width: 100%;
    }

    section.unclock_section,
    .related_course_section {
        background: #fff;
        padding: 70px 0;
    }

    .related_course_section .unlock_heading {
        text-align: left !important;
    }

    .courses-grid.related-courses {
        padding: 0 15px;
    }

    .unclock_box {
        border-radius: 16px;
        background: #FFF;
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.10);
        padding: 50px 15px;
        text-align: center;
        margin-bottom: 30px;
    }

    .unlock_heading {
        color: #1A1B1C;
        text-align: center;
        font-family: Roboto;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        margin-bottom: 40px;
        width: 100%;
        /* 111.111% */
    }

    h3.course_details_heading {
        color: #1A1B1C;
        font-family: Roboto;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        text-transform: capitalize;
    }

    .unclock_box h3 {
        color: #1A1B1C;
        text-align: center;
        font-family: Roboto;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 20px 0;
    }

    .unclock_box p {
        color: #1A1B1C;
        text-align: center;
        font-family: 'Roboto';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        /* 25.6px */
        padding: 0 47px;
        opacity: 0.6;
    }


    @media (max-width: 992px) {
        .about-container {
            flex-direction: column;
            gap: 40px;
        }
    }

    /* CSS from section:syllabus */
    .syllabus-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0px;
    }


    .accordion {
        width: 100%;
        overflow: hidden;
        border-top: 0;
    }



    .title_faqStyle {
        display: inline-flex;
        gap: 20px;
        align-items: center;
    }

    .faq-drawer__content {
        padding-left: 15px;
        padding-top: 15px;
    }

    .lecture-item a:hover {
        color: #1A1B1C !important;
    }

    .faq-drawer {
        margin-bottom: -1px;
        padding: 20px 5px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    }

    .faq-drawer__content-wrapper {
        font-size: 1.25em;
        line-height: 1.4em;
        max-height: 0px;
        overflow: hidden;
        transition: 0.25s ease-in-out;
    }

    .faq-drawer__title {
        cursor: pointer;
        display: block;
        padding: 0;
        position: relative;
        margin-bottom: 0;
        transition: all 0.25s ease-out;
        color: #10162F;
        font-family: 'Inter', sans-serif;
        font-size: 18.906px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
        /* 137.521% */
    }

    .faq-drawer__title::after {
        border-style: solid;
        border-width: 1px 1px 0 0;
        content: " ";
        display: inline-block;
        float: right;
        height: 13px;
        left: 2px;
        position: relative;
        right: 20px;
        top: -40px;
        transform: rotate(135deg);
        transition: 0.35s ease-in-out;
        vertical-align: top;
        width: 13px;
    }

    .faq-drawer__title:hover {
        color: #4E4B52;
    }

    .faq-drawer__trigger:checked+.faq-drawer__title+.faq-drawer__content-wrapper {
        max-height: 350px;
    }

    .faq-drawer__trigger:checked+.faq-drawer__title::after {
        transform: rotate(-45deg);
        transition: 0.25s ease-in-out;
    }

    input[type="checkbox"] {
        display: none;
    }

    .title_faqStyle {
        display: block;
    }

    span.lecture-duration {
        display: block;
        font-size: 14px;
        font-weight: 500;
    }

    .course_description {
        margin-bottom: 30px;
    }

    /* Tablet view */
    @media only screen and (min-width:767px) and (max-width: 992px) {
        h1.title_of_course {
            font-size: 32px;
        }

        .unclock_box h3 {
            font-size: 20px;
        }

        .unclock_box p {
            padding: 0;
        }
    }

    @media (max-width:767px) {

        .single_course_hero_left,
        .single_course_hero_right {
            width: 100%;
        }

        .single_course_container {
            flex-direction: column;
            gap: 20px;
            text-align: center;
        }

        .single_course_hero_left {
            order: 2;
        }

        .single_course_hero_right {
            order: 1;
        }

        .course_meta {
            justify-content: center;
        }

        .stripe_coupon_wrap {
            margin: auto;
        }

        .single_course_hero_title {
            padding-right: 0;
        }
        h1.title_of_course {
            font-size: 30px;
        }
        
        .course_meta {
            gap: 5px;
        }
        
        .stripe_coupon_wrap {
            max-width: 300px;
        }
        
        .unlock_heading {
            font-size: 28px;
            margin-bottom: 10px;
        }
        
        .course_curriculum {
            text-align: left;
        }
        
        .unclock_box p {
            padding: 0;
        }
        
        .unclock_box {
            padding: 20px;
        }
        
        label.faq-drawer__title {
            font-size: 16px;
        }
        
        .title_faqStyle {
            margin-right: 15px;
        }
        
        .faq-drawer {
            padding: 10px 5px;
        }
        section.unclock_section, .related_course_section {
            padding: 30px 0;
        }
        
        .course_description {
            text-align: left;
        }



    }

    /* Mobile view */
    @media (max-width: 600px) {

        .elearn_single_course_hero_section {
            padding: 40px 0;
        }

        .single_course_container {
            padding: 0 15px;
            /* ✅ add some breathing room */
        }

    }

    @media (max-width: 400px) {
        .course_meta {
            display: block;
        }

        .course-rating {
            justify-content: center;
        }

        h1.title_of_course {
            font-size: 24px;
        }

        p.parag_of_course {
            font-size: 16px;
        }
    }

