Q1> All NP problems are polynomial time reducible to an NP-COMPLETE Problem.
So are all NP-COMPLETE problems polynomial time reducible to an NP Problem?
Q2> All NP-COMPLETE problems and NP problems are polynomial time reducible to an NP-HARD Problem.
So are all NP-HARD problems polynomial time reducible to an NP/NP-COMPLETE Problem?
Q3> An NP-HARD problem need not be in NP, so why is NP-Hard definition on NP ?
EDIT :
Not a duplicate of np-vs-np-complete-vs-np-hard-what-does-it-all-mean:
I am asking something else here- like, are the reductions One-way, or both way possible ? And my 1st question on NP-Hard is building over what had been discussed there.