/* ─── Testimonials section ───────────────────────────────────────────────────
   id="quotes" is added so that all #quotes rules in redesign.css apply
   automatically. .bh-testimonials is kept only as a JS visibility target.
─────────────────────────────────────────────────────────────────────────── */

.bh-testimonials {
    padding-top: 32px;
    padding-bottom: 32px;
}

/* ─── Opening quote drop-cap ─────────────────────────────────────────────── */
/* Mirrors the old bh-quote::before; the blockquote uses Tailwind pl-8 (2rem)
   so we shift the glyph left by that same amount to sit in the gutter. */

#quotes blockquote.quote::before {
    content: '\201C';
    float: left;
    font-style: normal;
    color: #0272B3;
    font-size: 75px;
    line-height: 70px;
    margin-bottom: -28px;
    margin-left: -2rem;
    padding-right: 15px;
}
