.elementor-kit-5{--e-global-color-primary:#252525;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#444444;--e-global-color-accent:#EF3E22;--e-global-color-175ef27:#0F3568;--e-global-color-3a0b31f:#F1F8BE;--e-global-color-635c7c9:#E6F194;--e-global-color-17b14a9:#F0F0F0;--e-global-color-e6fe533:#FFFFFF00;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-line-height:1.2rem;color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );line-height:var( --e-global-typography-accent-line-height );}.elementor-kit-5 h1{color:#252525;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-5 h2{color:#252525;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-5 h3{color:#252525;font-family:"Montserrat", Sans-serif;font-size:24px;font-weight:700;text-transform:capitalize;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:112px;--container-default-padding-right:64px;--container-default-padding-bottom:112px;--container-default-padding-left:64px;}.elementor-widget:not(:last-child){--kit-widget-spacing:80px;}.elementor-element{--widgets-spacing:80px 80px;--widgets-spacing-row:80px;--widgets-spacing-column:80px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-5{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 a{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-kit-5 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-5 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-5 a{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-kit-5 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-5 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ========= Overlay Nav 菜单定制 ========= */

/* 链接：默认白色，左边留 40px 给圆点 */
.overlay-nav a.elementor-item {
  position: relative;
  display: inline-block;
  padding-left: 40px;   /* 圆点 16px + 文字间距 24px */
  line-height: 1.3;
  color: #FFFFFF !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* 默认状态：淡白色圆点（直径 16px，垂直居中） */
.overlay-nav a.elementor-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255,255,255,.35);
  transition: background 0.3s ease;
}

/* Hover / Focus：红色圆点 + 红字 */
.overlay-nav a.elementor-item:hover,
.overlay-nav a.elementor-item:focus {
  color: #EF3E22 !important;
}
.overlay-nav a.elementor-item:hover::before,
.overlay-nav a.elementor-item:focus::before {
  background: #EF3E22;
}

/* 当前页面：红点 + 白字 */
.overlay-nav li.current-menu-item > a.elementor-item {
  color: #FFFFFF !important;
}
.overlay-nav li.current-menu-item > a.elementor-item::before {
  background: #EF3E22;
}

/* 第一个菜单项：圆点默认红色 */
.overlay-nav li:first-child > a.elementor-item::before {
  background: #EF3E22;
}

/* 每个菜单项上下间距 24px */
.overlay-nav .elementor-nav-menu--main > .elementor-nav-menu > li {
  margin: 24px 0;
}

/* ========= 移动端优化 ========= */
@media (max-width: 768px) {
  .overlay-nav a.elementor-item {
    padding-left: 28px;   /* 圆点 12px + 间距 16px = 28px */
    font-size: 18px;      /* 字体稍微小一点 */
  }

  .overlay-nav a.elementor-item::before {
    width: 12px;
    height: 12px;
  }

  .overlay-nav .elementor-nav-menu--main > .elementor-nav-menu > li {
    margin: 16px 0;      /* 上下间距缩小为 16px */
  }
}



/* 基础样式：固定在顶端，过渡动画 */
.wmi-header {
  position: fixed; top: 0; left: 0; right: 0;
  background: transparent;
  transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease;
  will-change: transform, background-color;
}

/* 向下滚动时隐藏（上移出视口） */
.wmi-header.scroll-down { transform: translateY(-100%); }

/* 向上滚动时显示，且带深蓝背景与阴影 */
.wmi-header.scroll-up {
  transform: translateY(0);
  background: #0F3568;
  box-shadow: 0 6px 20px rgba(0,0,0,.18);
}

/* 在页面最顶端：透明 & 无阴影（覆盖上面的背景设置） */
.wmi-header.at-top {
  background: transparent;
  box-shadow: none;
}

/* 可选：WP 管理工具条的偏移（登录状态） */
.admin-bar .wmi-header { top: 32px; }
@media (max-width: 782px){ .admin-bar .wmi-header { top: 46px; } }

/* 可选：根据背景切换链接/Logo 颜色（按你站点需要启用）
.wmi-header.at-top .menu a { color:#fff; }
.wmi-header.scroll-up .menu a { color:#fff; } /* 深蓝背景上仍用白字 *//* End custom CSS */