.testimonial-swiper-0ee66f99 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}

.testimonial-card-0ee66f99 {
    background-color: #DBE1FB;
    border: 2px solid #5b6987;
    padding: 40px 30px 0 30px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.testimonial-content-0ee66f99 {
    position: relative;
    z-index: 2;
}

.testimonial-text-0ee66f99 {
    font-size: 16px;
    line-height: 1.5;
    font-style: italic;
    color: black;
    margin-bottom: 30px;
}

.author-name-0ee66f99 {
    font-family: Roboto Slab;
font-weight: 400;
font-size: 16px;
line-height: 100%;
    color: #000000;
    margin: 0 0 5px 0;
}

.author-designation-0ee66f99,
.author-company-0ee66f99 {
    font-family: Mulish;
font-weight: 600;
font-size: 14px;
line-height: 20px;
    color: #7A7A7A;
}

.author-image-wrapper-0ee66f99 {
    margin-top: 20px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    z-index: 1;
}

.author-img-0ee66f99 {
    width: 87px;
    height: 83.037px;
    object-fit: cover;
    display: block;
}

.card-dots-spacer-0ee66f99 {
    height: 40px; /* Space for the pagination dots at the bottom */
}

.testimonial-swiper-0ee66f99 .swiper-pagination {
    position: absolute;
    bottom: 15px;
    left: 30px !important;
    width: auto;
    text-align: left;
    z-index: 3;
}

.testimonial-swiper-0ee66f99 .swiper-pagination-bullet {
    background: #cbd5e0;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 4px !important;
}

.testimonial-swiper-0ee66f99 .swiper-pagination-bullet-active {
    background: #0014a8;
}