.modernize-ui-style {
    color: #626262;
    list-style-image: url('../assets/new/modernize/point.png');
    line-height: 26px;
    padding-left: 20px;
}

.modernize-ui-style span {
    color: #923CF6;
    font-weight: 600;
}

.what-we-migrate-section {
    padding: 47px 0 70px 0;
}

.modernization-section .approaches-grid {
    justify-content: center;
}

.business-benefits-section .approache-name {
    font-size: 17px;
    line-height: 22px;
}

.business-benefits-section .why-migrate-grid-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.business-benefits-section .why-migrate-box {
    width: 18%;
}

@media (max-width: 991px) {
    .business-benefits-section .why-migrate-box {
        width: 48%;
    }

    .business-benefits-section .why-migrate-grid-box {
        justify-content: center;
    }

    .modernize-ui-style {
        text-align: left;
    }

    .migration-box-left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 523px) {
    .business-benefits-section .why-migrate-box {
        width: 100%;
    }
}

.icon-img {
    width: 60px;
    transition: 0.4s ease;
}


@media (max-width: 374px) {
    .cloud-era-section .button {
        text-wrap: auto;
        text-align: left;

    }
}

.faq-header {
    font-weight: 600;
    line-height: 40px;
}

.tech-ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 11px;
    justify-content: center;
}

.tech-header {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    padding-bottom: 18px;
}

.tech-ul img {
    width: 55px;
    height: auto;
}

.tech-main-box {
    background-image: url("../assets/new/modernize/tech-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 21px;
    border: 5px solid #E3E3E3;
    border-radius: 20px;
    box-shadow: 0px 4px 11px 1px rgba(0, 0, 0, 0.38) inset;
    -webkit-box-shadow: 0px 4px 11px 1px rgba(0, 0, 0, 0.38) inset;
    -moz-box-shadow: 0px 4px 11px 1px rgba(0, 0, 0, 0.38) inset;
    text-align: center;
    width: 23.7%;
}

.main-tech-section {
    display: flex;
    flex-wrap: wrap;
    padding-top: 23px;
    gap: 18px;
}

.technologies-main-section{
    padding: 19px 0 67px 0;
    position: relative;
}

@media (max-width: 1199px) {
    .tech-main-box {
    width: 23.5%;
    padding: 10px;
}

.tech-ul {
    gap: 8px;
}

.tech-ul img {
    width: 50px;
}
}

@media (max-width: 991px) {
        .tech-main-box {
        width: 48.6%;
        padding: 10px;
    }
}

@media (max-width: 767px) {
        .tech-main-box {
        width: 100%;
    }
}

.glow-bg{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.glow-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -200px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #b388ff 0%, #7c4dff 40%, transparent 70%);
  filter: blur(120px);
  transform: translateY(-50%);
  animation: pulseGlow 5s infinite alternate ease-in-out;
}

@keyframes pulseGlow {
  from {
    opacity: 0.5;
    transform: translateY(-50%) scale(1);
  }
  to {
    opacity: 0.9;
    transform: translateY(-50%) scale(1.2);
  }
}
