.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:52px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.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;--container-default-padding-top:80px;--container-default-padding-right:40px;--container-default-padding-bottom:80px;--container-default-padding-left:40px;}.elementor-widget:not(:last-child){--kit-widget-spacing:22px;}.elementor-element{--widgets-spacing:22px 22px;--widgets-spacing-row:22px;--widgets-spacing-column:22px;}{}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-kit-6{--e-global-typography-primary-font-size:42px;--e-global-typography-text-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:58px;--container-default-padding-right:20px;--container-default-padding-bottom:058px;--container-default-padding-left:20px;}}
/* Start custom CSS *//* Sticky header base */
.sticky-header {
  position: fixed;        /* if you're using Elementor's sticky, remove this line */
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: transform 2s cubic-bezier(0.4, 0, 0.2, 1), 
              opacity 2s ease;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

/* Hide state on scroll down */
.sticky-header.hide {
  transform: translateY(-100%);
  opacity: 0;
}

/* Logged-in WP admin bar offset */
body.admin-bar .sticky-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .sticky-header { top: 46px; } }

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .sticky-header {
    transition: none;
  }
}/* End custom CSS */