.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{color:#FFFFFF;}.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);}@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 */footer a,
footer a:visited {
  color: #ffffff;   /* 默认白色 */
  text-decoration: none;
}
footer a:hover {
  color: #ff9900;   /* 悬停橙色 */
}
/* Company：标题与子链接分开设定 */
.footer-company h5 { 
  margin: 0 0 6px; 
  font-size: 18px;           /* 设成和其它列一致（可改 16~20px） */
  line-height: 1.8;
}

/* 标题里的链接：跟随 h5 的字号，不被 12px 影响 */
.footer-company h5 a {
  color: #ffffff;
  text-decoration: none;
}

/* 只给“About / Blog / Contact”这些直系链接设 12px */
.footer-company > a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;           /* 子链接更小一号 */
  line-height: 1.7;
}

/* 悬停统一变橙色 */
.footer-company h5 a:hover,
.footer-company > a:hover {
  color: #ff9900;
}
/* 页脚标题统一样式（Services / Products / Company） */
.footer-services h5,
.footer-products h5,
.footer-company h5 {
  margin: 0 0 6px;
  font-size: 18px;      /* 标题字号一致 */
  font-weight: 600;     /* 字重一致，和Products一样粗 */
  line-height: 1.3;
}

/* 标题里的链接跟随 h5 样式，不再单独缩小 */
.footer-services h5 a,
.footer-products h5 a,
.footer-company h5 a {
  color: #ffffff;
  text-decoration: none;
}
.footer-services h5 a:hover,
.footer-products h5 a:hover,
.footer-company h5 a:hover {
  color: #ff9900;
}
/* Company 标题：默认白色，悬停橙色（含已访问） */
footer h5 a:link,
footer h5 a:visited { color:#ffffff !important; text-decoration:none; }
footer h5 a:hover,
footer h5 a:visited:hover { color:#ff9900 !important; }

/* Company 列的三条链接：默认白色；悬停橙色（含已访问） */
.company-links a:link,
.company-links a:visited { color:#ffffff !important; text-decoration:none; }
.company-links a:hover,
.company-links a:focus,
.company-links a:active,
.company-links a:visited:hover { color:#ff9900 !important; }/* End custom CSS */