/* Mobile App Development service page */

.hero-title {
  font-size: 41px;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(135deg, rgb(110, 57, 138), rgb(189, 69, 151));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
}

.hero-title span {
  color: #6c3eb8;
  -webkit-text-fill-color: #6c3eb8;
}

.hero-text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  text-align: left;
}

.counter-box .counter-number {
  font-size: 32px;
  font-weight: 700;
  color: #6e398a;
}

.counter-box .counter-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
}

.mobile-services-section {
  padding: 80px 0;
  background: #f9f9fb;
}

.mobile-service-card {
  position: relative;
  background: #fff;
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  height: 92%;
  transition: 0.3s;
}

.mobile-service-card a {
  text-decoration: none;
  color: inherit;
}

.mobile-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.mobile-service-card .icon-box {
  position: static !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgb(110, 57, 138), rgb(189, 69, 151)) !important;
}

.mobile-service-card .icon-box i {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: none !important;
  font-size: 28px !important;
}

.section-bg {
  background: #f3f3f3;
  padding: 80px 0;
}

.stat-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 18px;
  box-shadow: 0 8px 24px rgba(45, 27, 78, 0.08);
  height: 100%;
}

.stat-card .stat-number {
  font-size: 36px;
  font-weight: 800;
  color: #5b2c91;
  margin: 10px 0 4px;
}

.stat-card .stat-text {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #666;
}

.dev-section {
  padding: 40px 0 80px;
  background: #f3f3f3;
}

.dev-image img {
  max-width: 100%;
  height: auto;
}

.feature-wrapper {
  position: relative;
}

.feature-box {
  border: 1.5px solid #b7388c;
  border-radius: 6px;
  padding: 12px 15px;
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
  background: #fff;
}

.feature-icon {
  color: #6e398a;
  font-size: 18px;
  margin-top: 3px;
}

.feature-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 3px;
}

.feature-text {
  font-size: 16px;
  color: #666;
  margin: 0;
}

.text-narrow-sm {
  max-width: 750px;
}

.clone-col-wide {
  max-width: 800px;
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 32px;
  }

  .form-card {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 26px;
  }

  .mobile-services-section {
    padding-top: 50px;
  }
}
