.mesh-gradient-section {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.mesh-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.mesh-blob-1 {
  width: 500px;
  height: 500px;
  background: #f5d5c8;
  top: -150px;
  left: -100px;
}

.mesh-blob-2 {
  width: 450px;
  height: 450px;
  background: #ddd6f3;
  bottom: -100px;
  right: -80px;
}

.mesh-blob-3 {
  width: 400px;
  height: 400px;
  background: #fde8d0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.3;
}

.mesh-gradient-content {
  position: relative;
  z-index: 1;
}

.card-icon svg path,
.card-icon svg circle,
.card-icon svg rect {
  fill: none !important;
}

.white-section,
.pure-white {
  background-color: #fff !important;
  background-image: none !important;
}

@media (max-width: 768px) {
  .mesh-blob {
    filter: blur(80px);
    opacity: 0.4;
  }
  .mesh-blob-1 {
    width: 300px;
    height: 300px;
  }
  .mesh-blob-2 {
    width: 280px;
    height: 280px;
  }
  .mesh-blob-3 {
    width: 250px;
    height: 250px;
  }
}
