/*=====================================================
        VIVCON FOOTER CTA BANNER
======================================================*/

.pq-footer-cta-wrapper{

    position:relative;

    z-index:10;

    margin-top:-40px;

}

.pq-footer-cta{

    background:linear-gradient(120deg,#0A2A66,#2F67FF);

    border-radius:18px;

    padding:36px 44px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:30px;

    flex-wrap:wrap;

    box-shadow:0 20px 45px rgba(10,42,102,.25);

}

.pq-footer-cta-text h3{

    color:#fff;

    font-size:26px;

    line-height:1.35;

    font-weight:700;

    margin-bottom:12px;

}

.pq-footer-cta-text p{

    color:rgba(255,255,255,.85);

    font-size:15px;

    margin:0;

}

.pq-footer-cta-btn{

    background:#fff;

    color:#0A2A66;

    font-weight:600;

    padding:14px 28px;

    border-radius:8px;

    display:inline-flex;

    align-items:center;

    gap:10px;

    white-space:nowrap;

    transition:.3s;

}

.pq-footer-cta-btn i{

    transition:transform .3s;

}

.pq-footer-cta-btn:hover{

    background:#0A2A66;

    color:#fff;

}

.pq-footer-cta-btn:hover i{

    transform:translateX(4px);

}

footer#pq-footer .pq-footer-top{

    padding-top:60px;

}

@media(max-width:767px){

    .pq-footer-cta{

        padding:28px 26px;

        text-align:center;

        justify-content:center;

    }

    .pq-footer-cta-text h3{

        font-size:21px;

    }

}
