/* Mobile bottom action bar - shared by home + all inner pages */
.footer-box {
    display: none !important;
}

@media screen and (max-width: 767px) {
    html, body {
        padding-bottom: 26px !important;
    }

    body .footer-box {
        display: flex !important;
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 52px !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        z-index: 2147483000 !important;
        box-shadow: 0 -2px 10px rgba(0,0,0,.12) !important;
        align-items: stretch !important;
        justify-content: stretch !important;
        grid-template-columns: none !important;
    }

    body .footer-box .book-app {
        flex: 1 1 33.333% !important;
        width: 33.333% !important;
        min-width: 0 !important;
        height: 52px !important;
        max-height: 52px !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        line-height: normal !important;
        display: flex !important;
        align-items: stretch !important;
        justify-content: stretch !important;
        border: 0 !important;
    }

    body .footer-box .book-app > a {
        display: flex !important;
        width: 100% !important;
        height: 52px !important;
        margin: 0 !important;
        padding: 0 4px !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 3px !important;
        color: #fff !important;
        text-decoration: none !important;
        white-space: nowrap !important;
        font-size: 11px !important;
        font-weight: 600 !important;
        line-height: 1 !important;
        box-sizing: border-box !important;
    }

    body .footer-box .book-app > a i {
        margin-right: 3px !important;
        flex: 0 0 auto !important;
    }

    .site_footer,
    footer {
        margin-bottom: 0 !important;
    }
}

/* Existing home-page WhatsApp floating icon behavior */
.mobiwhatsapp {
    display: none;
}

.float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 60px;
    left: 10px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

@media only screen and (max-width: 600px) {
    .mobiwhatsapp {
        display: block !important;
    }
    .deskwhatsapp {
        display: none !important;
    }
}

.lblmr::placeholder {
    color: white;
}
