.research-slider.swiper-slide{
  min-height: 500px;
  border-radius: 20px;
}

.testimonial-slider-section {
  overflow: hidden;
}

.testimonial-detail .testi-title-content .testi-rate {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial-detail .testi-title-content {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  /* flex-grow: 1; */
  width: 75%;
}

.research-slider .testi-details{
  width: 30%;
}



.why-choose-slider{
  padding-left: 3px;
}

.full-slide-link .testi-details .testi-image-designation .image img,
.full-slide-link .testi-details .testi-image-designation .image{
  transition: 0.3s ease all;
}

.full-slide-link:hover .testi-details .testi-image-designation .image img{
  rotate: 45deg;
  transition: 0.3s ease all;
  filter: brightness(0);
}

.full-slide-link:hover .testi-details .testi-image-designation .image{
  background-color: #E8DAC3;
}


.testimonial-detail .testi-title-content .testi-rate .start-ratings img {
  height: 16px;
}

.testimonial-detail .testi-details .testi-image-designation {
  display: flex;
  justify-content: end;
  align-items: center;
  /* min-height: 90px; */
}

.testimonial-detail .testi-title-content .testi-title h4 {
  font-weight: 400; 
  font-size: 22px;
  color: #ffffff;
  margin-top: 10px;
  line-height: 1.2em;
  font-family: "Lora";
  margin: 0;
}

.testimonial-detail .testi-title-content .testi-content {
  font-weight: var(--e-global-typography-7e90f68-font-weight);
  font-size: var(--e-global-typography-45c6bf2-font-size);
  color: var(--e-global-color-secondary);
  margin-top: 10px;
  /* flex-grow: 2; */
}

.campus-detail-container{
  display: flex;
    width: 100%;
    align-items: center;
}
.testimonial-detail .testi-details .testi-image-designation .name-designation .client-name {
  font-weight: var(--e-global-typography-secondary-font-weight);
  font-size: var(--e-global-typography-5c52afa-font-size);
  color: var(--e-global-color-primary);
  margin: 0;
  padding-top: 20px;
  padding-bottom: 5px;
}

.testimonial-detail .testi-details .testi-image-designation .name-designation .client-designation {
  font-weight: var(--e-global-typography-be2bb32-font-weight);
  font-size: var(--e-global-typography-be2bb32-font-size);
  color: var(--e-global-color-613e7a7);
}

.testimonial-detail .testi-details .testi-image-designation .image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  background: #E8DAC312;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 60px;
  border: 1px solid #E8DAC3
}

.testimonial-detail .testi-details .testi-image-designation .image img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.slider-navigation-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.slider-navigation-nav .left-arrow,
.slider-navigation-nav .right-arrow {
  background: #ffffff;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #F7F1EA;
}

.slider-navigation-nav .left-arrow:hover,
.slider-navigation-nav .right-arrow:hover {
  background-color: rgba(232, 218, 195, 1);
  transition: 1s;
}



.slider-navigation-nav .left-arrow:hover img,
.slider-navigation-nav .right-arrow:hover img{
    filter: brightness(0);
}

.research-text{
    font-family: var(--e-global-typography-3644345-font-family), Sans-serif;
    font-size: 15px;
    font-weight: var(--e-global-typography-3644345-font-weight);
    text-transform: var(--e-global-typography-3644345-text-transform);
    line-height: var(--e-global-typography-3644345-line-height);
    letter-spacing: var(--e-global-typography-3644345-letter-spacing);
    padding-bottom: 10px;
}
.testimonial-detail {
  padding: 40px 60px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
  z-index: 1;
}

.testimonial-detail::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    /* background: linear-gradient(360deg, rgba(0, 0, 0, 0) -6.58%, rgba(0, 0, 0, 0.6) 100%); */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -6.58%, rgba(0, 0, 0, 0.6) 100%);
    z-index: -1;
}

.testimonial-slider-section .swiper-slide {
  height: auto;
  overflow: hidden;
}

.testimonial-pagination .swiper-pagination-progressbar {
  position: relative;
  height: 5px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  background-color: #F9F9F7;
}

.testimonial-pagination .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #BFB5B0;
}


@media screen and (max-width: 1536px) {
  .set-section-left {
    padding-left: 150px !important;
  }
}


@media only screen and (max-width: 820px) {
  .set-section-left {
    padding-left: 30px !important;
  }
}

@media only screen and (max-width: 768px) {
  .testimonial-detail .testi-title-content .testi-content {
    padding-bottom: 10px;
  }

  .testimonial-detail .testi-details .testi-image-designation {
    margin-top: 10px;
  }

  .testimonial-detail .testi-details .testi-image-designation .name-designation .client-name {
    padding-top: 0;
  }

  .testimonial-detail{
    padding: 25px 25px;
  }

  .testimonial-detail .testi-title-content .testi-title h4{
    font-size: 20px;
    font-weight: 400;
  }

}

@media only screen and (max-width: 640px) {
  .testimonial-detail{
    border-right: 0;
  }
 

 

  .slider-navigation-nav {
    justify-content: start;
  }

  .background-shadow:before {
    display: none;
  }

  .set-section-left {
    padding-left: 20px !important;
  }
}
