.nav-fixed-bottom {
    background-color: #ffffff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.05);
}

.nav-item.active .icon-wrapper {
    background-color: #fcad1d !important; /* اللون الأحمر عند التفعيل */
    color: #aa3579 !important;
    box-shadow: 0 0 0 4px white, 0 0 0 6px #fcad1d; /* دائرة حول الايقونة */
}

.nav-item.active .nav-label {
    color: #aa3579 !important; /* لون النص عند التفعيل */
}

.home-action-btn {
    transition: all 0.3s ease;
}

.btn-call, .btn-map, .btn-info {
    background-color: #aa3579; /* اللون الأحمر للأزرار */
    color: white;
}

.btn-rate {
    background-color: #facc15;
    color: white;
}

.btn-fb {
    background-color: #3b82f6; 
    color: white;
}

.btn-insta {
    background: linear-gradient(to right, #ec4899, #ef4444, #eab308);
    color: white;
}

.btn-toggle {
    background-color: white;
    color: black;
    border: 1px solid #e5e7eb;
}