.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-7554 .elementor-element.elementor-element-17bd5de1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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 );}/* Start custom CSS for html, class: .elementor-element-3f834c1 */.tblt-trust-bar {
  width: 100%;
  background: linear-gradient(135deg, #222222 0%, #333333 45%, #181818 100%);
  padding: 0 20px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.tblt-trust-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  pointer-events: none;
}

.tblt-trust-bar::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(1180px, calc(100% - 40px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(214, 232, 42, 0.35) 18%,
    rgba(214, 232, 42, 0.75) 50%,
    rgba(214, 232, 42, 0.35) 82%,
    transparent 100%
  );
}

.tblt-trust-container {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid rgba(237, 232, 225, 0.1);
  border-right: 1px solid rgba(237, 232, 225, 0.1);
}

.tblt-trust-item {
  min-height: 112px;
  padding: 24px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-right: 1px solid rgba(237, 232, 225, 0.1);
  background: transparent;
  transition: background 0.3s ease;
}

.tblt-trust-item:last-child {
  border-right: none;
}

.tblt-trust-item:hover {
  background: rgba(237, 232, 225, 0.035);
}

.tblt-trust-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d6e82a;
  background: rgba(214, 232, 42, 0.08);
  border: 1px solid rgba(214, 232, 42, 0.45);
  box-shadow: 0 0 0 7px rgba(214, 232, 42, 0.04);
}

.tblt-trust-icon i {
  font-size: 19px;
  line-height: 1;
}

.tblt-trust-content h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.4px;
}

.tblt-trust-content p {
  margin: 0;
  color: rgba(237, 232, 225, 0.78);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
}

/* Tablet */
@media (max-width: 1024px) {
  .tblt-trust-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .tblt-trust-item:nth-child(2) {
    border-right: none;
  }

  .tblt-trust-item:nth-child(1),
  .tblt-trust-item:nth-child(2) {
    border-bottom: 1px solid rgba(237, 232, 225, 0.1);
  }
}

/* Mobile */
@media (max-width: 680px) {
  .tblt-trust-bar {
    padding: 0;
  }

  .tblt-trust-bar::before {
    background: none !important;
  }

  .tblt-trust-container {
    grid-template-columns: repeat(2, 1fr);
    border-left: none;
    border-right: none;
  }

  .tblt-trust-item {
    min-height: 155px;
    padding: 22px 10px 20px;
    display: grid;
    grid-template-rows: 48px 42px 34px;
    align-items: start;
    justify-items: center;
    gap: 10px;
    text-align: center;
    border-right: 1px solid rgba(237, 232, 225, 0.1);
    border-bottom: 1px solid rgba(237, 232, 225, 0.1);
    background: transparent !important;
  }

  .tblt-trust-item:hover {
    background: rgba(237, 232, 225, 0.025) !important;
  }

  .tblt-trust-item:nth-child(2),
  .tblt-trust-item:nth-child(4) {
    border-right: none;
  }

  .tblt-trust-item:nth-child(3),
  .tblt-trust-item:nth-child(4) {
    border-bottom: none;
  }

  .tblt-trust-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    grid-row: 1;
    background: rgba(214, 232, 42, 0.08);
    border: 1px solid rgba(214, 232, 42, 0.45);
    box-shadow: 0 0 0 6px rgba(214, 232, 42, 0.04);
  }

  .tblt-trust-icon i {
    font-size: 18px;
  }

  .tblt-trust-content {
    display: contents;
  }

  .tblt-trust-content h3 {
    grid-row: 2;
    height: 42px;
    max-width: 145px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 17px;
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: -0.3px;
    text-align: center;
  }

  .tblt-trust-content p {
    grid-row: 3;
    max-width: 135px;
    margin: 0 auto;
    color: rgba(237, 232, 225, 0.78);
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
  }
}

/* Small Mobile */
@media (max-width: 390px) {
  .tblt-trust-item {
    min-height: 150px;
    padding: 20px 8px 18px;
    grid-template-rows: 44px 40px 34px;
    gap: 9px;
  }

  .tblt-trust-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }

  .tblt-trust-icon i {
    font-size: 17px;
  }

  .tblt-trust-content h3 {
    height: 40px;
    max-width: 130px;
    font-size: 15.5px;
  }

  .tblt-trust-content p {
    max-width: 120px;
    font-size: 12.5px;
  }
}/* End custom CSS */