/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2026 | 14:33:24 */
/*form css customize*/
.contact-grid {
   display: grid;
   grid-template-columns: auto auto;
   gap: 0px 20px;
}


.cu-form textarea{
	height:180px;	
}

.cu-form * input::placeholder,
.cu-form * textarea::placeholder{
	color:#fff!important;
}

.cu-form * input,
.cu-form select,
.cu-form textarea
{
	border-radius:5px;
	color:#fff!important;
	background:#00000080!important;
	border-color:#5e5d5d;
	border:inherit!important;
}

.cu-form p{
	margin-bottom:0px!important;
}

.formwrap{
	width:100%;
}

.csub{
    background: #F9AD4A !important;
    padding: 14px 39px !important;
    letter-spacing: 2px !important;
	color:#000!important;
}

.csub:hover{
	background: #000 !important;
	color:#fff!important;
}

/*background blur*/
.bgblur{
	box-shadow: 2.8px 2.8px 2.2px rgba(0,0,0,0.02),6.7px 6.7px 5.3px rgba(0,0,0,0.028),6.7px 6.7px 5.3px rgba(0,0,0,0.028);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(5px);
}

/*.highlight{
	color:#e70404;
}*/
