.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%); */
    background: linear-gradient(113deg, rgba(3, 40, 69, 1) 37%, rgba(136, 183, 64, 1) 88%, rgba(66, 107, 67, 1) 100%, rgba(3, 40, 69, 1) 100%);
}

.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);
}
.insight-content h4, .cs_insights h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cs_insights h3 {
    font-size: 1.4rem;
    -webkit-line-clamp: 4;
}
.green {
    color: rgba(136, 183, 64, 1);
}

.bg_green {
    background-color: rgba(136, 183, 64, 1);
}

.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: #AAE3FF;
    min-width: 65px;
    min-height: 65px;
    max-height: 65px;
}

.light-blue {
    background: rgba(244, 250, 255, 1);
}

.results-box {
    background: rgba(219, 243, 255, 1);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

.text-dark-blue {
    color: #0A3D61;
}


.mh-70 {
    min-height: 70px !important;
}

.bb {
    border-bottom: 1px solid rgba(49, 114, 159, 1)
}

.feature-card p {
    min-height: 100px;
    font-size: 18px;
}

.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;
    font-size: 14px !important;
}

/* 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;
}