body { 
    margin: 0; 
    font-family: 'Poppins', sans-serif; 
    background: #0a0a0a; 
    color: #fff; 
    min-height: 100vh; 
    display: flex; 
    flex-direction: column; 
}

footer { 
    text-align: center; 
    color: #888; 
    font-size: 0.8em; 
    padding: 15px 20px; 
}

.page-title {
    text-align: center;
    color: #4ade80;
    font-size: 2em;
    margin: 0;
    text-shadow: 0 0 10px rgba(74,222,128,0.7);
    font-weight: 600;
}

@media (max-width: 768px) {
    .page-title {
        font-size: 1.5em;
        margin: 0;
    }
}

.home-section {
    flex: 1; 
    display: flex; 
    justify-content: center; 
    align-items: flex-start; 
    padding: 10px 15px;
    flex-direction: column;
}

.services-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 0;
}

.card {
    margin-top: 0;
}
