

.hero-container {
    min-height: 80vh; 
    display: flex;
    align-items: center; 
    justify-content: center; 
}


.glass-panel {
    background-color: rgba(0, 0, 0, 0.7); 
    padding: 40px;      
    border-radius: 8px; 
    max-width: 800px;   
    text-align: center; 
    color: white;       
    border: 1px solid rgba(255, 255, 255, 0.2); 
    margin: 0 20px;     
}


.glass-panel h1 {
    font-weight: 700;
    color: #d4a017; 
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 2.5rem; 
}


glass-panel p {
    font-size: 1.1rem;
    line-height: 1.6; 
    color: #e0e0e0;
}