/**
* Theme Name: Buildnox Child
* Description: This is a child theme of Buildnox, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/themearc">ThemeArc</a>
* Template: buildnox
* Version: 1.4
*/

.cf7-two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.cf7-left-column {
  flex: 1;
  min-width: 300px;
}

.cf7-left-column img {
  width: 100%;
  border-radius: 8px;
}

.cf7-right-column {
  flex: 1;
  min-width: 300px;
}

.cf7-right-column h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.wpcf7-checkbox {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wpcf7-checkbox label {
  background: #f5f5f5;
  padding: 8px 12px;
  border-radius: 20px;
  cursor: pointer;
}

.cf7-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.cf7-buttons input[type="submit"] {
  background: #d35400;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.cf7-buttons input[type="submit"]:hover {
  background: #b84300;
}
