.mobile-footer {
    position: fixed;
    bottom: 35px;
    right: 0;
    left: 25px;
    background-color: #ffffff;
    z-index: 1000;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 15px;
    border: 2px solid #6425cd;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1);
}


.mobile-footer .nav-link{
    color: #1d1d1d !important;
    font-size: 12px;
    font-weight: 600;
}

.mobile-footer .nav-link i{
    margin-top: 5px;
    font-size: 23px!important;
    font-weight: 600;

}

.floating-buttons {
    position: fixed;
    bottom: 120px;
    left: 10px;
    z-index: 1000;
    display: flex !important;
    flex-direction: column;
    gap: 10px;
}

.floating-buttons .btn-floating.instagram {
    background-color: #E4405F;
    color: #fff;
}

.floating-buttons .btn-floating.whatsapp {
    background-color: #25D366;
    color: #fff;
}

.floating-buttons .btn-floating {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #000;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
}

.floating-buttons .btn-floating.call {
    background-color: #007BFF;
    color: #fff;
}
