body {
    font-family: Arial, sans-serif;
}

.service-card {
    transition: transform 0.3s ease-in-out;
}

.service-card:hover {
    transform: translateY(-10px);
}

.footer {
    background-color: #333;
    color: #fff;
}

.carousel-item img {
    max-height: 600px;
    object-fit: cover;
}


