/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 26 2025 | 11:57:29 */
.smartbendigo {
  max-width: 800px;
  margin: auto;
}

.smartbendigo .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 10px;
}

.smartbendigo .col {
  flex: 1;
  min-width: 45%;
}

.smartbendigo input.form-control,
.smartbendigo select.form-control,
.smartbendigo textarea.form-control {
  width: 100%  !important;
  padding: 10px !important;
  border: 1px solid #000000 !important;
  border-radius: 5px !important;
  margin: 10px 0 !important;
  font-size: 16px !important;
}

.wpcf7 {
    max-width: 600px;
    margin: 0 auto;
    background-color: #FFFFFFCC !important;
    padding: 20px;
    border-radius: 8px;
    box-shadow: none !important;
}

.smartbendigo textarea.form-control {
  resize: vertical;
}

.smartbendigo .btn-submit {
  background-color: #a0171c;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  width:100% !important;
}

.smartbendigo .center {
  justify-content: center;
  display: flex;
}
