
/* /serp_recruitment/static/src/scss/career_page.scss */
 :root{--primary-color: #fe5001; --border-color: #e4e7ec; --text-color: #1a0e1c; --green-color: #28a745; --red-color: #dc3545;}*{box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}body{font-family: 'Inter', sans-serif; margin: 0; padding: 0; scroll-behavior: smooth;}footer{background-color: #333; color: white; text-align: center; padding: 10px; position: relative; bottom: 0; width: 100%;}h1{font-family: 'Expletus Sans', sans-serif;}header{background-color: #fff; padding: 10px 0; transition: top 0.3s ease-in-out;}.strativ-site-navigation .nav-link{color: black !important; font-size: 14px;}.strativ-site-navigation .nav-link:hover{color: var(--primary-color) !important;}.strativ-button{padding: 8px 24px; border-radius: 100px; background-color: #fff; border: 1px solid var(--primary-color); color: var(--primary-color); font-weight: 600; font-size: 14px; transition: all 0.3s; cursor: pointer; text-decoration: none;}.strativ-button:active{transform: scale(0.95);}.strativ-button:hover{background-color: var(--primary-color); color: #fff;}.strativ-button.primary{background-color: var(--primary-color); color: #fff; border: 1px solid var(--primary-color);}.open-positions .heading{color: var(--primary-color); text-align: start; margin-bottom: 40px; margin-top: 32px; font-size: 58px;}@media screen and (max-width: 768px){.open-positions .heading{text-align: center; font-size: 46px;}}.open-positions .job-card{padding: 24px; border-radius: 16px; box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 40px 0px; display: -webkit-box; display: -webkit-flex; display: flex; justify-content: space-between; gap: 16px; align-items: center; background-color: white;}.open-positions .job-card .job-info .title{font-size: 22px; font-weight: 600; color: #344054; line-height: 1.6; margin: 0;}.open-positions .job-card .job-info .location{font-size: 14px; color: #667085; margin: 0; margin-top: 8px;}.open-positions .job-card .job-title{display: -webkit-box; display: -webkit-flex; display: flex; gap: 16px; align-items: center;}.open-positions .job-card .job-title .job-tag{text-align: center; padding: 6px; border-radius: 8px; border: 1px solid var(--border-color); color: var(--text-color); font-size: 14px; font-weight: 400; margin-right: 8px;}@media screen and (max-width: 768px){.open-positions .job-card .job-title{-webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; align-items: flex-start; gap: 8px;}}@media screen and (max-width: 768px){.open-positions .job-card{-webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; gap: 16px; align-items: flex-start;}.open-positions .job-card .job-info .title{font-size: 18px;}.open-positions .job-card .job-info .location{font-size: 14px;}}.footer{background-color: var(--primary-color); padding: 32px;}.footer .container{display: -webkit-box; display: -webkit-flex; display: flex; justify-content: space-between; gap: 32px; align-items: center;}.footer .container .social-links{display: -webkit-box; display: -webkit-flex; display: flex; gap: 16px; align-items: center;}.footer .container .social-links .follow-us{font-size: 12px; color: #ffffff80;}.footer .container .social-links a{text-decoration: none; font-size: 14px; color: white; transition: all 0.3s;}.footer .container .social-links a:hover{color: #111; opacity: 0.8; font-weight: 500;}@media screen and (max-width: 768px){.footer .container{-webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; gap: 16px;}}.go-back-button{all: unset; cursor: pointer; color: var(--primary-color); font-size: 14px; margin-bottom: 32px;}.go-back-button a{transition: color 0.3s; text-decoration: none; color: var(--text-color);}.go-back-button a:hover{color: var(--primary-color);}.job-details .job-summary-card{border: 1px solid var(--border-color); max-width: 350px; padding: 32px; border-radius: 20px; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; gap: 24px;}@media screen and (max-width: 989px){.job-details .job-summary-card{max-width: 100%; gap: 40px;}.job-details .job-summary-card button{width: 100%;}}@media screen and (min-width: 990px){.job-details .job-summary-card{position: sticky; top: 110px;}}.job-details .job-title{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; color: var(--primary-color);}@media screen and (max-width: 989px){.job-details .job-title{-webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; align-items: flex-start; gap: 8px; color: var(--text-color);}}.job-details .details-section .title{font-size: 32px; margin-bottom: 16px;}@media screen and (min-width: 990px){.job-details .details-section{padding-right: 100px;}}.job-details .title{font-family: 'Expletus Sans', sans-serif; margin-right: 16px;}.job-details .job-tags{display: -webkit-box; display: -webkit-flex; display: flex; gap: 8px;}.job-details .job-tags .job-tag{text-align: center; padding: 4px 16px; border-radius: 8px; border: 1px solid var(--border-color); color: var(--text-color); font-size: 16px; font-weight: 400;}.job-details .job-info-item .info-label{display: block; color: var(--primary-color); font-size: 14px; font-weight: 600; line-height: 1.6; margin-bottom: 4px;}.job-details .job-info-item .info-value{display: block; color: var(--text-color); font-size: 14px; font-weight: 400; line-height: 1.6;}.apply-job-wrapper{padding-top: 40px; padding-bottom: 100px;}@media screen and (min-width: 990px){.apply-job-wrapper{padding-top: 150px;}}.apply-now{padding: 24px; border-radius: 16px; border: 1px solid var(--border-color); width: 100%;}@media screen and (min-width: 990px){.apply-now{padding: 40px; max-width: 600px; margin: 0 auto;}}.apply-now .application-form{background-color: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}.apply-now .form-label{font-size: 14px;}.apply-now input[type='text'], .apply-now input[type='email'], .apply-now input[type='tel'], .apply-now input[type='number']{font-size: 14px; background-color: #f2f4f7; border: 1px solid #ffffff00; border-radius: 8px;}.apply-now select{font-size: 14px; background-color: #f2f4f7; border: 1px solid #ffffff00; border-radius: 8px; border-width: 0;}.apply-now h2{font-size: 22px; margin-bottom: 20px; font-weight: 700;}@media (min-width: 768px){.apply-now h2{margin-bottom: 40px;}}.apply-now .file-upload-wrapper{position: relative; border: 2px dashed var(--border-color); border-radius: 8px; padding: 20px; text-align: center; cursor: pointer;}.apply-now .file-upload-wrapper input[type='file']{position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer;}.apply-now .file-upload-icon{display: block;}.apply-now .file-upload-text{font-size: 14px; color: var(--text-color); font-weight: 600;}.apply-now .file-upload-subtext{display: block; font-size: 12px; color: #666;}.apply-now button[type='submit']{padding: 12px 24px; width: 100%;}.apply-now .selected-file-details{font-size: 14px; font-weight: 700; margin-top: 8px;}.apply-now .form-check-label{cursor: pointer; font-size: 14px;}.apply-now .form-check{margin-bottom: 4px;}.apply-now .form-check input[type='radio']{-webkit-appearance: none; -moz-appearance: none; appearance: none; width: 18px; height: 18px; border: 2px solid var(--border-color); border-radius: 50%; outline: none; background-color: #fff; cursor: pointer;}.apply-now .form-check input[type='radio']:checked{background-color: var(--primary-color); box-shadow: none;}.not-found-section{min-height: 60vh;}.field-error{color: #dc3545; font-size: 0.75rem; margin-top: 0.25rem; display: none;}.submit-button{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; gap: 4px;}.success-card{display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; align-items: center; gap: 16px; padding: 24px; border-radius: 16px; box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 40px 0px; background-color: #fff; border: 1px solid var(--green-color); margin-top: 40px; margin-bottom: 40px;}@media screen and (min-width: 990px){.success-card{margin-top: 150px; margin-bottom: 100px; padding: 40px; max-width: 600px; margin-inline: auto;}}.success-card .tick-icon{color: var(--green-color); height: 100px; width: 100px;}.success-card .success-message{margin: 0; font-size: 16px; font-weight: 500; color: var(--text-color); text-align: center;}.form-alert{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; gap: 16px; padding: 8px; border-radius: 8px; width: 100%;}.form-alert .warn-icon{color: var(--red-color); font-size: 24px;}.form-alert .warn-message{margin: 0; font-size: 14px; font-weight: 500; color: var(--red-color); text-align: center;}