
.nivraj-floating-box {
        position: fixed;
        bottom: 20px;
        left: 20px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        z-index: 9999;
    }

    .nivraj-btn {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px 18px;
        border-radius: 50px;
        color: white;
        font-weight: 600;
        font-size: 14px;
        text-decoration: none;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
    }

    .nivraj-btn i {
        font-size: 18px;
    }

    /* WhatsApp Button */
    .nivraj-whatsapp-btn {
        background-color: #25D366;
    }

    .nivraj-whatsapp-btn:hover {
        background-color: #1ebe5d;
        transform: scale(1.05);
    }

    /* Call Button */
    .nivraj-call-btn {
        background-color: #2C3E50;
    }

    .nivraj-call-btn:hover {
        background-color: #1a2a38;
        transform: scale(1.05);
    }