.findjob-wrapper{
text-align:center;
padding:80px 20px;
}

.findjob-wrapper h1{
font-size:36px;
margin-bottom:10px;
}

.findjob-wrapper p{
color:#666;
margin-bottom:35px;
}

/* SEARCH BAR */

.findjob-search{
max-width:650px;
margin:0 auto 50px;
position:relative;
}

.findjob-search input{
width:100%;
height:55px;
padding:0 60px 0 20px;
border-radius:8px;
border:1px solid #ddd;
font-size:16px;
}

.findjob-search button{
position:absolute;
right:6px;
top:6px;
height:43px;
width:45px;
border:none;
background:#1e73be;
color:#fff;
border-radius:6px;
cursor:pointer;
}

/* JOB TILES */

.job-tiles{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
gap:20px;
max-width:900px;
margin:0 auto;
}

.job-tile{
background:#fff;
border-radius:10px;
padding:30px 20px;
text-decoration:none;
color:#333;
border:1px solid #eee;
transition:0.3s;
}

.job-tile i{
font-size:30px;
color:#1e73be;
margin-bottom:10px;
}

.job-tile h3{
font-size:18px;
margin:0;
}

.job-tile:hover{
transform:translateY(-5px);
box-shadow:0 8px 25px rgba(0,0,0,0.08);
}
.findjob-wrapper{
text-align:center;
padding:80px 20px;
max-width:1100px;
margin:auto;
}

.findjob-wrapper h1{
font-size:36px;
margin-bottom:10px;
}

.findjob-wrapper p{
color:#666;
margin-bottom:35px;
}

/* SEARCH */

.findjob-search{
max-width:650px;
margin:0 auto 50px;
position:relative;
}

.findjob-search input{
width:100%;
height:55px;
padding:0 60px 0 20px;
border-radius:8px;
border:1px solid #ddd;
font-size:16px;
}

.findjob-search button{
position:absolute;
right:6px;
top:6px;
height:43px;
width:45px;
border:none;
background:#1e73be;
color:#fff;
border-radius:6px;
cursor:pointer;
}

/* LIVE RESULTS */

#searchResults{
position:absolute;
top:100%;
left:0;
width:100%;
background:#fff;
border:1px solid #ddd;
border-top:none;
display:none;
max-height:350px;
overflow-y:auto;
z-index:9999;
}

.search-item{
display:block;
padding:12px 15px;
border-bottom:1px solid #eee;
text-decoration:none;
color:#333;
}

.search-item:hover{
background:#f5f7fb;
}

/* JOB TILES */

.job-tiles{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
gap:20px;
}

.job-tile{
background:#fff;
border-radius:10px;
padding:30px 20px;
text-decoration:none;
color:#333;
border:1px solid #eee;
transition:.3s;
}

.job-tile i{
font-size:28px;
color:#1e73be;
margin-bottom:10px;
display:block;
}

.job-tile:hover{
transform:translateY(-5px);
box-shadow:0 8px 25px rgba(0,0,0,0.08);
}