.card-img-top {
    width: 100%;
    height: 30vw;
    object-fit: cover;
}

/* Custom card background for better visual hierarchy */
.card {
    background-color: #faf9f6 !important; /* Very light warm cream that complements yellow navbar */
    border: none !important; /* Remove border for cleaner look */
    box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important; /* Very subtle shadow for depth */
}

/* Override border-0 class specifically for skill cards */
.card.border-0 {
    border: none !important;
}

/* Force navbar to be left-aligned */
.navbar .navbar-collapse {
    justify-content: flex-start;
}

.navbar .navbar-nav {
    margin-left: 0;
    margin-right: auto;
}
