/* =========================
   NAVBAR BASE
========================= */

.navbar {
    transition: all 0.3s ease;
}

/* =========================
   NAV LINKS
========================= */

.custom-link {
    font-weight: 500;
    margin: 0 10px;
    color: #333 !important;
    transition: color 0.3s ease;
}

.custom-link:hover {
    color: #198754 !important;
}

.custom-link.active {
    color: #198754 !important;
    font-weight: 600;
}

/* =========================
   LOGIN BUTTON
========================= */

.btn-success {
    border-radius: 25px;
    font-weight: 500;
}

#quoteOffcanvas {
    width: 450px;
}