/* کانتینر اصلی */
.mfbx-design-06-container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 95px;
    z-index: 9999;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 21px;
}

/* SVG قوس */
.mfbx-design-06-curve {
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: -1;
}
.mfbx-design-06-curve svg {
  filter: drop-shadow(0px 8px 8px rgba(97, 62, 234, 0.5));
  display: block;
  width: 100%;
  height: 130px;
}


/* ناوبری */
.mfbx-design-06-nav {
    position: relative;
    height: 108px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 16px 0px 16px;
    
}

/* گروه چپ */
.mfbx-design-06-left {
    display: flex;
    gap: 10px;
}

/* گروه راست */
.mfbx-design-06-right {
    display: flex;
    gap: 10px;
}

/* آیتم‌ها */
.mfbx-design-06-item {
    width: 64px;
    height: 56px;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mfbx-design-06-icon svg, .mfbx-design-06-icon img {
    width: 24px;
    height: 24px;
     object-fit: contain; display: block;
}

.mfbx-design-06-label {
    font-size: 11px;
    margin-top: 4px;
}

/* دکمه وسط */
.mfbx-design-06-center-btn {
    position: absolute;
    left: 50%;
    top: 27px;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.42);
    text-decoration: none;
}

.mfbx-design-06-center-icon svg, .mfbx-design-06-center-icon img {
    width: 28px;
    height: 28px;
    filter: drop-shadow(0 0 2px rgba(0,0,0,0.5));
     object-fit: contain; display: block;
}


@media (min-width: 400px) {
    .mfbx-design-06-container {
       width: 100%;
       max-width: 400px;
       margin: 0 auto;
       margin-bottom: 22px;

    }
}
@media (min-width: 700px) {
    .mfbx-design-06-container {
       display: none;
    }
}
