.bnavtest {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
    text-align: center;
    width: 100%;
    max-width: 250px;
    border: none;
}

.bnavtest:hover {
    background-color: #0056b3;
}

@media (max-width: 768px) {
    .bnavtest {
        font-size: 15px;
        padding: 8px 16px;
        max-width: 100%;
    }
}
