.gradient-bg {
  background: linear-gradient(to right, #0d6efd, #0a58ca);
}
.feature-card {
  transition: transform 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-10px);
}
.step-card {
  position: relative;
  z-index: 1;
}
.step-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #e9ecef;
  z-index: 0;
}
.icon-circle {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
}

.custom-shape-divider-bottom-1734434990 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1734434990 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.custom-shape-divider-bottom-1734434990 .shape-fill {
  fill: #ffffff;
}

.feature-icon {
  border-radius: 50%;
  background: #dfd3ff;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}