.process-steps-6f3e2962 {
  display: grid;
  /* Columns controlled via Elementor responsive control */
  gap: 3px;
  position: relative;
  z-index: 2;
}
.proc-step-6f3e2962 {
  background: #1e1e1e;
  border: 1px solid rgba(255,255,255,0.05);
  padding: 36px 28px;
  text-align: center;
  transition: all 0.3s;
  cursor: default;
  position: relative;
  overflow: hidden;
}
.proc-step-6f3e2962::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #d4af37;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.proc-step-6f3e2962:hover {
  background: #252525;
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.5);
}
.proc-step-6f3e2962:hover::before {
  transform: scaleX(1);
}
.proc-n-6f3e2962 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 300;
  color: rgba(255,255,255,0.10);
  line-height: 1;
  margin-bottom: 16px;
}
.proc-icon-6f3e2962 {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 18px;
  color: #d4af37;
  transition: all 0.3s;
}
.proc-step-6f3e2962:hover .proc-icon-6f3e2962 {
  border-color: #d4af37;
  background: rgba(212,175,55,0.07);
}
.proc-title-6f3e2962 {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 10px;
}
.proc-desc-6f3e2962 {
  font-size: 12px;
  color: #a0a0a0;
  line-height: 1.65;
}
