/* CSS for index page. Move page-specific styles here. */

/* Index page specific styles */
.hero-section {
    /*background: linear-gradient(135deg, rgba(13, 110, 253, 0.1), rgba(13, 110, 253, 0));*/
    background-color:#e1f1f6 !important;
    border-radius: 24px;
}

.btn:focus-visible {
    background-color: #1995d2 ;
}

.hero-image {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
}
.section-eyebrow {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.75rem;
}
.value-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    background: #fff;
    height: 100%;
}
.support-metric {
    border-radius: 16px;
    background: #f8f9fa;
    padding: 20px;
}
.support-metric h3 {
    font-size: 2rem;
    margin-bottom: 0.25rem;
}
.testimonial-card {
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    height: 100%;
}
.support-steps-list {
    counter-reset: support-step;
}
.support-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    font-size: 1.2em;
    font-weight: 700;
    color: #fff;
    background: #4f46e5;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(79,70,229,0.08);
    margin-top: 2px;
    margin-bottom: 2px;
}
.support-step {
    font-size: 1.08em;
    align-items: center !important;
}

