.elementor-7003 .elementor-element.elementor-element-6b947cb{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7003 .elementor-element.elementor-element-30c9e59 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7003 .elementor-element.elementor-element-ca10ce2{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7003 .elementor-element.elementor-element-96bebb2 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7003 .elementor-element.elementor-element-3c1c2bb{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7003 .elementor-element.elementor-element-9aba35e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7003 .elementor-element.elementor-element-d488380{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7003 .elementor-element.elementor-element-5b58860 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7003 .elementor-element.elementor-element-f20b097{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7003 .elementor-element.elementor-element-adec627 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7003 .elementor-element.elementor-element-dd20191{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7003 .elementor-element.elementor-element-e0a64ff > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7003 .elementor-element.elementor-element-cd668ae{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7003 .elementor-element.elementor-element-94eaa00 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7003 .elementor-element.elementor-element-d88257b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7003 .elementor-element.elementor-element-d95f879 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7003 .elementor-element.elementor-element-35a403c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7003 .elementor-element.elementor-element-3b1186e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7003 .elementor-element.elementor-element-53fb5e5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7003 .elementor-element.elementor-element-7ff429a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7003 .elementor-element.elementor-element-c169fa7{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-30c9e59 */.tlm-cn-hero,
.tlm-cn-hero * {
  box-sizing: border-box;
}

.tlm-cn-hero {
  position: relative;
  width: 100%;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 120px clamp(22px, 6.25vw, 120px);
  font-family: "Jost", Arial, sans-serif;
  color: #fff;
  background-image: url("https://tlmifs.com/wp-content/uploads/2025/06/Air-Freight-01.jpg");
  background-size: cover;
  background-position: center;
}

.tlm-cn-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  animation: tlmCnHeroZoom 14s ease-in-out infinite alternate;
}

.tlm-cn-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.44) 56%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(180deg, rgba(83, 68, 158, 0.22), rgba(172, 69, 158, 0.18));
}

.tlm-cn-hero__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1040px);
  padding-left: clamp(0px, 2vw, 34px);
  border-left: 6px solid #ac459e;
}

.tlm-cn-hero__tag {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 24px;
  color: #fff;
  background: linear-gradient(90deg, #53449e, #ac459e);
  font-size: clamp(14px, 0.9vw, 17px);
  font-weight: 500;
  line-height: 1.1;
}

.tlm-cn-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 3.7vw, 68px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.shipping-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    height: 54px;
    padding: 12px 16px 12px 26px;
    border-radius: 30px;
    text-decoration: none;
    color: #ffffff;
    font-family: Inter, sans-serif;
    font-size: 18px !important;
    font-weight: 500;
    background: linear-gradient(73deg, #53449E -13.5%, #AC459E 79.92%);
    transition: all 0.35s ease;
}

.shipping-hero-btn:hover {
    color: #FCC90C;
    transform: translateY(-3px);
}

.shipping-hero-btn:hover svg path {
    fill: #FCC90C;
}

.shipping-btn-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.tlm-cn-hero-animate .tlm-cn-hero-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tlm-cn-hero-animate .tlm-cn-hero-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes tlmCnHeroZoom {
  from { transform: scale(1.06); }
  to { transform: scale(1.12); }
}

@media (max-width: 760px) {
  .tlm-cn-hero {
    min-height: 560px;
    padding: 90px 20px;
  }

  .tlm-cn-hero__inner {
    padding-left: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-96bebb2 */.tlm-cn-intro,
.tlm-cn-intro * {
  box-sizing: border-box;
}

.tlm-cn-intro {
  width: 100%;
  padding: 40px clamp(22px, 6.25vw, 120px);
  background:
    linear-gradient(120deg, #53449e 0%, #53449e 52%, #ffffff 52%, #ffffff 100%);
  font-family: "Jost", Arial, sans-serif;
  color: #000;
}

.tlm-cn-intro__inner {
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
  gap: 0;
  align-items: stretch;
  box-shadow: 0 30px 80px rgba(38, 28, 94, 0.14);
}

.tlm-cn-intro__visual {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  background: #53449e;
}

.tlm-cn-intro__visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  transition: transform 900ms ease;
}

.tlm-cn-intro__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(83, 68, 158, 0.25), rgba(172, 69, 158, 0.18));
}

.tlm-cn-intro__visual:hover img {
  transform: scale(1.08);
}

.tlm-cn-intro__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 86px);
  background: #fff;
}

.tlm-cn-intro h2 {
  margin: 0;
  color: #000;
  font-size: clamp(32px, 3vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.tlm-cn-intro p {
  max-width: 980px;
  margin: 28px 0 0;
  color: #333;
  font-size: clamp(15px, 0.98vw, 18px);
  font-weight: 400;
  line-height: 1.7;
}

.tlm-cn-intro-animate .tlm-cn-intro-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--delay, 0ms);
}

.tlm-cn-intro-animate .tlm-cn-intro-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .tlm-cn-intro {
    background: #fff;
  }

  .tlm-cn-intro__inner {
    grid-template-columns: 1fr;
  }

  .tlm-cn-intro__visual,
  .tlm-cn-intro__visual img {
    min-height: 380px;
  }
}

@media (max-width: 760px) {
  .tlm-cn-intro {
    padding: 64px 20px;
  }

  .tlm-cn-intro__content {
    padding: 34px 24px;
  }

  .tlm-cn-intro__visual,
  .tlm-cn-intro__visual img {
    min-height: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9aba35e */.tlm-cn-why,
.tlm-cn-why * {
  box-sizing: border-box;
}

.tlm-cn-why {
  width: 100%;
  padding: 40px clamp(22px, 6.25vw, 120px);
  background: linear-gradient(180deg, #ffffff 0%, #f7f7fb 100%);
  font-family: "Jost", Arial, sans-serif;
  color: #000;
}

.tlm-cn-why__inner {
  max-width: 1680px;
  margin: 0 auto;
}

.tlm-cn-why__head {
  max-width: 1120px;
  margin: 0 auto 56px;
  text-align: center;
}

.tlm-cn-why h2 {
  margin: 0;
  color: #000;
  font-size: clamp(32px, 3vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.tlm-cn-why__head p {
  max-width: 900px;
  margin: 22px auto 0;
  color: #333;
  font-size: clamp(15px, 0.95vw, 18px);
  font-weight: 400;
  line-height: 1.58;
}

.tlm-cn-why__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.tlm-cn-why-card {
  position: relative;
  min-height: 0px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  isolation: isolate;
  background: #ffffff;
  border: 1px solid rgba(83, 68, 158, 0.14);
  box-shadow: 0 18px 50px rgba(37, 28, 94, 0.08);
  transition:
    transform 540ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 540ms ease,
    border-color 540ms ease,
    background 540ms ease;
}

.tlm-cn-why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(83, 68, 158, 0.96), rgba(172, 69, 158, 0.88));
  transform: translateY(101%);
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -2;
}

.tlm-cn-why-card::after {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, #53449e, #ac459e);
  transform: scaleX(0.42);
  transform-origin: left;
  transition: transform 540ms cubic-bezier(0.22, 1, 0.36, 1), background 540ms ease;
  z-index: 2;
}

.tlm-cn-why-card__icon {
  width: 66px;
  height: 66px;
  color: #53449e;
  transition: color 540ms ease, transform 540ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tlm-cn-why-card__icon svg {
  width: 66px;
  height: 66px;
  display: block;
  fill: none;
}

.tlm-cn-why-card__icon path {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.tlm-cn-why-card h3 {
  margin: 34px 0 0;
  color: #53449e;
  font-size: clamp(20px, 1.25vw, 25px);
  font-weight: 600;
  line-height: 1.2;
  transition: color 540ms ease, transform 540ms ease;
}

.tlm-cn-why-card p {
  margin: 14px 0 0;
  color: #333;
  font-size: clamp(14px, 0.9vw, 16px);
  font-weight: 400;
  line-height: 1.58;
  transition: color 540ms ease, transform 540ms ease;
}

.tlm-cn-why-card:hover {
  transform: translateY(-14px);
  border-color: transparent;
  box-shadow: 0 30px 75px rgba(37, 28, 94, 0.18);
}

.tlm-cn-why-card:hover::before {
  transform: translateY(0);
}

.tlm-cn-why-card:hover::after {
  transform: scaleX(1);
  background: rgba(255, 255, 255, 0.9);
}

.tlm-cn-why-card:hover .tlm-cn-why-card__icon,
.tlm-cn-why-card:hover h3,
.tlm-cn-why-card:hover p {
  color: #fff;
  transform: translateY(-6px);
}

.tlm-cn-why-animate .tlm-cn-why-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--delay, 0ms);
}

.tlm-cn-why-animate .tlm-cn-why-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .tlm-cn-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .tlm-cn-why {
    padding: 64px 20px;
  }

  .tlm-cn-why__grid {
    grid-template-columns: 1fr;
  }

  .tlm-cn-why__head {
    margin-bottom: 36px;
  }

  .tlm-cn-why-card {
    min-height: 240px;
    padding: 28px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5b58860 */.tlm-cn-lanes,
.tlm-cn-lanes * {
  box-sizing: border-box;
}

.tlm-cn-lanes {
  width: 100%;
  padding: 40px clamp(22px, 6.25vw, 120px);
  background:
    radial-gradient(circle at 12% 20%, rgba(172, 69, 158, 0.18), transparent 32%),
    linear-gradient(120deg, #53449e 0%, #53449e 58%, #6047a9 100%);
  font-family: "Jost", Arial, sans-serif;
  color: #fff;
}

.tlm-cn-lanes__inner {
  max-width: 1680px;
  margin: 0 auto;
}

.tlm-cn-lanes__head {
  max-width: 1040px;
  margin: 0 auto 54px;
  text-align: center;
}

.tlm-cn-lanes h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 3vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.tlm-cn-lanes__head p {
  margin: 22px auto 0;
  max-width: 920px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(15px, 0.95vw, 18px);
  font-weight: 400;
  line-height: 1.58;
}

.tlm-cn-lanes__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.tlm-cn-lanes-card {
  position: relative;
  min-height: 0px;
  padding: 30px;
  overflow: hidden;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition:
    transform 540ms cubic-bezier(0.22, 1, 0.36, 1),
    background 540ms ease,
    box-shadow 540ms ease;
}

.tlm-cn-lanes-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateY(101%);
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -1;
}

.tlm-cn-lanes-card h3 {
  margin: 0;
  color: currentColor;
  font-size: clamp(20px, 1.25vw, 25px);
  font-weight: 600;
  line-height: 1.2;
}

.tlm-cn-lanes-card p {
  margin: 16px 0 0;
  color: currentColor;
  opacity: 0.9;
  font-size: clamp(14px, 0.9vw, 16px);
  font-weight: 400;
  line-height: 1.58;
}

.tlm-cn-lanes-card:hover {
  transform: translateY(-12px);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.18);
}

.tlm-cn-lanes-card:hover::before {
  transform: translateY(0);
}

.tlm-cn-lanes-card:hover h3,
.tlm-cn-lanes-card:hover p {
  color: #53449e;
}

.tlm-cn-lanes-animate .tlm-cn-lanes-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--delay, 0ms);
}

.tlm-cn-lanes-animate .tlm-cn-lanes-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .tlm-cn-lanes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .tlm-cn-lanes {
    padding: 64px 20px;
  }

  .tlm-cn-lanes__grid {
    grid-template-columns: 1fr;
  }

  .tlm-cn-lanes__head {
    margin-bottom: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-adec627 */.tlm-cn-special,
.tlm-cn-special * {
  box-sizing: border-box;
}

.tlm-cn-special {
  width: 100%;
  padding: 0px clamp(22px, 6.25vw, 120px);
  background: #ffffff;
  font-family: "Jost", Arial, sans-serif;
  color: #000;
}

.tlm-cn-special__inner {
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 0;
  align-items: stretch;
  background: #f7f7fb;
  box-shadow: 0 24px 80px rgba(38, 28, 94, 0.1);
}

.tlm-cn-special__content {
  padding: clamp(34px, 5vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 8px solid #53449e;
}

.tlm-cn-special h2 {
  margin: 0;
  color: #53449e;
  font-size: clamp(32px, 3vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.tlm-cn-special h3 {
  margin: 30px 0 0;
  color: #000;
  font-size: clamp(20px, 1.35vw, 28px);
  font-weight: 600;
  line-height: 1.2;
}

.tlm-cn-special p {
  max-width: 980px;
  margin: 20px 0 0;
  color: #333;
  font-size: clamp(15px, 0.98vw, 18px);
  font-weight: 400;
  line-height: 1.7;
}

.tlm-cn-special ul {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.tlm-cn-special li {
  position: relative;
  padding-left: 34px;
  color: #222;
  font-size: clamp(15px, 0.98vw, 18px);
  line-height: 1.55;
}

.tlm-cn-special li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 16px;
  height: 8px;
  border-left: 2px solid #53449e;
  border-bottom: 2px solid #53449e;
  transform: rotate(-45deg);
}

.tlm-cn-special__image {
  min-height: 100%;
  overflow: hidden;
  background: #53449e;
}

.tlm-cn-special__image img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  display: block;
  transition: transform 900ms ease;
}

.tlm-cn-special__image:hover img {
  transform: scale(1.08);
}

.tlm-cn-special-animate .tlm-cn-special-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--delay, 0ms);
}

.tlm-cn-special-animate .tlm-cn-special-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .tlm-cn-special__inner {
    grid-template-columns: 1fr;
  }

  .tlm-cn-special__image img {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .tlm-cn-special {
    padding: 64px 20px;
  }

  .tlm-cn-special__content {
    padding: 34px 24px;
  }

  .tlm-cn-special__image img {
    min-height: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e0a64ff */.tlm-cn-process,
.tlm-cn-process * {
  box-sizing: border-box;
}

.tlm-cn-process {
  width: 100%;
  padding: 5px clamp(22px, 6.25vw, 120px);
  background: #f7f7fb;
  font-family: "Jost", Arial, sans-serif;
  color: #000;
}

.tlm-cn-process__inner {
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  gap: 0;
  align-items: stretch;
  background: #fff;
  box-shadow: 0 24px 80px rgba(38, 28, 94, 0.1);
}

.tlm-cn-process__image {
  min-height: 100%;
  overflow: hidden;
  background: #53449e;
}

.tlm-cn-process__image img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  display: block;
  transition: transform 900ms ease;
}

.tlm-cn-process__image:hover img {
  transform: scale(1.08);
}

.tlm-cn-process__content {
  padding: clamp(34px, 5vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tlm-cn-process h2 {
  margin: 0;
  color: #53449e;
  font-size: clamp(32px, 3vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.tlm-cn-process p {
  max-width: 980px;
  margin: 20px 0 0;
  color: #333;
  font-size: clamp(15px, 0.98vw, 18px);
  font-weight: 400;
  line-height: 1.7;
}

.tlm-cn-process ul {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.tlm-cn-process li {
  position: relative;
  padding: 18px 20px 18px 52px;
  background: #f7f7fb;
  color: #222;
  font-size: clamp(15px, 0.98vw, 18px);
  line-height: 1.55;
  border: 1px solid rgba(83, 68, 158, 0.12);
  transition: background 420ms ease, color 420ms ease, transform 420ms ease;
}

.tlm-cn-process li::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 26px;
  width: 15px;
  height: 8px;
  border-left: 2px solid #53449e;
  border-bottom: 2px solid #53449e;
  transform: rotate(-45deg);
  transition: border-color 420ms ease;
}

.tlm-cn-process li:hover {
  background: #53449e;
  color: #fff;
  transform: translateX(8px);
}

.tlm-cn-process li:hover::before {
  border-color: #fff;
}

.tlm-cn-process-animate .tlm-cn-process-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--delay, 0ms);
}

.tlm-cn-process-animate .tlm-cn-process-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .tlm-cn-process__inner {
    grid-template-columns: 1fr;
  }

  .tlm-cn-process__image img {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .tlm-cn-process {
    padding: 64px 20px;
  }

  .tlm-cn-process__content {
    padding: 34px 24px;
  }

  .tlm-cn-process__image img {
    min-height: 300px;
  }

  .tlm-cn-process li {
    padding-left: 46px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-94eaa00 */.tlm-cn-customs,
.tlm-cn-customs * {
  box-sizing: border-box;
}

.tlm-cn-customs {
  width: 100%;
  padding: 0px clamp(22px, 6.25vw, 120px);
  background: #ffffff;
  font-family: "Jost", Arial, sans-serif;
  color: #000;
}

.tlm-cn-customs__inner {
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 44px;
  align-items: stretch;
}

.tlm-cn-customs__content {
  position: relative;
  padding: clamp(34px, 5vw, 76px);
  background: #f7f7fb;
  border-left: 8px solid #53449e;
  box-shadow: 0 22px 70px rgba(38, 28, 94, 0.08);
}

.tlm-cn-customs h2 {
  margin: 0;
  color: #53449e;
  font-size: clamp(32px, 3vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.tlm-cn-customs ul {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.tlm-cn-customs li {
  position: relative;
  padding-left: 34px;
  color: #333;
  font-size: clamp(15px, 0.98vw, 18px);
  line-height: 1.7;
}

.tlm-cn-customs li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 16px;
  height: 8px;
  border-left: 2px solid #53449e;
  border-bottom: 2px solid #53449e;
  transform: rotate(-45deg);
}

.tlm-cn-customs__image {
  overflow: hidden;
  min-height: 100%;
  background: #53449e;
  box-shadow: 0 22px 70px rgba(38, 28, 94, 0.12);
}

.tlm-cn-customs__image img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  display: block;
  object-fit: cover;
  transition: transform 900ms ease;
}

.tlm-cn-customs__image:hover img {
  transform: scale(1.08);
}

.tlm-cn-customs-animate .tlm-cn-customs-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--delay, 0ms);
}

.tlm-cn-customs-animate .tlm-cn-customs-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .tlm-cn-customs__inner {
    grid-template-columns: 1fr;
  }

  .tlm-cn-customs__image img {
    min-height: 340px;
  }
}

@media (max-width: 760px) {
  .tlm-cn-customs {
    padding: 64px 20px;
  }

  .tlm-cn-customs__content {
    padding: 34px 24px;
  }

  .tlm-cn-customs__image img {
    min-height: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d95f879 */.tlm-clients-section {
    width: 100%;
    padding: 60px 120px;
    background: #F5F5F8;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    overflow: hidden;
}

.tlm-clients-content h2 {
   display:inline-block;
  margin: 0;
  color: transparent;
  font-size: clamp(22px, 1.67vw, 32px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.05em;
  /*text-align: center;*/
  background: linear-gradient(64deg, #53449e 38.34%, #ac459e 84.75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 20px;
}

.tlm-clients-content p {
    max-width: 1485px;
    margin: 0;
    color: #363636;
    font-family: Inter, sans-serif;
     font-size: clamp(16px, 0.94vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.05em;
}

.tlm-clients-logo-wrap {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
}

.tlm-clients-logo-track {
    display: flex;
    align-items: center;
    gap: 95px;
    width: max-content;
    animation: tlmLogoScroll 24s linear infinite;
}

.tlm-clients-logo-wrap:hover .tlm-clients-logo-track {
    animation-play-state: paused;
}

.tlm-clients-logo-track img {
    width: 200px;
    height: 113px;
    object-fit: contain;
    flex-shrink: 0;
    transition: transform 0.35s ease, filter 0.35s ease, opacity 0.35s ease;
}

.tlm-clients-logo-track img:hover {
    transform: scale(1.08);
    filter: brightness(1.08);
    opacity: 0.85;
}

@keyframes tlmLogoScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Entry animation */
.tlm-clients-animate {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity 0.85s ease, transform 0.85s ease;
}

.tlm-clients-animate.active {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 {
    transition-delay: 0.2s;
}

/* Laptop */
@media (max-width: 1366px) {
    .tlm-clients-section {
        padding: 55px 80px;
    }

    .tlm-clients-content h2 {
        font-size: 28px;
    }

    .tlm-clients-content p {
        font-size: 16px;
    }

    .tlm-clients-logo-track {
        gap: 70px;
    }

    .tlm-clients-logo-track img {
        width: 170px;
        height: 96px;
    }
}

/* Tablet */
@media (max-width: 1024px) {
    .tlm-clients-section {
        padding: 50px;
    }

    .tlm-clients-logo-track {
        gap: 55px;
        animation-duration: 20s;
    }

    .tlm-clients-logo-track img {
        width: 150px;
        height: 85px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .tlm-clients-section {
        padding: 40px 25px;
        gap: 25px;
    }

    .tlm-clients-content h2 {
        font-size: 22px;
        letter-spacing: -0.8px;
        margin-bottom: 20px;
    }

    .tlm-clients-content p {
        font-size: 14px;
        letter-spacing: -0.4px;
    }

    .tlm-clients-logo-track {
        gap: 45px;
        animation-duration: 18s;
    }

    .tlm-clients-logo-track img {
        width: 130px;
        height: 74px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3b1186e */.tlm-testimonial-section {
    width: 100%;
    padding: 60px 120px;
    background: #ffffff;
    overflow: hidden;
}

.tlm-testimonial-header {
    margin-bottom: 40px;
}

.tlm-testimonial-header h2 {
    margin: 0 0 20px;
    color: #000000;
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -2.8px;
}

.tlm-testimonial-header p {
    margin: 0;
    color: #363636;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.9px;
}

.tlm-testimonial-slider-wrapper {
    width: 100%;
    overflow: hidden;
}

.tlm-testimonial-track {
    display: flex;
    gap: 18px;
    width: max-content;
    animation: tlmReviewScroll 55s linear infinite;
}

.tlm-testimonial-slider-wrapper:hover .tlm-testimonial-track {
    animation-play-state: paused;
}

.tlm-testimonial-card {
    width: 490px;
    padding: 29px;
    background: #F5F5F8;
    border: 1px solid #DFDFDF;
    display: flex;
    flex-direction: column;
    gap: 23px;
    flex-shrink: 0;
    transition: all 0.35s ease;
    min-height: 250px !important;
    max-height: 290px !important;
}

.tlm-testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.tlm-review-top {
    display: flex;
    align-items: center;
    gap: 18px;
}

.tlm-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #ADADAD;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222222;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 500;
}

.tlm-user-info h4 {
    margin: 0 0 8px;
    color: #222222;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1px;
}

.tlm-user-info span {
    color: rgba(180, 180, 180, 0.8);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.tlm-divider {
    width: 100%;
    height: 1px;
    background: #DEE5ED;
}

.tlm-review-text {
    min-height: 95px;
    margin: 0;
    color: #363636;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.5px;
}

.tlm-review-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -35px !important;
}

.tlm-stars {
    color: #FFD029;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 1;
}

.tlm-google-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tlm-google-logo img {
    width: 63px;
    height: auto;
    display: block;
}

@keyframes tlmReviewScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.tlm-testimonial-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.tlm-testimonial-animate.active {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 {
    transition-delay: 0.2s;
}

@media (max-width: 1366px) {
    .tlm-testimonial-section {
        padding: 55px 80px;
    }

    .tlm-testimonial-header h2 {
        font-size: 35px;
    }

    .tlm-testimonial-header p {
        font-size: 16px;
    }

    .tlm-testimonial-card {
        width: 420px;
    }
}

@media (max-width: 1024px) {
    .tlm-testimonial-section {
        padding: 50px;
    }

    .tlm-testimonial-header h2 {
        font-size: 30px;
    }

    .tlm-testimonial-card {
        width: 360px;
        padding: 24px;
    }
}

@media (max-width: 767px) {
    .tlm-testimonial-section {
        padding: 40px 25px;
    }

    .tlm-testimonial-header h2 {
        font-size: 28px !important;
        letter-spacing: -1px;
    }

    .tlm-testimonial-header p {
        font-size: 14px;
        letter-spacing: -0.4px;
    }

    .tlm-testimonial-track {
        gap: 12px;
        animation-duration: 45s;
    }

    .tlm-testimonial-card {
        width: 300px;
        padding: 20px;
        gap: 18px;
    }

    .tlm-avatar {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .tlm-user-info h4 {
        font-size: 16px !important;
    }

    .tlm-user-info span {
        font-size: 13px;
    }

    .tlm-review-text {
        font-size: 14px;
        min-height: auto;
    }

    .tlm-stars {
        font-size: 18px;
    }

    .tlm-google-logo img {
        width: 58px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7ff429a */.tlm-faq-section{
    width:100%;
    background:#F5F5F8;
    padding:60px 120px;
    display:flex;
    flex-direction:column;
    gap:30px;
}

.tlm-faq-title{
    margin:0;
    color:#000;
    font-family:Inter,sans-serif;
   font-size: clamp(38px, 2.92vw, 56px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.tlm-faq-wrapper{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.tlm-faq-item{
    border:0.925px solid #DFDFDF;
    background:#fff;
    overflow:hidden;
    transition:all .45s ease;
}

.tlm-faq-question{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:40px;
    cursor:pointer;
}

.tlm-faq-question span:first-child{
    color:#797979;
    font-family:Inter,sans-serif;
    font-size:16px !important;
    font-weight:500;
    line-height:normal;
    letter-spacing:-1.08px;
    transition:all .35s ease;
}

.tlm-faq-arrow{
    display:flex;
    align-items:center;
    justify-content:center;
    width:24px;
    height:24px;
    transition:all .35s ease;
}

.tlm-faq-answer{
    max-height:0;
    overflow:hidden;
    padding:0 40px;
    color:#363636;
    font-family:Inter,sans-serif;
    font-size:16px !important;
    font-weight:400;
    line-height:160%;
    letter-spacing:-0.4px;
    transition:all .45s ease;
}

.tlm-faq-item:hover .tlm-faq-answer{
    max-height:250px;
    padding:0 40px 40px;
}

.tlm-faq-item:hover .tlm-faq-question span:first-child{
    color:#413CCB;
    font-size: 20px !important;
}

.tlm-faq-item:hover .tlm-faq-arrow{
    transform:rotate(180deg);
}

.tlm-faq-item:hover .tlm-faq-arrow svg path{
    fill:#F05A3F;
}

/* Animation */

.tlm-faq-item{
    opacity:0;
    transform:translateY(30px);
}

.tlm-faq-item.tlm-visible{
    opacity:1;
    transform:translateY(0);
    transition:
    opacity .8s ease,
    transform .8s ease;
}

/* Laptop */

@media(max-width:1366px){

    .tlm-faq-section{
        padding:55px 80px;
    }

    .tlm-faq-title{
        font-size:35px !important;
    }

    .tlm-faq-question{
        padding:32px;
    }

    .tlm-faq-answer{
        font-size:15px !important;
    }
}

/* Tablet */

@media(max-width:1024px){

    .tlm-faq-section{
        padding:50px;
    }

    .tlm-faq-title{
        font-size:35px !important;
        letter-spacing:-2px;
    }

    .tlm-faq-question{
        padding:28px;
    }

    .tlm-faq-question span:first-child{
        font-size:16px !important;
    }

    .tlm-faq-answer{
        padding:0 28px;
    }

    .tlm-faq-item:hover .tlm-faq-answer{
        padding:0 28px 28px;
    }
}

/* Mobile */

@media(max-width:767px){

    .tlm-faq-section{
        padding:40px 25px;
        gap:20px;
    }

    .tlm-faq-title{
        font-size: 28px !important;
        letter-spacing:-1px;
    }

    .tlm-faq-question{
        padding:22px 20px;
        gap:15px;
    }

    .tlm-faq-question span:first-child{
        font-size:14px !important;
        line-height:1.5;
    }

    .tlm-faq-answer{
        font-size:14px !important;
        line-height:1.7;
        padding:0 20px;
    }

    .tlm-faq-item:hover .tlm-faq-answer{
        padding:0 20px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-405beeb */.tlm-popup-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(6px);
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.tlm-popup-overlay.tlm-popup-active {
  display: flex;
}

.tlm-popup-box {
  position: relative;
  width: min(100%, 1050px);
  max-height: 90vh;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 42px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}

.tlm-popup-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #000000;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  align-items: center !important;
  justify-content: center !important;
  padding: 5px !important;
}

.tlm-popup-close:hover {
  background: #e934c9;
  color: #ffffff;
}

.tlm-popup-form {
  width: 100%;
}

body.tlm-popup-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .tlm-popup-overlay {
    padding: 14px;
    align-items: flex-start;
    overflow-y: auto;
  }

  .tlm-popup-box {
    margin-top: 30px;
    padding: 34px 18px 24px;
    max-height: none;
  }

  .tlm-popup-close {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    font-size: 24px;
  }
}/* End custom CSS */