/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 05 2025 | 19:22:57 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

input[type="text"],
input[type="email"],
input[type="tel"],
textarea
{
	background-color: #f0f0f0;
	color: #000;
	width: 100%;
	border: none;
	border-radius: 30px;
	padding: 20px;
	margin-top: 10px;
}


.wpcf7 [type="button"], .wpcf7 [type="submit"], .wpcf7 button {
	background-color: #0568f6;
	border: none;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 600;
	padding: 1rem;
	text-align: center;
	transition: all .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	white-space: nowrap;
	width:30%;
}

.wpcf7 [type="button"]:hover, .wpcf7 [type="submit"]:hover, .wpcf7 button:hover {
	background-color: #5d52a6;
	border: none;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 600;
	padding: 1rem;
	text-align: center;
	transition: all .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	white-space: nowrap;
	width:30%;
}