.elementor-3076 .elementor-element.elementor-element-d75ce37{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}/* Start custom CSS for html, class: .elementor-element-f36412a */.order-footconcept {
  max-width: 1000px;
  margin: auto;
  color: #333;
}

.order-footconcept h2 {
  text-align: center;
  margin-bottom: 10px;
}

.order-footconcept .intro {
  text-align: center;
  margin-bottom: 30px;
  color: #555;
}

.order-footconcept .steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.order-footconcept .step-card {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  position: relative;
}

.order-footconcept .step-card span {
  position: absolute;
  top: -15px;
  left: 20px;
  background: #000;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.order-footconcept .step-card h3 {
  margin-top: 10px;
  margin-bottom: 8px;
}

.order-footconcept .info-box {
  margin-top: 35px;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 12px;
}

.order-footconcept .info-box ul {
  padding-left: 18px;
}

.order-footconcept .info-box li {
  margin-bottom: 6px;
}

.order-footconcept .note {
  margin-top: 25px;
  background: #fff3cd;
  padding: 15px;
  border-radius: 10px;
  font-size: 14px;
  color: #856404;
}/* End custom CSS */