.glass-effect {
    backdrop-filter: blur(10px) saturate(160%);
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 0 10px 32px 0 rgba(40, 60, 120, 0.08), 0 2px 4px 0 rgba(30, 30, 60, 0.04);
}

@media (max-width: 640px) {
    .glass-effect {
        max-width: 95vw;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}


/* Custom scrollbars, smooth scrolling */
html {
    scroll-behavior: smooth!important;
}

::selection {
    background: #818cf8;
    color: #fff;
}

/* AOS overrides for better experience */
[data-aos][data-aos][data-aos-delay="100"] {
    transition-delay: 100ms !important;
}

[data-aos][data-aos][data-aos-delay="200"] {
    transition-delay: 200ms !important;
}

[data-aos][data-aos][data-aos-delay="300"] {
    transition-delay: 300ms !important;
}

[x-cloak] {
    display: none !important;
}
