.elementor-kit-5717{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-ec8a782:#28D3DF;--e-global-color-8c95a49:#F7F9FC;--e-global-color-a2c0d8c:#0B1220;--e-global-color-84d1bcb:#171738;--e-global-color-38e6e7e:#2E1760;--e-global-color-66b9e32:#3423A6;--e-global-color-7185adf:#7180B9;--e-global-color-58daf97:#DFF3E4;--e-global-color-6f3385c:#0F1028;--e-global-color-eef424d:#F4F6FF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5717 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);}@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 *//* Base: overlay on video */
.ms-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;

  background: rgba(0,0,0,0.15);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(10px);

  transition: background 300ms ease, backdrop-filter 300ms ease, box-shadow 300ms ease;
}

/* Scrolled: white background, no blur (or keep blur if you like) */
.ms-header.is-scrolled {
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

/* Button text colors (assumes you gave each button widget class ms-nav-btn) */
.ms-header .ms-nav-btn .elementor-button-text { color: #fff; transition: color 250ms ease; }
.ms-header.is-scrolled .ms-nav-btn .elementor-button-text { color: #111; }

/* If your buttons include SVG icons */
.ms-header .ms-nav-btn svg { fill: #fff; transition: fill 250ms ease; }
.ms-header.is-scrolled .ms-nav-btn svg { fill: #111; }

/* LOGO OPTION 1: swap two logos (best) */
.ms-header .ms-logo-scrolled { display: none; }
.ms-header.is-scrolled .ms-logo-top { display: none; }
.ms-header.is-scrolled .ms-logo-scrolled { display: block; }

/* LOGO OPTION 2: invert a single image logo (works but can look “photo-negative”) */
.ms-header.is-scrolled .ms-logo-invert img {
  filter: invert(1) brightness(0.2);
  transition: filter 250ms ease;
}
.ms-header.is-scrolled {
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(10px);
}/* End custom CSS */