/* About Us – heading section */
.sc_heading.text-center {
  text-align: center;
  margin: 60px auto 20px;
  max-width: 960px;
}
.sc_heading .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  color: #1f2937; /* slate-800 */
  margin: 0 0 12px;
}
.sc_heading .sub-heading p {
  margin: 0 auto;
  color: #6b7280; /* slate-500 */
  font-size: 16px;
}

/* Counters section */
.about-counter {
  padding: 30px 0 10px;
}
.about-counter .elementor-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
.about-counter .elementor-column {
  flex: 0 1 calc(25% - 22.5px);
}

/* Counter card */
.counter-box {
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  padding: 36px 30px 30px;
  text-align: center;
  transition: box-shadow .2s ease, transform .2s ease;
}
.counter-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}
.counter-box .icon-counter-box i {
  font-size: 72px;
  line-height: 1;
  display: inline-block;
}
.counter-box .display-percentage {
  font-size: 40px;
  font-weight: 700;
  margin: 18px 0 8px;
}
.counter-box .counter-box-content {
  color: #6b7280; /* slate-500 */
  font-size: 16px;
}

/* Per-card accent colors (match screenshot) */
.about-counter .elementor-column:nth-child(1) .icon-counter-box i,
.about-counter .elementor-column:nth-child(1) .display-percentage { color: #39b75d; }
.about-counter .elementor-column:nth-child(2) .icon-counter-box i,
.about-counter .elementor-column:nth-child(2) .display-percentage { color: #3b82f6; }
.about-counter .elementor-column:nth-child(3) .icon-counter-box i,
.about-counter .elementor-column:nth-child(3) .display-percentage { color: #f59e0b; }
.about-counter .elementor-column:nth-child(4) .icon-counter-box i,
.about-counter .elementor-column:nth-child(4) .display-percentage { color: #f97366; }

/* Responsive */
@media (max-width: 1024px) {
  .about-counter .elementor-column { flex: 0 1 calc(50% - 15px); }
}
@media (max-width: 600px) {
  .about-counter .elementor-container { gap: 20px; }
  .about-counter .elementor-column { flex: 1 1 100%; }
  .sc_heading .title { font-size: 30px; }
}
