.elementor-10211 .elementor-element.elementor-element-0496c6a{--display:flex;--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-10211 .elementor-element.elementor-element-3451e8c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-3451e8c */.flex {
    display: flex;
    gap: 20px;
}
.slide-box {
  position: relative;
  overflow: visible;
  padding-top: 30px;
}

.pro-cards {
    margin: 0px 20px;
}

.progress-wrapper {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
}

.progress-bar {
  position: relative;
  height: 4px;
  background: #eee;
}

.progress-fill {
  height: 100%;
  width: 0%;
  background: #c9a54c;
  transition: width 0.4s ease;
}


.progress-dots span {
  position: absolute;
  top: -6px;
  width: 14px;
  height: 14px;
  background: #ddd;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}

.progress-dots span.active {
  background: #c9a54c;
}


.process-slider {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
  
}


.process-slide {
  flex: 0 0 calc((100% - 40px) / 3);
}
.process-slide {
    padding: 20px;
    opacity: 2.5;
}

.card {
  background: #F7F3EA;
  border-radius: 20px;
  transition: 0.3s;
  padding: 20px;
  height: 170px;
}

.process-slide.active .card {
  background: #C9A84B;
  transform: scale(1.05);
}


.icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  margin-bottom: 15px;
}



.card h3 {
  margin-bottom: 10px;
  font-size: 23px;
  font-color: #3B2C1A;
}

.card p {
  font-size: 16px;
  line-height: 1.5;
}


@media (max-width: 1024px) {
  .process-slide {
    flex: 0 0 calc((100% - 20px) / 2);
  }
  
  .card{
      height: 180px;
  }
}

@media (max-width: 767px) {
  .process-slide {
    flex: 0 0 100%;
  }
  .card{
      height: 200px;
  }
  .card h3{
      margin-top: 0px;
  }
}/* End custom CSS */