 .sec-job {
     padding: 70px 0;
     background: #fff;
 }

 .sec-head {
     margin-bottom: 32px;
     display: flex;
     justify-content: space-between;
     align-items: flex-end;
 }

 .sec-sub {
     display: inline-block;
     margin-bottom: 8px;
     color: #6e40f4;
     font-size: 14px;
     font-weight: 800;
 }

 .sec-head h2 {
     margin: 0;
     color: #102033;
     font-size: 34px;
     font-weight: 900;
 }

 .job-meta-box {
     display: flex;
     flex-direction: row;
     align-items: center;
     gap: 20px;
 }

 .view-more {
     color: #6e40f4;
     font-weight: 800;
     text-decoration: none;
 }

 .pagination-custom {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 10px;
     margin: 35px 0 0;
     flex-wrap: wrap;
 }

 .pagination-custom a {
     width: 15px;
     height: 15px;
     border-radius: 12px;
     display: flex;
     align-items: center;
     justify-content: center;
     background: #f3f5ff;
     color: #6d4aff;
     font-weight: 700;
     text-decoration: none;
     transition: .2s;
     font-size: 10px;
 }

 .pagination-custom a.active {
     color: #fff;
     background: linear-gradient(135deg, #6d4aff, #8b5cff);
 }

 .pagination-custom a:hover {
     transform: translateY(-2px);
 }

 .hot-badge {
     position: absolute;
     top: 18px;
     right: -30px;
     transform: rotate(45deg);
     background: linear-gradient(135deg, #ff416c, #ff4b2b);
     color: white;
     font-size: 10px;
     font-weight: bold;
     text-transform: uppercase;
     width: 110px;
     text-align: center;
     line-height: 22px;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
     letter-spacing: 1px;
 }

 .job-box {
     margin-bottom: 0px;
     padding: 22px 22px 11px;
     border-radius: 20px;
     background: #fff;
     border: 1px solid #e8edf5;
     box-shadow: 0 14px 35px rgba(16, 32, 51, .08);
     transition: .25s;
     overflow: hidden;
     position: relative;
 }

 .job-box:hover {
     transform: translateY(-5px);
     box-shadow: 0 22px 45px rgba(16, 32, 51, .13);
 }

 .job-top {
     display: flex;
     gap: 10px;
     margin-bottom: 10px;
 }

 .job-logo {
     width: 50px;
     height: 50px;
     flex: 0 0 60px;
     border-radius: 14px;
     overflow: hidden;
     background: #fff;
     border: 1px solid #edf2f7;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 6px;
 }

 .job-logo img {
     width: 100%;
     height: 100%;
     object-fit: contain;
 }

 .job-logo i {
     color: #6e40f4;
     font-size: 24px;
 }

 .job-info {
     flex: 1;
 }

 .job-info h3 {
     margin: 0px 0;
     font-size: 14px;
     width: 92%;
 }

 .job-info h3 a {
     color: #102033;
     font-size: 14px;
     font-weight: 600;
     line-height: 1.3;
     text-decoration: none;
 }

 .job-info p {
     margin: 0;
     color: #667085;
     font-size: 11px;
 }

 .job-meta span {
     display: block;
     margin-bottom: 0px;
     color: #475569;
     font-size: 12px;
     font-weight: 600;
 }

 .job-meta i {
     padding-right: 5px;
     color: #6e40f4;
 }

 .job-deadline {
     color: #6e40f4 !important;
     font-size: 13px;
 }

 .job-deadline.warning {
     color: #dc2626 !important;
 }

 .job-foot {
     margin-top: 5px;
     padding-top: 5px;
     border-top: 1px solid #edf2f7;
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .job-hot {
     padding: 6px 12px;
     color: #ef4444;
     font-size: 13px;
     font-weight: 800;
     border-radius: 20px;
     background: #fee2e2;
 }

 .btn-apply {
     padding: 3px 18px;
     color: #fff;
     font-size: 12px;
     border-radius: 13px;
     border: 0;
     background: linear-gradient(135deg, #6c3df4, #7f51ffb8);
     text-decoration: none;
 }

 .btn-applied {
     padding: 3px 18px;
     color: #15803d;
     border-radius: 13px;
     border: 1px solid #bbf7d0;
     background: #dcfce7;
     cursor: not-allowed;
     opacity: 1;
     font-size: 12px;
 }

 .btn-applied i {
     margin-right: 5px;
 }

 .apply-modal {
     display: none !important;
     position: fixed;
     inset: 0;
     z-index: 99999;
     background: rgba(0, 0, 0, .55);
     overflow-y: auto;
     padding: 28px 12px;
 }

 .apply-modal.show {
     display: flex !important;
     align-items: center;
 }

 .apply-modal-box {
     width: 720px;
     max-width: 100%;
     margin: 0 auto;
     background: #fff;
     border-radius: 22px;
     padding: 28px;
     position: relative;
     box-shadow: 0 30px 80px rgba(15, 23, 42, .25);
 }

 .apply-modal-box.small {
     width: 420px;
     text-align: center;
     /* margin-top: 60px; */
 }

 .modal-close {
     position: absolute;
     top: 15px;
     right: 20px;
     border: 0;
     background: none;
     font-size: 34px;
     line-height: 1;
     cursor: pointer;
 }

 .apply-modal-box h3 {
     margin: 0 0 18px;
     font-size: 24px;
     font-weight: 900;
     color: #102033;
 }

 .apply-job-head {
     display: flex;
     gap: 14px;
     padding-bottom: 18px;
     margin-bottom: 18px;
     border-bottom: 1px solid #eee;
 }

 .apply-logo {
     width: 54px;
     height: 54px;
     flex: 0 0 54px;
     border-radius: 12px;
     border: 1px solid #eee;
     padding: 5px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .apply-logo img {
     width: 100%;
     height: 100%;
     object-fit: contain;
 }

 .apply-job-head h4 {
     margin: 0 0 5px;
     font-size: 17px;
     font-weight: 900;
 }

 .apply-job-head p {
     margin: 0;
     color: #64748b;
     font-weight: 700;
 }

 .apply-form label {
     display: block;
     margin: 14px 0 6px;
     font-weight: 800;
 }

 .apply-form label span {
     color: #6d28d9;
 }

 .cv-upload-area input {
     display: none !important;
 }

 .apply-form input[type="text"],
 .apply-form input[type="email"] {
     width: 100%;
     height: 46px;
     border: 1px solid #ddd;
     border-radius: 12px;
     padding: 0 14px;
     font-weight: 600;
 }

 .cv-box {
     padding: 16px;
     border: 1px dashed #d7d7d7;
     border-radius: 16px;
     background: #fff;
 }

 .cv-choice {
     display: flex !important;
     align-items: center;
     gap: 12px;
     width: 100%;
     margin: 0 0 12px !important;
     padding: 14px;
     border: 1px solid #ece7ff;
     border-radius: 14px;
     background: #fbfaff;
     cursor: pointer;
     transition: .2s;
 }

 .cv-choice:hover,
 .cv-choice.active {
     border-color: #6d28d9;
     background: #f5f3ff;
     box-shadow: 0 8px 22px rgba(91, 33, 182, .08);
 }

 .cv-choice input[type="radio"] {
     display: none;
 }

 .cv-dot {
     width: 18px;
     height: 18px;
     flex: 0 0 18px;
     border-radius: 50%;
     border: 2px solid #c4b5fd;
     position: relative;
 }

 .cv-choice.active .cv-dot {
     border-color: #5b21b6;
 }

 .cv-choice.active .cv-dot:after {
     content: '';
     position: absolute;
     left: 3px;
     top: 3px;
     width: 8px;
     height: 8px;
     border-radius: 50%;
     background: #5b21b6;
 }

 .cv-icon {
     width: 46px;
     height: 46px;
     flex: 0 0 46px;
     border-radius: 14px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 22px;
 }

 .cv-icon.pdf {
     color: #ef4444;
     background: #fee2e2;
 }

 .cv-icon.upload {
     color: #5b21b6;
     background: #ede9fe;
 }

 .cv-info {
     flex: 1;
     min-width: 0;
 }

 .cv-info strong {
     display: block;
     color: #102033;
     font-size: 15px;
     font-weight: 900;
 }

 .cv-info a {
     display: inline-block;
     max-width: 100%;
     color: #6e40f4;
     font-size: 13px;
     font-weight: 800;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     vertical-align: middle;
 }

 .cv-info em {
     display: block;
     color: #64748b;
     font-size: 13px;
     font-style: normal;
     font-weight: 600;
 }

 .cv-badge {
     padding: 6px 10px;
     color: #fff !important;
     border-radius: 999px;
     font-size: 12px;
     font-weight: 900;
     background: #6d28d9;
 }

 .cv-empty {
     display: flex;
     gap: 12px;
     align-items: center;
     margin-bottom: 14px;
     padding: 14px;
     color: #92400e;
     border: 1px solid #fcd34d;
     border-radius: 14px;
     background: #fffbeb;
 }

 .cv-empty i {
     font-size: 22px;
 }

 .cv-empty strong,
 .cv-empty span {
     display: block;
     font-weight: 800;
 }

 .cv-upload-area {
     margin-top: 12px;
 }

 .cv-upload-btn {
     display: block !important;
     margin: 0 !important;
 }

 .cv-upload-btn input {
     display: none;
 }

 .cv-upload-btn span {
     height: 48px;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
     color: #5b21b6;
     border: 1px solid #ddd6fe;
     border-radius: 12px;
     background: #f5f3ff;
     cursor: pointer;
     font-weight: 900;
 }

 .cv-upload-btn span:hover {
     background: #ede9fe;
 }

 .cv-file-name {
     margin-top: 10px;
     color: #64748b;
     font-size: 13px;
     font-weight: 700;
 }

 .cv-upload-area small {
     display: block;
     margin-top: 4px;
     color: #64748b;
     font-size: 12px;
     font-weight: 600;
 }

 .btn-apply-submit,
 .btn-login-now {
     width: 100%;
     height: 48px;
     margin-top: 20px;
     border: 0;
     border-radius: 14px;
     color: #fff;
     font-weight: 900;
     background: #5b21b6;
 }

 @media (max-width: 767px) {
     .sec-head {
         display: block;
     }

     .view-more {
         display: inline-block;
         margin-top: 12px;
     }

     .sec-head h2 {
         font-size: 28px;
     }

     .apply-modal-box {
         padding: 22px;
     }

     .cv-badge {
         display: none;
     }
 }

 .sec-job {
     padding: 58px 0;
     background: #f3f5f7;
     overflow: hidden;
 }

 .sec-job .sec-head {
     display: flex;
     align-items: flex-end;
     justify-content: space-between;
     gap: 20px;
     margin-bottom: 26px;
 }

 .sec-job .sec-sub {
     display: block;
     color: #6e40f4;
     font-weight: 800;
     margin-bottom: 8px;
 }

 .sec-job .sec-head h2 {
     margin: 0;
     font-size: 38px;
     line-height: 1.15;
     font-weight: 900;
     color: #071b3a;
 }

 .sec-job .view-more {
     color: #6e40f4;
     font-weight: 800;
     text-decoration: none;
 }

 .urgent-carousel {
     position: relative;
 }

 .urgent-viewport {
     overflow: hidden;
     width: 100%;
 }

 .urgent-track {
     display: flex;
     width: 100%;
     transition: transform .42s cubic-bezier(.22, .61, .36, 1);

 }

 .urgent-page {
     content-visibility: auto;
     flex: 0 0 100%;
     max-width: 100%;
     min-width: 100%;
 }

 .urgent-grid {
     display: grid;

     grid-template-columns: repeat(3, 1fr);

     gap: 20px;
 }

 .urgent-item {
     min-width: 0;
 }




 .urgent-bottom {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 12px;
     margin-top: 20px;
     user-select: none;
 }

 .urgent-page-btn {
     width: 36px;
     height: 36px;
     border: 1px solid #6e40f4;
     border-radius: 50%;
     background: #fff;
     color: #6e40f4;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     font-size: 22px;
     cursor: pointer;
     transition: all .2s ease;
 }

 .urgent-page-btn:hover,
 .urgent-page-btn.active {
     background: #6e40f4;
     color: #fff;
 }

 .urgent-page-text {
     min-width: 104px;
     text-align: center;
     color: #94a3b8;
     font-size: 14px;
 }

 .urgent-page-current {
     color: #6e40f4;
     font-weight: 900;
 }

 .urgent-dots {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 7px;
     margin-top: 12px;
 }

 .urgent-dot {
     width: 7px;
     height: 7px;
     border: 0;
     border-radius: 999px;
     background: #d6dde7;
     padding: 0;
     cursor: pointer;
     transition: all .2s ease;
 }

 .urgent-dot.active {
     width: 22px;
     background: #6e40f4;
 }

 @media (max-width: 1024px) {
     .sec-job .sec-head h2 {
         font-size: 28px;
     }

     .sec-head h2 {
         font-size: 28px;
     }

     .urgent-grid {

         grid-template-columns: repeat(2, 1fr);

     }
 }

 @media (max-width: 991px) {

     .sec-job .sec-head h2 {
         font-size: 30px;
     }
 }

 @media (max-width: 767px) {

     .urgent-grid {

         grid-template-columns: 1fr;

     }
 }


 @media (max-width: 575px) {
     .sec-job {
         padding: 36px 0;
     }

     .sec-job .sec-head {
         align-items: flex-start;
     }

     .urgent-grid {
         grid-template-columns: 1fr;
         gap: 14px;
     }

     .urgent-item .job-box {
         min-height: 120px;
     }
 }