.custom-testimonials-wrapper {
  margin: 0 auto;
}

.custom-testimonials-slider .testimonial-slide {
  box-sizing: border-box;
}

.testimonial-inner {
  text-align: center;
}

.testimonial-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 15px;
}

.testimonial-message {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.testimonial-name {
  font-weight: 600;
  font-size: 16px;
}

.testimonial-position {
  font-size: 14px;
  opacity: 0.8;
}


.testimonial-inner {
    background: white;
    border-radius: 10px;
    border: 1px solid #FF6B35;
    padding: 20px;
    text-align: left;
}

.custom-testimonials-wrapper .slick-list {
    padding: 50px 20px !important;
}

.author-testimonial {
    display: flex;
}


.testimonial-name {
    font-size: 14px;
}

.testimonial-position {
    font-size: 13px;
}

.testimonial-image {
    width: 50px;
}

.testimonial-person {
    width: calc(100% - 70px);
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.testimonial-image {
    margin-top: auto;
    margin-bottom: auto;
}

.testimonial-image img {
    margin: auto;
    display: block;
}

.testimonial-message {
    padding: 20px 0px;
    font-size: 17px;
    font-weight: bold;
    line-height: 130%;
    min-height: 150px;
    padding-bottom: 0px;
}

.testimonial-inner {
    min-height: 300px;
}

.custom-testimonials-slider .testimonial-slide.slick-slide {
    opacity: 0;
    transform: scale(0.9);
    transition: 1s ease all;
}

.testimonial-slide.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
    transform: scale(1);
}

.custom-testimonials-slider .testimonial-slide {
    margin: 0px -40px;
}

.testimonial-slide.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
    transform: scale(1);
    z-index: 99999999999;
    position: relative;
}


.custom-testimonials-slider .testimonial-slide.slick-slide.slick-active {
    opacity: .5;
}


.testimonial-person {
    font-family: "Kumbh Sans", sans-serif;
    color: black;
}


.testimonial-message {
    font-family: "Kumbh Sans", sans-serif;
    color: black;
    font-weight: 600;
}


.testimonial-slide.slick-slide.slick-current.slick-active.slick-center {
    box-shadow: 0px 0px 20px #00000052;
    border-radius: 10px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #00000038;
}


.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active button {
    background: #ff6b35;
}

@media only screen and (max-width: 900px) {
.custom-testimonials-slider .testimonial-slide {
    margin: 0px;
}
.custom-testimonials-wrapper .slick-list {
    height: auto !important;
}
.custom-testimonials-wrapper {
    margin: 0px -40px;
}
}