/* Custom CTA Banner Design */
.estimate-cta-banner-new {
    background-image: linear-gradient(rgba(233, 236, 239, 0.9), rgba(233, 236, 239, 0.9)), url('/images/truck-in-warehouse-with-orange-and-black-trucks-photo.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2.5rem !important;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 4rem;
    border: 1px solid #e5e7eb;
}

@media (min-width: 640px) {
    .estimate-cta-banner-new {
        flex-direction: row;
    }
}