/* WCU CONTACT EXPERTS FORM CSS START */

.wcu-contact-experts-form {
	position: relative;
}

/* ----dark-bg-form--- */
/* Label */
.dark-blue-bg-form .wcu-contact-experts-form label{
    position:absolute !important;
    left:32px !important;
    top:5px !important;

    transform:translateY(0);
    transform-origin:left top;

    transition:
        transform .28s cubic-bezier(.4,0,.2,1),
        color .28s cubic-bezier(.4,0,.2,1),
        font-size .28s cubic-bezier(.4,0,.2,1);
        
    will-change:transform;
}
.form-section .dark-blue-bg-form .wcu-contact-experts-form input{
color:#f4F4F5 !important;
}
.form-section .dark-blue-bg-form .dark-blue-bg-form .wcu-contact-experts-form input:hover{
color:#f4F4F5 !important;
}
.form-section .dark-blue-bg-form .wcu-contact-experts-form input:-webkit-autofill:hover{
-webkit-text-fill-color: #f4F4F5 !important;
fill:#f4F4F5 !important;
-webkit-box-shadow: none !important;
}
.form-section .dark-blue-bg-form .wcu-contact-experts-form .elementor-mark-required .elementor-field-label:after{
    padding-inline-start: 0 !important;
}
.form-section .dark-blue-bg-form .wcu-contact-experts-form input:-internal-autofill-selected{
appearance: menulist-button;
    background-image: none !important;
    background-color: none !important;
    color: fieldtext !important;
}
.form-section .dark-blue-bg-form .wcu-contact-experts-form .elementor-message-success::before{
display:none;
}
.dark-blue-bg-form .wcu-contact-experts-form .elementor-field-type-textarea label{
top:26px !important;
}

/* Required * */
.dark-blue-bg-form .wcu-contact-experts-form label::after{
    color:#F4F4F5 !important;
    transition:color .28s ease;
}

/* Inputs */
.dark-blue-bg-form .wcu-contact-experts-form input,
.dark-blue-bg-form .wcu-contact-experts-form textarea{
    transition:
        border-color .28s cubic-bezier(.4,0,.2,1),
        box-shadow .28s cubic-bezier(.4,0,.2,1);
}

/* Focus */
.dark-blue-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__field-wrap--focus label{
    color:#D4D8D5 !important;
    font-size:11px !important;

    transform:translateY(-12px);
}
.dark-blue-bg-form .wcu-contact-experts-form .elementor-field-type-textarea.wcu-contact-experts-form__field-wrap--focus label{
top:5px !important;
}
.dark-blue-bg-form .form-section .wcu-contact-experts-form .elementor-field-type-textarea label.wcu-contact-experts-form__field-label--filled{
top:5px !important;
}
.form-section .dark-blue-bg-form .wcu-contact-experts-form label.wcu-contact-experts-form__field-label--filled{
    color:#D4D8D5 !important;
    font-size:11px !important;
    transform:translateY(-12px);
}
.form-section .dark-blue-bg-form .wcu-contact-experts-form .elementor-field-type-textarea
{
margin-bottom:24px !important;
}
.form-section .dark-blue-bg-form .wcu-contact-experts-form .elementor-field-type-acceptance{
margin-bottom:16px !important;
}
.dark-blue-bg-form .wcu-contact-experts-form .elementor-message-danger{
margin:2px 0px 0px 0px !important;
}
.dark-blue-bg-form .wcu-contact-experts-form .elementor-message:before{
display:none !important;
}
.form-section .dark-blue-bg-form .wcu-contact-experts-form .elementor-field-type-html{
margin-bottom:32px !important;
}
.form-section .dark-blue-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__field-wrap--error label.wcu-contact-experts-form__field-label--filled{
color:#EF4444 !important;
}
.dark-blue-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__field-wrap--focus label::after{
    color:#F4F4F5 !important;
}

.dark-blue-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__field-wrap--focus input,
.dark-blue-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__field-wrap--focus textarea{
    border-color:#E4E7E5 !important;
}

/* Error */
.dark-blue-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__field-wrap--error label{
    color:#EF4444 !important;
    transform:translateY(0);
}

.dark-blue-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__field-wrap--error label::after{
    color:#EF4444 !important;
}

.dark-blue-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__field-wrap--error input,
.dark-blue-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__field-wrap--error textarea{
    border-color:#EF4444 !important;
}

/* Textarea */
.dark-blue-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__project-details-group{
    position:relative;
}
.dark-blue-bg-form .wcu-contact-experts-form .elementor-field-option{
margin-top:7px;
}
.dark-blue-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__project-details-group textarea {
	padding-right: 42px;
}

.dark-blue-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__upload-trigger {
	position: absolute;
	top: 35%;
	right: 4px;
	transform: translateY(-46%) rotate(315deg);
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #ffffff;
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.2s ease;
	z-index: 2;
	padding: 0;
	opacity: 0.88;
}
/* Acceptance checkbox */
.dark-blue-bg-form .wcu-contact-experts-form .elementor-field-type-acceptance input[type="checkbox"]{
-webkit-appearance: none !important;
    appearance: none !important;
    display: inline-block !important;
    box-sizing: border-box !important;
    width: 18px !important;
    height: 18px !important;
    border: 1px solid #FAFAFA !important;
    border-radius: 3px !important;
    background-color: transparent !important;
    outline: none !important;
    cursor: pointer !important;
    position: relative !important;
    vertical-align: middle;
	margin-top:-3px;
}
.dark-blue-bg-form .wcu-contact-experts-form .elementor-field-type-acceptance  label{
padding-left:14px;
}
/* Hover */
.dark-blue-bg-form .wcu-contact-experts-form .elementor-field-type-acceptance input[type="checkbox"]:hover{
    border-color: #fff;
}

/* Checked */
.dark-blue-bg-form .wcu-contact-experts-form .elementor-field-type-acceptance input[type="checkbox"]:checked{
    background: transparent !important;
    border-color: #fff;
}

/* Tick */
.dark-blue-bg-form .wcu-contact-experts-form .elementor-field-type-acceptance input[type="checkbox"]:checked::after{
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* ----white-bg-form--- */
/* Label */
.white-bg-form .wcu-contact-experts-form label{
    position:absolute !important;
    left:32px !important;
    top:5px !important;

    transform:translateY(0);
    transform-origin:left top;

    transition:
        transform .28s cubic-bezier(.4,0,.2,1),
        color .28s cubic-bezier(.4,0,.2,1),
        font-size .28s cubic-bezier(.4,0,.2,1);
        
    will-change:transform;
    color:#3F3F46 !important;
}
.form-section .white-bg-form .wcu-contact-experts-form input{
color:#18181B !important;
}
.form-section .white-bg-form .white-bg-form .wcu-contact-experts-form input:hover{
color:#18181B !important;
}
.form-section .white-bg-form .wcu-contact-experts-form input:-webkit-autofill:hover{
-webkit-text-fill-color: #18181B !important;
fill:#18181B !important;
-webkit-box-shadow: none !important;
}
.form-section .white-bg-form .wcu-contact-experts-form .elementor-mark-required .elementor-field-label:after{
    padding-inline-start: 0 !important;
}
.form-section .white-bg-form .wcu-contact-experts-form input:-internal-autofill-selected{
appearance: menulist-button;
    background-image: none !important;
    background-color: none !important;
    color: fieldtext !important;
}
.form-section .white-bg-form .wcu-contact-experts-form .elementor-message-success::before{
display:none;
}
.white-bg-form .wcu-contact-experts-form .elementor-field-type-textarea label{
top:26px !important;
}

/* Required * */
.white-bg-form .wcu-contact-experts-form label::after{
    color:#3F3F46 !important;
    transition:color .28s ease;
}

/* Inputs */
.white-bg-form .wcu-contact-experts-form input,
.white-bg-form .wcu-contact-experts-form textarea{
    transition:
        border-color .28s cubic-bezier(.4,0,.2,1),
        box-shadow .28s cubic-bezier(.4,0,.2,1);
    border-color:#D4D4D8 !important;
}

/* Focus */
.white-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__field-wrap--focus label{
    color:#52525B !important;
    font-size:11px !important;

    transform:translateY(-12px);
}
.white-bg-form .wcu-contact-experts-form .elementor-field-type-textarea.wcu-contact-experts-form__field-wrap--focus label{
top:5px !important;
}
.white-bg-form .form-section .wcu-contact-experts-form .elementor-field-type-textarea label.wcu-contact-experts-form__field-label--filled{
top:5px !important;
}
.form-section .white-bg-form .wcu-contact-experts-form label.wcu-contact-experts-form__field-label--filled{
    color:#52525B !important;
    font-size:11px !important;
    transform:translateY(-12px);
}
.form-section .white-bg-form .wcu-contact-experts-form .elementor-field-type-textarea
{
margin-bottom:24px !important;
}
.form-section .white-bg-form .wcu-contact-experts-form .elementor-field-type-acceptance{
margin-bottom:16px !important;
}
.white-bg-form .wcu-contact-experts-form .elementor-message-danger{
margin:2px 0px 0px 0px !important;
}
.white-bg-form .wcu-contact-experts-form .elementor-message:before{
display:none !important;
}
.form-section .white-bg-form .wcu-contact-experts-form .elementor-field-type-html{
margin-bottom:32px !important;
}
.form-section .white-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__field-wrap--error label.wcu-contact-experts-form__field-label--filled{
color:#EF4444 !important;
}
.white-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__field-wrap--focus label::after{
    color:#52525B !important;
}

.white-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__field-wrap--focus input,
.white-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__field-wrap--focus textarea{
    border-color:#71717A !important;
}

/* Error */
.white-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__field-wrap--error label{
    color:#EF4444 !important;
    transform:translateY(0);
}

.white-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__field-wrap--error label::after{
    color:#EF4444 !important;
}

.white-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__field-wrap--error input,
.white-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__field-wrap--error textarea{
    border-color:#EF4444 !important;
}

/* Textarea */
.white-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__project-details-group{
    position:relative;
}
.white-bg-form .wcu-contact-experts-form .elementor-field-option{
margin-top:7px;
}
.white-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__project-details-group textarea {
	padding-right: 42px;
}

.white-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__upload-trigger {
	position: absolute;
	top: 35%;
	right: 4px;
	transform: translateY(-46%) rotate(315deg);
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #3F3F46;
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.2s ease;
	z-index: 2;
	padding: 0;
	opacity: 0.88;
}
/* Acceptance checkbox */
body.page-id-10605 .white-bg-form .wcu-contact-experts-form #form-field-field_ce4800c{
opacity:1;
pointer-events:unset;
}
.white-bg-form .wcu-contact-experts-form .elementor-field-type-acceptance input[type="checkbox"]{
-webkit-appearance: none !important;
    appearance: none !important;
    display: inline-block !important;
    box-sizing: border-box !important;
    width: 18px !important;
    height: 18px !important;
    border: 1px solid #525B53 !important;
    border-radius: 3px !important;
    background-color: transparent !important;
    outline: none !important;
    cursor: pointer !important;
    position: relative !important;
    vertical-align: middle;
	margin-top:-3px;
}
.white-bg-form .wcu-contact-experts-form .elementor-field-type-acceptance  label{
padding-left:14px;
}
/* Hover */
.white-bg-form .wcu-contact-experts-form .elementor-field-type-acceptance input[type="checkbox"]:hover{
    border-color: #525B53;
}

/* Checked */
.white-bg-form .wcu-contact-experts-form .elementor-field-type-acceptance input[type="checkbox"]:checked{
    background:#525B53 !important;
    border-color:#525B53;
}

/* Tick */
.white-bg-form .wcu-contact-experts-form .elementor-field-type-acceptance input[type="checkbox"]:checked::after{
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid #FFF !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg);
	opacity:1 !important;
}














.wcu-contact-experts-form .wcu-contact-experts-form__upload-trigger:hover {
	background: transparent;
	opacity: 1;
}

.wcu-contact-experts-form .wcu-contact-experts-form__upload-trigger svg {
	width: 50px;
	height: 50px;
	display: block;
}

.wcu-contact-experts-form .wcu-contact-experts-form__hidden-upload-group {
	display: none !important;
}

.wcu-contact-experts-form .wcu-contact-experts-form__upload-feedback {
	margin-top: -6px;
	margin-bottom: 14px;
}

.wcu-contact-experts-form .wcu-contact-experts-form__upload-file {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	background: #f5f5f7;
	color: #7e86a5;
	font-size: 0.9375rem;
	line-height: 1.4;
}

.wcu-contact-experts-form .wcu-contact-experts-form__upload-file[hidden],
.wcu-contact-experts-form .wcu-contact-experts-form__upload-error[hidden] {
	display: none !important;
}

.wcu-contact-experts-form .wcu-contact-experts-form__remove-file {
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	font-size: 1.125rem;
	line-height: 1;
	color: #6b7280;
	cursor: pointer;
}

.wcu-contact-experts-form .wcu-contact-experts-form__file-name {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wcu-contact-experts-form .wcu-contact-experts-form__upload-error {
	margin-top: 6px;
	color: #ff4c3f;
	font-size: 0.875rem;
	line-height: 1.4;
}
.wcu-contact-experts-form #form-submit-btn{
height:40px;
min-height:40px;
}
.wcu-contact-experts-form #form-submit-btn:hover{
background-color:#075CE8;
}
.wcu-contact-experts-form #form-submit-btn .elementor-button-content-wrapper{
gap:8px;
}
@media screen and (max-width: 768px) {
	.wcu-contact-experts-form .wcu-contact-experts-form__project-details-group textarea {
		padding-right: 38px;
	}
	.dark-blue-bg-form .wcu-contact-experts-form .wcu-contact-experts-form__upload-trigger{
      right:15px;
     }
	.white-bg-form  .wcu-contact-experts-form .wcu-contact-experts-form__upload-trigger {
		right: 15px;
	}
	.wcu-contact-experts-form label,
    .wcu-contact-experts-form input,
     .wcu-contact-experts-form button {
     font-size:16px !important;
    }
}
@media screen and (max-width:380px){
	.form-section .dark-blue-bg-form .wcu-contact-experts-form .elementor-field-type-acceptance{
     margin-bottom:32px !important;
}
	.form-section .white-bg-form .wcu-contact-experts-form .elementor-field-type-acceptance{
     margin-bottom:16px !important;
}

}

/* WCU CONTACT EXPERTS FORM CSS END */
