@font-face {
  font-family: "Open Sans";
  src: url("/assets/webtroniclabs.com/wp-content/uploads/elementor/google-fonts/fonts/opensans-memvyags126mizpba-uvwbx2vvnxbbobj2ovts-muw.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 300 800;
}

@font-face {
  font-family: "Outfit";
  src: url("/assets/webtroniclabs.com/wp-content/uploads/elementor/google-fonts/fonts/outfit-qgyvz_mvcbenp4njtetq.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

@font-face {
  font-family: "Poppins";
  src: url("/assets/webtroniclabs.com/wp-content/uploads/elementor/google-fonts/fonts/poppins-pxibyp8kv8jhgfvrlgt9z1xlfq.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Roboto";
  src: url("/assets/webtroniclabs.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --recovery-peach: #f8b38f;
  --recovery-coral: #fe744d;
  --recovery-ink: #212123;
}

html {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: auto !important;
  scroll-behavior: smooth;
}

body[data-static-recovery] {
  min-height: 100%;
  overflow: visible !important;
  overscroll-behavior: auto !important;
}

.static-scheduler {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgb(0 0 0 / 9%);
  display: grid;
  font-family: "Open Sans", sans-serif;
  grid-template-columns: minmax(220px, 0.82fr) minmax(430px, 1.55fr);
  height: 700px;
  margin: 24px auto;
  max-width: 980px;
  min-width: 0 !important;
  overflow: hidden;
}

.static-scheduler__intro,
.static-scheduler__calendar {
  padding: 44px 38px;
}

.static-scheduler__intro {
  border-right: 1px solid #e5e7eb;
  color: #68717d;
}

.static-scheduler__brand {
  align-items: center;
  color: #1f2937;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  gap: 9px;
  margin-bottom: 52px;
  text-transform: uppercase;
}

.static-scheduler__brand span {
  align-items: center;
  background: #fe744d;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.static-scheduler__host {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px;
}

.static-scheduler h2 {
  color: #1f2937;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 18px;
}

.static-scheduler__duration {
  font-size: 15px;
  font-weight: 600;
}

.static-scheduler__month-row {
  align-items: center;
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  margin: 30px 0 24px;
  text-align: center;
}

.static-scheduler__month-row strong {
  color: #1f2937;
  font-size: 16px;
  text-transform: capitalize;
}

.static-scheduler__month-row button {
  background: #f2f7ff;
  border: 0;
  border-radius: 999px;
  color: #006bff;
  cursor: pointer;
  font-size: 24px;
  height: 40px;
  padding: 0;
  width: 40px;
}

.static-scheduler__weekdays,
.static-scheduler__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}

.static-scheduler__weekdays span {
  color: #7c8794;
  font-size: 11px;
  font-weight: 700;
  padding: 10px 0;
}

.static-scheduler__days > * {
  align-items: center;
  display: flex;
  height: 44px;
  justify-content: center;
}

.static-scheduler__days button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #006bff;
  cursor: pointer;
  font: 700 14px/1 "Open Sans", sans-serif;
  margin: auto;
  width: 44px;
}

.static-scheduler__days button:hover,
.static-scheduler__days button.is-selected {
  background: #006bff;
  color: #fff;
}

.static-scheduler__days button:disabled {
  color: #c7ccd1;
  cursor: default;
}

.static-scheduler__timezone {
  color: #4b5563;
  font-size: 13px;
  margin-top: 24px;
}

.elementor-popup-modal,
.dialog-widget,
.elementor-sticky__spacer {
  display: none !important;
}

.elementor-location-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.elementor-location-header .elementor-sticky--active {
  inset: auto !important;
  margin: 0 !important;
  position: static !important;
  width: auto !important;
}

.elementor-location-header .elementor-section-wrap,
.elementor-location-header > div {
  background: #fbd0ba;
}

.elementor-headline-dynamic-wrapper {
  display: inline-grid !important;
  overflow: visible !important;
  width: auto !important;
}

.elementor-headline-dynamic-text {
  grid-area: 1 / 1;
  opacity: 0 !important;
  position: static !important;
  transform: translateY(0.18em);
  transition: opacity 180ms ease, transform 180ms ease;
  visibility: hidden !important;
  white-space: nowrap;
}

.elementor-headline-dynamic-text.elementor-headline-text-active {
  opacity: 1 !important;
  transform: translateY(0);
  visibility: visible !important;
}

.elementor-nav-menu--dropdown.static-open,
.elementor-nav-menu--dropdown[aria-hidden="false"] {
  display: block !important;
}

.elementor-nav-menu--dropdown[aria-hidden="true"] {
  display: none !important;
}

.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children:focus-within > .sub-menu {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Elementor sized the desktop Services submenu to the width of its trigger,
   leaving the longer service labels outside the menu background. */
body#top .elementor-nav-menu--main .menu-item-has-children > .sub-menu {
  box-sizing: border-box;
  margin-top: 0 !important;
  min-width: 320px !important;
  overflow: hidden;
  top: 100% !important;
  width: max-content !important;
}

body#top .elementor-nav-menu--main .menu-item-has-children > .sub-menu .elementor-sub-item {
  box-sizing: border-box;
  display: block;
  white-space: nowrap;
  width: 100%;
}

/* Elementor clickable columns use a non-standard `link` attribute. */
.static-linked-container {
  cursor: pointer;
}

.static-linked-container:focus-visible {
  outline: 3px solid var(--recovery-coral);
  outline-offset: 3px;
}

/* Elementor normally reveals animated rows and tab panels with its runtime. */
.elementor-invisible {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.elementor-widget-tabs .elementor-tab-content.elementor-active {
  display: block !important;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--recovery-coral);
  outline-offset: 3px;
}

.static-video-modal {
  align-items: center;
  background: rgb(0 0 0 / 82%);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 10000;
}

.static-video-modal[hidden] {
  display: none;
}

.static-video-dialog {
  background: #111;
  border-radius: 18px;
  box-shadow: 0 24px 80px rgb(0 0 0 / 40%);
  max-width: 960px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.static-video-dialog video {
  display: block;
  max-height: 82vh;
  width: 100%;
}

.static-video-close {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 999px;
  color: #111;
  cursor: pointer;
  display: flex;
  font: 700 26px/1 sans-serif;
  height: 42px;
  justify-content: center;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 42px;
  z-index: 1;
}

.static-mobile-menu {
  background: linear-gradient(145deg, #f9b18c, #fff0e8 75%);
  display: grid;
  inset: 0;
  overflow-y: auto;
  padding: 24px;
  place-items: center;
  position: fixed;
  z-index: 12000;
}

.static-mobile-menu[hidden] {
  display: none;
}

.static-mobile-menu__close {
  background: #212123;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font: 700 24px/1 sans-serif;
  height: 44px;
  position: absolute;
  right: 22px;
  top: 20px;
  width: 44px;
}

.static-mobile-menu nav {
  max-width: 360px;
  width: 100%;
}

.static-mobile-menu ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.static-mobile-menu a {
  border-bottom: 1px solid rgb(33 33 35 / 18%);
  color: #212123;
  display: block;
  font: 600 24px/1.25 "Open Sans", sans-serif;
  padding: 14px 10px;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .elementor-location-header {
    position: relative;
  }

  .elementor-menu-toggle {
    cursor: pointer;
  }

  a[aria-label="nav menu icon"] {
    cursor: pointer;
  }

  .elementor-nav-menu--dropdown.static-open {
    left: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 100% !important;
    z-index: 2000;
  }
}

@media (max-width: 767px) {
  .static-scheduler {
    display: block;
    height: auto;
    margin: 0 auto;
    min-height: 750px;
  }

  .static-scheduler__intro,
  .static-scheduler__calendar {
    padding: 28px 22px;
  }

  .static-scheduler__intro {
    border-bottom: 1px solid #e5e7eb;
    border-right: 0;
  }

  .static-scheduler__brand {
    margin-bottom: 28px;
  }

  .static-scheduler__days > * {
    height: 40px;
  }

  .static-scheduler__days button {
    height: 38px;
    width: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .elementor-headline-dynamic-text {
    transition: none;
  }
}
