/* =========================================================
   GALLERY BLOG MOBILE STYLES (Max-Width: 991px)
   ========================================================= */

@media only screen and (max-width: 991px) {

    /* 1. HERO & INTRO */
    .knowledge-hero {
        height: auto !important;
        min-height: 400px !important;
        padding: 120px 20px 60px 20px !important;
        background-attachment: scroll !important;
        text-align: center !important;
    }

    .v3-title {
        font-size: 2.22rem !important;
        line-height: 1.1 !important;
        letter-spacing: -1px !important;
    }

    .v3-lead {
        font-size: 1rem !important;
        margin: 0 auto !important;
    }

    /* 2. KNOWLEDGE GRID */
    .knowledge-grid-section {
        padding: 60px 15px !important;
    }

    .section-head-v12 h2 {
        font-size: 2rem !important;
    }

    .blog-card-v12 {
        border-radius: 25px !important;
        margin-bottom: 25px !important;
    }

    .card-thumb-v12 {
        height: 220px !important;
    }

    .card-body-v12 {
        padding: 30px 20px !important;
    }

    .card-body-v12 h3 {
        font-size: 1.4rem !important;
    }

    /* 3. JOURNEY INFOGRAPHIC */
    .journey-v12 {
        padding: 60px 15px !important;
    }

    .journey-v12 .v3-title {
        font-size: 1.8rem !important;
    }

    .journey-v12 .d-flex {
        flex-direction: column !important;
        gap: 40px !important;
        align-items: center !important;
    }

    .j-connector {
        width: 3px !important;
        height: 40px !important;
        background: var(--blog-gold) !important;
        margin: -20px auto 0 !important;
        display: block !important;
    }

    .j-node {
        width: 100% !important;
        text-align: center !important;
    }

    .j-circle {
        width: 80px !important;
        height: 80px !important;
        font-size: 2rem !important;
        margin-bottom: 20px !important;
    }
}
