On Rate Us Page, the fixed navbar is slightly overlapping the top of the page content, causing the first section to be partially hidden. It looks like the page doesn’t account for the navbar height.
This can likely be fixed by adding something like:
padding-top: 70px;
to the main container (or adjusting layout spacing based on the navbar height).
Screenshot:-

On Rate Us Page, the fixed navbar is slightly overlapping the top of the page content, causing the first section to be partially hidden. It looks like the page doesn’t account for the navbar height.
This can likely be fixed by adding something like:
padding-top: 70px;
to the main container (or adjusting layout spacing based on the navbar height).
Screenshot:-