.elementor-7374 .elementor-element.elementor-element-3720e9a{--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-7374 .elementor-element.elementor-element-74f7f0a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7374 .elementor-element.elementor-element-d81cad0{--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-7374 .elementor-element.elementor-element-6137d0f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7374 .elementor-element.elementor-element-26c3e7d{--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-7374 .elementor-element.elementor-element-5d2ad1a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7374 .elementor-element.elementor-element-3793865{--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-7374 .elementor-element.elementor-element-6381e3b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7374 .elementor-element.elementor-element-098a1d1{--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-7374 .elementor-element.elementor-element-2b43c18 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-7374 .elementor-element.elementor-element-e0906cc{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-74f7f0a */.tlm-fac-hero,
.tlm-fac-hero * {
  box-sizing: border-box;
}

.tlm-fac-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://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=1920&q=85");
  background-size: cover;
  background-position: center;
}

.tlm-fac-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  animation: tlmFacHeroZoom 14s ease-in-out infinite alternate;
}

.tlm-fac-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.48) 58%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(180deg, rgba(83, 68, 158, 0.18), rgba(172, 69, 158, 0.16));
}

.tlm-fac-hero__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1120px);
  padding-left: clamp(0px, 2vw, 34px);
  border-left: 6px solid #ac459e;
}

.tlm-fac-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-fac-hero h1 {
  max-width: 1050px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 3.7vw, 40px);
  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-fac-hero-animate .tlm-fac-hero-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tlm-fac-hero-animate .tlm-fac-hero-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes tlmFacHeroZoom {
  from { transform: scale(1.06); }
  to { transform: scale(1.12); }
}

@media (max-width: 760px) {
  .tlm-fac-hero {
    min-height: 560px;
    padding: 90px 20px;
  }

  .tlm-fac-hero__inner {
    padding-left: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6137d0f */.tlm-fac-intro,
.tlm-fac-intro * {
  box-sizing: border-box;
}

.tlm-fac-intro {
  width: 100%;
  padding: 40px clamp(22px, 6.25vw, 120px);
  background:
    linear-gradient(120deg, #53449e 0%, #53449e 50%, #ffffff 50%, #ffffff 100%);
  font-family: "Jost", Arial, sans-serif;
  color: #000;
}

.tlm-fac-intro__inner {
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 0;
  align-items: stretch;
  box-shadow: 0 30px 85px rgba(38, 28, 94, 0.16);
}

.tlm-fac-intro__content {
  position: relative;
  padding: clamp(34px, 5vw, 86px);
  background: #fff;
  border-left: 8px solid #ac459e;
}

.tlm-fac-intro__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-fac-intro h2 {
  max-width: 920px;
  margin: 0;
  color: #000;
  font-size: clamp(34px, 3.2vw, 62px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.tlm-fac-intro p {
  max-width: 980px;
  margin: 24px 0 0;
  color: #333;
  font-size: clamp(15px, 0.98vw, 18px);
  font-weight: 400;
  line-height: 1.7;
}

.tlm-fac-intro__image {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #53449e;
}

.tlm-fac-intro__image img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
  object-fit: cover;
  transition: transform 900ms ease;
}

.tlm-fac-intro__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(83, 68, 158, 0.24), rgba(172, 69, 158, 0.12));
}

.tlm-fac-intro__image:hover img {
  transform: scale(1.08);
}

.tlm-fac-intro-animate .tlm-fac-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-fac-intro-animate .tlm-fac-intro-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .tlm-fac-intro {
    background: #fff;
  }

  .tlm-fac-intro__inner {
    grid-template-columns: 1fr;
  }

  .tlm-fac-intro__image,
  .tlm-fac-intro__image img {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .tlm-fac-intro {
    padding: 64px 20px;
  }

  .tlm-fac-intro__content {
    padding: 34px 24px;
  }

  .tlm-fac-intro__image,
  .tlm-fac-intro__image img {
    min-height: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d2ad1a */.tlm-jafza-section-two,
.tlm-jafza-section-two * {
  box-sizing: border-box;
}

.tlm-jafza-section-two {
  width: 100%;
  padding: 40px clamp(22px, 6.25vw, 120px);
  background:
    radial-gradient(circle at 88% 18%, rgba(83, 68, 158, 0.12), transparent 34%),
    linear-gradient(180deg, #f7f7fb 0%, #ffffff 100%);
  font-family: "Jost", Arial, sans-serif;
  color: #000;
  overflow: hidden;
}

.tlm-jafza-section-two__inner {
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(480px, 1.08fr) minmax(0, 0.92fr);
  gap: 54px;
  align-items: center;
}

.tlm-jafza-section-two__visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(38, 28, 94, 0.16);
}

.tlm-jafza-section-two__visual img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  display: block;
  object-fit: cover;
  transition: transform 900ms ease;
}

.tlm-jafza-section-two__visual:hover img {
  transform: scale(1.08);
}

.tlm-jafza-section-two__badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  width: calc(100% - 56px);
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-left: 7px solid #ac459e;
}

.tlm-jafza-section-two__badge span {
  display: block;
  color: #53449e;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
}

.tlm-jafza-section-two__badge strong {
  display: block;
  margin-top: 8px;
  color: #000;
  font-size: clamp(18px, 1.2vw, 24px);
  font-weight: 600;
  line-height: 1.2;
}

.tlm-jafza-section-two__content h2 {
  margin: 0;
  color: #000;
  font-size: clamp(34px, 3.3vw, 40px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.06em;
}

.tlm-jafza-two-info-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.tlm-jafza-two-info-card {
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(83, 68, 158, 0.13);
}

.tlm-jafza-two-info-card span {
  display: block;
  margin-bottom: 8px;
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.tlm-jafza-two-info-card strong {
  display: block;
  color: #53449e;
  font-size: clamp(18px, 1.1vw, 24px);
  font-weight: 700;
  line-height: 1.22;
}

.tlm-jafza-two-features {
  margin-top: 34px;
}

.tlm-jafza-two-features h3 {
  margin: 0 0 18px;
  color: #000;
  font-size: clamp(24px, 1.5vw, 32px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.tlm-jafza-two-count-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tlm-jafza-two-count-card {
  position: relative;
  min-height: 160px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
  overflow: hidden;
  isolation: isolate;
  background: #fff;
  border: 1px solid rgba(83, 68, 158, 0.13);
  transition:
    transform 520ms ease,
    box-shadow 520ms ease,
    border-color 520ms ease;
}

.tlm-jafza-two-count-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, #53449e, #ac459e);
  transform: translateY(101%);
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tlm-jafza-two-count-card strong {
  color: #53449e;
  font-size: clamp(25px, 2vw, 42px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.055em;
  transition: color 520ms ease, transform 520ms ease;
}

.tlm-jafza-two-count-card p {
  margin: 14px 0 0;
  color: #333;
  font-size: clamp(13px, 0.9vw, 16px);
  font-weight: 400;
  line-height: 1.42;
  transition: color 520ms ease, transform 520ms ease;
}

.tlm-jafza-two-count-card:hover {
  transform: translateY(-10px);
  border-color: transparent;
  box-shadow: 0 25px 70px rgba(38, 28, 94, 0.16);
}

.tlm-jafza-two-count-card:hover::before {
  transform: translateY(0);
}

.tlm-jafza-two-count-card:hover strong,
.tlm-jafza-two-count-card:hover p {
  color: #fff;
  transform: translateY(-5px);
}

.tlm-jafza-two-copy {
  margin-top: 34px;
}

.tlm-jafza-two-copy p {
  margin: 20px 0 0;
  color: #333;
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 400;
  line-height: 1.68;
}

.tlm-jafza-t2-animate .tlm-jafza-t2-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--delay, 0ms);
}

.tlm-jafza-t2-animate .tlm-jafza-t2-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .tlm-jafza-section-two__inner {
    grid-template-columns: 1fr;
  }

  .tlm-jafza-section-two__visual {
    order: -1;
  }

  .tlm-jafza-two-count-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .tlm-jafza-section-two {
    padding: 64px 20px;
  }

  .tlm-jafza-section-two__visual,
  .tlm-jafza-section-two__visual img {
    min-height: 420px;
  }

  .tlm-jafza-two-count-grid {
    grid-template-columns: 1fr;
  }

  .tlm-jafza-section-two__badge {
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6381e3b */.tlm-jafza-section,
.tlm-jafza-section * {
  box-sizing: border-box;
}

.tlm-jafza-section {
  width: 100%;
  padding: 40px clamp(22px, 6.25vw, 120px);
  background:
    radial-gradient(circle at 12% 15%, rgba(172, 69, 158, 0.12), transparent 34%),
    #ffffff;
  font-family: "Jost", Arial, sans-serif;
  color: #000;
  overflow: hidden;
}

.tlm-jafza-section__inner {
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  gap: 54px;
  align-items: center;
}

.tlm-jafza-section__visual {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(38, 28, 94, 0.16);
}

.tlm-jafza-section__visual img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  display: block;
  object-fit: cover;
  transition: transform 900ms ease;
}

.tlm-jafza-section__visual:hover img {
  transform: scale(1.08);
}

.tlm-jafza-section__badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  width: calc(100% - 56px);
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-left: 7px solid #53449e;
}

.tlm-jafza-section__badge span {
  display: block;
  color: #ac459e;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
}

.tlm-jafza-section__badge strong {
  display: block;
  margin-top: 8px;
  color: #000;
  font-size: clamp(18px, 1.2vw, 24px);
  font-weight: 600;
  line-height: 1.2;
}

.tlm-jafza-section__content h2 {
  margin: 0;
  color: #000;
  font-size: clamp(34px, 3.3vw, 40px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.06em;
}

.tlm-jafza-info-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tlm-jafza-info-card {
  padding: 22px;
  background: #f7f7fb;
  border: 1px solid rgba(83, 68, 158, 0.13);
}

.tlm-jafza-info-card span {
  display: block;
  margin-bottom: 8px;
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.tlm-jafza-info-card strong {
  display: block;
  color: #53449e;
  font-size: clamp(18px, 1.1vw, 24px);
  font-weight: 700;
  line-height: 1.22;
}

.tlm-jafza-features {
  margin-top: 34px;
}

.tlm-jafza-features h3 {
  margin: 0 0 18px;
  color: #000;
  font-size: clamp(24px, 1.5vw, 32px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.tlm-jafza-count-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tlm-jafza-count-card {
  position: relative;
  min-height: 150px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
  overflow: hidden;
  isolation: isolate;
  background: #f7f7fb;
  border: 1px solid rgba(83, 68, 158, 0.13);
  transition:
    transform 520ms ease,
    box-shadow 520ms ease,
    border-color 520ms ease;
}

.tlm-jafza-count-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, #53449e, #ac459e);
  transform: translateY(101%);
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tlm-jafza-count-card strong {
  color: #53449e;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.055em;
  transition: color 520ms ease, transform 520ms ease;
}

.tlm-jafza-count-card p {
  margin: 14px 0 0;
  color: #333;
  font-size: clamp(13px, 0.9vw, 16px);
  font-weight: 400;
  line-height: 1.42;
  transition: color 520ms ease, transform 520ms ease;
}

.tlm-jafza-count-card:hover {
  transform: translateY(-10px);
  border-color: transparent;
  box-shadow: 0 25px 70px rgba(38, 28, 94, 0.16);
}

.tlm-jafza-count-card:hover::before {
  transform: translateY(0);
}

.tlm-jafza-count-card:hover strong,
.tlm-jafza-count-card:hover p {
  color: #fff;
  transform: translateY(-5px);
}

.tlm-jafza-copy {
  margin-top: 34px;
}

.tlm-jafza-copy p {
  margin: 20px 0 0;
  color: #333;
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 400;
  line-height: 1.68;
}

.tlm-jafza-t3-animate .tlm-jafza-t3-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--delay, 0ms);
}

.tlm-jafza-t3-animate .tlm-jafza-t3-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .tlm-jafza-section__inner {
    grid-template-columns: 1fr;
  }

  .tlm-jafza-count-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .tlm-jafza-section {
    padding: 64px 20px;
  }

  .tlm-jafza-section__visual,
  .tlm-jafza-section__visual img {
    min-height: 420px;
  }

  .tlm-jafza-info-grid,
  .tlm-jafza-count-grid {
    grid-template-columns: 1fr;
  }

  .tlm-jafza-section__badge {
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b43c18 */.tlm-jafza-section-four,
.tlm-jafza-section-four * {
  box-sizing: border-box;
}

.tlm-jafza-section-four {
  width: 100%;
  padding: 40px clamp(22px, 6.25vw, 120px);
  background:
    radial-gradient(circle at 88% 18%, rgba(83, 68, 158, 0.12), transparent 34%),
    linear-gradient(180deg, #f7f7fb 0%, #ffffff 100%);
  font-family: "Jost", Arial, sans-serif;
  color: #000;
  overflow: hidden;
}

.tlm-jafza-section-four__inner {
  max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(480px, 1.08fr) minmax(0, 0.92fr);
  gap: 54px;
  align-items: center;
}

.tlm-jafza-section-four__visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(38, 28, 94, 0.16);
}

.tlm-jafza-section-four__visual img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  display: block;
  object-fit: cover;
  transition: transform 900ms ease;
}

.tlm-jafza-section-four__visual:hover img {
  transform: scale(1.08);
}

.tlm-jafza-section-four__badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  width: calc(100% - 56px);
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-left: 7px solid #ac459e;
}

.tlm-jafza-section-four__badge span {
  display: block;
  color: #53449e;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
}

.tlm-jafza-section-four__badge strong {
  display: block;
  margin-top: 8px;
  color: #000;
  font-size: clamp(18px, 1.2vw, 24px);
  font-weight: 600;
  line-height: 1.2;
}

.tlm-jafza-section-four__content h2 {
  margin: 0;
  color: #000;
  font-size: clamp(34px, 3.3vw, 40px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.06em;
}

.tlm-jafza-four-info-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.tlm-jafza-four-info-card {
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(83, 68, 158, 0.13);
}

.tlm-jafza-four-info-card span {
  display: block;
  margin-bottom: 8px;
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.tlm-jafza-four-info-card strong {
  display: block;
  color: #53449e;
  font-size: clamp(18px, 1.1vw, 24px);
  font-weight: 700;
  line-height: 1.22;
}

.tlm-jafza-four-features {
  margin-top: 34px;
}

.tlm-jafza-four-features h3 {
  margin: 0 0 18px;
  color: #000;
  font-size: clamp(24px, 1.5vw, 32px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.tlm-jafza-four-count-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tlm-jafza-four-count-card {
  position: relative;
  min-height: 160px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
  overflow: hidden;
  isolation: isolate;
  background: #fff;
  border: 1px solid rgba(83, 68, 158, 0.13);
  transition:
    transform 520ms ease,
    box-shadow 520ms ease,
    border-color 520ms ease;
}

.tlm-jafza-four-count-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, #53449e, #ac459e);
  transform: translateY(101%);
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tlm-jafza-four-count-card strong {
  color: #53449e;
  font-size: clamp(25px, 2vw, 42px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.055em;
  transition: color 520ms ease, transform 520ms ease;
}

.tlm-jafza-four-count-card p {
  margin: 14px 0 0;
  color: #333;
  font-size: clamp(13px, 0.9vw, 16px);
  font-weight: 400;
  line-height: 1.42;
  transition: color 520ms ease, transform 520ms ease;
}

.tlm-jafza-four-count-card:hover {
  transform: translateY(-10px);
  border-color: transparent;
  box-shadow: 0 25px 70px rgba(38, 28, 94, 0.16);
}

.tlm-jafza-four-count-card:hover::before {
  transform: translateY(0);
}

.tlm-jafza-four-count-card:hover strong,
.tlm-jafza-four-count-card:hover p {
  color: #fff;
  transform: translateY(-5px);
}

.tlm-jafza-four-copy {
  margin-top: 34px;
}

.tlm-jafza-four-copy p {
  margin: 20px 0 0;
  color: #333;
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 400;
  line-height: 1.68;
}

.tlm-jafza-t4-animate .tlm-jafza-t4-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--delay, 0ms);
}

.tlm-jafza-t4-animate .tlm-jafza-t4-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .tlm-jafza-section-four__inner {
    grid-template-columns: 1fr;
  }

  .tlm-jafza-section-four__visual {
    order: -1;
  }

  .tlm-jafza-four-count-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .tlm-jafza-section-four {
    padding: 64px 20px;
  }

  .tlm-jafza-section-four__visual,
  .tlm-jafza-section-four__visual img {
    min-height: 420px;
  }

  .tlm-jafza-four-info-grid,
  .tlm-jafza-four-count-grid {
    grid-template-columns: 1fr;
  }

  .tlm-jafza-section-four__badge {
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2dedb4c */.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 */
/* Start custom CSS */@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap");/* End custom CSS */