.contact-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f7941d !important; /* لون الزر */
    color: white; /* لون النص */
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.contact-button:hover {
    background-color: #f7941d; /* لون الزر عند التمرير */
}