/* Call-to-Action Section - Orange Gradient Background */
.cta-section .container {
  /* background: var(--cta-bg); */
  background: linear-gradient(
    95deg,
    rgba(198, 157, 138, 1) 0%,
    rgba(246, 246, 246, 1) 100%
  );

  color: #ffff;
  position: relative;
  overflow: hidden;
  border-radius: 48px;
}

.m-content {
  margin: 2rem 3rem;
}

#providerMockup{
  max-width: 390px;  
  position: absolute;
  bottom: 0px;
}

.cta-section .container {
  position: relative;
  z-index: 1;
}

.cta-title {
  font-size: var(--font-size-2xl);
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  color: #272525;
}

.cta-desc {
  font-size: var(--font-size-xl);
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 637px;
  color: #6e6d6d;
}

.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;
}
