/* Call-to-Action Section - Orange Gradient Background */
.cta-section .container {
    background: var(--cta-bg);
    color: #ffff;
    position: relative;
    overflow: hidden;
    border-radius: 48px;
}

.m-content{
    margin:4.85rem 3.5rem;
}


.cta-section .container {
    position: relative;
    z-index: 1;
}

.cta-title {
    font-size: var(--font-size-3xl);
    margin-bottom: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
}

.cta-desc {
    font-size: var(--font-size-xl);
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 420px;
}

.bg-provider-wrapper {
    position: relative;
    width: 447px;
    height: 460px;
}

.bg-provider-pic {
    position: absolute;
    inset: 0;
    border-radius: 80px;
    opacity: 0.39;
    background: #FFF;
    filter: blur(10px);
    z-index: 1; /* background */
}

/* All images above background */
.provider-img {
    position: absolute;
    z-index: 2;
    width: 57%; 
}

/* image 1 */
.img-1 {
    right: 50px;
    top: 90px;
    z-index: 3;
}

/* image 2 */
.img-2 {
    left: 40px;
    top: 20px;
    z-index: 2;
    
}
