#footer {
    width: 100%;
    margin: 0;
    position: relative;
    overflow-x: hidden;
    background: #18181B;
    padding-top: 100px;
    padding-bottom: 0px;
}

.Footer_Outer {
    background: url(../images/footer_bg.png) 0 0 no-repeat;
    width: 100%;
    min-height: 600px;
    padding-bottom: 70px;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding-top: 390px;
}

.top_footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerlogo a img {
    width: 140px;
}

.top_footer {
    border-bottom: solid 1px rgba(134, 134, 134, 10%);
    padding: 0 10px 20px;
}

.footerlogo {
    flex: 1;
}

.footercall {
    flex: 1;
}

.footercall .footercall_inner {
    display: flex;
    gap: 20px;
}

.footercall .footercall_inner a {
    color: rgba(255, 255, 255, 80%);
    font-size: 16px;
    font-weight: normal;
    display: flex;
    gap: 10px;
    align-items: center;
}

.footercall .footercall_inner a i {
    color: #ffc40c;
}

.footer_social {
    flex: 1;
}

.footer_social ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #242426;
}

.footer_social ul li:hover a {
    background: #ffc40c;
}

.footer_social ul li:hover a i {
    color: #000;
}

.footer_social ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.footer_social ul li a i {
    color: #fff;
    font-size: 18px;
}

.footer_copyright {
    padding: 25px 0;
}

.footer_copyright_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_copyright_inner .footer_copyright_inner_Left {
    flex: auto;
    width: 70%;
}

.footer_copyright_inner .footer_copyright_inner_Left span {
    color: rgba(255, 255, 255, 70%);
    font-size: 14px;
}

.footer_copyright_inner .footer_copyright_inner_Left span a {
    color: rgba(255, 196, 12, 70%);
    font-size: 14px;
}

.footer_copyright_inner .footer_copyright_inner_Right {
    flex: auto;
    width: 30%;
}

.footer_copyright_inner .footer_copyright_inner_Right ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
}

.footer_copyright_inner .footer_copyright_inner_Right ul li a {
    color: #fff;
    font-size: 14px;
}




.chat-fixed {
    position: fixed;
    bottom: 200px;
    right: 30px;
    text-align: center;
    z-index: 9999;
}

/* WhatsApp Circle */
.chat-fixed .whatsapp-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.chat-fixed .whatsapp-icon img {
    width: 100%;
}

/* Chat Box */
.chat-fixed .chat-text {
    background: #fff;
    padding: 16px 24px 9px;
    border-radius: 18px;
    font-size: 18px;
    color: #87888C;
    margin-top: -20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}


@media screen and (max-width:1199px) {
    .footer_copyright_inner .footer_copyright_inner_Left span {
        font-size: 14px;
    }

    .footercall .footercall_inner a {
        white-space: nowrap;
    }

    .footer_copyright_inner .footer_copyright_inner_Right ul li a {
        font-size: 14px;
    }
}

@media screen and (max-width:991px) {
    #footer {
        padding-top: 20px;
    }

    .footer_copyright_inner {
        flex-direction: column;
    }

    .footer_copyright_inner .footer_copyright_inner_Right ul {
        gap: 15px;
        justify-content: center;
    }

    .footer_copyright_inner .footer_copyright_inner_Left {
        text-align: center;
        width: 100%;
    }

    .footer_copyright_inner .footer_copyright_inner_Right {
        width: 100%;
    }

    .downloadbtns_inner .downloadbtns {
        border-radius: 7px;
        padding: 11px 20px !important;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .downloadbtns_inner {
        gap: 20px;
    }
}

@media screen and (max-width:767px) {
    .top_footer_inner {
        flex-direction: column;
        gap: 20px;
    }

    .chat-fixed .whatsapp-icon {
        width: 60px;
        height: 60px;
    }

    .chat-fixed .chat-text {
        padding: 10px 18px;
        border-radius: 10px;
        font-size: 14px;
        margin-top: -15px;
    }

    .footer_copyright_inner .footer_copyright_inner_Right ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0px 10px;
    }

    .footerlogo a img {
        width: 110px;
    }
}

@media screen and (max-width:400px) {
    .footercall .footercall_inner {
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }

    .footercall .footercall_inner a {
        font-size: 14px;
    }

    .footer_social ul {
        gap: 15px;
    }

    .top_footer {
        padding-bottom: 10px;
    }

    #footer {
        padding-top: 10px;
    }

    .footer_copyright_inner .footer_copyright_inner_Left {
        flex: auto;
        text-align: center;
    }

    .downloadbtns_inner {
        flex-direction: column;
    }

    .footer_copyright {
        padding: 15px 0;
    }
}