.footer {
    margin-top: 8px;
}

.hover-primary:hover {
    color: #3498db !important;
}

.footer a,
.footer p {
    color: white;
}

.footer hr {
    opacity: 0.8;
}

.mobile-menu-footer {
    display: none;
    color: white;
}

.mobile-menu-footer a {
    color: white;
}

.mobile-menu-footer .hover-primary:hover {
    color: #3498db !important;
}

.footer .mobile-menu-footer .icons {
    display: flex !important;
    justify-content: center;
}

.footer .mobile-menu-footer .footer-icon {
    width: 30px;
    height: 30px;
}

.modal-img {
    width: 100%;
    margin: auto;
    max-width: 250px;
}

.footer .footer-icon {
    width: 25px;
    height: 25px;
    object-fit: contain;
    transition: transform 0.2s ease, opacity 0.2s ease;
    opacity: 1;
}

.footer .footer-icon:hover {
    transform: scale(1.1);
}

@media (max-width: 767px) {
    .main-footer {
        display: none;
    }

    .mobile-menu-footer {
        display: block;
    }
}

/* New styles for the contact info toggle */
@media (max-width: 499px) {
    .mobile-menu-footer .d-sm-flex {
        display: none !important;
    }
}