body.elementor-page-896:not(.elementor-motion-effects-element-type-background), body.elementor-page-896 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F6F7;}/* Start custom CSS for section, class: .elementor-element-32b07da */* {
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}



.buyer-container {
  max-width: 1050px;
  margin: 40px auto;
  padding: 0 20px;
}

/* ================= STEP HEADER ================= */

.stepper {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
    align-items: center;
    padding: 0 54px;
}

/* grey line */
.stepper::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  height: 2px;
  background: #e5e7eb;
  z-index: 0;
}
.progress-line {
  position: absolute;
  top: 22px;
  height: 2px;
  background: #15803d;
  left: 0;
  width: 0;
  z-index: 2;
  transition: all 0.4s ease;
}

.step {
    text-align: center;
    z-index: 2;
    position: relative;
    background: #f5f6f7;
    padding: 0 35px;
}

.step .step-label {
    position: absolute;
    bottom: -29px;
    font-size: 15px;
    color: #000;
    left: 0px;
    right: 0;
    margin: 0 auto;
    white-space: nowrap;
}
.step-number {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00000029;
}

.step.active .step-number,
.step.completed .step-number {
  background: #15803d;
}

.step-number svg {
  width: 20px;
  height: 20px;
}

/* ================= CARD ================= */

.form-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
}

/* ================= TEXT ================= */

h2 {
  margin: 0;
  font-size: 22px;
}

.subtitle {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 20px;
}

label {
  font-size: 13px;
  color: #374151;
  margin-bottom: 6px;
  display: block;
}

/* ================= FIELDS ================= */

.field-row {
  margin-bottom: 18px;
}

.two-col {
  display: flex;
  gap: 20px;
}

.field {
  flex: 1;
}

input,
select {
  width: 100%;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}

input:focus,
select:focus {
  border-color: #15803d;
  outline: none;
}

/* ================= UPLOAD ================= */

.upload-box {
  display: flex;
  align-items: center;
  border: 2px dashed #22c55e;
  border-radius: 10px;
  padding: 20px;
  background: #f9fafb;
  gap: 20px;
}

.upload-left {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buyer-setup input {
    height: auto !important;
}
.upload-icon i {
  font-size: 20px;
  color: #9ca3af;
}

.upload-content p {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 6px;
}
.upload-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f1f5f9;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.upload-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.upload-circle .upload-icon {
  font-size: 20px;
  color: #9ca3af;
}

.upload-circle.active img {
  display: block;
}

.upload-circle.active .upload-icon {
  display: none;
}
/* ================= BUTTON ================= */

.btn {
  padding: 10px 18px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.step.completed .step-number svg path {
    stroke: #fff !important;
}
.btn.small {
  padding: 6px 14px;
  font-size: 13px;
}

.btn-primary {
  background: #15803d;
  color: #fff;
}

.btn-primary:hover {
  background: #166534;
}

/* ================= ACTION ================= */

.actions-row {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.skip-link {
  color: #15803d;
  cursor: pointer;
  font-size: 14px;
}

.step.completed .step-label {
    color: #15803d !important;
}
.profile-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.profile-modal.active {
  display: flex;
}

.profile-modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    width: 466px;
    text-align: center;
    position: relative;
}

.modal-avatar img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 3px solid #15803d;
    margin-bottom: 10px;
    padding: 4px;
}
.profile-modal h3 {
    margin: 10px 0 !important;
    font-size: 20px;
    font-weight: 600;
}
.profile-modal .btn {
    width: 225px;
    padding: 13px 0;
}
.profile-modal p {
    font-size: 14px;
    color: #27292D;
    line-height: 126%;
}

.close-modal {
  position: absolute;
  right: 12px;
  top: 10px;
  cursor: pointer;
  font-size: 18px;
}/* End custom CSS */