.elementor-43 .elementor-element.elementor-element-6810dc64{--display:flex;--min-height:300px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-43 .elementor-element.elementor-element-6810dc64:not(.elementor-motion-effects-element-type-background), .elementor-43 .elementor-element.elementor-element-6810dc64 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://vancomusic.ca/wp-content/uploads/2026/03/VCM-Orchestra.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-43 .elementor-element.elementor-element-649c3b3a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-43 .elementor-element.elementor-element-6e87092d .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:30px;font-weight:600;color:#B00000;}.elementor-43 .elementor-element.elementor-element-15243b06{--display:flex;--border-radius:10px 10px 10px 10px;box-shadow:2px 2px 30px -6px rgba(0, 0, 0, 0.41);--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-43 .elementor-element.elementor-element-15243b06:not(.elementor-motion-effects-element-type-background), .elementor-43 .elementor-element.elementor-element-15243b06 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E9E9E9;}@media(max-width:1024px){.elementor-43 .elementor-element.elementor-element-6810dc64{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-43 .elementor-element.elementor-element-6810dc64{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-43 .elementor-element.elementor-element-6e87092d{padding:0px 20px 0px 20px;}.elementor-43 .elementor-element.elementor-element-15243b06{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for html, class: .elementor-element-3414c11 *//* ===== WRAPPER ===== */
.form-wrap {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background: #f2f2f2;
  border-radius: 16px;
  font-family: Arial, sans-serif;
}

/* ===== HEADINGS ===== */
h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

h3 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* ===== DESCRIPTION TEXT ===== */
.form-wrap p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

/* ===== RADIO TOP ===== */
.radio-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

/* ===== ROW LAYOUT ===== */
.row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.field {
  width: 100%;
}

/* ===== LABELS ===== */
label {
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}

/* ===== INPUT FIELDS ===== */
input,
textarea,
select {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: none;
  background: #ffffff;
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
  font-size: 14px;
  transition: 0.2s ease;
}

/* focus effect */
input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

/* textarea */
textarea {
  min-height: 120px;
}

/* ===== GRID (instrument etc) ===== */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 40px;
  margin-bottom: 15px;
}

/* ===== CHECKBOX / RADIO ===== */
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  margin-right: 8px;
}

/* ===== DEFAULT BUTTON (Next + Return = GREY) ===== */
button {
  background: #4a4a4a !important;
  color: #fff !important;
  padding: 12px 28px;
  border: none !important;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}

/* hover for grey buttons */
button:hover {
  background: #2f2f2f !important;
}

/* ===== SUBMIT BUTTON (RED) ===== */
button[type="submit"],
input[type="submit"] {
  background: #a30d0d !important;
}

button[type="submit"]:hover,
input[type="submit"]:hover {
  background: #8c0b0b !important;
}/* End custom CSS */