.new-flight-hero-section {

    position:relative;
    width:100%;

    background-image:url('https://truairfare.com/wp-content/themes/truairfare/assets/img/flight-banner-img.png');

    background-size:cover;

    background-position:center;

    background-repeat:no-repeat;

    padding:70px 0 80px;

}



.new-flight-hero-overlay {

    position:relative;
    z-index:2;
    
}



.new-flight-container {

    width:90%;

    max-width:1600px;

    margin:auto;

}



.new-flight-hero-wrapper {

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:60px;

}





.new-flight-content,
.new-flight-form-wrapper {

    width:50%;

}





.new-flight-badge {

    display:flex;

    align-items:center;

    gap:10px;

    border:1px solid #1a9c9c;

    padding:8px 18px;

    border-radius:30px;

    color:#178c8c;

    width:max-content;

}



.new-flight-badge img {

    width:18px;

}






.new-flight-content h1 {

    font-size:52px;

    line-height:1.15;

    color:#10213c;

}



.new-flight-content h1 span {

    color:#14958f;

}






.new-flight-description {

    font-size:18px;

    line-height:1.6;

    color:#354052;

}





.new-discount-box {


    display:flex;

    align-items:center;

    gap:20px;

    background:#e8f8f7;

    border:1px solid #7ed1ca;

    padding:18px 25px;

    border-radius:12px;

    width:390px;


}




.discount-icon img {


    width:40px;


}






.new-flight-trust {


    display:flex;

    gap:30px;

    margin:30px 0;


}




.trust-item {


    display:flex;

    align-items:center;

    gap:12px;


}



.trust-item img {


    width:45px;

    height:45px;


}



.trust-item strong {


    display:block;

}



.trust-item p {


    margin:0;

}





.new-flight-buttons {


    display:flex;

    gap:20px;


}



.new-primary-btn {


    background:#119590;

    color:#fff;

    border:0;

    padding:15px 35px;

    border-radius:8px;

}





.new-call-btn {


    display:flex;

    align-items:center;

    gap:10px;

    padding:15px 30px;

    background:white;

    border:2px solid #14958f;

    border-radius:8px;

    color:#14958f;

    text-decoration:none;

}





.new-call-btn img {

    width:22px;

}





.new-flight-form-wrapper .form {


    background:white;

    padding:35px;

    border-radius:20px;

    box-shadow:0 15px 40px rgba(0,0,0,.12);


}





@media(max-width:992px){


.new-flight-hero-wrapper {

    flex-direction:column;

}



.new-flight-content,
.new-flight-form-wrapper {

    width:100%;

}


}