.aavattokit-client-testimonial{
    position: relative;
}

.aavattokit-client-testimonial .slider-navigation-nav{
    display: flex;
    justify-content: end;
    column-gap: 10px;
    
}

.aavattokit-client-testimonial .slider-navigation-nav .testimonial-swiper-button-next img,
.aavattokit-client-testimonial .slider-navigation-nav .testimonial-swiper-button-prev img{
    background-color: #F7F6F3;
    border-radius: 100%;
    cursor: pointer;

}

.aavattokit-client-testimonial .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.aavattokit-client-testimonial .swiper-slide {
    display: flex;
    align-items: stretch;
    justify-content: end;
}

.testimonial-slide-item{
    background-color: #fff;
    max-width: 520px;
}

.testimonial-description{
  font-family: 'Quattrocento', serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 35px 0px 0px 0px;
  color: #181818;
}

.testimonial-content-text p{
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    color: #181818;
    padding: 25px 0px;
    font-weight: 300;
    margin: 0px;
}

.testimonial-title{
    margin: 0px;
}


.testimonial-title a{
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #181818;
    margin: 0px;
}

.aavattokit-client-testimonial .swiper-pagination {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 30px;
}

/* bullet base style */
.aavattokit-client-testimonial .swiper-pagination-bullet {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    background-color: #fff;  
    border-radius: 50%;
    cursor: pointer;
}

/* Inner green circle */
.aavattokit-client-testimonial .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    width: 6px;  
    height: 6px;
    background-color: #82975A; 
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* circular progress animation */
.aavattokit-client-testimonial .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.aavattokit-client-testimonial .circle-origin {
  fill: transparent;
  stroke: #657D39;
  stroke-width: 2; 
  stroke-linecap: round;
    stroke-dasharray: 50.24; /* 2 * PI * r */
    stroke-dashoffset: 50.24;
  transition: stroke-dashoffset 0.5s;
}

.aavattokit-client-testimonial .swiper-pagination-bullet-active .circle-origin {
  animation: progress 5s linear forwards;
}

.circle-origin {
  fill: transparent;
  stroke: #657D39;
  stroke-width: 8; 
  stroke-linecap: round;
  stroke-dasharray: 125.664px;
  stroke-dashoffset: 125.664px;
}

.aavattokit-client-testimonial .progress{
  background-color: transparent;
}


.aavattokit-client-testimonial .swiper-pagination-bullets{
    position: unset;
}
@keyframes progress {
  0% {
    stroke-dashoffset: 56.52;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 991px){
        .aavattokit-client-testimonial .swiper-pagination{
        justify-content: center;
    }
    .testimonial-slide-item{
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .aavattokit-client-testimonial .slider-navigation-nav{
        justify-content: space-between;
        position: absolute;
        bottom: 0px;
        justify-content: space-between;
        width: 100%;
        z-index: 1;
    }

    .testimonial-description{
        margin-top: 40px;
    }

    .aavattokit-client-testimonial .slider-navigation-nav .testimonial-swiper-button-next img, 
    .aavattokit-client-testimonial .slider-navigation-nav .testimonial-swiper-button-prev img{
        height: 40px;
        width: 40px;
    }

    .aavattokit-client-testimonial .swiper-pagination {
        margin: 50px 0px 10px 0px;
}

}

@media (max-width: 480px){
    .testimonial-description{
        font-size: 22px;
    }



    .testimonial-content-text p{
        font-size: 12px;
    }

}