.migration-roadmap-section {
  background:
    radial-gradient(
      circle at top left,
      rgba(0, 97, 255, 0.07),
      transparent 24%
    ),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  color: #071333;
}

.migration-roadmap-head {
  max-width: 1120px;
}

.migration-roadmap-kicker {
  padding: 8px 22px;
  border: 1px solid #cfe1ff;
  border-radius: 50rem;
  background: #edf5ff;
  color: #174cf6;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 8px 22px rgba(23, 76, 246, 0.12);
}

.migration-roadmap-kicker span {
  width: 48px;
  height: 2px;
  background: currentColor;
  display: block;
}

.migration-roadmap-head h2 {
  color: #071333;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.migration-roadmap-head p {
  max-width: 900px;
  font-size: 18px;
  line-height: 1.55;
}

.migration-roadmap-card {
  min-height: 255px;
  border: 1px solid #e3edf8;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.07);
  overflow: hidden;
}

.migration-roadmap-card .row {
  position: relative;
}

.roadmap-corner {
  position: absolute;
  top: 0;
  left: 0;
  width: 86px;
  height: 86px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 0 0 18px;
  border-bottom-right-radius: 100%;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  z-index: 5;
}

.roadmap-icon {
  position: relative;
  z-index: 2;
  margin-left: 28px;
  width: 128px;
  min-width: 128px;
  height: 128px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef5ff;
  font-size: 42px;
  box-shadow:
    0 10px 28px rgba(17, 40, 80, 0.06),
    inset 0 0 0 8px rgba(255, 255, 255, 0.65),
    0 0 0 12px rgba(255, 255, 255, 0.75);
}

.roadmap-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -48px;
  width: 1px;
  height: 48px;
  background: currentColor;
  opacity: 0.22;
  transform: translateX(-50%);
}

.roadmap-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -42px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.8);
  transform: translateX(-50%);
}

.migration-roadmap-card h3 {
  color: #071333;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.roadmap-line {
  position: relative;
  width: 44px;
  height: 2px;
  margin: 14px 0;
  border-radius: 50rem;
}

.roadmap-line::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: inherit;
  transform: translateY(-50%);
}

.migration-roadmap-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.roadmap-bottom-line {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 160px;
  height: 5px;
  border-radius: 50rem 50rem 0 0;
  transform: translateX(-50%);
}

.corner-blue,
.bg-blue {
  background: linear-gradient(135deg, #004cff, #28a8ff);
}

.corner-green,
.bg-green {
  background: linear-gradient(135deg, #00a86b, #6de0bd);
}

.corner-purple,
.bg-purple {
  background: linear-gradient(135deg, #5b2df5, #a46cff);
}

.corner-orange,
.bg-orange {
  background: linear-gradient(135deg, #ff5a00, #ffb000);
}

.corner-pink,
.bg-pink {
  background: linear-gradient(135deg, #eb2f96, #ff8bc9);
}

.corner-sky,
.bg-sky {
  background: linear-gradient(135deg, #0098ff, #5ce1ff);
}

.icon-blue {
  color: #0d6efd;
}

.icon-green {
  color: #00a86b;
}

.icon-purple {
  color: #6f42c1;
}

.icon-orange {
  color: #ff5a00;
}

.icon-pink {
  color: #eb2f96;
}

.icon-sky {
  color: #0098ff;
}

.migration-roadmap-cta {
  border: 1px solid #cfe1fa;
  background: #eef6ff;
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.06);
}

.roadmap-cta-img {
  width: 320px;
  max-width: 100%;
}

.roadmap-cta-img img {
  display: block;
  width: 100%;
  height: 130px;
  object-fit: contain;
}

.migration-roadmap-cta h3 {
  color: #071333;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
}

.migration-roadmap-cta p {
  color: #071333;
  font-size: 18px;
  line-height: 1.45;
}

.roadmap-cta-btn {
  min-height: 64px;
  padding: 0 34px;
  background: linear-gradient(135deg, #3156ff, #1640e8);
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(22, 64, 232, 0.25);
}

.roadmap-cta-btn:hover {
  color: #ffffff;
}

/* =========================================================
   Migration Roadmap Responsive
   ========================================================= */

@media (max-width: 1399px) {
  .migration-roadmap-head {
    max-width: 960px;
  }

  .migration-roadmap-head h2 {
    font-size: 32px;
  }

  .migration-roadmap-head p {
    font-size: 15px;
  }

  .migration-roadmap-kicker {
    font-size: 14px;
  }

  .migration-roadmap-card {
    min-height: 230px;
  }

  .migration-roadmap-card h3 {
    font-size: 16px;
  }

  .migration-roadmap-card p {
    font-size: 14px;
  }

  .roadmap-icon {
    width: 100px;
    min-width: 100px;
    height: 100px;
    font-size: 42px;
  }

  .roadmap-icon::before {
    top: -38px;
    height: 38px;
  }

  .roadmap-icon::after {
    bottom: -34px;
  }

  .roadmap-corner {
    width: 72px;
    height: 72px;
    padding: 16px 0 0 15px;
    font-size: 20px;
  }

  .migration-roadmap-cta h3 {
    font-size: 22px;
  }

  .migration-roadmap-cta p {
    font-size: 16px;
  }

  .roadmap-cta-btn {
    font-size: 14px;
  }

  .roadmap-icon {
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin-left: 24px;
    font-size: 42px;
  }

  .roadmap-corner {
    width: 72px;
    height: 72px;
    padding: 15px 0 0 15px;
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .migration-roadmap-card .col-auto {
    width: 100%;
  }
  .roadmap-icon::after {
    bottom: -19px;
  }

}

@media (max-width: 991px) {
  .roadmap-cta-img {
    margin: 0 auto;
  }
  .migration-roadmap-cta .row div{
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .migration-roadmap-head h2 {
    font-size: 32px;
  }

  .migration-roadmap-head p {
    font-size: 16px;
  }

  .migration-roadmap-kicker {
    padding: 8px 14px;
  }

  .migration-roadmap-kicker span {
    width: 34px;
  }

  .migration-roadmap-card {
    min-height: auto;
  }

  .roadmap-icon::before,
  .roadmap-icon::after {
    display: none;
  }

  .roadmap-cta-btn {
    width: 100%;
  }
  .roadmap-icon {
    width: 84px;
    min-width: 84px;
    height: 84px;
    margin-left: 18px;
    font-size: 34px;
  }
}

