.elementor-kit-8{--e-global-color-primary:#02050A;--e-global-color-secondary:#222831;--e-global-color-text:#FFFFFF;--e-global-color-accent:#55E6A5;--e-global-color-20932b3:#151C25;--e-global-color-ccdda69:#09101A;--e-global-color-9811fa5:#A2A2A2;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:clamp(1.5rem, 0.5625rem + 3vw, 2.25rem);--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1em;--e-global-typography-primary-letter-spacing:2px;--e-global-typography-primary-word-spacing:5px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:clamp(1.25rem, 0.7813rem + 1.5vw, 1.625rem);--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.5em;--e-global-typography-secondary-letter-spacing:2px;--e-global-typography-secondary-word-spacing:5px;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:clamp(0.9375rem, 0.8594rem + 0.25vw, 1rem);--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:clamp(0.875rem, 0.7969rem + 0.25vw, 0.9375rem);--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1em;--e-global-typography-accent-letter-spacing:1px;--e-global-typography-accent-word-spacing:0px;background-color:var( --e-global-color-primary );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}{}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 */.scroll-label {
  position: fixed;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) translateX(0) scale(1);
  z-index: 9999;
  pointer-events: none;
  user-select: none;

  /* Vertical text */
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;

  /* Font */
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  color: #222;

  /* Animation */
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 1;
}

/* Initial hidden state when switching */
.scroll-label.switching {
  transform: translateY(-50%) translateX(10px) scale(0.9);
  opacity: 0;
}


/* Responsive */
@media (max-width: 767px){
  .scroll-label {
    font-size: 18px;
    letter-spacing: 0.15em;
  }
}



/* Hide default scrollbar */
::-webkit-scrollbar { width: 0; height: 0; }
* { scrollbar-width: none; }
body { -ms-overflow-style: none; }/* End custom CSS */