.elementor-6986 .elementor-element.elementor-element-db1b582{--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-6986 .elementor-element.elementor-element-bbc46dd > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-6986 .elementor-element.elementor-element-4c3ee45{--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-6986 .elementor-element.elementor-element-ac3b4ab > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-6986 .elementor-element.elementor-element-2fc038b{--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-6986 .elementor-element.elementor-element-1d51dbd > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-6986 .elementor-element.elementor-element-8a8fa88{--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-6986 .elementor-element.elementor-element-c200ee2 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-6986 .elementor-element.elementor-element-eaa1a93{--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-6986 .elementor-element.elementor-element-5e3c0e8 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-6986 .elementor-element.elementor-element-20e9333{--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-6986 .elementor-element.elementor-element-a4f58e2 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-6986 .elementor-element.elementor-element-f8d34d0{--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-6986 .elementor-element.elementor-element-0e40c9e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-6986 .elementor-element.elementor-element-2d7101b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bbc46dd */.tlm-eu-hero,
.tlm-eu-hero * {
  box-sizing: border-box;
}

.tlm-eu-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/2026/06/card-3-scaled.webp");
  background-size: cover;
  background-position: center !important;
}

.tlm-eu-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  animation: tlmEuHeroZoom 14s ease-in-out infinite alternate;
}

.tlm-eu-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.46) 52%, rgba(0, 0, 0, 0.24) 100%),
    radial-gradient(circle at 18% 35%, rgba(172, 69, 158, 0.34), transparent 40%);
}

.tlm-eu-hero__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1040px);
}

.tlm-eu-hero__tag {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 7px 24px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #53449e, #ac459e);
  font-size: clamp(14px, 0.9vw, 17px);
  font-weight: 500;
  line-height: 1.1;
}

.tlm-eu-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-eu-hero-animate .tlm-eu-hero-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tlm-eu-hero-animate .tlm-eu-hero-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes tlmEuHeroZoom {
  from {
    transform: scale(1.06);
  }

  to {
    transform: scale(1.12);
  }
}

@media (max-width: 760px) {
  .tlm-eu-hero {
    min-height: 560px;
    padding: 90px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac3b4ab */.tlm-eu-intro,
.tlm-eu-intro * {
  box-sizing: border-box;
}

.tlm-eu-intro {
  width: 100%;
  padding: 40px clamp(22px, 6.25vw, 120px);
  font-family: "Jost", Arial, sans-serif;
  background:
    radial-gradient(circle at 12% 20%, rgba(172, 69, 158, 0.28), transparent 32%),
    linear-gradient(120deg, #53449e 0%, #53449e 58%, #6047a9 100%);
  color: #fff;
}

.tlm-eu-intro__inner {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: center;
  gap: 56px;
}

.tlm-eu-intro h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 2.6vw, 48px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.tlm-eu-intro p {
  max-width: 1000px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 400;
  line-height: 1.62;
}

.tlm-eu-intro__image {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.22);
}

.tlm-eu-intro__image img {
  width: 100%;
  height: 330px;
  display: block;
  object-fit: cover;
  transition: transform 800ms ease;
}

.tlm-eu-intro__image:hover img {
  transform: scale(1.08);
}

.tlm-eu-intro-animate .tlm-eu-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-eu-intro-animate .tlm-eu-intro-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .tlm-eu-intro__inner {
    grid-template-columns: 1fr;
  }

  .tlm-eu-intro__image {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  .tlm-eu-intro {
    padding: 64px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d51dbd */.tlm-eu-routes,
.tlm-eu-routes * {
  box-sizing: border-box;
}

.tlm-eu-routes {
  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-eu-routes__inner {
  max-width: 1680px;
  margin: 0 auto;
}

.tlm-eu-routes__head {
  max-width: 1120px;
  margin: 0 auto 56px;
  text-align: center;
}

.tlm-eu-routes__head h2 {
  margin: 0;
  color: #000;
  font-size: clamp(30px, 2.5vw, 48px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.tlm-eu-routes__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.tlm-eu-routes-card {
  position: relative;
  min-height: 360px;
  padding: 34px 30px 32px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(83, 68, 158, 0.14);
  box-shadow: 0 18px 45px rgba(38, 28, 94, 0.08);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 520ms ease, border-color 520ms ease;
}

.tlm-eu-routes-card__top {
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, #53449e, #ac459e);
  transform: scaleX(0.35);
  transform-origin: left;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tlm-eu-routes-card::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 220px;
  height: 220px;
  background: linear-gradient(135deg, rgba(83, 68, 158, 0.1), rgba(172, 69, 158, 0.08));
  transform: rotate(18deg);
  transition: transform 620ms ease;
}

.tlm-eu-routes-card__icon {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  margin-bottom: 34px;
  color: #53449e;
  transition: transform 520ms ease, color 520ms ease;
}

.tlm-eu-routes-card__icon svg {
  width: 58px;
  height: 58px;
  fill: none;
}

.tlm-eu-routes-card__icon path,
.tlm-eu-routes-card__icon circle {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tlm-eu-routes-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #53449e;
  font-size: clamp(20px, 1.16vw, 23px);
  font-weight: 600;
  line-height: 1.22;
}

.tlm-eu-routes-card p {
  position: relative;
  z-index: 2;
  margin: 14px 0 0;
  color: #1f1f1f;
  font-size: clamp(14px, 0.9vw, 16px);
  font-weight: 400;
  line-height: 1.55;
}

.tlm-eu-routes-card:hover {
  transform: translateY(-14px);
  border-color: rgba(172, 69, 158, 0.35);
  box-shadow: 0 28px 70px rgba(38, 28, 94, 0.16);
}

.tlm-eu-routes-card:hover .tlm-eu-routes-card__top {
  transform: scaleX(1);
}

.tlm-eu-routes-card:hover .tlm-eu-routes-card__icon {
  transform: translateY(-6px);
  color: #ac459e;
}

.tlm-eu-routes-card:hover::after {
  transform: rotate(18deg) translate(-20px, -20px);
}

.tlm-eu-routes-animate .tlm-eu-routes-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-eu-routes-animate .tlm-eu-routes-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .tlm-eu-routes__grid {
    grid-template-columns: 1fr;
  }

  .tlm-eu-routes-card {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .tlm-eu-routes {
    padding: 64px 20px;
  }

  .tlm-eu-routes__head {
    margin-bottom: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c200ee2 */.tlm-eu-freight,
.tlm-eu-freight * {
  box-sizing: border-box;
}

.tlm-eu-freight {
  width: 100%;
  padding: 40px clamp(22px, 6.25vw, 120px);
  background: #ffffff;
  font-family: "Jost", Arial, sans-serif;
  color: #000;
}

.tlm-eu-freight__inner {
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  gap: 56px;
  align-items: center;
}

.tlm-eu-freight__image {
  overflow: hidden;
  min-height: 500px;
  box-shadow: 0 28px 70px rgba(38, 28, 94, 0.16);
}

.tlm-eu-freight__image img {
  width: 100%;
  height: 500px;
  display: block;
  object-fit: cover;
  transition: transform 900ms ease;
}

.tlm-eu-freight__image:hover img {
  transform: scale(1.08);
}

.tlm-eu-freight__content {
  display: grid;
  gap: 36px;
}

.tlm-eu-freight h2 {
  margin: 0;
  color: #53449e;
  font-size: clamp(30px, 2.7vw, 52px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.tlm-eu-freight p {
  margin: 18px 0 0;
  color: #333;
  font-size: clamp(15px, 0.95vw, 18px);
  font-weight: 400;
  line-height: 1.62;
}

.tlm-eu-freight-animate .tlm-eu-freight-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-eu-freight-animate .tlm-eu-freight-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .tlm-eu-freight__inner {
    grid-template-columns: 1fr;
  }

  .tlm-eu-freight__image {
    min-height: 380px;
  }

  .tlm-eu-freight__image img {
    height: 380px;
  }
}

@media (max-width: 760px) {
  .tlm-eu-freight {
    padding: 64px 20px;
  }

  .tlm-eu-freight__image {
    min-height: 320px;
  }

  .tlm-eu-freight__image img {
    height: 320px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e3c0e8 */.tlm-eu-closing,
.tlm-eu-closing * {
  box-sizing: border-box;
}

.tlm-eu-closing {
  width: 100%;
  padding: 40px clamp(22px, 6.25vw, 120px);
  background:
    linear-gradient(135deg, #111111 0%, #2b2b2b 52%, #6d6d6d 100%);
  font-family: "Jost", Arial, sans-serif;
  color: #fff;
  overflow: hidden;
}

.tlm-eu-closing__inner {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.tlm-eu-closing p {
  margin: 0 auto;
  max-width: 1120px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(15px, 0.95vw, 18px);
  font-weight: 400;
  line-height: 1.7;
}

.tlm-eu-closing p + p {
  margin-top: 24px;
}

.tlm-eu-closing-animate .tlm-eu-closing-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tlm-eu-closing-animate .tlm-eu-closing-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 760px) {
  .tlm-eu-closing {
    padding: 74px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a4f58e2 */.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-0e40c9e */.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-5cf842f */.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 */