.card {
    transition: all 0.3s ease;
    margin: 20px 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

.pricing-card-title {
    font-size: 2.5rem;
}

.card-header {
    background-color: #f8f9fa;
}

.list-unstyled i {
    margin-right: 10px;
    color: #007bff;
}
