.elementor-kit-85{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-85 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================================
   AH GLOBAL FORM — CARD STYLING (FINAL, MERGED)
   Container classes:
     ah-form-card  → inner container holding header + form (Padding 0, Gap 0)
     ah-form-head  → container with heading + subtitle widgets
     ah-form-note  → privacy note text widget
   Paste into: Elementor → Site Settings → Custom CSS
   ============================================================ */

/* Anchor offset — stops the sticky header covering the closing
   section when any #enquiry-form link is clicked. Adjust 90px to
   match your header height. */
#enquiry-form{scroll-margin-top:90px}

/* The card */
.ah-form-card{
  background:#fff;
  border:1.5px solid #007A96;
  border-radius:10px;
  box-shadow:0 4px 18px rgba(0,0,0,.06);
  overflow:hidden;
  padding:0;
}

/* Dark header band — flush to the rounded top */
.ah-form-card .ah-form-head{
  background:#1A1A1A;
  width:100%;
  margin:0;
  border-radius:0;
  padding:20px 24px;
  text-align:center;
}
.ah-form-card .ah-form-head .elementor-widget,
.ah-form-card .ah-form-head .elementor-widget-container{
  margin:0;
}
.ah-form-card .ah-form-head h2,
.ah-form-card .ah-form-head h3{
  color:#fff;font-size:18px;font-weight:700;margin:0 0 6px;
}
.ah-form-card .ah-form-head p{
  color:rgba(255,255,255,.65);font-size:13px;margin:0;
}

/* Form body */
.ah-form-card .elementor-form{
  padding:22px 24px 24px;
}

/* Labels */
.ah-form-card .elementor-field-label{
  font-size:11px;font-weight:700;letter-spacing:.6px;
  text-transform:uppercase;color:#555;margin-bottom:6px;
}

/* Inputs, textarea, select */
.ah-form-card .elementor-field-textual,
.ah-form-card select.elementor-field-textual{
  border:1px solid #D5D5D5;
  border-radius:6px;
  background:#fff;
  font-size:14px;
  color:#1A1A1A;
  padding:12px 14px;
}
.ah-form-card .elementor-field-textual::placeholder{color:#aaa}
.ah-form-card .elementor-field-textual:focus{
  border-color:#007A96;
  box-shadow:0 0 0 3px rgba(0,122,150,.12);
  outline:none;
}

/* Space between field groups */
.ah-form-card .elementor-field-group{margin-bottom:14px}

/* Submit button */
.ah-form-card .elementor-button{
  background:#EB5926;
  color:#fff;
  font-size:15px;
  font-weight:700;
  border-radius:6px;
  padding:14px 20px;
  width:100%;
  transition:opacity .15s;
}
.ah-form-card .elementor-button:hover{opacity:.92}

/* Privacy note */
.ah-form-card .ah-form-note{margin:0;padding:0 24px 20px}
.ah-form-card .ah-form-note,
.ah-form-card .ah-form-note p{
  font-size:12px;color:#999;line-height:1.5;
}
.ah-form-card .ah-form-note p{margin:0}
.ah-form-card .ah-form-note a{color:#007A96;font-weight:600;text-decoration:none}

/* Mobile — MUST stay last in this block so it wins the cascade */
@media(max-width:768px){
  .ah-form-card .elementor-form{padding:18px 16px 20px}
  .ah-form-card .ah-form-head{padding:16px 18px}
  .ah-form-card .ah-form-note{padding:0 16px 18px}
}/* End custom CSS */