/* 
   Mobile Specific Styles - LocalZone 
   Target: Max-width 768px
*/

body {
    padding-bottom: 70px !important; /* বটম বারের জন্য জায়গা */
}

/* ১. বটম নেভিগেশন বার (Locanto Style) */
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #e1e4e8;
    z-index: 10000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
}

.mobile-bottom-nav .nav-item {
    text-align: center;
    text-decoration: none;
    color: #666;
    font-size: 11px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.mobile-bottom-nav .nav-item i {
    font-size: 20px;
    margin-bottom: 3px;
}

.mobile-bottom-nav .nav-item.active {
    color: #005696;
}

/* মাঝখানের গোল প্লাস বাটন */
.post-btn-special .plus-icon-wrap {
    width: 32px;
    height: 32px;
    border: 2px solid #005696;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2px;
}

.post-btn-special .plus-icon-wrap i {
    font-size: 16px !important;
    margin-bottom: 0 !important;
    color: #005696;
}

/* ২. হোম পেজ গ্রিড সেটিংস */
.city-grid-system, .row-cols-4 {
    display: flex !important;
    flex-wrap: wrap !important;
}

.col {
    flex: 0 0 25% !important; /* মোবাইলে একদম ৪ কলাম */
    max-width: 25% !important;
}

.loc-link {
    font-size: 11px !important; /* নাম না কাটার জন্য ছোট ফন্ট */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

/* ৩. ক্যাটাগরি আইকন (আইকন বক্স ছোট করা হয়েছে) */
.cat-icon-box {
    width: 48px !important;
    height: 48px !important;
    font-size: 18px !important;
}