#single .page-content .about-cards .card {
  border: 1px solid rgba(29, 78, 216, 0.12) !important;
  border-radius: 1.1rem;
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.98), rgba(255, 255, 255, 0.98));
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.10);
  overflow: hidden;
  min-height: 520px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#single .page-content .about-cards .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.14);
}

#single .page-content .about-cards .card-img-top {
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(219, 234, 254, 0.95), rgba(239, 246, 255, 0.75));
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  height: 320px;
  max-height: none;
  width: 100%;
  object-fit: contain;
}

#single .page-content .about-cards .card-body {
  padding: 1.35rem 1.35rem 1.5rem;
}

#single .page-content .about-cards .card-title {
  color: var(--primary-color) !important;
  margin-bottom: 0.75rem;
}

#single .page-content .about-cards .card-text {
  color: var(--text-secondary-color);
  margin-bottom: 0;
}
