.contactbanner {
    background-image: url('../media/aboutus.webp');
    text-align: center;
    padding: 10vh;
    color: white;
    margin-top: -0.0000001vh;
    background-position: center 50%;
    /* font-size: 100px; */
}

.contactbox {
    display: flex;
    justify-content: center;
    gap: 5%;
    flex-flow: wrap;
}

@media(max-width: 630px) {
    .contactbox {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.whatsappcontactwrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1.5vh;
}

.whatsappcontact {
    background-color: #25D366;
    color: white;
    padding: 10px;
    margin: 0 auto;
    width: fit-content;
    display: inline-flex; 
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid black;
    text-decoration: none;
}

.contactform {
    margin-top: 3vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mainboxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.mainboxes:not(:last-child) {
    gap: 2vw;
}

.requiredlabel {
    color: rgb(250, 76, 76);
}

.inputboxes {
    border-radius: 10px;
    /* border: 2px solid rgb(0, 0, 0); */
    padding: 20px;
    width: 200px;
    outline: 2px solid black;
    height: 0.1px;
    /* margin-bottom: .3cm; */
}

.textareabox {
    outline: 2px solid black;
    /* outline-color: transparent; */
    border-radius: 10px;
    /* border: 2px solid rgb(0, 0, 0); */
    padding: 20px;
    width: 100%;
}

.inputboxes:focus, .textareabox:focus {
    /* border: none; */
    -webkit-box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, 0.53);
    box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, 0.53);
}

.submitbutton {
    border-radius: 10px;
    border: 2px solid black;
    width: 10vw;
    height: 3vh;
    min-width: fit-content;
}

.formwrapper {
    margin-bottom: 2vh;
}

.gercomap {
    width: 100%;
    height: 500px;
    margin-bottom: -0.1vh;
}

@media(max-width: 600px) {
    .fixbutton {
        display: block;
    }
}

@media(max-width: 885px) {
    .form-grid {
        display: flex;
        flex-direction: column;
    }
    .inputboxes,
    .textareabox {
        width: 70%;
    }
    .inputboxes:not(:last-child) {
        margin-bottom: 10px;
    }
    .mainboxes {
        flex-direction: column;
    }
}

.boxwlabels {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* temporary */

.black {
    color: black;
}
