/* iOS App Development page */

.services-section .service-card {
  background: #fff;
  color: #333;
  text-align: center;
  padding: 36px 24px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(45, 27, 78, 0.06);
  height: 100%;
}

.services-section .service-card::after {
  display: none;
}

.services-section .service-card h5 {
  color: #222;
  text-align: center;
  margin-top: 0;
}

.services-section .service-card p {
  color: #666;
  text-align: center;
}

.services-section .service-card .service-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgb(110, 57, 138), rgb(189, 69, 151)) !important;
  box-shadow: 0 8px 16px rgba(110, 57, 138, 0.22);
}

.services-section .service-card .service-icon i {
  font-size: 26px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  line-height: 1;
}
