Hi @anishbn ,
This you could achieve through ACL.
For example:
access-list 1 deny <IP network vlan guest> <wildcard of vlan guest>
access-list 1 deny <IP network vlan data> <wildcard of vlan data>
access-list 1 permit any
In the interface that routes the vlan Management , you apply the ACL:
ip access-group 1 in
Regards