/* Bootstrap color overrides and custom styles for AS400Support */
body {
    background-color: #fff;
    color: #333;
}

.bg-blue {
    background-color: #0077b6 !important;
}

.text-primary {
    color: #0077b6 !important;
}

.text-secondary {
    color: #6c757d !important;
}

.service-icon {
    width: 70px;
    height: 70px;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    background: #0077b6;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(13,110,253,0.1);
}

.navbar {
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

footer {
    font-size: 0.95rem;
}

h1 {
    color: #0077b6;
}
