/** feature-section **/


.feature-section {
    position: relative;
    background-color: #F1F1F1;
    background-image: url(../../images/banner/finance-bg.png);
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.extra-card-cta-section {
    position: relative;
    background-color: #fff;
}

.blog-first-section {
    position: relative;
    background-color: #fff;
}

.webinar-bg-2 {
    position: relative;
    background-color: #F4F4F4;
    background-image: url(../../images/banner/webinar-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container-card-area {
    background: #ECFFEE;
    border-radius: 25px;
    padding-left: 55px;
    overflow: hidden;
}

.container-card-area-1 {
    border-radius: 25px !important;
    padding-left: 0px;
    overflow: hidden;
}

.container-card-area-1 .content-column {
    padding-right: 150px;
}
@media (max-width: 767px) {
.container-card-area-1 .content-column {
    /* padding-right: 150px; */
    padding: 0 40px;
}
}

.upper-image-card-area {
    background: #ECFFEE;
    border-radius: 25px;
    padding-right: 55px;
}

.upper-image-card-area .upper-image {
    height: 112%;
    position: absolute;
    bottom: 0;
}

.container-card-area-full-corner {
    background: #fff;
    border-radius: 50px;
    padding: 35px;
    overflow: hidden;
}

.doctor-padding {
    padding-left: 55px;
}

.container-card-area-green {
    background: var(--theme-color);
    border-radius: 50px;
    padding: 40px 55px;
}

.container-card-area-theme {
    background: var(--theme-color);
    border-radius: 25px;
    padding-right: 55px;
    overflow: hidden;
}

.container-card-area-gradient {
    background: radial-gradient(57.24% 99.91% at 3.03% 110.77%, #009962 0%, #0A1F1A 100%);
    border-radius: 25px;
    padding-right: 55px;
    overflow: hidden;
}

p.speaker-text {
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
}

.link-section-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.link-section-list a {
    font-weight: 400;
    font-size: 25px;
    line-height: 1;
}


.bg-dark-style {
    background: #0A1F1A;

}

.image-box.overlay-image-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: unset;
}

.doctor-details h4 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    color: var(--theme-color);

}

.doctor-details p {
    font-weight: 400;
    font-size: 20px;
    line-height: 25.2px;
    color: #0A1F1A;

}

.container-card-area-3 {
    background: #ECFFEE;
    border-radius: 25px;
    overflow: hidden;
    background-color: #F1F1F1;
    background-image: url(../../images/banner/dark-bg.png);
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container-card-area-5 {
    background: #ECFFEE;
    border-radius: 25px;
    overflow: hidden;
    background-color: #F1F1F1;
    background-image: url(../../images/pages/academia/ai_certification/ttc-partner-cta.png);
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container-card-area-course {
    background: #ECFFEE;
    border-radius: 25px;
    overflow: hidden;
    background-color: #F1F1F1;
    background-image: url(../../images/courses/iitroorkee/dark-bg-card.png);
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container-card-area-gradient-content {
    border-radius: 25px;
    overflow: hidden;
    background: radial-gradient(25.79% 88.3% at 37.08% 108.56%, #009962 0%, #0A1F1A 100%);
}

.container-card-area-4 {
    background: #ECFFEE;
    border-radius: 25px;
    overflow: hidden;
    background-color: #009962;
    background-image: url(../../images/banner/bg-3.png);
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.container-card-area-2 {
    border-radius: 25px;
    background: radial-gradient(57.24% 99.91% at 3.03% 110.77%, #009962 0%, #0A1F1A 100%);
    padding: 30px;
}

.grad-bg-about {
    background: radial-gradient(57.24% 99.91% at 3.03% 110.77%, #009962 0%, #0A1F1A 100%);
}

.grad-bg-acedemia {
    background: radial-gradient(34.24% 52.91% at 92.97% 92.23%, #009962 0%, #0A1F1A 100%);
}

.rounded-right-50 {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.explore-program {
    position: relative;
    /* background-color: #F1F1F1; */
    background-image: url(../../images/banner/explore-bg.png);
    /* background-blend-mode: multiply; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.coode-program {
    position: relative;
    /* background-color: #F1F1F1; */
    background-image: url(../../images/banner/coode-sec-bg.png);
    /* background-blend-mode: multiply; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.feature-section .content-box {
    position: relative;
    display: block;
}

.feature-section .content-box .text-box p {
    margin-bottom: 40px;
}


/** responsive-css **/

@media only screen and (max-width: 1200px) {
    .container-card-area-theme {
        padding: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .feature-section .content-box {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .container-card-area-theme {
        padding: 20px;
    }

}

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


}

@media only screen and (max-width: 599px) {}

@media only screen and (max-width: 499px) {}


.ct-image-box {
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 25px;
    z-index: 3;
}

.ct-image-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.ct-image-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ct-image-box .content-part {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    z-index: 3;
    width: 92%;
}

.ct-image-box .content-part h4 {
    color: #fff;

}

.ct-image-box .content-part p {
    color: #F4F4F4;
}

.event-slider button.owl-prev,
.event-slider button.owl-next {
    position: static;
    transform: none;
    width: 35px;
    height: 35px;
    background: #009962;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-slider button.owl-prev svg,
.event-slider button.owl-next svg {
    fill: white;
}

.event-slider .owl-nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}


@media (max-width: 991px) {
    .image-box.overlay-image-box {
        position: static;
        transform: none;
    }

    .doctor-padding {
        padding: 0;
    }

    .container-card-area-gradient {
        padding: 40px;
    }

}

@media (max-width: 767px) {
    .large-text p {
        font-size: 18px;
        line-height: 1.2;
    }

    .container-card-area-full-corner {
        padding: 20px;
        border-radius: 25px;
    }

    .container-card-area-gradient {
        padding: 20px;
    }

    .link-section-list a {
        font-weight: 400;
        font-size: 22px;
        line-height: 1;
    }

    p.speaker-text {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .container-card-area-green {
        padding: 20px;
        border-radius: 25px;
    }

    .explore-program {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .glance-section .sec-title h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    .container-card-area-2 {
        padding: 20px;
    }
}