@font-face {font-family: 'pt_sansitalic';src: url('../fonts/pt-sans/pts56f-webfont.woff2') format('woff2'), url('../fonts/pt-sans/pts56f-webfont.woff') format('woff');font-weight: normal;font-style: normal;}
@font-face {font-family: 'pt_sansbold_italic';src: url('../fonts/pt-sans/pts76f-webfont.woff2') format('woff2'), url('../fonts/pt-sans/pts76f-webfont.woff') format('woff');font-weight: normal;font-style: normal;}
@font-face {font-family: 'pt_sansregular';src: url('../fonts/pt-sans/pts55f-webfont.woff2') format('woff2'), url('../fonts/pt-sans/pts55f-webfont.woff') format('woff');font-weight: normal;font-style: normal;}
@font-face {font-family: 'corbertregular';src: url('../fonts/corbert/corbert-regular-webfont.woff2') format('woff2'), url('../fonts/corbert/corbert-regular-webfont.woff') format('woff');font-weight: normal;font-style: normal;}
/*  */
html {scroll-behavior: smooth; }
body { overflow-x: hidden; padding: 0px !important; }
/* scrollbar */
::-webkit-scrollbar { width: 5px; height: 5px;}
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); -webkit-border-radius: 10px; border-radius: 10px;}
::-webkit-scrollbar-thumb {-webkit-border-radius: 10px; border-radius: 10px; background: rgba(46, 86, 192, 0.6); -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);}
::-webkit-scrollbar-thumb:window-inactive { background: rgba(255, 255, 255, 0.3);}
input:-webkit-autofill, input:-webkit-autofill:hover,  input:-webkit-autofill:focus,
textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus,
select:-webkit-autofill, select:-webkit-autofill:hover,
select:-webkit-autofill:focus { border: 1px solid transparent; -webkit-text-fill-color: rgba(152, 152, 152, 1); -webkit-box-shadow: 0 0 0px 1000px rgba(243, 243, 243, 1) inset; transition: background-color 5000s ease-in-out 0s;}
/* emp-login page */
.emp-login-page { min-height: 60vh; padding: 30px 0px; width: 100%; display: block; background: url(../images/bgimg.png) no-repeat; background-size: contain; background-position: center;  }
.form-card {background: #ffffff;box-shadow: 0px 4px 20px 0px #0000001F;width: 100%;max-width: 600px;margin: 0px auto;padding: 50px;}
/* Title Styles (No Border) */
.form-title {font-size: 30px; color: #00100b; margin-bottom: 18px;letter-spacing: 2px; text-align: center; }
.form-subtitle {text-align: center;color: #00100b;font-size: 16px;margin-bottom: 30px;}
/* Input Styling */
.common_form_block .form-group {margin-bottom: 30px;}
.common_form_block .form-label {font-size: 14px;line-height: 19px;color: #00100B;margin-bottom: 6px;}
.common_form_block .form-control {transition: all 0.3s ease;background-color: #FDFDFD;border: 1px solid #DBDBDB;border-radius: 4px;font-size: 14px;color: #4C4C4C;padding: 12px 10px;box-shadow: none !important;}
/* .form-control:focus {border-color: rgb(55, 182, 171);background-color: #fff;box-shadow: 0 0 0 3px rgba(59, 177, 155, 0.1);} */
/* Button Styling */
.btn-container {text-align: center;margin-top: 30px;}
/* OTP Input Styles */
.otp-wrapper {display: flex;gap: 12px;justify-content: center;margin-bottom: 20px;}
.otp-input {width: 47px;height: 47px;text-align: center;font-weight: 600;outline: none;transition: all 0.2s;background-color: #FDFDFD;border: 1px solid #DBDBDB;border-radius: 4px;font-size: 16px;color: #4C4C4C;}
/* .otp-input:focus {border-color: rgb(55, 182, 171);transform: scale(1.05);background-color: #fff;} */
/* Link Styles */
.resend_code_text { text-align: center; margin-top: 20px; }
.resend_code_text span { font-size: 13px; color: #666; }
.link-text {color: rgb(55, 182, 171);cursor: pointer;text-decoration: none;font-weight: 600;font-size: 13px;}
.link-text:hover {text-decoration: underline;}

/* Helper Classes */
.hidden {display: none;}
.fade-in {animation: fadeIn 0.4s ease-out;}
@keyframes fadeIn {
from {opacity: 0;transform: translateY(10px);}
to {opacity: 1;transform: translateY(0);}
}

/* welcome page */

.welcome-page { background-color: #ffffff; padding: 80px 0; min-height: 50vh;}
.content-heading {font-size: 30px;color: #00100b;margin-bottom: 15px;letter-spacing: 2px;}
.content-subtext {margin-bottom: 25px;display: block;font-size: 20px;font-weight: 600;letter-spacing: 2px;color: #00100b;}
.content-paragraph {margin-bottom: 30px;font-size: 16px;color: #00100b;letter-spacing: 1px;font-weight: bold;}

/* employee wizard */
.section-wrapper { padding: 50px 0px; display: flex; justify-content: center; position: relative; z-index: 3;  min-height: 50vh; }
.section-wrapper .form-card { max-width: 950px; padding: 40px; position: relative;}
.section-wrapper .btn-save-exit {background-color: transparent; color: #555; border: 1px solid #ccc; padding: 8px 15px; border-radius: 4px; font-size: 13px; font-weight: 600; cursor: pointer; transition: all 0.3s;}
.section-wrapper .btn-save-exit:hover { background-color: #f0f0f0; color: #333; border-color: #999; }
.section-wrapper .progress-container { margin-bottom: 35px; margin-top: 10px; }
.section-wrapper .progress-info { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 14px; font-weight: 600; color: #555; }
.section-wrapper .progress-track { background-color: #e9ecef; height: 8px; border-radius: 10px; overflow: hidden; }
.section-wrapper .progress-fill { background-color: rgb(55, 182, 171); height: 100%; width: 0%; transition: width 0.4s ease; }
.section-wrapper .section-header { background-color: #f0f4f4; padding: 10px 15px; border-left: 4px solid rgb(55, 182, 171); margin: 30px 0 20px 0; font-size: 16px; font-weight: 700; color: rgb(63, 135, 185); }
.section-wrapper .section-subheader { font-size: 14px; font-weight: 700; color: #555; margin: 15px 0 10px 0; border-bottom: 1px solid #eee; padding-bottom: 5px; }
.section-wrapper .form-row { display: flex; gap: 20px; flex-wrap: wrap; }
.section-wrapper .col { flex: 1; min-width: 250px; }
.section-wrapper .question-block { background-color: #ffffff; padding: 15px; border: 1px solid #eee; border-radius: 6px; margin-bottom: 15px; }
.section-wrapper .checkbox-group { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; }
.section-wrapper .checkbox-item { display: flex; align-items: center; gap: 8px; font-size: 14px; cursor: pointer; color: #4C4C4C; }
.section-wrapper .checkbox-item input { accent-color: rgb(55, 182, 171); width: 16px; height: 16px; position: relative !important; left: 0 !important; top: 1px; }
.section-wrapper .conditional-input-wrapper { display: none; margin-top: 15px; padding-top: 15px; border-top: 1px dashed #e0e0e0; animation: slideDown 0.3s ease-out; }
.section-wrapper .conditional-input-wrapper.show { display: block; }
.section-wrapper .question-block p { font-weight: 700; font-size: 14px; margin-bottom: 20px; color: #00100B; }
@keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
.section-wrapper .edu-row { border: 1px solid #e0e0e0; border-radius: 6px; padding: 20px; margin-bottom: 20px; background-color: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02); }
.section-wrapper .edu-title { color: rgb(63, 135, 185); font-weight: 700; font-size: 15px; margin-bottom: 15px; }
.section-wrapper .edu-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 20px; align-items: center; }
.section-wrapper .edu-radio-group { display: flex; gap: 15px; align-items: center; font-size: 14px; color: #444; white-space: nowrap; }
.section-wrapper .license-container { border: 1px solid #f0f0f0; padding: 10px; border-radius: 8px; background: #fff; }
.section-wrapper .license-row { display: grid; grid-template-columns: 2fr 2fr 1.2fr 40px; gap: 15px; margin-bottom: 10px; align-items: center; }
.section-wrapper .license-label { font-size: 13px; font-weight: 700; color: #444; background-color: #f8f9fa; padding: 8px 10px; border-radius: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.section-wrapper .dynamic-card, .section-wrapper .static-card { border: 1px solid #e0e0e0; border-radius: 8px; padding: 30px 25px 25px 25px; background-color: #fff; margin-bottom: 25px; position: relative; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02); }
.section-wrapper .card-number { position: absolute; top: -12px; left: 20px; background: rgb(55, 182, 171); color: white; padding: 2px 12px; border-radius: 12px; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.section-wrapper .btn-card-delete { position: absolute; top: 15px; right: 15px; color: #aaa; background: transparent; border: none; font-size: 16px; cursor: pointer; z-index: 5; }
.section-wrapper .btn-card-delete:hover { color: #dc3545; }
.section-wrapper .btn-remove-row { color: #dc3545; background: #fff; border: 1px solid #dc3545; width: 36px; height: 36px; border-radius: 4px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.section-wrapper .btn-remove-row:hover { background: #dc3545; color: white; }
.section-wrapper .btn-add-row { background-color: #f8f9fa; color: rgb(55, 182, 171); border: 1px dashed rgb(55, 182, 171); padding: 10px 20px; border-radius: 4px; font-weight: 600; font-size: 14px; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; }
.section-wrapper .btn-add-row:hover { background-color: #eafcf9; }
.section-wrapper .question-desc { font-size: 13px; color: #555; margin-top: 5px; line-height: 1.5; font-style: italic; background: #fdfdfd; padding: 10px; border-left: 2px solid #ddd; margin-bottom: 10px; }
.section-wrapper .legal-intro { font-size: 16px; margin-bottom: 20px; font-weight: 600; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.section-wrapper .inline-input-line { border: none; border-bottom: 1px solid #333; background: transparent; padding: 0 5px; outline: none; width: 250px; font-weight: 600; }
.section-wrapper .signature-wrapper { border: 2px dashed #ccc; border-radius: 6px; background: #fff; position: relative; margin-bottom: 10px; }
.section-wrapper canvas { width: 100%; height: 200px; cursor: crosshair; display: block; }
.section-wrapper .signature-actions { display: flex; justify-content: flex-end; padding: 5px; background: #f8f9fa; border-top: 1px solid #eee; border-radius: 0 0 6px 6px; }
.section-wrapper .btn-clear-sig { background: #fff; border: 1px solid #999; color: #333; padding: 4px 12px; border-radius: 4px; font-size: 12px; cursor: pointer; }
.section-wrapper .btn-clear-sig:hover { background: #f0f0f0; }
.section-wrapper .job-desc-list { list-style-type: decimal; padding-left: 20px; margin-bottom: 25px; }
.section-wrapper .job-desc-list li { margin-bottom: 12px; font-size: 14px; color: #444; padding-left: 5px; }
.section-wrapper .job-desc-list ul { list-style-type: circle; padding-left: 20px; margin-top: 5px; margin-bottom: 5px; }
.section-wrapper .job-info-header { font-size: 14px; font-weight: 600; margin-bottom: 20px; border-bottom: 1px solid #eee; padding-bottom: 15px; }
.section-wrapper .agreement-text { background: #fff; padding: 20px; border: 1px solid #e0e0e0; border-radius: 6px; margin-bottom: 30px; }
.section-wrapper .agreement-text p { font-size: 14px; margin-bottom: 15px; text-align: justify; }
.section-wrapper .ws_sub_title { text-align: center; font-size: 18px; margin-bottom: 15px; font-weight: 700; color: #3bb19b; }
.section-wrapper .job-info-header p { font-size: 16px; margin-bottom:2px; color: #333; }
.section-wrapper .wizard-buttons { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; border-top: 1px solid #eee; padding-top: 20px; }
.section-wrapper .btn-prev { background: none; border: none; color: #666; font-weight: 600; cursor: pointer; font-size: 14px; padding: 10px 20px; }
.section-wrapper .wizard-step { display: none; animation: fadeIn 0.4s ease-out; }
.section-wrapper .wizard-step.active { display: block; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

#employer-list .dynamic-card:first-child .btn-card-delete,
#reference-list .dynamic-card:first-child .btn-card-delete {
    display: none !important;
}

@media (max-width: 768px) {
    .section-wrapper .hero-banner { height: 200px; }
    .section-wrapper { margin-top: 0; padding-top: 20px; }
    .section-wrapper .form-card { padding: 25px 15px; }
    .section-wrapper .col { min-width: 100%; }
    .section-wrapper .edu-grid { grid-template-columns: 1fr; gap: 10px; }
    .section-wrapper .edu-radio-group { margin-top: 5px; }
    .section-wrapper .license-row { grid-template-columns: 1fr; gap: 8px; border-bottom: 1px solid #eee; padding-bottom: 15px; margin-bottom: 15px; position: relative; }
    .section-wrapper .license-row.header { display: none; }
}

.header-menu-list .nav-link:hover, .header-menu-list .nav-link.active {color: #1f7afb !important;}

/* responsive view */


@media (min-width: 1200px) and (max-width: 1300px) {

.header-menu-list .navbar-nav {padding-left: 20px !important;}
    
}


@media (min-width: 1300px) and (max-width: 1400px) {

.header-menu-list .navbar-nav { padding-left: 80px !important;}

}

@media (min-width: 1440px) {


}

@media (min-width: 1600px) {

}


@media (min-width: 1680px) {

}


@media (min-width: 2100px){

    
}

@media (min-width: 1700px){
/* emp-login page */
.emp-login-page { padding: 2.63vw 0px; }
.form-card {max-width: 31.58vw;padding: 2.63vw;}
.form-title {font-size: 1.58vw; margin-bottom: 0.95vw; letter-spacing: 0.11vw;}
.form-subtitle {font-size: 1.05vw;margin-bottom: 1.58vw;}
.common_form_block .form-group {margin-bottom: 1.58vw;}
.common_form_block .form-label {font-size: 0.74vw;line-height: 1vw;margin-bottom: 0.32vw;}
.common_form_block .form-control {border-radius: 0.21vw;font-size: 0.74vw;padding: 0.84vw 0.53vw;}
.btn-container {margin-top: 1.58vw;}
.otp-wrapper {gap: 0.63vw;margin-bottom: 1.05vw;}
.otp-input {width: 2.89vw;height: 2.89vw;border-radius: 0.21vw;font-size: 0.84vw;}
.resend_code_text { margin-top: 1.05vw; }
.resend_code_text span { font-size: 0.68vw; }
.link-text {font-size: 0.68vw;}
/*  */
.welcome-page { padding: 4.21vw 0; }
.content-heading {font-size: 1.68vw;margin-bottom: 0.79vw;}
.content-subtext {margin-bottom: 1.32vw;font-size: 1.05vw;}
.content-paragraph {margin-bottom: 1.58vw;font-size: 1.05vw; }
/*  */
.section-wrapper { padding: 2.63vw 0px; }
.section-wrapper .form-card { max-width: 50vw; padding: 2.10vw;}
.section-wrapper .btn-save-exit { padding: 0.42vw 0.79vw; border-radius: 0.21vw; font-size: 0.68vw;}
.section-wrapper .progress-container { margin-bottom: 1.84vw; margin-top: 0.53vw; }
.section-wrapper .progress-info { margin-bottom: 0.53vw; font-size: 0.74vw; }
.section-wrapper .progress-track { height: 0.42vw; border-radius: 0.53vw; }
.section-wrapper .section-header { padding: 0.53vw 0.79vw; margin: 1.58vw 0 1.05vw 0; font-size: 0.84vw; border-left: 0.21vw solid rgb(55, 182, 171); }
.section-wrapper .section-subheader { font-size: 0.74vw; margin: 0.79vw 0 0.53vw 0; padding-bottom: 0.26vw; }
.section-wrapper .form-row { gap: 1.05vw; }
.section-wrapper .col { flex: 1; min-width: 13.16vw; }
.section-wrapper .question-block { padding: 0.79vw; border-radius: 0.32vw; margin-bottom: 0.79vw; }
.section-wrapper .checkbox-group { gap: 1.05vw; }
.section-wrapper .checkbox-item { gap: 0.42vw; font-size: 0.74vw; }
.section-wrapper .checkbox-item input { width: 0.84vw; height: 0.84vw; top: 1px; }
.section-wrapper .conditional-input-wrapper { margin-top: 0.79vw; padding-top: 0.79vw; }
.section-wrapper .question-block p { font-size: 0.74vw; margin-bottom: 1.05vw; }

.section-wrapper .edu-row { border-radius: 0.32vw; padding: 1.05vw; margin-bottom: 1.05vw; }
.section-wrapper .edu-title { font-size: 0.79vw; margin-bottom: 0.79vw; }
.section-wrapper .edu-grid { grid-template-columns: 1fr 1fr auto; gap: 1.05vw; }
.section-wrapper .edu-radio-group { gap: 0.79vw; font-size: 0.74vw; }
.section-wrapper .license-container { padding: 0.53vw; border-radius: 0.42vw; }
.section-wrapper .license-row { grid-template-columns: 2fr 2fr 1.2fr 2.11vw; gap: 0.79vw; margin-bottom: 0.53vw; }
.section-wrapper .license-label { font-size: 0.68vw; padding: 0.42vw 0.53vw; border-radius: 0.21vw; }
.section-wrapper .dynamic-card, 
.section-wrapper .static-card { border-radius: 0.42vw; padding: 1.58vw 1.32vw 1.32vw 1.32vw; margin-bottom: 1.32vw; }
.section-wrapper .card-number { top: -0.63vw; left: 1.05vw; padding: 0.11vw 0.63vw; border-radius: 0.63vw; font-size: 0.63vw; }
.section-wrapper .btn-card-delete { top: 0.79vw; right: 0.79vw; font-size: 0.84vw; }
.section-wrapper .btn-remove-row { width: 1.89vw; height: 1.89vw; border-radius: 0.21vw; }
.section-wrapper .btn-add-row { padding: 0.53vw 1.05vw; border-radius: 0.21vw; font-size: 0.74vw; gap: 0.42vw; margin-top: 0.53vw; }

.section-wrapper .question-desc { font-size: 0.68vw; margin-top: 0.26vw; padding: 0.53vw; margin-bottom: 0.53vw; border-left: 0.11vw solid #ddd; }
.section-wrapper .legal-intro { font-size: 0.84vw; margin-bottom: 1.05vw; gap: 0.53vw; }
.section-wrapper .inline-input-line { padding: 0 0.26vw; width: 13.16vw;  }
.section-wrapper .signature-wrapper { border-radius: 0.32vw; margin-bottom: 0.53vw; }
.section-wrapper canvas { height: 10.53vw; }
.section-wrapper .signature-actions { padding: 0.26vw; border-radius: 0 0 0.32vw 0.32vw; }
.section-wrapper .btn-clear-sig { padding: 0.21vw 0.63vw; border-radius: 0.21vw; font-size: 0.63vw; }
.section-wrapper .job-desc-list { padding-left: 1.05vw; margin-bottom: 1.32vw; }
.section-wrapper .job-desc-list li { margin-bottom: 0.63vw; font-size: 0.74vw; padding-left: 0.26vw; }
.section-wrapper .job-desc-list ul { padding-left: 1.05vw; margin-top: 0.26vw; margin-bottom: 0.26vw; }
.section-wrapper .job-info-header { font-size: 0.74vw; margin-bottom: 1.05vw; padding-bottom: 0.79vw; }
.section-wrapper .agreement-text { padding: 1.05vw; border-radius: 0.32vw; margin-bottom: 1.58vw; }
.section-wrapper .agreement-text p { font-size: 0.74vw; margin-bottom: 0.79vw; }
.section-wrapper .ws_sub_title { font-size: 0.95vw; margin-bottom: 0.79vw; }
.section-wrapper .job-info-header p { font-size: 0.84vw; margin-bottom:0.11vw; }
.section-wrapper .wizard-buttons { margin-top: 1.05vw; padding-top: 1.05vw; }
.section-wrapper .btn-prev { font-size: 0.74vw; padding: 0.53vw 1.05vw; }


}

@media (max-width: 1199px) {

.header-menu-list .navbar-nav { padding-left: 0px !important;}
.header-menu-list .referral-btn + .referral-btn { max-width: unset !important; width: fit-content !important; }

.form-title { font-size: 26px; margin-bottom: 20px; }
.form-subtitle { font-size: 14px; margin-bottom: 22px; }

.form-card { max-width: 540px; padding: 36px;}
.common_form_block .form-group { margin-bottom: 22px;}
.btn-container { margin-top: 22px; }


.content-heading { font-size: 26px; }
.content-subtext { font-size: 18px;}
.content-paragraph {font-size: 14px;}
.welcome-page { padding: 50px 0;}

.section-wrapper {padding: 30px 0px;}
.section-wrapper .form-card { padding: 25px;}
.section-wrapper .progress-container { margin-bottom: 25px;}
.section-wrapper .section-header { margin: 25px 0 15px 0;}
.section-wrapper .dynamic-card, .section-wrapper .static-card { padding: 20px 20px 20px 20px;}




}

@media (max-width: 991px) {

.form-title {font-size: 24px; }
.content-heading { font-size: 24px; margin-bottom: 12px; }
.content-subtext { font-size: 16px; margin-bottom: 18px;}

.section-wrapper {padding: 25px 10px;}
.section-wrapper .form-card {padding: 15px;}
.section-wrapper .edu-row { padding: 15px; margin-bottom: 15px;}
.section-wrapper .dynamic-card, .section-wrapper .static-card {padding: 15px;}
.section-wrapper .section-subheader { margin: 5px 0 10px 0;}
.section-wrapper .question-block p { margin-bottom: 15px;}
.section-wrapper .job-info-header p { font-size: 14px; }
.section-wrapper .job-info-header { font-size: 14px; margin-bottom: 15px;}
.section-wrapper .edu-title { font-size: 14px; margin-bottom: 10px;}
.section-wrapper .license-label {font-size: 12px;}
.section-wrapper .btn-add-row { padding: 8px 15px;}
.section-wrapper .agreement-text { padding: 15px; margin-bottom: 20px;}



}

@media (max-width: 767px) {

.form-title {font-size: 20px;} 
.content-heading { font-size: 20px; }
.section-wrapper .form-row {gap: 0px;}
.section-wrapper .progress-container { margin-bottom: 20px;}
.section-wrapper .checkbox-group { gap: 10px; }
.section-wrapper .checkbox-item { margin-bottom: 0px !important; margin-right: 10px; }
.section-wrapper .signature-wrapper { margin-bottom: 0px;}
.section-wrapper .job-desc-list li { margin-bottom: 8px; }



}

@media (max-width: 700px) {

}

@media (max-width: 600px) {

.form-card { padding: 20px;}
.otp-wrapper { gap: 5px;}
.common_form_block .form-group { margin-bottom: 18px;}
.btn-container { margin-top: 18px; }



}

@media (max-width: 500px) {


}
