/* Debug border removed */


.author-disc {
    text-align: justify;
}

.content1 {
    text-align: center;
    background-color: #de1f26;
    color: black;
    height: 100px;
    margin-bottom: 100px;
}

.slide {
    text-align: center;

}

.banner-img {
    width: 1000px;
    margin-left: 300px;
}

.sidebar {
    margin-top: 150px;
}

.listContainer ul {
    margin: 0;
    font-size: 1rem;
}


/* Banner Start */


.bannerContainer span,
.bannerContainer h1,
.bannerContainer h2,
.bannerContainer h3,
.bannerContainer h4,
.bannerContainer h5,
.bannerContainer h6 {
    color: #ffffff;
    font-size: 1.1rem;
}

.bannerContainer h1 {
    color: #ffffff;
    font-size: 2.5rem;
}

.bannerContainer .inner-banner-content {
    display: block;
}

.iframeContainer {
    position: relative;
    z-index: 10;
}

.iframeContainer iframe {
    border-radius: 10px;
}

/* Banner End */
/* Learn Start */


.learnSection {
    border: 1px solid #d1d7dc;
    border-radius: 10px;
    padding: 3rem;
    margin: 0 0 50px 0;
}

.learnSection h3 {
    text-align: center;
}

.learnSection .listContainer {
    display: flex;
    gap: 10px;
}

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


    .learnSection {
        border: 1px solid #d1d7dc;
        padding: 1rem;
    }

    .learnSection .listContainer {
        flex-direction: column;
    }

}

/* Learn End */

/* Course Start */

.courseDetailSection {
    margin: 1.5rem 0;
    display: none;
}

.courseDetailSection .listContainer {
    display: flex;
    gap: 1rem;
}

.courseDetailSection ul {
    margin: 0;
    padding: 0;
}

.courseDetailSection li {
    list-style: none;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

.courseDetailSection li img {
    height: 20px;
    width: 20px;
}

@media screen and (max-width: 600px) {
    .courseDetailSection .listContainer {
        flex-direction: column;
        gap: 0;
    }
}

/* Course End */


.requirementSection,
.courseIncludesSection,
.instructorSection {
    margin: 50px 0;
}

/* Description Start */
.descriptionContainer .headingContainer h2 {
    font-size: 1.8rem;
    margin: 3rem 0;
}

.descriptionContainer .btnContainer button,
.instructorSection .btnContainer button {
    background-color: transparent;
    border: none;
    color: #463178;
    font-size: 1.1rem;
}

.descriptionContent,
.instructorDetailsContainer {
    max-height: 200px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(#ffffff, #ffffff, rgba(255, 255, 255, 0));
    mask-image: linear-gradient(#ffffff, #ffffff, rgba(255, 255, 255, 0));
}

.instructorDetailsContainer {
    max-height: 400px;
}

/* Description End */

.instructorSection p {
    font-size: 1rem;
}

.instructorContainer {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 1rem 0;
    gap: 2rem;
}

@media screen and (max-width : 560px) {
    .instructorContainer {
        flex-direction: column;
    }
}

.instructorContainer img {
    width: 150px;
    height: 180px;
    border-radius: 50px;
}

.contentContainer {
    flex: 1;
}

.iconsContainer {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
}

.iconsContainer img {
    height: 25px;
    width: 25px;
    margin-right: 1rem;
    border-radius: 0;
}

.selfSection {
    display: flex;
    position: relative;
}

/* Details Section */

.courseDetailsContainer {
    width: 350px;
    margin: 0 20px;
}


.courseDetails {
    padding: 1rem;
    width: 350px;
    border: 1px solid rgb(224, 207, 207);
    position: sticky;
    top: 120px;
    background-color: #ffffff;
    border-radius: 20px;
}

.courseDetails img {
    margin-right: 1rem;
}

.courseDetailsButton {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: none;
    color: white !important;
    margin: 1rem 0;
    background: #f12711;
    background: -webkit-linear-gradient(to right, #f5af19, #f12711);
    background: linear-gradient(to right, #f5af19, #f12711);
}


@media screen and (max-width: 992px) {
    .courseDetailsContainer {
        display: none;
    }

    .courseDetailSection {
        display: block;
    }
}


/* Accordion Start */


.accordionBodyContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordionBodyContent a {
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.accordionBodyContent a img {
    height: 15px;
    width: 15px;
}

.accordionBodyContentButton {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.accordion-button strong {
    font-weight: 800;
}

/* Accordion End */
/* Video Player Start */

#video {
    width: 100%;
}

/* Video Player End */


/* mobileCourseDetailsContainer Start */

.mobileCourseDetailsContainer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    padding: 1rem;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #41246D;
    background: -webkit-linear-gradient(180deg, #41246D 0%, #41246DE0 15%);
    ;
    background: linear-gradient(180deg, #41246D 0%, #41246DE0 100%);
    ;
}

.detailsContainer {
    width: 50%;
    flex: 1;

}

.buyContainer {
    width: 50%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1rem;
}



.courseTitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}

.buyContainer .currentCoursePrice span {
    font-size: 1.5rem;
    font-weight: 700;
}

@media screen and (max-width : 576px) {
    .detailsContainer {
        display: none;
    }

    .buyContainer {
        justify-content: space-around;
    }

    .btnContainer {
        flex: 1;
    }

    .buyContainer button {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .mobileCourseDetailsContainer {
        display: none;
    }
}

/* mobileCourseDetailsContainer End */

/* Modal Css  Start*/

.modal-body input {
    width: 100%;
}

/* Modal css End  */

/* Owned Badge and Start Learning Button */
.owned-badge {
    display: inline-block;
    background-color: #28a745;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.start-learning-btn {
    background: #28a745 !important;
    background: -webkit-linear-gradient(to right, #28a745, #1e7e34) !important;
    background: linear-gradient(to right, #28a745, #1e7e34) !important;
    cursor: pointer !important;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.start-learning-btn:hover {
    background: #1e7e34 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: white !important;
}

#courseContent {
    scroll-margin-top: 100px;
}

/* Course Consumption Alert */
.course-consumption-alert {
    background-color: #e8f4fd;
    border-left: 5px solid #2ea3f2;
    padding: 20px;
    margin: 20px 0 30px 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.course-consumption-alert i {
    font-size: 1.5rem;
    color: #2ea3f2;
}

.course-consumption-alert p {
    margin: 0;
    color: #333;
    font-size: 1.05rem;
    line-height: 1.5;
    font-weight: 500;
}

.course-consumption-alert p strong {
    color: #2ea3f2;
}