/* css/style.css
   Global styles for MCT College of Legal Studies
*/

/* Premium Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
    background: #00BF8E;
    /* Branded Teal/Green */
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background: #00A77D;
    /* Darker Green for hover */
}