.elementor-425 .elementor-element.elementor-element-4fb6459{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-425 .elementor-element.elementor-element-3927014{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:0px;--margin-bottom:70px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:35px;--padding-right:35px;}.elementor-425 .elementor-element.elementor-element-997df6f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-425 .elementor-element.elementor-element-e8140a9{animation-timing-function:cubic-bezier(0.165,0.84,0.44,1);}.elementor-425 .elementor-element.elementor-element-e8140a9 .aux-widget-inner > *{text-align:center;margin-left:auto !important;margin-right:auto !important;}.elementor-425 .elementor-element.elementor-element-e8140a9 .aux-modern-heading-primary{font-family:"Rubik", Sans-serif;font-size:36px;font-weight:400;line-height:43px;color:#000000;margin:0px 0px 21px 0px;}.elementor-425 .elementor-element.elementor-element-e8140a9 .aux-modern-heading-divider{height:1px;width:165px;background-color:var( --e-global-color-primary );}.elementor-425 .elementor-element.elementor-element-e8140a9 .aux-modern-heading-description{color:#000000;font-family:"Rubik", Sans-serif;font-size:16px;font-weight:400;line-height:28px;margin:23px 0px 0px 0px;}.elementor-425 .elementor-element.elementor-element-156574c{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-425 .elementor-element.elementor-element-4fb6459{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-425 .elementor-element.elementor-element-4fb6459{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-425 .elementor-element.elementor-element-3927014{--margin-top:95px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-425 .elementor-element.elementor-element-997df6f{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-425 .elementor-element.elementor-element-e8140a9 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-425 .elementor-element.elementor-element-e8140a9 .aux-modern-heading-primary{font-size:30px;}.elementor-425 .elementor-element.elementor-element-e8140a9 .aux-modern-heading-description{line-height:28px;margin:25px 15px 0px 15px;}}/* Start custom CSS for shortcode, class: .elementor-element-40c6f08 *//* Enhanced Consultation / Course Signup Form Styling */
.consult-form {
  background-color: #f9fafb; /* subtle off-white background */
  padding: 50px 40px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
  max-width: 800px;
  margin: 0 auto;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333333;
}

.consult-form h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #0056b3; /* accent blue — consistent with brand */
  margin-bottom: 32px;
}

.consult-form .row {
  margin-bottom: 24px;
}

.consult-form .two-cols {
  display: flex;
  gap: 24px;
}

.consult-form .two-cols .col {
  flex: 1;
}

.consult-form label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333333;
}

.consult-form label.optional {
  font-weight: 400;
  color: #666666;
}

.consult-form .wpcf7-form-control {
  width: 100%;
  padding: 14px 18px;
  font-size: 15px;
  line-height: 1.4;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  background-color: #ffffff;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s, background-color 0.3s;
}

.consult-form .wpcf7-form-control:focus {
  border-color: #0056b3; /* accent blue — change to your brand colour */
  background-color: #ffffff;
  outline: none;
  box-shadow: 0 0 0 4px rgba(0,86,179,0.12);
}

.consult-form .wpcf7-form-control::placeholder {
  color: #999999;
  font-style: italic;
}

/* Dropdown (select) styling */
.consult-form select.wpcf7-form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23999999" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
  padding-right: 38px;
}

/* Remove spinners from number fields */
.consult-form input[type="number"]::-webkit-inner-spin-button,
.consult-form input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.consult-form input[type="number"] {
  -moz-appearance: textfield;
}

.consult-form .wpcf7-submit {
  display: inline-block;
  background-color: #0056b3; /* accent blue: change if needed */
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  padding: 18px 40px;
  border: none;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s, transform 0.2s;
  width: 100%;
}

.consult-form .wpcf7-submit:hover {
  background-color: #004494; /* darker shade of your accent colour */
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.consult-form .form-footnote {
  font-size: 14px;
  color: #777777;
  margin-top: 32px;
  text-align: center;
  line-height: 1.5;
}

/* Optional field label differentiation */
.consult-form .optional-field label {
  font-weight: 400;
  color: #777777;
}

/* Responsive adjustments */
@media (max-width: 720px) {
  .consult-form .two-cols {
    flex-direction: column;
  }
  .consult-form {
    padding: 30px 20px;
  }
  .consult-form h2 {
    font-size: 24px;
  }
  .wpcf7 input[type="submit"] {
    font-size: 9px;
  }
  .page-title {
    display: none !important;
  }
  .consult-form .row {
    margin-bottom: 2px;
    gap: 2px;
  }
}/* End custom CSS */