.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#292C33;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F2451A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:500ms;--e-preloader-delay:1ms;--e-preloader-color:var( --e-global-color-text );--e-preloader-size:155px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#FFFFFF;}.elementor-kit-5 e-page-transition{background-color:#000000;}.elementor-kit-5 p{margin-block-end:0px;}.elementor-kit-5 input:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea,.elementor-kit-5 .elementor-field-textual{accent-color:#FFFFFF;background-color:#FFFFFF;}.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);}@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 *//* =========================
   MOBILE: lock vertical-only scrolling
   ========================= */
@media (max-width: 767px){
  html, body {
    overflow-x: hidden !important;
    width: 100% !important;
  }
  body {
    touch-action: pan-y !important;      /* vertical only */
    overscroll-behavior-x: none !important;
  }

  /* Clamp common Elementor wrappers so nothing overflows */
  .elementor-section,
  .elementor-container,
  .e-con,                 /* Elementor container */
  .elementor-column,
  .site, .site-container, #page, #primary, #content {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  /* Media should never overflow horizontally */
  img, video, iframe {
    max-width: 100% !important;
    height: auto;
    display: block;
  }

  /* Ensure burger overlay/drawer never affect layout width */
  .gg-overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; }
  .gg-drawer  { position: fixed; right: 0; left: auto; }

  /* Safety net for rogue 100vw sections that include padding */
  [style*="width: 100vw"],
  .has-100vw,
  .w-100vw {
    width: 100% !important;
  }
}

/* =========================
   BACK TO TOP button → round with ↑ icon
   (covers common theme .elementor-kit-5s)
   ========================= */
#ast-scroll-top,            /* Astra */
.ast-scroll-to-top,
#scroll-top,                /* OceanWP */
#scrollToTop,
#toTop,
#scrollUp,
.elementor-scroll-to-top,   /* Elementor add-ons */
.e-scroll-to-top,
.scroll-to-top,
.scroll-top,
.back-to-top,
#scroll-to-top,
a[href="#top"],
a[href="#Top"] {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ff7a00 !important;     /* button circle */
  color: #111 !important;          /* arrow color */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0,0,0,.35);
  border: none !important;
  background-image: none !important;
  z-index: 2147483647;
  overflow: hidden;
  line-height: 1;
}

/* Hide any built-in icon/font the theme injects */
#ast-scroll-top > *, .ast-scroll-to-top > *,
#scroll-top > *, #scrollToTop > *, #toTop > *, #scrollUp > *,
.elementor-scroll-to-top > *, .e-scroll-to-top > *,
.scroll-to-top > *, .scroll-top > *, .back-to-top > *, #scroll-to-top > * {
  display: none !important;
}

/* Draw the ↑ arrow with CSS (chevron + stem) */
#ast-scroll-top::before, .ast-scroll-to-top::before,
#scroll-top::before, #scrollToTop::before, #toTop::before, #scrollUp::before,
.elementor-scroll-to-top::before, .e-scroll-to-top::before,
.scroll-to-top::before, .scroll-top::before, .back-to-top::before, #scroll-to-top::before,
a[href="#top"]::before, a[href="#Top"]::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 42%;
  width: 14px;
  height: 14px;
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}

#ast-scroll-top::after, .ast-scroll-to-top::after,
#scroll-top::after, #scrollToTop::after, #toTop::after, #scrollUp::after,
.elementor-scroll-to-top::after, .e-scroll-to-top::after,
.scroll-to-top::after, .scroll-top::after, .back-to-top::after, #scroll-to-top::after,
a[href="#top"]::after, a[href="#Top"]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 56%;
  width: 2px;
  height: 12px;
  background: currentColor;
  transform: translateX(-50%);
}

/* Hover state */
#ast-scroll-top:hover, .ast-scroll-to-top:hover,
#scroll-top:hover, #scrollToTop:hover, #toTop:hover, #scrollUp:hover,
.elementor-scroll-to-top:hover, .e-scroll-to-top:hover,
.scroll-to-top:hover, .scroll-top:hover, .back-to-top:hover, #scroll-to-top:hover,
a[href="#top"]:hover, a[href="#Top"]:hover {
  background: #f2f2f2 !important;
}/* End custom CSS */