Feedback

/* feedback slider */
.feedback__box {
    padding-top: 10px;
}

.feedback__box .owl-carousel .owl-stage-outer {
    padding: 20px 0
}

.feedback__slide .feedback__item {
}

.feedback__card {
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem 4rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    position: relative;
    min-height: 200px;
}

.feedback__card .quote {
    position: absolute;
    left: 24px;
    top: 18px;
    font-size: 48px;
    color: #D91021;
}

.feedback__content p {
    margin: 0 0 18px 0;
    color: #333;
    line-height: 1.6;
    font-family: 'CalSans-Regular';
}

.feedback__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feedback__meta .meta-left {
    display: flex;
    align-items: center;
    gap: 12px
}

.feedback__meta .avatar img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 50%;
}

.feedback__meta .meta-name {
    font-weight: 600;
    font-family: 'CalSans-Regular';
}

.feedback__meta .meta-location {
    font-size: 13px;
    color: #999
}

.feedback__meta .stars {
    color: #f5b400;
    font-size: 16px
}

@media(max-width:767px) {
    .feedback__card {
        padding: 18px
    }

}

.feedback__title {
}

/*================================*/
