.elementor-989416 .elementor-element.elementor-element-bc110db{--display:flex;}.elementor-989416 .elementor-element.elementor-element-268806b{--spacer-size:50px;}.elementor-989416 .elementor-element.elementor-element-674aefb{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-72cb53f */.job-form-container{
max-width:900px;
margin:auto;
padding:40px;
background:#ffffff;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
font-family:Arial;
}

.job-form h2{
text-align:center;
margin-bottom:30px;
}

.job-form h3{
margin-top:30px;
border-bottom:2px solid #eee;
padding-bottom:8px;
}

.job-form input,
.job-form select,
.job-form textarea{
width:100%;
padding:12px;
margin-top:10px;
border:1px solid #ccc;
border-radius:6px;
font-size:14px;
}

.job-form textarea{
min-height:100px;
}

.grid-2{
display:grid;
grid-template-columns:1fr 1fr;
gap:15px;
}

.grid-3{
display:grid;
grid-template-columns:1fr 1fr 1fr;
gap:15px;
}

.submit-btn{
margin-top:25px;
background:#2563eb;
color:#fff;
border:none;
padding:14px;
width:100%;
border-radius:8px;
font-size:16px;
cursor:pointer;
}

.submit-btn:hover{
background:#1d4ed8;
}

@media(max-width:768px){
.grid-2,.grid-3{
grid-template-columns:1fr;
}
}/* End custom CSS */