@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
/* Header */
.header{
    text-align:center;
    margin-bottom:40px;
}
.header h1{
    font-size:48px;
    font-weight:700;
}
.header p{
    color:#9d9d9d;
    margin-top:10px;
}
/* Progress */
.progress-wrapper{
    margin-bottom:30px;
}
.progress-steps{
    display:flex;
    justify-content:space-between;
    position:relative;
    margin-bottom:25px;
}
.progress-steps::before{
    content:'';
    position:absolute;
    top:18px;
    left:0;
    width:100%;
    height:2px;
    background:#333;
}
.step{
    position:relative;
    z-index:2;
    width:14%;
    text-align:center;
}
.circle{
    width:38px;
    height:38px;
    border-radius:50%;
    background: #010101;
    border: 2px solid #2d2d2d;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    font-weight:600;
    transition:.3s;
    color: #fff;
}
.step.active .circle{
    background: #08a0a5;
    border-color: #07a0a5;
    color: #ffffff;
}
.step span{
    display:block;
    margin-top:10px;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}
.step.active span{
    color: #08a0a5;
}
.progress-info{
    display:flex;
    justify-content:space-between;
    margin-bottom:10px;
    color: #010101;
}
.progress-bar{
    height:8px;
    background:#222;
    border-radius:50px;
    overflow:hidden;
}
.progress-fill{
    width:0%;
    height:100%;
    background:#079fa2;
    border-radius:50px;
    transition:.3s;
}
/* Form Card */
.card{
    background: #f5f5f5;
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 10px;
    padding: 30px;
}
.card h2{
    font-size: 24px;
    margin-bottom:20px;
}
.row{
    /* display:flex; */
    /* gap:20px; */
    /*margin-bottom:20px;*/
}
.group{
    flex:1;
}
label{
    display:block;
    margin-bottom:8px;
    color: 061421;
    font-size: 16px;
    font-weight: 500;
    font-size: 0.938rem;
    color: #061421;
    margin-bottom: 6px;
    display: block;
    margin-top: 10px;
}
input,
select,
textarea{
    /*! width:100%; */
    /*! height:52px; */
    background: #ffffff;
    border: 1px solid rgba(0, 167, 172, 0.12);
    border-radius: 5px;
    color: #000000;
    padding:0 15px;
    outline:none;
    transition:.3s;
}
input:focus,
select:focus,
textarea:focus{
    border-color:#079fa2;
}
.form-step{
    display:none;
}
.form-step.active{
    display:block;
}
/* Buttons */
.buttons{
    display:flex;
    justify-content:space-between;
    margin-top:30px;
}
.btn{
    padding:14px 28px;
    border:none;
    border-radius:10px;
    cursor:pointer;
    font-size:15px;
    font-weight:600;
}
.prev-btn{
    background:#343434;
    color:#fff;
}
.next-btn,
.submit-btn{
    background:#079fa2;
    color:#000;
}
.prev-btn:disabled{
    opacity:.5;
    cursor:not-allowed;
}
/* Mobile */
@media(max-width:768px){

    .header h1{
        font-size:32px;
    }

    .row{
        flex-direction:column;
    }

    .progress-steps{
        overflow-x:auto;
        gap:20px;
    }

    .step{
        min-width:100px;
    }

    .card{
        padding:20px;
    }
}

.section-title h3 {
    font-weight: 600;
}

 #signature-pad{
            width:100%;
            height:200px;
            border:1px solid #ccc;
            border-radius:6px;
            cursor:crosshair;
        }

.clear-btn {
    background: #dc3545;
}
button {
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}
/*signature*/
canvas { display: block; cursor: crosshair; }
        .buttons { margin-top: 15px; }
        button { padding: 10px 20px; font-size: 16px; margin: 5px; cursor: pointer; }
        #save-btn { background-color: #28a745; color: white; border: none; }
        #clear-btn { background-color: #dc3545; color: white; border: none; }


.get input, select, textarea {
  width: 100%;
  height: 52px;
  background: #ffffff;
  border: 1px solid rgba(0, 167, 172, 0.12);
  border-radius: 5px;
  color: #000000;
  padding: 0 15px;
  outline: none;
  transition: .3s;
}

/*form 2*/
 .employment-agreement {
        font-family: Arial, sans-serif;
        background: #fff;
        /*! padding: 20px; */
      }

      .employment-agreement .container {
        max-width: 1000px;
        margin: auto;
        background: #f5f5f5;
        padding: 30px;
        border-radius: 10px;
        /*! box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */
        background: #f5f5f5;
        border: 1px solid rgba(0, 167, 172, 0.12);
        border-radius: 10px;
        padding: 30px;
        background: #fff;
        padding: 30px;
        border-radius: 12px;
        border: 1px solid #e5e7eb;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        margin-bottom: 25px;
      }

      .employment-agreement h1 {
        text-align: center;
        color: #003366;
        margin-bottom: 30px;
      }

      .employment-agreement h3 {
        color: #003366;
        border-bottom: 1px solid #ddd;
        padding-bottom: 8px;
      }

      .employment-agreement .agreement-section {
        margin-bottom: 30px;
      }

      .employment-agreement .form-control {
        padding: 8px 12px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin: 5px;
        min-width: 180px;
      }

      .employment-agreement label {
        line-height: 2;
      }

      .employment-agreement .signature-box {
        display: flex;
        gap: 30px;
        margin-top: 20px;
      }

      .employment-agreement .signature-box div {
        flex: 1;
      }

      .employment-agreement input[type="radio"],
      .employment-agreement input[type="checkbox"] {
        margin-right: 8px;
      }

      @media (max-width: 768px) {
        .employment-agreement .signature-box {
          flex-direction: column;
        }
      }

.emp .employment-agreement .form-control {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 5px;
  min-width: 180px !important;
}
.agreement-section .form-control {
  width: 200px;
  display: inline;
}


.employment-agreement .ea-agreement-card {
    /*! background: #fff; */
    /*! padding: 30px; */
    /*! border-radius: 12px; */
    /*! border: 1px solid #e5e7eb; */
    /*! box-shadow: 0 2px 10px rgba(0,0,0,0.05); */
    /*! margin-bottom: 25px; */
}

.employment-agreement .ea-main-title {
    font-size: 28px;
    font-weight: 700;
    color: #003366;
    /*! text-align: center; */
    margin-bottom: 25px;
}

.employment-agreement .ea-text {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin: 15px 0;
}

.employment-agreement .ea-party-box {
    background: #f8fbff;
    border: 1px solid #d6e4ff;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.employment-agreement .ea-party-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.employment-agreement .ea-label {
    min-width: 100px;
    font-weight: 600;
    color: #003366;
}

.employment-agreement .ea-value {
    font-weight: 600;
    color: #222;
}

.employment-agreement .ea-input {
    padding: 10px 14px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    min-width: 220px;
    outline: none;
}

.employment-agreement .ea-input:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}

.employment-agreement .employee-name {
    width: 300px;
}

@media (max-width: 768px) {
    .employment-agreement .ea-party-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .employment-agreement .employee-name,
    .employment-agreement .ea-input {
        width: 100%;
    }
}
/*form 2*/

.employment-agreement .ea-agreement-card{
    background:#fff;
    /* padding:30px; */
    border-radius:12px;
    /* border:1px solid #e5e7eb; */
    margin-bottom:25px;
}

.employment-agreement .ea-title{
    color:#003366;
    margin-bottom:15px;
    /* border-bottom:1px solid #ddd; */
    padding-bottom:10px;
}

.employment-agreement .ea-text{
    color:#444;
    line-height:1.8;
    margin-bottom:15px;
}

.employment-agreement .ea-checkbox-label{
    display:block;
    margin:20px 0;
    line-height:1.8;
    font-weight:500;
}

.employment-agreement .ea-checkbox-label input{
    margin-right:8px;
}

.employment-agreement .ea-signature-wrapper{
    display:flex;
    gap:25px;
    margin-top:25px;
}

.employment-agreement .ea-signature-card{
    flex:1;
    background:#f8fbff;
    border:1px solid #d6e4ff;
    border-radius:10px;
    padding:20px;
}

.employment-agreement .ea-signature-card h4{
    margin-top:0;
    margin-bottom:20px;
    color:#003366;
}

.employment-agreement .ea-form-group{
    margin-bottom:15px;
}

.employment-agreement .ea-form-group label{
    display:block;
    margin-bottom:6px;
    font-weight:600;
}

.employment-agreement .ea-input{
    /*width:100%;*/
    padding:10px 12px;
    border:1px solid #ced4da;
    border-radius:6px;
    box-sizing:border-box;
}
.ea-signature-card.asd .ea-input{
 width:100%;

}
.employment-agreement .ea-input:focus{
    outline:none;
    border-color:#0d6efd;
}

@media(max-width:768px){

    .employment-agreement .ea-signature-wrapper{
        flex-direction:column;
    }

}
/*digital form css*/
.employment-agreement .ea-agreement-card{
    /* background:#fff; */
    /* padding:30px; */
    /* border-radius:12px; */
    /* border:1px solid #e5e7eb; */
    /* box-shadow:0 2px 10px rgba(0,0,0,.05); */
}
.employment-agreement .ea-main-title{
    text-align:center;
    color:#003366;
    margin-bottom:10px;
}
.employment-agreement .ea-sub-title{
    text-align:center;
    color:#0056b3;
    margin-bottom:30px;
}
.employment-agreement .ea-section{
    margin-bottom:30px;
}
.employment-agreement .ea-section h3{
    color:#003366;
    border-bottom:1px solid #ddd;
    padding-bottom:10px;
    margin-bottom:20px;
}
.employment-agreement .ea-form-group{
    margin-bottom:15px;
}
.employment-agreement .ea-form-group label{
    display:block;
    font-weight:600;
    margin-bottom:6px;
}
.employment-agreement .ea-input,
.employment-agreement .ea-textarea{
    /* width:100%; */
    padding:10px 12px;
    border:1px solid #ced4da;
    border-radius:6px;
    box-sizing:border-box;
}
.employment-agreement .ea-textarea{
    min-height:100px;
    resize:vertical;
}
.employment-agreement .ea-checkbox-label{
    display:block;
    margin-bottom:12px;
    line-height:1.7;
}
.employment-agreement .ea-checkbox-label input{
    margin-right:8px;
}
.employment-agreement .ea-signature-wrapper{
    display:flex;
    gap:20px;
}
.employment-agreement .ea-signature-wrapper .ea-form-group{
    flex:1;
}
.employment-agreement .ea-declaration{
    line-height:1.8;
    margin-bottom:20px;
}
.employment-agreement .ea-footer-note{
    margin-top:30px;
    padding-top:20px;
    border-top:1px solid #ddd;
    text-align:center;
    color:#666;
    font-size:14px;
}
.employment-agreement.digital-form .ea-input, .employment-agreement .ea-textarea {
    width: 100%; 
    padding: 10px 12px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    box-sizing: border-box;
}
@media(max-width:768px){
    .employment-agreement .ea-signature-wrapper{
        flex-direction:column;
    }
}