.footer .copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    /* margin-top: 20px;
    margin-bottom: 20px; */
    font-size: 14px;
    color: #ccc;
    background-color: #6a4c9c;
}
.service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.service-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card h5 {
    font-size: 1.2rem;
    font-weight: bold;
}

.service-card p {
    font-size: 1rem;
    color: #6c757d;
}

.bg-light-purple {
    background-color: #6a4c9c;
}

.text-center {
    text-align: center;
}

.col-lg-3 {
    margin-bottom: 20px;
}

.wow.fadeInUp {

    animation: fadeInUp 1s  ease-in-out ;
}