.elementor-15851 .elementor-element.elementor-element-ebc29e7{--display:flex;}.elementor-15851 .elementor-element.elementor-element-79e7cce{width:100%;max-width:100%;top:0px;}body:not(.rtl) .elementor-15851 .elementor-element.elementor-element-79e7cce{left:0px;}body.rtl .elementor-15851 .elementor-element.elementor-element-79e7cce{right:0px;}/* Start custom CSS for html, class: .elementor-element-79e7cce */.niro-404 {
    width: 100%;
    height: 100vh;
    background: #0d3c7d; /* رنگ سازمانی مشابه پرو المنت */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.niro-404-box {
    text-align: center;
    color: #fff;
    max-width: 500px;
}

.niro-404-box h1 {
    font-size: 150px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
}

.niro-404-box h2 {
    font-size: 26px;
    margin-bottom: 15px;
}

.niro-404-box p {
    font-size: 16px;
    opacity: 0.85;
    margin-bottom: 30px;
}

.niro-404-btn {
    padding: 12px 35px;
    background: #ffffff;
    color: #0d3c7d;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.25s;
}

.niro-404-btn:hover {
    background: #eaeaea;
}/* End custom CSS */