.gstech-contact-form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

#gstechContactForm input,
#gstechContactForm textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #e6eefc;
    font-size: 14px;
}

#gstechContactForm button {
    background-color: #007bff;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
}

#gstechContactForm button:hover {
    background-color: #0056b3;
}

#gstechFormMsg {
    margin-top: 15px;
    padding: 12px;
    background-color: #d4edda;
    color: #155724;
    border-radius: 8px;
}