/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 02 2026 | 01:33:41 */
#custom-form input, #custom-form textarea {
	font-family: 'Mulish', Sans-serif;
	font-size: 16px;
	border-radius: 0;
	border: 0;
	background: rgba(217,217,217, 0.25);
	border-bottom: 2px solid #000;
	color: #000;
}

#custom-form textarea {
	min-height: 330px;
	resize: none; 
	border: 2px solid #000;
}
#custom-form input::placeholder, #custom-form textarea::placeholder {
	color: #000;
}
@media (max-width: 767px) {
	#custom-form textarea {
		padding: 11px 15px;
	}
}
#custom-form .ff_t_c {
	font-family: 'Mulish', Sans-serif;
	font-size: 14px;
	margin-bottom: 2px;
	color: #000;
}

#custom-form .ff_t_c a {
	text-decoration: underline;
	font-weight: 700;
	color:#000;
}


#custom-form .ff-btn-submit {
	width: 268px;
	height: 59px;
	display: flex;
	border: 0;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	transition: 0.3s ease-in-out;
	transition-property: transform, color, background;
	background-color: #CE2736;
	color: #fff;
	font-family: 'Oswald', Sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	margin: 60px 0 0 auto;
}
@media (max-width: 1024px) {
	#custom-form .ff-btn-submit {
		width: auto;
		min-width: 268px;
		height: auto;
		padding-block: 0.5em;
	}
}
@media (max-width: 767px) {
	#custom-form .ff-btn-submit {
		font-size: 20px;
		margin: 0 auto;
	}
}
#custom-form .ff-btn-submit:hover {
	color: #fff;
	background-color: #000;
	opacity: 1;
}

#custom-form .error.text-danger, #custom-form .ff-el-is-error .ff-el-form-check-label a {
	color: #CE2736;
	font-family: 'Mulish';
}