.rehab-hero {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.rehab-hero .hero-overlay {
    background: linear-gradient(rgba(0, 51, 102, 0.7), rgba(0, 51, 102, 0.7));
    inset: 0px;
}

.rehab-hero .badge {
    background-color: #f97224;
}

.rehab-hero h1,
.rehab-hero h1 strong {
    color: #fff;
}

.rehab-hero p,
.rehab-hero p strong {
    color: #fff;
}

.rehab-hero svg path {
    fill: #f97224;
}

.safety-sec {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.safety-sec .head-wrap {
    margin-bottom: 4rem;
    text-align: center;
}

.safety-sec .head-wrap p span {
    font-weight: 700;
    text-decoration-color: #f97224;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    text-decoration-line: underline;
}

.safety-sec .safety-card {
    background-color: #f8fafc;
    border-top: 4px solid #003366;
    transition: box-shadow 300ms ease, transform 300ms ease;
}

.safety-sec .safety-card.arthro-org {
    border-color: #f97224;
}

.safety-sec .safety-card.arthro-org h3 {
    color: #f97224;
}

.safety-sec .safety-card.arthro-org ul li span {
    color: #f97224;
}

.safety-sec .safety-card h3 {
    margin-bottom: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.safety-sec .safety-card ul {
    margin: 0px;
}

.safety-sec .safety-card ul li span {
    font-size: 24px;
    line-height: 1;
    color: #003366;
    margin-right: 0.5rem;
}

.why-choose {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #f8f9fa;
}

.why-choose .head-wrap {
    margin-bottom: 4rem;
    text-align: center;
}

.why-choose .head-wrap .bottom-line {
    width: 5rem;
    height: 0.25rem;
    margin: 1rem auto 0px;
    background-color: #f97224;
}

.why-choose .why-cards {
    background-color: #ffffff;
    border-radius: 0.75rem;
    border-bottom: 4px solid#003366;
    transition: box-shadow 300ms ease, transform 300ms ease;
}

.why-choose .why-cards.arthro-org {
    border-color: #f97224;
}

.why-choose .why-cards.arthro-org .card-icon {
    background-color: #fff7ed;
}

.why-choose .why-cards.arthro-org .card-icon svg path {
    fill: #f97224;
}

.why-choose .why-cards .card-icon {
    border-radius: 9999px;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eff6ff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.why-choose .why-cards .card-icon svg {
    font-size: 1.7rem;
    line-height: 2.25rem;
}

.why-choose .why-cards .card-icon svg path {
    fill: #003366;
    transition: fill 300ms ease;
}

.why-choose .why-cards:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.why-choose .why-cards:hover .card-icon {
    background-color: #f97224;
    fill: #fff;
}

.why-choose .why-cards:hover .card-icon svg path {
    fill: #fff;
}

.why-choose .why-cards h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #003366;
    font-weight: 700;
}

.why-choose .why-cards p {
    color: #4b5563;
}

.multi-disp {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.multi-disp .teams span {
    color: #f97224 !important;
}