/*==========================================================
    Emirates Online Visa
    Footer CSS
    Version: 1.0.0
==========================================================*/


/*==========================================================
    Footer
==========================================================*/

.eov-footer{

    position:relative;

    background:var(--eov-secondary);

    color:#fff;

    padding:100px 0 0;

    overflow:hidden;

}


/*==========================================================
    Footer Top
==========================================================*/

.eov-footer-top{

    padding-bottom:60px;

    border-bottom:1px solid rgba(255,255,255,.08);

}


/*==========================================================
    Footer Grid
==========================================================*/

.eov-footer-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1fr 1fr;

    gap:50px;

}


/*==========================================================
    Logo
==========================================================*/

.eov-footer-logo{

    margin-bottom:24px;

}

.eov-footer-logo img{

    max-width:220px;

    height:auto;

}


/*==========================================================
    About
==========================================================*/

.eov-footer-about{

    color:rgba(255,255,255,.75);

    line-height:1.8;

    margin-bottom:24px;

}


/*==========================================================
    Widget
==========================================================*/

.eov-footer-widget h3{

    color:#fff;

    font-size:22px;

    font-weight:700;

    margin-bottom:24px;

}

.eov-footer-widget ul{

    list-style:none;

    margin:0;

    padding:0;

}

.eov-footer-widget li{

    margin-bottom:14px;

}

.eov-footer-widget a{

    color:rgba(255,255,255,.72);

    transition:var(--eov-transition);

}

.eov-footer-widget a:hover{

    color:#fff;

    padding-left:6px;

}


/*==========================================================
    Contact
==========================================================*/

.eov-footer-contact{

    display:flex;

    flex-direction:column;

    gap:16px;

}

.eov-footer-contact-item{

    display:flex;

    align-items:flex-start;

    gap:12px;

}

.eov-footer-contact-item i,
.eov-footer-contact-item svg{

    color:var(--eov-primary);

    font-size:18px;

    margin-top:3px;

}


/*==========================================================
    Newsletter
==========================================================*/

.eov-newsletter{

    margin-top:28px;

}

.eov-newsletter form{

    display:flex;

    gap:12px;

}

.eov-newsletter input{

    flex:1;

    min-height:54px;

    background:#fff;

    border:none;

    border-radius:12px;

    padding:0 18px;

}

.eov-newsletter button{

    min-width:160px;

}


/*==========================================================
    Social
==========================================================*/

.eov-social{

    display:flex;

    gap:14px;

    margin-top:30px;

}

.eov-social a{

    width:46px;

    height:46px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    color:#fff;

    transition:var(--eov-transition);

}

.eov-social a:hover{

    background:var(--eov-primary);

    transform:translateY(-3px);

}


/*==========================================================
    Trust Badges
==========================================================*/

.eov-footer-badges{

    display:flex;

    flex-wrap:wrap;

    gap:14px;

    margin-top:30px;

}

.eov-footer-badge{

    padding:10px 18px;

    border-radius:999px;

    background:rgba(255,255,255,.08);

    font-size:13px;

    color:#fff;

}


/*==========================================================
    Disclaimer
==========================================================*/

.eov-footer-disclaimer{

    margin-top:50px;

    padding:24px;

    border-radius:16px;

    background:rgba(255,255,255,.05);

    color:rgba(255,255,255,.78);

    font-size:14px;

    line-height:1.8;

}

.eov-footer-disclaimer strong{

    color:#fff;

}


/*==========================================================
    Bottom
==========================================================*/

.eov-footer-bottom{

    margin-top:50px;

    padding:26px 0;

    border-top:1px solid rgba(255,255,255,.08);

}

.eov-footer-bottom-inner{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:20px;

}

.eov-copyright{

    color:rgba(255,255,255,.70);

    font-size:14px;

}

.eov-footer-links{

    display:flex;

    gap:24px;

    flex-wrap:wrap;

}

.eov-footer-links a{

    color:rgba(255,255,255,.70);

}

.eov-footer-links a:hover{

    color:#fff;

}


/*==========================================================
    Elementor Footer
==========================================================*/

.elementor-location-footer{

    background:transparent;

}


/*==========================================================
    Responsive
==========================================================*/

@media(max-width:1024px){

.eov-footer-grid{

    grid-template-columns:1fr 1fr;

    gap:40px;

}

.eov-footer-bottom-inner{

    flex-direction:column;

    text-align:center;

}

}

@media(max-width:767px){

.eov-footer{

    padding-top:70px;

}

.eov-footer-grid{

    grid-template-columns:1fr;

}

.eov-newsletter form{

    flex-direction:column;

}

.eov-newsletter button{

    width:100%;

}

.eov-social{

    justify-content:center;

}

.eov-footer-links{

    justify-content:center;

}

.eov-footer-disclaimer{

    padding:20px;

}

}