.contact-btn {
    background-color: #005B8D; /* Changed to blue */
    padding: 12px 15px;
    border-radius: 50px; /* More rounded shape */
    text-decoration: none;
    display: inline-block;
    color: white !important; /* Force white text color */
    font-size: 14px;
    font-weight: bold;
    border: none;
    transition: background 0.3s;
}

