/**test-grid template css***/

.feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 16px;
  
  
}

.feature-list i {
  font-size: 20px;
  color: #22c55e;
}

.feature-note {
  margin-top: 12px;
  font-size: 16px;
  color: #111;
}
.migrate-section{
		background-color:#001114;
        padding: 54px 54px;
	}

.step-card {
  background-color: #ffffff;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  width: 100%;
  max-width: 260px;
  overflow: hidden;
}

.step-card-header {
  background: linear-gradient(135deg, #009CB8, #005766);
  padding: 24px 24px;
  border-radius: 18px 18px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-card p {
    margin-top: 4px;
    font-size: 16px;
    line-height: 22px;
}

.step-number {
  width: 68px;
  height: 68px;
  background: rgba(15, 23, 42, 0.45);  
  border: 1px solid rgba(255, 255, 255, 0.18);
/*   filter: blur(18px) saturate(150%); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}

.step-card-body {
  padding: 22px 22px 26px;
}

.migration-steps-wrapper {
  margin-top:34px;
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}
.migration-switch-item{
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    
}
.contract-section-testgrid{
    background: linear-gradient(-60deg, #007E95 0, #004552 100%);
    text-align: center;
}
.contract-section-testgrid h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1rem;
}
.contract-section-testgrid p {
    font-size: 24px;
    width: 60%;
    margin: 0 auto 3rem;
    color: #fff;
    font-weight: lighter;
    line-height: 40px;
}
.contract-section-testgrid .primary-banner {
    padding: 1.5rem 2rem;
    background: 0 0;
    color: #fff;
    border: 1px solid;
}
.stat-box{
    margin-top: 4%;
    font-size: 17px;
    font-weight: 700;
}
.feature-list{
    margin-top: 2rem;
}
.table-headSection{
    background: linear-gradient(-60deg, #007E95 0, #004552 100%);
}
 thead.table-headSection th{
     color: #fff;
 }
 @media (max-width: 768px) {
     
     .stat-box{
   margin-top: 5%;
}
}
