.banner_section {
    background-image: url(https://dddemo.net/wordpress/2025/fanninmeadowsrvpark/wp-content/uploads/2025/09/banner-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 105px 0;
}

.banner_overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner_content {
    position: relative;
    z-index: 2;
}

.banner_heading h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: normal;
    color: #FFF;
    text-align: center;
}

@media (max-width: 1199px) {
    .banner_section {
        padding: 90px 0;
    }

    .banner_heading h1 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .banner_section {
        padding: 80px 0;
    }

    .banner_heading h1 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .banner_section {
        padding: 70px 0;
    }

    .banner_heading h1 {
        font-size: 32px;
    }
}