.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-8521 .elementor-element.elementor-element-59b1b9a6{--display:flex;--overlay-opacity:0.7;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8521 .elementor-element.elementor-element-59b1b9a6:not(.elementor-motion-effects-element-type-background), .elementor-8521 .elementor-element.elementor-element-59b1b9a6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#333333;background-image:url("https://dev29.dharmamarketing.cloud/wp-content/uploads/2026/07/ChatGPT-Image-4-jul-2026-09_59_44.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-8521 .elementor-element.elementor-element-59b1b9a6::before, .elementor-8521 .elementor-element.elementor-element-59b1b9a6 > .elementor-background-video-container::before, .elementor-8521 .elementor-element.elementor-element-59b1b9a6 > .e-con-inner > .elementor-background-video-container::before, .elementor-8521 .elementor-element.elementor-element-59b1b9a6 > .elementor-background-slideshow::before, .elementor-8521 .elementor-element.elementor-element-59b1b9a6 > .e-con-inner > .elementor-background-slideshow::before, .elementor-8521 .elementor-element.elementor-element-59b1b9a6 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-29a5e01 );--background-overlay:'';}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}@media(min-width:1025px){.elementor-8521 .elementor-element.elementor-element-59b1b9a6:not(.elementor-motion-effects-element-type-background), .elementor-8521 .elementor-element.elementor-element-59b1b9a6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for html, class: .elementor-element-7988a69a */.tblt-process-section {
  width: 100%;
  background: transparent;
  padding: 70px 20px;
  overflow: hidden;
}

.tblt-process-container {
  max-width: 1180px;
  margin: 0 auto;
}

.tblt-process-heading {
  text-align: center;
  margin-bottom: 34px;
}

.tblt-process-heading span {
  display: inline-block;
  margin-bottom: 8px;
  color: #333333;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.tblt-process-heading h2 {
  margin: 0;
  color: #333333;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -1.4px;
}

.tblt-process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  padding-top: 18px;
}

.tblt-process-line::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 2%;
  right: 2%;
  height: 1px;
  background: rgba(214, 232, 42, 0.65);
  z-index: 1;
}

.tblt-process-step {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 10px;
}

.tblt-process-number {
  width: 28px;
  height: 28px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: #d6e82a;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0 0 5px rgba(214, 232, 42, 0.12);
}

.tblt-process-step h3 {
  margin: 0 0 7px;
  color: #333333;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.tblt-process-step p {
  margin: 0 auto;
  max-width: 170px;
  color: rgba(255, 255, 255, 255,);
  font-size: 14px;
  line-height: 1.45;
}

/* Tablet */
@media (max-width: 1024px) {
  .tblt-process-line {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 24px;
  }

  .tblt-process-line::before {
    display: none;
  }

  .tblt-process-step {
    padding: 24px 18px;
    text-align: center;
    background: rgba(18, 18, 18, 0.05);
    border: 1px solid rgba(214, 232, 42, 0.22);
  }

  .tblt-process-number {
    margin: 0 auto 14px;
  }

  .tblt-process-step p {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .tblt-process-step h3 {
    font-size: 19px;
  }
}

/* Mobile */
@media (max-width: 680px) {
  .tblt-process-section {
    padding: 58px 18px;
  }

  .tblt-process-heading {
    text-align: center;
    margin-bottom: 28px;
  }

  .tblt-process-heading span {
    display: block;
    text-align: center;
  }

  .tblt-process-heading h2 {
    font-size: 32px;
    text-align: center;
  }

  .tblt-process-line {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 0;
  }

  .tblt-process-step {
    text-align: center;
    padding: 24px;
    background: rgba(18, 18, 18, 0.05);
    border: 1px solid rgba(214, 232, 42, 0.22);
  }

  .tblt-process-number {
    margin: 0 auto 14px;
  }

  .tblt-process-step h3 {
    font-size: 22px;
    text-align: center;
  }

  .tblt-process-step p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 15px;
    line-height: 1.55;
  }
}/* End custom CSS */