/* Custom styles */
.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.text-fancy {
    font-family: 'Georgia', serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.heading-text {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a202c;
}

.text-larger {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6;
}

#mobile-services-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    background-color: #1e63ee; /* Ensure it remains visible */
    width: 100%;
    
}