/*
Theme Name: JobsTrendy Child
Template: generatepress
Version: 1.0
Author: JobsTrendy
*/
body{
    background:#f5f7fb;
}

.jt-hero{
    background:#154a93;
    padding:120px 20px;
    text-align:center;
    color:#fff;
}

.jt-container{
    max-width:1100px;
    margin:auto;
}

.jt-badge{
    display:inline-block;
    background:#2b66b7;
    padding:10px 18px;
    border-radius:40px;
    margin-bottom:25px;
    font-weight:600;
}

.jt-hero h1{
    font-size:60px;
    font-weight:800;
    margin-bottom:20px;
    line-height:1.2;
}

.jt-hero p{
    max-width:700px;
    margin:auto;
    font-size:18px;
    opacity:.9;
}

.jt-search{
    margin-top:35px;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}

.jt-search input{
    width:500px;
    padding:16px;
    border:none;
    border-radius:8px 0 0 8px;
}

.jt-search button{
    padding:16px 28px;
    background:#ff9800;
    color:#fff;
    border:none;
    border-radius:0 8px 8px 0;
    cursor:pointer;
    font-weight:700;
}

.jt-buttons{
    margin-top:35px;
}

.btn-orange,
.btn-white{
    display:inline-block;
    padding:14px 28px;
    margin:8px;
    border-radius:8px;
    text-decoration:none;
    font-weight:700;
}

.btn-orange{
    background:#ff9800;
    color:#fff;
}

.btn-white{
    background:#fff;
    color:#154a93;
}