.elementor-kit-14{--e-global-color-primary:#327EE5;--e-global-color-secondary:#4BCEE9;--e-global-color-text:#FFFFFF;--e-global-color-accent:#F1C919;--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;background-color:#071A33;background-image:var(--wpr-bg-759d2a03-f2db-4330-b699-feb1f55fd099);color:#FFFFFF;background-position:top center;background-repeat:no-repeat;background-size:cover;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-kit-14 a{color:#FFFFFF;}.elementor-kit-14 h1{color:#FFFFFF;}.elementor-kit-14 h2{color:#FFFFFF;font-size:26px;font-weight:600;letter-spacing:0.5px;}.elementor-kit-14 h3{color:#FFFFFF;font-size:22px;font-weight:600;line-height:28px;letter-spacing:0.5px;}.elementor-kit-14 h4{color:#FFFFFF;font-size:18px;font-weight:500;}.elementor-kit-14 h5{color:#FFFFFF;font-size:16px;}.elementor-kit-14 h6{color:#FFFFFF;font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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(min-width:1025px){.elementor-kit-14{background-attachment:fixed;}}@media(max-width:1024px){.elementor-kit-14{background-position:top center;background-repeat:no-repeat;background-size:cover;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-14 h2{font-size:23px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.section-title {
  display: inline-block;   /* 讓標題收縮成文字寬度 */
  position: relative;
}

.section-title::after {
  content: "";
  display: block;
  height: 4px;
  margin-top: 6px;
  border-radius: 99px;
  background: linear-gradient(90deg,#ff3b6a,#4bcee9);
  box-shadow: 0 0 12px rgba(255,59,106,.55),0 0 18px rgba(75,206,233,.4);
}


/* 預設按鈕樣式 */
.wp-block-button__link.wp-element-button {
  background-color: #2995D7;
  border-radius: 2px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 15px 20px;      /* 建議加點內距，避免字貼邊 */
  text-decoration: none;   /* 移除底線 */
  transition: background-color 0.25s ease, transform 0.2s ease;
}

/* hover 效果 */
.wp-block-button__link.wp-element-button:hover {
  background-color: #0386BE;
  color: #FFFFFF;          /* 保持白字 */
  transform: translateY(-2px); /* 微浮起，選擇性加強互動感 */
}/* End custom CSS */