/* Footer link icons were dark navy on a dark background — invisible.
   Make them white, and give links a hover that's actually visible:
   a bright accent-blue color shift plus a slide-right motion. */

footer#pq-footer .widget ul.menu#menu-useful-link li a:before,
footer#pq-footer .widget ul.menu#menu-useful-link-products li a:before{

    color:#ffffff;

}

footer#pq-footer .widget ul.pq-contact li i{

    color:#ffffff;

}

footer#pq-footer .widget ul.pq-contact li i:hover{

    color:#2F67FF;

}

footer#pq-footer .widget ul li a{

    transition:color .3s ease, transform .3s ease;

}

footer#pq-footer .widget ul li a:hover{

    color:#2F67FF;

    transform:translateX(6px);

}

footer#pq-footer .widget ul.menu#menu-useful-link li a:hover:before,
footer#pq-footer .widget ul.menu#menu-useful-link-products li a:hover:before{

    color:#2F67FF;

    transition:color .3s ease;

}

/* Social icons: remove the grey box background, just show the icon,
   with a simple color change on hover instead of a hover box */

footer#pq-footer .pq-footer-style-1 .pq-footer-social ul li a{

    background:transparent;

    width:auto;

    height:auto;

    line-height:1;

    font-size:18px;

    padding:0 8px;

}

footer#pq-footer .pq-footer-style-1 .pq-footer-social ul li a:hover{

    background:transparent;

    color:#2F67FF;

}

.pq-footer-wave{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    line-height:0;

    transform:translateY(-100%);

    z-index:5;

}

.pq-footer-wave svg{

    display:block;

    width:100%;

    height:120px;

}

.pq-footer-cta-wrapper{

    position:relative;

    z-index:10;

    margin-top:-150px;

}

/* Keep this box at its original contained width — the site-wide
   .container alignment fix removed the width cap everywhere else,
   but this one should stay as it was. */

.pq-footer-cta-wrapper .container{

    max-width:1300px;

}

/* The section immediately before the footer needs enough
   bottom breathing room so the CTA banner's -150px overlap
   never covers its content */

.vc-testimonials{

    padding-bottom:210px;

}

.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{

    flex:1;

    min-width:260px;

}

.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:#c9a868;

    color:#0A2A66;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:.5px;

    padding:14px 28px;

    border-radius:8px;

    display:inline-flex;

    align-items:center;

    gap:10px;

    white-space:nowrap;

    flex-shrink:0;

    margin-left:auto;

    transition:.3s;

}

.pq-footer-cta-btn i{

    transition:transform .3s;

}

.pq-footer-cta-btn:hover{

    background:#e0c088;

    color:#0A2A66;

    transform:translateY(-2px);

    box-shadow:0 10px 24px rgba(201,168,104,.4);

}

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

    transform:translateX(4px);

}

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

    padding-top:60px;

}

/* Slim copyright bar */

footer#pq-footer .pq-copyright-footer{

    padding:12px 0;

}

footer#pq-footer .pq-copyright-footer .pq-copyright{

    font-size:13px;

    opacity:.75;

}

@media(max-width:767px){

    .pq-footer-cta{

        padding:28px 26px;

        text-align:center;

        justify-content:center;

    }

    .pq-footer-cta-text h3{

        font-size:21px;

    }

    .pq-footer-cta-btn{

        margin-left:0;

    }

}
