/*==================================================
    Footer
==================================================*/

.th-footer{
    background: var(--secondary);
    color:#fff;
    padding:80px 0 0;
    margin-top: 10px;
}

.footer-logo{
    width:min(320px,100%);
    max-width:100%;
    height:auto;
    object-fit:contain;
    margin-bottom:20px;
}

.footer-columns{align-items:flex-start}.footer-brand-column{padding-right:32px}.footer-heading::after{content:"";display:block;width:54px;height:3px;margin-top:12px;border-radius:10px;background:var(--accent)}.footer-empty{color:rgba(255,255,255,.7)}

.footer-about{
    color:rgba(255,255,255,.8);
    line-height:1.8;
}

.th-footer h4{
    color:#fff;
    font-size:22px;
    font-weight:700;
    margin-bottom:25px;
    position:relative;
}

.th-footer h4::after{
    content:"";
    width:50px;
    height:3px;
    background:var(--primary);
    display:block;
    margin-top:10px;
    border-radius:50px;
}

.footer-links{
    margin:0;
    padding:0;
    list-style:none;
}

.footer-links li{
    margin-bottom:7px;
}

.footer-links a{
    color:rgba(255,255,255,.8);
    text-decoration:none;
    transition:.25s ease;
    display:flex;
    align-items:flex-start;
    gap:8px;
    padding:5px 0;
    font-size:15px;
    line-height:1.4;
}

.footer-links a:hover{
    color:#fff;
    transform:translateX(4px);
}

.footer-links a>span{color:var(--accent);font-weight:800;line-height:1.35;flex:0 0 auto}.footer-heading{font-size:1.15rem!important;margin-bottom:18px!important}.footer-heading::after{margin-top:8px!important}.footer-about{font-size:15px;line-height:1.65!important}.footer-disclaimer{margin-top:34px!important;padding:18px 0!important;font-size:14px;line-height:1.65!important}

.footer-disclaimer{
    margin-top:50px;
    padding:25px 0;
    border-top:1px solid rgba(255,255,255,.12);
    border-bottom:1px solid rgba(255,255,255,.12);
    color:rgba(255,255,255,.85);
    line-height:1.8;
}

.footer-bottom{
    padding:22px 0;
    margin:0;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.footer-bottom a{
    color:#fff;
    text-decoration:none;
    margin-left:18px;
    transition:.3s;
}

.footer-bottom a:hover{
    color:var(--primary);
}


/*==================================================
    Sticky Call Bar
==================================================*/

.th-sticky-call{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    background:linear-gradient(90deg,var(--primary),var(--primary-dark));
    z-index:999999;
    box-shadow:0 -5px 18px rgba(0,0,0,.15);
}

.th-call-wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    min-height:76px;
    text-decoration: none;
}

.th-call-icon{
    width:48px;
    height:48px;
    border-radius:50%;
    background:#fff;
    color:var(--primary);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    flex-shrink:0;
}

.th-call-content{
    display:flex;
    flex-direction:column;
    line-height:1.3;
}

.th-call-content span{
    color:#fff;
    font-size:13px;
    opacity:.9;
}

.th-call-content strong{
    color: #fff;
}

.th-call-content a{
    color:#fff;
    text-decoration:none;
    font-size:22px;
    font-weight:700;
}

.th-call-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 30px;
    border-radius:50px;
    background:#fff;
    color:var(--primary);
    text-decoration:none;
    font-weight:700;
    transition:.3s ease;
}

.th-call-btn:hover{
    background:var(--accent);
    color:var(--heading);
}

.th-call-icon,.th-call-btn{transition:transform .25s ease,background-color .25s ease}.th-call-wrapper:hover .th-call-icon{transform:scale(1.06)}


/*==================================================
    Space for Sticky Footer
==================================================*/

body{
    padding-bottom:70px;
}


/*==================================================
    Responsive
==================================================*/

@media (max-width:991px){

    .th-footer{
        padding-top:60px;
    }

}

@media (max-width:767px){

    body{
        padding-bottom:60px;
    }

    .footer-bottom{
        text-align:center;
        flex-direction:column;
    }

    .footer-bottom .text-md-end{
        text-align:center !important;
        margin-top:15px;
    }

    .footer-bottom a{
        margin:0 8px;
    }

    .th-call-wrapper{
        min-height:60px;
        gap:12px;
        padding:0 12px;
    }

    .th-call-icon{
        width:40px;
        height:40px;
        font-size:18px;
    }

    .th-call-content span{
        display:none;
    }

    .th-call-content a{
        font-size:16px;
    }

    .th-call-btn{
        padding:8px 16px;
        font-size:14px;
    }

}
/*=========================
Scroll To Top Button Fix
=========================*/

#ast-scroll-top{
    bottom:85px !important;
    right:20px !important;
    z-index:9999999 !important;
}

@media(max-width:767px){

    #ast-scroll-top{
        bottom:75px !important;
        right:15px !important;
    }

}

/*==================================
Footer Social Icons
==================================*/

.footer-social{

    display:flex;

    align-items:center;

    gap:12px;

    margin-top:25px;

}

.footer-social a{

    width:42px;

    height:42px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:rgba(255,255,255,.10);

    color:#fff;

    text-decoration:none;

    font-size:18px;

    transition:.3s ease;

}

.footer-social a:hover{

    background:var(--primary);

    color:#fff;

    transform:translateY(-4px);

    box-shadow:0 8px 20px rgba(13,110,253,.35);

}

@media(max-width:767px){

    .footer-social{

        justify-content:center;

    }

}

/*==========================
Footer Bottom Menu
==========================*/

.footer-bottom-menu{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:0;
    margin:0;
    padding:0;
    list-style:none;
}

.footer-bottom-menu li{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    align-items:center;
}

.footer-bottom-menu li:not(:last-child)::after{
    content:"|";
    color:rgba(255,255,255,.5);
    margin:0 12px;
}

.footer-bottom-menu li a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.footer-bottom-menu li a:hover{
    color:var(--primary);
}

@media(max-width:767px){

    .footer-bottom-menu{
        justify-content:center;
        flex-wrap:wrap;
        margin-top:15px;
    }

    .footer-bottom-menu li:not(:last-child)::after{
        margin:0 8px;
    }

}
