/* ===== TutorConnect Custom Styles ===== */

html {
    scroll-behavior: smooth;
}

.text-gradient {
    background: linear-gradient(to right, #0ea5e9, #2563eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
    body {
        padding-bottom: 60px;
    }
}

.loc-badge {
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #ffffff;
    color: #1f2937;
}

.loc-badge:hover:not(.selected-loc) {
    border-color: #0ea5e9;
    color: #0ea5e9;
}

.selected-loc {
    background-color: #0ea5e9 !important;
    color: #ffffff !important;
    border-color: #0ea5e9 !important;
}
