/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

#gopy {
  max-width: 700px;
  margin: auto; 
}

#gopy h3 {
  font-size: 24px;
  font-weight: bold;
  color: #1e5345;
  text-align: center;
  margin-bottom: 10px;
}

#gopy p {
  margin-bottom: 20px;
}

#gopy label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}

#gopy .wpcf7-form-control {
  width: 100%;
  padding: 5px 14px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #f9f9f9;
  box-sizing: border-box;
  transition: border-color 0.3s, background-color 0.3s;
}

#gopy .wpcf7-form-control:focus {
  border-color: #1e5345;
  background: #fff;
  outline: none;
}

#gopy textarea.wpcf7-textarea {
  resize: vertical;
  min-height: 120px;
}

#gopy input.wpcf7-submit {
  background-color: #1e5345;
  color: #fff;
  font-size: 16px;
  padding: 12px 30px;
  border-radius: 8px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#gopy input.wpcf7-submit:hover {
  background-color: #144536;
}

#gopy .wpcf7-spinner {
  margin-left: 10px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}