.footer-section {
    background-color: #181e4c !important;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    color: #ffffffcc;
    font-size: 0.95rem;
}

.footer-title {
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #ffffffcc;
}

.footer-heading {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffffffcc;
}

.btn-join-now {
    background-color: #3a409c;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-join-now:hover {
    background-color: #4a52c2;
    color: #fff;
}

.btn-join-now .plus-icon {
    font-size: 1.25rem;
    font-weight: 400;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a,
.footer-section .col-md-6 a {
    color: #ffffffcc;
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-section .col-md-6 a:hover {
    color: #ffffff;
}

.footer-social a {
    color: #fff;
    font-size: 1.25rem;
    transition: color 0.3s ease;
}

.footer-social a:hover {
    color: #ccc;
}

@media (max-width: 767.98px) {
    .footer-section {
        text-align: center;
    }

    .footer-social {
        justify-content: center;
        width: 100%;
    }

    .footer-section .d-flex.justify-content-between {
        flex-direction: column;
        align-items: center;
    }
}


#call {
    position: fixed;
    bottom: 2rem;
    right: 1.5rem;
    z-index: 9999;
    width: 3rem;
    height: 3rem;
    background-color: var(--color-violet-500);
    color: white;
}

#call:hover {
    transform: scale(1.25);
    transition: transform 0.5s ease-in-out;
}