/*==================================================
            PREMIUM CTA
==================================================*/

.nf-cta{
padding: 1px 0;
    background: #f5f9f4;

}

.nf-cta-overlay{

    background:rgba(33,92,24,.88);

    padding:20px 20px;

}

.nf-cta-content{

    max-width:900px;

    margin:auto;

    text-align:center;

    color:#fff;

}

.cta-subtitle{

    display:inline-block;

    background:rgba(255,255,255,.12);

    padding:10px 22px;

    border-radius:30px;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:25px;

}

.nf-cta h2{

    font-size:52px;

    line-height:1.2;

    margin-bottom:25px;

    font-weight:700;

}

.nf-cta p{

    font-size:18px;

    line-height:1.9;

    max-width:760px;

    margin:0 auto 40px;

    color:#edf7ea;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

    margin-bottom:45px;

}

.cta-buttons a{

    padding:18px 36px;

    border-radius:8px;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

}

.cta-primary{

    background:#76b82a;

    color:#fff;

}

.cta-primary:hover{

    background:#fff;

    color:#2d7d2f;

}

.cta-secondary{

    border:2px solid #fff;

    color:#fff;

}

.cta-secondary:hover{

    background:#fff;

    color:#2d7d2f;

}

.cta-contact{

    display:flex;

    justify-content:center;

    gap:40px;

    flex-wrap:wrap;

    margin-bottom:25px;

}

.cta-contact p{

    margin:0;

    font-size:18px;

    font-weight:600;

}

.cta-contact i{

    color:#9fdc5d;

    margin-right:10px;

}

.cta-tagline{

    font-size:17px;

    font-style:italic;

    color:#dff3d3;

    letter-spacing:.5px;

}