/* Results (Testimonials) Page Specific Styles */
.testimonials-page-v2 {
    background: #f8fbff;
}

.case-study-card {
    background: #fff;
    border: 1px solid #e1e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.case-study-card .card-body {
    padding: 40px;
}

.industry-tag {
    background: #eef6fb;
    border: 1px solid #d8e7f3;
    color: #1e3148;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 10px;
}

.outcome-label {
    color: #0077b5;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 12px;
}

.case-study-card h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #202730;
}

.case-section-label {
    color: #0077b5;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 25px;
}

.case-study-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #5f6670;
    margin-bottom: 15px;
}

.closing-line {
    font-weight: 700;
    color: #202730 !important;
    margin-top: 30px !important;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.testimonials-page-v2 .inner-banner img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .case-study-card .card-body {
        padding: 25px;
    }

    .case-study-card h3 {
        font-size: 22px;
    }
}