Describe the Issue
The decorative glowing dots/connector elements on the homepage are overlapping with the project cards section.
These floating UI elements appear misaligned and make the interface look cluttered and visually inconsistent.
Current Behavior
- Green glowing dots and star icons appear between/over project cards.
- Decorative elements do not align properly with the card layout.
- UI looks broken or unfinished on desktop view.
Expected Behavior
- Decorative elements should stay properly aligned within their intended section.
- They should not overlap or interfere with project cards/content.
- Layout should remain clean and visually balanced across screen sizes.
Possible Cause
- Incorrect absolute positioning
- Missing responsive constraints
- Z-index or flex/grid alignment issue
Suggested Fix
- Reposition decorative elements relative to their container
- Add responsive positioning rules
- Prevent overlap with project cards using proper spacing/z-index management
Screenshot
Attached for reference.

Describe the Issue
The decorative glowing dots/connector elements on the homepage are overlapping with the project cards section.
These floating UI elements appear misaligned and make the interface look cluttered and visually inconsistent.
Current Behavior
Expected Behavior
Possible Cause
Suggested Fix
Screenshot
Attached for reference.