* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

.error {
    border-color: #ef4444 !important;
    background-color: #fef2f2 !important;
}

[data-aos] {
    opacity: 1 !important;
    transform: none !important;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.75rem;
    }
}