.contactUs{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100vh;
    background-color: #f5f5f5;
}

.contactUs h1{
    font-size: 3rem;
    color: #333;
}

.contactUs p{
    font-size: 1.5rem;
    color: #333;
}

.contactUs2{
    background-color:lightgrey;
    border: 1px solid #333;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    padding: 20px;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
}

.map {
    text-align: center;
    margin: 20px 0;
}

.map a {
    color: blue;
    text-decoration: underline;
    font-size: 16px;
}

.map a:hover {
    color: darkblue;
}

.form-container {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}

.form-container h2 {
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.form-group textarea {
    resize: none;
}

.form-group button {
    width: 100%;
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.form-group button:hover {
    background-color: #0056b3;
}

.success-message,
.error-message {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
}

.success-message {
    color: green;
}

.error-message {
    color: red;
}


#head11{
    font-size: small;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}