/* ============================================
   FOOTER CSS
   ZebLearn Dark Footer
   ============================================ */

/* ----- MAIN FOOTER ----- */
.footer-dark {
    background-color: #0c1a1e;
    color: #fff;
    font-size: 14px;
}

.footer-dark a {
    color: #ccc;
    text-decoration: none;
}

.footer-dark a:hover {
    color: #ff5722;
    text-decoration: underline;
}

.footer-heading,
.footer-dark h6 {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}

.footer-dark h5 {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: white;
}

.footer-dark ul li {
    padding: 2px 0;
}

/* ----- FOOTER MENU (Policy Links) ----- */
.footer-menu {
    background-color: #081014;
}

.footer-menu a {
    color: #999;
    margin: 0 6px;
    text-decoration: none;
}

.footer-menu a:hover {
    color: #ff5722;
    text-decoration: underline;
}

/* ----- FOOTER BOTTOM ----- */
.footer-bottom {
    background-color: #081014;
    border-top: 1px solid #444;
    padding: 20px 0;
    padding-bottom: 60px; /* space for floating CTAs */
    text-align: center;
}

.footer-bottom p {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.footer-bottom p a {
    color: #f44a25 !important;
}

@media (max-width: 442px) {
    .footer-bottom p {
        margin-bottom: 15px !important;
    }
}

/* ----- SOCIAL ICONS ----- */
.footer-bottom .social-icon a {
    font-size: 18px;
    color: #fff;
    margin: 0 8px;
    display: inline-block;
}

/* ----- WHATSAPP BAR ----- */
.bar_wpp {
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 120;
    border-radius: 5px 5px 0 0;
}

.bar_wpp a,
.bar_call a,
.bar_zoom a,
.bar_demo a {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    text-decoration: none !important;
}

.bar_wpp a:hover,
.bar_call a:hover,
.bar_zoom a:hover,
.bar_demo a:hover {
    text-decoration: none !important;
}

.bar_wpp .icon_wpp,
.bar_call .icon_call,
.bar_zoom .icon_zoom,
.bar_demo .icon_demo {
    width: 40px;
    height: 40px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 2;
    transition: 0.3s;
}

.bar_wpp .icon_wpp,
.bar_wpp a:hover .icon_wpp {
    background: linear-gradient(90deg, #12c665 0.85%, #009446 100%);
}

.bar_wpp .txt_wpp,
.bar_zoom .txt_zoom,
.bar_call .txt_call,
.bar_demo .txt_demo {
    display: flex;
    text-align: center;
    transition: 0.3s;
    font-weight: 700;
    margin-left: -35px;
}

.bar_wpp .txt_wpp {
    align-items: center;
    justify-content: center;
    color: #12c665;
    padding-left: 45px !important;
    border-radius: 50px;
    border: 2px solid;
    padding: 0 10px;
    font-size: 14px;
    z-index: 1;
}

.bar_wpp a:hover .txt_wpp {
    background-color: #fff;
}

/* ----- CALL BAR ----- */
.bar_call {
    position: fixed;
    bottom: 96px;
    left: 20px;
    z-index: 120;
    border-radius: 5px 5px 0 0;
}

.bar_call .icon_call {
    background: linear-gradient(180deg, rgb(7 5 9 / 75%) 0, #000 100%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border-radius: 100%;
    z-index: 2;
}

.bar_call a:hover .icon_call {
    background: linear-gradient(180deg, rgb(7 5 9 / 75%) 0, #000 100%);
}

.bar_call .txt_call {
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    padding: 0 10px;
    font-size: 14px;
    transition: 0.3s;
    padding-left: 45px !important;
    z-index: 1;
    border-radius: 50px;
    border: 2px solid;
    text-align: center;
    display: flex;
}

.bar_call .icon_call i,
.bar_demo .icon_demo i,
.bar_wpp .icon_wpp i,
.bar_zoom .icon_zoom i {
    color: #fff;
    font-size: 20px;
}

/* ----- ZOOM BAR ----- */
.bar_zoom {
    position: fixed;
    bottom: 5px;
    left: 20px;
    z-index: 120;
    border-radius: 5px 5px 0 0;
}

.bar_zoom .icon_zoom,
.bar_zoom a:hover .icon_zoom {
    background: linear-gradient(90deg, #1b6dff 0.85%, #0062ff 100%);
}

.bar_zoom .txt_zoom {
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #1b6dff;
    padding-left: 45px !important;
    border-radius: 50px;
    border: 2px solid;
    padding: 0 10px;
    font-size: 14px;
    z-index: 1;
}

/* ----- DEMO BAR ----- */
.bar_demo {
    position: fixed;
    bottom: 140px;
    left: 20px;
    z-index: 120;
    border-radius: 5px 5px 0 0;
}

.bar_demo a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bar_demo .icon_demo,
.bar_demo a:hover .icon_demo {
    background: linear-gradient(90deg, #007bff 0.85%, #0056b3 100%);
}

.bar_demo .txt_demo {
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #007bff;
    padding: 6px 40px;
    font-size: 14px;
    border-radius: 50px;
    border: 2px solid #007bff;
}

/* ----- COOKIES CARD ----- */
.cookies-card {
    max-width: 725px;
    position: fixed;
    bottom: 10px;
    left: 15px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    z-index: 9999999999;
    transition: opacity 0.4s, transform 0.4s;
    opacity: 0;
    transform: translateY(30px);
    border-radius: 5px;
    color: #fff;
}

.cookies-card.show {
    opacity: 1;
    transform: translateY(0);
}

.cookies-card.hide {
    opacity: 0;
    transform: translateY(50px);
}

.cookie-btn {
    cursor: pointer;
}

@media (max-width: 767px) {
    .cookies-card {
        width: calc(100% - 20px);
        left: 10px;
        bottom: 10px;
        font-size: 12px;
        padding: 10px;
        flex-direction: column;
        text-align: center;
    }
    .cookie-btn {
        width: 100%;
        margin: 5px 0;
    }
}

/* ----- RESPONSIVE FLOATING BARS ----- */
@media (max-width: 475px) {
    .bar_wpp {
        left: 8px;
        bottom: 60px;
    }
    .bar_call {
        left: 8px;
        bottom: 102px;
    }
    .bar_call .txt_call,
    .bar_demo .txt_demo,
    .bar_wpp .txt_wpp,
    .bar_zoom .txt_zoom {
        display: none;
    }
    .bar_call .icon_call i,
    .bar_demo .icon_demo i,
    .bar_wpp .icon_wpp i,
    .bar_zoom .icon_zoom i {
        font-size: 25px;
    }
    .bar_demo {
        left: 9px !important;
        bottom: 145px !important;
        position: fixed;
        z-index: 120;
        border-radius: 5px 5px 0 0;
        overflow: hidden;
    }
}

@media (max-width: 500px) {
    .footer-dark {
        text-align: center;
    }
    .footer-area .footer-widget.widget-link ul li a {
        font-size: 15px;
        padding: 0;
    }
}