/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 14 2026 | 03:54:22 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  border: 1px solid #DBDBDB;
  margin-top: 5px;
	padding: 10px;
  width: 90%;
  font-size: 1em;
	border-radius: 7px;
}

.wpcf7 input[type="submit"] {
  background: #0073e6;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 1em;
  cursor: pointer;
  transition: background 0.2s;
	border-radius: 7px;
}

.wpcf7 input[type="submit"]:hover {
  background: #005bb5;
	border-radius: 7px;
}

.wpdm-custom-select  {
	border: 1px solid #DBDBDB;
	padding: 10px;
	border-radius: 7px;
	width: 90%;
}