*{
    user-select:none;
}
/* Enhanced Bottom Menu Styles Only */
.bottom_bar {
    height: 70px;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: fixed;
    bottom: 0;
    background: linear-gradient(135deg, #1a4b8c 0%, #226ba1 100%);
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 9999;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
    padding: 0 10px;
}

.bottom_bar .bottom_bar_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    height: 60px;
    width: 60px;
    transition: all 0.3s ease;
    border-radius: 12px;
    margin: 0 5px;
}

/*.bottom_bar .bottom_bar_link:hover {*/
/*    background: rgba(255, 255, 255, 0.1);*/
/*    transform: translateY(-5px);*/
/*}*/

.bottom_bar .bottom_bar_link img {
    height: 24px;
    width: 24px;
    filter: invert(10%);
    transition: all 0.3s ease;
}

.bottom_bar .bottom_bar_link:hover img {
    filter: invert(0%);
    transform: scale(1.1);
}

.bottom_bar .bottom_bar_link p {
    margin: 3px 0 0;
    padding: 0;
    font-size: 12px;
    color: #d4d2d2;
    font-weight: 500;
    transition: all 0.3s ease;
}

.bottom_bar .bottom_bar_link:hover p {
    color: #fff;
}

.bottom_bar .a_t_cart {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2da0c4 0%, #173b9e 100%);
    padding: 15px;
    margin-top: -40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 3px solid #fff;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bottom_bar .a_t_cart:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.bottom_bar .a_t_cart img {
    height: 36px;
    width: 36px;
    filter: invert(10%) !important;
}

.bottom_bar .bottom_bar_link_active img {
    filter: invert(0%) !important;
}

.bottom_bar .bottom_bar_link_active p {
    color: #fff !important;
    font-weight: 600;
}

.cart_val_display {
    position: absolute;
    top: 9px;
    right: 9px;
    color: #fff;
    font-weight: bold;
    background: #ff4757;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* All other existing styles remain exactly the same */
* {
    user-select: none;
}
.bottom_bar p {
    padding: 0;
    margin: 0;
}
.blur_body_div {
    backdrop-filter: blur(5px);
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999999;
    display: none;
}
/* ... rest of your existing styles ... */
/*=====================================================*/
.tollbar_div {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    z-index: 9999999;
    transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 20px 15px;
    max-height: 70vh;
    overflow-y: auto;
    display: block;
}

.tollbar_div.active {
    bottom: 0;
}

.tool_div_1 {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.tool_div_1 i {
    font-size: 28px;
    color: #4361ee;
    cursor: pointer;
    transition: transform 0.3s ease;
    padding: 5px 20px;
    background: rgba(67, 97, 238, 0.1);
    border-radius: 50px;
}

.tool_div_1 i:hover {
    transform: translateY(3px);
    background: rgba(67, 97, 238, 0.2);
}

.tool_div_2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.tool_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 4px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.tool_item:hover {
    background: rgba(67, 97, 238, 0.05);
    transform: translateY(-3px);
}

.tool_item div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 54px;
    background: linear-gradient(135deg, #f0f7ff 0%, #e1ebf5 100%);
    border-radius: 14px;
    margin-bottom: 8px;
    box-shadow: 0 4px 8px rgba(67, 97, 238, 0.08);
    transition: all 0.25s ease;
}

.tool_item:hover div {
    background: linear-gradient(135deg, #e6efff 0%, #d5e3f8 100%);
    box-shadow: 0 6px 12px rgba(67, 97, 238, 0.12);
}

.tool_div_2 img {
    height: 28px;
    width: 28px;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.tool_item:hover img {
    transform: scale(1.1);
}

.tool_div_2 .tool_item span {
    font-size: 12px;
    font-weight: 500;
    color: #2d3748;
    text-align: center;
    line-height: 1.2;
    transition: color 0.2s ease;
}

.tool_item:hover span {
    color: #4361ee;
}

/* Toggle button specific styles */
#toggleViewBtn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#toggleIcon {
    font-size: 28px;
    color: #4361ee;
    transition: all 0.2s ease;
}

.tool_item:hover #toggleIcon {
    color: #3a56c8;
}
 .bottom_bar_link_active img{
   filter: invert(0%)!important;
}
.bottom_bar_link_active p{
 color: #fff!important;
}