.hero-heading {
    font-family: var(--primary-font);
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin: 0;
}

.lower-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lower-section .badge-section img {
    height: 150px;
}

.hero-subheading {
    color: #ffffff;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(2deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .4) 33%);
    z-index: 1;
}

.hero-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
      padding: 0px 20px;

}

.hero-content {
       display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 3rem;
    height: 100%;
}

.hero-content .upper-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* --- CTA Group --- */
.hero-cta-group {
    display: flex;
    gap: 1rem;
}



@media (max-width: 1024px) {

    .lower-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .lower-section .badge-section img {
        height: 130px;
    }

    .lower-section .badge-section {
        align-self: flex-end;
    }

    .hero-heading {
        font-size: 48px;
    }

    .hero-subheading {
        font-size: 18px;
        max-width: 600px;
    }

    .hero-content {
        gap: 2rem;
    }

    .hero-section {
        min-height: 520px;
    }
}


@media (max-width: 767px) {
    .hero-heading {
        font-size: 34px;
        line-height: 1.2;
    }

    .hero-subheading {
        font-size: 16px;
        max-width: 100%;
    }

    .hero-content {
        gap: 1.5rem;
    }

    .hero-cta-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-section {
        min-height: 420px;
        padding: 80px 0;
    }
}

}

@media (min-width: 1025px) {
    .hero-heading {
        max-width: 100%;
    }
}

.hero-section {
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
}

/* New */

a.btn.btn-secondary {
    background: #ffffff !important;
    color: #000000 !important;
}

.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-section::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.7) 75%,
            #000 100%);
    pointer-events: none;
}

/* For Mcdonalds Page */
.body-wrapper.hs-content-id-313115485909.hs-site-page.page .hero-content {
    gap:20px;
    padding:0px;
}

/* For Sweetwater HOA */
.body-wrapper.hs-content-id-313166896872.hs-site-page.page .lower-section .badge-section img {
    height: 40px;
}

/* For Lowe's Page */
.body-wrapper.hs-content-id-313285361370.hs-site-page.page .lower-section .badge-section img {
    height: 80px;
}

.body-wrapper.hs-content-id-313285361370.hs-site-page.page .hero-content {
    gap:40px;
    padding:0px;
}

/* For TTM Technologies */
.body-wrapper.hs-content-id-313167034100.hs-site-page.page .lower-section .badge-section img {
    height: 60px;
}

.body-wrapper.hs-content-id-313167034100.hs-site-page.page .hero-content {
    gap:40px;
    padding:0px;
}

/* For HOA Repave */
.body-wrapper.hs-content-id-313167040249.hs-site-page.page .hero-content {
    gap:60px;
    padding:0px;
}

/* For ADA Compliance */
.body-wrapper.hs-content-id-313167046389.hs-site-page.page .hero-content {
    gap:60px;
    padding:0px;
}
