.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-7745a3e:#F0F0F0;--e-global-color-b0b5043:#9E88BC;--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-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1190px;}.e-con{--container-max-width:1190px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 *//* 手機版：將 hamburger 線條變白，視覺上隱藏 "MENU" 文字但保留給 screen readers */
@media (max-width: 768px) {
  /* 把三條線改為白色（加上高權重備援）*/
  .menu-toggle .bar,
  .menu-toggle span.bar {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
  }

  /* 若主題使用 SVG / icon 或 <i>，備援覆寫其顏色 */
  .menu-toggle svg,
  .menu-toggle i,
  .menu-toggle .icon {
    color: #ffffff !important;
    fill: #ffffff !important;
    stroke: #ffffff !important;
  }

  /* 視覺隱藏文字但保留給輔助工具（可及性做法）*/
  .menu-toggle .bar-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  /* 若需要把整個按鈕文字色也改為白色（備援） */
  .menu-toggle {
    color: #ffffff !important;
  }
}/* End custom CSS */