
.testimonial-section{
  padding: 7rem 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
}

.testimonial-text{
  max-width: 600px;
  width: 100%;
  padding-top: 20px;
  padding-right: 20px;
}
.testimonial-text h2{
  margin: 0 0 32px 0;
  max-width: 500px;
  width: 100%;
}
.testimonial-text h5{
  line-height: 130%;
  color: rgba(32, 32, 41, 0.75);
}

.testimonial-wrapper{
  max-width: 560px;
  width: 100%;
}
.testimonial-block h4{
  color: var(--e-global-color-text);
  margin: 0 0 24px 0;
  font-weight: 400;
}
/* .testimonial-block h6{
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: -0.015em;
  margin: 0;
  font-weight: 500;
} */
/* .testimonial-block p{
  color: #202029BF;
  font-size: 1.6rem;
} */

.testimonial-button{
  padding: 40px 0 0 0;
}
.qt-icon-top{
  margin-bottom: 24px;
}
.testimonial-button-prev,
.testimonial-button-next{
  background: #2020290D;
  border: 1px solid #2020291A;
}
.testimonial-button-prev:hover,
.testimonial-button-next:hover{
  background: #DAE0EA;
  border: 1px solid transparent;
  /* background: linear-gradient(119.94deg, #209EAA 32.27%, #07CCCD 55.47%, #209EAA 80.53%); */
  background: linear-gradient(135.6deg, #1D9AAA 18.33%, #60AEBF 49.56%, #34839F 83.28%);
}
.testimonial-button-prev:hover img,
.testimonial-button-next:hover img{ 
  filter: invert(100%);
}
/******************/
.testimonial-section.dark_mode {
  background-color: #04061D;
  padding: 7rem 0;
  background-size: auto 100%;
}
.dark_mode .testimonial-text h5 {
    color: rgba(255, 255, 255, 1);
}
.dark_mode .testimonial-wrapper {
    max-width: none;
}
.dark_mode .testimonial-block p {
    color:var(--text-white-50, #FFFFFF80);

}

.dark_mode .testimonial-block {
  background: linear-gradient(148.83deg, #516BDA 43.57%, #ACB8FB 86.16%); 
  border: 1px solid;
  border-image-source: linear-gradient(225deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(150px);
  padding: 64px 40px 40px 40px;
  border-radius: 16px;
  position: relative;
}
.dark_mode .testimonial-block .qt-icon-top {
  position: absolute;
  left: 16px;
  top: 16px;
}
.dark_mode .testimonial-block h4 {
    margin: 0 0 70px 0;
}

.testimonial_dark {
  justify-content: end;
  padding: 22px 0 0 0;
}

.testimonial_dark .testimonial-button-prev,
.testimonial_dark .testimonial-button-next{
  background: var(--background-white-10, #FFFFFF1A);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.testimonial_dark .testimonial-button-prev:hover,
.testimonial_dark .testimonial-button-next:hover{
  background: #403F54;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.pagination-style .swiper-pagination-bullet-active{
  background-color: #8092AC;
}

.dark_mode .pagination-style .swiper-pagination-bullet {
    background: #FFFFFF59;
}
.dark_mode .pagination-style .swiper-pagination-bullet-active {
    background: var(--icons-and-outlines-white-100, #FFFFFF);
}

.testimonial-pagination {
  position: relative;
  display: none;
}

.testimonial-pagination .swiper-pagination-bullet {
  border-radius: 0px !important;
  background: #2020295e;
}
.testimonial-pagination .swiper-pagination-bullet-active {
    background-color: #8092AC;
}

/* Responsive */
@media screen and (max-width: 1439px) {
  /* .testimonial-section{
    padding: 10rem 0;
  } */
}

@media screen and (max-width: 1299px) {
  
}
@media screen and (max-width: 1199px) {
  /* .testimonial-block h6{
    font-size: 18px;
  } */
}

@media screen and (max-width: 1024px) {
.testimonial-pagination{
    display: block;
  }
  .testimonial-button { display: none !important;}
}

@media screen and (max-width: 991px) {

  /* .testimonial-section{
    padding: 7rem 0;
  } */
  .testimonial-wrap .row{
    --bs-gutter-x: 0;
  }
  .testimonial-block h4{
    font-size: 18px;
    line-height: 115%;
    margin-bottom: 16px;
  }
  .testimonial-block h6,.testimonial-block p{
    font-size: 14px;
    line-height: 140%;
  }
  .testimonial-button{
    padding-top: 16px;
  }
  .qt-icon-top{
    margin-bottom: 12px;
  }
  
  
  .qt-icon-top{
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
 .testimonial-section{
    padding: 5.3rem 0;
    background-size: 314px;
    background-position: left top;
  }
  .testimonial-text{
    max-width: 100%;
    margin: 0 0 5.6rem 0;
    padding-top: 0;
  }
  .testimonial-text h2{
    max-width: 100%;
    margin-bottom: 12px!important;
  }
  .testimonial-text h5{
    font-size: 16px;
    line-height: 140%;
  }
  
  

  
  
 
}