/* landing page css */

:root {
  /*--midnight: #03404f;*/
  --yellow: #FDF1C1;
  --azure: #ecfbfe;
  --brick-red: #730502;
  /*--orange: #046077;*/
  --orange: #E6B55E;
  --turquiose: #74DDD0;
  --dark-blue: #024050;
  --transparent-azure: #ecfbfe33;
  --transparent-midnight: #03404f33;
  --area-normal: "area-normal", sans-serif;
}

.page-id-382 {
  margin: 0 !important;

  .page {
    margin: 0;
  }
  .entry-content {
    margin: 0;
    width: 100%;
    max-width: none;
  }
  & header {
    display: none;
  }
  .site-footer {
    display: none;
  }
  #header {
    display: none;
  }
}

.page-id-382 {
  .page {
    margin: 0;
  }
  #main-header-wrapper,
  .sticky-header {
    display: none;
  }
  .entry-content {
    max-width: none;
    width: 100%;
    margin: 0;
  }
}
.page-id-382 {
  .site-info {
    display: flex;
    width: 90%;
    margin: 0px auto 0 auto;
    border-top: 1px solid var(--transparent-azure);
  }
  .site-footer {
    background-color: var(--yellow);
    margin-top: 60px;
  }
  .copyright {
    padding: 20px 0;
    margin: 0 auto;
    width: fit-content;
    max-width: 90%;
    color: #fff;
    text-align: center;

    & a {
      color: #333;
      text-align: center;

      &:hover {
        color: var(--azure);
      }
    }
    & a:visited {
      color: #fff;
    }
    & span {
      color: #fff;
      text-align: center;
    }
  }
}
.content-wrapper {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.new-lp {
  font-size: 16px;
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: var(--brick-red);
  }
}
.fifty-percent {
  width: 50%;

  &:first-of-type {
    padding-right: 5%;
  }
  &:last-of-type {
    padding-left: 5%;
  }
}
.lp-btn {
  background-color: var(--orange);
  color: white;
  text-transform: capitalize;
  border-radius: 100px;
  padding: 20px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.6s ease;
  font-weight: 700;
}
.lp-btn:visited {
  color: white;
}
.lp-btn:hover {
  background-color: var(--brick-red);
  color: white;
}
.lp-hero {
  width: 100%;
  background-color: var(--yellow);
  color: #333;
  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: var(--brick-red);
  }
  & p {
    margin-bottom: 0;
  }
  .logo-ctn {
    margin-bottom: 20px;

    .lp-btn {
      display: none;
    }
  }
}
.hero-card {
  background-color: #fff;
  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: 1px solid var(--brick-red);
  display: flex;
  justify-content: space-between;
  padding: 24px 0 0 0;

  & p {
    margin-bottom: 0;
    color: #333;
    text-transform: capitalize;
	font-weight: 700;
  }
  & a {
    color: #333;
    text-transform: capitalize;
	font-weight: 700;
  }
  & a:visited {
    color: #333;
  }
}
.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: #333;
    padding-top: 24px;
    margin-bottom: 0;
    border-top: 2px solid #FDF1C1;

    & a {
      font-weight: bold;
      color: #333;
    }
    & a:visited {
      color: var(--yellow);
    }
  }
}

.check-ctas {
  display: flex;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  gap: 16px;
  margin: 0;
  list-style-type: none;
  padding: 0 0 40px 0;
}

.check-cta {
  padding: 16px 24px;
  border-radius: 30px;
  background-color: var(--turquiose);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  list-style-type: none;
  width: fit-content;
  font-weight: bold;

  & svg {
    width: 18px;
    margin-right: 10px;

    & path {
      fill: #fff;
    }
  }
}

.lp-hours {
  padding: 80px 0;
  background-color: var(--yellow);

  .lp-sub-title {
    display: none;
  }

  .hours {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }

  .day {
    display: flex;
    flex-direction: column;
    color: var(--brick-red);
    max-width: 250px;

    & p:first-of-type {
      font-weight: bold;
      font-size: 24px;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid var(--brick-red);
      padding-left: 20px;
      padding-right: 20px;
    }

    & p {
      text-align: center;
      margin-bottom: 0;
    }
  }
}

.lp-team-section {
  padding: 80px 0;
  height: 600px;
  display: flex;
  justify-content: center;

  .lp-team-content {
    display: flex;
  }

  & img {
    border-radius: 8px;
  }
  .lp-team-content-upper {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--brick-red);
  }
  .lp-sub-title {
    margin-bottom: 0;
  }
}

.lp-footer {
  background-color: var(--yellow);
  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 {
      width: 185px;

      &:hover {
        background-color: var(--orange);
      }
    }
  }
}

/* slider css */

.sl-lp-wrapper {
}
.sl-lp-container {
  /* display: flex;
  width: 1360px;
  max-width: 90vw;
  height: 100%;
  display: flex;
  flex-direction: row; */
}
.sl-lp-header {
  font-weight: bold;
  color: var(--orange);
  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;
  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: bold;
  color: var(--brick-red);
  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(--orange);
  border: 2px solid var(--orange);
  box-sizing: border-box;
  font-size: 20px;
  color: var(--orange);
  transition: all 0.6s ease;
  color: #fff;
}
.sl-lp-side:hover {
  background-color: var(--brick-red);
  border-color: var(--brick-red);
  color: white;
  cursor: pointer;
}

/* modal */

dialog::backdrop {
  background: rgba(0, 0, 0, 0.8);
}
dialog {
  position: fixed;
  height: 100vh;
  width: 100vw;
  border: none;
  background: transparent;
  padding: 0;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-container {
  position: relative;
  display: inline-block;
}
dialog img {
  width: fit-content;
  height: 90vh;
  max-height: fit-content;
  object-fit: contain;
  display: block;
  margin: auto;
  border-radius: 8px !important;
  position: relative;
  overflow: hidden;
}
.close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: var(--orange);
  color: white;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 28px;
  text-align: center;
  z-index: 10;
  padding: 0;
  outline: 0;
}

@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: 200px;
      }
      .lp-btn {
        display: inline-block;
        height: fit-content;

        &:hover {
          background-color: var(--orange);
        }
      }
    }
    & h1 {
      font-size: 30px;
    }
  }
  .hero-card {
    padding: 24px;
  }
  .lp-hero-sub {
    & p,
    a {
      margin-bottom: 20px;
      text-align: center;
    }
    & a {
      margin-bottom: 0;
      display: flex;
      flex-direction: column;
    }
  }
  .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: normal;
        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;
  }
  .lp-footer-logo {
    margin-bottom: 48px;
  }
  .sl-lp-btns {
    align-items: flex-start;
  }
  .lp-team-section {
    padding: 48px 0;
    height: 1025px;
    max-width: none;
  }
}

/*appointment form*/

.page-id-417 {
  #header .header-inner {
    display: flex;
    justify-content: center;
    padding: 20px 0;
  }
}

.page-id-417 {
  background-color: var(--yellow);
}

.page-id-417 .entry-content {
  display: flex;
  justify-content: center;
  margin: 0 auto !important;
}

.page-id-417 header.entry-header h1.entry-title {
  text-align: center;
  padding: 0;
  color: var(--brick-red);
  margin: 40px auto;
  width: 90%;
}

.appt-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-sizing: border-box;
  padding: 50px 0 35px 0;
  position: relative;
}
.appt-header h2 {
  margin-bottom: 20px;
  font-weight: bold !important;
  text-transform: capitalize;
  color: var(--brick-red);
  font-size: 32px;
}
.appt-header > p {
  font-style: italic;
  color: #444;
  margin-bottom: 0 !important;
}
.appt-page-number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: var(--orange);
  border-radius: 100%;
  top: -25px;
}
.appt-page-number > p {
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  margin-bottom: 0 !important;
}
.appt-urgent-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 25px 50px;
  background-color: #eb5757;
  width: 100%;
  box-sizing: border-box;
}
.appt-urgent-cta p {
  color: white;
  margin-bottom: 0 !important;
  text-align: center;
}
.appt-urgent-cta p a {
  color: white;
  margin-bottom: 0 !important;
  text-align: center;

  &:visited {
    color: #fff;
  }
}

.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: 90%;
  max-width: 600px;

  .gform-body {
    width: 100%;
  }

  .gform_heading {
    display: none;
  }

  .gfield:not(#field_13_2) {
    padding: 0 50px;
  }

  .gfield input:not(.gfield-choice-input) {
    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;
  }

  .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(--orange);
    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: bold;
    margin-left: 0px;
    padding: 20px !important;
  }

  .gform_next_button:hover,
  .gform_previous_button:hover,
  .gform_button:hover {
    background-color: var(--brick-red);
    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;
  }
}