.banner {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.services .service-card {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.services .service-card:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}

.contact-form .form-control {
    margin-bottom: 15px;
}
