﻿/* Google Fonts */
/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

body {
    font-family: 'Inter', Arial, sans-serif;
    color: #fff;
    min-height: 100vh;
    background: #1a174d;
    position: relative;
}*/

.hero-section-billing {
    min-height: 60vh;
    position: relative;
    display: flex;
    align-items: flex-start;
    z-index: 1;
    background-image: url('../img/image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #00000040 50%, #312E81B2 70%, #164E63B2 70%);
    z-index: 1;
}

.hero-section-billing .container {
    position: relative;
    z-index: 2;
}




.text-purple {
    color: #7c3aed !important;
}

.btn-purple {
    background: #7c3aed;
    color: #fff;
    border-radius: 7px;
    font-weight: 600;
    transition: background 0.2s;
    border: none;
    padding: 0.45rem 1.2rem;
    font-size: 1rem;
}
.btn-purple:hover {
    background: #5b21b6;
    color: #fff;
}
/*
.nav-link {
    color: #222 !important;
    font-weight: 500;
    margin: 0 8px;
    font-size: 1rem;
    transition: color 0.2s;
}
.nav-link:hover, .nav-link.active {
    color: #7c3aed !important;
}*/

/* Hero Content */
.tracking-wide {
    letter-spacing: 0.08em;
}
.text-accent {
    color: #22d3ee !important;
}

.display-4 {
    font-weight: 700;
    line-height: 1.1;
}

.text-warning {
    color: #fbbf24 !important;
}

.btn-white-purple {
    background: #fff;
    color: #7c3aed;
    border-radius: 32px;
    box-shadow: 0 2px 8px 0 rgba(80,54,146,0.10);
    border: none;
    transition: background 0.2s, color 0.2s;
}
.btn-white-purple:hover {
    background: #ede9fe;
    color: #5b21b6;
}

/* Glassmorphism Card */
.glass-card {
    background: rgba(255,255,255,0.18);
    border-radius: 24px;
    box-shadow: 0 8px 32px 0 rgba(31,38,135,0.18);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1.5px solid rgba(255,255,255,0.24);
    color: #fff;
    margin-left: auto;
}
.dashboard-box {
    background: rgba(255,255,255,0.10);
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 8px;
    margin:12px;
}

.progress {
    background: rgba(255,255,255,0.10);
    border-radius: 8px;
    height: 8px;
}
.progress-bar.bg-info {
    background: linear-gradient(90deg, #22d3ee 0%, #3b82f6 100%);
}
.progress-bar.bg-warning {
    background: linear-gradient(90deg, #fbbf24 0%, #f59e42 100%);
}

/* Feature Cards */
.feature-card {
    background: rgba(255,255,255,0.13);
    border-radius: 18px;
    box-shadow: 0 4px 24px 0 rgba(80,54,146,0.10);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #fff;
    min-height: 140px;
    border: 1.5px solid rgba(255,255,255,0.18);
}
.feature-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.5rem;
    margin: 0 auto 12px auto;
    color: #fff;
}
.bg-accent {
    background: linear-gradient(135deg, #22d3ee 0%, #3b82f6 100%);
}
.bg-warning {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e42 100%) !important;
}
.bg-info {
    background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%) !important;
}

/* Misc */
.text-white-50 {
    color: rgba(255,255,255,0.7) !important;
}

.hero-heading {
    font-size: 2.2rem;
    line-height: 1.15;
}
.hero-subheading {
    font-size: 1.1rem;
    font-weight: 500;
}
.hero-supporting {
    font-size: 1rem;
    font-weight: 400;
}
.small-dashboard {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 1.5rem 1.2rem !important;
}

/* Feature cards below dashboard */
.small-dashboard + .row {
    margin-top: 1.2rem !important;
}

.dashboard-feature-wrap {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
.feature-blocks-row {
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
}
.feature-blocks-row .feature-card {
    flex: 1 1 0;
    min-width: 0;
    margin-bottom: 0;
}

.dashboard-feature-row > .col-md-3 {
    flex: 1 1 0;
    max-width: 25%;
    min-width: 220px;
    display: flex;
}
.dashboard-feature-row .glass-card,
.dashboard-feature-row .feature-card {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.main-aligned {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
}
.hero-section-billing .row {
    align-items: flex-start;
    padding-top: 100px;
    padding-bottom: 60px;
}
.hero-section-billing .col-lg-6 {
    padding-top: 50px;
}
@media (max-width: 991.98px) {
    .main-aligned {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        max-width: 100%;
    }
   
    .dashboard-feature-wrap {
        margin-top: 2rem;
    }
    .glass-card {
        margin: 32px auto 0 auto;
    }
    .hero-section-billing {
        min-height: auto;
        padding-bottom: 60px;
    }
    .hero-section-billing .row {
        padding-top: 100px;
        padding-bottom: 0;
    }
    .hero-section-billing .col-lg-7 {
        padding-top: 2rem;
    }
    .small-dashboard {
        max-width: 100%;
    }
    .small-dashboard + .row .feature-card {
        margin-bottom: 1rem;
    }
    .feature-blocks-row {
        flex-direction: column;
        gap: 0.75rem;
    }
}

@media (max-width: 767.98px) {
    .display-4 {
        font-size: 2rem;
    }
    .glass-card {
        min-width: 100%;
        max-width: 100%;
    }
    .feature-card {
        min-height: 120px;
    }
    .hero-heading {
        font-size: 1.4rem;
    }
    .hero-subheading {
        font-size: 1rem;
    }
    .small-dashboard {
        padding: 1rem 0.5rem !important;
    }
}

.section-dash {
    display: inline-block;
    width: 32px;
    height: 3px;
    border-radius: 2px;
    background: #22d3ee; /* Accent color for the dash */
    margin-right: 8px;
}

/* Shining Effects */
.hero-section-billing::before,
.hero-section-billing::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.8;
    z-index: 1.1;
}

.hero-section-billing::before {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(34,211,238,0.7) 0%, rgba(34,211,238,0) 70%);
    top: 15%;
    left: 20%;
    transform: translate(-50%, -50%);
}

.hero-section-billing::after {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(124,58,237,0.7) 0%, rgba(124,58,237,0) 70%);
    bottom: 10%;
    right: 15%;
    transform: translate(50%, 50%);
}

.billing-nightmare-section {
    background: #fafbfc;
}
.process-flow-card {
    background: linear-gradient(135deg, #f3e8ff 0%, #e0f2fe 100%);
    border-radius: 1.5rem;
    box-shadow: 0 4px 24px 0 rgba(80,54,146,0.08);
    padding: 2.5rem 2rem 2rem 2rem;
    max-width: 820px;
    min-height: 240px;
    position: relative;
    overflow: visible;
}
.process-label {
    position: absolute;
    top: 18px;
    font-size: 1rem;
    color: #64748b;
    font-weight: 500;
    z-index: 2;
}
.process-label-left {
    left: 32px;
}
.process-label-right {
    right: 32px;
}
.process-flow-svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 220px;
    z-index: 1;
    pointer-events: none;
}
.process-step-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 12px 0 rgba(80,54,146,0.10);
    padding: 1rem 1.5rem;
    min-width: 240px;
    z-index: 2;
    display: flex;
    align-items: center;
}
.process-icon-lg {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 2px 8px 0 rgba(80,54,146,0.10);
}
.process-step-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 2px 8px 0 rgba(80,54,146,0.10);
    z-index: 2;
    border: none;
}
.process-step-icon.active {
    border: 3px solid #fff;
}
.feature-info-card {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 1rem;
    box-shadow: 0 2px 8px 0 rgba(80,54,146,0.04);
    transition: box-shadow 0.2s;
}
.feature-info-card:hover {
    box-shadow: 0 4px 16px 0 rgba(80,54,146,0.10);
}
.feature-icon-box {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin: 0 auto 0.5rem auto;
    background: #f3f4f6;
}
.result-divider hr {
    border-top: 2px solid #e5e7eb;
    opacity: 1;
    margin: 0;
}
.result-divider span {
    font-size: 1.1rem;
    font-weight: 500;
    border: 1.5px solid #e5e7eb;
    background: #fff;
    color: #7c3aed;
    box-shadow: 0 2px 8px 0 rgba(80,54,146,0.04);
}
.highlight-stat-card {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 1rem;
    box-shadow: 0 2px 8px 0 rgba(80,54,146,0.04);
    transition: box-shadow 0.2s;
}
.highlight-stat-card:hover {
    box-shadow: 0 4px 16px 0 rgba(80,54,146,0.10);
}
.btn-primary.btn-lg.rounded-pill {
    background: linear-gradient(90deg, #7c3aed 0%, #6366f1 100%);
    border: none;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0.9rem 2.5rem;
    border-radius: 999px;
    box-shadow: 0 2px 8px 0 rgba(80,54,146,0.10);
    transition: background 0.2s;
}
.btn-primary.btn-lg.rounded-pill:hover {
    background: linear-gradient(90deg, #6366f1 0%, #7c3aed 100%);
}

.process-flow-card-graphic {
    background: linear-gradient(135deg, #f3e8ff 0%, #e0f2fe 100%);
    border-radius: 1.5rem;
    box-shadow: 0 4px 24px 0 rgba(80,54,146,0.08);
    padding: 2.5rem 2rem 2rem 2rem;
    min-height: 350px;
    position: relative;
    overflow: visible;
}
.process-flow-card-graphic .process-label {
    position: absolute;
    top: 12px;
    font-size: 1rem;
    color: #222;
    font-weight: 600;
    z-index: 2;
}
.process-flow-card-graphic .process-label-left {
    left: 24px;
}
.process-flow-card-graphic .process-label-right {
    right: 24px;
}
.process-flow-card-graphic .process-flow-svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 350px;
    z-index: 1;
    pointer-events: none;
}
.process-step-glow {
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: radial-gradient(circle, #fff 0%, rgba(255,255,255,0.2) 70%, rgba(255,255,255,0) 100%);
    filter: blur(2px);
    z-index: 2;
}
.process-step-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 2px 8px 0 rgba(80,54,146,0.10);
    z-index: 3;
    border: none;
}
.process-step-icon.active {
    border: 3px solid #fff;
}
.process-step-green {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
}
.process-step-orange {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e42 100%);
}
.process-step-blue {
    background: linear-gradient(135deg, #38bdf8 0%, #2563eb 100%);
}
.process-step-pink {
    background: linear-gradient(135deg, #f472b6 0%, #e11d48 100%);
}
.process-step-pink2 {
    background: linear-gradient(135deg, #f356a7 0%, #aa344d 100%);
}
.process-step-red {
    background: linear-gradient(135deg, #ef4444 0%, #b91c1c 100%);
}
.process-step-info-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 12px 0 rgba(80,54,146,0.10);
    padding: 1rem 1.5rem;
    min-width: 220px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.process-info-card-animated {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 12px 0 rgba(80,54,146,0.10);
    padding: 1rem 1.5rem;
    min-width: 170px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    transition: left 0.5s, top 0.5s, opacity 0.3s;
    text-align: center;
}

.process-info-title {
    font-size: 1.08rem;
    font-weight: 600;
    color: #22223b;
    margin-bottom: 0.15rem;
    text-align: center;
}
.process-info-subtitle {
    font-size: 0.97rem;
    color: #6b7280;
    text-align: center;
}

/* Timeline Section */
.timeline-section {
    background: #fff;
}
.timeline-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    padding: 2rem 0;
}
    .timeline-container:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        width: 4px;
        height: 100%;
        background: linear-gradient(90deg, #2D23A8 0%, #4526A7 35.1%, #D1479C 100%);
        transform: translateX(-50%);
        z-index: 1;
    }
.timeline-row {
    display: flex;
    align-items: center;
    margin-bottom: 3.5rem;
    position: relative;
}
.timeline-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 24px 0 rgba(80, 63, 205, 0.10), 0 1.5px 6px 0 rgba(80, 63, 205, 0.06);
    padding: 2rem 2.5rem;
    min-width: 340px;
    max-width: 420px;
    border: 1.5px solid #f3f4f6;
    z-index: 2;
}
.timeline-dot {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #eaeaea;
    color: #673bb9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0 auto;
    box-shadow: 0 2px 8px 0 rgba(80, 63, 205, 0.10);
    transition: background 0.2s, color 0.2s;
}
.timeline-dot.active {
    background: linear-gradient(90deg, #D1479C 0%, #4526A7 100%) !important;
    color: #fff !important;
}
.timeline-step-label {
    display: inline-block;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 0.25rem 1rem;
    border-radius: 999px;
    margin-bottom: 1rem;
    color: #fff !important;
    background: linear-gradient(90deg, #7c3aed 0%, #6366f1 100%);
}
.timeline-badge {
    background: linear-gradient(90deg, #2D23A8 0%, #4526A7 50%, #D1479C 100%);
    color: #fff;
    border-radius: 999px;
    padding: 0.25rem 1rem;
    font-size: 0.95rem;
    font-weight: 600;
    display: inline-block;
}
/* Remove badge color from .step-1, .step-2, etc. */
.step-1, .step-2, .step-3, .step-4, .step-5, .step-6, .step-7, .step-8, .step-9, .step-10 {
    background: #F4F8FF !important;
}
/* Ensure timeline-dot is above the line */
.timeline-dot {
    z-index: 2;
    position: relative;
}
.timeline-container:before, .timeline-connector {
    z-index: 1;
}

.timeline-section h2, .timeline-section .text-secondary {
    color: #22223b !important;
}
.timeline-connector {
    background: #e5e7eb;
    height: 4px;
    border-radius: 2px;
    transition: background 0.4s;
}
.timeline-connector.active {
    background: linear-gradient(90deg, #2D23A8 0%, #4526A7 50%, #D1479C 100%);
}

/* Responsive adjustments for timeline */
@media (max-width: 991.98px) {
    .timeline-container {
        padding: 1rem 0;
    }
    .timeline-card {
        min-width: 220px;
        max-width: 100%;
        padding: 1.2rem 1rem;
    }
    .timeline-row {
        margin-bottom: 2.2rem;
    }
}
@media (max-width: 767.98px) {
    .timeline-container:before {
        left: 24px;
        transform: none;
    }
    .timeline-row {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .timeline-dot {
        margin-left: 0;
        margin-bottom: 1rem;
    }
    .timeline-card {
        margin: 0 0 1.5rem 0;
        min-width: 0;
        max-width: 100%;
        padding: 1rem 0.5rem;
    }
    .timeline-row > .col-md-5, .timeline-row > .col-md-2 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .timeline-row > .col-md-5 {
        justify-content: flex-start !important;
    }
}

/* Revenue Loss Funnel Section */
.revenue-funnel-section {
    background: #fafbfc;
}
.funnel-cards-wrapper {
    max-width: 540px;
    margin: 0 auto;
    position: relative;
}
.funnel-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px 0 rgba(80,54,146,0.08);
    border: 2px solid #5A2E7E !important;
    padding: 1.5rem 2rem;
    position: relative;
    z-index: 2;
    transition: box-shadow 0.2s;
}
.funnel-card:has(.fw-semibold:contains('Authorization Delays')), 
.funnel-card:has(.fw-semibold:contains('Claim Denials')), 
.funnel-card:has(.fw-semibold:contains('Appeals Process')), 
.funnel-card:has(.fw-semibold:contains('Written Off')), 
.funnel-card:has(.funnel-percentage-main:contains('32% Remaining')) {
    border-color: #5A2E7E !important;
}
.funnel-card .funnel-icon {
    background: #fff !important;
    color: #222 !important;
    border-width: 2.5px;
    border-style: solid;
    border-radius: 50% !important;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
.funnel-card .funnel-icon i { color: #222 !important; }
.funnel-icon.bg-purple { border-color: #5A2E7E !important; }
.funnel-icon.bg-orange { border-color: #fbbf24 !important; }
.funnel-icon.bg-yellow { border-color: #fde68a !important; }
.funnel-icon.bg-green { border-color: #22c55e !important; }
.funnel-icon.bg-blue { border-color: #38bdf8 !important; }
.funnel-card .funnel-subtitle {
    color: #6b7280;
    font-size: 0.98rem;
    font-weight: 400;
}
.funnel-card .funnel-percentage {
    font-size: 1.25rem;
    font-weight: 700;
    color: #a21caf;
}
.funnel-card .funnel-percentage-main {
    color: #6d28d9;
    font-size: 1.5rem;
}
.funnel-card .funnel-remaining {
    color: #ef4444;
    font-size: 0.98rem;
    font-weight: 500;
}
.funnel-arrow {
    width: 36px;
    height: 28px;
    margin: 0 auto;
    background: none;
    position: relative;
}
.funnel-arrow::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #5A2E7E;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.border-purple { border-color: #5A2E7E !important; }
.border-orange { border-color: #fbbf24 !important; }
.border-yellow { border-color: #fde68a !important; }
.border-green { border-color: #4ade80 !important; }
.border-blue { border-color: #38bdf8 !important; }
.border-gray { border-color: #d1d5db !important; }
.bg-purple { background: linear-gradient(135deg, #5A2E7E 0%, #6366f1 100%) !important; color: #fff; }
.bg-orange { background: linear-gradient(135deg, #fbbf24 0%, #f59e42 100%) !important; color: #fff; }
.bg-yellow { background: linear-gradient(135deg, #fde68a 0%, #fbbf24 100%) !important; color: #b45309; }
.bg-green { background: linear-gradient(135deg, #4ade80 0%, #22c55e 100%) !important; color: #fff; }
.bg-blue { background: linear-gradient(135deg, #38bdf8 0%, #2563eb 100%) !important; color: #fff; }
.bg-gray { background: #f3f4f6 !important; color: #6b7280; }

@media (max-width: 767.98px) {
    .funnel-cards-wrapper {
        max-width: 100%;
        padding: 0 0.5rem;
    }
    .funnel-card {
        padding: 1rem 0.7rem;
    }
}

.funnel-card-large {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.funnel-card-small {
    width: 78%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767.98px) {
    .funnel-card-large, .funnel-card-small {
        width: 100%;
        max-width: 100%;
    }
}

.funnel-card .fw-semibold,
.timeline-card .fw-semibold {
    color: #222 !important;
}
.feature-info-card .fw-semibold{
    color: #222 !important;
}

/* Before & After Partnering Section */
.before-after-section {
    background: #f8fafc;
    padding-top: 64px;
    padding-bottom: 64px;
}
.before-after-section .text-gradient {
    background: linear-gradient(90deg, #2D23A8 0%, #4526A7 50%, #D1479C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.ba-card {
    background: rgba(255,255,255,0.95);
    border-radius: 24px;
    box-shadow: 0 8px 32px 0 rgba(31, 41, 55, 0.10), 0 1.5px 6px 0 rgba(99,102,241,0.08);
    padding: 2.2rem 1.5rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 410px;
    position: relative;
    transition: box-shadow 0.3s, transform 0.3s;
}
.ba-card:hover {
    box-shadow: 0 16px 40px 0 rgba(99,102,241,0.18), 0 2px 8px 0 rgba(31,41,55,0.10);
    transform: translateY(-4px) scale(1.02);
}
.ba-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1rem;
    box-shadow: 0 4px 16px 0 rgba(99,102,241,0.12);
}
.gradient-bg {
    background: linear-gradient(135deg, #2D23A8 0%, #4526A7 50%, #D1479C 100%);
}
.ba-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: #22223b;
}
.ba-subtitle {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 1.2rem;
    height:3rem !important;
}
.ba-box {
    width: 100%;
    border-radius: 12px;
    padding: 0.7rem 1.1rem;
    font-size: 1.15rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.3rem;
    border: 2px solid #e5e7eb;
}
.ba-box-before {
    color: #e11d48;
    border-color: #e11d48;
    background: white;
    margin-bottom:1rem !important;
}
.ba-box-after {
    color: #22c55e;
    border-color: #22c55e;
    background: white;
}
.ba-result {
    font-size: 1.05rem;
    font-weight: 600;
    margin-top: auto;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    justify-content: center;
    width: 100%;
    text-align: center;
}
.text-gradient-blue {
    background: linear-gradient(90deg, #2D23A8 0%, #4526A7 50%, #D1479C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.text-gradient-purple {
    background: linear-gradient(90deg, #2D23A8 0%, #4526A7 50%, #D1479C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.text-gradient-indigo {
    background: linear-gradient(90deg, #2D23A8 0%, #4526A7 50%, #D1479C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.text-gradient-pink {
    background: linear-gradient(90deg, #2D23A8 0%, #4526A7 50%, #D1479C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
@media (max-width: 991.98px) {
    .ba-card {
        min-height: 380px;
        padding: 1.5rem 1rem 1rem 1rem;
    }
}
@media (max-width: 767.98px) {
    .before-after-section .row {
        flex-direction: column !important;
    }
    .ba-card {
        min-height: 0;
        margin-bottom: 1.5rem;
    }
}

/* Performance Overview Section - True 100% Width */
.performance-overview-section {
    background: transparent;
    padding: 0;
    margin: 0;
}
.overview-card {
    background: #fff;
    border-radius: 28px;
    box-shadow: none;
    border: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 32px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.text-overview {
    color: #6C2EBE;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
}
.overview-subtitle {
    color: #22223b;
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
    text-align: center;
}
#performanceChart {
    display: block;
    margin: 0 auto 0 auto;
    width: 100% !important;
    min-width: 320px;
    max-width: 1800px;
    height: 400px !important;
    background: transparent;
}
@media (max-width: 991.98px) {
    .text-overview {
        font-size: 2rem;
    }
    #performanceChart {
        height: 320px !important;
    }
}
@media (max-width: 767.98px) {
    .overview-card {
        padding: 18px 0 0 0;
        border-radius: 12px;
    }
    .text-overview {
        font-size: 1.3rem;
    }
    #performanceChart {
        height: 220px !important;
        width: 100% !important;
    }
}

/* Billing Reports Table Section */
.billing-reports-section {
    background: transparent;
}
.reports-table-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 24px;
    box-shadow: 0 4px 24px 0 rgba(44,62,80,0.08);
    overflow: hidden;
    background: #fff;
}
.reports-table {
    margin-bottom: 0;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
}
.reports-table th {
    background: #f4f8fc;
    font-weight: 700;
    font-size: 1.1rem;
    border: none;
    color: #22223b;
    padding: 1.1rem 0.7rem;
}
.reports-table td {
    border-top: 1px solid #f0f1f3;
    border-bottom: none;
    font-size: 1.08rem;
    color: #22223b;
    padding: 1.1rem 0.7rem;
    vertical-align: middle;
}
.reports-table tr:last-child td {
    border-bottom: none;
}
.icon-x {
    color: #ef4444;
    font-size: 1.1rem;
    margin-right: 0.3rem;
    vertical-align: middle;
}
.icon-check {
    color: #22c55e;
    font-size: 1.1rem;
    margin-right: 0.3rem;
    vertical-align: middle;
}
.state-badge {
    display: inline-block;
    border-radius: 8px;
    padding: 0.3em 0.9em;
    font-size: 12px !important;
    font-weight: 500;
    margin-left: 0.2em;
    margin-bottom: 0.1em;
}
.badge-red {
    background: #fef2f2;
    color: #b91c1c;
    border: 1.5px solid #fecaca;
}
.badge-green {
    background: #f0fdf4;
    color: #15803d;
    border: 1.5px solid #bbf7d0;
}
.impact-badge1 {
    display: inline-block;
    background: #f4f8fc;
    color: #7c3aed;
    border-radius: 16px;
    padding: 0.35em 1.1em;
    font-size: 12px !important;
    font-weight: 500;
    border: 1.5px solid #e0e7ef;
}
/* Mobile Cards */
.report-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 24px 0 rgba(44,62,80,0.08);
    border: 1.5px solid #e5e7eb;
    max-width: 480px;
    width: 98%;
    padding: 1.2rem 1.1rem 1.1rem 1.1rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 991.98px) {
    .reports-table-wrapper {
        max-width: 100%;
        border-radius: 16px;
    }
    .reports-table th, .reports-table td {
        font-size: 0.98rem;
        padding: 0.7rem 0.4rem;
    }
}
@media (max-width: 767.98px) {
    .report-card {
        border-radius: 14px;
        padding: 0.8rem 0.5rem 0.7rem 0.5rem;
        font-size: 0.98rem;
    }
    .impact-badge1, .state-badge {
        font-size: 0.95rem;
        padding: 0.2em 0.7em;
    }
}

/* Make all text in the billing reports table black */
.reports-table th,
.reports-table td,
.state-badge,
.impact-badge1,
.icon-x,
.icon-check,
.report-card,
.report-card * {
    color: #111 !important;
}

.reports-table th,
.reports-table td {
    text-align: center !important;
}
.report-card,
.report-card * {
    text-align: center !important;
}

.reports-table th,
.reports-table td,
.state-badge,
.impact-badge1,
.report-card,
.report-card * {
    font-size: 0.98rem !important;
}

/* QPP Optimization Slider Section */
.qpp-optimization-section {
    background: #fff;
}
.qpp-title {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    font-size: 36px !important;
    line-height: 36px !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    vertical-align: middle !important;
    color: #6C2EBE;
}
.qpp-gradient {
    background: linear-gradient(90deg, #8f5be8 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.qpp-subtitle {
    color: #22223b;
    font-size: 1.15rem;
    margin-bottom: 2.2rem;
}
.qpp-slider-wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    min-height: 240px;
    padding: 0;
}
.qpp-slider {
    display: flex;
    position: relative;
    min-height: 200px;
    box-shadow: 0 8px 32px 0 rgba(44,62,80,0.18), 0 2px 8px 0 rgba(44,62,80,0.10) !important;
    border-radius: 18px;
    background: #fff;
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
}
.qpp-slide {
    flex: 0 0 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s;
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    z-index: 1;
}
.qpp-slide.active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    z-index: 2;
}
.qpp-slide.active .qpp-card {
    box-shadow: 0 8px 32px 0 rgba(44,62,80,0.18), 0 2px 8px 0 rgba(44,62,80,0.10) !important;
}
.qpp-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: none !important;
    padding: 2.2rem 2.2rem 1.5rem 2.2rem;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
.qpp-icon {
    background: #10b981;
    color: #fff;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-right: 0.7rem;
}
.qpp-program-index {
    color: #22223b;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.qpp-card-desc {
    color: #22223b;
    font-size: 1.08rem;
    margin-bottom: 1.2rem;
}
.qpp-info-box {
    border-radius: 12px;
    padding: 1.1rem 1.2rem 0.7rem 1.2rem;
    background: #f7fafc;
    margin-bottom: 0.5rem;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.qpp-info-box-green {
    background: #f0fdf4;
    color: #10b981;
}
.qpp-info-box-lightgreen {
    background: #e8fdf3;
    color: #10b981;
}
.qpp-info-main {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}
.qpp-info-sub {
    font-size: 1rem;
    color: #22223b;
    font-weight: 400;
}
.qpp-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #22223b;
    box-shadow: 0 2px 8px 0 rgba(44,62,80,0.08);
    z-index: 10;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
}
.qpp-arrow-left { left: -32px; }
.qpp-arrow-right { right: -32px; }
.qpp-arrow:hover {
    background: #f3f4f6;
    box-shadow: 0 4px 16px 0 rgba(44,62,80,0.12);
}
.qpp-dots {
    margin-top: 1.2rem;
}
.qpp-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e5e7eb;
    margin: 0 4px;
    transition: background 0.2s;
}
.qpp-dot.active {
    background: #8f5be8;
}
@media (max-width: 1199.98px) {
    .qpp-slider-wrap, .qpp-slider { max-width: 98vw; }
    .qpp-arrow-left { left: -16px; }
    .qpp-arrow-right { right: -16px; }
}
@media (max-width: 767.98px) {
    .qpp-title { font-size: 1.3rem; }
    .qpp-card { padding: 0.7rem 0.2rem 0.7rem 0.2rem; }
    .qpp-info-main { font-size: 1.05rem; }
    .qpp-info-sub { font-size: 0.95rem; }
    .qpp-arrow { width: 32px; height: 32px; font-size: 1.1rem; }
    .qpp-arrow-left { left: 2px; }
    .qpp-arrow-right { right: 2px; }
    .qpp-slider { max-width: 100vw; }
    .process-flow-card-graphic {
        min-height: unset;
        padding: 1.2rem 0.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        width: 100%;
        box-shadow: none;
        background: #fff;
    }
    .process-flow-card-graphic .process-flow-svg,
    .process-step-glow {
        display: none !important;
    }
    .process-step-icon {
        position: static !important;
        margin: 0.7rem 0 0.2rem 0;
        left: unset !important;
        right: unset !important;
        top: unset !important;
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }
    .process-info-card-animated {
        position: static !important;
        margin-bottom: 0.5rem;
        left: unset !important;
        top: unset !important;
        width: 100%;
        max-width: 320px;
        min-width: 0;
        box-shadow: 0 2px 8px 0 rgba(80,54,146,0.10);
    }
}

.qpp-card .fw-bold.fs-5 {
    color: #222 !important;
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    line-height: 1.2;
    display: inline-block;
}

.timeline-step-label.step-1 {
  background: linear-gradient(90deg, #2D23A8 0%, #4526A7 100%) !important;
}
.timeline-step-label.step-2 {
  background: linear-gradient(90deg, #D1479C 0%, #4526A7 100%) !important;
}
.timeline-step-label.step-3 {
  background: linear-gradient(90deg, #22C55E 0%, #16A34A 100%) !important;
}
.timeline-step-label.step-4 {
  background: linear-gradient(90deg, #F59E42 0%, #FBBF24 100%) !important;
}
.timeline-step-label.step-5 {
  background: linear-gradient(90deg, #22C55E 0%, #16A34A 100%) !important;
}
.timeline-step-label.step-6 {
  background: linear-gradient(90deg, #6366F1 0%, #7C3AED 100%) !important;
}
.timeline-step-label.step-7 {
  background: linear-gradient(90deg, #F59E42 0%, #FBBF24 100%) !important;
}
.timeline-step-label.step-8 {
  background: linear-gradient(90deg, #22C55E 0%, #16A34A 100%) !important;
}
.timeline-step-label.step-9 {
  background: linear-gradient(90deg, #F472B6 0%, #E11D48 100%) !important;
}
.timeline-step-label.step-10 {
  background: linear-gradient(90deg, #A78BFA 0%, #6366F1 100%) !important;
}

.funnel-card .fa-arrow-down,
.funnel-card .fa-arrow-trend-down {
  color: #5A2E7E !important;
}

.why-choose-section {
  background: #fff;
}
.why-card {
  background: #f8faff;
  border: 2px solid #e5e7eb;
  box-shadow: 0 2px 12px 0 rgba(80,54,146,0.06);
  min-height: 260px;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.why-card:hover {
  box-shadow: 0 4px 24px 0 rgba(80,54,146,0.10);
  border-color: #3B5BFE;
}
.why-label-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.why-label {
  margin-bottom: 0 !important;
  display: inline-block;
  color: #333 !important;
}
.why-icon {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.why-value {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
}
.why-desc {
  font-size: 1.1rem;
  font-weight: 500;
  color: #222;
}
.why-subdesc {
  font-size: 1rem;
  color: #6b7280;
}
.why-progress-label {
  font-size: 0.98rem;
  color: #222;
  font-weight: 500;
}
.why-progress-scale {
  font-size: 0.95rem;
  color: #888;
  font-weight: 400;
}
.why-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 0.2rem;
  margin-top: -0.2rem;
}
.why-blue { border-color: #bcd2fa !important; background: #f4f8ff; }
.why-blue-icon { background: #e6f0ff; color: #3B5BFE; }
.why-blue-text { color: #3B5BFE; }
.why-blue-bg { background: #3B5BFE !important; }
.why-green { border-color: #b6f5d0 !important; background: #f4fef7; }
.why-green-icon { background: #e6fbe6; color: #22c55e; }
.why-green-text { color: #22c55e; }
.why-green-bg { background: #22c55e !important; }
.why-red { border-color: #fbcfd2 !important; background: #fff6f6; }
.why-red-icon { background: #ffeaea; color: #ef4444; }
.why-red-text { color: #ef4444; }
.why-red-bg { background: #ef4444 !important; }
.why-purple { border-color: #e0d6fa !important; background: #faf6ff; }
.why-purple-icon { background: #f3e8ff; color: #a78bfa; }
.why-purple-text { color: #a78bfa; }
.why-purple-bg { background: #a78bfa !important; }
.why-gray { border-color: #e5e7eb !important; background: #f8faff; }
.why-gray-icon { background: #f3f4f6; color: #222; }
.why-gray-text { color: #222; }
.why-gray-bg { background: #222 !important; }

@media (max-width: 991.98px) {
  .why-card { min-height: 220px; }
}
@media (max-width: 767.98px) {
  .why-card { min-height: 0; margin-bottom: 1.5rem; }
  .why-choose-section .row.g-4 { row-gap: 1.5rem; }
}

.why-choose-section h2 {
  color: #22223b !important;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(80,54,146,0.04);
}
.why-choose-section h2 span {
  color: #3B5BFE !important;
}

.why-blue .why-label { color: #333 !important; }
.why-green .why-label { color: #333 !important; }
.why-red .why-label { color: #333 !important; }
.why-purple .why-label { color: #333 !important; }
.why-gray .why-label { color: #333 !important; }


.rcm-card-list {
  width: 100%;
}
.rcm-card {
  background: #fff;
  border: 2px solid #f3f4f6;
  border-radius: 18px;
  box-shadow: 0 2px 12px 0 rgba(239,68,68,0.07);
  padding: 1.2rem 1.5rem;
  margin-bottom: 1.1rem;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.rcm-card-error {
  border-color: #fca5a5 !important;
  background: linear-gradient(90deg, #fff 80%, #fff0f0 100%);
  transition: box-shadow 0.2s, border-color 0.2s, background 0.2s;
}
.rcm-card-error:hover, .rcm-card-error.rcm-card-front {
  box-shadow: 0 8px 32px 0 rgba(239,68,68,0.18);
  border-color: #ef4444 !important;
  background: linear-gradient(90deg, #fff 60%, #ffeaea 100%);
  z-index: 2;
}
.rcm-card-main {
  box-shadow: 0 6px 24px 0 rgba(239,68,68,0.13);
  border-width: 2.5px;
}
.rcm-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.rcm-icon-error {
  background: #fff0f0;
  color: #ef4444;
  border: 2px solid #fca5a5;
}
.rcm-icon-solution {
  background: #f3e8ff;
  color: #7c3aed;
  border: 2px solid #a78bfa;
}
.rcm-icon-success {
  background: #e6fbe6;
  color: #22c55e;
  border: 2px solid #22c55e;
  font-size: 1.05rem;
}
.rcm-card-title {
  font-size: 1.08rem;
  font-weight: 600;
  color: #22223b;
}
.rcm-card-desc {
  font-size: 1rem;
  color: #6b7280;
}
.rcm-progress-label {
  font-size: 0.97rem;
  font-weight: 500;
}
.rcm-progress-label-error {
  color: #ef4444;
}
.rcm-progress-label-solution {
  color: #7c3aed;
}
.rcm-progress {
  background: #f3f4f6;
  border-radius: 8px;
  overflow: hidden;
}
.rcm-progress-bar-error {
  background: #ef4444 !important;
  border-radius: 8px;
}
.rcm-progress-bar-solution {
  background: linear-gradient(90deg, #2D23A8 0%, #D1479C 100%) !important;
  height: 32px !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding-left: 1.2rem;
  padding-top:1rem;
}
.rcm-progress-label.rcm-progress-label-solution {
  color: #fff !important;
  font-size: 1.08rem !important;
  font-weight: 500 !important;
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: 0.01em;
}
.rcm-card-solution {
  border: 2px solid #a78bfa;
  background: linear-gradient(120deg, #fff 80%, #f3e8ff 100%);
  box-shadow: 0 2px 12px 0 rgba(124,58,237,0.07);
}
.rcm-vs-circle {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(120deg, #a855f7 0%, #fbbf24 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  box-shadow: 0 2px 12px 0 rgba(124,58,237,0.10);
  border: 1px solid #fff;
  margin: auto !important;
}
.rcm-vs-circle::before {
  content: '';
  position: absolute;
  left: -12px;
  top: -12px;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  border: 4px solid #ede9fe;
  z-index: 0;
}
.rcm-vs-circle::after {
  content: '';
  position: absolute;
  left: -20px;
  top: -20px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 2px solid #f3e8ff;
  z-index: 0;
}
.rcm-vs-circle span {
  background: linear-gradient(90deg, #6C3EC1 0%, #D1479C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 4px rgba(44, 21, 84, 0.13);
}
@media (max-width: 991.98px) {
  .rcm-vs-circle {
    width: 54px; height: 54px; font-size: 1.1rem;
  }
  .rcm-vs-circle::before { width: 74px; height: 74px; left: -10px; top: -10px; }
  .rcm-vs-circle::after { width: 90px; height: 90px; left: -18px; top: -18px; }
}
@media (max-width: 767.98px) {
  .rcm-vs-circle {
    width: 44px; height: 44px; font-size: 1rem;
  }
  .rcm-vs-circle::before { width: 60px; height: 60px; left: -8px; top: -8px; }
  .rcm-vs-circle::after { width: 72px; height: 72px; left: -14px; top: -14px; }
}


.rcm-card-solution.h-100 {
  flex: 1 1 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .rcm-comparison-section .row {
    min-height: unset;
    align-items: initial !important;
  }
  .rcm-comparison-section .col-lg-6,
  .rcm-comparison-section .col-lg-5 {
    display: block;
    height: auto;
  }
  .rcm-card-solution.h-100 {
    height: auto;
    display: block;
    flex-direction: initial;
    justify-content: initial;
  }
}

.rcm-comparison-equal {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
.rcm-comparison-equal > .row {
  flex-wrap: wrap !important;
}
.rcm-comparison-equal .col-lg-6,
.rcm-comparison-equal .col-lg-1,
.rcm-comparison-equal .col-lg-5 {
  flex: 0 0 auto;
  min-width: 0;
}
.rcm-vs-circle {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media (max-width: 991.98px) {
  .rcm-comparison-equal > .row {
    flex-wrap: wrap !important;
    overflow-x: visible;
  }
  .rcm-comparison-equal .col-lg-6,
  .rcm-comparison-equal .col-lg-5 {
    max-width: 100%;
    flex: 1 1 100%;
  }
  .rcm-comparison-equal .col-lg-1 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .rcm-vs-circle {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Washington Billing Highlight Section */
.wa-billing-highlight-section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.wa-billing-bg {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 6px 32px 0 rgba(16, 30, 54, 0.18);
  min-height: 220px;
}
.wa-billing-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 220px;
}
.wa-billing-bg-overlay {
  background: linear-gradient(90deg, rgba(31, 20, 60, 0.92) 40%, rgba(60, 18, 90, 0.7) 100%);
  z-index: 2;
  pointer-events: none;
  border-radius: 1.25rem;
  height: 100%;
}
.wa-billing-highlight-section .container {
  position: relative;
  z-index: 3;
}
.wa-billing-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.wa-billing-subtext {
  font-size: 1.1rem;
  color: #e0e0e0;
  line-height: 1.6;
}
.wa-gradient-btn {
  background: linear-gradient(90deg, #7c3aed 0%, #f472b6 100%);
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px 0 rgba(124, 58, 237, 0.12);
  font-size: 1rem;
  transition: background 0.2s, box-shadow 0.2s;
}
.wa-gradient-btn:hover, .wa-gradient-btn:focus {
  background: linear-gradient(90deg, #a855f7 0%, #f472b6 100%);
  color: #fff;
  box-shadow: 0 4px 16px 0 rgba(124, 58, 237, 0.18);
}
.wa-white-btn {
  background: #fff;
  color: #6c3ec1;
  font-weight: 600;
  border: 1.5px solid #e5e7eb;
  border-radius: 0.75rem;
  font-size: 1rem;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.wa-white-btn:hover, .wa-white-btn:focus {
  background: #f3f4f6;
  color: #7c3aed;
  border-color: #c4b5fd;
}
@media (max-width: 991.98px) {
  .wa-billing-title { font-size: 1.4rem; }
  .wa-billing-bg-img { min-height: 260px; }
  .wa-billing-bg { min-height: 260px; }
}
@media (max-width: 575.98px) {
  .wa-billing-title { font-size: 1.1rem; }
  .wa-billing-subtext { font-size: 0.98rem; }
  .wa-billing-bg { min-height: 320px; }
  .wa-gradient-btn, .wa-white-btn { font-size: 0.92rem; }
}

/* Specialties Section - Pixel Perfect Redesign */
.specialties-section .row.g-4 > div {
  display: flex;
}
.specialty-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 4px 24px rgba(80, 40, 180, 0.07);
  padding: 2.2rem 1.5rem 1.5rem 1.5rem;
  min-height: 370px;
  transition: box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.specialty-card:hover {
  box-shadow: 0 8px 32px rgba(124, 58, 237, 0.13);
  transform: translateY(-4px) scale(1.02);
}
.specialty-icon {
  width: 64px;
  height: 64px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
  box-shadow: none;
  background: none;
  color: #fff;
  padding: 0;
}
.specialty-icon img {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0;
}
.specialty-title {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  text-align: left;
  margin-left: 0;
}
.specialty-desc {
  color: #444;
  font-size: 1rem;
  text-align: left;
  margin-bottom: 1.2rem;
}
.specialty-badge {
  margin-left: 0;
}
@media (max-width: 991.98px) {
  .specialty-card { flex-direction: column; align-items: flex-start; gap: 1.2rem; }
  .specialty-icon { margin-right: 0; margin-bottom: 1rem; }
}

/* Ensure callout and below-section text is dark and readable */
.specialty-callout-card,
.specialty-callout-card .fw-bold,
.specialty-callout-card .specialty-callout-desc,
.specialty-callout-card * {
  color: #222 !important;
}
.specialty-callout-card {
  background: #f6f6fb;
}

/* Default text color for all sections below specialties grid */
/*section, .container, .row, .col-md-4, .col-md-5, .col-md-6, .col-md-12 {
  color: #222;
}*/

/* Specialty Badge Custom Styles */
.specialty-badge {
  display: inline-block;
  padding: 0.4em 1.2em;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  margin-top: auto;
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(124,58,237,0.10);
  background: #888; /* fallback */
  border:unset;
}
.badge-purple { background: linear-gradient(90deg, #a78bfa 0%, #6366f1 100%) !important; color: #fff !important; }
.badge-pink { background: linear-gradient(90deg, #f472b6 0%, #f87171 100%) !important; color: #fff !important; }
.badge-blue { background: linear-gradient(90deg, #60a5fa 0%, #6366f1 100%) !important; color: #fff !important; }
.badge-green { background: linear-gradient(90deg, #34d399 0%, #10b981 100%) !important; color: #fff !important; }
.badge-orange { background: linear-gradient(90deg, #fbbf24 0%, #fb923c 100%) !important; color: #fff !important; }
.badge-teal { background: linear-gradient(90deg, #06b6d4 0%, #14b8a6 100%) !important; color: #fff !important; }

/* Ask Specialty Section Styles */
.ask-specialty-section {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.ask-specialty-card {
  background: linear-gradient(135deg, #FFFFFF 0%, #EFF6FF 50%, #FAF5FF 100%);
  border: 2px solid #e3d7fa;
  box-shadow: 0 2px 16px 0 rgba(120, 72, 232, 0.10);
  border-radius: 22px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.ask-specialty-card:hover {
  box-shadow: 0 8px 32px 0 rgba(120, 72, 232, 0.13);
}

.ask-specialty-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #23213d;
}

.ask-specialty-subtext {
  font-size: 1.1rem;
  color: #23213d;
  margin-bottom: 1.5rem;
}

.ask-specialty-btn {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(90deg, #3b3bb6 0%, #c13ba9 100%);
  color: #fff !important;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.25rem 2.5rem 0.25rem 2.5rem;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: none;
  letter-spacing: 0.01em;
  min-width: 270px;
  justify-content: space-between;
  gap: 1rem;
}

.ask-specialty-btn:hover, .ask-specialty-btn:focus {
  background: linear-gradient(90deg, #2a2a8a 0%, #a12a8a 100%);
  color: #fff !important;
  text-decoration: none;
}

.ask-specialty-arrow {
  font-size: 1em;
  margin-left: 0.3em;
  display: inline-block;
  transition: transform 0.2s;
  line-height: 1;
}

.ask-specialty-btn:hover .ask-specialty-arrow {
  transform: translateX(4px);
}

.ask-specialty-image img {
  display: block;
  margin-left: auto;
  margin-right: 0;
  max-height: 160px;
}

@media (max-width: 991.98px) {
  .ask-specialty-card {
    flex-direction: column;
    align-items: flex-start !important;
    padding: 1.5rem 1rem;
  }
  .ask-specialty-image {
    display: none !important;
  }
  .ask-specialty-section {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.failure-progress-bar {
  width: 100%;
  height: 28px;
  background: transparent;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 0.5rem;
  margin-bottom: 0;
  padding: 0;
}

.failure-progress-fill {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #ff512f 0%, #f09819 100%);
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding-left: 1rem;
}

.failure-progress-label-inside {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.failure-content {
  width: 100%;
}

.failure-card .failure-content {
  /* Ensures the content aligns with the start of the text, not the icon */
  margin-left: 0;
}

@media (min-width: 0) {
  .failure-card .d-flex > .failure-icon {
    /* Ensures the icon does not affect the alignment of the content */
    flex-shrink: 0;
  }
  .failure-card .d-flex > .failure-content {
    flex: 1 1 0%;
  }
}

.timeline-line {
  width: 4px;
  min-height: 100px;
  background: linear-gradient(90deg, #2D23A8 0%, #4526A7 35.1%, #D1479C 100%);
  border-radius: 2px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  /* Navbar */

  /* Hero Section */
  .hero-section-billing { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
  .hero-heading { font-size: 2rem !important; }
  .hero-subheading, .hero-supporting { font-size: 1.1rem !important; }
  .dashboard-feature-wrap { padding: 0.5rem !important; }
  .glass-card { padding: 1rem !important; }
  .feature-blocks-row { flex-direction: column !important; gap: 1rem !important; }

  /* Specialties Section */
  .specialties-section .row.g-4 { gap: 1.5rem 0 !important; }
  .specialty-card { padding: 1.2rem 0.8rem 1rem 0.8rem !important; min-height: 0 !important; }
  .specialty-title { font-size: 1.05rem !important; }
  .specialty-desc { font-size: 0.97rem !important; }
  .specialty-icon img { width: 48px !important; height: 48px !important; }

  /* Ask Specialty Section */
  .ask-specialty-card { padding: 1.2rem 0.5rem !important; flex-direction: column !important; align-items: flex-start !important; }
  .ask-specialty-image { display: none !important; }
  .ask-specialty-heading { font-size: 1.3rem !important; }
  .ask-specialty-subtext { font-size: 1rem !important; }
  .ask-specialty-btn { width: 100%; min-width: 0 !important; justify-content: center !important; }

  /* Timeline Section */
  .timeline-row { flex-direction: column !important; align-items: stretch !important; margin-bottom: 2rem !important; }
  .timeline-card { padding: 1.2rem 0.7rem !important; min-width: 0 !important; max-width: 100% !important; }
  .timeline-dot { width: 36px !important; height: 36px !important; font-size: 1rem !important; }
  .timeline-step-label { font-size: 0.95rem !important; }

  /* General Cards */
  .card, .feature-info-card, .highlight-stat-card, .rcm-card, .failure-card { padding: 1.2rem 0.7rem !important; border-radius: 14px !important; }

  /* Buttons */
  .btn, .btn-lg, .btn-gradient-purple-pink, .ask-specialty-btn { font-size: 1rem !important; padding: 0.7rem 1.2rem !important; border-radius: 8px !important; }

  /* Images */
  img, .img-fluid { max-width: 100% !important; height: auto !important; }

  /* Misc */
  .p-4, .py-4, .px-4 { padding: 1rem !important; }
  .p-5, .py-5, .px-5 { padding: 1.2rem !important; }
  .mb-4, .my-4 { margin-bottom: 1.2rem !important; }
  .mt-4, .my-4 { margin-top: 1.2rem !important; }
  .rounded-4 { border-radius: 14px !important; }
}

@media (max-width: 767.98px) {
  .process-flow-card-graphic,
  .process-label,
  .process-info-card-animated,
  .timeline-line,
  .timeline-dot,
  .timeline-step-label {
    display: none !important;
  }
}

/* Responsive styles from inline block */
@media (max-width: 767.98px) {
  .performance-metrics-mobile .stat-card-mobile {
    min-width: 0;
    font-size: 1rem;
    border: 1px solid #f3eaff;
  }
  .funnel-card .row.align-items-center {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  .funnel-card .funnel-icon {
    width: 56px !important;
    height: 56px !important;
    font-size: 2rem !important;
    margin-bottom: 1rem !important;
  }
  .funnel-card .col-1,
  .funnel-card .col-2,
  .funnel-card .col-3,
  .funnel-card .col-7,
  .funnel-card .col-8,
  .funnel-card .col-12 {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    text-align: center !important;
    margin-bottom: 0 !important;
  }
  .funnel-card .fw-semibold,
  .funnel-card .funnel-subtitle,
  .funnel-card .funnel-percentage,
  .funnel-card .funnel-remaining {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .funnel-card .funnel-percentage,
  .funnel-card .funnel-percentage-main {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
    font-size: 1.2rem !important;
  }
  .performance-overview-card {
    background: #18104d;
    border-radius: 18px;
    padding: 1.2rem 0.7rem;
    color: #fff;
    margin-bottom: 1.5rem;
  }
  .metric-bar { margin-bottom: 1.5rem; }
  .metric-label { font-weight: 600; margin-bottom: 0.3rem; color: #fff; }
  .bar-container { display: flex; gap: 0.3rem; }
  .bar {
    height: 38px;
    border-radius: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.15rem;
    flex: 1 1 0;
  }
  .bar.before { background: #a78bfa; }
  .bar.after { background: #22c55e; }
  .bar-legend { font-size: 0.95rem; margin-top: 0.2rem; }
  .bar-legend .before { color: #a78bfa; font-weight: 600; }
  .bar-legend .after { color: #22c55e; font-weight: 600; }
}

.hero-section-billing::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.7) 0%, rgba(124, 58, 237, 0) 70%);
    bottom: 10%;
    right: 0;
    transform: translate(30%, 40%);
    pointer-events: none;
    z-index: 1;
}

@media (max-width: 991.98px) {
  .hero-section-billing::after {
    width: 180px;
    height: 180px;
    right: 0;
    bottom: 0;
    transform: translate(20%, 40%);
  }
}
@media (max-width: 575.98px) {
  .hero-section-billing::after {
    width: 120px;
    height: 120px;
    right: 0;
    bottom: 0;
    transform: none;
    opacity: 0.5;
  }
}
.funnel-card {
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(80,54,146,0.08);
  border: 2px solid #a78bfa;
  position: relative;
}

.funnel-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 1rem auto;
  background: #a78bfa; /* or your color */
  color: #fff;
  box-shadow: 0 2px 8px 0 rgba(124,58,237,0.10);
}
.performance-metrics-mobile .progress-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: conic-gradient(#a78bfa 0% 87%, #f3f4f6 87% 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem auto;
  position: relative;
}
.performance-metrics-mobile .progress-circle.green {
  background: conic-gradient(#22c55e 0% 51%, #f3f4f6 51% 100%);
}
.performance-metrics-mobile .progress-label {
  font-size: 1.3rem;
  font-weight: bold;
  color: #23213d;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -60%);
}
.performance-metrics-mobile .progress-title {
  font-size: 0.95rem;
  color: #444;
  margin-top: 2.2rem;
  line-height: 1.1;
}
.metric-bar { margin-bottom: 1.5rem; }
.metric-label { font-weight: 600; margin-bottom: 0.3rem; }
.bar-container { display: flex; gap: 0.3rem; }
.bar { height: 28px; border-radius: 8px; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 600; }
.bar.before { background: #a78bfa; }
.bar.after { background: #22c55e; }
.bar-legend { font-size: 0.9rem; margin-top: 0.2rem; }
.bar-legend .before { color: #a78bfa; font-weight: 600; }
.bar-legend .after { color: #22c55e; font-weight: 600; }
.performance-circles-mobile .circle-progress {
  width: 110px;
  height: 170px;
  margin: 0 auto 1rem auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.performance-circles-mobile .circle-value {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: 2;
  text-align: center;
}
.performance-circles-mobile .circle-label {
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.performance-circles-mobile {
  background: #18104d;
  border-radius: 22px;
  padding: 1.2rem 0.7rem;
}

.rounded-4 {
    border-radius: 14px !important;
}

/* === AI Calculator Result Styles (scoped) === */
.ai-results .metric-icon {
  width: 36px; height: 36px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.95rem;
}
.ai-results .metric-icon.blue { background:#eef2ff; color:#6366f1; }
.ai-results .metric-icon.red { background:#fee2e2; color:#ef4444; }
.ai-results .metric-icon.purple { background:#ede9fe; color:#a21caf; }
.ai-results .metric-icon.green { background:#d1fae5; color:#059669; }

.ai-results .risk-badge { background:#fff; border:1.5px solid #e5e7eb; color:#6b7280; font-weight:600; padding:0.25rem 0.6rem; border-radius:999px; font-size:0.72rem; }
.ai-results .risk-item { background:#fff7db; border-radius:10px; padding:0.8rem 1rem; color:#222; }

.ai-results .trigger-card { border:1.5px solid #f3f4f6; background:#fff; border-radius:12px; }
.ai-results .trigger-badge-high { background:#fee2e2; color:#ef4444; border-radius:999px; padding:0.25rem 0.6rem; font-weight:600; font-size:0.8rem; }
.ai-results .trigger-badge-med { background:#fef3c7; color:#b45309; border-radius:999px; padding:0.25rem 0.6rem; font-weight:600; font-size:0.8rem; }
.ai-results .trigger-bar { background:#f3f4f6; height:8px; border-radius:6px; overflow:hidden; }
.ai-results .trigger-fill { background:#111827; height:8px; border-radius:6px; }

.ai-results .ai-calc-arrows .btn { box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important; }

/* === Specialty Callout (scoped to this block only) === */
.specialty-callout-card {
  position: relative;
  background: linear-gradient(135deg, #f6fbff 0%, #fff8ff 100%);
  border: 1.5px solid #e8ecf4;
  border-radius: 22px;
  box-shadow: 0 4px 24px rgba(31, 41, 55, 0.08);
}
.specialty-callout-card .fw-bold { color: #22223b; font-size: 1.35rem; }
.specialty-callout-card .specialty-callout-desc { color: #6b7280; font-size: 1rem; }
.specialty-callout-card .callout-icon {
  width: 48px; height: 48px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 35% 30%, #fde68a, #facc15);
  color: #b45309; font-size: 1.4rem; box-shadow: 0 2px 10px rgba(250, 204, 21, .35);
  position: relative;
}
.specialty-callout-card .callout-icon:after {
  content: "";
  position: absolute; right: -8px; bottom: -6px; width: 10px; height: 16px; border-radius: 2px;
  background: linear-gradient(180deg, #f43f5e 0%, #a21caf 100%);
}
.btn-specialty-callout {
  background: linear-gradient(90deg, #6C3EC1 0%, #8f5be8 50%, #d1479c 100%);
  color: #fff !important; font-weight: 600; border: none; border-radius: 10px;
  padding: 0.6rem 4rem; display: inline-flex; align-items: center; gap: .6rem;
  box-shadow: 0 4px 16px rgba(108, 62, 193, 0.25);
}
.btn-specialty-callout:hover, .btn-specialty-callout:focus { filter: brightness(1.03); color: #fff !important; }

@media (max-width: 767.98px) {
  .specialty-callout-card { text-align: left; }
}

/* Flag/image alignment inside specialty callout */
.specialty-callout-card > .d-flex {
  gap: 1rem;
  flex: 1 1 auto;
}
.specialty-callout-card > div:last-child {
  flex: 0 0 auto;
}
.specialty-callout-card > div:last-child img {
  max-height: 140px;
  width: auto;
  display: block;
  filter: drop-shadow(0 6px 20px rgba(31, 41, 55, 0.15));
}
@media (max-width: 991.98px) {
  .specialty-callout-card > div:last-child img { max-height: 120px; }
}
@media (max-width: 767.98px) {
  .specialty-callout-card { flex-direction: column !important; align-items: flex-start !important; }
  .specialty-callout-card > div:last-child { width: 100%; }
  .specialty-callout-card > div:last-child img { margin-left: auto; margin-right: auto; max-height: 100px; }
  .btn-specialty-callout { margin-top: 0.75rem; }
}