body{
    background-image: url(../resources/images/contact/hero-bg.png);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 98vh;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
#hero{
    min-height: unset !important;
    position:relative;
    background-color:unset !important;
    z-index: 1;
    

}
.form-group input, .form-group textarea{
    padding: 2.5rem;
    border-radius: 2rem;
    font-size: 1.8rem;
    font-weight: 500;
    overflow: hidden;
}
.wpcf7-submit{
    width: unset;
    float: right;
    padding: 2rem 3rem !important;
    font-weight: 700;
    font-size: 2rem;
    border-radius: 2rem;
    margin-top: 3rem;
}
.selected-flag{
    border-radius: 2rem 0 0 2rem;
}
.fluid-container{
    overflow: hidden;
}
.fluid-container .col-12{
    padding: 0;
}
.form-row {
display: flex;
gap: 1rem;
margin-bottom: 1rem;
}



input, textarea, select {
width: 100%;
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
}

textarea {
height: 150px;
resize: none;
}

input[type="submit"] {
background-color: #007bff;
color: white;
border: none;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
}