.notfound-container{position:relative;width:100%;height:80vh;background:url(/images/aboutus1.jpg) no-repeat 50%;background-size:cover;display:flex;justify-content:center;align-items:center;overflow:hidden}.notfound-container:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.6);z-index:0}.notfound-overlay{position:relative;z-index:1;color:white;text-align:center;padding:3rem 2rem;border-radius:12px;max-width:90%;width:700px;backdrop-filter:blur(3px)}.notfound-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.notfound-message{font-size:1.25rem;margin-bottom:2.5rem;line-height:1.5}.notfound-button{background-color:#3096A7;color:white;font-size:1rem;padding:.9rem 2rem;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .2s ease;font-weight:600}.notfound-button:hover{background-color:#0056b3;transform:scale(1.05)}