.filter_jobs {
    padding-top: 100px;
	padding-bottom: 30px;
}
#opportunities_filter {
    display: flex;
    align-items: center;
    gap: 16px;
}

.opt__coopen {
    padding-bottom: 100px;
}
.opt__coopenwrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.opt__coopenbox {
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 30px;
    padding: 40px;
    transition: all 0.5s ease-in-out;
}
.opt__coopenbox:hover {
    box-shadow: 0px 4px 20px -8px rgb(244 105 0 / 75%);
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 4px 20px -8px rgb(244 105 0 / 75%);
}
.opt__coshare {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 30px;
}
.opt__coopenbox h3 {
    font-family: 'Satoshi-Regular';
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #0E2B3F;
    padding-bottom: 24px;
	padding-top:10px;
	margin:0;
}
.opt__coopenbox .category {
    display: flex;
    align-items: center;
    gap: 10px;
}
.post_category, .post_worktype {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Satoshi-Regular';
    color: #0E2B3F;
    background: rgb(14 43 63 / 10%);
    padding: 6px 18px;
    border-radius: 33px;
}
.opt_codetails {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
}
.opt_codetails .opt_coskills {
    grid-column: 1 / -1; 
}
.opt_colocation, .opt_cojoiningtime, .opt_coexperience, .opt_cofptime, .opt_coskills{
	font-family: 'Satoshi-Regular';
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding-bottom: 16px;
    padding-left: 32px;
    position: relative;
}
.opt_colocation:before, .opt_cojoiningtime:before, .opt_coexperience:before, .opt_cofptime:before, .opt_coskills:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
	  background: url(https://theoptimum.net/wp-content/uploads/2025/09/job-location.svg);
}

.opt_colocation:before {
    background: url(https://theoptimum.net/wp-content/uploads/2025/09/job-location.svg);
}
.opt_cojoiningtime:before {
    background: url(https://theoptimum.net/wp-content/uploads/2025/09/job-period.svg);
}
.opt_coexperience:before{
	background: url(https://theoptimum.net/wp-content/uploads/2025/09/job-experiences.svg);	
}
.opt_cofptime:before{
	background: url(https://theoptimum.net/wp-content/uploads/2025/09/work-time.svg);	
}
.opt_coskills:before{
	background: url(https://theoptimum.net/wp-content/uploads/2025/09/skills.svg);
}
.opt__coopenlinks {
    display: flex;
    align-items: center;
 gap: 12px; /*  margin-top: 20px; */
}
.opt__jobopsec{
	padding-top:40px;
	text-align:center;
}
.opt__coopenlinks .applynow, .opt__jobopsec .applynow {
    background: transparent;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    color: #F46900;
    font-family: 'Satoshi-Regular';
    padding: 12px 30px;
    border: 1px solid #F46900;
    transition: .3s;
    border-radius: 3px;
    width: 50%;
    text-align: center;
}
.opt__jobopsec .applynow {
	background: #F46900;
	 border: 1px solid #F46900;
	color: #FFFFFF;
}
.opt__jobopsec .applynow {
    width: auto;padding: 12px 44px;
}
.opt__coopenlinks .applynow:hover, .opt__jobopsec .applynow:hover{
	 transition: .3s;
	background: #F46900;
	 border: 1px solid #F46900;
	color: #FFFFFF;
}
.opt__jobopsec .applynow:hover{
background: transparent;
	 border: 1px solid #F46900;
	color: #F46900;
}
.opt__coopenlinks .learnmore {
    background: transparent;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    color: #F46900;
    font-family: 'Satoshi-Regular';
    padding: 12px 30px;

    border: 1px solid #F46900;
    transition: .3s;
    border-radius: 3px;
    width: 50%;
    text-align: center;
}
.opt__coopenlinks .learnmore:hover{
	  background: #F46900;
	color: #FFFFFF;
	border: 1px solid #F46900; transition: .3s;
}
.opt_location, .opt_worktype{
    position: relative;
}
#location_list, #worktype_list {
    position: absolute;
    top: 38px;
    left: 0;
	width: 100%;
    background: #FFFFFF;
	    border: 1px solid rgb(0 0 0 / 10%);z-index: 2;
    height: 200px;
    overflow-x: auto;
}
#worktype_list{
	height:110px;
}
#location_list li, #worktype_list li{
	 font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-family: 'Satoshi-Regular';
    padding: 4px 21px;
    margin: 0;
    cursor: pointer;
}

#opportunities_filter input{
	background: #FFFFFF;
 	border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 3px;
    width: 100%;
    padding: 8px 21px;
    outline: none;
font-family: 'Satoshi-Regular';
    color: #000000;
    font-size: 14px;
    line-height: 22.59px;
    font-weight: 400;
}
.short_btn {
    display: flex;
    align-items: center;
    gap: 16px;
}
button.comm_btn {
    background: #F46900;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    font-family: 'Satoshi-Regular';
    padding: 8px 46px;
    border: 1px solid #F46900;
    transition: .3s;
    border-radius: 3px;
    text-align: center;
	cursor:pointer;
}
button.comm_btn:hover {
    background: transparent;
    border: 1px solid #F46900;
	color: #F46900;
}
.active_cta{
	 background: transparent;
    font-size: 14px;
    line-height: 22px;
    color: #F46900;
    font-family: 'Satoshi-Regular';
    padding: 8px 46px;
    border: 1px solid #F46900;
    transition: .3s;
    border-radius: 3px;
    text-align: center;
	cursor:pointer;
}
.active_cta:hover{
	 background: #F46900;
    color: #FFFFFF !important;
    border: 1px solid #F46900;
}
.active_cta:visited {
    color: #F46900;
}
.list_selected, .worktype_selected {
    position: relative;
}

.list_selected:after, .worktype_selected:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
    z-index: 1;
    background: url(https://theoptimum.net/wp-content/uploads/2025/09/job-downarrow.svg);
    transform: scale(0.7);
}
.loadmore_cta {
    text-align: center;
    display: flex;
    justify-content: center;
}
#loadmore-opportunities {
    background: #F46900;
    border: 1px solid #F46900;
    padding: 8px 40px;
    color: #FFFFFF;
    border-radius: 3px;
    font-family: 'Satoshi-Regular';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.5s ease-in-out;
	margin: 40px 0;
}
#loadmore-opportunities:hover {
    background: transparent;
    border: 1px solid #F46900;
    color: #F46900;
    transition: all 0.5s ease-in-out;
}
.parent-label {
    font-weight: 700;
}
.child-locations {
    margin: 0;
}
.child-locations li {
    padding-left: 10px !important;
}
.opt__coopen p {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-family: 'Satoshi-Regular';
    font-weight: 400;
}
.logo-menu{
	background:#FFFFFF;
}
.opt_conleft p {
    list-style: disc;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    font-family: 'Satoshi-Regular';
    padding-bottom: 16px;    margin-bottom: 0;
}
/* Details page CSS */
.Section_top {
    background: #0F2B3F;
    margin-top: 80px;
    padding: 120px 0;
}
.opt_postcategory h5 {
    font-family: 'Satoshi-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
	padding-bottom:16px;
}
.opt_posttitle h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    font-family: 'Satoshi-Regular';
    color: #FFFFFF;
	padding-bottom: 30px;
    margin: 0;
}
.opt_postdata {
    display: flex;
    gap: 30px;
    align-items: center;
}
.opt_postdata span {
	padding-left: 26px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    font-family: 'Satoshi-Regular';
    color: #FFFFFF;
}
.opt_location:after, .opt_worktype:after, .opt_joiningtime:after, .opt_experience:after, .opt_fptime:after, .opt_skills:after{
	content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background: url(https://theoptimum.net/wp-content/uploads/2025/09/jb-location.svg);	
}
.opt_worktype:after{
	background: url(https://theoptimum.net/wp-content/uploads/2025/09/jb-wloca.svg);	
}
.opt_joiningtime:after{
	background: url(https://theoptimum.net/wp-content/uploads/2025/09/jb-jtime.svg);	
}
.opt_experience:after{
	background: url(https://theoptimum.net/wp-content/uploads/2025/09/jb-experiences.svg);	
}
.opt_fptime:after{
	background: url(https://theoptimum.net/wp-content/uploads/2025/09/jb-ptft.svg);	
}
.opt_skills:after{
	background: url(https://theoptimum.net/wp-content/uploads/2025/09/jb-skills.svg);	
}
.opt_content {
    display: flex;
    align-items: flex-start;
    padding: 80px 0;
    gap: 160px;
}
.opt_conleft {
    width: 65%;
}
.opt_conright{
	width:35%;
}
.opt_conleft h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    font-family: 'Satoshi-Regular';
    margin: 0;
    padding-bottom: 16px;
}
.opt_conleft ul {
    padding-left: 20px;
}
.opt_conleft ul li {
    list-style: disc; font-weight: 400;
    font-size: 16px;
    line-height: 21px;
	color:#000000;
    font-family: 'Satoshi-Regular';
}
.opt_conleft ul li:last-child{
	padding-bottom:20px;
}
.opt_conright h6 {
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    font-family: 'Satoshi-Regular';
    margin: 0;
    padding-bottom: 16px;
}
.opt_conright {
    background: rgb(14 43 63 / 10%);
    border-radius: 30px;
    padding: 30px;
    border: 1px solid #090C081A;
}

.opt_formgroup label {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    font-family: 'Satoshi-Regular';
    padding-bottom: 6px;
    display: block;
}
span.wpcf7-form-control-wrap {
    margin: 0;
}
.opt_formgroup input, .selected_value.added, .selected_value p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    font-family: 'Satoshi-Regular';
    width: 100%;
    border: none;
    height: 44px;
    padding: 6px 10px;
    outline: none;    background: #ffffff;
    border-radius:3px;
	    display: flex;
    align-items: center;
}
p:empty {
  display: none;
}
.opt_formgroup {
    display: flex;
    width: 100%;
    flex-direction: column;padding-bottom: 20px;position:relative;
}
.opt_formgroup:last-child{
	padding-bottom: 0;
}
.opt_formgroup p {
    margin: 0;
}
input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required.resume {
    padding: 8px 9px 9px 9px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.rsume-submit {
    background: #f46900;
    color: #FFFFFF;
    transition: all 0.3s;
	border:1px solid #f46900;
	cursor:pointer;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.rsume-submit:hover {
    background: #FFFFFF;
    color: #f46900;
	border:1px solid #f46900;
    transition: all 0.3s;
}
.pos-relative{
	position:relative;
}
#get_location {
    position: absolute;
    top: 38px;
    background: #FFFFFF;
    width: 100%;
    left: 0;
    z-index: 99;
    padding: 10px;
	height: 300px;
    overflow: auto;
}
#get_location li{
	font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    font-family: 'Satoshi-Regular';
}
.file-upload-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: border-color 0.3s ease;
    padding-top: 20px;
    padding-bottom: 30px;
    cursor: pointer;
    text-align: center;
	background: #FFFFFF;
    border-radius: 3px;font-family: 'Satoshi-Regular';
}
.opt_form .file-upload-box input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}
.opt_form .file-upload-icon {
    background-image: url(https://theoptimum.net/wp-content/uploads/2025/09/upload-icon.svg) !important;
    width: 24px !important;
    height: 40px !important;
    display: block !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;    background-position: center;
}
span.wpcf7-form-control-wrap {
    position: static;
}
.wpcf7-spinner {

    position: absolute;
    left: 50%;
}
.opt_form .upload-text {
    color: #f46900;
    font-size: 16px;
	line-height:21px;
    font-weight: 400;font-family: 'Satoshi-Regular';
}
.opt_form .file-upload-text {
    font-size: 16px;
	line-height:21px;
    font-weight: 400;
    color: #000000;font-family: 'Satoshi-Regular';
}
.opt_form .file-types {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;font-family: 'Satoshi-Regular';display: block;    padding-top: 16px;
}
.opt_form .file-size {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    display: block;
    font-family: 'Satoshi-Regular';
}
.opt_postcategory .post_category, .opt_postcategory .post_worktype {
    background: #FFFFFF;
}
.opt_postcategory{
	display: flex;
    align-items: center;
	gap: 16px;
    padding-bottom: 20px;
}
.selected_value{
	position:relative;
}
.selected_value:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
    z-index: 1;
    background: url(https://theoptimum.net/wp-content/uploads/2025/09/job-downarrow.svg);
    transform: scale(0.7);
}
/* Other post CSS */
.optother_positions {
    padding-bottom: 70px;
}
.optother_positions h4 {
     font-family: 'Satoshi-Regular';
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
       padding-bottom: 40px;
    margin: 0;
}
.opt_oplists {
    margin: 0;
}
.opt_opItem {
    border: 1px solid #0000001A;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 30px;
}
.opt_opleft {
    padding-left: 80px;
    position: relative;
}
.opt_opRight {
    display: flex;
    align-items: center;
    gap: 12px;
}
.opt_opleft:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 48px;
    height: 49px;
    background: url(https://theoptimum.net/wp-content/uploads/2025/09/job_icon.svg);
    transform: translateY(-50%);
}
.opt_opleft h5 {
    font-family: 'Satoshi-Regular';
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    display: flex;
    gap: 10px;
    align-items: center;
}
span.post_category {
    background: rgb(14 43 63 / 10%);
    padding: 5px 18px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #090C08;
     font-family: 'Satoshi-Regular';
    border-radius: 32px;
}
.opt_opleft .opt_codetails {
    display: flex;
    gap: 24px;
    padding-top: 12px;
}
.opt_opRight .applynow {
    background: #635BFF;
    border: 1px solid #635BFF;
    padding: 11px 24px;
    color: #FFFFFF;
    border-radius: 48px;
    position: relative;
     font-family: 'Satoshi-Regular';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.5s ease-in-out;
}
.opt_opRight .applynow:hover {
    background: transparent;
    color: #635BFF;
    transition: all 0.5s ease-in-out;
}
li.opt_opItem:hover {
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 8px 13px -2px rgba(99, 91, 255, 0.75);
}
.opt_opItem:last-child {margin-bottom: 0;}
.wpcf7-not-valid-tip{
	font-family: 'Satoshi-Regular';
}
.opt__coopen.cp_jobsec {
    padding-top: 50px;
}
.cp_head {
    color: #000000;
    font-family: 'Lato' !important;
    font-weight: 700 !important;
    font-size: 40px !important;
    line-height: 46px !important;
    text-transform: uppercase;
    padding-bottom: 15px;
    text-align: center;
    padding-bottom: 35px;
}
#mega-menu-wrap-footer #mega-menu-footer > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-footer #mega-menu-footer > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-footer #mega-menu-footer > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #FFFFFF;
}
/* Media CSS */
@media only screen and (max-width: 1700px) {
	.opt__coopenbox h3{
		min-height:100px;
	}	
	.opt_codetails .opt_coskills {
		min-height: 70px;
	}
}

@media only screen and (max-width: 1300px) {
	.opt__coopenbox {
		padding: 20px;
	}
	.opt__coopenwrap {
		gap: 16px;
	}
	.opt_content {
   	 gap: 50px;
	}
	}
@media only screen and (max-width: 1200px) {
	.opt__coopenlinks .applynow{
		width:100%;
	}
	.opt_content {
		padding: 50px 0;
	}
	.opt_conleft {
		width: 60%;
	}
		.opt_conright {
		width: 40%;
	}
	.opt_conright {
		padding: 16px;
	}
}
@media only screen and (max-width: 1024px) {
	.opt__coopenbox h3 {
		font-size: 21px;
		line-height: 28px;
	}
	.opt__coopenwrap {
		 grid-template-columns: repeat(2, 1fr);
	}
	.filter_jobs {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	 #opportunities_filter {
        flex-direction: row;
        flex-wrap: wrap;   
        gap: 16px;
    }

    #opportunities_filter .opt_location,
    #opportunities_filter .opt_worktype,
    #opportunities_filter .opt_skils {
        width: calc(50% - 8px);
    } 
	.opt_conleft p {
		font-size: 14px;
		line-height: 18px;
	}
	.opt_conleft ul li {
		font-size: 14px;
		line-height: 18px;
	}
	.opt_conleft h4 {
		font-size: 20px;
		line-height: 28px;
	}
	.Section_top {
		margin-top: 70px;
		padding: 80px 0;
	}
	    .opt__coopenbox h3 {
        min-height: auto;
    }
}
@media only screen and (max-width: 991px) {
	.Section_top {
		margin-top: 30px;padding: 50px 0;
	}
	.opt__coopenlinks .applynow, .opt__jobopsec .applynow {
		padding: 6px 30px 7px 30px;
	}
}
@media only screen and (max-width: 768px) {
	.opt_posttitle h1 {
		font-size: 28px;
		line-height: 38px;
		padding-bottom: 20px;
	}
	.opt_postdata {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.opt_postdata span.opt_skills {
		grid-column: 1 / -1;
	}
	.opt_content {
        padding: 40px 0;
        flex-direction: column;
    }
	.opt_content {
        gap: 0px;
    }
	.opt_conleft, .opt_conright {
        width: 100%;
    }
	.optother_positions h4 {
		font-size: 24px;
		line-height: 34px;
		padding-bottom: 30px;
	}
	.opt_conleft p, .opt_conleft ul li {
        font-size: 16px;
        line-height: 22px;
    }
	.opt__coopen {
    padding-bottom: 30px;
}
}
@media only screen and (max-width: 767px) {
	.opt__coopenwrap {
		 grid-template-columns: repeat(1, 1fr);
	}
	.active_cta, button.comm_btn {
		padding: 8px 30px;
		width: 50%;
	}
	    #opportunities_filter .short_btn {
        width: 100%;
    }
	#opportunities_filter .opt_worktype {
		width: 100%;
	}
	.cp_head {
		font-size: 24px !important;
		line-height: 33px !important;
	}
		.opt__coopen.cp_jobsec {
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.opt__coopenlinks .applynow {
		padding: 6px 30px 9px 30px;
	}
	.opt_posttitle h1 {
		font-size: 28px;
		line-height: 38px;
		padding-bottom: 20px;
	}
	.opt_postdata {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.opt_postdata span.opt_skills {
		grid-column: 1 / -1;
	}
	.opt_content {
        padding: 40px 0;
        flex-direction: column;
    }
	.opt_content {
        gap: 0px;
    }
	.opt_conleft, .opt_conright {
        width: 100%;
    }
	.optother_positions h4 {
		font-size: 24px;
		line-height: 34px;
		padding-bottom: 30px;
	}
	.opt_conleft p, .opt_conleft ul li {
        font-size: 16px;
        line-height: 22px;
    }
	    .opt_codetails .opt_coskills {
        min-height: auto;
    }
}
