

.mdsw_hero_fullscreen {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/img/mdsw-hero-family-doctor.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.mdsw_hero_overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(10, 15, 25, 0.70) 0%,
            rgba(10, 15, 25, 0.50) 45%,
            rgba(10, 15, 25, 0.70) 100%
        ),
        linear-gradient(
            180deg,
            rgba(10, 15, 25, 0.35) 0%,
            rgba(10, 15, 25, 0.75) 100%
        );
    z-index: 1;
}

.mdsw_hero_content {
    position: relative;
    z-index: 2;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding: 160px 20px 120px;
    color: #fff;
}

.mdsw_hero_content h2 {
    color: #fff;
    font-size: clamp(42px, 6vw, 86px);
    line-height: 1.05;
    font-weight: 700;
    margin-bottom: 28px;
}

.mdsw_hero_content h2 span {
    display: block;
}

.mdsw_hero_content p {
    max-width: 820px;
    margin: 0 auto 18px;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.6;
}

.mdsw_hero_content .saas_btn {
    margin-top: 28px;
}

@media (max-width: 991px) {
    .mdsw_hero_fullscreen {
        background-position: center center;
    }

    .mdsw_hero_content {
        padding: 140px 20px 90px;
    }
}

@media (max-width: 575px) {
    .mdsw_hero_content h2 {
        font-size: 42px;
    }

    .mdsw_hero_content p {
        font-size: 16px;
    }
}

.saas_banner_content_two{
    padding-top:200px;
    padding-bottom:200px
}
