.elementor-kit-6{--e-global-color-primary:#2AA9E1;--e-global-color-secondary:#1C2F82;--e-global-color-text:#000000;--e-global-color-accent:#F2F3F9;--e-global-color-46abad9:#F9FAFB;--e-global-typography-primary-font-family:"janna";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"janna";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"janna";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"janna";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"janna", Sans-serif;}.elementor-kit-6 label{font-family:"janna", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
  scroll-behavior: smooth; /* native smooth scroll for anchor jump */
}

.back-to-top {
  position: fixed;
  inset-inline-end: 20px; /* RTL/LTR aware */
  inset-block-end: 20px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #2AA9E1;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0,0,0,.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .25s, transform .25s, visibility 0s .25s;
  z-index: 9999;
}

.back-to-top svg { fill: currentColor; }

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity .25s, transform .25s;
}

/* Hover/Focus styles */
.back-to-top:focus,
.back-to-top:hover {
  outline: none;
  filter: brightness(1.15);
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .back-to-top { transition: none; }
}

/* Optional: keep above Elementor's floating widgets */
.elementor-widget,
.elementor-section { z-index: auto; }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'janna';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://hailthyhr.com/wp-content/uploads/2025/09/alfont_com_alfont_com-Janna-LT-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'janna';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://hailthyhr.com/wp-content/uploads/2025/09/alfont_com_Janna-LT-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */