.elementor-7068 .elementor-element.elementor-element-0286bef{--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-7068 .elementor-element.elementor-element-3bd6b47{--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-7068 .elementor-element.elementor-element-89ef807{--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-7068 .elementor-element.elementor-element-ea195f1{--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-7068 .elementor-element.elementor-element-cfaa788{--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-7068 .elementor-element.elementor-element-b1dcbc4{--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-7068 .elementor-element.elementor-element-c4d59e6 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7068 .elementor-element.elementor-element-bf6f558{--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-7068 .elementor-element.elementor-element-89318ae > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7068 .elementor-element.elementor-element-4ba2c71{--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-7068 .elementor-element.elementor-element-cef78dc > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-15fe7cb */.tlm-about-hero,
.tlm-about-hero * {
  box-sizing: border-box;
}

.tlm-about-hero {
  position: relative;
  width: 100%;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  padding: 110px clamp(22px, 6.25vw, 120px);
  font-family: "Jost", Arial, sans-serif;
  color: #fff;
  background-image: url("https://tlmifs.com/wp-content/uploads/2025/07/Brochure-Image.jpg");
  background-size: cover;
  background-position: center;
}

.tlm-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  animation: tlmAboutHeroZoom 14s ease-in-out infinite alternate;
}

.tlm-about-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(83, 68, 158, 0.62), rgba(0, 0, 0, 0.46)),
    radial-gradient(circle at 50% 50%, rgba(172, 69, 158, 0.28), transparent 45%);
}

.tlm-about-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 980px;
  text-align: center;
}

.tlm-about-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-about-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 5vw, 50px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.065em;
}

.tlm-about-hero p {
  max-width: 820px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(18px, 1.4vw, 28px);
  font-weight: 400;
  line-height: 1.42;
}

.tlm-about-hero-animate .tlm-about-hero-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tlm-about-hero-animate .tlm-about-hero-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes tlmAboutHeroZoom {
  from { transform: scale(1.06); }
  to { transform: scale(1.12); }
}

@media (max-width: 760px) {
  .tlm-about-hero {
    min-height: 500px;
    padding: 90px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1efdbd0 */.tlm-about-overview,
.tlm-about-overview * {
  box-sizing: border-box;
}

.tlm-about-overview {
  width: 100%;
  padding: 110px clamp(22px, 6.25vw, 120px);
  background:
    radial-gradient(circle at 80% 20%, rgba(83, 68, 158, 0.08), transparent 34%),
    #ffffff;
  font-family: "Jost", Arial, sans-serif;
  color: #000;
}

.tlm-about-overview__inner {
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 46px;
  align-items: start;
}

.tlm-about-overview__content {
  position: sticky;
  top: 40px;
  padding: clamp(34px, 4.5vw, 76px);
  background: #f7f7fb;
  border-left: 8px solid #53449e;
  box-shadow: 0 22px 70px rgba(38, 28, 94, 0.08);
}

.tlm-about-overview__tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  padding: 8px 22px;
  background: #eceaf8;
  color: #53449e;
  font-size: clamp(14px, 0.9vw, 17px);
  font-weight: 500;
  line-height: 1.1;
}

.tlm-about-overview h2 {
  margin: 0;
  color: #000;
  font-size: clamp(34px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.tlm-about-overview p {
  max-width: 920px;
  margin: 24px 0 0;
  color: #333;
  font-size: clamp(15px, 0.98vw, 18px);
  font-weight: 400;
  line-height: 1.7;
}

.tlm-about-overview__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tlm-about-stat {
  min-height: 210px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f4f3f8;
  border: 1px solid rgba(83, 68, 158, 0.12);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 520ms ease;
}

.tlm-about-stat--dark {
  background: linear-gradient(135deg, #53449e, #6047a9);
  color: #fff;
}

.tlm-about-stat strong {
  display: block;
  color: currentColor;
  font-size: clamp(20px, 2.8vw, 28px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
}

.tlm-about-stat span {
  display: block;
  margin-top: 10px;
  color: currentColor;
  font-size: clamp(17px, 1.15vw, 24px);
  font-weight: 600;
  line-height: 1.2;
}

.tlm-about-stat small {
  display: block;
  margin-top: 8px;
  color: currentColor;
  opacity: 0.78;
  font-size: clamp(13px, 0.82vw, 15px);
  line-height: 1.45;
}

.tlm-about-stat:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 70px rgba(38, 28, 94, 0.14);
}

.tlm-about-overview-animate .tlm-about-overview-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-about-overview-animate .tlm-about-overview-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .tlm-about-overview__inner {
    grid-template-columns: 1fr;
  }

  .tlm-about-overview__content {
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  .tlm-about-overview {
    padding: 64px 20px;
  }

  .tlm-about-overview__content {
    padding: 34px 24px;
  }

  .tlm-about-overview__stats {
    grid-template-columns: 1fr;
  }

  .tlm-about-stat {
    min-height: 170px;
    padding: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f182e35 */.tlm-about-facility,
.tlm-about-facility * {
  box-sizing: border-box;
}

.tlm-about-facility {
  width: 100%;
  padding: 96px clamp(22px, 6.25vw, 120px);
  background:
    radial-gradient(circle at 15% 25%, rgba(172, 69, 158, 0.22), transparent 30%),
    linear-gradient(120deg, #53449e 0%, #53449e 58%, #6047a9 100%);
  font-family: "Jost", Arial, sans-serif;
  color: #fff;
}

.tlm-about-facility__inner {
  max-width: 1680px;
  margin: 0 auto;
}

.tlm-about-facility__head {
  text-align: center;
  margin-bottom: 52px;
}

.tlm-about-facility h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.tlm-about-facility__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.tlm-about-facility-card {
  position: relative;
  min-height: 0px;
  padding: 20px 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  transition:
    transform 540ms cubic-bezier(0.22, 1, 0.36, 1),
    background 540ms ease,
    box-shadow 540ms ease;
}

.tlm-about-facility-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-about-facility-card__icon {
  width: 64px;
  height: 64px;
  color: currentColor;
  transition: transform 540ms ease, color 540ms ease;
}

.tlm-about-facility-card__icon svg {
  width: 64px;
  height: 64px;
  display: block;
  fill: none;
}

.tlm-about-facility-card__icon path {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.tlm-about-facility-card h3 {
  margin: 36px 0 0;
  color: currentColor;
  font-size: clamp(20px, 1.25vw, 26px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.04em;
  transition: color 540ms ease, transform 540ms ease;
}

.tlm-about-facility-card p {
  margin: 10px 0 0;
  color: currentColor;
  opacity: 0.88;
  font-size: clamp(14px, 0.9vw, 16px);
  line-height: 1.5;
  transition: color 540ms ease, transform 540ms ease;
}

.tlm-about-facility-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.18);
}

.tlm-about-facility-card:hover::before {
  transform: translateY(0);
}

.tlm-about-facility-card:hover .tlm-about-facility-card__icon,
.tlm-about-facility-card:hover h3,
.tlm-about-facility-card:hover p {
  color: #53449e;
  transform: translateY(-6px);
}

.tlm-about-facility-animate .tlm-about-facility-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-about-facility-animate .tlm-about-facility-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .tlm-about-facility__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .tlm-about-facility {
    padding: 64px 20px;
  }

  .tlm-about-facility__grid {
    grid-template-columns: 1fr;
  }

  .tlm-about-facility-card {
    min-height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-679f6fb */.tlm-about-chairman,
.tlm-about-chairman * {
  box-sizing: border-box;
}

.tlm-about-chairman {
  width: 100%;
  padding: 110px clamp(22px, 6.25vw, 120px);
  background: #ffffff;
  font-family: "Jost", Arial, sans-serif;
  color: #000;
}

.tlm-about-chairman__inner {
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: 0;
  align-items: stretch;
  background: #f7f7fb;
  box-shadow: 0 28px 80px rgba(38, 28, 94, 0.1);
}

.tlm-about-chairman__image {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background: #53449e;
}

.tlm-about-chairman__image img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 900ms ease;
}

.tlm-about-chairman__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(83, 68, 158, 0.18), rgba(172, 69, 158, 0.12));
}

.tlm-about-chairman__image:hover img {
  transform: scale(1.06);
}

.tlm-about-chairman__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 5vw, 86px);
  background: #fff;
}

.tlm-about-chairman__content::before {
  content: "“";
  position: absolute;
  top: 28px;
  right: clamp(24px, 4vw, 70px);
  color: rgba(83, 68, 158, 0.1);
  font-size: clamp(120px, 10vw, 220px);
  font-weight: 700;
  line-height: 0.8;
  pointer-events: none;
}

.tlm-about-chairman__eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 22px;
  background: #eceaf8;
  color: #53449e;
  font-size: clamp(14px, 0.9vw, 17px);
  font-weight: 500;
  line-height: 1.1;
}

.tlm-about-chairman h2 {
  margin: 0;
  color: #000;
  font-size: clamp(34px, 3.5vw, 40px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.tlm-about-chairman h3 {
  margin: 8px 0 0;
  color: #53449e;
  font-size: clamp(20px, 1.35vw, 28px);
  font-weight: 500;
  line-height: 1.25;
}

.tlm-about-chairman p {
  max-width: 900px;
  margin: 40px 0 0;
  color: #333;
  font-size: clamp(17px, 1.2vw, 24px);
  font-weight: 400;
  line-height: 1.65;
}

.tlm-about-chairman-animate .tlm-about-chairman-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-about-chairman-animate .tlm-about-chairman-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .tlm-about-chairman__inner {
    grid-template-columns: 1fr;
  }

  .tlm-about-chairman__image,
  .tlm-about-chairman__image img {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  .tlm-about-chairman {
    padding: 64px 20px;
  }

  .tlm-about-chairman__content {
    padding: 34px 24px;
  }

  .tlm-about-chairman__image,
  .tlm-about-chairman__image img {
    min-height: 340px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-769525e */.tlm-about-impact,
.tlm-about-impact * {
  box-sizing: border-box;
}

.tlm-about-impact {
  width: 100%;
  padding: 110px clamp(22px, 6.25vw, 120px);
  background:
    linear-gradient(120deg, #f7f7fb 0%, #f7f7fb 50%, #ffffff 50%, #ffffff 100%);
  font-family: "Jost", Arial, sans-serif;
  color: #000;
}

.tlm-about-impact__inner {
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: stretch;
}

.tlm-about-impact__content {
  position: relative;
  padding: clamp(34px, 5vw, 76px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(135deg, #53449e, #6047a9);
  color: #fff;
  box-shadow: 0 24px 70px rgba(38, 28, 94, 0.16);
}

.tlm-about-impact__content::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  z-index: -1;
}

.tlm-about-impact h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.tlm-about-impact p {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 400;
  line-height: 1.7;
}

.tlm-about-impact__video {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 24px 70px rgba(38, 28, 94, 0.14);
}

.tlm-about-impact__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.tlm-about-impact-animate .tlm-about-impact-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-about-impact-animate .tlm-about-impact-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .tlm-about-impact {
    background: #f7f7fb;
  }

  .tlm-about-impact__inner {
    grid-template-columns: 1fr;
  }

  .tlm-about-impact__video {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  .tlm-about-impact {
    padding: 64px 20px;
  }

  .tlm-about-impact__content {
    padding: 34px 24px;
  }

  .tlm-about-impact__video {
    min-height: 260px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c4d59e6 */.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-bottom:20px;
    font-size:22px !important;
    font-weight:500;
    letter-spacing:-1.6px;
    background:linear-gradient(64deg,#53449E 38.34%,#AC459E 84.75%);
    -webkit-background-clip:text !important;
    -webkit-text-fill-color:transparent !important;
}

.tlm-clients-content p {
    max-width: 1485px;
    margin: 0;
    color: #363636;
    font-family: Inter, sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.9px;
}

.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-89318ae */.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-cef78dc */.tlm-cert-section {
    position: relative;
    width: 100%;
    padding: 60px 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    overflow: hidden;
   background: #F5F5F8;
}

.tlm-cert-video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.tlm-cert-video-overlay {
    position: absolute;
    inset: 0;
    /*background: rgba(245, 245, 248, 0.78);*/
    z-index: 1;
}

.tlm-cert-content,
.tlm-cert-logo-grid {
    position: relative;
    z-index: 2;
}

.tlm-cert-content {
    max-width: 880px;
}

.tlm-cert-content h2 {
    margin: 0 0 60px;
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 40px !important;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -2.8px;
}

.tlm-cert-content p {
    margin: 0;
    color: #363636;
    font-family: Inter, sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.5px;
}

.tlm-cert-logo-grid {
    display: grid;
    grid-template-columns: repeat(4, 220px);
    border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
}

.tlm-cert-logo-box {
    width: 220px;
    height: 120px;
    padding: 16px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 245, 248, 0.85);
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    /*transition: all 0.35s ease;*/
    /*animation: tlmLogoPulse 3s ease-in-out infinite;*/
}

/*.tlm-cert-logo-box:nth-child(1) { animation-delay: 0s; }*/
/*.tlm-cert-logo-box:nth-child(2) { animation-delay: 0.2s; }*/
/*.tlm-cert-logo-box:nth-child(3) { animation-delay: 0.4s; }*/
/*.tlm-cert-logo-box:nth-child(4) { animation-delay: 0.6s; }*/
/*.tlm-cert-logo-box:nth-child(5) { animation-delay: 0.8s; }*/
/*.tlm-cert-logo-box:nth-child(6) { animation-delay: 1s; }*/
/*.tlm-cert-logo-box:nth-child(7) { animation-delay: 1.2s; }*/
/*.tlm-cert-logo-box:nth-child(8) { animation-delay: 1.4s; }*/

.tlm-cert-logo-box img {
    max-width: 160px;
    max-height: 90px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    /*transition: transform 0.35s ease;*/
}

.tlm-cert-logo-box:hover {
    background: #ffffff;
}

.tlm-cert-logo-box:hover img {
    transform: scale(1.08);
}

/*@keyframes tlmLogoPulse {*/
/*    0%, 100% {*/
/*        transform: translateY(0);*/
/*    }*/

/*    50% {*/
/*        transform: translateY(-8px);*/
/*    }*/
/*}*/

/*.tlm-cert-animate {*/
/*    opacity: 0;*/
/*    transform: translateY(35px);*/
/*    transition: opacity 0.85s ease, transform 0.85s ease;*/
/*}*/

/*.tlm-cert-animate.active {*/
/*    opacity: 1;*/
/*    transform: translateY(0);*/
/*}*/

/*.delay-1 {*/
/*    transition-delay: 0.2s;*/
/*}*/

@media (max-width: 1366px) {
    .tlm-cert-section {
        padding: 55px 80px;
    }

    .tlm-cert-content h2 {
        font-size: 46px;
        margin-bottom: 45px;
    }

    .tlm-cert-content p {
        font-size: 16px;
    }

    .tlm-cert-logo-grid {
        grid-template-columns: repeat(4, 190px);
    }

    .tlm-cert-logo-box {
        width: 140px;
        height: 90px;
        padding: 14px 30px;
    }
}

@media (max-width: 1024px) {
    .tlm-cert-section {
        padding: 50px;
        gap: 45px;
    }

    .tlm-cert-content {
        max-width: 100%;
    }

    .tlm-cert-content h2 {
        font-size: 40px;
        letter-spacing: -1.8px;
        margin-bottom: 30px;
    }

    .tlm-cert-logo-grid {
        grid-template-columns: repeat(4, 1fr);
        width: 100%;
    }

    .tlm-cert-logo-box {
        width: 100%;
        height: 100px;
        padding: 14px 22px;
    }
}

@media (max-width: 767px) {
    .tlm-cert-section {
        padding: 40px 25px;
        gap: 35px;
    }

    .tlm-cert-video-overlay {
        background: rgba(245, 245, 248, 0.86);
    }

    .tlm-cert-content h2 {
        font-size: 28px !important;
        letter-spacing: -1px;
        margin-bottom: 24px;
    }

    .tlm-cert-content p {
        font-size: 14px;
        letter-spacing: -0.4px;
    }

    .tlm-cert-logo-grid {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }

    .tlm-cert-logo-box {
        height: 95px;
        padding: 14px 18px;
    }

    .tlm-cert-logo-box img {
        max-width: 130px;
        max-height: 70px;
    }
}/* End custom CSS */
/* Start custom CSS */@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap");/* End custom CSS */