/* =============================================
   Syslix Blog — Content Typography & Layout
   ============================================= */

/* ── Hero ── */
.header-sa .caption .fz-14 {
    font-size: 32px !important;
}

.header-sa .caption h1 {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -1.5px;
    max-width: 820px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .header-sa .caption h1 {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.5px;
    }
}

/* ── Blog Content Area ── */
.blog-content h3 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.3px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 14px;
    color: #fff;
}

.blog-content p {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 20px;
    text-align: justify;
}

.blog-content p:last-child {
    margin-bottom: 0;
}

/* ── Blog Hero Image ── */
.blog-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .blog-img img {
        height: 220px;
    }
}

/* ── Blog Index Cards ── */
.blog-sa .item .img.fit-img {
    height: 260px;
    overflow: hidden;
    border-radius: 6px;
}

.blog-sa .item .img.fit-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-sa .item:hover .img.fit-img img {
    transform: scale(1.05);
}

.blog-sa .item .cont h6 {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.2px;
}

.blog-sa .item .cont h6 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.blog-sa .item .cont h6 a:hover {
    color: #808080;
}

/* ── Sidebar ── */
.blog-sidebar {
    border-left: 1px solid rgba(255,255,255,0.08);
    padding-left: 32px;
}

@media (max-width: 991px) {
    .blog-sidebar {
        border-left: none;
        border-top: 1px solid rgba(255,255,255,0.08);
        padding-left: 0;
        padding-top: 40px;
    }
}

.blog-sidebar h6.sub-head {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #808080;
    margin-bottom: 18px;
}

.blog-sidebar p {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 0;
}

.blog-sidebar ul.rest li a {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.2s;
    display: block;
}

.blog-sidebar ul.rest li a:hover {
    color: #fff;
}

/* ── CTA Box ── */
.blog-cta {
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 36px;
    background: rgba(255,255,255,0.03);
    margin-top: 48px;
}

.blog-cta h5 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

.blog-cta p {
    font-size: 15px;
    line-height: 24px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 0;
}
