.elementor-kit-7{--e-global-color-primary:#B82630;--e-global-color-secondary:#F2E9D8;--e-global-color-text:#C0C0C0;--e-global-color-accent:#C6A55F;--e-global-color-4ebec06:#5AA6A9;--e-global-typography-primary-font-family:"Style Script";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat Alternates";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat Alternates";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lobster";--e-global-typography-accent-font-weight:500;background-color:#F2E9D8;}.elementor-kit-7 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 .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 *//* Sticky + Transparent Header */
#main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
  transition: all 0.4s ease;
}

/* Blurred Dark Background on Scroll */
#main-header.scrolled {
  background: rgba(0, 0, 0, 0.45); /* translucent black base */
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05); /* subtle glass line */
}
/* ===== FIX: Mobile Menu Visibility ===== */
.elementor-location-header,
#main-header {
  z-index: 9999 !important; /* keep header above everything */
}

/* Make sure the mobile nav dropdown appears on top of blur */
.elementor-nav-menu--dropdown,
.elementor-menu-toggle {
  position: relative;
  z-index: 10000 !important;
}/* End custom CSS */