.hero-pt {
  padding-top: 144px;
}

.hero-section {
  overflow: hidden;
}

h1.hero-heading {
  margin: 0;
}

.hero-left-content,
.hero-right-content {
  width: 100%;
  flex: 1 0 0;

  @media screen and (min-width: 1280px) {
    max-width: 50%;
  }
}
.hero-left-content.scheduler-variant{
  @media screen and (min-width: 1280px) {
    max-width: 40%;
  }
}
.hero-right-content.scheduler-variant{
  @media screen and (min-width: 1280px) {
    max-width: 60%;
  }
}

.hero-left-content.w-full,
.hero-right-content.w-full {
  @media screen and (min-width: 1280px) {
    max-width: 1008px;
    margin: 0 auto;
  }
}

[data-theme=navy] .hero-eyebrow .text-heading-primary {
  color: var(--blue-300) !important;
  align-items: center;
    text-align: center;
  
    @media screen and (min-width: 1280px) {
      align-items: flex-start;
      text-align: left;
    }
}



.hero-left-content.items-center {
  @media screen and (min-width: 1280px) {
    align-items: center;
    text-align: center;
  }
}

.hero-form {
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.hero-form .legal-consent-container .hs-richtext {
  display: none;
}

.gravity-form-container {
  padding: 0 !important;
}

.hero-form form input[type=submit] {
  color: var(--white, #fff);
  background-color: var(--navy-900, #1A295F);
  box-shadow: 0px 0px 0px 2px rgba(144, 194, 255, 0.50);
  padding: 8px 24px;
  border-radius: 100px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.56);
  font-size: 16px;
  height: 44px;
}

.hero-form form input[type=submit]:hover,
.hero-form form input[type=submit]:focus,
.hero-form form input[type=submit]:focus-visible {
  background-color: var(--blue-800, #0167B0);
  border: 1px solid rgba(255, 255, 255, 0.56);
  box-shadow: 0px 0px 0px 2px rgba(144, 194, 255, 0.50), 0px 0px 0px 4px #98A2B3;
}

.hero-form .legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 4px;
}

.hero-form .hs-form-booleancheckbox:before {
  inset: 6px auto auto -2px !important;
}

.hero-form fieldset {
  min-inline-size: unset;
}

.hero-form .hs-form-booleancheckbox {
  width: 100%;
}

.inline-card {
  padding: 24px;
  border-radius: 8px;
  background: rgba(16, 24, 40, 0.10);
  backdrop-filter: blur(16px);
}

.inline-card a {
 color: white;
  transition: 0.3s ease;
  text-decoration: none !important;
}
.inline-card a:hover {
 color: var(--blue-200, #66b5e8); !important;
  transition: 0.3s ease;
}

.inline-card-icon {
  display: flex;
  padding: 8px;
  border-radius: 8px;
  background: var(--navy-900);
  align-items: center;
  justify-content: center;
  color: #fff;
}

[data-theme=navy] .inline-card {
  background: rgba(255, 255, 255, 0.10);
}

[data-theme=navy] .inline-card-icon {
  background: var(--blue-100);
  color: var(--blue-900);
}

.hero-inline-media__image {
  display: none;

  @media screen and (min-width: 1280px) {
    display: block;
  }
}

.hero-media__image {
  border-radius: 8px;
}

.mobile-hero-inline-media__image {
  display: block;
  margin-top: 40px;

  @media screen and (min-width: 1280px) {
    display: none;
  }
}

.mx-auto {
  margin: 0 auto;
}

#vimeo-player {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: contain;
}

div[class*="CardWrapper__Outer-"] {
  box-shadow: none !important;
}

/* Vertical form layout — 2-column grid for form fields on desktop */
@media screen and (min-width: 1024px) {
  .hero-vertical-form-wrapper .hs-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    align-items: start;
  }

  /* Full-width rows: heading, existing 2-col fieldsets, legal, recaptcha, submit */
  .hero-vertical-form-wrapper .hs-form fieldset.form-columns-0,
  .hero-vertical-form-wrapper .hs-form fieldset.form-columns-2,
  .hero-vertical-form-wrapper .hs-form fieldset:has(.legal-consent-container),
  .hero-vertical-form-wrapper .hs-form .hs_recaptcha,
  .hero-vertical-form-wrapper .hs-form .hs_submit {
    grid-column: span 2;
  }

  /* form-columns-1 visible fields (address + textarea) pair up side-by-side */
}

/* Vertical form layout */
.hero-container--vertical {
  gap: 24px;
}

.hero-vertical-content {
  gap: 8px;
}
.hero-vertical-content h1 p {
  margin-bottom: 10px;
}

.hero-vertical-content .hero-subhead {
  margin-top: 0px;
}

.hero-vertical-form-wrapper {
  width: 100%;
  margin-top: 8px;

  @media screen and (min-width: 768px) {
    max-width: 80%;
  }
 
}
.hero-vertical-form-wrapper  .hs-submit{
    width: auto;
  @media screen and (min-width: 768px) {
    width: 33%;
  }
}
.hero-vertical-cards {
  width: 100%;

  @media screen and (min-width: 768px) {
    max-width: 80%;
  }
}