.hero-banner {
    background: linear-gradient(99.15deg, rgba(3, 40, 69, 0.8) 44.91%, rgba(136, 183, 64, 0.7) 84.19%, rgba(17, 38, 53, 0.7) 119.93%);
}
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(0, 212, 255, 0.1), transparent);
}
.text-green {
    color: var(--green);
}
.case-study-label {
    color: var(--teal-accent);
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.highlight-icon {
    background: rgba(170, 227, 255, 1);
    min-width: 65px;
    min-height: 65px;
    max-height: 65px;
}
.results-box {
    background: rgba(219, 243, 255, 1);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
.text-dark-blue {
    color: rgba(49, 114, 159, 1);
}
.bb {
    border-bottom: 1px solid rgba(49, 114, 159, 1)
}
.feature-card p {
    min-height: 100px;
}

.step-number {
    background: rgba(10, 61, 97, 1);
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.highlight-card:before {
    content: '';
    width: 2px;
    height: 62%;
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 15px;
    background: linear-gradient(to bottom, #0A3D61 0%, #fff 100%);
}
.outcomes p {
    min-height: 75px;
}
/* Hide Bootstrap's default arrow */
.faq .accordion-button::after {
  display: none !important;
}

/* Style the + and – icon */
.faq .accordion-button .icon::before {
  content: "+";
  font-size: 1.25rem;
  color: #000; /* Bootstrap primary */
  transition: transform 0.2s ease, color 0.2s ease;
}

/* When accordion is open, change + to – */
.faq .accordion-button:not(.collapsed) .icon::before {
  content: "–";
  color: rgba(49, 114, 159, 1);
}

/* Optional: style spacing and remove focus ring */
.accordion-button {
  box-shadow: none !important;
}