.contact-section {
    background-color: #f4f4f9;
    padding: 50px 0;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.contact-form button.submit-btn {
    background-color: #004d52;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
}

.contact-form button.submit-btn:hover {
    background-color: #007f85;
}

.status-message {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
}
.company-contacts {
    background-color: #f7f7f7;
    padding: 2rem;
    margin-top: 2rem;
    border-radius: 5px;
}

.company-contacts h2 {
    text-align: center;
    color: #1995AD;
    margin-bottom: 1rem;
}

.company-contacts p {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
}

.company-contacts a {
    color: #1995AD;
    text-decoration: none;
}

.company-contacts a:hover {
    text-decoration: underline;
}
