/*
Theme Name: Tiph
Template: astra
*/

.ast-footer-copyright{
	display:none;
}

.error404 #page {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    padding: 20px 0;
}
.error404 section {
    background: white;
    border-radius: 15px;
    padding: 60px 40px;
    margin: 40px auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}