:root {
  --transparent-azure: #ecfbfe33;
  --transparent-midnight: #03404f33;
}

.page-id-632,
.page-template-landing-page,
.page-template-landing {
  margin: 0;

  #sticky-mobile {
    display: none;
  }
  #container {
    max-width: none;
    width: 100%;
  }
  .entry-content .gform_wrapper {
    background-color: white;
    box-sizing: border-box;
    padding: 0 0 50px 0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 60px;
    width: 600px;

    .gform-body {
      width: 100%;
    }

    .gform_heading {
      display: none;
    }

    .gfield:not(#field_13_2) {
      padding: 0 50px;
    }

    .gfield input:not(.gfield-choice-input) {
    }

    .gform-footer,
    .gform_page_footer {
      border-top: none !important;
      padding: 0 50px !important;
      margin: 25px 0 0 0 !important;
    }

    .gform_next_button,
    .gform_previous_button,
    .gform_button {
      border-radius: 100px;
      box-shadow: none;
      margin-right: 0 !important;
      width: 100% !important;
      background-color: var(--accent);
      color: white;
      text-align: center;
      text-transform: uppercase;
      box-sizing: border-box !important;
      padding: 10px;
      font-size: 20px !important;
      transition: all 0.6s ease;
      font-weight: 600;
      margin-left: 0px;
    }

    .gform_next_button:hover,
    .gform_previous_button:hover,
    .gform_button:hover {
      background-color: var(--accent);
      color: #fff;
      cursor: pointer;
    }

    .gfield select {
      background-color: #fafafa;
      border: 1px solid #444;
      border-radius: 5px;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
      padding: 5px 10px !important;
      color: #444;
      width: 100% !important;
    }
  }

  #footer {
    display: none;
  }
  .page {
    margin: 0;
  }
  #header,
  #main-header-wrapper,
  .sticky-header {
    display: none;
  }
  .entry-content {
    max-width: none;
    width: 100%;
    margin: 0;

    & > p {
      margin-bottom: 0;
    }
  }
}
.content-wrapper {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.new-lp {
  font-size: 16px;
}
.new-lp {
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: var(--accent);
  }
}
.fifty-percent {
  width: 50%;

  &:first-of-type {
    padding-right: 5%;
  }
  &:last-of-type {
    padding-left: 5%;
  }
}
.lp-btn {
  background-color: var(--accent);
  color: white !important;
  text-transform: capitalize;
  border-radius: 100px;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.6s ease;
  font-size: 16px;
}
.lp-btn:visited {
  color: white;
}
.lp-btn:hover {
  background-color: var(--primary);
  color: white;
}
.lp-header-logo {
  margin-top: 40px;
  max-width: 250px;
}
.lp-hero {
  width: 100%;
  background-color: var(--accent);
  color: #fff;
  padding: 80px 0;
  display: flex;
  flex-direction: column;

  .lp-hero-content {
    display: flex;
    padding-bottom: 80px;
  }
  .lp-logo {
  }
  & h1 {
    font-size: 40px;
    line-height: 120%;
    color: #fff;
  }
  & p {
    margin-bottom: 0;
  }
  .logo-ctn {
    margin-bottom: 80px;

    .lp-btn {
      display: none;
      background-color: var(--primary);

      &:hover {
        background-color: var(--primary);
      }
    }
  }
}
.hero-card {
  background-color: var(--tertiary);
  padding: 32px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;

  & img {
    border-radius: 8px;
    margin-bottom: 24px;
  }
  .lp-btn {
    margin-bottom: 16px;

    &:last-of-type {
      margin-bottom: 0;
    }
  }
}
.lp-hero-sub {
  border-top: 2px solid var(--transparent-azure);
  display: flex;
  justify-content: space-between;
  padding: 24px 0 0 0;

  & p {
    margin-bottom: 0;
    color: #fff;
    text-transform: capitalize;
  }
  & a {
    color: #fff;
    text-transform: capitalize;
  }
  & a:visited {
    color: #fff;
  }
}
.lp-services-section {
  padding: 80px 0;

  .services-img {
    border-radius: 8px;
  }
  .lp-services-content {
    display: flex;
  }
}

.lp-sub-title {
  font-size: 40px;
}

.lp-services {
  & p:last-of-type {
    color: var(--accent);
    padding-top: 24px;
    margin-bottom: 0;
    border-top: 2px solid var(--transparent-midnight);

    & a {
      font-weight: 600;
      color: var(--accent);
    }
    & a:visited {
      color: var(--accent);
    }
  }
}

.check-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  list-style-type: none;
  padding: 0 0 40px 0;
  margin: 0 !important;
}

.check-cta {
  padding: 16px 24px;
  border-radius: 30px;
  background-color: var(--tertiary);
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: var(--accent);
  list-style-type: none;
  width: fit-content;
}

& svg {
  width: 18px;
  margin-right: 10px;
}

.lp-hours {
  padding: 80px 0;
  background-color: var(--accent);

  .lp-sub-title {
    display: none;
  }

  .hours {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }

  .day {
    display: flex;
    flex-direction: column;
    color: #fff;
    max-width: 250px;

    & p:first-of-type {
      font-weight: 600;
      font-size: 24px;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 2px solid var(--transparent-azure);
      padding-left: 20px;
      padding-right: 20px;
    }

    & p {
      text-align: center;
      margin-bottom: 0;
    }
  }
}

.lp-team-section {
  padding: 80px 0;
  max-height: 750px;
  height: 100%;
  display: flex;
  justify-content: center;

  .lp-team-content {
    display: flex;
    align-items: center;
  }

  & img {
    border-radius: 8px;
  }
  .lp-team-content-upper {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid var(--transparent-midnight);
  }
  .lp-sub-title {
    margin-bottom: 0;
  }
}

.lp-footer {
  background-color: var(--accent);
  padding: 48px 0;

  .lp-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .lp-footer-btns-ctn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;

    .lp-btn:visited,
    .lp-btn {
      width: 185px;
      background-color: var(--tertiary) !important;
      color: var(--accent) !important;

      &:hover {
        background-color: var(--primary) !important;
      }
    }
  }
}

/* slider css */

.sl-lp-wrapper {
}
.sl-lp-container {
}
.sl-lp-header {
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 17px;
  text-transform: capitalize;
}
.sl-lp-arrow-container {
  max-height: 48px;
  max-width: 48px;
}
.sl-lp-arrow-container:hover {
  cursor: pointer;
}
.sl-lp-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
}
.sl-lp-content {
  padding: 40px 0 0 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.sl-lp-content .sl-lp-text {
  & > *:first-child {
    display: block;
    margin-bottom: 0;
  }
  & > * {
    display: none;
  }
}
.sl-lp-content .sl-lp-name {
  text-transform: capitalize;
  font-weight: 600;
  color: var(--accent);
  font-size: 24px;
  margin-bottom: 10px;
}
.sl-lp-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.sl-lp-side {
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  text-align: center;
  background-color: var(--accent);
  border: 2px solid var(--accent);
  box-sizing: border-box;
  font-size: 20px;
  color: var(--accent);
  transition: all 0.6s ease;
  color: #fff;
}
.sl-lp-side:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: white;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .fifty-percent {
    width: 100%;
    &:first-of-type {
      padding: 0 0 48px 0;
    }
    &:last-of-type {
      padding: 0;
    }
  }
  .content-wrapper {
    flex-direction: column;
  }
  .lp-hero {
    padding: 48px 0;

    .lp-hero-content {
      padding-bottom: 48px;
    }
    .logo-ctn {
      display: flex;
      justify-content: space-between;

      .lp-logo {
        max-width: 180px;
      }
      .lp-btn {
        display: inline-block;
        height: fit-content;

        &:hover {
          background-color: var(--accent);
        }
      }
    }
    & h1 {
      font-size: 30px;
    }
  }
  .hero-card {
    padding: 24px;
  }
  .lp-hero-sub {
    & p,
    a {
      margin-bottom: 20px;
      text-align: center;
    }
    & a {
      margin-bottom: 0;
    }
  }
  .lp-services-section {
    padding: 48px 0;

    .lp-sub-title {
      padding-bottom: 24px;
      border-bottom: 2px solid var(--transparent-midnight);
    }
  }
  .lp-hours {
    padding: 48px 0;

    .hours {
      gap: 12px;
    }

    .day {
      flex-direction: row;
      justify-content: space-between;
      max-width: none;
      width: 100%;

      & p:first-of-type {
        font-size: 16px;
        font-weight: 400;
        border-bottom: none;
        margin-bottom: 0;
        padding: 0;
      }
    }
    .lp-sub-title {
      display: block;
      color: #fff;
      padding-bottom: 24px;
      border-bottom: 2px solid var(--transparent-azure);
    }
  }
  .lp-team-section {
    padding: 48px 0;
    height: 1000px;
    max-height: 1000px;
    max-width: none;
  }
  .lp-team-content {
    position: absolute;
  }

  .lp-footer-logo {
    margin-bottom: 48px;
  }
  .sl-lp-btns {
    align-items: flex-start;
  }
}
