.employee-id-card {
  position: relative;
}
.employee-testimonial{
  padding-bottom: 20px;
}
.employee-id-card .galleryMain {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding-left: 25px;
}
.employee-testimonial-left{
  width: 474px;
}
.employee-testimonial-left .id-card-img{
  width: 474px;
  max-width: 474px;
  margin-left: -50px;
}
.employee-testimonial-right{
  width: calc(100% - 474px);
}
.employee-id-card .galleryMain .swiper-slide {
    text-align: center;
    padding-top: 236px;
    transform: rotate(-1deg);
}
.employee-id-card .galleryMain .swiper-slide img.main-image { /* Frame 1171276389 */
  width: 140px;
  height: 140px;
  background: #CFB2B2;
  border: 1px solid #9E9E9E;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  object-fit: cover;
}
.employee-id-card .galleryMain .swiper-slide h5 {
  margin-top: 48px;
  
}
.employee-testimonial .slider-cta .button-next, 
.employee-testimonial .slider-cta .button-prev {
  width: 48px;
  border: 1px solid #160B8B;
  border-radius: 100%;
  height: 48px;
  background-color: #160B8B;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.employee-testimonial .slider-cta .button-next:hover,  
.employee-testimonial .slider-cta .button-prev:hover{
  background-color: transparent;
}
.employee-testimonial .slider-cta .button-next:hover svg path, 
.employee-testimonial .slider-cta .button-prev:hover svg path {
  fill: #160B8B;
  stroke: #160B8B;
}


[dir=rtl] .employee-testimonial{
  direction: ltr;
  text-align: right;
}
[dir=rtl] .employee-testimonial .slider-cta div[role="button"] svg {
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  [dir=rtl] .employee-testimonial-left .id-card-img {
    margin-left: 0;
    margin-right: -50px;
  }
  [dir=rtl] .employee-id-card .galleryMain {
    padding-left: 0;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  [dir=rtl] .employee-testimonial .slider-cta{
    justify-content: right;
  }
  [dir=rtl] .employee-testimonial .row{
    flex-direction: row-reverse;
  }
}


.id-card-img-ar{
  display: none;
}
[dir=rtl] .id-card-img-en{
  display: none;
}
[dir=rtl] .id-card-img-ar{
  display: inline-block;
}



@media (max-width: 991px) {
  .employee-testimonial-left {
    width: 474px;
    margin-left: auto;
    margin-right: auto;
  } 
  .employee-testimonial-right{
    width: 100%;
    text-align: center;
  }
  .employee-testimonial-right .slider-cta {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .employee-testimonial {
    padding-bottom: 112px;
    position: relative;
  }
  .employee-testimonial .row{
    flex-direction: column-reverse;
  }
  .employee-testimonial-right {
    text-align: center;
    margin-bottom: 24px;
  }
  .employee-testimonial-right .caption{
    font-size: 12px;
    margin-bottom: 16px !important;
  }
  .employee-testimonial-right .swiper-slide{
    margin-right: 0 !important;
  }
  .employee-testimonial-right .swiper-slide h4{
    font-size: 14px !important;
    line-height: 20px;
    margin-bottom: 0;
  }
  .employee-testimonial-right .slider-cta {
    justify-content: center;
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
  }
  .employee-testimonial-left {
    width: 100%;
  }
  .employee-id-card .galleryMain {
    position: static;
    width: 100%;
    padding-left: 0;
  }
  .employee-id-card .galleryMain .swiper-slide {
    padding-top: 0;
  }
  .employee-testimonial-left .id-card-img {
   display: none;
  }
  .employee-id-card .galleryMain .swiper-slide img.main-image {
    width: 60.74px;
    height: 60.74px;
  }
  .employee-id-card .galleryMain .swiper-slide h5 {
    margin-top: 12px;
    transform: rotate(0deg);
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .employee-id-card .galleryMain .swiper-slide .text-secondary {
    font-size: 14px;
    line-height: 20px;
  }
}