#form-page {
    display: none;
    position: relative;
    left: 0;
    width: 260px;
    color: white;
    z-index: 10;
    top: 30px;
    /* display: flex;
    height: 50%;
    background: rgba(0, 0, 0, 0.8);
    flex-direction: column;
    align-items: center;
    justify-content: center; */
}

#form-page h6 {
    padding-bottom: 10px;
}

.form-element {
    color: #fff;
    width: 100%;
    max-width: 350px;
    opacity: 10;
    transform: translateY(10px);
    transition: transform 0.3s, opacity 0.3s;
    border-radius: 3px;
    border: none;
    background: rgba(0, 0, 0, .5);
    border-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font: 13px/22px 'Open Sans', sans-serif;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}
textarea {
    height: 90px;
    margin-top: 2px;
}

.contact-cities p {
    color: #fff;
    font-size: 1.1em;
    font-style: normal;
    text-align: center;
    font-weight: lighter;
    line-height: 1.3em;
    font-weight: 300;
}

.contact-cities {
    margin-top: 20px;
}

select.form-element {
    width: 100%;
    /* Make the dropdown match other fields */
    max-width: 400px;
    font: 13px/22px 'Open Sans', sans-serif;
    color: #e67e22;
    background-color: #000;
    border: 1px solid #ccc;
    border-radius: 3px;
    appearance: none;
    /* Remove default browser styles for consistency */
    cursor: pointer;
    /* Make it clear that it's clickable */
}

select.form-element:focus, 
textarea.form-element:focus, 
input.form-element:focus {
    outline: none;
    /* Remove the default focus outline */
    border-color: #e67e22;
    /* Highlight border when focused */
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    /* Add a subtle glow effect */
}

input.form-element:valid,
textarea.form-element:valid {
    color: #e67e22;
    /* Ensure font color stays white if the input is valid */
}

select.form-element option {
    color: #f4f4f4;
    /* Ensure options have white text */
    background-color: #000;
    /* Ensure options have a black background */
}


.form-element.animate-up {
    opacity: 1;
    transform: translateY(0);
}

#mail-icon {
    cursor: pointer;
    float: right;
}

button[type="submit"]:hover { background: #000; color: #e67e22}

#phone-icon {
    cursor: pointer;
    float: left;
    font-size: 48px;
    color: white;
    margin-right: 20px;
}

#phone-icon:hover {
    color: black;
}

#close-btn {
    cursor: pointer;
    margin-top: 20px;
    background: red;
    color: white;
    padding: 5px 10px;
    border: none;
    width: 80px;
}

/* #DVH
================================================== */
.icon-contact-dvh {
    font-size: 48px;
    /* color: white;
    margin-right: 20px; */

}

#contact .info-box:hover .icon {color: #000;}
#contact .info-box:hover .icon .box {background-color: #fff;}

.title.multi-line {
    line-height: 1.3em;
}

.icon-contact-dvh:hover {
    color: black;
}

#contact-header { margin-bottom: 14px;}

#contact-buttons { margin-top: 24px;}
#contact-buttons-careers #mail-icon {float: left;}
#contact-buttons.press {margin: auto;}
#contact-buttons.press .contact-box-wrp {width: 80px;}
.sitLeft { margin-left: 0; }


.contact-wrap {
    /* position: relative;
	overflow:hidden;
	padding-top:40px;
	padding-bottom:40px;
	padding-left:40px;
	padding-right:40px;
	background:rgba(0,0,0,.4); */
    width: 140px;
    margin: 0 auto;
    position: relative;
}

.contact-wrap h6 {
    padding-bottom: 25px;
    padding-top: 20px;
    text-align: center;
    color: #fff;
}

.contact-wrap p {
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
    opacity: .8;
}

.contact-wrap p span {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    padding-right: 10px;
    font-weight: 800;
}

.icon-contact1 {
    font-family: 'FontAwesome';
    font-size: 48px;
    line-height: 20px;
    text-align: center;
    z-index: 6;
    padding-right: 10px;
}


.contact-wrap p:last-child {
    padding-bottom: 0;
}

label {
    display: block;
    font-family: 'OpenSans-Light-webfont';
    font-size: 14px;
    line-height: 32px;
}