:root{--page-title-display:none;}/* Start custom CSS *//* Grid Pattern Background */
body.elementor-page-401 {
    background-color: #111111; /* Dark grey/black base color */
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px; /* Grid box ka size yahan se adjust karein */
    background-position: center center;
    position: relative; /* Orange crosshair ko place karne ke liye zaroori hai */
}/* End custom CSS */