.top-bar {
    background: linear-gradient(90deg, #000, #222);
    color: #fff;
    font-size: 14px;
}

.top-bar i {
    cursor: pointer;
}

.top-bar .btn {
    border-width: 1px;
}

.bi-whatsapp {
    color: #25D366;
}

@media (max-width: 767px) {
    .top-bar .phone-number {
        display: none !important;
    }
}