.home-section4 {
    background-color: #f7fafc;
    padding: 60px 20px;
}

.home-section4 h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 2rem;
}

.feature-cards .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-cards .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.feature-cards .card h3 {
    color: #3182ce;
}

.feature-cards .card p {
    color: #4a5568;
    font-size: 0.95rem;
    line-height: 1.5;
}