/* ============================================
   ABOUT PAGE - HERO SECTION
   ============================================ */

.about-hero-section {
    position: relative;
}

.about-hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('../assets/about/about-hero-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.about-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(18, 50, 53, 0.9) 0%,
            rgba(18, 50, 53, 0.85) 50%,
            rgba(18, 50, 53, 0.95) 100%);
    z-index: 1;
}