.form-title {
  color: #14573A;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.forget{
color: var(--gray, #627085);
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.form-subtitle {
  color: #627085; 
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin-bottom: 30px;
}

.details-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 762.47px;
  width: 100%;
  margin: 0 auto;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  color: var(--gray, #627085);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
  border-radius: 8px;
  border: 0.5px solid var(--Foundation-Green-Normal, #73C0B0);
  background: #FFF;
  color: #000;
  padding: 12px;
  font-family: Poppins;
  font-size: 14px;
  outline: none;
  resize: none;
}
.btn.confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--foundation-green-dark-hover, #45736A);
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 20px;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}
.confirm-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

.confirm-icon {
  position: relative;
  bottom: 50px;
  width: 90px;
  margin: 0 auto 5px;
  display: block;
}

.confirm-header h1 {
  color: var(--foundation-green-dark-hover, #45736A);
  font-family: Poppins;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 10px;
}

.confirm-header .subtitle {
  color: var(--gray, #627085);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}

.summary-card {
  border-radius: 12px;
  border: 1px solid #314158;
  background: var(--Foundation-Green-Darker, #28433E);
  padding: 20px;
  text-align: left;
  margin-bottom: 40px;
}
.create-account-btn {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    background: #14573a;
    display: flex;
    height: 55px;
    padding: 20px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    border: none;
    cursor: pointer;
    margin-top: 20px;
  }

  .login-text {
    margin-top: 15px;
    color: #45556c;
    font-family: Tajawal, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%; 
    text-align: center;
  }

  .login-text .login-link {
    color: #16a34a;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    margin-left: 5px;
  }

  .login-text .login-link:hover {
    text-decoration: underline;
  }
  .upload-group {
  display: flex;
  flex-direction: column;
}

.upload-label {
  border: 2px dashed #A3A3A3;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.upload-label:hover {
  border-color: #009883;
}

.upload-icon {
  margin-bottom: 10px;
}

.upload-text {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  margin: 0;
}

.upload-text .click-upload {
  color: #009883; 
  font-weight: 400;
}

.upload-text .drag-drop {
  color: #525252;
  font-weight: 400;
}

.upload-info {
  margin-top: 8px;
  color: #A3A3A3; 
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
}
    .success-icon {
      border-radius: 28px;
      border: 8px solid #ECFDF3;
      background: #D1FADF;
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 16px;
    }

    .popup-title {
      color: #16A34A;
      font-family: Poppins, sans-serif;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 12px;
    }

    .popup-text {
      color: #627085;
      font-family: Poppins, sans-serif;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 16px;
    }

    .next-step {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #34564F;
      font-family: Poppins, sans-serif;
      font-size: 18px;
      font-weight: 700;
      margin: 16px 0;
    }


    .popup-btn {
      color: #FFF;
      font-family: Poppins, sans-serif;
      font-size: 16px;
      font-weight: 700;
      border-radius: 8px;
      background: #45736A;
      box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
      padding: 12px 20px;
      border: none;
      width: 100%;
    }
  a{
      text-decoration: none;
     }
  .page-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    min-height: 100vh;
  }

  .left-image {
    width: 649px;
    height: 100vh;
    flex-shrink: 0;
  background: 
    linear-gradient(
      180deg, 
      rgba(5, 84, 50, 0.70) 0.02%, 
      rgba(4, 18, 15, 0.70) 78.46%
    ),
    url('authimg.png');   
    background-size: cover;
    background-position: center;
  }
.left-image {
  width: 649px;                 
              
  flex-shrink: 0;
  background: 
    linear-gradient(
      180deg, 
      rgba(5, 84, 50, 0.70) 0.02%, 
      rgba(4, 18, 15, 0.70) 78.46%
    ),
    url('authimg.png');
  background-size: cover;       
  background-position: center;  
  background-repeat: no-repeat;
  position: relative; 
}

.overlay-content {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
  color: #fff;
  font-family: Poppins, sans-serif;
}

.why-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}

.feature p {
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  margin: 0;
  color: #fff;
}

  .form-side {
    display: inline-flex; 
    width: 1440px;
    height: 700px;
    padding-right: 31px;
    align-items: center;
    gap: 33px;
    justify-content: center; 
    background: #fff;
    box-sizing: border-box;
  }


  .form-inner {
    width: 100%;
    max-width: 1100px; 
  }

  .details-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-family: Poppins, sans-serif;
  }

  .form-row {
    display: flex;
    gap: 16px;
  }

  .form-group {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  label {
    font-size: 14px;
    margin-bottom: 8px;
    color: #222;
  }

  input[type="text"],
  input[type="url"],
  input[type="tel"],
  textarea {
    padding: 12px 14px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
  }

  textarea { resize: vertical; min-height: 100px; }
  .create-account-btn {
    color: #fff;
    text-align: right;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    background: #14573A;
    display: flex;
    height: 55px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    border: none;
    cursor: pointer;
    margin-top: 8px;
  }

  .login-text {
    margin-top: 12px;
    color: #45556C;
    font-family: Tajawal, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
  }
  .login-text a { color: #16A34A; font-weight: 600; text-decoration: none; }
  .page-container {
    flex-direction: column;
    height: auto;
  }

  .form-container {
    width: 100%;
    padding: 15px;
  }
.back-home-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 4px;
  background: rgba(178, 255, 186, 0.70);
  font-size: 14px;
  font-weight: 500;
  color: #34564F;
  text-decoration: none;
  transition: background 0.2s ease-in-out;
}

.back-home-btn:hover {
  background: rgba(178, 255, 186, 0.9);
}
  @media (max-width: 1400px) {
    .page-wrapper { flex-direction: column; }
    .left-image {
      width: 100%;
      height: 420px; 
      background-position: center;
    }
    .form-side {
      display: block;
      width: 100%;
      height: auto;
      padding: 32px;
    }
    .form-inner { max-width: 900px; margin: 0 auto; }
    .form-row { flex-direction: column; }
  }
@media (max-width: 1366px) {
  .page-wrapper {
    flex-direction: column;
  }

  .left-image {
    display: block !important; 
    width: 100%;                
    height: 40vh;                
    background-position: center;
    background-size: cover;      
  }

  .form-side {
    width: 100%;
    height: auto;
    padding: 32px;
  }

  .form-inner {
    max-width: 900px;
    margin: 0 auto;
  }

  .form-row {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  body {
    height: 1100px;
  }
}
  .error-text {
    color: red;
    font-size: 13px;
    margin-top: 5px;
    display: block;
  }

/* Validation error messages */
.text-danger, .field-validation-error {
    color: #dc3545;
    font-size: 0.9rem;
    margin-top: 4px;
    display: block;
}

/* Success / Error input borders */
.input-validation-error {
    border: 2px solid #dc3545 !important;
    box-shadow: 0 0 5px rgba(220, 53, 69, 0.3);
}

.valid-input {
    border: 2px solid #28a745 !important;
    box-shadow: 0 0 5px rgba(40, 167, 69, 0.3);
}
