.elementor-kit-7{--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-7 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 *//* ==================================================
   GLOBAL CLEAN BASE (SAFE FOR ELEMENTOR + HELLO)
   ================================================== */

/* Hide all WP / Elementor page titles */
.entry-title,
.page-title,
.elementor-page-title,
h1.entry-title,
h1.page-title {
  display: none;
}

/* Prevent horizontal overflow only */
html {
  overflow-x: hidden;
}

/* ==================================================
   SECTION & CONTAINER SPACING (CONTENT ONLY)
   ================================================== */

/* Elementor sections – clean vertical rhythm */
.elementor-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* First section (hero) tighter */
.elementor-section:first-of-type {
  padding-top: 40px;
}

/* Section inner padding */
.elementor-section > .elementor-container {
  padding-left: 20px;
  padding-right: 20px;
}

/* Modern containers – DO NOT TOUCH HEADER */
body .e-con:not(.elementor-location-header),
body .e-con-inner:not(.elementor-location-header *) {
  margin-left: auto;
  margin-right: auto;
}

/* Remove widget bottom gaps */
.elementor-widget {
  margin-bottom: 0;
}

/* Text spacing */
h1 { margin-bottom: 16px; }
h2 { margin-bottom: 14px; }
h3 { margin-bottom: 10px; }
p  { margin-bottom: 14px; }

/* ==================================================
   MOBILE ADJUSTMENTS
   ================================================== */

@media (max-width: 768px) {
  .elementor-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .elementor-section:first-of-type {
    padding-top: 30px;
  }

  .elementor-section > .elementor-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* ==================================================
   HEADER (SAFE – NO FORCE, NO BREAKAGE)
   ================================================== */

.elementor-location-header {
  display: block;
  position: relative;
  z-index: 9999;
}

/* Do not interfere with header layout */
.elementor-location-header .e-con,
.elementor-location-header .e-con-inner,
.elementor-location-header .elementor-container {
  padding: initial;
  margin: initial;
  max-width: none;
}

/* ==================================================
   LTUK FORM STYLING
   ================================================== */

.ltuk-page form {
  color: #ffffff;
}

/* Labels */
.ltuk-page form label {
  color: rgba(255,255,255,0.85);
  font-weight: 600;
  font-size: 13.5px;
}

/* Inputs */
.ltuk-page form input[type="text"],
.ltuk-page form input[type="email"],
.ltuk-page form input[type="tel"],
.ltuk-page form input[type="date"],
.ltuk-page form input[type="time"],
.ltuk-page form select,
.ltuk-page form textarea {
  background: #0b0b0b;
  border: 1px solid rgba(255,255,255,0.18);
  color: #ffffff;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14.5px;
  width: 100%;
}

/* Focus */
.ltuk-page form input:focus,
.ltuk-page form textarea:focus,
.ltuk-page form select:focus {
  outline: none;
  border-color: #F59E0B;
}

/* Submit button */
.ltuk-page form button,
.ltuk-page form input[type="submit"] {
  background: #F59E0B;
  color: #111111;
  border: none;
  border-radius: 10px;
  padding: 12px 22px;
  font-weight: 800;
  font-size: 14.5px;
  cursor: pointer;
  margin-top: 12px;
}

.ltuk-page form button:hover,
.ltuk-page form input[type="submit"]:hover {
  opacity: 0.9;
}

/* Messages */
.ltuk-page .wpcf7-response-output,
.ltuk-page .wpforms-confirmation-container {
  background: #121212;
  border: 1px solid rgba(245,158,11,0.4);
  color: #ffffff;
  border-radius: 12px;
  padding: 14px;
  margin-top: 16px;
}

/* ==================================================
   CONTACT PAGE FIXES
   ================================================== */

/* Centre form */
.ltuk-page .wpforms-container {
  max-width: 640px;
  margin: 40px auto 0;
}

/* Remove WPForms default spacing */
.ltuk-page .wpforms-field {
  margin-bottom: 16px;
}

/* FAQ container */
.ltuk-page .ltuk-faq-wrap {
  max-width: 900px;
  margin: 0 auto;
}
/* Offset first section for header height */
.elementor-location-header + .elementor-section {
  margin-top: 80px;
}
/* Offset first section so it never hides behind header */
.elementor-location-header + .elementor-section {
  margin-top: 80px;
}

.wpforms-container {
  max-width: 720px;
  margin: -20px auto 0;
}

.wpforms-field input,
.wpforms-field textarea,
.wpforms-field select {
  width: 100%;
  padding: 14px;
  margin-bottom: 18px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
}

.wpforms-field input:focus,
.wpforms-field textarea:focus {
  outline: none;
  border-color: #DFA350;
}

.wpforms-submit {
  width: 100%;
  padding: 15px;
  background: #DFA350;
  color: #111;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.wpforms-submit:hover {
  background: #c8922f;
}

/* =========================
   CONTACT FORM – CLEAN CARD
   ========================= */

/* Center + constrain form */
.wpforms-container {
  max-width: 520px;      /* controls how small it is */
  margin: 30px auto;     /* centers it */
}

/* White card around form */
.wpforms-form {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 32px 28px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* Labels */
.wpforms-field-label {
  font-weight: 600;
  margin-bottom: 6px;
  color: #111;
}

/* Inputs */
.wpforms-field input,
.wpforms-field textarea,
.wpforms-field select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  font-size: 14.5px;
  background: #fff;
}

/* Focus */
.wpforms-field input:focus,
.wpforms-field textarea:focus,
.wpforms-field select:focus {
  outline: none;
  border-color: #DFA350;
}

/* Submit button */
.wpforms-submit {
  width: 100%;
  margin-top: 10px;
  padding: 14px;
  background: #DFA350;
  color: #111;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.wpforms-submit:hover {
  background: #c8922f;
}

/* Success message */
.wpforms-confirmation-container {
  background: #f9f9f9;
  border: 1px solid #DFA350;
  border-radius: 10px;
  padding: 18px;
  margin-top: 20px;
}
/* =========================
   FORCE UNBLOCK FIRST FIELD
   ========================= */

/* Kill ANY overlay above inputs */
.wpforms-field,
.wpforms-field * {
  pointer-events: auto !important;
}

/* Remove label interaction */
.wpforms-field-label,
.wpforms-required-label {
  pointer-events: none !important;
}

/* Lift ALL inputs above everything */
.wpforms-field input,
.wpforms-field textarea,
.wpforms-field select {
  position: relative !important;
  z-index: 9999 !important;
  pointer-events: auto !important;
  background-clip: padding-box !important;
}

/* Specifically nuke first-field blockers */
.wpforms-field:first-of-type {
  position: relative !important;
  z-index: 9999 !important;
}

/* Kill pseudo-elements that block clicks */
.wpforms-field:first-of-type::before,
.wpforms-field:first-of-type::after {
  display: none !important;
  content: none !important;
}

/* Remove transform stacking contexts */
.wpforms-container,
.wpforms-form,
.wpforms-field {
  transform: none !important;
  filter: none !important;
}/* End custom CSS */