﻿/* Style cho phần Customer Feedback */
.feedback {
    padding: 80px 0;
    background: #f2f4fa;
}

.feedback-bg {
}

    .feedback-bg h2 {
        margin-bottom: 30px;
        color: #00a0e3;
        line-height: 121.1%;
        font-size: 33px;
        font-family: 'monSB';
        font-weight: 100;
        margin-top: 0;
        text-align: center;
    }

.feedback-slider {
    position: relative;
}

.feedback-card span {
    display: block;
    font-size: 14px;
    font-family: 'monR';
    margin-bottom: 4px;
}

.feedback-card {
    position: relative;
    border-radius: 20px;
    text-align: center;
    color: #333;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    padding-bottom: 13px;
}

.feedback-card-item img {
    width: 100%;
    height: 225px !important;
    border-radius: 8px;
    object-fit: cover;
}

.feedback-card-item {
    margin-bottom: 18px;
}

.feedback-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    margin-top: 0;
    line-height: 145%;
    color: #333;
    font-family: 'monSB';
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.stars-feedback-card i {
    color: #f3a53b;
    font-size: 14px;
}

.stars-feedback-card {
    margin-bottom: 14px;
}

.feedback-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
    margin-top: 0;
    font-family: 'Montserrat-SemiBold';
    overflow: hidden;
}

    .feedback-card h4 span {
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        display: block;
        margin-top: 5px;
        font-family: 'Montserrat-Medium';
    }

.feedback-card p {
    font-size: 15px;
    font-weight: 400;
    color: #383838;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 0;
    margin-top: 6px;
    padding: 0 14px;
    font-family: 'monR';
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.feedback-card a {
    font-size: 14px;
    color: #757575;
    text-decoration: none;
    word-break: break-all;
    font-family: 'Montserrat-Regular';
}

    .feedback-card a:hover {
        text-decoration: underline;
    }

/* Swiper Pagination */
.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background: #ffcc00;
    opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .feedback-bg h2 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .feedback-card {
    }

        .feedback-card img {
            height: 180px !important;
        }

        .feedback-card h3 {
            font-size: 13px;
        }

        .feedback-card h4 {
            font-size: 15px;
        }

        .feedback-card span {
            font-size: 13px;
        }

    .stars-feedback-card i {
        font-size: 12px;
    }

    .feedback-card p {
        font-size: 13px;
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .feedback-bg h2 {
        font-size: 18px;
    }

    .feedback {
        padding: 50px 0;
    }
}