
.testimonials {
    padding-top: 50px !important;
}

.carousel-container {
    background: #F0F0F0;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    padding-left:20px !important;
    padding-right: 20px !important;
}

.carousel-container .inner-container {
    max-width: 1140px;
    margin: 0 auto !important;
}

.testimonials .section-title-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.testimonials .section-title-container {
    position: relative;
}

.testimonials .section-title-container .inner-container {
    max-width: 1140px;
    margin: 0 auto !important;
    position: relative;
}

.testimonials .section-title-container .inner-container::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 20px;
    width: 100px;
    height: 100px;
    background: url(/wp-content/uploads/2025/07/Group-3.svg) no-repeat center;
    opacity: 0.3;
    background-size: contain;
    transform: rotate(180deg)
}

.testimonials .section-title {
    padding-top: 100px !important;
    padding-bottom: 70px !important;
    text-align: center;
    color: #003C4C;
}

.swiper-wrapper {
    display: flex;
    gap: 20px;
}

.testimonial-slide {

}

.testimonial-slide .flex-container {
    margin-top: 30px !important;
    display: flex;
    gap: 20px;
    position: relative;
    left: 10px;
}

.testimonial-slide img {
    width: 54px;
    height: 54px;
    border-radius: 99999px;
}

.testimonial-quote {
    width:100%;
    background-color: white;
    min-height: 180px;
    padding: 30px !important;
    border-radius: 15px;
    position: relative;
}

.testimonial-quote p {
    color: var(--slate-gray-pg-color, #7C8893);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.testimonial-quote::after {
  content: "";
  position: absolute;
  bottom: -24px; 
  left: 20px;    
  width: 32px;
  height: 30px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="30" viewBox="0 0 32 30" fill="none"><path d="M32 0L15 30L0 0H32Z" fill="white"/></svg>') no-repeat center;
  background-size: contain;
}



.testimonial-meta {
display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
}

.testimonial-author {
color: #000;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.testimonial-affiliation {
color: #0D263B;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}

.swiper-pagination {
    position: relative !important;
    margin-top: 80px !important;
        display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    border: 2px solid #5B8591 !important;
    background-color: #7DB6C6 !important;
}

.swiper-pagination-bullet-active {
    width: 18px !important;
    height: 18px !important;
    border: 3px solid #5B8591 !important;
    background-color: transparent !important;
}

.testimonial-swiper {
    min-height: 360px;
}

.testimonial-swiper::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 20px;
    width: 100px;
    height: 100px;
    background: url(/wp-content/uploads/2025/07/Group-3.svg) no-repeat center;
    opacity: 0.3;
    background-size: contain;
}

@media screen and (max-width: 650px) {
    .testimonial-swiper::after {
        width: 60px;
        height: 60px;
    }
}