.hover-card {
    transition: all 0.3s ease;
    border-radius: 15px;
}

.hover-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.header .lead-text {
    max-width: 750px;
}

.header .line-styling {
    width: 100px;
    height: 4px;
    background-color: #0d6efd;
}