body {
    background-color: var(--section-bg-color);
}

.single_course {
    background-color: var(--section-bg-color);
}

.data-single-course {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: start;
}
.course_image {
    height: 400px;
    border-radius: 24px;
    overflow: hidden;
    img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
}
.course_detailes {
    max-height: 330px;
}

.course_detailes p {
    line-height: 1.7;
    color: var(--second-text-Color);
    height: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course_date {
    background-color: #fff;
    border-radius: 24px;
    padding: 1.3rem;
    box-shadow: 0px 4px 8px 0px #0000001a;
    display: flex;
}
.course_date-width {
    width: 60%;
}

.course_levels {
    width: 70%;
    display: flex;
    justify-content: space-evenly;
}

.single_course-responsive {
    padding: 1.5rem 0;
}

.course_levels span,
p {
    font-weight: 600;
}

.subscribe-price_course {
    width: 30%;
    border-right: 1px solid #12121226;
    padding: 0 1.5rem;
    p {
        font-size: 30px;
        font-weight: 600;
    }
}

.main-btn_link {
    color: #fff !important;
}
/* Nav Tabs */
.nav__tabs {
    background-color: var(--section-bg-color);
}

.nav-pills .nav-link.active {
    border: 1px solid var(--main-color) !important;
    display: block;
    color: #fff;
    text-decoration: none;
    color: #2243a4 !important;
    background-color: transparent !important;
}

.nav-pills .nav-link {
    display: block;
    padding: 0;
    color: #fff;
    text-decoration: none;
    color: #000;
    padding: 0.5rem;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid transparent;
}

.nav-link:hover {
    color: #000;
}
.course__name,
.course__content p {
    font-size: 22px;
    font-weight: 500;
}

.comment {
    background-color: #fff;
    padding: 1rem;
    border-radius: 14px;
    margin-bottom: 1rem;
}
.comment__image {
    height: 64px;
    width: 64px;
    border-radius: 8px;
    overflow: hidden;
    img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.outcome {
    /* border: 1px solid var(--main-color); */
    padding: 0.7rem 1rem;
    border-radius: 20px;
    box-shadow: 2px 2px 2px 2px #b6c1dd;
}

.comment_name {
    font-size: 18px;
    font-weight: 600;
}

/* End Nav Tabs */
@media (max-width: 1024px) {
    .course_date-width {
        width: 100%;
    }
    .course_date {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin: 2rem 0;
    }
    .course_levels {
        flex-wrap: wrap;
        justify-content: start;
        width: 100%;
    }
    .course_levels div {
        width: 50%;
        margin: 0.8rem 0;
    }
    .subscribe-price_course {
        width: 100%;
        border-right: none;
    }
    .nav__container {
        display: flex;
        flex-direction: column !important;
    }
    .nav {
        display: flex;
        flex-direction: row !important;
    }
    .tab-content {
        width: 100% !important;
        margin-top: 1.5rem;
        padding: 1rem 0;
    }

    .nav-link {
        font-size: 16px;
    }
}
.single_course-responsive {
    display: flex;
}
@media (max-width: 992px) {
    .single_course-responsive {
        display: flex;
        flex-direction: column-reverse !important;
    }
    .course_date {
        margin: 1rem 0;
    }
    .data-single-course {
        min-height: 45vh;
    }
    .single_course {
        margin-top: 12rem;
    }
    .single-course_title {
        margin: 1rem 0;
    }
}

/* Custom Swiper Style */

/* Pagination Bullets */
.swiper-pagination-bullet {
    width: 12px;
    height: 6px;
    border-radius: 4px;
    background: var(--main-color) !important;
    border: 1px solid var(--main-color);
}

.swiper-pagination-bullet-active {
    width: 30px;
    height: 6px;
    border-radius: 4px;
}
.comments {
    height: 230px;
}

.home-services__container-card {
    padding-bottom: 20px;
    background-color: var(--primary-light-color);
    border-radius: var(--primary-border-radius);
}

.home-services__card {
    background-color: #fefcfb;
    border-radius: var(--primary-border-radius) var(--primary-border-radius) 20%
        0%;
    padding: 20px 0 40px 0;
    box-shadow: 0px 0px 6px rgba(34, 67, 164, 0.1);
    max-height: 250px;
}

/* Service Card Image */
.home-services__img {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid var(--primary-light-color);
    box-shadow: 0px 0px 6px rgba(34, 67, 164, 0.1);
    transition: 0.3s;
    margin-top: -57px;
}

.home-services__card:hover .home-services__img {
    border: 1px solid var(--main-color);
}

/* Service Card Title */
.home-services__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 41.23px;
    color: var(--main-text-Color);
}

.home-services__subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 29.98px;
    color: var(--gray-color);
}

.rounded-text {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 1rem;
    animation: circle 5s infinite;
    box-shadow: 1px 1px 1px 2px var(--gray-color);
}

.circle-svg {
    transform: rotate(-90deg);
}

.circle-text {
    font-size: 18px;
    font-weight: bold;
    fill: #fff;
    letter-spacing: 7px;
    text-transform: uppercase;
}

@keyframes circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
