/* Force Scrollbar Visibility */
html, body {
    overflow-y: auto !important;
    scrollbar-width: auto !important; /* For Firefox */
    -ms-overflow-style: auto !important; /* For IE/Edge */
}

/* Premium Scrollbar Styling */
::-webkit-scrollbar {
    width: 12px !important;
    display: block !important;
}

::-webkit-scrollbar-track {
    background: #1a1a1a !important;
}

::-webkit-scrollbar-thumb {
    background: #444 !important;
    border-radius: 6px !important;
    border: 3px solid #1a1a1a !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #666 !important;
}




/* Lenis essential styling */
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.ready {
  opacity: 1;
}
