/* Mobile Responsive Improvements for Welcome Page */

/* Ensure all service rows are responsive */
.table-custom tbody tr td {
    padding: 0.75rem 0.5rem;
}

@media (min-width: 640px) {
    .table-custom tbody tr td {
        padding: 1rem;
    }
}

@media (min-width: 768px) {
    .table-custom tbody tr td {
        padding: 1rem 1.5rem;
    }
}

/* Mobile-friendly buttons */
.btn {
    white-space: nowrap;
}

/* Improve text readability on mobile */
@media (max-width: 639px) {
    body {
        font-size: 14px;
    }
    
    h1, h2, h3 {
        line-height: 1.3;
    }
}
