/* Custom Styles */

.section-title {
    border-bottom: 2px solid var(--bs-primary);
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}

.card-item {
    transition: transform .2s ease-in-out, box-shadow .2s ease-in-out;
}

.card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.card-title {
    font-weight: bold;
}

/* Highlight for search */
.highlight {
    background-color: yellow;
    color: black;
}

/* Hide non-matching items */
.hide {
    display: none;
}
