/* Jobysthan - CTA Placement Banner Section CSS */

.cta-section {
    padding: 3rem 0;
    background-color: #ffffff;
}

.cta-banner-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-banner-wrapper:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.12);
}

.cta-banner-img {
    width: 100%;
    height: auto;
    display: block;
}
