﻿@media (max-width: 1439px) {
    :root {
        /* Font Sizes */
        --h1-fsize: 44px;
        --h2-fsize: 40px;
        --h3-fsize: 34px;
        --h4-fsize: 24px;
        --h5-fsize: 22px;
        --h6-fsize: 20px;
        --body-fsize: 14px;
        --caption-fsize: 12px;
        --small-fsize: 10px;
        --tiny-fsize: 8px;
    }
    .search-box {
        flex-direction: column;
    }
    .offcanvas.offcanvas-bottom {
        max-width: 80% !important;
        right: 10% !important;
        left: 10% !important;
    }

    .width-in-mob {
        width: 75% !important;
    }

    .bottom-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px; /* Example height */
        background-color: #fff;
        z-index: 9999; /* Ensure it stays on top */
        box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
        display: flex;
        justify-content: space-around;
        align-items: center;
        /* Handles notches on iPhone */
        padding-bottom: env(safe-area-inset-bottom);
    }

    .bottom-nav .bottom-nav-item {
        width: 20%;
        text-align:center;
        background: transparent;
        border: 0;
    }

    .bottom-nav .bottom-nav-item.center-item {
        background-color: var(--bs-darkblue) !important;
/*        padding: 16px;*/
        font-size: 24px;
        border-radius: 50rem;
        height: 50px; 
        width: 50px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--bs-wwhite);
        outline: 3px solid var(--bs-darkblue-light);
    }
}
