@charset "UTF-8";
/* testimonial */
@media only screen and (min-width: 1581px) {
    .testimonial-slider {
        padding: 0px;
    }
}

.testimonial-slider .owl-stage-outer {
    padding-bottom: 60px;
    padding-top: 30px;
    margin-top: -30px;
}
@media (max-width: 768px) {
    .testimonial-slider .owl-stage-outer {
        padding-bottom: 30px;
    }
}

.testimonial-slider .owl-stage{
    display: flex;
}

.testimonial-slider .owl-stage{
    display: flex;
}

.testimonial-slider .owl-dots {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
    .testimonial-slider .owl-dots {
        top: auto;
        bottom: 0;
    }
}

.testimonial-slider .owl-item.center .testimonial-single {
    background: var(--system_primary_color, linear-gradient(173.69deg, #660AFB 26.21%, #A737FF 81.64%));
}

.testimonial-single-container{
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.testimonial-single-container{
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.testimonial-single {
    border-radius: 2px;
    padding: 65px 45px;
    padding-bottom: 40px;
    background: var(--system_secendary_color, #1F2B40);
    color: #fff;
    position: relative;
    z-index: 1;
    top: 0;
    box-shadow: 0px 14px 50px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.testimonial-single::after {
    content: "“";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: transparent;
    font-size: 400px;
    line-height: 1.4;
    font-family: var(--fontFamily2);
    z-index: -1;
    width: 100%;
    height: 100%;
    text-align: right;
    padding-right: 20px;
    -webkit-text-stroke: 1px rgba(101, 106, 123, 0.4);
    opacity: 0.2;
}

html[dir=rtl] .testimonial-single::after {
    text-align: left;
    padding-left: 20px;
    padding-right: 0;
}

@media only screen and (min-width: 1440px) and (max-width: 1580px) {
    .testimonial-single::after {
        font-size: 290px;
        line-height: 1.5;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
    .testimonial-single::after {
        font-size: 250px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-single::after {
        font-size: 200px;
        line-height: 1.7;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-single::after {
        line-height: 1.6;
    }
}

.testimonial-single:hover {
    top: -6px;
}

.testimonial-single p,
.testimonial-single span {
    color: currentColor;
}

.testimonial-top {
    margin-bottom: 26px;
}

@media only screen and (max-width: 991px) {
    .testimonial-top {
        padding: 4px 16px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-top span {
        font-size: 14px;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 991px) and (min-width: 992px) and (max-width: 1279px) {
    .testimonial-top span {
        font-size: 13px;
    }
}

@media only screen and (max-width: 991px) and (max-width: 991px) {
    .testimonial-top span {
        font-size: 12px;
    }
}

.testimonial-top .rating {
    line-height: 1 !important;
    display: flex;
    gap: 4px;
    align-items: center;
}

.testimonial-top .rating i {
    color: #FFCF55;
}

.testimonial-content {
    margin-top: var(--top-sp);
    overflow: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
    .testimonial-content {
        margin-bottom: 20px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-content {
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-content {
        margin-bottom: 16px !important;
    }
}

.testimonial-content p {
    line-height: 1.75;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .testimonial-content p {
        font-size: 14px;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 767px) and (min-width: 992px) and (max-width: 1279px) {
    .testimonial-content p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) and (max-width: 991px) {
    .testimonial-content p {
        font-size: 12px;
    }
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.testimonial-user-img {
    --user-img: 40px;
    width: var(--user-img);
    height: var(--user-img);
    border-radius: 100%;
    overflow: hidden;
}

.testimonial-user-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.testimonial-user span {
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    line-height: 1;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 991px) {
    .testimonial-user span {
        font-size: 11px;
    }
}

.testimonial-user p {
    color: #fff;
    font-family: var(--fontFamily1, "Plus Jakarta Sans", sans-serif);
    line-height: 1;
}

.testimonial-user p strong {
    font-weight: 600;
}
