/** Shopify CDN: Minification failed

Line 609:11 Expected ":"
Line 1179:0 Unexpected "{"

**/
.main_careers {
    padding: 6vw 1.5vw 0;
    background: var(--bg);
}

.main_careers .careers_wrap .careers_head {
    background: var(--secondary-bg);
    border-radius: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5%;
    height: 10vw;
    width: 100%;
}

.main_careers .careers_wrap .careers_head .head_left h1 {
    font-family: nits-Pro-Display-Bold;
    font-size: 2.2vw;
    color: #808080;
}

.main_careers .careers_wrap .careers_head .head_left p {
font-size: 0.8vw;
    line-height: 1.3;
    font-family: 'nits-UIText-Regular';
    color: var(--normal-text);
    opacity: 50%;
    line-height: 1.2;
    padding-right: 10%;
}

.main_careers .careers_wrap .careers_head .head_left h1 span {
    color: var(--normal-text);
}

.main_careers .careers_wrap .careers_head .head_left {
    height: 100%;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5vw;
}

.main_careers .careers_wrap .careers_head .head_right {
    height: 100%;
    width: 33%;
}

.main_careers .careers_wrap .careers_job_listing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
    padding: 2vw 3vw;
}

.main_careers .careers_wrap .careers_job_listing .job_card {
    height: 20vw;
    background: var(--careers-card-bg);
    border-radius: 40px;
    padding: 4vw 1.5vw 1.5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main_careers .careers_wrap .careers_job_listing .job_card .job-card_content .content_head {
    display: flex;
    flex-direction: column;
    gap: 0.3vw;
padding-bottom: 0.8vw;
}
.main_careers .careers_wrap .careers_job_listing .job_card .job-card_content .content_head .job-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    padding-right: 1vw;
}

.main_careers .careers_wrap .careers_job_listing .job_card .job-card_content .content_head .job-name h3 {
    font-family: nits-pro-display-bold; 
    font-size: 1.15vw;
    color: var(--normal-text);
}

.main_careers .careers_wrap .careers_job_listing .job_card .job-card_content .content_head .job-name span {
    font-family: nits-UIText-Regular;
    font-size: 0.8vw;
    position: relative;
    opacity: 1;
    color: var(--normal-text);
}
.main_careers .careers_wrap .careers_job_listing .job_card .job-card_content .content_head .job-name span:before {
    position: absolute;
    content: '';
    height: .5vw;
    width: .5vw;
    background: #6EFF00;
    border-radius: 50%;
    left: -1vw;
    top: 50%;
    transform: translateY(-50%);
    /* animation: dotBlink 1.8s infinite ease-in-out; */
    z-index: 2;
}
.main_careers .careers_wrap .careers_job_listing .job_card .job-card_content .content_head .job-name span.red-dot:before {
      background: #b0b0b0;
}   


.main_careers .careers_wrap .careers_job_listing .job_card .job-card_content .content_head .job-name span:after {
    /* content: "";
    position: absolute;
    left: -1vw;
    top: 50%;
    width: .5vw;
    height: .5vw;
    border-radius: 50%;
    background: rgba(110, 255, 0, 0.5);
    transform: translateY(-50%) scale(1);
    animation: dotPulse 1.8s infinite ease-out;
    z-index: 1; */
}

@keyframes dotBlink {
  0% {
    opacity: 1;
    box-shadow: 0 0 6px rgba(110, 255, 0, 0.9);
  }
  50% {
    opacity: 0.4;
    box-shadow: 0 0 14px rgba(110, 255, 0, 0.6);
  }
  100% {
    opacity: 1;
    box-shadow: 0 0 6px rgba(110, 255, 0, 0.9);
  }
}

@keyframes dotPulse {
  0% {
    opacity: 0.7;
    transform: translateY(-50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-50%) scale(2.6);
  }
}

.main_careers .careers_wrap .careers_job_listing .job_card .job-card_content .content_head span {
    font-family: nits-UIText-Regular;
    font-size: 0.7vw;
    line-height: 1;
    color: var(--normal-text);
    opacity: 50%;
}

.main_careers .careers_wrap .careers_job_listing .job_card .job-card_content .content_desc ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2vw 0.4vw;
}

.main_careers .careers_wrap .careers_job_listing .job_card .job-card_content .content_desc ul li {
    font-family: nits-UIText-Regular;
    font-size: 0.7vw;
    line-height: 0.9;
    opacity: 50%;
    padding: 0.6vw 0.9vw;
    background: var(--discover-btn);
    border-radius: 5px;
    color: var(--normal-text);
}

.main_careers .careers_wrap .careers_job_listing .job_card .job-card_footer {
    height: 23%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #9E9E9E;
}

.main_careers .careers_wrap .careers_job_listing .job_card .job-card_footer span {
    font-family: nits-UIText-Regular;
    line-height: 1.3;
    font-size: 0.7vw;
    width: 25%;
    color: var(--normal-text);
    opacity: 0.5;
}

.main_careers .careers_wrap .careers_job_listing .job_card .job-card_footer button {
background: var(--career-card-btn);
    color: #fff;
    font-family: nits-UIText-Regular;
    line-height: 1.3;
    font-size: 0.8vw;
    border-radius: 7px;
    border: none;
    padding: 0.5vw 0;
    width: 6.5vw;
    cursor: pointer;
}

/* ================ Job Modal ===============  */

.job_modal {
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: 9999;
    display: none;
    align-items: end;
    justify-content: end;
    padding: 1vw 1.5vw;
}

.job_modal.open {
    display: flex;
}

.job_wrapper {
    background: var(--secondary-bg);
    max-width: 48%;
    width: 48%;
    height: calc(100% - 5vw);
    padding: 1.8vw 1.9vw 1vw 1.9vw;
    box-shadow: 0 0 50px #00000017;
    border-radius: 26px;
    position:relative;
    overflow:hidden;
}

/* @media (prefers-color-scheme: dark) {

    .job_wrapper {
        border: 1px solid var(--discover-btn);
    }

} */

.job_wrapper .job-detail {
    height: 70.5%;
    min-height: 70.5%;
    max-height: 70.5%;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    padding-bottom: 1vw;
    scrollbar-width: thin;
}

.job_wrapper .job-detail .job-name {
    display: flex;
    flex-direction: column;
    gap: 0.4vw;
}

.job_wrapper .job-detail .job-name h3 {
    font-family: nits-Pro-Display-Bold;
    font-size: 1.2vw;
    line-height: 1;
    color: var(--normal-text);
}

.job_wrapper .job-detail .job-name span {
    font-family: nits-UIText-Regular;
    font-size: 0.6vw;
    line-height: 1;
    color: var(--normal-text);
    opacity: 0.5;
}

.job_wrapper .job-detail .content_desc {
    width: 50%;
    padding-block: 0.7vw;
}

.job_wrapper .job-detail .content_desc ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3vw;
}

.job_wrapper .job-detail .content_desc ul li {
font-family: nits-UIText-Regular;
    font-size: 0.6vw;
    line-height: 0.9;
    padding: 0.6vw 0.9vw;
    background: var(--bg);
    border-radius: 5px;
    color: var(--normal-text);
    opacity: 60%;
}

.job_wrapper .job-detail .role-description {
    padding-block: 0.5vw;
}

.job_wrapper .job-detail .role-description h5 {
    font-size: 0.7vw;
    font-family: 'nits-UIText-Regular';
    font-weight: 500;
    color: var(--normal-text);
}

.job_wrapper .job-detail .role-description .role-overview p {
font-family: nits-pro-display-regular;
    line-height: 1.3;
    font-size: 0.7vw;
    padding-block: 0.5vw 0.8vw;
    opacity: 0.5;
    color: var(--normal-text);
}

.job_wrapper .job-detail .role-description .key-responsibilities ul {
    padding: 0.4vw 1.1vw 0.7vw;
}

.job_wrapper .job-detail .role-description .key-responsibilities ul li, 
.job_wrapper .job-detail .role-description .key-responsibilities p {
    font-family: 'nits-UIText-Regular';
    opacity: 0.5;
    font-size: 0.7vw;
    color: var(--normal-text);
    line-height: 1.3;
}

.job_wrapper .job-detail .role-description .looking-for ul {
    padding: 0.5vw 1vw;
}

.job_wrapper .job-detail .role-description .looking-for ul li, 
.job_wrapper .job-detail .role-description .looking-for p {
    font-family: 'nits-UIText-Regular';
    opacity: 0.5;
    font-size: 0.7vw;
    color: var(--normal-text);
    line-height: 1.3;
}

.job_wrapper .job-apply-form {
    height: 25%;
    border-top: 1px solid #707070;
    padding-top: 1vw;
}

.job_wrapper .job-apply-form .shopify-section .career-form input {
    height: 2.7vw;
    border-radius: 11px;
    border: 1px solid #707070;
    padding: 0.5vw;
    font-family: nits-pro-display-regular;
}

.job_wrapper .job-apply-form .shopify-section .career-form input#dob {
    opacity: 0.5;
}

.job_wrapper .job-apply-form .shopify-section .career-form input.top-input {
    width: 32.5%;
    max-width: 32.5%;
    min-width: 32.5%;
}

.job_wrapper .job-apply-form .shopify-section .career-form input::placeholder {
    font-family: nits-pro-display-regular;
    opacity: 0.5;
    font-size: 0.7vw;
}

.job_wrapper .job-apply-form .shopify-section .career-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5vw;
}

.job_wrapper .job-apply-form .shopify-section .career-form .date-input-wrapper {
    height: 2.5vw;
    width: 20%;
}

.job_wrapper .job-apply-form .shopify-section .career-form .date-input-wrapper input {
    height: 100%;
    width: 100%;
}

.job_wrapper .job-apply-form .shopify-section .career-form input {
    height: 2.5vw;
    border-radius: 11px;
    border: 1px solid #707070;
    padding: 0.5vw;
    font-family: nits-pro-display-regular;
    width: 20%;
    color: #00000070;
    text-transform: uppercase;
    font-size: 0.7vw;
}

.job_wrapper .job-apply-form .shopify-section .career-form .custom-select {
    position: relative;
    border: 1px solid #707070;
    border-radius: 11px;
    height: 2.5vw;
    cursor: pointer;
    background: #fff;
    width: 25%;
    font-size: 0.7vw;
}

.job_wrapper .job-apply-form .shopify-section .career-form .custom-select.gender {
    position: relative;
    border: 1px solid #707070;
    border-radius: 11px;
    height: 2.5vw;
    cursor: pointer;
    background: #fff;
    font-size: 0.7vw;
    width: 13%;
}

.job_wrapper .job-apply-form .shopify-section .career-form .custom-file-input {
    height: 2.5vw;
    border: 1px solid #707070;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.5vw;
    padding: 0 0.5vw;
    background: #fff;
    cursor: pointer;
    font-size: 0.7vw;
    width: 38.7%;
}

/* ========= form drop-down ========== */

.job_wrapper .job-apply-form .shopify-section .career-form .select-trigger {
    padding: 0 0.5vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: nits-pro-display-regular;
    font-size: 0.7vw;
    color: #707070;
    opacity: 0.5;
}

.job_wrapper .job-apply-form .shopify-section .career-form .select-trigger .select-svg {
    height: 1vw;
    width: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.job_wrapper .job-apply-form .shopify-section .career-form .select-trigger .select-svg svg {
    height: 100%;
    width: 100%;
}

.select-options {
    position: absolute;
    bottom: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 7px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 20;
    max-height: 350px;
    overflow-y: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.job_wrapper .job-apply-form .shopify-section .career-form .custom-select.open .select-options .search-box {
    padding: 0.5vw;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
    border-radius: 10px 10px 0 0;
}

.job_wrapper .job-apply-form .shopify-section .career-form .custom-select.open .select-options .search-box input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.7vw;
    box-sizing: border-box;
}

.search-box input:focus {
    outline: none;
    border-color: #666;
}

.job_wrapper .job-apply-form .shopify-section .career-form .custom-select.open .select-options .back-button {
    background: #e8e8e8;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
    gap: 8px;
    position: sticky;
    top: 3.55vw;
    z-index: 1;
}

.job_wrapper .job-apply-form .shopify-section .career-form .custom-select.open .select-options .back-button:hover {
    background: #d8d8d8;
}

.job_wrapper .job-apply-form .shopify-section .career-form .select-options li {
  padding: 0.5vw 0.7vw;
  font-family: nits-pro-display-regular;

}

.job_wrapper .job-apply-form .shopify-section .career-form .select-options li:hover {
  background: #f5f5f5;
}

.job_wrapper .job-apply-form .shopify-section .career-form .custom-select.open .select-options {
  display: block;
}

/* ========= form drop-down ========== */

/* ========= form file-upload ========== */

.job_wrapper .job-apply-form .shopify-section .career-form .custom-file-input input {
  display: none;
}

.job_wrapper .job-apply-form .shopify-section .career-form .custom-file-input span.file-text {
    font-family: nits-pro-display-regular;
    font-size: 0.7vw;
    opacity: 0.5;
}

.job_wrapper .job-apply-form .shopify-section .career-form .custom-file-input span.file-icon {
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.job_wrapper .job-apply-form .shopify-section .career-form .custom-file-input span.file-icon svg {
    height: 100%;
    width: 100%;
}

.job_wrapper .job-apply-form .shopify-section .career-form .custom-file-input .file-text {
  color: #00000070;
}

.job_wrapper .job-apply-form .shopify-section .career-form .custom-file-input .file-icon svg {
  width: 18px;
  height: 18px;
  color: #000;
}

.job_wrapper .job-apply-form .shopify-section .career-form .apply-now-btn {
    height: 2.8vw;
    width: 100%;
    background: #000;
    color: #fff;
    font-family: nits-pro-display-regular;
    border-radius: 7px;
    border: none;
    cursor: pointer;
}
/* -------------- form app -------------- */

.career-form-section{
    height: 29.5%;
    min-height: 28%;
    border-top: 1px solid #00000029;
    padding-top: 1vw;
}
.career-form{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5vw 0.4vw;
} 
.shopify-section .career-form label{
    display:none;
}
.shopify-section .career-form small{
    display
}
.shopify-section .career-form .career-position{
    display:none !important;
}
.shopify-section .career-form .career-input-field {
    height: 2.8vw;
    border-radius: 7px;
    border: 1px solid #707070;
    padding: 0.5vw;
    font-family: nits-pro-display-regular;
}

.shopify-section .career-form input {
    color:#00000070;
    font-size: 0.7vw;
    margin-bottom:0 !important;
}
.shopify-section .career-form select {
    position: relative;
    border: 1px solid #707070;
    border-radius: 7px;
    height: 2.8vw;
    cursor: pointer;
    background: #fff;
    font-size: 0.7vw;
    width: 13%;
}
.shopify-section .career-form label.custom-file-input {
height: 2.8vw;
    border: 1px solid #707070;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.5vw;
    padding: 0 0.5vw 0 0.9vw;
    background: var(--discover-btn);
    cursor: pointer;
    font-size: 0.7vw;
    width: 38.4%;
}

.shopify-section .career-form label.custom-file-input::placeholder{
    color: var(--normal-text);
}

.shopify-section .career-form .custom-file-input input {
  display: none;
}

.shopify-section .career-form .custom-file-input span.file-text {
    font-family: nits-pro-display-regular;
    font-size: 0.7vw;
    /* opacity: 0.5; */
}

.shopify-section .career-form .custom-file-input span.file-icon {
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
        height: 45%;
}

.shopify-section .career-form .custom-file-input span.file-icon svg {
    height: 100%;
    width: 100%;
}

.shopify-section .career-form .custom-file-input .file-text {
  color: #777;
}

.shopify-section .career-form .custom-file-input .file-icon svg {
  width: 18px;
  height: 18px;
  color: #000;
}
.shopify-section .career-form input.top-input {
    width: 32.5%;
    max-width: 32.5%;
    min-width: 32.5%;
    background: var(--discover-btn);
}
.shopify-section .career-form .date-input-wrapper {
    /* border-color: #707070; */
    height: 2.7vw;
    width: 20%;
    opacity: 1;
    background: var(--discover-btn);
    text-transform:uppercase;
    color: var(--normal-text);
}

.shopify-section .career-form .date-input-wrapper::placeholder {
    color: var(--normal-text);
}

.shopify-section .career-form .date-input-wrapper input {
    height: 100%;
    width: 100%;
}
.shopify-section .career-form .city-select{
    position: relative;
    border: 1px solid #707070;
    border-radius: 7px;
    height: 2.7vw;
    cursor: pointer;
    background: var(--discover-btn);
    width: 24.5%;
    font-size: 0.7vw;
    padding-left:0.4vw;
    margin-bottom:0;
    color: var(--normal-text);
}

.shopify-section .career-form .gender-select {
    position: relative;
    border: 1px solid #707070;
    border-radius: 7px;
    height: 2.7vw;
    cursor: pointer;
    background: var(--discover-btn);
    font-size: 0.7vw;
    width: 13.5%;
    padding-left:0.4vw;
    margin-bottom:0;
    color: var(--normal-text);
}
/* 
section.pico {
    top: -10vw;
    scale: 0.8;
    position: relative !important;
    background:#fff;
} */

.shopify-section .career-form select{
    color:#00000070;
}
.shopify-section .career-form .career-sub-btn{
    height: 2.7vw;
    width: 99.5%;
    background: var(--career-card-btn);
    color: #fff !important;
    font-family: nits-pro-display-regular;
    border-radius: 7px;
    border: none;
    cursor: pointer;
}

/* @media (prefers-color-scheme: dark) {
    .shopify-section .career-form .career-sub-btn {
        border: 1px solid #3f4250;
    }
} */

.shopify-section .career-form input::placeholder {
    font-family: nits-pro-display-regular;
    font-size: 0.7vw;
    opacity: 70%;
    color: var(--normal-text);
}

.career-form-thankyou{
    position:absolute;
    height:100%;
    width:100%;
    left:0;
    top:0;
    background: var(--bg);
    z-index:1;
    display:none;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:0.35vw;
}
.career-form-thankyou.show{
    display:flex;
}
.career-form-thankyou h2{
    font-family: 'nits-Pro-Display-Bold';
    font-size: 0.9vw;
    color: var(--normal-text);
    line-height: 1;
    width: 42%;
    text-align: center;
}
.career-form-thankyou span{
    font-family: nits-UIText-Regular;
    font-size: 0.6vw;
    color: var(--normal-text);
    line-height: 1.2;
    width: 42%;
    opacity: 0.5;
    text-align: center;
}
/* -------------- form app -------------- */

/* ========= form file-upload ========== */


/* ================ Job Modal ===============  */

@media screen and (max-width: 950px) {

    .main_careers {
        padding: 17vw 1.5vw 0;
    }

    .main_careers .careers_wrap .careers_head {
        height: 48vw;
        flex-direction: column;
        padding: 6vw 4vw 4.5vw;
        border-radius: 18px;
    }

    .main_careers .careers_wrap .careers_head .head_left {
        height: 40%;
        width: 100%;
        gap: 1.3vw;
        justify-content: start;
    }

    .main_careers .careers_wrap .careers_head .head_right {
        height: 45%;
        width: 85%;
    }

    .main_careers .careers_wrap .careers_head .head_left h1 {
        font-size: 5vw;
    }

    .main_careers .careers_wrap .careers_head .head_left p {
        font-size: 2.5vw;
        line-height: 1.1;
        padding-right:0;
    }

    .main_careers .careers_wrap .careers_job_listing {
        grid-template-columns: repeat(1, 1fr);
        padding-inline: 0;
        gap: 4vw;
        padding:2.5vw 0;
    }

    .main_careers .careers_wrap .careers_job_listing .job_card {
        height: 60vw;
        border-radius: 32px;
        padding: 6vw;
        box-shadow: 0px 3px 10px #00000029;
    }

    .main_careers .careers_wrap .careers_job_listing .job_card .job-card_content .content_head {
        line-height: 1;
    }

    .main_careers .careers_wrap .careers_job_listing .job_card .job-card_content .content_head .job-name h3 {
        font-size: 4vw;
    }

    .main_careers .careers_wrap .careers_job_listing .job_card .job-card_content .content_head .job-name span {
        font-size: 2vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--discover-btn);
        padding: 1.5vw;
        border-radius: 20px;
        gap: 1.5vw;
padding: 0.8vw 1vw 0.8vw 0.8vw;
    }

    .main_careers .careers_wrap .careers_job_listing .job_card .job-card_content .content_head .job-name span:before, 
    .main_careers .careers_wrap .careers_job_listing .job_card .job-card_content .content_head .job-name span:after {
        display: none;
    } 
    

    .main_careers .careers_wrap .careers_job_listing .job_card .job-card_content .content_head .job-name span.job-status span {
        height: 2.2vw;
        width: 2.2vw;
        background: #6EFF00;
        border-radius: 50%;
        /* animation: dotBlink 1.8s infinite ease-in-out; */
        z-index: 2;
        color: transparent;
    }

    .main_careers .careers_wrap .careers_job_listing .job_card .job-card_content .content_head .job-name span.job-status span:after {
        /* content: ""; */
        position: absolute;
        left: -1vw;
        top: 50%;
        width: .5vw;
        height: .5vw;
        border-radius: 50%;
        background: rgba(110, 255, 0, 0.5);
        transform: translateY(-50%) scale(1);
        animation: dotPulse 1.8s infinite ease-out;
        z-index: 1;
        display: block;
    }
.main_careers .careers_wrap .careers_job_listing .job_card .job-card_content .content_head .job-name span.job-status.red-dot span{
    background:#b0b0b0 ;
}
    .main_careers .careers_wrap .careers_job_listing .job_card .job-card_content .content_head span {
        font-size: 3vw;
    }

    .main_careers .careers_wrap .careers_job_listing .job_card .job-card_content .content_desc ul {
        padding-top: 3.5vw;
        
    gap: 1vw 1.3vw;
    }

    .main_careers .careers_wrap .careers_job_listing .job_card .job-card_content .content_desc ul li {
        padding: 2.3vw 3.5vw;
        font-size: 2.5vw;
    }

    .main_careers .careers_wrap .careers_job_listing .job_card .job-card_footer span {
        font-size: 3vw;
    }

.main_careers .careers_wrap .careers_job_listing .job_card .job-card_footer button {
        font-size: 3vw;
        padding: 2vw 0;
        max-width: 24vw;
        width: 24vw;
    }
    /* ================ Job Modal ===============  */

    .job_modal {
        align-items: center;
        padding: 1.5vw;
    }

    .job_wrapper {
        background: var(--secondary-bg);
        max-width: 100%;
        width:100%;
        height: calc(100vh - 32.5vw);
        border-radius: 5.6vw;
        padding: 1.5vw;
        margin-top: 1.5vw;
    }

    .job_wrapper .job-detail .job-name {
                gap: 1.2vw;
    }

    .job_wrapper .job-detail .job-name h3 {
        font-size: 3.5vw;
    }

    .job_wrapper .job-apply-form .shopify-section .career-form .date-input-wrapper {
        height: 7.5vw;
        width: 100%;
    }

    .job_wrapper .job-detail .job-name span {
        font-size: 2.5vw;
    }

    .job_wrapper .job-detail .content_desc {
        width: 75%;
  padding-block: 3.5vw 4vw;
    }

    .job_wrapper .job-detail .content_desc ul {
        gap: 1vw;
    }

    .job_wrapper .job-detail .content_desc ul li {
        font-size: 2.5vw;
        padding: 1.9vw 2.5vw;
    }

    .job_wrapper .job-detail .role-description h5 {
        font-size: 2.7vw;
    }

    .job_wrapper .job-detail .role-description .role-overview p {
        line-height: 1.2;
        font-size: 2.5vw;
        padding-block: 1.4vw 3vw;
    }

    .job_wrapper .job-detail .role-description .key-responsibilities ul, .job_wrapper .job-detail .role-description .looking-for ul {
      padding: 1.4vw 2.5vw 2.5vw;
    }

    .job_wrapper .job-detail .role-description .key-responsibilities ul li, .job_wrapper .job-detail .role-description .key-responsibilities p, .job_wrapper .job-detail .role-description .looking-for ul li, .job_wrapper .job-detail .role-description .looking-for p {
        font-size: 2.5vw;
    }

    .job_wrapper .job-apply-form {
        padding-top: 2.5vw;
    }

    /* ============= Modal Form ============== */

    .job_wrapper .job-apply-form .shopify-section .career-form {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1vw;
    }

    .job_wrapper .job-detail {
        height: calc(100% - 64vw);
        max-height: calc(100% - 64vw);
        min-height: calc(100% - 64vw);
        overflow: hidden;
        overflow-y: auto;
        padding: 3.5vw 2vw 2vw;
    }
    .job_wrapper .career-form-section {
        height: 64vw;
        min-height: 64vw;
        /* border:1px solid; */
        padding-top:2.1vw;
        display: flex;
    }

    .job_wrapper .job-apply-form {
        height: 30%;
        max-height: 30%;
        min-height: 30%;
    }

    .job_wrapper .job-apply-form .shopify-section .career-form input.top-input, .job_wrapper .job-apply-form .shopify-section .career-form input {
        width: 100%;
        max-width: 100%;
        border-radius: 5px;
        min-width: 100%;
        padding: 1.5vw;
        background: #EFEFEF;
        border: 1px solid #D9D9D9;
        opacity: 1 !important;
    }    

    .job_wrapper .job-apply-form .shopify-section .career-form input::placeholder {
        opacity: 1;
    }
    
    .job_wrapper .job-apply-form .shopify-section .career-form input.top-input, .job_wrapper .job-apply-form .shopify-section .career-form input::placeholder, .job_wrapper .job-apply-form .shopify-section .career-form input {
        font-size: 2.5vw;

    }

    .job_wrapper .job-apply-form .shopify-section .career-form input#dob {
        height: 7.5vw;
        min-height: 7.5vw;
        max-height: 7.5vw;
    }

    .job_wrapper .job-apply-form .shopify-section .career-form input {
        border-radius: 5px;
        height: 7.5vw;
        padding: 1.5vw;
        font-size: 2.5vw;
    }

    
    .job_wrapper .job-apply-form .shopify-section .career-form input {
        border-radius: 5px;
        height: 7.5vw;
        padding: 1.5vw;
        font-size: 2.5vw;
    }

    .job_wrapper .job-apply-form .shopify-section .career-form .custom-select, .job_wrapper .job-apply-form .shopify-section .career-form .custom-select.gender {
        width: 100%;
        border-radius: 5px;
        height: 7.5vw;
        padding: 1.5vw;
        background: #EFEFEF;
        opacity: 1;
    }
    
    .job_wrapper .job-apply-form .shopify-section .career-form .select-trigger, .job_wrapper .job-apply-form .shopify-section .career-form .custom-file-input span.file-text {
        opacity: 1;
        font-size: 2.5vw;
    }

    .job_wrapper .job-apply-form .shopify-section .career-form .select-trigger .select-svg {
        height: 4vw;
        width: 4vw;
    }

    .job_wrapper .job-apply-form .shopify-section .career-form .custom-file-input {
        border: 1px solid #707070;
        gap: 25vw;
    }

    .job_wrapper .job-apply-form .shopify-section .career-form .custom-file-input, .job_wrapper .job-apply-form .shopify-section .career-form .apply-now-btn {
        width: 100%;
        grid-column: span 2;
        border-radius: 5px;
        height: 8.5vw;
        padding: 1.5vw;
        font-size: 2.5vw;
    }

    .job_wrapper .job-apply-form .shopify-section .career-form .select-options li {
        padding: 0.7vw 1.5vw;
        font-size: 2.5vw;
    }
    
    .job_wrapper .job-apply-form .shopify-section .career-form .custom-select.open .select-options .search-box {
        padding: 1.5vw;
    }

    .job_wrapper .job-apply-form .shopify-section .career-form .custom-select.open .select-options .search-box input {
        font-size: 2.5vw;
    }

    .job_wrapper .job-apply-form .shopify-section .career-form .custom-select.open .select-options {
        border-radius: 5px;
        max-height: 50vw;
    }

    .job_wrapper .job-apply-form .shopify-section .career-form .custom-select.open .select-options .back-button {
        top: 10.6vw;
    }
.career-form{
        gap: 1.2vw 0;
        justify-content:space-between;
        align-items:center;
}
.shopify-section .career-form input::placeholder{
    font-size:2.5vw !important;
}
.shopify-section .career-form input,
.shopify-section .career-form select{
    height:10vw !important;
    width: 49.25% !important;
    max-width: 49.25% !important;
    min-width: 49.25% !important;
    font-size:2.5vw !important;
    padding-left:3vw !important;
    border-color: #D9D9D9 !important;
    background: #EFEFEF !important;
}

.shopify-section .career-form .custom-file-input{
    height:13vw !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    gap:8vw !important;
    padding-left:4vw !important;
    /* border-color: #D9D9D9 !important; */
    background: #ffffff !important;
}
.shopify-section .career-form .custom-file-input span{
    font-size:3vw !important;
}
.shopify-section .career-form .career-sub-btn{
    height:13vw !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    color: #fff !important;
    background: #000 !important;
    border-radius: 4.3vw;
}
{
        height: 5vw;
    width: 6vw;
    position: absolute;
    top: 0;
    right: 0;
}
.career-form-thankyou{
    gap: 1.3vw;
}
.career-form-thankyou h2{
    font-size: 3.9vw;
    width: 87%;
}
.career-form-thankyou span{
    font-size: 2.6vw;
    width: 87%;
}
    /* ============= Modal Form ============== */

    /* ================ Job Modal ===============  */

}