.course-drone-description .btn.btn-primary{
    background-image: linear-gradient(45deg, #df6a00, var(--clr-pri), #df6a00);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.course-drone-description .btn-block .btn.btn-secondary{
    background-color: #05ACFA;
    background-image: linear-gradient(45deg, #0298dd, #05ACFA, #0298dd);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.all-courses-main .hero{
    background-size: cover;
    background-position: left top;
    position: relative;
}
.all-courses-main .hero::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #000000db 20%, transparent);
    z-index: 1;
}
.all-courses-main .hero-contents{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    position: relative;
    z-index: 2;
}
.all-courses-main .hero-media{
    flex: 1;
    max-width: 30%;
    margin-bottom: -30px;
    align-self: flex-end;
}
.all-courses-main .hero-media img{
    max-height: 260px;
    display: block;
}
.all-courses-main .hero-text-card{
    padding: 30px 20px;
    border-radius: 10px;
    /* background-color: rgba(255,255,255,0.96);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); */
    max-width: 610px;
}
.all-courses-main .hero-title{
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 12px;
}
.all-courses-main .hero-desc{
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #FFF;
}
.all-ind-courses{
    padding: 50px 0;
}
.all-ind-header{
    padding-bottom: 20px;
}
.all-ind-header h2{
    font-size: 42px;
    color: #0A3C55;
    font-weight: 600;
    margin-bottom: 10px;
}
.all-ind-header p{
    font-size: 22px;
}
.all-ind-body{
    background-color: #F4F4F4;
    padding: 40px;
    border-radius: 18px;
}
.ind-courses-tabs-container{
    overflow: auto;
    padding: 0;
    margin-bottom: 30px;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    position: relative;
}
.ind-courses-tabs-parent{
    position: relative;
    isolation: isolate;
}
.ind-courses-tabs-parent > .tab-scroll-button{
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    font-weight: 400;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0A3C55;
    padding-right: 5px;
    cursor: pointer;
}
.ind-courses-tabs-parent > .tab-scroll-button.arrow-next{
    left: unset;
    right: 0;
    transform: translate(50%, -50%);
    border-radius: 50%;
    padding-right: 0;
}
.ind-courses-tabs-container::-webkit-scrollbar{
    height: 0px;
    display: none;
}
.ind-tab-items{
    display: flex;
    align-items: center;
    gap: 15px;
}
.ind-tab-item__btn{
    white-space: nowrap;
    padding: 13px 24px;
    min-width: 100px;
    border-radius: 50px;
    background-color: #FFF;
    color: #0A3C55;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}
.ind-tab-item.highlight-tab .ind-tab-item__btn{
    background-color: #c1e2f3;
}
.ind-tab-item.highlight-tab .ind-tab-item__btn.active,
.ind-tab-item__btn.active{
    background-color: #0A3C55;
    color: #FFF;
}
.course-items{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.course-item{
    position: relative;
    min-width: 0;
}

.cs-course-item-link{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: red;
    z-index: 1;
    opacity: 0;
    font-size: 0;
}
.course-item-contents__media{
    position: relative;
    height: 0;
    padding-bottom: 55.92%;
    isolation: isolate;
}
.course-item-contents__media > .course-img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}
.course-item-contents__media .badge-item{
    position: absolute;
    right: 10px;
    top: 10px;
}
.course-basic-info{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 6px 16px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
}
.course-basic-info p{
    font-size: 14px;
    font-weight: 500;
}
.course-basic-info__item span + span{
    padding-left: 6px;
    margin-left: 5px;
    border-left: 1px solid #FFF;
}
.course-item-contents{
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.145);
    border-radius: 8px;
    background-color: #FFF;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.course-item-contents__text{
    display: flex;
    flex-direction: column;
    padding: 16px;
    flex: 1;
}
.course-item-heading{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.course-item-contents__text .course-item-desc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    flex: unset;
}
.course-item-contents__text .course-item-desc p{
    font-size: inherit;
    line-height: inherit;
}
.course-item-price{
    display: flex;
    gap: 15px;
    flex: 1;
    align-items: flex-end;
}
.course-item-price h4{
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.course-item-price h4 .original-price{
    opacity: 0.6;
    text-decoration-color: #000;
    font-weight: 400;
    font-size: 14px;
    padding: 0 5px;
    position: relative;
    display: inline-block;
    margin-left: 5px
}
.course-item-price h4 .discount-capsule{
    font-size: 12px;
    background: #afffaf;
    color: #00a700;
    border: 1px solid rgb(0 104 0 / 30%);
    padding: 2px 6px;
    border-radius: 15px;
    font-weight: 500;
    margin-left: 5px;
    background-size: 200%;
    background-image: linear-gradient(45deg, #dcffdc, #dcffdc, #b2ffb1, #dcffdc, #dcffdc);
    animation: bganim 2s infinite;
}
@keyframes bganim{
    from{
        background-position-x: 100%;
    }
    to{
        background-position-x: -100%;
    }
}
.course-item-price h4 .original-price::before{
    content: '';
    position: absolute;
    background: #F00;
    height: 2px;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    opacity: 0.6;
}
.course-drone-description .course-item-price{
    margin: 15px 0;
}
.course-drone-description .course-item-price h4{
    margin: 0;
    font-size: 18px;
}
.course-item-popup {
    display: none;
    width: max-content;
    max-width: 500px;
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    background-color: #FFF;
    border-radius: 10px;
    filter: drop-shadow(0 0 1px rgba(0,0,0,1)) drop-shadow(0 0 10px rgba(0,0,0,0.3));
    z-index: 99;
    padding: 24px 20px;
    transform: translateY(-50%);
}
.course-item-popup p:empty{
    display: none;
}
.course-item-popup:after {
    content: "";
    position: absolute;
    left: -10px;
    top: calc(50% - 14px);
    width: 28px;
    height: 28px;
    background: #fff;
    transform: rotate(45deg);
    z-index: -4;
    border-radius: 0 0 0 7px;
}
.course-item-popup:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.course-item:hover .course-item-popup{
    display: block;
}

.course-item:nth-child(3n) .course-item-popup{
  left: auto;
  right: calc(100% + 10px);
}
.course-item:nth-child(3n) .course-item-popup:before{
    left: auto;
    right: -10px;
}
.course-item:nth-child(3n) .course-item-popup:after{
    left: auto;
    right: -10px;
    border-radius: 0 7px 0 0;
}

.badge-item {
    display: inline-flex;
    white-space: nowrap;
    padding: 4px 6px;
    border-radius: 4px;
    background-color: #000;
    color: #FFF;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    gap: 4px;
    height: 22px;
    align-items: center;
}
.badge-item .cs-icon{
    font-size: 14px;
}
.badge-items {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
}
.badge-item.badge-item--light-orange{
    background-color: rgba(255, 122, 0, 0.15);
    color: #FF7A00;
}


.badge-item--best_seller{
    background-color: #0A3C55;
}
.badge-item--new_course{
    background-color: #FF7A00;
}
.badge-item--premium{
    background-color: #44A7F1;
}
.badge-item--top_rated{
    background-color: #2ECC71;
}
.badge-item--editors_pick{
    background-color: #000;
}
.badge-item--trending{
    background-color: #F14444;
}

.badge-item--free{
    background-color: #0F8300;
}
.badge-item--limited_offer{
    background: transparent;
    background-image: linear-gradient(to right, #236687, #000000);
}
.badge-item--bundle_deal{
    background-color: transparent;
    background-image: linear-gradient(to right, #2ECC71, #05ACFA);
}
.badge-item--certified_course{
    background-color: transparent;
    background-image: linear-gradient(to right, #FF7900, #F14444);
}
.badge-item.badge-item--course_bundle{
    background-color: rgb(255 231 209);
    color: #FF7A00;
    border: 1px solid #ffbf85;
}
.badge-item.badge-item--individual_course{
    background: #f5fbff;
    color: #44A7F1;
    border: 1px solid rgb(136 205 255);
}
.badge-item.badge-item--dark-blue{
    background-color: #0A3C55;
    color: #FFF;
}
.badge-item.badge-item--orange{
    background-color: #FF7A00;
    color: #FFF;
}
.course-item-price + .badge-items{
    margin-top: 10px;
}
.all-bundles-courses{
    padding: 0 0 50px;
}
.membership-plans{
    padding: 0 0 100px;
}
.all-courses-main .section-header{
    padding-bottom: 30px;
}
.all-courses-main .section-heading{
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}
.all-courses-main .section-desc{
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}
.price-listing{
    max-width: 1032px;
    margin: 0 auto;
}

.course-item-popup h4{
    color: #0A3C55;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
}

.course-item-popup .badge-items{
    margin-bottom: 20px;
}


.couse-info-drone ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    flex-wrap: wrap;
}
.couse-info-drone ul li {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #818181;
    font-size: 12px;
    font-weight: 500;
}
.couse-info-drone ul li .more-instructors{
    position: relative;
}
.couse-info-drone ul li .more-instructors .more-instructors-list{
    position: absolute;
    right: 0;
    bottom: 100%;
    transform: translate(10px, -5px);
    z-index: 1;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.4));
    display: none;
}
.couse-info-drone ul li .more-instructors:hover .more-instructors-list{
    display: block;
}
.couse-info-drone ul li .more-instructors .more-instructors-list::before{
    content: '';
    width: 15px;
    height: 15px;
    background: #818181;
    position: absolute;
    right: 17px;
    transform: rotate(45deg);
    bottom: -3px;
    z-index: -1;
}
.couse-info-drone ul li .more-instructors .more-instructors-list::after{
    content: '';
    background: rgb(0, 0, 0);
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: -2;
    top: calc(100% - 5px);
    opacity: 0;
}
.couse-info-drone ul li .more-instructors span{
    display: inline-flex;
    min-width: 18px;
    height: 18px;
    background: #818181;
    text-align: center;
    border-radius: 2px;
    padding: 0px 5px;
    color: #FFF;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.couse-info-drone ul li .more-instructors .more-instructors-list ul{
    padding: 0;
    gap: 0;
    background-color: #818181;
    border: none;
}
.couse-info-drone ul li .more-instructors .more-instructors-list ul li{
    border-bottom: 1px solid #6a6a6a;
    padding: 5px 10px;
    white-space: nowrap;
    color: #FFF;
}
.couse-info-drone ul li .more-instructors .more-instructors-list ul li:last-child{
    border: none;
}
.couse-info-drone ul li .cs-icon {
    font-size: 14px;
}
.couse-info-drone{
    margin-bottom: 12px;
}
.course-drone-description p{
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin-bottom: 18px;
}
.course-drone-description ul li {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    padding-left: 24px;
    margin-bottom: 8px;
    position: relative;
}
.course-drone-description ul li .cs-icon {
    font-size: 14px;
    color: #FF7A00;
    position: absolute;
    left: 1px;
    top: 4px;
}
.course-drone-description .btn-block{
    padding-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.course-drone-description .btn-block .btn {
    height: 48px;
    min-height: 48px;
    line-height: 1;
    border-radius: 6px;
    padding: 0 22px;
    display: inline-flex;
    flex-direction: column;
}
.course-drone-description .btn-block .btn span{
    font-size: 12px;
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    max-width: max-content;
    margin: 2px auto -4px;
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 600;
    align-items: center;
    gap: 2px;
}
.course-drone-description .btn-block .btn span i{
    font-size: 16px;
    line-height: 1;
}
.course-drone-description .btn-block .btn:before{
    border-radius: 6px;
}
.cs-no-courses-in-tab{
    grid-column: 1 / -1;
}
.cs-no-courses-in-tab img{
    display: block;
    width: 200px;
    max-width: 100%;
    height: auto;
    margin: 50px auto 0;
}
@media (pointer: coarse) {
    .ind-courses-tabs-parent > .tab-scroll-button{
        display: none !important;
    }
}
@media screen and (max-width: 1500px){
    .course-item:nth-child(3n + 2) .course-item-popup{
        left: 60%;
    }
    .course-item-popup{
        width: 480px;
        padding: 22px;
    }
    .couse-info-drone ul{
        justify-content: flex-start;
        column-gap: 20px;
    }
}


@media screen and (max-width: 1300px) {
    .all-courses-main .hero-title{
        font-size: 26px;
    }
   .all-courses-main  .hero-desc{
        font-size: 16px;
    }
    .all-courses-main .hero-text-card{
        width: 100%;
    }
    .all-courses-main .hero-text {
        flex: 1;
    }
    .all-ind-header h2{
        font-size: 30px;
    }
    .all-ind-header p{
        font-size: 18px;
    }
    .course-item-heading{
        font-size: 16px;
    }
    .course-item-contents__text .course-item-desc{
        font-size: 14px;
    }
}

@media screen and (max-width: 1100px) {
    .course-item-popup{
        display: none !important;
    }
    .ind-courses-tabs-container::-webkit-scrollbar{
        height: 0;
    }
    .ind-courses-tabs-container{
        margin-bottom: 12px;
    }
    .all-courses-main .hero{
        background-position: center top;
    }
}


@media screen and (max-width: 1000px) {
    .course-items{
        grid-template-columns: repeat(2, 1fr);
    }
    .all-ind-body{
        padding: 24px;
    }
    .ind-tab-item__btn{
        font-size: 14px;
        padding: 8px 20px;
    }
    .all-ind-header h2{
        font-size: 24px;
    }
}
@media screen and (max-width: 850px){
    .all-courses-main .hero{
        background-position: -440px top;
    }
}

@media screen and (max-width: 650px) {
    .course-items{
        grid-template-columns: repeat(1, 1fr);
    }
    .all-ind-header h2{
        font-size: 22px;
    }
    .all-ind-header p {
        font-size: 16px;
        line-height: 1.5;
    }
   .all-courses-main  .hero-desc{
        font-size: 15px;
    }
   .all-courses-main  .hero-title {
        font-size: 22px;
    }
   .all-courses-main  .hero-media{
        position: absolute;
        right: -30px;
        max-width: 170px;
    }
    .all-courses-main .hero-text-card {
        padding-right: 130px;
    }
    .all-ind-body{
        padding: 0;
        background-color: #FFF;
    }
    .ind-tab-item__btn{
        background-color: #f4f4f4;
    }
    .ind-courses-tabs-parent > .tab-scroll-button{
        left: 10px;
    }
    .ind-courses-tabs-parent > .tab-scroll-button.arrow-next{
        right: 10px;
    }
    .all-courses-main .hero{
        background-position: -350px top;
    }
}
@media screen and (max-width: 525px){
    .all-courses-main .hero-contents{
        padding: 0;
        isolation: isolate;
    }
    .all-courses-main .hero .container-main{
        padding: 0;
    }
    .all-courses-main .hero-text-card{
        border-radius: 0;
        background-color: rgba(0,0,0,0.6);
        padding-right: 20px;
    }
    .all-courses-main .hero-text-card .hero-title,
    .all-courses-main .hero-text-card .hero-desc{
        color: #FFF;
    }
    .all-courses-main .hero-media{
        margin-bottom: 0;
        right: 0;
        z-index: -1;
    }
    .all-courses-main .hero::after{
        display: none;
    }
}