.vs-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #2d465e;
    /* Deep blue to match your brand */
    position: relative;
    margin-bottom: 2rem;
}

.vs-heading::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #007bff;
    /* Accent blue */
    margin: 0.5rem auto 0;
    border-radius: 2px;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.nearby-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    background: #ffffff;
}

.nearby-card h6 {
    font-weight: 600;
    color: #1a73e8;
}

.nearby-card p {
    font-size: 0.85rem;
}

.nearby-card .btn {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}