.glp-step { display:none; }
.glp-step.active { display:block; }

.glp-progress {
    height: 6px;
    background: #eee;
    margin-bottom: 20px;
}

.glp-bar {
    height: 100%;
    width: 0%;
    background: #4CAF50;
    transition: 0.3s;
}

input.error {
    border: 1px solid red;
}
.flatpickr-input {
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
}

.flatpickr-calendar {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.glp-upload-box {
  border: 2px dashed #ccc;
  padding: 30px;
  text-align: center;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s;
}

.glp-upload-box:hover,
.glp-upload-box.dragover {
  border-color: #0073aa;
  background: #f9f9f9;
}

.glp-file-preview {
  margin-top: 15px;
}

.glp-preview-img {
  max-width: 150px;
  border-radius: 8px;
}
.glp-success-wrapper {
    text-align: center;
    padding: 40px 20px;
    max-width: 500px;
    margin: auto;
}

.glp-success-icon {
    width: 80px;
    height: 80px;
    background: #3db4ad;
    color: #fff;
    font-size: 40px;
    line-height: 80px;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.glp-success-wrapper h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1e2a3a;
}

.glp-success-wrapper p {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 25px;
    line-height: 1.6;
}

.glp-success-email {
    background: #f3f4f6;
    padding: 15px;
    border-radius: 12px;
    font-size: 16px;
    color: #374151;
}