.elementor-kit-9{--e-global-color-primary:#070603;--e-global-color-secondary:#070603;--e-global-color-text:#070603;--e-global-color-accent:#070603;--e-global-color-06dfd50:#F4F0E7;--e-global-color-26acff5:#EFE1BF;--e-global-color-bfaa773:#1F190C;--e-global-typography-primary-font-family:"Nunito Sans";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-letter-spacing:0.25px;--e-global-typography-secondary-font-family:"Nunito Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-letter-spacing:0.25px;--e-global-typography-text-font-family:"Nunito Sans";--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:0.25px;--e-global-typography-accent-font-family:"Nunito Sans";--e-global-typography-accent-font-weight:400;--e-global-typography-accent-letter-spacing:0.25px;--e-global-typography-29d70ce-font-family:"Cormorant Garamond";--e-global-typography-29d70ce-font-weight:200;background-color:#F4F0E7;font-family:"Nunito Sans", Sans-serif;font-weight:400;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{font-family:"Cormorant Garamond", Sans-serif;font-weight:200;}.elementor-kit-9 h2{font-family:"Cormorant Garamond", Sans-serif;font-weight:200;}.elementor-kit-9 h3{font-family:"Cormorant Garamond", Sans-serif;font-weight:400;}.elementor-kit-9 h4{font-family:"Cormorant Garamond", Sans-serif;font-weight:400;}.elementor-kit-9 h5{font-family:"Cormorant Garamond", Sans-serif;font-weight:400;}.elementor-kit-9 h6{font-family:"Nunito Sans", Sans-serif;font-weight:400;text-transform:uppercase;letter-spacing:2px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:25px;}.elementor-element{--widgets-spacing:25px 25px;--widgets-spacing-row:25px;--widgets-spacing-column:25px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:var( --e-global-color-secondary );--lightbox-ui-color:var( --e-global-color-06dfd50 );--lightbox-ui-color-hover:var( --e-global-color-26acff5 );--lightbox-text-color:var( --e-global-color-06dfd50 );}@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 */#header-main {
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 10px;
  transition: padding 0.5s ease;
  z-index: 998;
  background: transparent;
  overflow: visible;
}

/* Create a sliding background with a pseudo-element */
#header-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #1F1B15;
  transition: height 0.7s ease;  /* slower slide */
  z-index: -1;
}

/* When scrolled, shrink padding and expand background height */
#header-main.scrolled {
  padding-top: 0;
}

#header-main.scrolled::before {
  height: 100%; /* Slide background down to full height */
}/* End custom CSS */