/* Custom scrollbar styling for slick layout */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #09090b;
}

::-webkit-scrollbar-thumb {
    background: #27272a;
    border-radius: 99px;
}

::-webkit-scrollbar-thumb:hover {
    background: #3f3f46;
}

.tab-transition {
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-pattern {
    background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px,
            transparent 0);
    background-size: 24px 24px;
}