.careers-banner {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
}

.section-title {
    color: #006FBA;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.lead {
    font-size: 1.25rem;
    color: #333;
}

.img-fluid {
    max-height: 300px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.img-fluid:hover {
    transform: scale(1.03);
}

.blockquote {
    background: #e8ffea;
    padding: 1.5rem;
    border-left: 6px solid #4CB748;
    border-radius: 8px;
    font-style: italic;
}

.highlight-name {
    font-weight: bold;
    color: #4CB748;
}

.accordion-button:not(.collapsed) {
    background-color: #006FBA;
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    background: #ffffff;
    border: 1px solid #c8e6ca;
    border-top: none;
    padding: 1.25rem;
    transition: all 0.3s ease;
}

.btn-outline-primary {
    border-color: #4CB748;
    color: #4CB748;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background-color: #4CB748;
    color: #fff;
}

