/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 30 2026 | 09:21:10 */
.form_element_fourth.modified_width button[type="submit"] {
  position: relative;
  display: inline-block;
  background-color: #f0c94e;
  color: #111;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: inherit;
  border: none;
  padding: 16px 50px 16px 60px;
  cursor: pointer;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.form_element_fourth.modified_width button[type="submit"]::before {
  content: "\203A";
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-58%);
  font-size: 22px;
  font-weight: 700;
}

.form_element_fourth.modified_width button[type="submit"]:hover {
  background-color: #e6ba2e;
}

.form_element_fourth.modified_width button[type="submit"]:active {
  transform: translateY(1px);
}
