/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #020617; 
}
::-webkit-scrollbar-thumb {
    background: #334155; 
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #475569; 
}

/* Utilities */
.perspective-1000 {
    perspective: 1000px;
}

html {
    scroll-behavior: smooth;
}

/* Mobile Menu Animation */
.mobile-link {
    display: block;
    padding: 0.5rem 0;
}