/* Our Services – Afghan Echoes */
.ae-services-section { padding: 70px 0; }

.section-title { font-weight: 700; margin-bottom: .25rem; }
.section-underline {
  width: 70px; height: 3px; margin: .5rem auto 1rem;
  background: #0A1D37; border-radius: 2px;
}
.section-sub { color: #6c757d; max-width: 820px; margin: 0 auto; }

.ae-services-cover img.object-cover { object-fit: cover; min-height: 420px; }

.ae-service-card {
  background: #f7f9fb;
  border: 1px solid #eef2f6;
  border-radius: 16px;
  padding: 22px;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  height: 100%;
}
.ae-service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(10,29,55,.08);
  background: #ffffff;
}

.ae-service-icon img { display: block; }
.ae-service-title { font-size: 1.05rem; margin: 0 0 .25rem; color: #0A1D37; }
.ae-service-text { margin: 0; color: #6c757d; font-size: .95rem; line-height: 1.5; }

@media (max-width: 991.98px) {
  .ae-services-cover img.object-cover { min-height: 260px; }
}
/* IcoMoon sizing for service icons */
.ae-service-icon i[class^="icon-"],
.ae-service-icon i[class*=" icon-"],
.ae-service-icon span[class^="icon-"],
.ae-service-icon span[class*=" icon-"] {
  font-size: 48px;
  line-height: 1;
  display: inline-block;
}
