/* .post-type-archive-jobs #content {
    background-image: url(/wp-content/uploads/2025/06/light.png);
    background-size: cover;
    background-position: center;
} */
section.our-jobs {
    margin: 100px 0;
}
.job-archive h2 {
    font-family: "Public Sans", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #FE8E4F;
}
.job-top {
    margin-bottom: 50px;
}
.job-bottom {
    margin-top: 50px;
	margin-bottom: 50px;
}
.archive-jobs-main-container h3 {
    margin-bottom: 50px;
}
.job-archive.title-color h4 {
    font-family: "DM Sans", Sans-serif;
    font-size: 44px;
    font-weight: 500;
    color: #FFFFFF;
}

.archive-jobs-container{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 100px;
}
.jobs-card {
    flex: 0 0 calc(50% - 50px);
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 8px;
    transition: all 0.3s;
    color: #ffffff;
    padding: 50px 20px;
	position: relative;
	opacity: 0.7;
}
.jobs-card:hover{
	border-color: fd9b63;
	opacity: 1;
}
.job-post-link {
    text-decoration: none;
    font-weight: 400;
    color: #ffffff;
    transition: all 0.3s;
    font-size: 22px;
    margin-bottom: 20px;
    display: block;
}

.jobs-card h4 {
	margin-bottom: 20px;
	font-weight: 400;
}
.jobs-card p {
    margin: 0;
    font-style: italic;
    font-size: 20px;
}

.card-link{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.job-post-container{
	display: flex;
	margin: 100px auto 0px auto;
	max-width: 1100px;
	border-top: 1px solid #18606d1a;
}
.archive-jobs-main-container h3{
	color: #18606d;
}
.num-jobs {
	font-size: 14px;
    color: #ffffff;
    background: #2f727e7a;
    padding: 10px 20px;
    border-radius: 30px;
}
.top-section-container{
	max-width: 1100px;
	margin: 120px auto 40px auto;
}
.job-post-main-content{
	flex: 70%;
	margin: 0px 20px;
	padding: 20px 10px;
	border-right: 1px solid #ffffff4d;
	color: #fff
}
.job-post-side-content{
	flex: 30%;
	margin: 0px 10px;
	padding: 20px 70px 20px 10px;
	color: #fff;
}
.job-post-side-content h3{
	font-size: 25px;
	margin-bottom: 20px;
}
.job-post-side-content h5{
	font-size: 16px;
	margin-bottom: 0;
	color: #fff;
}
.job-post-main-content ul {
	margin-left: 0;
	width: 100%;
}
/* .back-btn{
	padding: 10px 20px;
	border: 3px solid black;
	border-radius: 8px;
	text-decoration: none;
	color: black;
} */
.single-jobs #primary {
    margin: 100px 0;
}
.single-jobs .details-page {
    color: #fff;
}
.job-post-main-content div{
	white-space: pre-line;
}
.job-post-main-content div:nth-of-type(1){
	padding-bottom: 30px;
	margin-bottom: 5px;
}
.job-post-main-content div:nth-of-type(2){
	margin-top: -25px;
	margin-bottom: 35px;
}
.job-description{
	padding-right: 30px;
}
ul.single-jobs-ul{
	list-style: disc;
	margin-left: 25px;
	padding-right: 30px;
}
.job-post-main-content ul{
	margin-bottom: 35px;
}
.job-post-main-content h3{
	font-size: 25px;
	margin: 10px 0;
}
.job-post-main-content h5{
	font-size: 16px;
	text-decoration: underline;
}
  .btn-aboutus-secondary {
	display: inline-block;
	font-family: "DM Sans";
	color: #ffffff !important;
	background-color: #fe8e4f !important;
	text-align: center;
	vertical-align: middle;
	padding: 12px 35px;
	font-size: 13pt;
	line-height: 1.5;
	border-radius: 10px;
  }
  .btn-aboutus-secondary:hover {
	text-decoration: none;
    background-color: #ec6120 !important;
    transition: all 0.3s ease-in 0s;
  }
	.single-jobs-btns {
		border-radius: 10px;
	}
	.single-jobs-btns:hover {
		background-color: #ec6120 !important;
    	transition: all 0.3s ease-in 0s;
	}
	.job-application-select option {
		color: #000;
	}
@media only screen and (max-width: 768px){
	.job-post-container{
		flex-wrap: wrap; 
		margin: 100px auto 0px auto;
		width: 100%;
	}	
	.job-post-main-content{
		border-right: none;
	}
	.jobs-card{
		width: auto;
	}
}
@media only screen and (max-width: 780px){
	.jobs-card{
		flex: 100%;
	}
	.archive-jobs-main-container{
		align-items:stretch;
	}
}
@media only screen and (max-width: 991px){
	.job-post-main-content{
		border-right: none;
	}
}
@media only screen and (max-width: 1170px){
	.archive-jobs-container{
		max-width: calc(390px * 2);
	}
	.top-section-container{
		max-width: 800px;
		margin: 40px auto;
	}
	.job-post-container{
		max-width: 800px;
	}
}
.badge{
	border: 1px solid black;
	border-radius: 20% !important;
	font-size: 16px !important;
	position:relative;
	bottom: 3px;
	left: 10px;
}
.btn-container{
	margin-bottom: 20px;
}

/* share buttons */
#triger-btns:active{
	border-color: #18606d;
}
.share-buttons-container{
	position: relative;
	display: inline-block;
}
.share-buttons{
	border: 2px solid #ec6221;
	background: white;
	border-radius: 8px 8px 8px 1px;
	padding:5px;
	position: absolute;
	left: 102%;
	bottom: 35px;
	width: fit-content;
	display: none;
	opacity: 0;
	transition: all 0.5s;
}
.share-buttons::before{
	content: "";
	position: absolute;
	top: 32px;
	right: 190px;
	border-width: 7px;
	border-radius: 1px;
	border-style: solid;
	border-color: transparent #ec6221 transparent transparent;
}
.share-buttons a{
	display: inline-block;
	margin: 0 5px;
}
.facebook-btn i,.mail-btn i, .linkedin-btn i ,.whatsapp-btn i{
	display: inline-block;
	border: 1px solid;
	border-radius: 60px;
	box-sizing: 0 0 2px #888;
	padding: 0.5em 0.6em; 
}

.facebook-btn i, .mail-btn i, .linkedin-btn i, .whatsapp-btn i{
	border-color: #ec6221;
}
.facebook-btn, .mail-btn, .linkedin-btn, .whatsapp-btn{
	color: #ec6221;
}
.facebook-btn:hover{
	color: #14606e;
}
.facebook-btn:hover i{
	border-color: #14606e;
}

.mail-btn:hover{
	color: #14606e;
}
.mail-btn:hover i{
	border-color: #14606e;
}

.linkedin-btn:hover{
	color: #14606e;
}
.linkedin-btn:hover i{
	border-color: #14606e;
}
.whatsapp-btn:hover{
	color: #14606e;
}
.whatsapp-btn:hover i{
	border-color: #14606e;
}


@media only screen and (max-width: 768px){
	.share-buttons{
		border-radius: 8px 8px 8px 8px;
		left: 15%;
		bottom: 49px;
	}
	.share-buttons::before{
		top: 100%;
		right: 45%;
		border-color: #ec6221 transparent transparent transparent;
	}
}
/* end of share buttons */



/* form styling */
.firstname-container p{
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: start;
}
.firstname-container select{
	height: 32px;
}
.firstname-container label:nth-of-type(1){
	flex: 100%;
	margin-bottom: -17px;
}
.firstname-container  label:nth-of-type(2){
	flex: 20%;
}
.firstname-container label:nth-of-type(2) select{
	background-color: transparent; 
	width: 90%;
	text-align: center;
}
.firstname-container label:nth-of-type(2) select option{
	text-align: center !important;
}
.firstname-container  label:nth-of-type(3){
	flex: 80%;
}
.firstname-container  label:nth-of-type(3) input{
	width: 100%;
}
.last-name-container p{
	display:flex;
	flex-direction: column;
}
.last-name-container label:nth-of-type(2) input{
	width: 100%;
}
.email-container p{
	display:flex;
	flex-direction: column;
}
.email-container label:nth-of-type(2) input{
	width: 100%;
}
#custom-file{
	display: none;
	visibility: hidden;
}
label[for="custom-file"]{
	border: 2px dashed;
	padding: 5px 25px;
	border-radius: 3px;
	color: #18606d; 
	max-width: 105px;
	transition: all 0.5s;
	cursor: pointer;
}
label[for="custom-file"]:hover{
	color: white;
	border-radius: 3px;
}
.uploaded-file{
	display: inline-block;
    margin-left: 10px;
	margin-bottom: 10px;
    border: 2px solid #18606d;
    padding: 2px 5px 0px 5px;
    border-radius: 7px;
}
.dumpFileBtn{
	display: inline;
}
.notes-label{
    font-size: 20px;
}
.wpcf7-form-control:focus{
	outline: none;
	box-shadow: 1px 1px 5px 1px #18606d;
} 
.form-response{	
	display: none;
    justify-content: center;
	font-size: 30px;
    font-weight: 900;
}
@media only screen and (max-width: 768px){
	.form-response{
		font-size: 22px;
	}
}
span.wpcf7-not-valid-tip{
	display: inline;
}
.loading-overlay{
	display: none;
	background: white;
    position: fixed;
    opacity: 0.5;
    z-index: 200;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.loading-img{
	background: url(https://stag.ast-lb.com/wp-content/uploads/2023/01/Spinner-1s-200px.gif) center center no-repeat;
	z-index: 201;
	height: 100%;
}
.fa-remove::before{
	padding-left: 10px;
}
.single-jobs-btns{
	width: 210px;
}