.about-banner-section {
    background: linear-gradient(rgba(11, 52, 121, 0.5), rgba(11, 52, 121, 0.5)),
        url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=1200&h=400&fit=crop') center/cover;
    padding: 120px 0 140px 0;
    text-align: center;
    color: #ffffff;
}

.about-banner-title {
    font-size: 56px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -1px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

/* ========== SECTION STYLES ========== */
.sub-heading-bar {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    color: #B60004;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
}

.sub-heading-bar::before {
    content: "";
    width: 24px;
    height: 3px;
    background-color: #B60004;
    border-radius: 2px;
    margin-right: 8px;
}

.main-section-heading {
    font-size: 34px;
    font-weight: 900;
    color: #111111;
    margin-bottom: 18px;
    letter-spacing: -0.3px;
}

.section-p {
    color: #555555;
    font-size: 14.5px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.btn-view-more {
    background-color: #B60004;
    color: #ffffff;
    border-radius: 50px;
    padding: 9px 26px;
    font-size: 12.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s;
}

.btn-view-more:hover {
    background-color: #8c0003;
}
