

body {
    font-family: 'yekan-bakh', sans-serif;
    margin: auto;
    height: 100vh;
}

::-webkit-scrollbar {
    width: 5px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #f5f5f5 !important;
    border-radius: 10px !important;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(0, 31, 51) !important;
    border: 2px solid rgb(0, 31, 51) !important;
    border-radius: 500px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(0, 31, 51) !important;
}

.testimonial-carousel-wrapper {
    text-align: center;
}

.testimonial-carousel-wrapper h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
    color: #001F33;
}

.testimonial-carousel-wrapper p {
    font-size: 28px;
    font-weight: 600;
    color: #001F33;
}

.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 transparent;
    transition: border 0.5s ease;
    background-color: #F4F4F4;
}

.testimonial-carousel .swiper-wrapper {
    padding-bottom: 40px;
}

.testimonial-carousel .swiper-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    padding: 0 20px;
    z-index: 10;
}

.testimonial-carousel .swiper-button-next,
.testimonial-carousel .swiper-button-prev {
    z-index: 1000;
}

.testimonial-carousel .swiper-pagination {
    z-index: 1;
}

@media (max-width: 1200px) {
    .testimonial-carousel .swiper-controls {
        bottom: 10px;
    }
}

.testimonial-carousel .swiper-button-next:after, .testimonial-carousel .swiper-button-prev:after {
    content: '' !important;
}

.testimonial-carousel .swiper-button-next, .testimonial-carousel .swiper-button-prev {
    background-color: transparent;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.3s ease;
}

.testimonial-carousel .swiper-button-next:hover, .testimonial-carousel .swiper-button-prev:hover {
    background-color: #001F33;
}

.testimonial-carousel .swiper-button-next:before, .testimonial-carousel .swiper-button-prev:before {
    content: '';
    width: 15px;
    height: 15px;
    mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" id="Outline" viewBox="0 0 24 24" width="512" height="512"%3E%3Cpath d="M7,24a1,1,0,0,1-.71-.29,1,1,0,0,1,0-1.42l8.17-8.17a3,3,0,0,0,0-4.24L6.29,1.71A1,1,0,0,1,7.71.29l8.17,8.17a5,5,0,0,1,0,7.08L7.71,23.71A1,1,0,0,1,7,24Z"%3E%3C/path%3E%3C/svg%3E') no-repeat center center;
    -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" id="Outline" viewBox="0 0 24 24" width="512" height="512"%3E%3Cpath d="M7,24a1,1,0,0,1-.71-.29,1,1,0,0,1,0-1.42l8.17-8.17a3,3,0,0,0,0-4.24L6.29,1.71A1,1,0,0,1,7.71.29l8.17,8.17a5,5,0,0,1,0,7.08L7.71,23.71A1,1,0,0,1,7,24Z"%3E%3C/path%3E%3C/svg%3E') no-repeat center center;
    mask-size: contain;
    background-color: #001F33;
    -webkit-mask-size: contain;
    transition: background-color 0.3s ease;
}

.testimonial-carousel .swiper-button-next:hover:before,
.testimonial-carousel .swiper-button-prev:hover:before {
    background-color: #fff;
}

.testimonial-carousel .swiper-button-next:before {
    transform: rotate(180deg);
}

.testimonial-carousel .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -4px;
}

.testimonial-carousel .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background-color: #F4F4F4;
    opacity: 1;
    transition: background-color 0.3s ease;
}

.testimonial-carousel .swiper-pagination-bullet-active {
    background-color: #001F33;
}

.testimonial-carousel .swiper-pagination-bullet:hover {
    background-color: #001F33;
}

.testimonial-carousel .card {
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.testimonial-carousel .card .testimonial-text {
    font-size: 15px;
    font-weight: 500;
    color: #001F33;
    padding-bottom: 30px;
}

.testimonial-carousel .card .testimonial-author {
    font-size: 15px;
    color: rgb(84, 89, 95);
    font-weight: 400;
    margin-bottom: 8px;
}

.testimonial-carousel .card .testimonial-role {
    font-size: 14px;
    color: rgb(122, 122, 122);
    font-weight: 400;
    margin-bottom: 0;
}