/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 21 2026 | 05:47:21 */
/* Base row */
.gyb-row {
  display: flex;
  gap: 15px;
  margin-bottom: 18px;
}

/* Half columns */
.gyb-col {
  flex: 0 0 50%!important;
width:100%!important;
}

/* FORCE FULL WIDTH */
.gyb-col-full {
  flex: 0 0 100% !important;
  width: 100% !important;
}

/* Inputs */
.gyb-cf7-form input {
  width: 100%!important;
  padding: auto;
  border-radius: 4px!important;
  border: 1px solid #cfcfcf;
  font-size: 15px;
}

/* Button */
.gyb-btn-wrap {
  text-align: center!important;
}

.gyb-submit {
  width: auto !important;
  min-width: 180px;
  padding: 14px 20px;
  border-radius: 8px!important;
  background: #000!important;
  color: #fff;
text-align:center!important;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

/* Mobile */
@media (max-width: 768px) {
  .gyb-row {
    flex-direction: column;
  }

  .gyb-col,
  .gyb-col-full {
    flex: 0 0 100%;
  }
}
/* Submit button: left aligned, not full width */
.gyb-cf7-form input[type="submit"],
.gyb-cf7-form .wpcf7-submit {
  padding: 10px 0px;
  display: inline-block;
   text-align:center!important;
  border-radius: 8px;
	background-color:#af4dff!important;
	/* text stays centered inside button */
}

