/* Mitech-style service & feature icons */
.service-card__icon-wrap,
.gallery-card__icon-wrap,
.industry-card-photo__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: linear-gradient(145deg, #f0f7ff 0%, #e6f0fb 100%);
  border-radius: 16px;
}

.service-card__icon-wrap {
  width: 72px;
  height: 72px;
  margin-bottom: 22px;
  flex-shrink: 0;
}

.service-card__icon-wrap img {
  width: 44px;
  height: 44px;
  display: block;
}

.section-cards .services-grid--six .service-card {
  text-align: center;
}

.section-cards .services-grid--six .service-card__icon-wrap {
  margin-left: auto;
  margin-right: auto;
}

.section-cards .services-grid--six .service-card h4,
.section-cards .services-grid--six .service-card .service-card__tagline,
.section-cards .services-grid--six .service-card p:not(.service-card__tagline) {
  text-align: center;
}

.gallery-card {
  text-align: center;
}

.gallery-card__icon-wrap {
  width: 88px;
  height: 88px;
  margin: 28px auto 8px;
}

.gallery-card__icon-wrap img {
  width: 52px;
  height: 52px;
}

.gallery-card__body {
  text-align: center;
}

.services-grid--with-media .service-card__icon-wrap {
  width: 100%;
  height: 120px;
  margin: 0;
  border-radius: 0;
  border-bottom: 1px solid #eee;
  background: linear-gradient(180deg, #f4f9ff 0%, #eef5fc 100%);
}

.services-grid--with-media .service-card__icon-wrap img {
  width: 56px;
  height: 56px;
}

.services-grid--with-media .service-card__thumb {
  display: none;
}

.services-grid--with-media .service-card__inner {
  text-align: center;
  align-items: center;
}

.services-grid--with-media .service-card h4 {
  color: var(--heading);
}

.industry-card-photo__icon-wrap {
  width: 100%;
  height: 100px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, #f4f9ff 0%, #eef5fc 100%);
  border-bottom: 1px solid #eee;
}

.industry-card-photo__icon-wrap img {
  width: 52px !important;
  height: 52px !important;
  max-width: none;
  object-fit: contain;
}

.value-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #f0f7ff 0%, #e6f0fb 100%);
  border-radius: 14px;
  color: var(--primary);
  font-size: 26px;
}

.value-card__icon i {
  line-height: 1;
}
