.elementor-kit-8{--e-global-color-primary:#333333;--e-global-color-secondary:#24466E;--e-global-color-text:#FFFFFF;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Montserrat";--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:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 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);}@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 *//* ===== APPOINTMENTS SECTION ===== */
.elitest-appointments {
  background: radial-gradient(
    ellipse at top,
    #1c3550 0%,
    #0e1a2b 45%,
    #000000 100%
  );
  padding: 120px 20px;
}

/* Fade-on-scroll base */
.elitest-animate {
  opacity: 0;
  transform: translateY(35px);
  transition: all 0.9s ease;
}

.elitest-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Form card */
.elitest-form-card {
  background: #ffffff;
  padding: 60px;
  max-width: 820px;
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.35);
}

/* Form typography */
.elitest-form-card,
.elitest-form-card input,
.elitest-form-card select,
.elitest-form-card textarea,
.elitest-form-card label {
  font-family: 'Montserrat', sans-serif;
  color: #000;
}

/* Elementor form inputs */
.elitest-form-card .elementor-field {
  border-radius: 2px;
}

/* Submit button */
.elitest-form-card .elementor-button {
  background: #0e1a2b;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  padding: 18px;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.elitest-form-card .elementor-button:hover {
  background: #000;
}

/* HIPAA Disclaimer */
.elitest-hipaa {
  font-size: 12px;
  line-height: 1.6;
  color: #555;
  margin-top: 30px;
  max-width: 720px;
}/* End custom CSS */