/* Toolsbiotech scoped Elementor companion styles. */
#tbt-home-page {
  --tbt-green: #77be43;
  --tbt-orange: #ef7e00;
  --tbt-ink: #111111;
  --tbt-blue: #162b5b;
  font-family: "Noto Sans TC", "Helvetica Neue", Arial, sans-serif;
  overflow: hidden;
}
#tbt-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}
body.tbt-mini-header #tbt-header {
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}
#tbt-header-logo img, #tbt-footer-logo img {
  max-width: 190px;
}
#tbt-header-inner {
  min-height: 82px !important;
}
#tbt-header-nav-wrap {
  display: flex;
  justify-content: flex-end;
}
#tbt-header-nav {
  width: 100%;
}
#tbt-header-nav .elementor-nav-menu--main .elementor-item {
  color: #111;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  padding-left: 16px;
  padding-right: 16px;
}
#tbt-header-nav .elementor-nav-menu--main .elementor-item:hover,
#tbt-header-nav .elementor-nav-menu--main .elementor-item.elementor-item-active {
  color: #ef7e00;
}
#tbt-header-nav .elementor-menu-toggle {
  margin-left: auto;
  color: #111;
}
#tbt-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.44), rgba(0,0,0,.08));
  pointer-events: none;
}
#tbt-hero > .e-con-inner, #tbt-hero-copy {
  position: relative;
  z-index: 1;
}
#tbt-hero-copy {
  max-width: 1240px;
  margin: 0 auto;
}
#tbt-hero-title {
  max-width: 520px;
}
#tbt-hero-title .elementor-heading-title {
  color: #fff !important;
  font-family: "Exo 2", "Noto Sans TC", sans-serif !important;
  font-style: italic;
  text-transform: uppercase;
  font-size: clamp(72px, 8vw, 150px) !important;
  line-height: .8 !important;
  font-weight: 700 !important;
}
#tbt-hero-subtitle .elementor-heading-title {
  color: #fff !important;
  font-size: 24px !important;
  letter-spacing: 8px;
  font-weight: 700 !important;
}
#tbt-hero-line {
  width: 36px !important;
  min-height: 4px !important;
  margin-top: -12px;
  background-color: #ef7e00 !important;
}
#tbt-metrics-title .elementor-heading-title,
#tbt-metrics-kicker .elementor-heading-title,
#tbt-metrics-copy,
#tbt-metrics-copy .elementor-widget-container {
  color: #292929 !important;
}
#tbt-metrics {
  background-color: #fff !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: min(45vw, 720px) auto !important;
}
#tbt-metrics-inner {
  border-left: 1px solid #eaeaea;
  position: relative;
  padding-left: 64px !important;
}
#tbt-metrics-inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200vw;
  height: 8px;
  background: #ef7e00;
}
[id^="tbt-metric-label-"] .elementor-heading-title {
  color: #111 !important;
  font-weight: 700 !important;
}
[id^="tbt-metric-number-"] .elementor-heading-title {
  color: #ef7e00 !important;
  font-family: "Exo 2", "Noto Sans TC", sans-serif !important;
  font-size: clamp(64px, 5.2vw, 96px) !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
}
#tbt-products-track .e-con, #tbt-news-track .e-con {
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
}
#tbt-products-title-en .elementor-heading-title,
#tbt-products-title-zh .elementor-heading-title {
  color: #fff !important;
}
#tbt-products-track img, #tbt-news-track img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
#tbt-products-track, #tbt-news-track, #tbt-awards-track {
  overflow-x: auto;
  scroll-snap-type: none;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  scroll-behavior: auto;
}
#tbt-products-track::-webkit-scrollbar, #tbt-news-track::-webkit-scrollbar, #tbt-awards-track::-webkit-scrollbar {
  display: none;
}
#tbt-products-track > .e-con {
  flex: 0 0 58vw;
  min-width: 760px;
  min-height: 560px;
  scroll-snap-align: center;
}
#tbt-products-track {
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  margin-left: 0;
  gap: 80px !important;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  padding: 30px calc((100vw - min(1240px, 100vw - 40px)) / 2) 30px 0;
}
#tbt-products-track.is-dragging,
#tbt-awards-track.is-dragging,
#tbt-news-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}
[id^="tbt-product-card-"] {
  background: #071e30 !important;
  box-shadow: 10px 10px 20px #0a2438;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
}
[id^="tbt-product-card-"] > .e-con-inner,
[id^="tbt-product-card-"] {
  flex-direction: row !important;
}
[id^="tbt-product-media-"] {
  flex: 0 0 65% !important;
  width: 65% !important;
  max-width: 65% !important;
  min-height: 560px;
  overflow: hidden;
}
[id^="tbt-product-media-"] img {
  height: 100% !important;
  min-height: 560px;
  object-fit: cover;
  transition: transform .6s ease;
}
[id^="tbt-product-card-"]:hover [id^="tbt-product-media-"] img {
  transform: scale(1.06);
}
[id^="tbt-product-card-"]:hover {
  outline: 3px solid #ef7e00;
  outline-offset: -3px;
}
[id^="tbt-product-text-"] {
  flex: 0 0 35% !important;
  width: 35% !important;
  max-width: 35% !important;
  align-self: stretch;
  justify-content: flex-end !important;
  padding: 48px 36px !important;
  background: #fff !important;
}
#tbt-products {
  overflow: hidden !important;
}
#tbt-products-inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
#tbt-products-track > [id^="tbt-product-card-"] {
  flex: 0 0 min(860px, calc(100vw - 80px)) !important;
  width: min(860px, calc(100vw - 80px)) !important;
  min-width: min(760px, calc(100vw - 80px)) !important;
  max-width: min(860px, calc(100vw - 80px)) !important;
}
[id^="tbt-product-media-"]::after {
  content: "";
  position: absolute;
  right: -32px;
  top: 50%;
  width: 64px;
  height: 4px;
  background: #ef7e00;
  z-index: 3;
}
[id^="tbt-product-number-"] .elementor-heading-title {
  color: #f2f2f2 !important;
  font-size: 68px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  font-family: "Exo 2", "Noto Sans TC", sans-serif !important;
}
[id^="tbt-product-title-"] .elementor-heading-title {
  color: #111 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}
[id^="tbt-product-desc-"],
[id^="tbt-product-desc-"] .elementor-widget-container {
  color: #111 !important;
  line-height: 1.8 !important;
}
[id^="tbt-product-number-"], [id^="tbt-product-title-"], [id^="tbt-product-desc-"], [id^="tbt-product-more-"],
[id^="tbt-news-date-"], [id^="tbt-news-title-"], [id^="tbt-news-tag-"] {
  padding-left: 0;
  padding-right: 0;
}
[id^="tbt-product-more-"] .elementor-button {
  color: var(--tbt-orange);
  background: #fff;
  border: 2px solid var(--tbt-orange);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1px;
  padding: 0 22px;
}
[id^="tbt-product-more-"] .elementor-button:hover {
  color: #fff;
  background: var(--tbt-orange);
}
#tbt-awards-track > .e-con {
  flex: 0 0 50%;
  min-width: 340px;
  min-height: 260px;
  background: transparent !important;
  box-shadow: none;
  scroll-snap-align: start;
  overflow: visible !important;
}
#tbt-awards-track img {
  max-height: 82px;
  width: auto;
  object-fit: contain;
}
[id^="tbt-award-line-"] {
  position: relative;
  gap: 0 !important;
}
[id^="tbt-award-dot-"] {
  flex: 0 0 11px !important;
  width: 11px;
  min-width: 11px;
  height: 11px;
  min-height: 11px !important;
  border-radius: 50%;
  background: #525252 !important;
  z-index: 2;
  transition: background .25s ease;
}
[id^="tbt-award-rule-"] {
  flex: 1 1 auto !important;
  min-height: 1px !important;
  height: 1px;
  background: #525252 !important;
}
#tbt-awards-track:not(.has-active) > .e-con:first-child [id^="tbt-award-dot-"],
#tbt-awards-track > .e-con.is-active [id^="tbt-award-dot-"] {
  background: #ef7e00 !important;
}
[id^="tbt-award-text-"] {
  max-width: 240px;
}
#tbt-news-title-en .elementor-heading-title,
#tbt-news-title-zh .elementor-heading-title {
  color: #292929 !important;
  opacity: 1 !important;
}
#tbt-news-track > .e-con {
  flex: 0 0 33.333%;
  min-width: 330px;
  scroll-snap-align: start;
  box-shadow: none;
  position: relative;
  overflow: visible;
}
#tbt-news-track > .e-con::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  transition: border-color .35s cubic-bezier(.165,.84,.44,1);
  pointer-events: none;
  z-index: 5;
}
#tbt-news-track > .e-con:hover::before {
  border-color: #ef7e00;
}
#tbt-news-track > .e-con {
  cursor: pointer;
}
[id^="tbt-news-image-holder-"] {
  position: relative;
  overflow: hidden;
}
[id^="tbt-news-image-holder-"]::before,
[id^="tbt-news-image-holder-"]::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 62px;
  height: 62px;
  border: 2px solid #ef7e00;
  opacity: 0;
  transform: rotate(45deg) scale(.2);
  transition: transform .45s ease, opacity .45s ease;
  z-index: 4;
}
#tbt-news-track > .e-con:hover [id^="tbt-news-image-holder-"]::before,
#tbt-news-track > .e-con:hover [id^="tbt-news-image-holder-"]::after {
  opacity: 1;
  transform: rotate(45deg) scale(.95);
}
[id^="tbt-news-image-holder-"] img {
  aspect-ratio: 100 / 41 !important;
}
[id^="tbt-news-title-"],
[id^="tbt-news-excerpt-"],
[id^="tbt-news-date-"] {
  padding-left: 3.54vw;
  padding-right: 3.54vw;
}
[id^="tbt-news-date-"] {
  padding-top: 3.4vw;
  padding-bottom: 1.5em;
}
[id^="tbt-news-title-"] {
  padding-top: 0;
}
[id^="tbt-news-title-"] .elementor-heading-title {
  color: #292929 !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
[id^="tbt-news-excerpt-"] .elementor-widget-container {
  color: #292929 !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  max-height: 8.9em;
  overflow: hidden;
}
[id^="tbt-news-tag-"] {
  position: absolute;
  right: 3.54vw;
  top: calc(41% + 3.5vw);
  z-index: 4;
}
[id^="tbt-news-tag-"] .elementor-heading-title {
  display: inline-block;
  color: #292929 !important;
  border-bottom: 1px solid #eaeaea;
  background: transparent !important;
  padding-bottom: .25em;
}
#tbt-awards-prev .elementor-button, #tbt-awards-next .elementor-button,
#tbt-products-prev .elementor-button, #tbt-products-next .elementor-button,
#tbt-news-prev .elementor-button, #tbt-news-next .elementor-button {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.6);
  background: transparent;
  color: #fff;
}
#tbt-awards-prev .elementor-button,
#tbt-awards-next .elementor-button,
#tbt-news-prev .elementor-button,
#tbt-news-next .elementor-button {
  border-color: #292929;
  color: #292929;
}
#tbt-awards-prev .elementor-button:hover,
#tbt-awards-next .elementor-button:hover,
#tbt-news-prev .elementor-button:hover,
#tbt-news-next .elementor-button:hover {
  border-color: #ef7e00;
  color: #fff;
  background: #ef7e00;
}
#tbt-awards-pagination .elementor-heading-title,
#tbt-news-pagination .elementor-heading-title {
  color: #292929 !important;
}
#tbt-contact {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
#tbt-contact-title .elementor-heading-title,
#tbt-contact-en .elementor-heading-title {
  color: #fff !important;
}
#tbt-contact-button .elementor-button {
  background: #fff;
  color: #111;
}
#tbt-footer a, #tbt-footer .elementor-widget-container, #tbt-footer p {
  color: #fff;
}
@media (max-width: 1024px) {
  #tbt-products-track { width: 100% !important; margin-left: 0; gap: 32px !important; }
  #tbt-products-track > .e-con { flex-basis: 88%; min-width: 640px; }
  #tbt-news-track > .e-con { flex-basis: calc(50% - 18px); }
  #tbt-metrics-row { flex-wrap: wrap; }
  #tbt-metrics-row > .e-con { flex: 1 1 calc(50% - 20px); }
}
@media (max-width: 767px) {
  #tbt-header-inner { min-height: 68px !important; }
  #tbt-header-logo img { max-width: 142px; }
  #tbt-header {
    overflow: visible;
  }
  #tbt-header-inner {
    width: 100% !important;
    max-width: 100% !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  #tbt-header-logo {
    width: auto !important;
    max-width: 142px !important;
    flex: 0 0 auto !important;
  }
  #tbt-header-logo .elementor-widget-container {
    line-height: 0;
  }
  #tbt-header-nav-wrap {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
  }
  #tbt-header-nav {
    width: auto !important;
  }
  #tbt-header-nav .elementor-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 8px;
  }
  #tbt-header-nav .elementor-nav-menu--dropdown {
    position: absolute;
    top: 100%;
    right: 18px;
    width: min(280px, calc(100vw - 36px));
  }
  #tbt-hero {
    min-height: 680px;
    background-image: url('../source/archive/images/s1s-img-mbl/m_banner.jpg') !important;
  }
  #tbt-hero-title .elementor-heading-title { font-size: 46px; }
  #tbt-products-track > .e-con, #tbt-news-track > .e-con { flex-basis: 86%; min-width: 260px; }
  [id^="tbt-product-card-"],
  [id^="tbt-product-card-"] > .e-con-inner {
    flex-direction: column !important;
    min-height: auto;
  }
  [id^="tbt-product-media-"],
  [id^="tbt-product-text-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: auto !important;
  }
  [id^="tbt-product-media-"], [id^="tbt-product-media-"] img { min-height: 300px; }
  [id^="tbt-product-media-"]::after { right: auto; left: 28px; top: auto; bottom: -2px; }
  [id^="tbt-product-text-"] { padding: 28px 24px !important; }
  #tbt-metrics-inner { padding-left: 28px !important; padding-right: 28px !important; }
  #tbt-metrics-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px !important;
  }
  #tbt-metrics-row > .e-con {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }
  #tbt-metrics-title .elementor-heading-title { font-size: 38px; }
  [id^="tbt-metric-number-"] .elementor-heading-title {
    font-size: 34px !important;
    line-height: 1.08 !important;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
  }
  [id^="tbt-metric-label-"] .elementor-heading-title {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }
  #tbt-awards {
    background-image: url('../source/archive/images/about-04-img-mbl/bg-award-mobile.jpg') !important;
  }
  #tbt-awards-track > .e-con { flex-basis: 86%; min-width: 260px; }
  #tbt-footer-inner { flex-direction: column; gap: 34px; }
}
