﻿.uiygui_tri {/* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */background: linear-gradient(#2361a31a, #ffffff, #2361a31a);min-height: 100vh;display: flex;align-items: center;justify-content: center;color: #fff;overflow: hidden;padding-top: 82px;position: relative;} 
.uiygui_tri .container { text-align: center; padding: 2rem; max-width: 600px; position: relative; z-index: 10; } 
.error-code {font-size: 9rem;font-weight: bold;line-height: 1;margin-bottom: 1.5rem;text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);animation: float 3s ease-in-out infinite;color: #003060;font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;} 
@keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } } 
.error-title {font-size: 24px;margin-bottom: 10px;font-weight: 700;color: #232323;} 
.error-message { font-size: 14px; margin-bottom: 2.5rem; opacity: 0.9; line-height: 1.6; color: #575757; } 
.btn-container { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; } 
.btn { padding: 10px 22px; font-size: 1rem; border: none; border-radius: 5px; cursor: pointer; text-decoration: none; transition: all 0.3s ease; font-weight: 600; display: inline-block; } 
.btn-primary { background: #e77c22; color: #ffffff; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); } 
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3); background-color: #e77c22; border-color: #e77c22; } 
.btn-secondary { background: transparent; color: #e77c22; border: 2px solid #e77c22; } 
.btn-secondary:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-3px); border-color: #e77c22; color: #e77c22; } 
.background-shapes { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1; } 
.shape { position: absolute; background: #d9e1ff; border-radius: 50%; animation: drift 20s infinite ease-in-out; } 
.shape:nth-child(1) { width: 300px; height: 300px; top: -150px; left: -150px; animation-delay: 0s; } 
.shape:nth-child(2) { width: 200px; height: 200px; bottom: -100px; right: -100px; animation-delay: 2s; } 
.shape:nth-child(3) { width: 150px; height: 150px; top: 50%; right: 10%; animation-delay: 4s; } 
@keyframes drift { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(50px, 50px) scale(1.1); } } 
@media (max-width: 768px) {a#btninquirenow {display: none;}.uiygui_tri .container {text-align: center;padding: 0;max-width: 75%;}.uiygui_tri {padding: 130px 0 50px;min-height: unset;}.error-code { font-size: 6rem; } .error-title { font-size: 1.5rem; } .error-message { font-size: 1rem; } .btn-container { flex-direction: column; align-items: center; } .btn { width: 100%; max-width: 300px; } }
