@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box;}

:root {
    --white: #fff;
    --black: #000;
    --light-black: #535862;
    --dark-blue: #032642;
    --royal-blue: #2563EB;

}

body { font-family:"Plus Jakarta Sans", sans-serif; background: linear-gradient(0deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.30) 100%), linear-gradient(0deg, #2563EB 0%, #2563EB 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
background-blend-mode: normal, color, normal; }

/* Scrollbar */
::-webkit-scrollbar {  width: 10px;  background-color: transparent;  }
::-webkit-scrollbar-track {  background-color: transparent;  }
::-webkit-scrollbar-thumb {  background-color: #888;  border-radius: 20px;  }
::-webkit-scrollbar-thumb:hover {  background-color: #555;  }

.margin-1 { margin-bottom: 1em;}
.margin-2 { margin-bottom: 2em;}

.blue-text { color: var(--royal-blue); font-weight: 700;}
.blue-text:hover { color: var(--royal-blue); text-decoration: underline;}

/* Registration Stepper */

.stepper-bg {  background: linear-gradient(0deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.30) 1%), linear-gradient(0deg, #2563eb00 0%, #2563eb24 100%), url(<path-to-image>) no-repeat center center / cover, linear-gradient(0deg, #F9F9F9 0%, #F9F9F9 100%), #F9F9F9;
    background-blend-mode: normal, normal, normal, normal, normal;}
.stepper-data-column { width: 75%; padding-block: 4em; margin: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%;}
img.stepper-image { width: 100%; height: 100vh; min-height: 100%; object-fit: cover;}
.stepper-data-column img.stepper-logo { height: 60px; width: 60px;}
.stepper-title { font-size: 24px; font-style: normal; font-weight: 700; color: var(--dark-blue); text-align: center;}
.stepper-description { font-size: 14px; font-weight: 400; color: var(--dark-blue); margin: auto; text-align: center;}

.form-box {  border-radius: 10px; border: 1px solid #EBECED; background: #FFF; padding: 20px;}
.inner-stepper input, .inner-stepper select, .inner-stepper textarea { font-size: 15px; font-weight: 400;  color: #AFB2B8; border-radius: 6px; border: 1px solid #E0E0E0; background: #FFF; padding: 15px 14px; width: 100%;}
input::placeholder, select option, textarea, .form-floating>label {color: #AFB2B8;}
textarea {resize: none;}

.stepper-card { cursor: pointer; width: 100%; display: flex; justify-content: space-between; align-items: center;}
.stepper-card:hover { border: 1px solid var(--royal-blue);}
.user-role-card.active { border: 1px solid var(--royal-blue) !important;}
.stepper-card .title { font-size: 16px; font-weight: 700; color: var(--dark-blue); }
.stepper-card .description { font-size: 14px; font-weight: 500; color: #363636; margin-bottom: 0; }
.stepper-card img {height: 28px; width: 28px;}
.step-one input.next.action-button { appearance: none; display: none;}
input{width: 100%;}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0;}
input:focus-visible, select:focus-visible, textarea:focus-visible, input:focus {outline: none;}

.goolge-signin img { height: 24px; width: 24px; margin-right: 7px; margin-bottom: 2px;}
.goolge-signin { font-size: 16px; color: var(--dark-blue); font-weight: 600;}
.otp-btn { font-size: 15px; font-weight: 400; background: unset; border: unset; color: var(--dark-blue); margin: auto; width: 100%;}
.blue-border-btn { font-size: 16px; color: var(--royal-blue); background-color: var(--white); font-weight: 600; border-radius: 4px; border: 1px solid var(--royal-blue); padding: 7px 20px; flex: 1;}

.registration-form { text-align: center; position: relative; margin-top: 20px; width: 100%; }
.registration-form fieldset { border: 0 none; border-radius: 0.5rem; box-sizing: border-box; width: 100%; margin: 0; padding-bottom: 20px; position: relative }
.form-card { text-align: left }
.registration-form fieldset:not(:first-of-type) { display: none }

/* Inner stepper fieldsets - hide all except first */
.registration-form fieldset fieldset:not(:first-of-type) { display: none }
.blue-btn { font-size: 16px; color: var(--white); border: 1px solid #FFF; font-style: normal; font-weight: 700; padding: 15px 16px; border-radius: 4px; background: var(--royal-blue); flex: 1;}
.stepper-btn {display: flex; gap: 10px;}
.inner-stepper .fs-title { font-size: 18px; font-weight: 700;}
.card { z-index: 0; border: none; position: relative }
.steps { font-size: 25px; color: gray; margin-bottom: 10px; font-weight: normal; text-align: right }
.fieldlabels { color: gray; text-align: left }
#progressbar { margin-bottom: 30px; overflow: hidden; color: lightgrey; padding-left: 0; display: flex; gap: 20px; }
#progressbar li.active { border-radius: 10px; background: var(--royal-blue); height: 8px; }
#progressbar li{border-radius: 10px; background: #FFF; height: 8px;}
#progressbar li { list-style-type: none; font-size: 15px; width: 25%; float: left; position: relative; font-weight: 400 }
.progress { height: 20px }
.progress-bar { background-color: #673AB7 }
.fit-image { width: 100%; object-fit: cover }

/* Certificate Dropzone Styles */
.certificate-dropzone { width: 100%; } .portfolio-dropzone { width: 100%; }
.portfolio-previews { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.dropzone-upload-area { background: #FFFFFF; border: 1px solid #E0E0E0; width: 100%; border-radius: 8px; padding: 16px; text-align: center; cursor: pointer; transition: all 0.3s ease; position: relative; }
.dropzone-upload-area:hover { border-color: var(--royal-blue); background: #F9FAFB; }
.dropzone-upload-area.drag-over { border-color: var(--royal-blue); background: #EFF6FF; border-style: dashed; }
.dropzone-icon { color: var(--royal-blue); margin-bottom: 16px; display: flex; justify-content: center; align-items: center; }
.dropzone-title { font-size: 14px; font-weight: 700; color: var(--dark-blue); }
.dropzone-text { display: flex; flex-direction: column; gap: 8px; }
.dropzone-sub-text, .dropzone-main-text { font-size: 14px; font-weight: 400; color: #AFB2B8; margin: 0; }

/* Image Preview Styles */
.dropzone-previews { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; }
.dropzone-preview-item { position: relative; width: 100%; height: 200px; aspect-ratio: 2 / 1; border-radius: 8px; overflow: hidden; background: #F3F4F6; }
.dropzone-preview-image { width: 100%; height: 100%; object-fit: cover; display: block; }
.dropzone-preview-video { width: 100%; height: 100%; object-fit: cover; display: none; }
.dropzone-preview-video.show { display: block; }

.dropzone-preview-delete { position: absolute; top: 8px; right: 8px; width: 24px; height: 24px; background: #ffffff; border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s ease; color: #EF4444; opacity: 0.9; }
.dropzone-preview-delete:hover { opacity: 1; transform: scale(1.1); background: #ffdbdbe6; }
.dropzone-preview-delete svg { width: 20px; height: 20px; }

/* PDF Preview Styles */
.dropzone-preview-pdf { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #6B7280; padding: 20px; }
.dropzone-preview-pdf svg { width: 48px; height: 48px; margin-bottom: 8px; }
.dropzone-preview-filename { font-size: 12px; font-weight: 500; color: #374151; text-align: center; word-break: break-word; max-width: 100%; }

/* Hide default dropzone styling */
.certificate-dropzone.dz-clickable { cursor: default; }
.certificate-dropzone.dz-clickable .dropzone-upload-area { cursor: pointer; }
.certificate-dropzone .dz-message { display: none; }
.form-label { font-size: 16px; font-weight: 600; color: var(--dark-blue); margin-bottom: 12px; display: block; }

/* Portfolio Dropzone Styles */
.portfolio-dropzone .dropzone-previews { display: grid; grid-template-columns: 1fr; gap: 16px; }

/* Certificate Error Message */
.certificate-error-message {
    margin-top: 12px;
    padding: 10px 14px;
    background-color: #FEE2E2;
    border: 1px solid #EF4444;
    border-radius: 6px;
    display: none;
    animation: fadeIn 0.3s ease-in;
}

.certificate-error-message .certificate-error-text { font-size: 14px; font-weight: 500; color: #DC2626; font-family: "Plus Jakarta Sans", sans-serif; }
.certificate-error-message i { font-size: 16px; }

/* Portfolio Error Message */
.portfolio-error-message {
    margin-top: 12px;
    padding: 10px 14px;
    background-color: #FEE2E2;
    border: 1px solid #EF4444;
    border-radius: 6px;
    display: none;
    animation: fadeIn 0.3s ease-in;
}

.portfolio-error-message .portfolio-error-text {
    font-size: 14px;
    font-weight: 500;
    color: #DC2626;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.portfolio-error-message i {
    font-size: 16px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.portfolio-dropzone .dropzone-preview-item { position: relative; width: 100%; aspect-ratio: unset; height: 200px; border-radius: 8px; overflow: hidden; background: #F3F4F6; }
.portfolio-dropzone .dropzone-preview-image { width: 100%; height:  100%; object-fit: cover; display: block; }
.portfolio-dropzone .dropzone-preview-video { width: 100%; height:  100%; object-fit: cover; display: none; }
.portfolio-dropzone .dropzone-preview-video.show { display: block; }

.login-styling {display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 10em;}
.login-styling input {  padding: 24px 10px; }
.form-control:focus { background-color: #fff; border-color: unset; outline: 0; box-shadow: unset; }

/* Floating Label Styles */
.form-floating {position: relative;}
.form-floating > .form-control {height: calc(3.5rem + 2px); padding-top: 1.625rem;padding-bottom: 0.625rem;border: 1px solid #E0E0E0;border-radius: 6px;}
.form-floating > textarea.form-control{height: auto;}
body .form-floating > label, .form-floating>.form-select~label {position: absolute;top: 0;left: 0;height: 100%; pointer-events: none;border: 1px solid transparent;transform-origin: 0 0;transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;color: #AFB2B8;font-size: 15px;}

/* Multiple Certificates Styles */
.certificate-form-border { border-radius: 8px; padding: 20px; margin-bottom: 20px; background-color: #fcfcfc; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); border: 1px solid #e0e0e0;}
.certificate-form-wrapper:not(:last-child) { margin-bottom: 24px; }
.certificate-form-wrapper .certificate-number { color: var(--royal-blue); font-weight: 700; }
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control.has-value ~ label,
.form-floating > .form-control[value]:not([value=""]) ~ label {opacity: 0.65;transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);}
.form-floating > .form-control:-webkit-autofill ~ label {opacity: 0.65;transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);}
.form-floating > .form-control:-webkit-autofill ~ label:after{background: none;}

/* Password Toggle Styles */
.password-input-wrapper {position: relative;}
.password-input-wrapper .form-control {padding-right: 45px;}
.password-input-wrapper .password-toggle-icon {position: absolute;right: 15px;top: 15px;cursor: pointer;z-index: 10;color: #6c757d;}
.password-input-wrapper .password-toggle-icon:hover {color: #495057;}
.form-floating.password-input-wrapper > .form-control {padding-right: 45px;}
.form-floating.password-input-wrapper > label {z-index: 1;}
.form-floating.password-input-wrapper .password-toggle-icon {top: 15px;}
.second-stepper .stepper-btn {margin-top: 20px;}

/* Stepper Image Input Styles */
.stepper-image-input { margin-bottom: 24px; }
.stepper-image-upload-wrapper { display: flex; align-items: center; gap: 20px; }
.stepper-image-upload-circle { position: relative; width: 110px; height: 110px; flex-shrink: 0; cursor: pointer; }
.stepper-image-upload-circle::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; border: 1px solid #E0E0E0; background: var(--white); z-index: 1; }
.stepper-image-upload-circle img { position: relative; width: 100%; height: 100%; border-radius: 50%; object-fit: cover; z-index: 2; display: block; }
.stepper-image-icon-wrapper { border-radius: 50%; position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.stepper-profile-icon { width: 60px; height: 60px; color: #6B7280; }
.stepper-upload-plus { position: absolute; bottom: 0; right: 0; width: 32px; height: 32px; background: #6B7280; color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 3px solid var(--white); }
.stepper-upload-plus svg { width: 16px; height: 16px; }
.stepper-image-upload-content { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.stepper-upload-image-link { color: var(--royal-blue); font-size: 16px; font-weight: 600; text-decoration: none; cursor: pointer; font-family: "Plus Jakarta Sans", sans-serif; transition: color 0.2s; }
.stepper-upload-image-link:hover { color: #1E40AF; text-decoration: underline; }
.stepper-image-input-file { display: none; }
.stepper-upload-hint { font-size: 14px; font-weight: 400; color: #9A9EA6; margin: 0; line-height: 1.4; font-family: "Plus Jakarta Sans", sans-serif; }
.stepper-image-preview-container { position: relative; width: 120px; height: 120px; margin-top: 16px; }
.stepper-image-preview { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; border: 1px solid #E0E0E0; }
.stepper-remove-image-btn { position: absolute; top: -4px; right: -2px; width: 28px; border: none; outline: none; height: 28px; border-radius: 50%; background: #032642; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); z-index: 3; }
.stepper-remove-image-btn:hover { background: #032642; transform: scale(1.1); }
.stepper-remove-image-btn svg { width: 14px; height: 14px; }
.profile-image-error { margin-top: 8px; }
.profile-image-error .invalid-feedback { display: block !important; color: #dc3545; font-size: 14px; }
.stepper-image-upload-circle.border-danger::before { border-color: #dc3545 !important; border-width: 2px; }

/* Hide upload wrapper when image is previewed */
.stepper-image-input.has-preview .stepper-image-upload-wrapper { display: none; }
.stepper-image-input.has-preview .stepper-image-preview-container { display: block !important; }

/* Clock Animation - under review page */
.clock-container { position: relative; width: 120px; height: 120px; margin-bottom: 1em;} 
.clock-circle { position: absolute; width: 100%; height: 100%; border-radius: 50%; } 
.clock-bg { border: 8px dashed #2563eb59; } 
.clock-progress { border: 8px solid transparent; border-top-color: var(--royal-blue); border-right-color: var(--royal-blue); } 
.clock-center { position: absolute; top: 50%; left: 50%; width: 12px; height: 12px; background: var(--royal-blue); border-radius: 50%; transform: translate(-50%, -50%); } .clock-hand { position: absolute; bottom: 50%; left: 50%; width: 3px; height: 35px; background: var(--royal-blue); transform-origin: bottom center; transform: translateX(-50%) rotate(0deg); animation: rotate-hand 8s linear infinite; border-radius: 3px 3px 0 0; }

.pur-review-section { align-items: center; justify-content: center; display: flex; flex-direction: column; text-align: center; }
      
@keyframes spin {
    0% {   transform: rotate(0deg); }
    100% {   transform: rotate(360deg);  }
}

@keyframes rotate-hand {
    0% {  transform: translateX(-50%) rotate(0deg);  }
    100% { transform: translateX(-50%) rotate(360deg);  }
}

@keyframes slideIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } } 

/* Gray Section Container */ 
.bh-gray-section { background-color: var(--white); border-radius: 12px; padding: 24px; border: 1px solid #e5e7eb; } 

/* Day Item */ 
.work-availability .bh-day-item { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; height: 70px;} 
.work-availability .bh-day-item:last-child { border-bottom: none; } 

/* Day Label */ 
.work-availability .bh-day-label { display: flex; align-items: center; gap: 12px; cursor: pointer; margin-bottom: 0; user-select: none; } 
.work-availability .bh-day-name { font-size: 15px; font-weight: 500; color: #111827; } 

/* Time Section */ 
.work-availability .bh-time-section { display: flex; justify-content: center; flex-direction: column; gap: 2px; } 

/* Closed Label */ 
.work-availability .bh-closed-label { font-size: 14px; color: #6b7280; font-weight: 400; } 

/* Time Wrapper */ 
.work-availability .bh-time-wrapper { display: flex; align-items: center; gap: 12px; } 

/* Time Dropdowns */ 
.work-availability .bh-time-dropdown { appearance: none; background-color: white; border: 1px solid #d1d5db; border-radius: 6px; padding: 8px 32px 8px 12px; font-size: 14px; color: #374151; cursor: pointer; transition: all 0.2s ease; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 8px center; background-size: 16px; min-width: 100px; } 
.work-availability .bh-time-dropdown:hover { border-color: #9ca3af; } 

/* Time Separator */ 
.work-availability .bh-time-separator { font-size: 14px; color: #6b7280; font-weight: 400; } 

/* Additional styles for the header */ 
.work-availability .bh-main-container h2 { font-size: 24px; font-weight: 600; color: #111827; } 
.work-availability .bh-main-container p { font-size: 14px; color: #6b7280; margin-bottom: 24px; }

/* Phone input */
.phone-item input {padding: 25px;}
.phone-item .iti.iti--allow-dropdown.iti--separate-dial-code {  width: 100%;  z-index: 4;}

/* Responsive */ 
@media (max-width: 768px) { 
    
    .work-availability .bh-day-item { flex-direction: column; align-items: flex-start; gap: 12px; } 
    .work-availability .bh-time-section { width: 100%; padding-left: 32px; } 
    .work-availability .bh-time-wrapper { flex-wrap: wrap; } 
} 
    
