@charset "UTF-8";

/* ══════════════════════════════════════════════════════════════
   Company Testimonials v7 — Hybrid: v3 chrome (stat band) + v1 masonry grid
   Scoped to #body-testimonials-v7
   Top (intro / stat band / featured) = v3 Stat-Band layout
   Testimonials display = v1 Masonry Card Grid
   Brand palette:  Green #00853e  Gold #fbbb10  Dark #282e3e
   ══════════════════════════════════════════════════════════════ */

#body-testimonials-v7 {
    background: #eef3f0;
    padding: 60px 0 70px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    color: #282e3e;
}

/* ── Intro (from v3) ───────────────────────────────────────── */
#body-testimonials-v7 .tst7-intro {
    max-width: 820px;
    margin: 0 auto 36px;
    text-align: center;
    padding: 0 24px;
}
#body-testimonials-v7 .tst7-intro .kicker {
    display: inline-block;
    padding: 5px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: #00853e;
    color: #fff;
    margin-bottom: 14px;
}
#body-testimonials-v7 .tst7-intro h2 {
    font-size: 32px; font-weight: 800; color: #1a1a1a; margin: 0 0 10px;
}
#body-testimonials-v7 .tst7-intro hr {
    width: 80px; height: 3px; border: none;
    background: linear-gradient(90deg, #00853e, #fbbb10);
    margin: 0 auto 16px; border-radius: 2px;
}
#body-testimonials-v7 .tst7-intro p {
    color: #555; font-size: 16px; line-height: 1.8; margin: 0;
}

/* ── Stat band (from v3) ───────────────────────────────────── */
#body-testimonials-v7 .tst7-stats {
    max-width: 1100px;
    margin: 0 auto 50px;
    background: linear-gradient(135deg, #00853e 0%, #046c34 100%);
    border-radius: 16px;
    padding: 30px 24px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    box-shadow: 0 14px 36px rgba(0,133,62,0.26);
}
#body-testimonials-v7 .tst7-stats .stat {
    flex: 1 1 0; text-align: center; padding: 6px 18px; position: relative;
}
#body-testimonials-v7 .tst7-stats .stat + .stat::before {
    content: '';
    position: absolute;
    left: 0; top: 12%;
    height: 76%; width: 1px;
    background: rgba(255,255,255,0.22);
}
#body-testimonials-v7 .tst7-stats .stat strong {
    display: block; font-size: 34px; font-weight: 800; color: #fff;
    line-height: 1; margin-bottom: 6px;
}
#body-testimonials-v7 .tst7-stats .stat span {
    font-size: 12px; font-weight: 600; text-transform: uppercase;
    letter-spacing: 1px; color: #fbbb10;
}

/* ── Featured success story (from v3) ──────────────────────── */
#body-testimonials-v7 .tst7-featured {
    max-width: 1100px;
    margin: 0 auto 56px;
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.08);
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 32px;
    align-items: center;
}
#body-testimonials-v7 .tst7-featured .embed-responsive {
    border-radius: 12px; overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}
#body-testimonials-v7 .tst7-featured-text { text-align: left; padding-right: 12px; }
#body-testimonials-v7 .tst7-featured-text .badge-pill {
    display: inline-block;
    padding: 5px 14px; border-radius: 50px;
    font-size: 10px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1.5px;
    background: rgba(0,133,62,0.1); color: #00853e;
    margin-bottom: 12px;
}
#body-testimonials-v7 .tst7-featured-text h3 {
    font-size: 26px; font-weight: 800; color: #00853e; margin: 0 0 8px;
}
#body-testimonials-v7 .tst7-featured-text hr {
    width: 50px; height: 3px; border: none;
    background: linear-gradient(90deg, #00853e, #fbbb10);
    margin: 0 0 14px; border-radius: 2px;
}
#body-testimonials-v7 .tst7-featured-text p {
    font-size: 15px; line-height: 1.75; color: #555; margin: 0;
}

/* ── Section title ─────────────────────────────────────────── */
#body-testimonials-v7 .tst7-section-title {
    text-align: center; font-size: 24px; font-weight: 800;
    color: #1a1a1a; margin: 0 0 36px;
}

/* ── Masonry card grid (from v1) ───────────────────────────── */
#body-testimonials-v7 .tst7-grid {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
    column-count: 3;
    column-gap: 24px;
}
#body-testimonials-v7 .tst7-card {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    background: #fff;
    border-radius: 14px;
    padding: 26px 24px 22px;
    margin: 0 0 24px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
    border-top: 3px solid #fbbb10;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
#body-testimonials-v7 .tst7-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.10);
}
#body-testimonials-v7 .tst7-card .quote-mark {
    color: #00853e; font-size: 22px; opacity: 0.5; margin-bottom: 8px;
}
#body-testimonials-v7 .tst7-card p {
    font-size: 14px; line-height: 1.7; color: #444; margin: 0 0 18px; font-style: italic;
}
#body-testimonials-v7 .tst7-card-logo {
    border-top: 1px solid #eef0ee;
    padding-top: 16px;
    height: 60px;
    display: flex;
    align-items: center;
}
#body-testimonials-v7 .tst7-card-logo img {
    max-height: 44px; max-width: 160px; width: auto; object-fit: contain;
}

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 1024px) {
    #body-testimonials-v7 .tst7-grid { column-count: 2; }
}
@media (max-width: 768px) {
    #body-testimonials-v7 .tst7-intro h2 { font-size: 26px; }
    #body-testimonials-v7 .tst7-stats { flex-wrap: wrap; gap: 18px; }
    #body-testimonials-v7 .tst7-stats .stat { flex: 1 1 40%; }
    #body-testimonials-v7 .tst7-stats .stat + .stat::before { display: none; }
    #body-testimonials-v7 .tst7-stats .stat strong { font-size: 28px; }
    #body-testimonials-v7 .tst7-featured { grid-template-columns: 1fr; gap: 20px; }
    #body-testimonials-v7 .tst7-featured-text { text-align: center; }
    #body-testimonials-v7 .tst7-featured-text hr { margin-left: auto; margin-right: auto; }
    #body-testimonials-v7 .tst7-grid { column-count: 1; }
}
