.global-hero,
.single-blog-hero{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    display: flex;
    align-items: center;
    background-color: var(--color-black);
}

/* Background overlay */
.global-hero::before,
.single-blog-hero::before  {
    content: "";
    position: absolute;
    inset: 0;
    background: #1A1A1A;
    opacity: 0.85;
    z-index: 1;
}

/* Keep all hero elements above the overlay */
.global-hero > *,
.single-blog-hero > * {
    position: relative;
    z-index: 2;
}

.global-hero h1{
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--color-white);
    margin: 0!important;
    word-spacing: 8px;
}


.global-hero h1::after,
.single-blog-hero h1::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 160px;
    height: 3px;
    background: var(--color-red);
}

.breadcrumb{
    margin-bottom: 12px;
}

.breadcrumb a,
.breadcrumb span{
    color: var(--color-white);
    font: 24px;
    text-decoration: none;
}


.breadcrumb span{
    margin-left: 4px;
}


/*-------------------------------------*/
.contact-page-hero{
    background-image: url(../img/hero/buffalo-ny-commercial-deicing-snow-removal.webp);
}


.about-page-hero{
    background-image: url(../img/hero/about-hero.webp);
}

.services-page-hero{
    background-image: url(../img/hero/services-hero.webp);
}

.pp-page-hero{
    background-image: url(../img/hero/about-hero.webp);
}

.terms-page-hero{
    background-image: url(../img/hero/services-hero.webp);
}

.blog-page-hero{
    background-image: url(../img/hero/blog-hero.webp);
}


.single-blog-hero{
    max-height: 600px;
}

.single-blog-hero.has-featured-image {
    background-image: var(--bg-image);
}

.single-blog-hero.no-featured-image {
    background-image: none;
    background-color: var(--color-black);
}



/* =========================================================
   HOME HERO
========================================================= */

.home-hero {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 0;
    padding-bottom: 0 !important;
    background-image: url(../img/hero/Professional-Outdoor-Lighting-Installed-in-Central-FL.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: var(--color-black);
    opacity: 0.5;
    pointer-events: none;
}

.home-hero > * {
    position: relative;
    z-index: 2;
}

.home-hero .tx-section-inner {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}


/* =========================================================
   HERO TWO COLUMN
========================================================= */

.home-hero-section {
    display: flex;
    align-items: stretch;
    gap: 48px;
    width: 100%;
}

.home-hero-info {
    display: flex;
    flex: 1.7;
    flex-direction: column;
    min-width: 0;
}

.home-hero-form {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.home-hero h1 {
    margin: 8px 0 0 !important;
    color: var(--color-white);
    font-size: 60px;
    font-weight: var(--weight-extrabold) !important;
    line-height: 1.07;
    letter-spacing: 0.5px;
    word-spacing: 8px;
    text-transform: capitalize;
}

.home-hero h1 span {
    color: var(--color-red);
}

.home-hero-section p {
    color: var(--color-white);
}

.home-hero-sub-headline {
    max-width: 780px;
    margin-top: 32px !important;
    margin-bottom: 0;
    color: var(--color-white);
    line-height: 1.7;
}


/* =========================================================
   HERO TRUST STRIP
========================================================= */

.home-hero-trust-strip {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 48px;
    margin-bottom: 48px;
}

.home-hero-trust-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 25px;
}

.home-hero-trust-card:first-child {
    padding-left: 0;
}

.home-hero-trust-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 50px;
    background: var(--color-white);
    transform: translateY(-50%);
}

.home-hero-trust-card p {
    margin: 0;
    color: var(--color-white);
}

.hero-rating-strip {
    display: flex;
    flex-direction: column;
}


/* =========================================================
   HERO BUTTONS
========================================================= */

.home-hero-btn-section {
    display: flex;
    align-items: center;
    gap: 24px;
}

.home-hero-btn-section .red-btn a::before {
    background: var(--color-white);
}

.home-hero-btn-section .red-btn:hover a {
    color: var(--color-black);
}


/* =========================================================
   DESKTOP EMERGENCY CTA
========================================================= */

.hero-cta-d {
    display: flex;
    margin-top: auto;
}


/* =========================================================
   MOBILE CTA
========================================================= */

.hero-cta-m {
    display: none !important;
}


/* =========================================================
   EMERGENCY CTA
========================================================= */

.hero-cta {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 115px;
    margin-top: 108px;
    overflow: hidden;
    background: var(--color-white);
    border-left: 6px solid var(--color-red);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.22);
    isolation: isolate;
    text-decoration: none !important;
    cursor: pointer;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.hero-cta:visited,
.hero-cta:hover,
.hero-cta:focus,
.hero-cta:active {
    text-decoration: none !important;
}


/* =========================================================
   CTA BADGE
========================================================= */

.hero-cta-badge {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 135px;
    min-width: 135px;
    overflow: hidden;
    background: var(--color-red);
    color: var(--color-white);
}

.hero-cta-badge::after {
    content: "";
    position: absolute;
    top: 0;
    right: -35px;
    width: 70px;
    height: 100%;
    background: var(--color-black);
    transform: skewX(-18deg);
    transition: right 0.35s ease;
}

.hero-cta-badge span {
    position: relative;
    z-index: 2;
    display: block;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: var(--weight-extrabold);
    line-height: 1;
}

.hero-cta-badge small {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 7px;
    color: var(--color-white);
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: var(--weight-bold);
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}


/* =========================================================
   CTA CONTENT
========================================================= */

.hero-cta-content {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    min-width: 0;
    padding: 25px 40px;
}

.hero-cta-content::before {
    content: "";
    position: absolute;
    top: 25%;
    left: 0;
    width: 4px;
    height: 50%;
    background: var(--color-red);
    transition:
        height 0.35s ease,
        top 0.35s ease;
}

.hero-cta-content p {
    margin: 0;
    padding-left: 20px;
    color: var(--color-black);
    font-family: var(--font-body);
    font-size: 19px;
    font-weight: var(--weight-regular);
    line-height: 1.55;
}

.hero-cta-content p strong {
    color: var(--color-red);
    font-family: var(--font-heading);
    font-weight: var(--weight-extrabold);
    letter-spacing: 0.3px;
    text-transform: uppercase;
}


/* =========================================================
   CTA HOVER
========================================================= */

.hero-cta:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
}

.hero-cta:hover .hero-cta-badge::after {
    right: -20px;
}

.hero-cta:hover .hero-cta-content::before {
    top: 15%;
    height: 70%;
}


/* =========================================================
   LARGE TABLET / SMALL DESKTOP
   1320px
========================================================= */

@media (max-width: 1320px) {

    .home-hero h1 {
        font-size: 54px;
        line-height: 1.1;
    }

    .home-hero-trust-strip {
        flex-wrap: wrap;
        gap: 15px;
    }

    .home-hero-trust-card {
        padding-left: 0;
    }

    .home-hero-trust-card::after {
        display: none;
    }

    .hero-rating-strip {
        display: flex;
        flex-direction: column;
    }
}


/* =========================================================
   TABLET
   1100px
========================================================= */

@media (max-width: 1100px) {

    .home-hero {
        padding-top: 100px;
        padding-bottom: 100px !important;
    }

    .home-hero-section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 48px;
    }


    /* =====================================================
       HERO INFO
    ===================================================== */

    .home-hero-info {
        display: flex;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        flex: none;
    }


    /* =====================================================
       HERO FORM - FORCE LEFT ALIGNMENT
    ===================================================== */

    .home-hero-form {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        align-self: flex-start !important;
        text-align: left !important;
    }

    .home-hero-form .form-wrapper {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        align-self: flex-start !important;
        text-align: left !important;
    }

    .home-hero-form form {
        width: 100%;
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    .home-hero-form .hl_form-builder--main {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    #inline-FZ2xsDILmkcpAcTnaMfy{
        width: 600px!important;
    }


    /* =====================================================
       DESKTOP CTA HIDDEN
    ===================================================== */

    .hero-cta-d {
        display: none !important;
    }


    /* =====================================================
       MOBILE / TABLET CTA
    ===================================================== */

    .hero-cta-m {
        display: flex !important;
        width: 100%;
        margin-top: 80px;
    }


    /* =====================================================
       CTA BADGE
    ===================================================== */

    .hero-cta-badge {
        width: 115px;
        min-width: 115px;
    }

    .hero-cta-badge span {
        font-size: 31px;
    }

    .hero-cta-badge small {
        font-size: 9px;
    }


    /* =====================================================
       CTA CONTENT
    ===================================================== */

    .hero-cta-content {
        padding: 24px 30px;
    }

    .hero-cta-content p {
        font-size: 18px;
        line-height: 1.5;
    }
}


/* =========================================================
   TABLET
   768px
========================================================= */

@media (max-width: 768px) {

    .home-hero {
        padding-top: 80px;
        padding-bottom: 80px !important;
    }

    .home-hero-section {
        gap: 40px;
    }


    /* =====================================================
       HERO HEADING
    ===================================================== */

    .home-hero h1 {
        font-size: 44px;
        line-height: 1.12;
        word-spacing: 3px;
    }


    /* =====================================================
       HERO DESCRIPTION
    ===================================================== */

    .home-hero-sub-headline {
        margin-top: 24px !important;
        line-height: 1.6;
    }


    /* =====================================================
       TRUST STRIP
    ===================================================== */

    .home-hero-trust-strip {
        margin-top: 35px;
        margin-bottom: 35px;
    }


    /* =====================================================
       HERO BUTTONS
    ===================================================== */

    .home-hero-btn-section {
        flex-wrap: wrap;
        gap: 15px;
    }


    /* =====================================================
       CTA
    ===================================================== */

    .hero-cta {
        min-height: 105px;
        border-left-width: 5px;
    }

    .hero-cta-badge {
        width: 90px;
        min-width: 90px;
    }

    .hero-cta-badge::after {
        right: -30px;
        width: 55px;
    }

    .hero-cta-badge span {
        font-size: 26px;
    }

    .hero-cta-badge small {
        margin-top: 6px;
        font-size: 8px;
        letter-spacing: 1px;
    }

    .hero-cta-content {
        padding: 20px 18px;
    }

    .hero-cta-content::before {
        width: 3px;
    }

    .hero-cta-content p {
        padding-left: 14px;
        font-size: 16px;
        line-height: 1.5;
    }

    .hero-cta-content p strong {
        letter-spacing: 0;
    }

    /*================================*/
    /*FORM*/
    /*================================*/
    #inline-FZ2xsDILmkcpAcTnaMfy{
        width: 500px!important;
    }
}

/* =========================================================
   MOBILE
   600px
========================================================= */

@media (max-width: 600px) {
    #inline-FZ2xsDILmkcpAcTnaMfy{
        width: 400px!important;
    }
}




/* =========================================================
   MOBILE
   480px
========================================================= */

@media (max-width: 480px) {

    .home-hero {
        padding-top: 60px;
        padding-bottom: 60px !important;
    }


    /* =====================================================
       HERO HEADING
    ===================================================== */

    .home-hero h1 {
        font-size: 36px;
        line-height: 1.15;
    }


    /* =====================================================
       TRUST STRIP
    ===================================================== */

    .home-hero-trust-strip {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .home-hero-trust-card {
        padding: 0;
    }


    /* =====================================================
       HERO BUTTONS
    ===================================================== */

    .home-hero-btn-section {
        flex-direction: column;
        align-items: stretch;
    }

    .home-hero-btn-section > div {
        width: 100%;
    }

    .home-hero-btn-section .red-btn a,
    .home-hero-btn-section .w-btn a{
        min-width: 280px;
        justify-content: flex-start;
    }


    /* =====================================================
       CTA
    ===================================================== */

    .hero-cta {
        min-height: 100px;
        margin-top: 30px;
    }

    .hero-cta-badge {
        width: 75px;
        min-width: 75px;
    }

    .hero-cta-badge span {
        font-size: 22px;
    }

    .hero-cta-badge small {
        font-size: 7px;
        letter-spacing: 0.8px;
    }

    .hero-cta-content {
        padding: 17px 14px;
    }

    .hero-cta-content p {
        padding-left: 12px;
        font-size: 15px;
        line-height: 1.5;
    }

    /*form*/
    #inline-FZ2xsDILmkcpAcTnaMfy{
        width: 360px!important;
    }
}

/*Home Hero END----------------------------------------------------------*/



/*SNOW REMOVAL HERO===========================================================*/
/* =========================================================
   SNOW REMOVAL HERO
========================================================= */

.snow-removal-hero {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 0;
    padding-bottom: 0 !important;
    background-image: url(../img/hero/buffalo-ny-commercial-deicing-snow-removal.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.snow-removal-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: var(--color-black);
    opacity: 0.95;
    pointer-events: none;
}

.snow-removal-hero > * {
    position: relative;
    z-index: 2;
}

.snow-removal-hero .tx-section-inner {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}


/* =========================================================
   HERO TWO COLUMN
========================================================= */

.snow-removal-hero-section {
    display: flex;
    align-items: stretch;
    gap: 50px;
    width: 100%;
}

.snow-removal-hero-info {
    display: flex;
    flex: 1.7;
    flex-direction: column;
    min-width: 0;
}

.snow-hero-form {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}

.snow-hero-form .form-wrapper {
    width: 100%;
}

.snow-hero-form form {
    width: 100%;
}


/* =========================================================
   HERO HEADING
========================================================= */

.snow-removal-hero h1 {
    margin: 8px 0 0 !important;
    color: var(--color-white);
    font-size: 60px;
    font-weight: var(--weight-extrabold) !important;
    line-height: 1.07;
    letter-spacing: 0.5px;
    word-spacing: 8px;
    text-transform: capitalize;
}

.snow-removal-hero h1 span {
    color: var(--color-red);
}


/* =========================================================
   HERO DESCRIPTION
========================================================= */

.snow-removal-hero-description {
    max-width: 780px;
    margin-top: 32px !important;
    margin-bottom: 0;
    color: var(--color-white);
    line-height: 1.7;
}


/* =========================================================
   CTA CARDS
========================================================= */

.snow-removal-hero-cta-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    max-width: 780px;
    margin-top: 38px;
}

.snow-removal-hero-cta {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 105px;
    overflow: hidden;
    background: var(--color-white);
    border-left: 6px solid var(--color-red);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.22);
    isolation: isolate;
    text-decoration: none !important;
    cursor: pointer;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.snow-removal-hero-cta:visited,
.snow-removal-hero-cta:hover,
.snow-removal-hero-cta:focus,
.snow-removal-hero-cta:active {
    text-decoration: none !important;
}


/* =========================================================
   CTA BADGE
========================================================= */

.snow-removal-hero-cta-badge {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 105px;
    min-width: 105px;
    overflow: hidden;
    background: var(--color-red);
    color: var(--color-white);
}

.snow-removal-hero-cta-badge::after {
    content: "";
    position: absolute;
    top: 0;
    right: -35px;
    width: 70px;
    height: 100%;
    background: var(--color-black);
    transform: skewX(-18deg);
    transition: right 0.35s ease;
}

.snow-removal-hero-cta-badge span {
    position: relative;
    z-index: 2;
    display: block;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: 30px;
    font-weight: var(--weight-extrabold);
    line-height: 1;
}

.snow-removal-hero-cta-badge small {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 7px;
    color: var(--color-white);
    font-family: var(--font-body);
    font-size: 9px;
    font-weight: var(--weight-bold);
    line-height: 1;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}


/* =========================================================
   CTA CONTENT
========================================================= */

.snow-removal-hero-cta-content {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    min-width: 0;
    padding: 20px 22px;
}

.snow-removal-hero-cta-content::before {
    content: "";
    position: absolute;
    top: 25%;
    left: 0;
    width: 4px;
    height: 50%;
    background: var(--color-red);
    transition:
        height 0.35s ease,
        top 0.35s ease;
}

.snow-removal-hero-cta-content p {
    margin: 0;
    padding-left: 15px;
    color: var(--color-black);
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: var(--weight-regular);
    line-height: 1.4;
}

.snow-removal-hero-cta-content p strong {
    display: block;
    color: var(--color-red);
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: var(--weight-extrabold);
    line-height: 1.3;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}


/* =========================================================
   CTA HOVER
========================================================= */

.snow-removal-hero-cta:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
}

.snow-removal-hero-cta:hover .snow-removal-hero-cta-badge::after {
    right: -20px;
}

.snow-removal-hero-cta:hover .snow-removal-hero-cta-content::before {
    top: 15%;
    height: 70%;
}


/* =========================================================
   CONTACT BUTTONS
========================================================= */

.snow-removal-hero-contact-section {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 24px;
}

.snow-removal-contact-btn {
    display: inline-flex;
}

.snow-removal-contact-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: 15px;
    font-weight: var(--weight-extrabold);
    line-height: 1.2;
    text-decoration: none !important;
    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}

.snow-removal-contact-btn a:hover {
    background: var(--color-white);
    border-color: var(--color-white);
    color: var(--color-black);
}


/* =========================================================
   TRUST ITEMS
   DESKTOP:
   1  2
   3  4
   5  6
   7
========================================================= */

.snow-removal-hero-trust-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 30px;
    width: 100%;
    max-width: 780px;
    margin-top: 40px;
    margin-bottom: 48px;
}

.snow-removal-hero-trust-card {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-width: 0;
    padding: 10px 0;
}

.snow-removal-hero-trust-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
}

.snow-removal-hero-trust-icon img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.snow-removal-hero-trust-content {
    min-width: 0;
}

.snow-removal-hero-trust-content p {
    margin: 0;
    color: var(--color-white);
    font-size: 14px;
    line-height: 1.4;
}

.snow-removal-hero-trust-content strong {
    color: var(--color-white);
    font-family: var(--font-heading);
    font-weight: var(--weight-extrabold);
}


/* =========================================================
   FORM
========================================================= */

.snow-hero-form {
    width: 100%;
}

.snow-hero-form .form-wrapper {
    width: 100%;
}

.snow-hero-form form {
    width: 100%;
}

.snow-hero-form .hl_form-builder--main {
    width: 100%;
}




/* =========================================================
   1320px
========================================================= */

@media (max-width: 1320px) {

    .snow-removal-hero h1 {
        font-size: 54px;
        line-height: 1.1;
    }

    .snow-removal-hero-section {
        gap: 40px;
    }

    .snow-removal-hero-cta-section {
        gap: 15px;
    }

    .snow-removal-hero-trust-strip {
        gap: 0 20px;
    }

}


/* =========================================================
   1080px
   CONTENT + FORM BECOME ONE COLUMN
   TRUST ITEMS BECOME 1 BY 1
========================================================= */

@media (max-width: 1100px) {

    .snow-removal-hero {
        padding-top: 100px;
        padding-bottom: 100px !important;
    }

    .snow-removal-hero-section {
        flex-direction: column;
        align-items: stretch;
        gap: 0px;
    }

    .snow-removal-hero-info {
        width: 100%;
        max-width: 100%;
        flex: none;
    }

    .snow-hero-form {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        align-self: stretch !important;
    }

    .snow-hero-form .form-wrapper {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .snow-hero-form form {
        width: 100%;
        margin: 0 !important;
    }

    .snow-hero-form .hl_form-builder--main {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    

}


/* =========================================================
   768px
========================================================= */

@media (max-width: 768px) {

    .snow-removal-hero {
        padding-top: 80px;
        padding-bottom: 80px !important;
    }


    .snow-removal-hero h1 {
        font-size: 44px;
        line-height: 1.12;
        word-spacing: 3px;
    }

    .snow-removal-hero-description {
        margin-top: 24px !important;
        line-height: 1.6;
    }

    .snow-removal-hero-cta-section {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 30px;
    }

    .snow-removal-hero-cta {
        min-height: 105px;
    }

    .snow-removal-hero-cta-badge {
        width: 90px;
        min-width: 90px;
    }

    .snow-removal-hero-cta-badge span {
        font-size: 26px;
    }

    .snow-removal-hero-cta-content {
        padding: 20px 18px;
    }

    .snow-removal-hero-cta-content p {
        font-size: 15px;
    }

    .snow-removal-hero-cta-content p strong {
        font-size: 16px;
    }

    .snow-removal-hero-contact-section {
        flex-wrap: wrap;
        margin-top: 20px;
    }


    .snow-removal-hero-trust-strip {
        grid-template-columns: 1fr;
        gap: 0;
        max-width: 780px;
    }

    .snow-removal-hero-trust-card {
        width: 100%;
        padding: 10px 0;
    }

    .snow-removal-hero-trust-strip {
        margin-top: 35px;
        margin-bottom: 35px;
    }

}


/* =========================================================
   480px
========================================================= */

@media (max-width: 480px) {

    .snow-removal-hero {
        padding-top: 60px;
        padding-bottom: 60px !important;
    }

    .snow-removal-hero h1 {
        font-size: 36px;
        line-height: 1.15;
    }

    .snow-removal-hero-cta {
        min-height: 100px;
    }

    .snow-removal-hero-cta-badge {
        width: 75px;
        min-width: 75px;
    }

    .snow-removal-hero-cta-badge span {
        font-size: 22px;
    }

    .snow-removal-hero-cta-badge small {
        font-size: 7px;
        letter-spacing: 0.8px;
    }

    .snow-removal-hero-cta-content {
        padding: 17px 14px;
    }

    .snow-removal-hero-cta-content p {
        padding-left: 12px;
        font-size: 14px;
        line-height: 1.45;
    }

    .snow-removal-hero-cta-content p strong {
        font-size: 15px;
    }

    .snow-removal-hero-contact-section {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .snow-removal-contact-btn {
        width: 100%;
    }

    .snow-removal-contact-btn a {
        width: 100%;
        text-align: center;
    }

    .snow-removal-hero-trust-strip {
        width: 100%;
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .snow-removal-hero-trust-card {
        padding: 8px 0;
    }

    .snow-removal-hero-trust-icon {
        flex: 0 0 36px;
        width: 36px;
        height: 36px;
    }

    .snow-removal-hero-trust-icon img {
        width: 36px;
        height: 36px;
    }

    .snow-removal-hero-trust-content p {
        font-size: 13px;
    }

}







/*=============================================*/
/* =========================================================
   CUSTOM HTML HERO FORMS
   Only hero-with-custom-form.php uses these rules.
========================================================= */

.tenx-custom-form-hero,
.tenx-custom-form-hero *,
.tenx-custom-form-hero *::before,
.tenx-custom-form-hero *::after { box-sizing: border-box; }

.tenx-custom-form-hero .home-hero-section,
.tenx-custom-form-hero .snow-removal-hero-section { width:100%; max-width:100%; min-width:0; }

.tenx-custom-form-hero .home-hero-form,
.tenx-custom-form-hero .snow-hero-form,
.tenx-custom-form-hero .snow-plowing-hero-form { min-width:0; max-width:100%; overflow:hidden; }

.tenx-custom-form-hero .tenx-custom-hero-form-card { width:100%; max-width:100%; min-width:0; overflow:hidden; background:var(--color-white); border:1px solid rgba(255,255,255,.18); border-radius:4px; box-shadow:0 18px 45px rgba(0,0,0,.28); }

.tenx-custom-form-hero .tenx-custom-hero-form-heading { position:relative; overflow:hidden; padding:28px 30px 24px; background:var(--color-black); border-bottom:4px solid var(--color-red); }
.tenx-custom-form-hero .tenx-custom-hero-form-heading::after { content:""; position:absolute; top:0; right:-42px; width:95px; height:100%; background:var(--color-red); transform:skewX(-18deg); opacity:.95; }
.tenx-custom-form-hero .tenx-custom-hero-form-heading>* { position:relative; z-index:2; }
.tenx-custom-form-hero .tenx-custom-hero-form-kicker { margin:0 0 8px!important; padding:0!important; color:var(--color-red)!important; font-size:12px; font-weight:var(--weight-bold); line-height:1; letter-spacing:1.8px; }
.tenx-custom-form-hero .tenx-custom-hero-form-heading h2 { margin:0!important; padding:0!important; color:var(--color-white); font-size:29px; font-weight:var(--weight-extrabold)!important; line-height:1.15; text-transform:none; }
.tenx-custom-form-hero .tenx-custom-hero-form-heading p:not(.tenx-custom-hero-form-kicker) { margin:10px 0 0!important; padding:0!important; color:rgba(255,255,255,.82)!important; font-size:15px; line-height:1.5; }

.tenx-custom-form-hero .tenx-custom-hero-form { display:grid; gap:17px; width:100%; max-width:100%; min-width:0; margin:0; padding:28px 30px 26px; overflow:hidden; background:var(--color-white); }
.tenx-custom-form-hero .tenx-custom-hero-name-row { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:12px; width:100%; min-width:0; }
.tenx-custom-form-hero .tenx-custom-hero-field { display:flex; flex-direction:column; gap:7px; width:100%; min-width:0; }
.tenx-custom-form-hero .tenx-custom-hero-field label { margin:0; padding:0; color:var(--color-black); font-size:14px; font-weight:var(--weight-bold); line-height:1.25; }
.tenx-custom-form-hero .tenx-custom-hero-field label span { color:var(--color-red); }

.tenx-custom-form-hero .tenx-custom-hero-field input,
.tenx-custom-form-hero .tenx-custom-hero-field textarea,
.tenx-custom-form-hero .tenx-custom-hero-country-code { max-width:100%; min-height:52px; margin:0; padding:13px 14px; border:1px solid #d7d7d7; border-radius:3px; outline:0; background:#f8f8f8; color:var(--color-black); font-family:var(--font-body); font-size:16px; line-height:1.4; box-shadow:none; }
.tenx-custom-form-hero .tenx-custom-hero-field input,
.tenx-custom-form-hero .tenx-custom-hero-field textarea { width:100%; min-width:0; }
.tenx-custom-form-hero .tenx-custom-hero-field textarea { min-height:110px; resize:vertical; }
.tenx-custom-form-hero .tenx-custom-hero-field input:focus,
.tenx-custom-form-hero .tenx-custom-hero-field textarea:focus,
.tenx-custom-form-hero .tenx-custom-hero-country-code:focus { border-color:var(--color-red); background:var(--color-white); box-shadow:0 0 0 3px rgba(231,0,0,.1); }

.tenx-custom-form-hero .tenx-custom-hero-phone-row { display:flex; gap:8px; width:100%; min-width:0; }
.tenx-custom-form-hero .tenx-custom-hero-country-code { flex:0 0 205px; width:205px; padding-right:8px; cursor:pointer; }
.tenx-custom-form-hero .tenx-custom-hero-phone-number { flex:1 1 auto; width:1%!important; min-width:0!important; }

.tenx-custom-form-hero .tenx-custom-hero-consents { display:grid; gap:13px; width:100%; }
.tenx-custom-form-hero .tenx-custom-hero-consent { display:grid; grid-template-columns:18px minmax(0,1fr); align-items:start; gap:10px; width:100%; margin:0; color:#444; font-family:var(--font-body); font-size:11px; font-weight:400; line-height:1.55; cursor:pointer; }
.tenx-custom-form-hero .tenx-custom-hero-consent input[type=checkbox] { width:18px; height:18px; min-height:18px; margin:2px 0 0; padding:0; accent-color:var(--color-red); cursor:pointer; }
.tenx-custom-form-hero .tenx-custom-hero-consent span { min-width:0; color:#444; }
.tenx-custom-form-hero .tenx-custom-hero-consent strong { color:#222; font-weight:var(--weight-bold); }

.tenx-custom-form-hero .tenx-custom-hero-submit { position:relative; display:inline-flex; align-items:center; justify-content:center; width:100%; min-height:56px; margin:2px 0 0; padding:14px 22px; overflow:hidden; border:2px solid var(--color-red); border-radius:0; background:var(--color-red); color:var(--color-white); font-family:var(--font-body); font-size:15px; font-weight:var(--weight-bold); line-height:1.2; letter-spacing:.7px; text-transform:uppercase; cursor:pointer; isolation:isolate; }
.tenx-custom-form-hero .tenx-custom-hero-submit::before { content:""; position:absolute; inset:0; z-index:-1; background:var(--color-black); transform:translateX(-102%); transition:transform .3s ease; }
.tenx-custom-form-hero .tenx-custom-hero-submit:hover::before,
.tenx-custom-form-hero .tenx-custom-hero-submit:focus-visible::before { transform:translateX(0); }

.tenx-custom-form-hero .tenx-custom-hero-legal-links { display:flex; align-items:center; justify-content:center; gap:8px; margin:-1px 0 0!important; padding:0!important; color:#666!important; font-size:12px!important; line-height:1.4; text-align:center; }
.tenx-custom-form-hero .tenx-custom-hero-legal-links a { color:#555; font-weight:600; text-decoration:underline; text-underline-offset:2px; }
.tenx-custom-form-hero .tenx-custom-hero-legal-links a:hover,
.tenx-custom-form-hero .tenx-custom-hero-legal-links a:focus-visible { color:var(--color-red); }

@media (max-width:1100px) {
 .tenx-custom-form-hero .home-hero-form, .tenx-custom-form-hero .snow-hero-form, .tenx-custom-form-hero .snow-plowing-hero-form { width:100%!important; max-width:100%!important; overflow:visible; }
 .tenx-custom-form-hero .tenx-custom-hero-form-card { width:100%; max-width:650px; }
}
@media (max-width:768px) {
 .tenx-custom-form-hero .tenx-custom-hero-form-heading { padding:24px 22px 20px; }
 .tenx-custom-form-hero .tenx-custom-hero-form-heading h2 { font-size:25px; }
 .tenx-custom-form-hero .tenx-custom-hero-form { gap:15px; padding:24px 22px 22px; }
 .tenx-custom-form-hero .tenx-custom-hero-name-row { grid-template-columns:1fr; }
}
@media (max-width:480px) {
 .tenx-custom-form-hero .tenx-custom-hero-form-heading { padding:22px 18px 18px; }
 .tenx-custom-form-hero .tenx-custom-hero-form-heading::after { right:-55px; }
 .tenx-custom-form-hero .tenx-custom-hero-form-heading h2 { font-size:23px; }
 .tenx-custom-form-hero .tenx-custom-hero-form { padding:21px 18px 20px; }
 .tenx-custom-form-hero .tenx-custom-hero-country-code { flex-basis:175px; width:175px; font-size:14px; padding-left:10px; }
 .tenx-custom-form-hero .tenx-custom-hero-consent { font-size:10.5px; }
}

/* =========================================================
   REAL FLAG COUNTRY PICKER
   Flag image + short country code + dialing code.
========================================================= */
.tenx-custom-form-hero .tenx-country-picker {
    position: relative;
    flex: 0 0 150px;
    width: 150px;
    min-width: 0;
}

.tenx-custom-form-hero .tenx-country-picker-toggle {
    display: flex;
    align-items: center;
    gap: 7px;
    width: 100%;
    min-height: 52px;
    margin: 0;
    padding: 10px 10px 10px 12px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    background: #f8f8f8;
    color: var(--color-black);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
}

.tenx-custom-form-hero .tenx-country-picker-toggle:focus-visible {
    outline: 0;
    border-color: var(--color-red);
    background: var(--color-white);
    box-shadow: 0 0 0 3px rgba(231,0,0,.1);
}

.tenx-custom-form-hero .tenx-country-flag {
    display: block;
    flex: 0 0 24px;
    width: 24px;
    height: 18px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1);
}

.tenx-custom-form-hero .tenx-country-short,
.tenx-custom-form-hero .tenx-country-dial {
    white-space: nowrap;
}

.tenx-custom-form-hero .tenx-country-chevron {
    margin-left: auto;
    font-size: 12px;
    transition: transform .2s ease;
}

.tenx-custom-form-hero .tenx-country-picker.is-open .tenx-country-chevron {
    transform: rotate(180deg);
}

.tenx-custom-form-hero .tenx-country-picker-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 50;
    display: none;
    width: 205px;
    max-height: 260px;
    overflow-y: auto;
    padding: 6px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(0,0,0,.18);
}

.tenx-custom-form-hero .tenx-country-picker.is-open .tenx-country-picker-menu {
    display: block;
}

.tenx-custom-form-hero .tenx-country-option {
    display: grid;
    grid-template-columns: 24px 42px 1fr;
    align-items: center;
    gap: 9px;
    width: 100%;
    margin: 0;
    padding: 9px 8px;
    border: 0;
    border-radius: 3px;
    background: transparent;
    color: #222;
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
}

.tenx-custom-form-hero .tenx-country-option:hover,
.tenx-custom-form-hero .tenx-country-option:focus-visible,
.tenx-custom-form-hero .tenx-country-option[aria-selected="true"] {
    outline: 0;
    background: #f1f1f1;
}

@media (max-width: 480px) {
    .tenx-custom-form-hero .tenx-country-picker {
        flex-basis: 138px;
        width: 138px;
    }
    .tenx-custom-form-hero .tenx-country-picker-toggle {
        gap: 5px;
        padding-left: 9px;
        padding-right: 8px;
        font-size: 13px;
    }
    .tenx-custom-form-hero .tenx-country-picker-menu {
        width: 190px;
    }
}

/* Custom form async submission feedback */
.tenx-custom-form-status {
    margin: -4px 0 0 !important;
    padding: 10px 12px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    border-left: 4px solid transparent;
}
.tenx-custom-form-status:empty { display: none; }
.tenx-custom-form-status.is-sending { background: #f5f5f5; color: #333 !important; border-left-color: #777; }
.tenx-custom-form-status.is-success { background: #f1f8f1; color: #1f5f2c !important; border-left-color: #2f7d3d; }
.tenx-custom-form-status.is-error { background: #fff1f1; color: #8f1111 !important; border-left-color: var(--color-red); }
.tenx-custom-hero-submit:disabled { cursor: wait; opacity: .7; }




/*=======================================*/
/* =========================================================
   10X SNOW PLOWING — HERO ONLY
   Extracted from: assets/css/snow-plowing-style.css
   Active template: template-parts/pages/snow-plowing/hero-with-custom-form.php
========================================================= */

.snow-plowing-hero .tx-section-inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.snow-plowing-hero {
  position: relative;
  background-image: url("../img/hero/buffalo-ny-commercial-deicing-snow-removal.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 100px;
  color: var(--color-white);
}

.snow-plowing-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-black);
  opacity: 0.9;
  z-index: 1;
}

.snow-plowing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.85fr);
  gap: 55px;
  align-items: stretch;
}

.snow-plowing-hero h1 {
  color: var(--color-white);
  font-size: 60px;
  line-height: 1.07;
  margin: 8px 0 0 !important;
  text-transform: none;
}

.snow-plowing-hero h1 span {
  color: var(--color-red);
}

.snow-plowing-hero-description {
  max-width: 800px;
  color: var(--color-white);
  margin-top: 24px!important;
  margin-bottom: 32px!important;
}

.snow-plowing-hero-form {
  min-width: 0;
}

.snow-plowing-hero-form .form-wrapper {
  width: 100%;
  height: 100%;
}

.snow-plowing-local-label {
  margin-top: 26px;
}

.snow-plowing-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.snow-plowing-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.snow-plowing-trust-item img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex: 0 0 34px;
}

/* Current trust-strip override */
.snow-plowing-hero .snow-plowing-trust {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
  width: 100%;
  max-width: 780px;
  margin-top: 28px;
  margin-bottom: 34px;
  border: 0 !important;
}

.snow-plowing-hero .snow-plowing-trust-item,
.snow-plowing-hero .snow-plowing-trust > div {
  width: 100%;
  min-width: 0;
  padding: 10px 0;
  border: 0 !important;
  background: transparent;
}

.snow-plowing-hero .snow-plowing-trust-item img {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}

.snow-plowing-hero .snow-plowing-trust-item span {
  color: var(--color-white);
  font-size: 14px;
  line-height: 1.4;
}

.snow-plowing-hero .snow-plowing-hero-home-cta {
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 0;
}

.snow-plowing-hero .snow-plowing-hero-home-cta .hero-cta-content p {
  color: var(--color-black);
}

@media (max-width: 1080px) {
  .snow-plowing-hero-grid {
    grid-template-columns: 1fr;
  }

  .snow-plowing-hero-form {
    max-width: 700px;
  }
}

@media (max-width: 768px) {
  .snow-plowing-hero h1 {
    font-size: 44px;
  }

  .snow-plowing-hero .snow-plowing-trust {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 480px) {
  .snow-plowing-hero h1 {
    font-size: 36px;
  }
}
