/* ==============================
    TESTIMONIAL CARD
 ============================== */

.testimonial-card {
    position: relative;
    margin-bottom: 16px;
    padding: 40px 36px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #ececec;

    overflow: hidden;
}

/* ==============================
    QUOTE ACCENT
 ============================== */

.testimonial-quote-accent {
    position: absolute;
    top: 10px;
    left: 20px;
    opacity: 0.06;
    pointer-events: none;
}

.testimonial-quote-accent svg {
    width: 120px;
    height: 120px;
    fill: #000;
}

/* ==============================
    CONTENT
 ============================== */

.testimonial-content {
    position: relative;
}

.testimonial-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #222;
    margin-bottom: 28px;
}

.testimonial-meta {
    font-size: 0.9rem;
    font-weight: 600;
    color: #666;
}

.testimonial-name {
    color: #000;
}

.testimonial-city {
    color: #888;
}