/* === Filter Bar Styling === */
body{background: yellow;}
.aiojp-filter-bar form .aiojp-filter-select,
.aiojp-filter-bar form .aiojp-filter-search{
    display: flex;
    align-items: center;
}
.aiojp-filter-search input{
	outline: none;
}
.aiojp-filter-bar form .aiojp-filter-search{
    position: relative;
}
.aiojp-job-list p{
	width: 100%;
	/* text-align: center; */
}
#job-apply-form #resume{
	width: 100%;
}
.aiojp-filter-bar form .aiojp-filter-search img {
    position: absolute;
    left: 11px;
}
#job-apply-form label{
	margin-top: 15px;
	margin-bottom: 7px;
}
.aiojp-apply-wrap{
	margin-top: 10px;
}
#submit-application{border: 0 none; margin-top: 20px;}
    .aiojp-filter-bar {
    max-width: 753px;
    margin: 0 auto clamp(2.25rem, 6.697vw + -0.961rem, 4.063rem);
}

.aiojp-filter-search {
	margin-bottom: 24px;
}

.aiojp-filter-categories {
    display: flex;
    gap: 12px 36px;
	justify-content: center;
    flex-wrap: wrap;
}

div.aiojp-filter-categories a {
	font-size: clamp(1.25rem, 0.924vw + 0.807rem, 1.5rem);
}

.aiojp-filter-categories a {
    font-weight: 400;
    border-bottom: 5px solid transparent;
	color: white;
	padding-bottom: 5px;
}

.aiojp-filter-categories a:hover,.aiojp-filter-categories a.active {
   border-bottom: 5px solid white;
   color: white;
}

.aiojp-single-job{
	background-color: transparent;
    /* background-image: radial-gradient(at top left, #CAEAFF 0%, #065EBC 100%); */
    /* background-image: radial-gradient(at top left, #FD8D7B 0%, #F95338 100%); */
	margin-top: -9px;
}
.inner-container-job{
	padding-top: 172px;
	max-width: 1336px;
	width: calc(100% - 40px);
	margin: 0 auto;
	padding-bottom: 105px;
}
.job-title{
	color: white;
}
.aiojp-job-meta{
	width: 516px;
    text-align: left;
}
.aiojp-filter-bar select,
.aiojp-filter-bar input[type="text"] {
    padding: 10px 12px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    min-width: 140px;
    flex: 1 1 140px;
}

.aiojp-filter-bar input[type="text"] {
	background-image: url(https://iinfinity.tw/wp-content/uploads/2025/12/search-icon.png);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: left 28px center;
    padding: 13px 13px 13px 75px;
    font-size: 24px;
    border-radius: 100px;
    border: none;
	border-color: none;
}

.aiojp-filter-bar input[type="text"]::-webkit-input-placeholder {
    color: #CACACA;
}
.aiojp-filter-bar input[type="text"]:-moz-placeholder {
    color: #CACACA;
}
.aiojp-filter-bar input[type="text"]::-moz-placeholder {
    color: #CACACA;
}
.aiojp-filter-bar input[type="text"]:-ms-input-placeholder {
    color: #CACACA;
}

.aiojp-filter-bar button {
    background: white;
    color: #1976d2;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s ease;
}

.aiojp-filter-bar button:hover {
    background: #e3f2fd;
}

.aiojp-filter-bar #clear-filters {
    background: transparent;
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 0;
}

.aiojp-filter-bar #clear-filters:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* === Home Page Search Bar Styling === */
#aiojp-home-search-form {
    display: flex;
    gap: 12px;
    background: #FFFFFF;
    padding: 8px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    justify-content: space-between;
}

#aiojp-home-search-form input[type="text"] {
    padding: 0;
    min-width: 200px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    width: fit-content;
    font-weight: 400;
}

#aiojp-home-search-form input[type="text"]:focus-visible{
    border: none;
	border-color: none;
    outline: none;
	box-shadow: none;
	outline-color: none!important;
}

#aiojp-home-search-form input[type="text"]::-webkit-input-placeholder {
    color: #CACACA;
}
#aiojp-home-search-form input[type="text"]:-moz-placeholder {
    color: #CACACA;
}
#aiojp-home-search-form input[type="text"]::-moz-placeholder {
    color: #CACACA;
}
#aiojp-home-search-form input[type="text"]:-ms-input-placeholder {
    color: #CACACA;
}

#aiojp-home-search-form button[type="submit"] {
    cursor: pointer;
    transition: background 0.3s ease;
    line-height: 13px;
    letter-spacing: 0px;
    fill: #F7F7F7;
    color: #F7F7F7;
    background-image: linear-gradient(180deg, #91D6FF 0%, #2180EE 100%);
    border-style: none;
    border-radius: 8px 8px 8px 8px;
    width: 160px;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
}

#aiojp-home-search-form button[type="submit"]:hover {
    background-color: #0d47a1;
}
form#aiojp-home-search-form div img {
    padding: 0 8px;
}
/* === Overall Layout === */
.aiojp-job-layout {
    display: flex;
    gap: 20px;
    /* margin: 30px 0 64px; */
}

/* === Left Job List === */
.aiojp-job-list {
    display: flex;
    gap: 14px;
	justify-content: flex-start;
	width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.aiojp-job-list::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.aiojp-job-list::-webkit-scrollbar-track {
  background: #DBF0FF; 
  border-radius: 10px;	
}
 
/* Handle */
.aiojp-job-list::-webkit-scrollbar-thumb {
  background: #004B9A; 
	border-radius: 10px;
}

.apply-button {
/* 	justify-content: flex-end; */
	/* border-top: 1px solid rgba(30, 30, 30, 0.2); */
	margin-top: 16px;
	padding-top: 16px;
}

.apply-button span {
	padding: 15px 30px;
	background: linear-gradient(180deg, #FD8D7B 0%, #F95338 100%);
	border-radius: 32px;
	color: white;
	transition: all .3s ease-in-out;
	font-size: 20px;
	text-transform: uppercase;
}

.apply-button span:hover {
	background: linear-gradient(180deg, #FD8D7B 0%, #F95338 100%);	
}
.apply-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.apply-modal.is-open {
  display: flex;
}

.apply-modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  max-width: 600px;
  width: 90%;
  position: relative;
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

.aiojp-job-list a {
	display: block;
	width: 48%;
}
.aiojp-job-item{
    font-family: 'Poppins';
}
h4.aiojp-job-title {
    font-size: 16px;
    font-weight: 700;
}
p.employment-type {
    font-size: 13PX;
    font-weight: 600;
}

form#aiojp-home-search-form div {
    display: flex;
    align-items: center;
}
.aiojp-job-item {
    background: #FFFFFF;
	box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.25);
	border-radius: 30px 30px 30px 30px;
	padding: 40px;
    transition: background 0.3s ease;
    cursor: pointer;
	height: 100%;
	box-sizing: border-box;
    justify-content: space-between;
    display: grid;
}
.aiojp-job-item.active-job{
  background: #FFE9E8;
background: linear-gradient(359deg,rgba(255, 233, 232, 1) 1%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%);
}
.aiojp-job-item .job-title {
    font-size: 18px;
    font-weight: bold;
}

.aiojp-job-item .job-location, .aiojp-job-item .job-experience {
    font-size: 14px;
    color: #666;
}

/* === Right Job Detail Section === */
div#aiojp-job-detail{
    width: 65%;
}
.aiojp-job-detail {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid #F95338;
    margin-bottom: 60px;
}

.aiojp-job-detail h2 {
    color: #2180EE;
    font-size: 24px;
    margin-bottom: 10px;
}

.aiojp-job-detail .job-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.aiojp-job-detail .job-meta div {
    font-size: 14px;
    color: #555;
}

.aiojp-job-detail .job-description {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.aiojp-job-detail .skills {
    margin-bottom: 20px;
}

.aiojp-job-detail .skills span {
    display: inline-block;
    background: #2180EE;
    color: #fff;
    padding: 5px 15px;
    margin-right: 10px;
    border-radius: 20px;
    font-size: 14px;
}

.aiojp-job-detail .apply-btn {
    cursor: pointer;
    transition: background 0.3s ease;
    line-height: 1.5;
    letter-spacing: 0px;
	border: 1px solid #FF7059 !important;
    fill: #F7F7F7;
    color: #F7F7F7;
    background-image: linear-gradient(180deg, #FD8D7B 0%, #F95338 100%);
    border-style: none;
    border-radius: 100px;
	padding: 15px 30px;
    font-size: clamp(1.125rem, 0.463vw + 0.903rem, 1.25rem);
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

/* === Placeholder (before selecting a job) === */
.aiojp-placeholder {
    text-align: center;
    color: #888;
    margin-top: 100px;
}

.aiojp-placeholder h3 {
    font-weight: bold;
    font-size: 1.5rem;
}

span.skill-item {
    background: #FFF3F2;
	border: 1px solid #FF7059;
    color: #111;
    padding: 7px 17px;
    border-radius: 24px;
    display: inline-block;
    font-size: 14px;
	margin-right: 7px;
}
.aiojp-apply-wrap p{
	color: green;
	font-weight: bold;
}

.aiojp-job-detail ul {
	padding-left: 0;
}

.aiojp-job-detail li {
	list-style: none;
	position: relative;
	padding-left: 30px;
}

.aiojp-job-detail li::before {
  content: "•";
  font-size: 50px;
  color: #F94C30;
  position: absolute;
  left: 0;
  top: 1px;
  transform: translateY(0);
  margin-right: 10px;
}

.aiojp-job-detail .alojp-info-div {
    background: linear-gradient(359deg,rgba(255, 233, 232, 1) 1%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%);    
	border: 1px solid #F95338;
    padding: 10px 16px;
    display: flex;
    gap: 20px;
    margin-top: 24px;
	border-radius: 24px;
}

.aiojp-job-detail .alojp-info-div span {
    width: 33%;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    display: flex;
    align-items: center;
}

.aiojp-job-detail .alojp-info-div span img {
    padding-right: 6px;
}
.aiojp-job-detail .aiojp-main-heading {
    font-size: 32px;
    font-weight: 400;
    color: #F95338;
}
.aiojp-job-detail h4.aiojp-sub-heading {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 40px 0 16px 0;
}

.aiojp-job-detail p.aiojp-text-item {
    font-size: 16px;
    font-weight: bold;
	text-transform: uppercase;
    color: #000;
    margin: 0px;
}

.aiojp-job-detail ul li:last-child {
    display: none;
}
form#aiojp-search-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow-job.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    background-color: transparent;
    color: #fff;
    padding: 0 40px 0px 20px;
    max-width: fit-content;
}

.aiojp-job-item {
	color: #1E1E1E;
}

form#aiojp-search-form select option {
    color: #000;
}

div#aiojp-job-results .aiojp-job-item h4, div#aiojp-job-results .aiojp-job-item p {
    display: flex;
    align-items: center;
}

div#aiojp-job-results .aiojp-job-item p.aiojp-clock{
    margin-top: 8px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}
div#aiojp-job-results .aiojp-job-item p.aiojp-clock span{
    display: flex;
    align-items: center;
}
div#aiojp-job-results .aiojp-job-item p.aiojp-clock .aiojp-img-time-two{
    display: none;
}
div#aiojp-job-results .aiojp-job-item p.aiojp-clock span:last-child img{
    margin-right: 0;
    margin-left: 4px;
}
div#aiojp-job-results .aiojp-job-item.active-job p.aiojp-clock{
    color: #2180EE;
}
div#aiojp-job-results .aiojp-job-item.active-job p.aiojp-clock .aiojp-img-time-two{
    display: block;
}
div#aiojp-job-results .aiojp-job-item.active-job p.aiojp-clock .aiojp-img-time-one {
    display: none;
}
div#aiojp-job-results .aiojp-job-item h4 img, div#aiojp-job-results .aiojp-job-item p  img{
    margin-right: 11px;
}


.aiojp-job-detail .aiojp-heading-flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.aiojp-job-detail .apply-btn:nth-child(2){
    display: none;
}

/* Benefits Section Styles */
.aiojp-benefits-wrapper {
	position: relative;
	overflow: hidden;
    background: #000;
    padding: 80px 40px;
    margin: 30px 0 20px;
    border-radius: 30px;
	background-image: url(https://compilex.it.com/wp-content/uploads/2025/12/benefits-section-cirlcle-01.svg);
    background-position: top right;
    background-repeat: no-repeat;
}

.aiojp-benefits-wrapper::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -10%;
	width: 100%;
	height: 100%;
	background-image: url(https://compilex.it.com/wp-content/uploads/2025/12/benefits-section-cirlcle-02.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.aiojp-benefits-container {
    max-width: 1400px;
    margin: 0 auto;
}

/* Section Header */
.aiojp-benefits-header {
    text-align: left;
    margin-bottom: 60px;
}

.aiojp-benefits-header .aiojp-benefits-main-title {
	color: white;
}

.aiojp-benefits-main-title {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.aiojp-benefits-main-title .highlight {
    color: #ff5741;
}

.aiojp-benefits-subtitle {
    font-size: 18px;
    color: #BDB4B3;
    margin: 0;
}

/* Benefits Grid */
.aiojp-benefits-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.aiojp-benefits-grid[data-columns="1"] {
    grid-template-columns: 1fr;
}

.aiojp-benefits-grid[data-columns="2"] {
    grid-template-columns: repeat(2, 1fr);
}

.aiojp-benefits-grid[data-columns="3"] {
    grid-template-columns: repeat(3, 1fr);
}

.aiojp-benefits-grid[data-columns="4"] {
    grid-template-columns: repeat(4, 1fr);
}

/* Benefit Card */
.aiojp-benefit-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid #CEC5C5;
    transition: all 0.3s ease;
}

/* Number Badge */
.aiojp-benefit-number {
    font-size: 42px;
    font-weight: 300;
    line-height: 1;
    min-width: 80px;
    flex-shrink: 0;
}

/* Alternating red/gray colors for numbers */
.aiojp-benefit-card:nth-child(odd) .aiojp-benefit-number {
    color: #ff5741;
}

.aiojp-benefit-card:nth-child(even) .aiojp-benefit-number {
    color: #BDB4B3;
}

/* Icon Wrapper */
.aiojp-benefit-icon-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

/* Alternating red/gray backgrounds for icons */
.aiojp-benefit-card:nth-child(odd) .aiojp-benefit-icon-wrapper {
    background: linear-gradient(180deg, #8F8F8F 20.19%, #424242 100%);
}

.aiojp-benefit-card:nth-child(even) .aiojp-benefit-icon-wrapper {
	background: linear-gradient(180deg, #FF887A 0%, #FF3C2B 100%);
}

.aiojp-benefit-icon {
    max-width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
}

/* Content */
.aiojp-benefit-content {
    flex: 1;
}

.aiojp-benefit-content .aiojp-benefit-title {
	color: white;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
}

.aiojp-benefit-title {
    font-size: 70px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.aiojp-benefit-description {
    font-size: 14px;
    color: #BDB4B3;
    margin: 0;
    line-height: 1.5;
}

/* Remove the decorative line (not in the design) */
.aiojp-benefit-line {
    display: none;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .aiojp-benefits-grid[data-columns="3"],
    .aiojp-benefits-grid[data-columns="4"] {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .aiojp-benefits-main-title {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .aiojp-benefits-wrapper {
        padding: 50px 20px;
        margin: 40px 0 10px;
        border-radius: 20px;
    }
    
    .aiojp-benefits-grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    
    .aiojp-benefits-main-title {
        font-size: 32px;
    }
    
    .aiojp-benefit-number {
        font-size: 32px;
        min-width: 60px;
    }
    
    .aiojp-benefit-icon-wrapper {
        width: 50px;
        height: 50px;
    }
    
    .aiojp-benefit-title {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .aiojp-benefits-wrapper {
        padding: 40px 15px;
        margin: 30px 0 10px;
    }
    
    .aiojp-benefit-card {
        gap: 15px;
        padding: 20px 0;
    }
    
    .aiojp-benefit-number {
        font-size: 28px;
        min-width: 50px;
    }
    
    .aiojp-benefit-icon-wrapper {
        width: 45px;
        height: 45px;
    }
}