.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#D7D8DAFC;--e-global-color-text:#7A7A7A;--e-global-color-accent:#010F33;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-weight:300;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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{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 */body {
  /* overflow: hidden !important;  <-- REMOVE THIS LINE */
  overflow-x: hidden; /* Only hide horizontal scrollbars if needed */
  background: linear-gradient(180deg, #010D21 0%, #071A33 50%, #0F2E4D 100%);
}

#canvas { 
    position: fixed !important; 
    top: 0; 
    left: 0; 
    width: 100vw; 
    height: 100vh;
    z-index: -1 !important;
    pointer-events: none; } 

/*html, body { height: 100%; overflow-x: hidden; }*/

body {
  overscroll-behavior: none;
}

body.elementor-editor-active #canvas {
  display: none; /* hides canvas while editing */
}


/*
  This targets the most common wrapper that controls scrolling
  in modern WordPress/Elementor themes.
*/
.elementor-body-page-layout {
  /* Hides scrollbar for Firefox/IE/Edge */
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Hides scrollbar for Chrome/Safari on the primary container */
.elementor-body-page-layout::-webkit-scrollbar {
  display: none;
}
html, body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
  display: none;
}

/* Make Hello Elementor reset buttons transparent ONLY in nav */
body .liquid-glass-nav button {
  background-color: transparent !important;
  border-color: transparent !important;
}

body .liquid-glass-nav button:hover,
body .liquid-glass-nav button:focus {
  background-color: transparent !important;
  color: inherit !important;
}

/*scroll animation*/
.scroll-scale-section {
  transform: scale(0.9);
  transition: transform 0.6s ease-out;
  will-change: transform;
}

.scroll-scale-section.is-active {
  transform: scale(1);
}/* End custom CSS */