/* Elementor compatibility fix - jab Elementor active ho, to full-width allow karein */
.elementor-page .site-content {
    max-width: 100%;
    padding: 0;
}

/* Extra custom CSS - add your own styles here */

.hero-section {
    background: #f4f4f4;
    padding: 60px 20px;
    text-align: center;
    margin-bottom: 30px;
}

.hero-section h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.no-results {
    text-align: center;
    padding: 40px 0;
}

.error-404 {
    text-align: center;
    padding: 80px 0;
}

.error-404 h1 {
    font-size: 80px;
    color: #ddd;
}
