.swiper-student-testimonials {
    overflow: hidden;
}

.swiper-student-testimonials .gsi-student-testimonial-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  	color:var(--cool-grey-1);
  	max-width:755px;
    padding-bottom: 64px;;
}

.swiper-student-testimonials h6.gsi-student-student-name {
    color: var(--mint);
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 16px;
}

.swiper-student-testimonials span.gsi-student-universit-program {
    color: var(--cool-grey-4);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.gsi-student-testimonial-headshot {
    height: 88px;
    width: 88px;
	display:none !important;
}

.gsi-student-testimonial-headshot.lanc-test-headshot {
    display: block!important;
}

.swiper-student-testimonials .gsi-student-testimonial-headshot img {
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.gsi-student-testi-pagination span.swiper-pagination-bullet-active, 
.gsi_more_services_cards_pagi .custom-pagination .swiper-pagination-bullet-active /*Services Inner Page*/{
    background-color:var(--mint)!important;
    border-radius: 6px;
    width: 36px;
    height: 8px;
    transition: all 0.3s ease-in;
}

.gsi_more_services_cards_pagi .custom-pagination .swiper-pagination-bullet {
    background: var(--cobalt);
}

.gsi_more_services_cards_pagi .custom-pagination .swiper-pagination-bullet-active
{
    background-color:var(--cobalt)!important;
}

.gsi-student-testi-pagination span.swiper-pagination-bullet {
    background-color:var(--cool-grey-4);
    opacity: 1;
}

@media (min-width:981px) 
  {
   .swiper-student-testimonials .gsi-student-testi-pagination{
        display: none; 
    }

    .gsi-student-testi-wrapper {
        display: flex;
        column-gap: 24px;
        align-items: center;
    }
  }

.swiper-student-testimonials .gsi-student-testi-wrapper {
    margin-bottom: 75px;
}

.gsi-student-testi-nav {
    position: absolute;
    right: 65px;
}

.gsi-student-testi-nav .swiper-button-prev {
    left: -30px;
}

.gsi-student-testi-nav .swiper-button-next {
    left: 30px;
}

.gsi-student-testi-nav .swiper-button-next:after {
    content: url(/india/wp-content/uploads/sites/3/2025/03/right-arrow.svg);
    color: transparent;
}

.gsi-student-testi-nav .swiper-button-prev:after {
    content: url(/india/wp-content/uploads/sites/3/2025/03/left-arrow.svg);
    color: transparent;

}

@media (max-width:981px) 
  {
   .swiper-student-testimonials .gsi-student-testi-nav {
        display: none; 
    }

    .swiper-student-testimonials .gsi-student-testimonial-content p {
        padding-bottom: 40px;
    }

    .swiper-student-testimonials h6.gsi-student-student-name {
        margin: 16px 0 8px;
    }

    .swiper-student-testimonials .gsi-student-testi-wrapper {
        margin-bottom: 38px;
    }

    .swiper-student-testimonials .gsi-student-testi-pagination {
        display: flex;
        justify-content: center;
    }

  }