.chimney-cta-widget {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background: #212427;
    border-radius: 15px;
    overflow: hidden;
    min-height: 160px;
    padding: 30px 60px;
    max-width: 1360px;
    margin: 0 auto;
    z-index: 1;
}

.chimney-cta-widget::before {
    display: none;
}

.chimney-cta-content {
    position: relative;
    z-index: 2;
    width: 70%;
    margin: -30px 0 -30px -60px;
    padding: 30px 80px 30px 60px;
    background: linear-gradient(90deg, #871015 0%, #ED1C24 100%);
    clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
}

.chimney-cta-phone {
    position: relative;
    z-index: 2;
}

.chimney-cta-text {
    max-width: 720px;
    color: #fff;
    font-size: 37px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.11px;
    text-transform: capitalize;
}

.chimney-cta-widget .btn-request {
    padding: 9.556px 19.111px 9.556px 47.778px;
    font-size: 36.311px;
    line-height: 53.511px;
    letter-spacing: 1.089px;
}

.chimney-cta-widget .nav-req::before {
    width: 86px;
    height: 86px;
    background-size: 100%;
    left: -47px;
}

.chimney-cta-widget .btn-request::after {
    width: 600px;
    height: 600px;
}

@media (max-width: 1440px) {
    .chimney-cta-widget .btn-request {
        font-size: 26px;
        line-height: 50px;
    }
}

@media (max-width: 1240px) {
    .chimney-cta-widget {
        flex-direction: column;
        align-items: flex-start;
        max-width: 100%;
        min-height: auto;
        gap: 0;
        padding: 0;
        border-radius: 8px;
        background: #212427;
    }

    .chimney-cta-content {
        width: 100%;
        margin: 0;
        padding: 35px 35px 70px; /* 👈 increased bottom padding */
        background: linear-gradient(90deg, #871015 0%, #ED1C24 100%);
        clip-path: polygon(0 0, 100% 0, 100% 78%, 0 60%);
    }

    .chimney-cta-text {
        max-width: 100%;
        font-size: 28px;
        line-height: 1.28;
    }

    .chimney-cta-phone {
        width: 100%;
        padding: 0 35px 35px;
        margin-top: -20px;
    }

    .chimney-cta-widget .btn-request {
        font-size: 29px;
        line-height: 44px;
        letter-spacing: 0.899px;
    }

    .chimney-cta-widget .nav-req::before {
        width: 71px;
        height: 71px;
    }
}
