.sec-sub .overlay__text a:hover {
    color: #FBBF24 !important;
    text-decoration: underline !important;
}
.opportunities .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}
.opportunities .owl-dot {
    position: relative;
    width: 6px;
    height: 6px;
    margin: 2px;
    background: #ccc;
    border-radius: 10px !important;
    overflow: hidden;
}
.opportunities .container {
    max-width: 1140px;
}
.opportunities .owl-theme .owl-dots .owl-dot span {
    width: 6px !important;
    height: 6px !important;
    /* margin: 5px 7px; */
    background: #d6d6d678;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 50px !important;
}
.opportunities .owl-theme .owl-dots .owl-dot.active span {
    width: 39px !important;
    height: 6px;
    /* margin: 5px 7px; */
    background: #d6d6d678;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 3px !important;
}
.opportunities .owl-dot.active {
    position: relative;
    width: 39px;
    height: 6px;
    margin: 2px;
    background: #ccc;
    overflow: hidden;
}
.opportunities .owl-dot .slide-progress {
    position: absolute;
    top: 0px;
    left: 0;
    height: 10px;
    width: 0%;
    background: #ffffff;
    transition: width 10s linear;
    border-radius: 10px !important;
}
.opportunities .slide-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 0;
    background: #cddc39;
    border-radius: 2px;
}

.opportunities .custom-tabpane img {
    cursor: pointer;
    height: 495px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: auto;
}
.opportunities .container {
    max-width: 1140px;
}
.opportunities {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 0.5s ease-in-out;
}
.owl-carousel .owl-animated-out {
    position: absolute;
}

.owl-carousel .slideInUp {
    animation: slideInUp 0.6s ease forwards;
}

.owl-carousel .slideOutUp {
    animation: slideOutUp 0.6s ease forwards;
}

@keyframes slideInUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideOutUp {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(-100%);
        opacity: 0;
    }
}

/* history */
.history-card img {
    width: 100%;
}
.history-card .card {
    width: 280px;
}
.history-card .card-content {
    background: #fff;
    padding: 50px 20px 20px 20px;
    height: 165px;
}
/* understanding needs */

.understanding-needs .card {
    position: relative;
    transition: all 0.5s ease-in;
    overflow: hidden;
    width: 100%;
    margin: 13px auto;
    border: 1px solid #ccc;
}

.understanding-needs .card__image {
    display: block;
    width: 100%;
    height: auto;
}

.understanding-needs .card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
    z-index: 2; /* overlay ABOVE image */
}

.understanding-needs .card.active .card__overlay {
    opacity: 1;
    visibility: visible;
}

.understanding-needs .overlay__text {
    color: white;
    font-size: 20px;
    position: absolute;
    left: 49%;
    transform: translate(-50%, 100%);
    top: 65px;
    width: 100%;
    /* text-align: center; */
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
}
.understanding-needs .overlay__text li {
    font-size: 12px;
    color: #ffffff;
}
.understanding-needs .card.active .overlay__text {
    transform: translate(-50%, 0); /* Move to visible */
    opacity: 1;
}

.understanding-needs .card-btn-bg {
    bottom: -1px;
    z-index: 3;
    width: 100%;
    padding: 10px;
    background: linear-gradient(255.52deg, rgba(70, 24, 123, 0.8) 0.54%, rgba(0, 30, 148, 0.8) 100%);
}

.card-btn-bg a {
    text-decoration: none;
    font-size: 14px;
    color: #fff !important;
}
.understanding-needs .card__icon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    font-size: 13px;
    color: #fff;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    padding: 0px;
    border-radius: 50%;
    cursor: pointer;
        background: linear-gradient(255.52deg, rgba(70, 24, 123, 0.8) 0.54%, rgba(0, 30, 148, 0.8) 100%);
}

.understanding-needs .card__icon .close-icon {
    display: none;
}.understanding-needs.platform .overlay__text {
    top: auto !important;
    bottom: 0px !important;
}
a.overlay-view {
    color: #fff;
    font-size: 14px;
}
a.overlay-view span svg path {
    fill: #fff;
    font-size: 14px;
}
.card.active .card__icon .plus-icon {
    display: none;
}

.corporate {
    display: flex;
    align-items: end;
}
.card.active .card__icon .close-icon {
    display: inline;
}
.corporate:nth-child(1) .card {
    height: 377px;
}

.corporate .card .card__overlay {
background: linear-gradient(255.52deg, rgba(70, 24, 123, 0.8) 0.54%, rgba(0, 30, 148, 0.8) 100%);
-webkit-backdrop-filter: blur(2.5px);
        backdrop-filter: blur(2.5px);
}
.students .card .card__overlay {
  background: linear-gradient(255.52deg, rgba(70, 24, 123, 0.8) 0.54%, rgba(0, 30, 148, 0.8) 100%);
-webkit-backdrop-filter: blur(2.5px);
        backdrop-filter: blur(2.5px);
}
.corporate .card{
background-color: #fff;
}
.students .card {
background-color: #fff;
}

.understanding-needs .card img.card__image {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    padding-top: 0px;
    border-radius: 10px !important;
}
.img.card__image{
    transition: 0.2s;
}
.corporate:nth-child(2) .card {
    height: 378px;
    /* margin-top: 30px; */
}
.students:nth-child(2) .overlay__text {
    top: 51px;
}
.students:nth-child(3) .card {
    height: 245px;
}

.students:nth-child(3) .overlay__text {
    top: 51px;
}
.students:nth-child(4) .card {
    height: 244px;
    margin-top: -3px;
}


.students:nth-child(4) .overlay__text {
    top: 51px;
}
.students:nth-child(5) .card {
    height: 302px;
    margin-top: -61px;
}
.students:nth-child(6) .card {
    height: 289px;
    margin-top: -49px;
}

.kpi-wrap:nth-child(1) .kpi-inner {
    background: #ffd4e4;
}
.kpi-inner h4 {
    font-size: 30px;
    font-weight: 500;
}
.kpi-inner p {
    font-size: 14px;
    line-height: 23px;
    color: #4a4a4a;
}
.kpi-wrap:nth-child(2) .kpi-inner {
    background: #fff0ca;
}
.kpi-wrap:nth-child(3) .kpi-inner {
    background: #afebff;
}
.kpi-wrap-two:nth-child(4) .kpi-inner {
    background: #e2f0cb;
}
.kpi-wrap-two:nth-child(5) .kpi-inner {
    background: #c7ceea;
}
.kpi-wrap-two:nth-child(6) .kpi-inner {
    background: #ffdac1;
}
.kpi-wrap-two:nth-child(7) .kpi-inner {
    background: #b5ead7;
}

/* ttimeline */
.history-years h4 {
    height: 80px;
    background:  linear-gradient(255.22deg, #46187B 0.54%, #001E94 54.41%);
    width: 80px;
    border-radius: 25rem;
    font-size: 20px;
    border: 3px solid #fff;
}
.card-content p {
    font-size: 14px !important;
}
.card-content {
    background: #DBF9EE;
    padding: 50px 20px 20px 20px;
}
/* Ensure Swiper container and slides behave correctly */
.timeline-swiper {
    width: 100%;
    padding-bottom: 40px; /* space for years bubble */
}

.timeline-swiper .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
}
/* Style your custom arrows */
.custom-swiper-button {
    width: 40px;
    height: 40px;
    background-color: #000; /* or transparent or your theme */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.custom-swiper-button:hover {
    background-color: #333;
    color: #fff;
}
.custom-swiper-button:hover i {
    background-color: #333;
    color: #fff !important;
}
.swiper-button-prev,
.swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
}
/* Hide default arrow backgrounds */
.swiper-button-prev::after,
.swiper-button-next::after {
    display: none !important;
    content: none;
}
.swiper-button-next i,
.swiper-button-prev i {
    color: #000000;
}

.timeline-swiper .card {
    background: #afebff;
    width: 350px;
}
.swiper-button-prev {
    left: 10px;
    background: #ffffff;
    height: 30px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 40px !important;
}

.swiper-button-next {
    right: 10px;
    background: #ffffff;
    height: 30px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 40px !important;
}
/* campus */
.swiper.campus-swiper .swiper-slide {
    height: 300px !important;
    -o-object-fit: cover;
       object-fit: cover;
}
.campus-wrapper {
    background: #AFEBFF;
    height: 65%;
    width: 100%;
    display: flex;
    align-items: center;
}
.campus-image-wrapper {
    height: 100%;
    display: flex;
    align-items: end;
}
.campus-wrapper p {
    font-size: 14px !important;
}
.custom-swiper-button {
    border-radius: 8% !important;
    top: 73% !important;
}
.campus-wrapper {
    height: 65%;
    width: 100%;
    display: flex;
    align-items: center;
}
.swiper-slide .campus-wrapper {
    background: #AFEBFF;
    background-color: #AFEBFF;
}
.all-content p {
    font-size: 16px;
}
.owl-carousel.tab-carousel-one {
    z-index: 0 !important;
}
.curve-nav li.nav-item .nav-link {
    z-index: 233;
}
.curve-nav li.nav-item .nav-link img {
    cursor: pointer;
    z-index: 0;
}
.custom-swiper-button.disabled {
    color: #999;
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
  }

@media screen and (max-width: 768px) {
    .understanding-needs .card {
        margin-top: 0px !important;
    }
    .understanding-needs .card img.card__image {
        height: auto ;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: bottom;
        object-position: top;
        padding-top: 0px;
    }
    .mobile-design-univeristy .card img.card__image {
        height: 100% !important ;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: bottom;
        object-position: top;
        padding-top: 0px;
    }
    img.card__image.sports-card-wrap {
    height: 500px !important;
}
    .corporate:nth-child(2) .card {
        margin-top: 0px;
    }

  
    .corporate:nth-child(5) .overlay__text {
        top: 51px;
    }
    .corporate:nth-child(6) .overlay__text {
        top: 51px;
    }
    .corporate:nth-child(6) .card {
        margin-top: 0px;
    }

    .corporate:nth-child(6) .overlay__text {
        top: 51px;
    }
    .corporate:nth-child(7) .card {

        margin-top: 0px;
    }
   

    .corporate:nth-child(8) .card {
        margin-top: 0px;
    }
 
    .understanding-needs .overlay__text {
        color: white;
        font-size: 20px;
        position: absolute;
        left: 49%;
        transform: translate(-50%, 100%);
        top: 40%;
        width: 100%;
        /* text-align: center; */
        transition: transform 0.5s ease, opacity 0.5s ease;
        opacity: 0;
    }
    .swiper.campus-swiper .swiper-slide {
        height: 270px !important;
    }
    .timeline-swiper .card {
        width: 329px;
    }
}
.recruiters .card {
    box-shadow: 3px 10px 30px rgba(0, 0, 0, 0.1);
}
.campus-btn .swiper-button-prev.campus-prev{
    left: 10% !important;
}
.campus-btn .swiper-button-next.campus-next {
    right: 10% !important;
}
.custom-swiper-button {
    top: 213px !important;
}
.campus-btn .campus-next, .campus-btn .campus-prev {
    top: auto !important;
    bottom: 177px;
}

.all-btn-wrap .swiper-button-prev, .all-btn-wrap .swiper-button-next{
    top: 340px !important;
}
.history-years h4 img {
    height: 50px !important;
    width: 50px;
}
.explore-sbup .history-years h4 img {
    padding: 16px;
}
.explore-sbup .history-years img {
    width: auto;
    height: auto !important;
}
.mou-card img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
}
.video-text-wrapper p{
    font-size: 14px !important;
}

.campus-wrapper h6{
    font-size: 16px !important;
}
.event-title {
          font-size: 16px !important;
    font-weight: 600;
    color: #3584F4 !important;
}
.event-title:hover{
      color: #F0C75C !important;
    text-decoration: underline;
}
.card-content h5{
          font-size: 16px !important;
    font-weight: 600;
    color: #3584F4 !important;
}
.event-title a{
             font-size: 16px !important;
    font-weight: 600;
    color: #3584F4 !important;
}
.event-title:hover a{
             font-size: 16px !important;
    font-weight: 600;
         color: #F0C75C !important;
    text-decoration: underline;
}
.event-description {
    font-size: 14px;
}
.event-date {
    font-size: 14px;
}
.card-title.event-title {
    padding-bottom: 10px;
    padding-top: 10px;
}

.custom-owl-carousel .item {

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.custom-owl-carousel .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.card-image-wrapper img {
    transition: transform 0.5s ease;
    will-change: transform;
}

.card:hover .card-image-wrapper img {
    transform: scale(1.1);
    /* Zooms in by 10% */
}
.nsss-sec{
    background-color: #FFF0CA;
}
.res-card img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
}
input#searchName {
    font-size: 15px;
    height: 100%;
}


.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}
.btn.btn-gradient-outline {
    border: 1px solid #4a4a4a;
    padding: 10px 15px;
    color: #4a4a4a;
    transition: 0.1s;
    font-size: 14px;
}
.btn.btn-gradient-outline:hover {
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #ffffff;
    transition: 0.1s;
    background: linear-gradient(82.57deg, #0139b3 0%, #0065e7 26.71%, #0037b2 43.1%, #002aab 58.69%, #0037b2 71.83%, #01a6f9 96.37%);
}
.btn.btn-gradient-outline:hover svg path {
    fill: #ffffff;
}
.rec-logo img {
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 10px !important;
}
.school-event img{
    height: 350px !important;
    -o-object-fit: cover;
       object-fit: cover;
}
.growths .card:before{
      content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    pointer-events: none;
    height: 100%;
    background: linear-gradient(180.12deg, rgba(46, 49, 146, 0.8) 0.1%, rgba(46, 49, 146, 0) 27.8%);
}
.growths .card-btn{
    z-index: 2;
}
.growths .card-image-wrapper img {
    transition: transform 0.5s ease;
    will-change: transform;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
