/* =============================================================
   Who We Help Page
   Loaded only on about_us/who-we-help.php
   ============================================================= */

.ccp-help-lead {
  color: #263f52;
  font-size: 1.05rem;
  line-height: 1.65;
}

.ccp-help-card {
  background-color: #fff;
  border: 1px solid #dbe7ee;
  border-left: 4px solid #2baab1;
  box-shadow: 0 4px 12px rgba(16, 58, 93, 0.07);
  display: flex;
  flex-direction: column;
  padding: 0;
}

.ccp-help-card .card-body {
  display: flex;
  flex-direction: column;
}

.ccp-help-card .ccp-h4 {
  margin-bottom: 0.75rem;
}

.ccp-help-card p,
.ccp-help-card li {
  color: #263f52;
  font-size: 0.95rem;
  line-height: 1.55;
}

.ccp-help-card ul li {
  margin-bottom: 0.65rem;
}

.ccp-help-card .card-body {
  display: flex;
  flex-direction: column;
}

.ccp-help-card .card-body > ul {
  margin-bottom: 0.25rem;
}

.ccp-help-card .card-body > .btn {
  align-self: flex-start;
  margin-bottom: 0.5rem;
}

.ccp-help-card .card-body > .btn:last-child {
  margin-bottom: 0;
}

.ccp-help-card .card-body > .btn.mr-2 {
  margin-right: 0.5rem;
}

.ccp-help-card .card-body > .mt-auto {
  align-self: flex-start;
  margin-top: auto;
}

.audience-badge {
  background-color: #2baab1;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 0.82rem;
  line-height: 1.25;
  padding: 0.1rem 0.4rem;
}

.ccp-work-grid {
  row-gap: 1rem;
}

.ccp-work-item {
  display: flex;
  flex-direction: column;
}

.ccp-work-item h6 {
  color: #103a5d;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
}

.ccp-work-summary {
  background-color: #fafdff;
  border-left: 3px solid #2baab1;
  flex: 1;
  margin: 1rem 0 0;
  padding: 0.85rem;
}

.ccp-work-summary.small {
  font-size: 0.88rem;
  line-height: 1.45;
}

.ccp-work-item .btn {
  align-self: center;
  margin-top: auto;
}

.testimonial-slider .slider-inner {
  height: auto;
  overflow: hidden;
}

.testimonial-item {
  display: none;
  left: 0;
  opacity: 0;
  padding-left: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s ease-in-out;
}

.testimonial-item.active {
  display: block;
  opacity: 1;
}

.testimonial-italic {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin-bottom: 1rem;
}

#testimonialSlider .testimonial-item blockquote {
  font-size: 1rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .ccp-help-card p,
  .ccp-help-card li {
    font-size: 0.92rem;
  }

  .testimonial-item {
    padding-left: 0;
  }
}
