/* Card / Slide */
/* .internship-slider.slick-slider{overflow: hidden;} */
.internship-slider .info-block .text-content {
    color: #1f243d;
}

.internship-slider .slide:hover .info-block .text-content p {
    font-size: 16px;
    color: #1f243d;
    line-height: 24px;
    font-weight: 400;
}

.internship-slider .info-block .text-content h5,
.internship-slider .info-block .text-content h6 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.internship-slider .info-block .text-content p,
.internship-slider .info-block .text-content .explore {
    display: none;
    margin-top: 10px;
    transition: opacity 0.3s ease;
}

.internship-slider .info-block .text-content .explore {
    font-weight: 500;
    color: #ee6196;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}

.internship-slider .slick-current .info-block .text-content p.slide-desc,
.internship-slider .slide:hover .info-block .text-content p.slide-desc {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}

.internship-slider .slide:hover .info-block .text-content p,
.internship-slider .slide:hover .info-block .text-content .explore,
.internship-slider .slick-current .info-block .text-content p,
.internship-slider .slick-current .info-block .text-content .explore {
    display: block;
    font-weight: 400;
}

.internship-slider .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-slide {
    border-radius: 10px;
    overflow: hidden;
}

.internship-slider .slick-slide {
    margin: 0 10px;
}

.internship-slider .slick-prev,
.internship-slider .slick-next {
    position: absolute;
    bottom: -90px;
    top: auto;
    transform: translateX(-50%);
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #5e6fb5 !important;
    z-index: 1000;
    background: transparent;
    border: 2px solid #5e6fb5;
}

/* Prev arrow */
.internship-slider .slick-prev {
    left: 50%;
    margin-left: -30px;
}

/* Next arrow */
.internship-slider .slick-next {
    left: 50%;
    margin-left: 30px;
}

.internship-slider .slick-prev:before,
.internship-slider .slick-next:before {
    display: none;
}

.internship-slider .slick-arrow i::before {
    font-size: 20px;
}

@media (max-width: 640px) {
    .internship-slider .info-block {
        padding: 20px;
        min-height: inherit;
    }

    .internship-slider .slick-prev,
    .internship-slider .slick-next {
        bottom: -60px;
    }

    .internship-slider .img-block img {
        max-height: 200px;
    }
}

@media (min-width: 1280px) and (max-width: 1350px) {
    .internship-slider .info-block {
        padding: 20px;
        min-height: 400px;
    }
}

@media (min-width: 768px) {
    .img-block {
        object-fit: cover;
        height: 369px;
    }
}

.innovative-wrapper {
    border-radius: 20px;
    background: linear-gradient(to bottom, #f2f6fc, #ffffff);
    padding: 60px 0;
    border: 1px solid #D4D4D4;
}

.innovative-list-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, auto));
    gap: 19px;
    justify-content: center;
}

.innovative-card {
    /* width: 230px; */
    height: 230px;
    border-radius: 20px;
    background: #fff;
    position: relative;
    /* box-shadow: 0 0 15px rgba(0,0,0,0.1); */
    overflow: hidden;
    text-align: center;
    margin: 0 10px;
    border: 1px solid #D4D4D4;
}

.innovative-card:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* Top semi-circle background */
.innovative-card::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 200px;
    background: radial-gradient(circle at center, #f5f7ff 0%, #e9ecf9 100%);
    border-radius: 50%;
}

.innovative-slider button.slick-prev,
.team-specialisation-slider button.slick-prev {
    left: 0;
    z-index: 999;
}

.innovative-slider button.slick-next,
.team-specialisation-slider button.slick-next {
    right: 0;
    z-index: 999;
}

.innovative-slider button.slick-arrow::before,
.team-specialisation-slider button.slick-arrow::before {
    color: #5e6fb5;
}

.team-specialisation-slider button.slick-arrow {
    --bs-gutter-y: 0;
}

/* Center white circle */
.circle {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    margin-top: 40px;
    position: relative;
    box-shadow: inset 1px 10px 22px -2px #D5DDFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.innovative-card h3 {
    font-size: 16px;
    padding-top: 0;
}

.it-enabled-slider .col-md-4 {
    padding: 0;
}

.it-enabled-slider .box {
    border-radius: 10px;
    padding: 15px;
    position: relative;
    background-color: #FFF2F2;
    margin: 0 10px;
    overflow: hidden;
    /* height: 370px; */
}

.it-enabled-slider .box h6 {
    font-size: 18px;
    margin-bottom: 4px;
}

.it-enabled-slider .box1 {
    background-color: #FFF2F2;
}

.it-enabled-slider .box2 {
    background-color: #EDF8FF;
}

.it-enabled-slider .box3 {
    background-color: #EEF1FF;
}

.it-enabled-slider .box4 {
    background-color: #F7EBFF;
}

.it-enabled-slider .box1 h6 {
    color: #B72C2C;
}

.it-enabled-slider .box2 h6 {
    color: #2D93D3;
}

.it-enabled-slider .box3 h6 {
    color: #243DB1;
}

.it-enabled-slider .box4 h6 {
    color: #7428B2;
}

.box-img-wrapper {
    min-height: 160px;
    display: flex;
    position: relative;
    padding-top: 30px;
    text-align: right;
    align-items: start;
    justify-content: end;
    padding-right: 20px;
}

.box-img-wrapper img {
    width: 80px;
}

.it-enabled-slider .box::before {
    content: "";
    content: "";
    position: absolute;
    top: -80px;
    right: -90px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    opacity: 0.9;
    z-index: 0;
}

.it-enabled-slider .box p {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}

@media (min-width: 768px) {
    .it-enabled-slider .box {
        height: 370px;
    }
}

.marquee-slider-details {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #ffffff00;
    padding: 10px;
    justify-content: center;
}

.marquee-type-text {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}