#top-bar {
    background-color: #053742;
    color: white;
    padding: 5px 20px;
}

#top-bar .contact {
    gap: 10px;
    margin-left: 0;
}

#top-bar .contact i {
    color: rgba(255, 255, 255, 0.41);
}

#top-bar .contact .contact-info {
    display: flex;
    flex-direction: column;
}

#top-bar .contact .contact-info span {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
}

#top-bar .contact a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
}

#top-bar .actions .btn {
    background-color: #05404D;
    color: white;
    padding: 15px 10px;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 1rem;
}

#top-bar .actions .btn:hover {
    background-color: #004f73;
}
