#home_banner_section {
    margin-top: 30px;
}

#home_banner_section .home-banner-slider-area .item img {
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
}

#home_banner_section .home-banner-slider-area .center .item img {
    border-radius: 0px;
}

#about_section .about-description-area p {
    margin-bottom: 15px;
    color: #3C4852;
}

#about_section .about-image-area img {
    border-radius: 10px;
    width: 100%;
    height: 420px;
    object-fit: cover;
}

#categories_section .nav-tabs {
    border: none;
    padding: 10px 0;
    margin-bottom: 20px;
    overflow-x: auto;
    flex-wrap: nowrap;
    overflow-y: auto;
}

#categories_section .nav-tabs .nav-item .nav-link.active {
    border: 2px solid #1b638a85;
    border-radius: 5px;
    color: #3C4852;
}

#categories_section .nav-tabs .nav-item .nav-link {
    border: 1px solid #fff;
    box-shadow: 0px 0px 13px #1b638a36;
    border-radius: 5px;
    font-family: 'Averta-Semibold';
    margin-right: 20px;
    color: #3C4852;
    padding: 10px 10px;
    display: flex;
    text-wrap-mode: nowrap;
    align-items: center;
}

#categories_section .nav-tabs .nav-item .nav-link span img {
    margin-right: 10px;
    width: 30px;
}

#categories_section .tab-content .view-more-button-area {
    margin-top: 30px;
    text-align: center;
    width: 100%;
}

#categories_section .tab-content .category-content-box-area {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
}

#categories_section .tab-content .category-content-box-area .category-content-box {
    background-color: #fff;
    box-shadow: 0px 0px 13px #1b638a36;
    padding: 15px;
    position: relative;
    cursor: pointer;
    border-radius: 7px;
}

#categories_section .tab-content .category-content-box-area .category-content-box img {
    border-radius: 3px;
    margin-bottom: 8px;
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 5px;
}

#categories_section .tab-content .category-content-box-area .category-content-box .course-box {
    padding: 3px 10px;
    border: 1px solid #1b638a85;
    border-radius: 3px;
    width: max-content;
    margin-bottom: 7px;
}

#categories_section .tab-content .category-content-box-area .category-content-box .course-box p {
    font-size: 10px;
    color: #3C4852;
}

#categories_section .tab-content .category-content-box-area .category-content-box .course-name {}

#categories_section .tab-content .category-content-box-area .category-content-box .course-name h3 {
    font-size: 16px;
    margin-bottom: 0;
    color: #1B638A;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

#categories_section .tab-content .category-content-box-area .course-detail-popup-area {
    background-color: #fff;
    box-shadow: 0px 0px 13px #1b638a36;
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0px;
    width: 00px;
    /* display: block; */
    z-index: 10;
    height: 100%;
    transition: 0.2s ease;
    overflow: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#categories_section .tab-content .category-content-box-area .category-content-box:nth-child(5) .course-detail-popup-area {
    right: 0 !important;
    left: unset;
}

#categories_section .tab-content .category-content-box-area .category-content-box:hover {
    /* opacity: 0; */
}

#categories_section .tab-content .category-content-box-area .category-content-box:hover .course-detail-popup-area {
    width: calc(var(--course-card-width) * 2 + 20px);
    opacity: 1;
}

#categories_section .tab-content .category-content-box-area .course-detail-popup-area h3 {
    color: #3C4852;
    font-size: 16px;
}

#categories_section .tab-content .category-content-box-area .course-detail-popup-area p {
    color: #A2A2A2;
    font-size: 12px;
    margin-bottom: 7px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#categories_section .tab-content .category-content-box-area .course-detail-popup-area ul {
    padding-left: 0;
    margin-bottom: 10px;
    /* height: 80px; */
    /* overflow-y: auto; */
}

#categories_section .tab-content .category-content-box-area .course-detail-popup-area ul li {
    list-style: none;
    color: #3C4852;
    font-size: 12px;
    margin-bottom: 5px;
    position: relative;
    font-family: "Averta-SemiBold";
    padding-left: 15px;
}

#categories_section .tab-content .category-content-box-area .course-detail-popup-area ul li::before {
    content: "";
    background-image: url('../../assets/img/svg/li-arw.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#categories_section .tab-content .category-content-box-area .course-detail-popup-area .price-btn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#categories_section .tab-content .category-content-box-area .course-detail-popup-area .price-btn-area .price h4 {
    color: #1B638A;
    font-size: 16px;
    font-family: "Averta-Bold";
    margin-bottom: 0;
}

#categories_section .tab-content .category-content-box-area .course-detail-popup-area .price-btn-area .learn-more-btn {}

#categories_section .tab-content .category-content-box-area .course-detail-popup-area .price-btn-area .learn-more-btn button {
    background-color: #08BD80;
    color: #fff;
    font-size: 12px;
    font-family: "Averta-SemiBold";
    padding: 5px 40px;
    border-radius: 3px;
    border: none;
}

#wall_of_fame_section .main-title {
    margin-bottom: 40px;
}

#wall_of_fame_section .item .fame-slider {
    background-color: #fff;
    padding: 20px 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 13px #1b638a36;
    position: relative;
    padding-left: 135px;
}

#wall_of_fame_section .owl-carousel .owl-stage {
    padding-top: 45px;
    padding-bottom: 15px;
}

#wall_of_fame_section .item .fame-slider h4 {
    color: #3C4852;
    font-size: 16px;
    position: absolute;
    font-family: "Averta-Bold";
    top: -25px;
}

#wall_of_fame_section .item .fame-slider img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    object-fit: cover;
    position: absolute;
    left: 15px;
    top: -35px;
    transition: .3s ease;
}

#wall_of_fame_section .item:hover img {
    top: -25px;
}

#wall_of_fame_section .item .fame-slider .fame-slider-contents-area {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#wall_of_fame_section .item .fame-slider .fame-slider-contents-area h3 {
    font-size: 14px;
    color: #1B638A;
    font-family: "Averta-Bold";
    margin: 0 !important;
}

#why_edexe_section .why-edexe-tab-area {
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 10px #00000010;
    border-radius: 15px;
}

#why_edexe_section .why-edexe-tab-area .tab-content .tab-content-area {
    position: relative;
    padding: 20px;
    background-color: #E6EDF2;
    border-radius: 10px;
}

#why_edexe_section .why-edexe-tab-area .tab-content .tab-content-area img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

#why_edexe_section .why-edexe-tab-area .tab-content .tab-content-area .tab-details h3 {
    font-size: 20px;
}

#why_edexe_section .why-edexe-tab-area .tab-content .tab-content-area .tab-details p {
    font-size: 14px;
    line-height: 24px;
}

#why_edexe_section .why-edexe-tab-area .nav-link.active span {
    color: #1B638A;
}

#why_edexe_section .why-edexe-tab-area .nav-link span {
    position: relative;
    color: #3C4852;
    font-weight: 600;
    /* transition: .3s ease; */
}

#why_edexe_section .why-edexe-tab-area .nav-link.active span::before {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background-color: #1B638A;
}

#why_edexe_section .why-edexe-tab-area .nav-link {
    font-size: 18px;
    color: #000;
    border-radius: 0;
    text-align: start;
    padding-bottom: 0;
    padding-left: 0;
    width: 300px;
}

#why_edexe_section .why-edexe-tab-area .nav-link.active {
    font-size: 18px;
    background-color: transparent;
    color: #1B638A;
}


#why_edexe_section .nav {
    gap: 5px;
}

#testimonials_section .testimonial-area .testimonial-details img {
    border-radius: 14px;
    height: 60px;
    width: 60px;
    object-fit: cover;
}

.testimonial-area svg {
    position: absolute;
    top: -19px;
    right: 15px;
    z-index: -1;
}

#testimonials_section .testimonial-area .testimonial-details {
    padding: 20px 20px 35px 20px;
    /* min-height: 150px; */
    padding-bottom: 60px;
}

#testimonials_section .testimonial-area .testimonial-details .testimonial-image-name {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

#testimonials_section .testimonial-area .testimonial-details .testimonial-image-name img {
    position: absolute;
    left: 0;
    bottom: -45px;
}

#testimonials_section .owl-stage-outer {
    overflow-y: visible;
    padding-bottom: 35px;
}

#testimonials_section .testimonial-area .testimonial-details h3 {
    position: absolute;
    font-size: 16px;
    margin-bottom: 0;
    padding-left: 75px;
}

#testimonials_section .testimonial-area .blue-bg {
    background-color: #1B638A;
    border-radius: 14px;
}

#testimonials_section .testimonial-area .blue-bg p {
    color: #fff;
    height: 80px;
    overflow-y: auto;
}

#testimonials_section .testimonial-area .blue-bg p.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #f2f3f4;
    /* Scrollbar thumb color */
    border-radius: 6px;
    /* Rounded corners */
}

#testimonials_section .testimonial-area .blue-bg p.custom-scrollbar::-webkit-scrollbar-track {
    background: #1B638A;
    /* Background of the scrollbar track */
}

#testimonials_section .testimonial-area .blue-bg h3 {
    color: #fff;
}

#testimonials_section .testimonial-area .white-bg {
    background-color: #1b638a1e;
    border-radius: 14px;
}

#testimonials_section .testimonial-area .white-bg p {
    color: #1B638A;
    height: 80px;
    overflow-y: auto;
}

#testimonials_section .testimonial-area .white-bg h3 {
    color: #1B638A;
}

#download_section {
    background-color: #1b638a10;
    padding-top: 40px;
    padding-bottom: 15px;
}

#download_section .download-content-area {
    width: 80%;
}

#download_section .download-content-area h2 {
    font-size: 36px;
    color: #1B638A;
    line-height: 40px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

#download_section .download-content-area p {
    margin-bottom: 15px;
}

#download_section .download-content-area ul {
    margin-bottom: 20px;
}

#download_section .download-content-area ul li {
    margin-bottom: 8px;
    font-size: 14px;
}

#download_section .download-content-image-area img {
    width: 75%;
}



@media (max-width: 1536px) {
    #home_banner_section .home-banner-slider-area .item img {
        height: 270px;
    }

    #about_section .about-image-area img {
        height: 360px;
    }
}


@media (max-width: 1240px) {
    #categories_section .tab-content .category-content-box-area {
        grid-template-columns: repeat(4, 1fr);
    }

    #categories_section .tab-content .category-content-box-area .category-content-box:nth-child(4) .course-detail-popup-area {
        right: 0 !important;
        left: unset;
    }
}

@media (max-width: 991px) {
    #home_banner_section .home-banner-slider-area .item img {
        border-radius: 0 !important;
    }

    #home_banner_section {
        margin-top: 0px;
    }

    #about_section .about-image-area img {
        height: 400px;
    }

    #categories_section .tab-content .category-content-box-area {
        grid-template-columns: repeat(3, 1fr);
    }

    #categories_section .tab-content .category-content-box-area .category-content-box:nth-child(3) .course-detail-popup-area {
        right: 0 !important;
        left: unset;
    }

    #categories_section .nav-tabs .nav-item .nav-link {
        padding: 8px 12px;
    }

    #categories_section .nav-tabs .nav-item .nav-link span img {
        width: 30px;
    }

    #why_edexe_section .why-edexe-tab-area .nav-link {
        width: 200px;
    }

    #download_section {
        padding-bottom: 0px;
    }

    #download_section .download-content-image-area {
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }

    #download_section .download-content-area {
        width: 100%;
        display: flex;
        flex-direction: column;
        width: 70%;
    }

    #download_section .download-content-area h2 {
        text-align: center;
        font-size: 30px;
        line-height: 36px;
    }

    #download_section .download-content-area p {
        text-align: center;
    }

    #download_section .download-icon-area {
        display: flex;
        width: 100%;
        gap: 20px;
        justify-content: center;
    }

    #download_section .download-content-image-area img {
        width: 70%;
    }
}


@media (max-width: 768px) {
    #home_banner_section .home-banner-slider-area .item img {
        height: 140px;
    }

    #about_section .about-image-area img {
        height: 240px;
    }

    #categories_section .tab-content .category-content-box-area .category-content-box .course-detail-popup-area {
        right: unset !important;
        left: 0 !important;
        width: 100%;
    }

    #categories_section .tab-content .category-content-box-area {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        padding: 10px 5px;
    }

    #categories_section .nav-tabs {
        margin-bottom: 10px;
    }

    #categories_section .tab-content .category-content-box-area .category-content-box {
        min-width: 250px;
    }

    #categories_section .tab-content .category-content-box-area .category-content-box:hover .course-detail-popup-area {
        width: 100%;
        opacity: 0;
    }

    #categories_section .tab-content .category-content-box-area .category-content-box img {
        height: 170px;
    }

    #categories_section .nav-tabs .nav-item .nav-link {
        padding: 8px 10px;
    }

    #wall_of_fame_section .main-title {
        margin-bottom: 20px;
    }

    #wall_of_fame_section .owl-carousel .owl-stage {
        padding-top: 30px;
    }

    #wall_of_fame_section .item .fame-slider {
        padding-left: 110px;
    }

    #wall_of_fame_section .item .fame-slider img {
        top: -25px;
        width: 80px;
        height: 80px;
    }

    #wall_of_fame_section .item:hover img {
        top: -15px;
    }

    #why_edexe_section .why-edexe-tab-area .nav-link {
        font-size: 16px;
    }

    #why_edexe_section .why-edexe-tab-area .nav-link.active {
        font-size: 16px;
    }

    #why_edexe_section .why-edexe-tab-area {
        padding: 20px;
    }

    #why_edexe_section .nav {
        margin-bottom: 20px;
    }

    #why_edexe_section .why-edexe-tab-area .tab-content .tab-content-area img {
        width: 100%;
    }

    #why_edexe_section .why-edexe-tab-area .tab-content .tab-content-area {
        padding: 15px;
    }

    #download_section {
        margin-top: 20px;
    }

    #download_section .download-content-area {
        width: 100%;
    }

    #download_section .download-content-area h2 {
        font-size: 24px;
        line-height: 28px;
    }

    #download_section .download-icon-area {
        gap: 10px;
    }

    /* #testimonials_section.m-top {
        margin-top: 30px !important;
    } */
}