.hero-content-wrapper {
    margin-top: 100px;
    /* Restore desktop margin to avoid header overlap */
}

@media (max-width: 991px) {
    .hero-bg-custom {
        height: auto !important;
        min-height: 80vh;
        padding-top: 30px !important;
        /* padding-bottom: 50px !important; */
    }

    .hero-content-wrapper {
        margin-top: 30px !important;
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .hero-content-wrapper h1:first-of-type {
        font-size: 50px !important;
        line-height: 1 !important;
    }

    .hero-description {
        font-size: 18px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .hero-content-wrapper h1:first-of-type {
        font-size: 40px !important;
    }

    .hero-sub-title {
        font-size: 35px !important;
    }
}