@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/wp-content/uploads/2026/07/unoyah-inter-400-700-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/uploads/2026/07/unoyah-poppins-400-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/wp-content/uploads/2026/07/unoyah-poppins-500-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/wp-content/uploads/2026/07/unoyah-poppins-600-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/uploads/2026/07/unoyah-poppins-700-latin.woff2") format("woff2");
}

html {
  scroll-padding-top: calc(var(--unoyah-header-height, 72px) + var(--unoyah-admin-offset, 0px) + 16px);
}

body,
#page {
  overflow-x: clip;
}

.unoyah-skip-link {
  position: fixed;
  top: 8px;
  left: 12px;
  z-index: 100000;
  padding: 11px 16px;
  border-radius: 10px;
  background: #FFFFFF;
  color: #01377D;
  box-shadow: 0 0 0 3px rgba(13, 110, 136, .35), 0 10px 26px rgba(11, 18, 48, .16);
  font: 600 16px/1.2 "Inter", sans-serif;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.unoyah-skip-link:focus,
.unoyah-skip-link:focus-visible {
  transform: translateY(0) !important;
}

header.elementor-location-header {
  position: sticky;
  top: var(--unoyah-admin-offset, 0px);
  z-index: 9999;
  isolation: isolate;
  background: #FBFCFE;
  border-bottom: 1px solid #E3E7F1;
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

header.elementor-location-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: #FBFCFE;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

header.elementor-location-header.is-stuck {
  background: #FBFCFE;
  box-shadow: 0 5px 18px rgba(11, 18, 48, .08);
}

#unoyah-header,
.unoyah-header {
  position: relative !important;
  top: auto !important;
  z-index: auto !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

#unoyah-header-inner,
#unoyah-header-left,
#unoyah-header-actions,
.unoyah-nav-html,
.unoyah-nav-html > .elementor-widget-container {
  overflow: visible !important;
}

.unoyah-manual-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Inter", sans-serif;
}

.unoyah-manual-nav a {
  color: #2A3358;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.unoyah-manual-nav .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  padding: 8px 12px;
  border-radius: 8px;
  white-space: nowrap;
}

.unoyah-manual-nav .nav-link:hover,
.unoyah-manual-nav .nav-link[aria-current="page"] {
  color: #0D6E88;
}

.unoyah-manual-nav .nav-link::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 2px;
  left: 12px;
  height: 2px;
  border-radius: 2px;
  background: #0D6E88;
  opacity: 0;
  transition: opacity 120ms ease;
}

.unoyah-manual-nav .nav-link[aria-current="page"]::after,
body.page-id-988206 .unoyah-manual-nav .nav-services::after,
body.page-id-988207 .unoyah-manual-nav .nav-services::after,
body.page-id-988209 .unoyah-manual-nav .nav-services::after,
body.page-id-988210 .unoyah-manual-nav .nav-services::after,
body.page-id-988216 .unoyah-manual-nav .nav-services::after {
  opacity: 1;
}

.unoyah-manual-nav .services-wrap {
  position: relative;
}

.unoyah-manual-nav .services-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 80;
  width: 320px;
  padding: 8px;
  border: 1px solid #E3E7F1;
  border-radius: 14px;
  visibility: hidden;
  background: #FFFFFF;
  box-shadow: 0 18px 40px rgba(11, 18, 48, .12), 0 4px 8px rgba(11, 18, 48, .04);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
}

.unoyah-manual-nav .services-wrap:hover .services-menu,
.unoyah-manual-nav .services-wrap:focus-within .services-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.unoyah-manual-nav .services-menu a {
  display: block;
  padding: 11px 12px;
  border-radius: 9px;
  color: #01377D;
}

.unoyah-manual-nav .services-menu a:hover {
  background: #F6F8FC;
  color: #0D6E88;
}

.unoyah-manual-nav .services-menu strong,
.unoyah-manual-nav .services-menu span {
  display: block;
}

.unoyah-manual-nav .services-menu strong {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
}

.unoyah-manual-nav .services-menu span {
  margin-top: 2px;
  color: #5A6285;
  font-size: 12px;
  line-height: 1.4;
}

.unoyah-manual-nav .services-menu .assessment {
  margin-top: 4px;
  border-top: 1px solid #E3E7F1;
}

.unoyah-manual-nav svg {
  width: 12px;
  height: 12px;
  opacity: .65;
}

.unoyah-mobile-trigger {
  position: relative;
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #E3E7F1;
  border-radius: 10px;
  background: #FFFFFF;
  color: #01377D;
  cursor: pointer;
}

.unoyah-mobile-trigger .unoyah-menu-line,
.unoyah-mobile-trigger::before,
.unoyah-mobile-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, opacity 180ms ease;
}

.unoyah-mobile-trigger::before {
  transform: translate(-50%, calc(-50% - 6px));
}

.unoyah-mobile-trigger::after {
  transform: translate(-50%, calc(-50% + 6px));
}

.unoyah-mobile-trigger[aria-expanded="true"] .unoyah-menu-line {
  opacity: 0;
}

.unoyah-mobile-trigger[aria-expanded="true"]::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.unoyah-mobile-trigger[aria-expanded="true"]::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.unoyah-mobile-trigger-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.unoyah-mobile-scrim {
  position: fixed;
  inset: 0;
  z-index: 9997;
  border: 0;
  border-radius: 0;
  visibility: hidden;
  background: rgba(11, 18, 48, .48);
  opacity: 0;
  transition: opacity 200ms ease, visibility 200ms;
}

.unoyah-mobile-scrim.is-open {
  visibility: visible;
  opacity: 1;
}

.unoyah-mobile-panel {
  position: fixed;
  top: var(--unoyah-drawer-top, 72px);
  right: 0;
  bottom: 0;
  z-index: 9998;
  width: min(390px, 100vw);
  visibility: hidden;
  pointer-events: none;
}

.unoyah-mobile-panel.is-open {
  visibility: visible;
  pointer-events: auto;
}

.unoyah-mobile-panel-inner {
  height: 100%;
  padding: 18px 18px max(24px, env(safe-area-inset-bottom));
  overflow-y: auto;
  background: #FFFFFF;
  box-shadow: -18px 20px 44px rgba(11, 18, 48, .18);
  transform: translateX(100%);
  transition: transform 200ms ease;
}

.unoyah-mobile-panel.is-open .unoyah-mobile-panel-inner {
  transform: translateX(0);
}

.unoyah-mobile-panel a,
.unoyah-mobile-panel summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 11px 12px;
  border-radius: 10px;
  color: #01377D;
  text-decoration: none;
  font: 600 16px/1.35 "Inter", sans-serif;
}

.unoyah-mobile-panel a:hover,
.unoyah-mobile-panel summary:hover,
.unoyah-mobile-panel a[aria-current="page"] {
  background: #F6F8FC;
  color: #0D6E88;
}

.unoyah-mobile-services summary {
  list-style: none;
  cursor: pointer;
}

.unoyah-mobile-services summary::-webkit-details-marker {
  display: none;
}

.unoyah-mobile-sub-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 200ms ease;
}

.unoyah-mobile-services[open] .unoyah-mobile-sub-wrap {
  grid-template-rows: 1fr;
}

.unoyah-mobile-sub {
  min-height: 0;
  overflow: hidden;
  border-top: 1px solid #E3E7F1;
}

.unoyah-mobile-sub a {
  display: block;
  margin-left: 8px;
}

.unoyah-mobile-sub span {
  display: block;
  margin-top: 2px;
  color: #5A6285;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.unoyah-acc-caret {
  width: 16px;
  height: 16px;
  transition: transform 200ms ease;
}

.unoyah-mobile-services[open] .unoyah-acc-caret {
  transform: rotate(180deg);
}

.unoyah-mobile-panel .unoyah-drawer-cta {
  justify-content: center;
  margin-top: 10px;
  background: #0D6E88;
  color: #FFFFFF;
}

.unoyah-mobile-panel .unoyah-drawer-cta:hover {
  background: #15559D;
  color: #FFFFFF;
}

.unoyah-header-contact .elementor-button {
  min-height: 44px;
  padding: 10px 8px !important;
  border: 0 !important;
  background: transparent !important;
  color: #01377D !important;
  box-shadow: none !important;
}

.unoyah-header-contact .elementor-button:hover {
  color: #0D6E88 !important;
}

.unoyah-header-assessment .elementor-button {
  border-color: #0D6E88 !important;
  background: #0D6E88 !important;
  color: #FFFFFF !important;
}

.unoyah-header-assessment .elementor-button:hover {
  border-color: #15559D !important;
  background: #15559D !important;
  color: #FFFFFF !important;
}

.unoyah-footer-heading .elementor-heading-title {
  color: #DDBA63 !important;
}

.unoyah-footer-logo img {
  width: auto !important;
  height: 30px !important;
  max-width: none;
}

.unoyah-footer a {
  color: #FFFFFF;
}

.unoyah-footer a:hover {
  color: #DDBA63;
}

.elementor-form .elementor-field-label,
.elementor-form label {
  color: #2A3358;
  font: 600 13px/1.4 "Inter", sans-serif;
}

.elementor-form .elementor-field,
.elementor-form select,
.elementor-form textarea {
  border: 1px solid #C9D1E3;
  border-radius: 9px;
  background: #FBFCFE;
  color: #0B1230;
  font-family: "Inter", sans-serif;
}

.elementor-form select {
  min-height: 44px;
  padding-right: 40px;
}

.elementor-form textarea {
  min-height: 180px;
}

.elementor-form .elementor-field:focus,
.elementor-form select:focus,
.elementor-form textarea:focus {
  border-color: #0D6E88;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(13, 110, 136, .35);
}

.elementor-form .elementor-message {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid #C9D1E3;
  border-radius: 9px;
  color: #0B1230;
  font: 600 15px/1.5 "Inter", sans-serif;
}

.elementor-form .elementor-message-success {
  border-color: #138A5A;
  background: #E2F5EC;
  color: #0B5F3F;
}

.elementor-form .elementor-message-danger,
.elementor-form .elementor-message-error,
.elementor-form .elementor-message-warning {
  border-color: #B6253A;
  background: #FBE4E7;
  color: #8A1C2C;
}

.elementor-field-type-honeypot,
.elementor-field-group-field_hp,
.elementor-field-group-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.unoyah-staging-proof {
  width: 100%;
}

@media (max-width: 1024px) {
  #unoyah-header-inner {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #unoyah-header-inner > .e-con-inner {
    align-items: center;
    gap: 16px !important;
  }

  #unoyah-header-left,
  #unoyah-header-actions {
    --width: auto;
    width: auto !important;
    min-height: 72px;
    padding: 0 !important;
    align-items: center;
  }

  #unoyah-header-left {
    flex: 1 1 auto !important;
    gap: 18px !important;
    min-width: 0;
  }

  #unoyah-header-actions {
    flex: 0 0 auto !important;
  }

  #unoyah-header-left > .elementor-widget,
  #unoyah-header-actions > .elementor-widget {
    width: auto !important;
    flex: 0 0 auto !important;
  }

  #unoyah-header-left > .unoyah-nav-html {
    flex: 1 1 auto !important;
    min-width: 0;
  }

  #unoyah-header-left > .unoyah-header-logo,
  .unoyah-header-logo img {
    width: auto !important;
  }

  .unoyah-header-logo img {
    height: 29px !important;
    max-width: none;
  }

  .unoyah-manual-nav {
    flex-wrap: nowrap;
    gap: 0;
  }

  .unoyah-manual-nav a {
    font-size: 14px;
  }

  .unoyah-manual-nav .nav-link {
    padding-right: 4px;
    padding-left: 4px;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  #unoyah-header-inner {
    min-height: 64px !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  #unoyah-header-left {
    justify-content: space-between !important;
    width: 100% !important;
  }

  #unoyah-header-actions,
  .unoyah-manual-nav {
    display: none !important;
  }

  .unoyah-mobile-trigger {
    display: inline-flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}
