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

.hero-left {
    background-color: #efefef;
    height: 100%;
    padding: 40px;
    position: relative;
}

.hero-left-powered {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.hero-left-powered img {
    height: 40px;
    width: auto;
    max-width: 80px;
}

.hero-right {
    margin-left: -30px;
    z-index: -1;
    height: 100%;
    position: relative;
}

.hero-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.hero .info-box {
    background: white;
    color: #000;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.br-element {
    border-radius: 20px;
}

.pill-btn {
    padding: 12px 30px;
    border: 2px solid #0c9685;
    background-color: #0c9685;
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}

.pill-btn:hover {
    background-color: white;
    color: #0c9685;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.tick-list {
    list-style: none;
    padding-left: 0;
}

.tick-list li {
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.8;
}

.tick-list li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    color: #0c9685;
}

.horizontal-tab {
    gap: 50px;
    min-height: 400px;
}

.horizontal-tab .nav {
    gap: 25px;
    width: 35%;
    flex-direction: column;
}

.horizontal-tab .nav-tabs,
.vertical-tab .nav-tabs {
    border-bottom: 0;
}

.horizontal-tab .nav-tabs .nav-link,
.vertical-tab .nav-tabs .nav-link {
    background: transparent;
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 13px;
    color: #000;
    font-weight: 400;
    margin: 0 auto;
}

.horizontal-tab .nav-tabs .nav-link.active,
.vertical-tab .nav-tabs .nav-link.active {
    background: #0c9685 !important;
    color: #fff !important;
    border-top: 0;
    border: 1px solid #0c9685;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}



.horizontal-tab .tab-content {
    width: 65%;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.vertical-tab .nav {
    gap: 1rem;
}

.vertical-tab .nav-tabs {
    display: flex;
}

.vertical-tab .nav-tabs .nav-item {
    width: calc(33.3% - 1rem);

}

.vertical-tab .nav-tabs .nav-link {
    min-height: 100px;
}

.vertical-tab .nav-tabs .nav-link strong {
    color: #0c9685;

}

.vertical-tab .nav-tabs .nav-link.active strong {
    color: #fff;
}

.vertical-tab .tab-content {
    background-color: #fefefe;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

#curriculumTabsContent .swiper-slide {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    background: #fff;

}

#curriculumTabsContent .swiper-slide img {
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 5px;
    line-height: 1;

}

#curriculumTabsContent .swiper-slide p {
    line-height: 1;
    margin-bottom: 0;
}

.logo-slider .logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-slider .logo-item img {
    height: 60px;
    width: auto;
    max-width: 90px;
}

#curriculumTabsContent .swiper .swiper-wrapper,
.logo-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

#courseModal .modal-content {
    min-height: 350px;
}


.course-slider .card-body {
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.course-slider,
.expertSwiper,
.instructorSwiper {
    position: relative;
}

.learning-section {
    overflow: hidden;
}


.course-slider .swiper-nav-prev,
.expertSwiper .swiper-nav-prev,
.instructorSwiper .swiper-nav-prev,
.expertSwiper .swiper-nav-next,
.instructorSwiper .swiper-nav-next,
.course-slider .swiper-nav-next {
    position: absolute;
    top: 50%;
    z-index: 100;
    transform: translateY(-50%);
    padding: 0;

}

.course-slider .swiper-nav-prev,
.expertSwiper .swiper-nav-prev,
.instructorSwiper .swiper-nav-prev {
    left: 0;
}

.course-slider .swiper-nav-next,
.expertSwiper .swiper-nav-next,
.instructorSwiper .swiper-nav-next {
    right: 0;
}


.circle-btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    background-color: #efefef;
    border: 1px solid #555;
    background-color: #fff;

}


.circle-btn i {
    font-size: 1rem;
    color: #0c9685;
}

.circle-btn:hover {
    background-color: #0c9685;
}

.circle-btn:hover i {
    color: #fff;
}

.profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover
}

.company-logo {
    height: 22px
}

#expertModal {
    max-width: 500px;
    margin: auto;
    height: fit-content;

}

#expertModal .modal-body {
    padding: 20px;
}

.expertSwiper .card,
.instructorSwiper .card {
    min-height: 280px;
}

.iit_sticky-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;

    display: flex;
    gap: 20px;

    overflow-x: auto;
    white-space: nowrap;

    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

.iit_sticky-header li {
    list-style: none;
}

.iit_sticky-header a {
    display: block;
    padding: 10px 14px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.iit_sticky-header a.active {
    color: #0c9685;
    border-bottom: 2px solid #0c9685;
}

.iit_sticky-header::-webkit-scrollbar {
    display: none;
}

.course-fee-section {
    background: #fff;
}

.course-fee-section h2 {
    font-size: 34px;
}

.course-fee-section .card {
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.course-fee-section ul li {
    font-size: 14px;
}

.course-fee-section .btn-primary {
    padding: 12px;
    font-weight: 600;
}

.icon-circle {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(12, 150, 134, 0.4);
    border: 1px solid #0c9685;
    border-radius: 50%;
}

.icon-circle img {
    color: #0c9685;
    width: 35px;
    height: 35px;
}

.icon-circle i {
    font-size: 30px;
}

.eligibility-step {
    position: relative;
    width: calc(33.3% - 1.5rem);
}

.eligibility-step::after {
    content: "--->";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.eligibility-step:last-child::after {
    display: none;
}

.certificate-item img {
    max-width: 230px;
    height: auto;

}

@media screen and (max-width: 1023px) {
    .hero-right {
        margin: 0;
        margin-top: 30px;
    }

    .section-title {
        font-size: 30px;
    }
}

.section-padding {
    padding: 80px 0;
}

@media screen and (max-width: 1380px) {
    .section-padding {
        padding: 75px 0;
    }
}

@media screen and (max-width: 1023px) {
    .hero h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .horizontal-tab {
        flex-direction: column;
        min-height: initial;
    }

    .horizontal-tab .nav {
        flex-direction: row;
        width: 100%;
        gap: 1rem;
    }

    .horizontal-tab .tab-content {
        width: 100%;
    }

    .horizontal-tab .nav-tabs .nav-link {
        padding: 8px;
    }

    .vertical-tab .nav-tabs .nav-item {
        width: fit-content;

    }

    .vertical-tab .nav-tabs .nav-link {
        min-height: initial;

    }
}

@media screen and (max-width: 576px) {
    .section-padding {
        padding: 70px 0;
    }

    .course-slider .swiper-nav-prev,
    .expertSwiper .swiper-nav-prev,
    .instructorSwiper .swiper-nav-prev,
    .expertSwiper .swiper-nav-next,
    .instructorSwiper .swiper-nav-next,
    .course-slider .swiper-nav-next {
        position: absolute;
        top: unset;
        bottom: 0;
        z-index: 100;
        transform: none;
        padding: 0;
    }

    .course-slider .swiper-nav-prev,
    .expertSwiper .swiper-nav-prev,
    .instructorSwiper .swiper-nav-prev {
        left: 0;
    }

    .course-slider .swiper-nav-next,
    .expertSwiper .swiper-nav-next,
    .instructorSwiper .swiper-nav-next {
        left: 70px;
    }

    .course-slider,
    .expertSwiper,
    .instructorSwiper {
        position: relative;
        padding-bottom: 60px !important;
    }

}

@media screen and (max-width: 480px) {
    .section-padding {
        padding: 50px 0;
    }
}