.elementor-kit-7{--e-global-color-primary:#1C4D5E;--e-global-color-secondary:#7D8C5C;--e-global-color-text:#1A1A1A;--e-global-color-accent:#FD5900;--e-global-color-6dcdcd6:#FFFFF2;--e-global-color-53cf397:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;font-size:1.1em;}.elementor-kit-7 e-page-transition{background-color:var( --e-global-color-6dcdcd6 );}.elementor-kit-7 p{margin-block-end:0px;}.elementor-kit-7 h1{color:var( --e-global-color-53cf397 );font-family:"Poppins", Sans-serif;font-size:7.5rem;font-weight:700;line-height:1em;}.elementor-kit-7 h2{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:2.5rem;font-weight:700;line-height:1.2em;}.elementor-kit-7 h3{font-family:"Montserrat", Sans-serif;font-weight:500;}.elementor-kit-7 h4{font-family:"Montserrat", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1350px;}.e-con{--container-max-width:1350px;}.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:1366px){.elementor-kit-7 h1{font-size:6.5rem;line-height:1em;}.elementor-kit-7 h2{font-size:2rem;}}@media(max-width:1024px){.elementor-kit-7 h1{font-size:4.5rem;line-height:1.2em;}.elementor-kit-7 h2{font-size:2rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h1{font-size:3.5rem;}.elementor-kit-7 h2{font-size:2rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Homa HighLevel Form Skin (Elementor) ===== */

/* Base inputs */
.homa-form .ghl-form input,
.homa-form .ghl-form textarea,
.homa-form .ghl-form select {
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid rgba(255,255,255,0.25) !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  color: #fff !important;
  width: 100% !important;

  padding: 14px 6px !important;
  font-size: 16px !important; /* prevents iPhone zoom */
  line-height: 1.2 !important;
}

/* Placeholder */
.homa-form .ghl-form ::placeholder {
  color: rgba(255,255,255,0.55) !important;
}

/* Focus underline */
.homa-form .ghl-form input:focus,
.homa-form .ghl-form textarea:focus,
.homa-form .ghl-form select:focus {
  outline: none !important;
  border-bottom-color: #ff6a00 !important;
}

/* Textarea height */
.homa-form .ghl-form textarea {
  min-height: 140px !important;
  resize: vertical !important;
}

/* Submit button */
.homa-form .ghl-form button,
.homa-form .ghl-form input[type="submit"] {
  display: block !important;
  width: 100% !important;         /* mobile-friendly */
  max-width: 520px !important;    /* keeps it nice on desktop */
  margin: 28px auto 0 !important;

  padding: 16px 30px !important;
  border-radius: 999px !important;
  border: none !important;

  color: #fff !important;
  font-size: 18px !important;
  cursor: pointer !important;
}

/* Desktop: button not full width */
@media (min-width: 768px) {
  .homa-form .ghl-form button,
  .homa-form .ghl-form input[type="submit"] {
    width: auto !important;
    min-width: 320px !important;
  }
}
/* Try to force 2-column layout on desktop */
@media (min-width: 981px) {
  .homa-form .ghl-form form {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 22px 40px !important;
  }

  /* Make message + button span full width */
  .homa-form .ghl-form textarea,
  .homa-form .ghl-form button,
  .homa-form .ghl-form input[type="submit"] {
    grid-column: 1 / -1 !important;
  }
}

/* Mobile = stacked */
@media (max-width: 980px) {
  .homa-form .ghl-form form {
    display: block !important;
  }
}/* End custom CSS */