.elementor-kit-5{--e-global-color-primary:#172A64;--e-global-color-secondary:#333333;--e-global-color-text:#7A7A7A;--e-global-color-accent:#407BBF;--e-global-color-12321e7:#C0C0C0;--e-global-color-9f7cc18:#FFFFFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:600;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-text );line-height:1.35em;}.elementor-kit-5 h1{font-size:2.25em;line-height:1.35em;}.elementor-kit-5 h2{font-size:2em;line-height:1.35em;}.elementor-kit-5 h3{font-size:1.75em;line-height:1.35em;}.elementor-kit-5 h4{font-size:1.5em;line-height:1.35em;}.elementor-kit-5 h5{font-size:1.25em;line-height:1.35em;}.elementor-kit-5 h6{font-size:1.125em;line-height:1.35em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}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:992px){.elementor-kit-5{font-size:0.875em;}.elementor-kit-5 h1{font-size:2em;}.elementor-kit-5 h2{font-size:1.75em;}.elementor-kit-5 h3{font-size:1.5em;}.elementor-kit-5 h4{font-size:1.25em;}.elementor-kit-5 h5{font-size:1.125em;}.elementor-kit-5 h6{font-size:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:600px){.elementor-kit-5 h1{font-size:1.75em;}.elementor-kit-5 h2{font-size:1.5em;}.elementor-kit-5 h3{font-size:1.25em;}.elementor-kit-5 h4{font-size:1.125em;}.elementor-kit-5 h5{font-size:1em;}.elementor-kit-5 h6{font-size:0.875em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Initial state - transparent */
.sticky-header {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background-color: transparent;
}

/* After scroll - translucent background */
.sticky-header.elementor-sticky--effects {
  background-color: rgba(255, 255, 255, 0.95); /* white with opacity */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}/* End custom CSS */