.netsolution-com-bd-header-button {
    background-color: white;
    color: #007bff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.netsolution-com-bd-header-button:hover {
    background-color: #0056b3;
    color: white;
}