h2,p{
    color: #000000;
}
.contact-form {
    background: #c3cfc7;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.form-group {
    margin-bottom: 15px;

    display: flex;
    justify-content: center;
    align-items: center;
}



.form-group button {
    background: #2f5c40;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;

}

.form-group button:hover {
    background: #17d136;
}

.map-section {
    margin: 20px 0;
    height: 300px;
    border: 1px solid #bdc3c7;
    border-radius: 8px;
    overflow: hidden;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.social-links {
    text-align: center;
    margin-top: 20px;
}

.social-links a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 10px;
    font-size: 20px;
}

.social-links a:hover {
    color: #39e65e;
}
.hero {
    position: relative;
    height: 35vh;
    display: flex;
    align-items: center;
  }
  

