/* ===============================
   ABOUT US SECTION STYLES
================================= */
.about-us {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 5%;
    background: url("https://affluentfit.com/golden%20wave%20particle.png") no-repeat center center / cover;
    min-height: 600px;
    color: #fff;
}

/* Overlay to improve readability */
.about-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

/* Content container */
.about-content {
    position: relative;
    z-index: 2;
    max-width: 50%;
}


