.banner img {
    width: 100%;
    height: auto;
}

.card:hover {
    cursor: pointer;
    border-color: #0d6efd;
    box-shadow: 0 0 10px rgba(13, 110, 253, 0.2);
}

.btn-group .btn.active {
    background-color: #0d6efd;
    color: #fff;
}

.btn-success,
.bg-success {
    background: #4CB748 !important;
    color: white !important;
}

.btn-outline-success {
    border: 1px solid #4CB748 !important;
    color: #4CB748;
}

.text-success {
    color: #4CB748 !important;
}