/* Custom styles for Bootstrap 5 site */
body {
    background-color: #f8f9fa;
}

.hero-section {
    position: relative;
    overflow: hidden;
}

.navbar-brand {
    font-weight: bold;
    letter-spacing: 1px;
}

.card {
    transition: transform 0.2s;
}

.card:hover {
    transform: translateY(-5px);
}
