

.testimonial-carousel-wrapper {
    text-align: center;
}

.testimonial-carousel-wrapper h2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
    color: rgb(88, 89, 91);
}

.testimonial-carousel-wrapper h2 svg {
    width: 24px;
}

.testimonial-carousel-wrapper p {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.testimonial-carousel {
    position: relative;
    width: 100%;
    height: 100%;
}

.testimonial-carousel .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #58595B61;
    transition: border 0.5s ease;
    background-color: #fff;
    height: auto;
    cursor: grab;
}

.testimonial-carousel .swiper-wrapper {
    padding-bottom: 40px;
}

.testimonial-carousel-wrapper .swiper-pagination {
    z-index: 1;
}

.testimonial-carousel-wrapper .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -4px;
}

.testimonial-carousel-wrapper .swiper-pagination-bullet {
    width: 10px;
    height: 5px;
    border-radius: 0;
    background-color: #58595B;
    opacity: 1;
    transition: background-color 0.3s ease, width 0.3s ease;
}

.testimonial-carousel-wrapper .swiper-pagination-bullet-active {
    background-color: #21665F;
    width: 40px;
}

.testimonial-carousel-wrapper .swiper-pagination-bullet:hover {
    background-color: #21665F;
}

.testimonial-carousel .card {
    border: none;
    border-radius: 0;
    background-color: transparent;
    height: 100%;
}

.testimonial-carousel .card .card-body {
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    padding: 25px;
}

.testimonial-carousel .card .testimonial-text {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.8em;
    margin-bottom: 16px;
    padding: 20px;
    background-color: #58595B;
    position: relative;
}

.testimonial-carousel .card .testimonial-text::after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #58595B;
}

.testimonial-carousel .card .author-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-carousel .card .author-wrap svg {
    width: 45px;
}

.testimonial-carousel .card .testimonial-author {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-align: start;
    margin-bottom: 0;
}

.testimonial-carousel .card .testimonial-role {
    font-size: 14px;
    color: rgb(122, 122, 122);
    font-weight: 400;
    margin-bottom: 0;
}