/* Hire Process - PPT
   Brand: #002151 — lined step process with index numbers */

.gt-hire-process-ppt {
  --ppt: #002151;
  --ppt-soft: #1a4a7a;
  --ppt-display: var(--gt-font-display, "Plus Jakarta Sans", "Segoe UI", sans-serif);
  --ppt-title: #0a1628;
  --ppt-body: rgba(10, 22, 40, 0.62);
  --ppt-rule: rgba(0, 33, 81, 0.14);
  --ppt-index: var(--ppt);
  --ppt-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --gt-hire-process-title-color: var(--ppt-title);
  --gt-hire-process-desc-color: var(--ppt-body);
  --gt-hire-process-badge-bg: transparent;
  --gt-hire-process-badge-number-color: var(--ppt-index);
  width: 100%;
}

.gt-hire-process-ppt--dark {
  --ppt-title: #f4f7fb;
  --ppt-body: rgba(244, 247, 251, 0.62);
  --ppt-rule: rgba(255, 255, 255, 0.16);
  --ppt-index: #8eb4d9;
}

.elementor-widget-gt-hire-process-ppt .elementor-widget-container {
  padding: 0;
}

/* Lined — editorial index + rule, no badge chrome */
.gt-hire-process-ppt .gt-el-hire-process__list {
  gap: 0;
}

.gt-hire-process-ppt .gt-el-hire-process__item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.85rem;
  padding: 1.35rem 0.15rem 1.5rem;
  border-top: 1px solid var(--ppt-rule);
  min-width: 0;
}

.gt-hire-process-ppt .gt-el-hire-process__badge {
  display: block;
  width: auto;
  height: auto;
  flex-shrink: 0;
  border-radius: 0;
  background: transparent !important;
  color: var(--ppt-index) !important;
  font-family: var(--ppt-display);
  font-size: 0.8125rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  line-height: 1;
  justify-content: flex-start;
}

.gt-hire-process-ppt .gt-el-hire-process__number {
  display: block;
  color: inherit;
}

.gt-hire-process-ppt .gt-el-hire-process__content {
  padding-top: 0;
}

.gt-hire-process-ppt .gt-el-hire-process__title {
  margin: 0 0 0.4rem;
  font-family: var(--ppt-display);
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: var(--ppt-title);
}

.gt-hire-process-ppt .gt-el-hire-process__desc {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--ppt-body);
}

.elementor-widget-gt-hire-process-ppt .gt-el-hire-process__title {
  margin-bottom: 0.4rem !important;
}

.elementor-widget-gt-hire-process-ppt .gt-el-hire-process__desc {
  margin-bottom: 0 !important;
}
