/* Custom styles based on index.php theme */
body {
    font-family: 'Arial', sans-serif;
}

.navbar-brand {
    color: #fff !important;
}

.card {
    border-radius: 10px;
}

.text-primary {
    color: #2a9d8f !important;
}

.btn-primary {
    background-color: #1e3c72;
    border-color: #1e3c72;
}

.btn-primary:hover {
    background-color: #2a9d8f;
    border-color: #2a9d8f;
}

.card-header-gradient {
    background: linear-gradient(135deg, #0d1943ff, #81a2e0ff);
    color: #fff;
    font-weight: 700;
    padding: 0.75rem 1rem;
    border-bottom: none;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

/* Gradient “pill” heading */
.section-title-gradient {
    background: linear-gradient(135deg, #0d1943ff, #81a2e0ff);
    color: #fff;
    display: inline-block;
    padding: .65rem 1.25rem;
    border-radius: 999px;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 0 6px 18px rgba(13, 25, 67, 0.15);
}

/* Optional: full-width band variant (use instead of .section-title-gradient) */
.section-header-gradient {
    background: linear-gradient(135deg, #0d1943ff, #81a2e0ff);
    color: #fff;
    padding: 1.25rem 1rem;
    border-radius: 10px;
    margin-bottom: 1.25rem;
}

.section-header-gradient h2 {
    margin: 0;
    font-weight: 700;
}