/* About Feature Card Images */
.about-feature-img-wrap {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: #eaf1fb;
}
.about-feature-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Inline style replacements from about.php */
.about-stat-green {
  color: #22863a;
}
.about-stat-blue {
  color: #2563eb;
}
.about-certificate-link {
  color: #2563eb;
  text-decoration: underline;
}
.about-lei {
  font-size: 0.95em;
  color: #57606a;
}
.about-section-title-lg {
  font-size: 1.4em;
  margin-bottom: 12px;
}
.about-section-lead {
  font-size: 1.08em;
  color: #374151;
}
/* about.css - Custom styles for About Unicrid page */

.about-main {
  padding: 60px 0 32px 0;
  background: #f9fafb;
}
.about-title {
  font-size: 2.2em;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 18px;
}
.about-subtitle {
  font-size: 1.3em;
  color: #374151;
  margin-bottom: 28px;
}
.about-lead {
  font-size: 1.1em;
  color: #57606a;
  max-width: 700px;
  margin-bottom: 28px;
}
.about-feature-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px 0 rgba(37,99,235,0.07);
  padding: 22px 18px 18px 18px;
  height: 100%;
  transition: box-shadow 0.18s;
}
.about-feature-card:hover {
  box-shadow: 0 8px 32px 0 rgba(37,99,235,0.13);
}
.about-stat {
  background: #f6f8fa;
  border-radius: 12px;
  padding: 18px 10px 12px 10px;
  margin-bottom: 0;
}
.about-stat-value {
  font-size: 2em;
  font-weight: 700;
}
.about-stat-label {
  font-size: 1em;
  color: #374151;
}
.about-section-title {
  color: #2563eb;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 10px;
}
.about-leader-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px 0 rgba(37,99,235,0.07);
  padding: 22px 18px 18px 18px;
  height: 100%;
  transition: box-shadow 0.18s;
}
.about-leader-card:hover {
  box-shadow: 0 8px 32px 0 rgba(37,99,235,0.13);
}
.about-leader-role {
  font-size: 1em;
  color: #2563eb;
  font-weight: 600;
  margin-bottom: 8px;
}
.about-values ul, .about-mission ul, .about-vision ul {
  padding-left: 1.2em;
}
@media (max-width: 600px) {
  .about-title { font-size: 1.4em; }
  .about-subtitle { font-size: 1.1em; }
  .about-lead { font-size: 1em; }
  .about-section-title { font-size: 1em; }
  .about-feature-card, .about-leader-card { padding: 14px 8px 12px 8px; }
}
.about-main { padding-top: 60px; }
@media (min-width: 1080px) {
  .about-main { padding-top: 140px; }
}
