.elementor-293 .elementor-element.elementor-element-01d77d1{--display:flex;--min-height:0vh;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-293 .elementor-element.elementor-element-3110459 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-293 .elementor-element.elementor-element-4946cd0{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-293 .elementor-element.elementor-element-719a55d{width:100%;max-width:100%;}.elementor-293 .elementor-element.elementor-element-719a55d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-293 .elementor-element.elementor-element-01d77d1{--width:100%;}.elementor-293 .elementor-element.elementor-element-4946cd0{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-719a55d */.pristino-process {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
  padding: 80px 20px;
  box-sizing: border-box;
}

.process-wrapper {
  max-width: 960px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  position: relative;
  z-index: 2;
}

.process-heading {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 60px;
  line-height: 1.6;
}

.process-step {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 40px;
}

.process-step:last-child {
  border-bottom: none;
}

.step-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.step-icon img:hover {
  transform: scale(1.1);
}

.step-text h3 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-top: 5px;
}

.step-text h3 span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #555;
}

.step-text p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin-top: 12px;
}

/* Gold accents */
.gold-accent {
  position: absolute;
  width: 100px;
  opacity: 0.9;
  z-index: 1;
}

.left-accent.step2 {
  left: 0;
  top: 460px;
}

.left-accent.step7 {
  left: 0;
  bottom: 100px;
}

.right-accent.step3 {
  right: 0;
  top: 950px;
}

.right-accent.step6 {
  right: 0;
  bottom: 200px;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .process-step {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .process-heading {
    font-size: 18px;
  }

  .step-text h3 {
    font-size: 17px;
  }

  .step-text h3 span {
    font-size: 14px;
  }

  .step-text p {
    font-size: 14px;
  }

  .gold-accent {
    width: 70px;
  }
}/* End custom CSS */