.wtx-testimonials {
    position: relative;
    padding: 70px 0 90px;
    color: #f8f8f8;
    overflow: hidden;
    background-image: url('../images/clients/testimonials.jpeg');
    background-size: cover;
    background-position: center;
}

.wtx-testimonials .wtx-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.wtx-testimonials .wtx-container {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 22px;
    z-index: 2;
}

.wtx-heading {
    text-align: center;
    margin-bottom: 36px;
}

.wtx-eyebrow {
    font-size: 12px;
    letter-spacing: 2px;
    color: #d1d1d1;
    margin-bottom: 8px;
    font-weight: 600;
}

.wtx-title {
    font-size: 44px;
    line-height: 1;
    margin: 0;
    color: #fff;
    font-weight: 800;
    display: inline-block;
}

.wtx-title-accent {
    color: #d4a840;
    margin-left: 6px;
}


.wtx-cards,
#track {
    display: flex;
    gap: 26px;
    transition: transform 0.6s ease;
    will-change: transform;
    overflow: hidden;
}

.wtx-card {
    min-width: calc((100% / 3) - 18px);
    position: relative;
    background: #ffffff;
    color: #111111;
    border-radius: 16px;
    overflow: visible;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 45px 24px 45px;
}

.wtx-card-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wtx-stars {
    font-size: 0;
    display: flex;
    gap: 8px;
}

.wtx-stars span {
    display: inline-block;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #d4a840;
    background: #d4a840;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'><path fill='white' d='M287.9 17.8L354 150.2 499.2 171.5C519.1 174 527.9 196.3 513.6 210.3L402.7 319.5 428.4 463.6C430.7 483.6 411.4 498.8 394.2 488.4L288 435.4 181.8 488.4C164.6 498.8 145.3 483.6 147.6 463.6L173.3 319.5 62.43 210.3C48.14 196.3 56.86 174 76.76 171.5L222 150.2 288.1 17.8C295.2 2.9 312.8 2.9 319.9 17.8z'/></svg>") center/contain no-repeat;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'><path fill='white' d='M287.9 17.8L354 150.2 499.2 171.5C519.1 174 527.9 196.3 513.6 210.3L402.7 319.5 428.4 463.6C430.7 483.6 411.4 498.8 394.2 488.4L288 435.4 181.8 488.4C164.6 498.8 145.3 483.6 147.6 463.6L173.3 319.5 62.43 210.3C48.14 196.3 56.86 174 76.76 171.5L222 150.2 288.1 17.8C295.2 2.9 312.8 2.9 319.9 17.8z'/></svg>") center/contain no-repeat;
}

.wtx-body {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 6px;
}

.wtx-meta {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 14px;
}

.wtx-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #222;
    border: 3px solid #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
}

.wtx-name {
    font-weight: 700;
    color: #111;
}

.wtx-role {
    font-size: 13px;
    color: #888;
    margin-top: 4px;
}

.wtx-bottom-bar {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: -9px;
    height: 14px;
    background: #d4a840;
    border-radius: 9px;
    box-shadow: 0 6px 8px rgba(226, 59, 59, 0.20);
    z-index: -1;
}

@media (max-width: 1100px) {
    .wtx-title {
        font-size: 36px;
    }

    .wtx-card {
        min-width: calc((100% / 2) - 18px);
    }
}

@media (max-width: 700px) {
    .wtx-title {
        font-size: 28px;
    }

    .wtx-card {
        min-width: 100%;
        padding-bottom: 48px;
    }

    .wtx-bottom-bar {
        left: 18px;
        right: 18px;
        bottom: -8px;
        height: 10px;
    }
}