.fullwidth-cta {
    position: relative;
    padding: 6rem 1rem;
    width: 100%;
    margin: 0 !important;
}

.fullwidth-cta.bg-red {
    background: #6C151D;
    color: #fff;
}

.fullwidth-cta.bg-red::before {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2026/03/Mask-group-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.fullwidth-cta.bg-red .fullwidth-cta__heading {
    color: #fff;
}

.fullwidth-cta__text {
    margin-bottom: 2rem;
}

.fullwidth-cta.bg-red .fullwidth-cta__text {
    color: #ffffffba;
}

.fullwidth-cta.bg-red .fullwidth-cta__text a {
    color: #ffffffba;
    text-decoration: underline;
}

.fullwidth-cta.bg-white {
    background: #fff;
}

.fullwidth-cta.bg-gray {
    background: #F5F5F5;
}

.fullwidth-cta__inner {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.fullwidth-cta.bg-red .fullwidth-cta__inner {
    max-width: 1100px;
}

.fullwidth-cta__cta .btn {
    padding: 15px 28px;
}

@media (max-width: 767px) {
    .fullwidth-cta {
        padding: 40px 20px;
    }
    .fullwidth-cta .container {
        padding: 0;
    }
}