html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
    .nav-mobile {
        margin-top: .75rem;
        background: #fff;
        border: 1px solid rgba(17,24,39,.10);
        border-radius: 16px;
        padding: .5rem;
        box-shadow: 0 10px 24px rgba(15,23,42,.10);
    }

        .nav-mobile .nav-link {
            padding: .9rem 1rem !important;
            border-radius: 14px;
            font-weight: 700;
        }

            .nav-mobile .nav-link:hover {
                background: rgba(255,117,24,.12);
            }

    .navbar .dropdown-menu {
        width: 100%;
        border-radius: 14px;
        margin-top: .35rem;
    }
}

/* Navbar "tab/pill" look */
.navbar .nav-pill {
    border-radius: 999px;
    padding: .45rem .85rem !important;
    font-weight: 600;
    color: #111827 !important;
    border: 1px solid transparent;
    transition: background .15s ease, border-color .15s ease;
}

    .navbar .nav-pill:hover {
        background: rgba(17,24,39,.06);
        border-color: rgba(17,24,39,.10);
    }

    .navbar .nav-pill.active {
        background: rgba(255,117,24,.16); /* matches your orange theme */
        border-color: rgba(255,117,24,.35);
        color: #111827 !important;
    }

/* Dropdown polish */
.navbar .dropdown-menu {
    border-radius: 14px;
    border: 1px solid rgba(17,24,39,.10);
    padding: .35rem;
}

.navbar .dropdown-item {
    border-radius: 10px;
    padding: .55rem .75rem;
    font-weight: 600;
}

    .navbar .dropdown-item:hover {
        background: rgba(255,117,24,.14);
    }

.offcanvas .list-group-item {
    padding: 1rem .85rem;
    font-weight: 700;
}

.offcanvas .btn {
    border-radius: 14px;
    padding: .7rem 1rem;
    font-weight: 800;
}

.offcanvas .btn-outline-dark:hover {
    background: rgba(255,117,24,.14);
    border-color: rgba(255,117,24,.45);
}
