.it-nw-feature-inner-icon img {
  transition: transform 0.3s ease;
}

.it-nw-feature-inner-icon:hover img {
  transform: scale(1.3);
  animation: pulseGlow 1.9s infinite;
}

@keyframes pulseGlow {
  0% {
    filter: drop-shadow(0 0 8px rgba(0, 123, 255, 0.6));
  }
  50% {
    filter: drop-shadow(0 0 18px rgba(0, 123, 255, 1));
  }
  100% {
    filter: drop-shadow(0 0 8px rgba(0, 123, 255, 0.6));
  }
}

.it-nw-aboutour-img img {
  height: 400px; /* desired height */
  width: auto; /* width adjusts to maintain aspect ratio */
  object-fit: cover; /* fills box, may crop slightly */
}

.it-nw-abouttour-img img {
  height: 450px; /* desired height */
  width: auto; /* width adjusts to maintain aspect ratio */
  object-fit: cover; /* fills box, may crop slightly */
  margin-top: 230px;
}

.it-nw-aboutt-img img {
  height: 100%; /* desired height */
  width: auto; /* width adjusts to maintain aspect ratio */
  object-fit: cover; /* fills box, may crop slightly */
  margin-top: 70px;
  padding-top: 80px;
}

.it-nw-about-dt-img img {
  height: 470px; /* desired height */
  width: auto; /* width adjusts to maintain aspect ratio */
  object-fit: cover; /* fills box, may crop slightly */
  padding-top: 80px;
  margin-top: 170px;
}
.it-nw-about-cyb-img img {
  height: 460px; /* desired height */
  width: auto; /* width adjusts to maintain aspect ratio */
  object-fit: cover; /* fills box, may crop slightly */
  padding-top: 100px;
  margin-top: 200px;
}

.it-nw-choose-feature-icon {
  width: 70px; /* fixed box size for all icons */
  height: 70px;
  flex-shrink: 0; /* prevents shrinking in flex */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.it-nw-choose-feature-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.it-nw-choose-feature-icon-stat {
  width: 50px; /* fixed box size for all icons */
  height: 50px;
  flex-shrink: 0; /* prevents shrinking in flex */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-top: 30px;
}

.it-nw-choose-feature-icon-stat img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
/* Compact Choices.js pills */
.choices__list--multiple .choices__item {
  padding: 2px 4px !important; /* smaller height */
  font-size: 13px !important; /* smaller text */
  line-height: 1.2 !important;
  border-radius: 3px !important; /* less rounded */
  margin: 2px 4px 2px 0 !important; /* tighter spacing */
  background-color: #e0e0e0 !important; /* light grey background */
  color: #333 !important; /* dark text */
}

/* Smaller cross (remove button) */
.choices__list--multiple .choices__item .choices__button {
  margin-left: 4px !important;
  font-size: 7px !important;
  line-height: 1 !important;
  width: 5px !important;
  height: 5px !important;
  background-size: 5px !important; /* smaller X */
}

.inner-a-icon img {
  width: 60px;
  margin-top: 20px;
  padding-top: 50px;
}

.it-up-service1-img img {
  width: 450px;
  height: 400px;
}
.it-up-service-tab-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.it-up-service-tab-text {
  flex: 1 1 55%;
}

.it-up-service1-img {
  flex: 1 1 40%;
  position: relative;
  left: 0;
  margin-top: 0;
}

.it-up-service1-img img {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .it-up-service-tab-wrap {
    flex-direction: column;
  }
  .it-nw-abouttour-img img {
    height: 400px; /* desired height */

    margin-top: 0px;
  }
}

@media screen and (max-width: 680px) {
  .it-up-service-tab-wrap {
    flex-direction: column;
  }
  .it-nw-abouttour-img img {
    height: 270px; /* desired height */

    margin-top: 0px;
  }
  .it-nw-aboutt-img img {
    margin-top: 0px;
  }
  .it-nw-about-cyb-img img {
    padding-top: 0px;
    margin-top: 0px;
    height: 200px;
  }
  .it-nw-about-dt-img img {
    height: 300px; /* desired height */
    padding-top: 0px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 480px) {
  .it-up-service-tab-wrap {
    flex-direction: column;
  }
  .it-nw-abouttour-img img {
    height: 270px; /* desired height */

    margin-top: 0px;
  }
  .it-nw-aboutt-img img {
    margin-top: 0px;
  }
  .it-nw-about-cyb-img img {
    padding-top: 0px;
    margin-top: 0px;
    height: 200px;
  }
  .it-nw-about-dt-img img {
    height: 200px; /* desired height */
    padding-top: 0px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 395px) {
  .it-up-service-tab-wrap {
    flex-direction: column;
  }
  .it-nw-abouttour-img img {
    height: 270px; /* desired height */

    margin-top: 0px;
  }
  .it-nw-aboutt-img img {
    margin-top: 0px;
  }
  .it-nw-about-cyb-img img {
    padding-top: 0px;
    margin-top: 0px;
    height: 200px;
  }
  .it-nw-about-dt-img img {
    height: 200px; /* desired height */
    padding-top: 0px;
    margin-top: 0px;
  }
}
