/* assets/style.css */

.testimonial-slider-swiper {
    width: 100%;
    margin: 0 auto;
 font-family: "jost", Sans-serif;
}

.testimonial-slide {
    text-align: center;
    padding: 20px 60px;
    /* background: #f9f9f9; */
    border-radius: 10px;
}
.testimonial-slide blockquote footer {
    margin-top: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    border: none;
}
blockquote {
    border: white;
}


.testimonial-name {
    font-weight: 600;
    font-size: .95rem;
    color: #222;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0 0 .25rem;
}

.testimonial-designation {
    font-size: 18rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin: 0;
}

.testimonial-image {
    margin-bottom: 15px;
}

.testimonial-image img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-slide blockquote {
    margin: 0;
    font-size: 45px;
    line-height: 1.4;
    font-style: normal;
    color: #080808;
    font-family: "Marcellus", Sans-serif;
    
}

.testimonial-slide cite {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #666;
    font-style: normal;
}

.swiper-button-prev,
.swiper-button-next {
    color: #1f1f1f;
    height: 20px;
}

.swiper-pagination-bullet {
    background: #be0f34;
    display: none;
}

.swiper-pagination-bullet-active {
    background: #9e0d2a;
    display: none;
}
