/* Job Listing Page Styles */
.jobmains{
    padding: 140px 50px  20px 50px;
    background-image: url(https://xlogicsolutions.com/wp-content/uploads/2025/03/BG.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -110px;
}
.mains {
	max-width: 1366px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.headdes {
	display: flex;
	flex-direction: column;
    align-items: center;
}
.mains h1 {
	/* justify-content: center; */
	font-family: Merriweather;
	font-weight: 700;
	font-size: 44px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
}
.headdes p{
    width: 65%;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;

}
.imgsec img {
	margin-top: 172px !important;
}
.job-listing-container {
    max-width: 1366px;
    margin: auto;
/*     padding: 20px; */
}





/* Search Form */
#job-filter-form {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    max-width: 100%;
    margin: auto;
    width: 892;
    height: 73;
    gap: 10px;
    border-radius: 64px;
    border: 1px solid rgba(102, 102, 102, 0.16);
    padding: 18px;
    

}
#job-filter-form input{
    width: 178;
    height: 37;
    gap: 73px;
    border-radius: 47px;
    border-width: 1px;
    padding-top: 9px;
    padding-right: 19px;
    padding-bottom: 9px;
    padding-left: 19px;
    
} 
#job-filter-form select {
    width: 178;
    height: 37;
    gap: 73px;
    border-radius: 47px;
    border-width: 1px;
    padding-top: 9px;
    padding-right: 19px;
    padding-bottom: 9px;
    padding-left: 19px;
    color: rgba(102, 102, 102, 1);
    background: unset;
}

#job-filter-form button {
    background: #F1592A;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
}

#job-filter-form button:hover {
    background: #d8471f;
}




/* featue section */
.features {
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding: 40px;
	align-items: flex-end;
	gap: 40px;
}

.feature {
    flex: 1;
    padding: 20px;
    position: relative;
}

.feature h1 {
    font-size: 80px;
    /* color: #f1f1f1; */
    text-align: left;
    z-index: -1;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 100px;
    line-height: 100%;
    letter-spacing: 0%;
    background: linear-gradient(180deg, #252525 -90.09%, rgba(37, 37, 37, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.feature h3 {
    font-family: Open Sans;
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 10px;
}

.feature p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0%;
    color: rgba(102, 102, 102, 1);
    text-align: left;
}
.featimg {
	width: 1px;
	height: 185px;
	background-color: rgba(102, 102, 102, 1);
}
/* Job Listings */

.job-listings {
    margin-top: 30px;
}
.jobhed h1 {
	font-family: Merriweather;
	font-weight: 700;
	font-size: 40px;
	line-height: 58px;
	letter-spacing: 0%;
	text-align: center;
	color: rgba(37, 37, 37, 1);
    margin-bottom: 30px;
}
.job-item {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
/*     box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); */
    margin-bottom: 15px;
}

.job-item h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color:rgba(239, 103, 66, 1);
}

.job-item p {
    font-size: 14px;
    color: #666;
}

.job-details-btn {
    display: inline-block;
    padding: 8px 15px;
    background: #F1592A;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.job-details-btn:hover {
    background: #d8471f;
}

.no-jobs {
    text-align: center;
    font-size: 16px;
    color: #666;
}
.job-listings {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.job-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border: 2px solid #ddd;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

/* .job-item:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
} */

.job-title {
    font-size: 18px;
    font-weight: bold;
    color: #e6532a;
}

.job-meta {
    display: flex;
    gap: 15px;
    font-size: 14px;
    color: #555;
    align-items: center;
}
.job-meta span {
	font-family: Roboto;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
}
.job-meta i {
    margin-right: 5px;
}

.apply-btn {
	border-radius: 28px;
	border: 1.6px solid rgb(37, 37, 37);
	padding-top: 9px;
	padding-right: 40px;
	padding-bottom: 9px;
	padding-left: 40px;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	color: rgba(37, 37, 37, 1);
}

.apply-btn:hover {
	background: unset;
	color: unset;
}
.apply-btn:focus{
    background: unset;
	color: unset;
}


/* last sction */
.touchlas {
	margin: 80px 0;
}
.joblasts {
	max-width: 1366px;
	margin: auto;
	background-color: #EF6742;
	background-image: url("https://xlogicsolutions.com/wp-content/uploads/2025/03/Frame-2352.png");
	background-position: bottom right;
	background-repeat: no-repeat;
    border-radius: 18px 18px 18px 18px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 60px;
    padding-right: 0px;
    margin-bottom: 80px;
}
.joblasts h2{
    color: #252525;
    font-family: "Merriweather", Sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 48px;
       width: 40%;
}
.joblasts p{
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #252525;

}
.joblasts button{
    font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  fill: #252525;
  color: #FFF;
  background-color: #61CE7000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFF;
  border-radius: 28px 28px 28px 28px;
  padding: 9px 30px 9px 30px;
}
.joblasts button:hover{
    color: #252525;
  background-color: #EF6742;
  border-color: #353535;

}
@media only screen and (max-width: 768px) {
.mains {
	max-width: 1366px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 40px;
}
.mains .mainlft-img {
	display: none;
}.headdes p {
	width: 100%;
	}
  .jobmains {
	padding: 240px 20px 20px 20px;
	background-image: url(https://xlogicsolutions.com/wp-content/uploads/2025/07/BG-2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -110px;
}
.imgsec {
	display: flex;
	justify-content: end;
}
	.imgsec img{
      margin-top: 20px !important;
}
#job-filter-form {
	display: flex;
    flex-direction: column;
	align-items: center;
	gap: 10px;
	background: unset;
	width: 100%;
	margin: auto;
	width: 892;
	height: 73;
	gap: 10px;
	border-radius: 0px;
	border: 0px solid rgba(102, 102, 102, 0.16);
	padding: 0px;
}

#job-filter-form button {
	background: #F1592A;
	color: white;
	border: none;
	padding: 10px 15px;
	border-radius: 20px;
	cursor: pointer;
	font-weight: bold;
	width: 100%;
}
/* feature section */
 .features {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding: 20px;
  }

  .feature {
    width: 75%;
    flex: 0 0 auto;
    scroll-snap-align: start;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }

  .featimg {
    display: none;
  }
/* job  */
.job-listings {
	padding: 0 20px;
}
.job-item {
	display: flex;
	justify-content: space-between;
	padding: 15px 20px;
	border: 2px solid #ddd;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
	flex-direction: column;
    align-items: flex-start;
}
.job-meta {
	display: flex;
	gap: 15px;
	font-size: 14px;
	color: #555;
	align-items: flex-start;
	flex-direction: column;
    align-items: flex-start;
}
/* job last section */
.touchlas {
	margin: 80px 0;
	padding: 0 20px;
}
.joblasts h2 {
	color: #252525;
	font-family: "Merriweather", Sans-serif;
	font-size: 30px;
	font-weight: 900;
	line-height: 48px;
	width: 100%;
	text-align: center;
}
.joblasts {
	
}.joblasts {
	max-width: 1366px;
    display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 80px 20px 310px 20px;
	margin-bottom: 80px;
}
.joblasts p {
	font-family: Open Sans;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0%;
	color: #252525;
	text-align: center;
}
.joblasts a {
	background-color: transparent;
	text-decoration: none;
	color: #c36;
	display: flex;
	justify-content: center;
}

}

