/* Sticky footer and style tweaks for Simvestor */
footer.navbar {
    width: 100%;
    margin-top: auto;
    border-top: 1px solid #222;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.08);
}
footer .container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
footer h5 {
    font-weight: 600;
    letter-spacing: 1px;
}
footer a.text-light:hover {
    color: #ffc107;
    text-decoration: underline;
}
footer .bi {
    font-size: 1.3rem;

