/* ==========================================================================
   404 Page - Professional & Marketing Focused Design
   ========================================================================== */

.error-404-content-layout {
    max-width: 700px;
    margin: 40px auto;
    text-align: center;
    padding: 30px;
    background-color: #f3f7ff;
    border-radius: 15px;
    border: 1px solid #e0e0e0;
}

.error-404-content-layout .page-title {
    font-size: 36px;
    font-weight: 700;
    color: #101828;
    margin-bottom: 10px;
}

.error-404-content-layout .error-message {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 30px;
}

.error-404-search-container {
    margin-bottom: 30px;
}

/* সার্চ বক্সের ভেতরের ইনপুটের স্টাইল */
.error-404-search-container .anewbd-live-search-input {
    text-align: center;
    font-size: 16px !important;
}

.error-404-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.error-404-actions .button {
    background-color: #101828 !important;
    color: #ffffff !important;
    font-weight: 600;
    border-radius: 8px;
    padding: 12px 25px !important;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.error-404-actions .button:hover {
    background-color: #27ae60 !important;
}

.error-404-featured-products {
    max-width: 1200px;
    margin: 60px auto;
    text-align: center;
}

.error-404-featured-products .section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
    display: inline-block;
}

/* মোবাইলের জন্য রেসপন্সিভ স্টাইল */
@media (max-width: 768px) {
    .error-404-content-layout {
        padding: 20px;
        margin: 20px 10px;
    }

    .error-404-content-layout .page-title {
        font-size: 28px;
    }

    .error-404-content-layout .error-message {
        font-size: 15px;
    }
    
    .error-404-actions {
        flex-direction: column;
    }
}