.elementor-141 .elementor-element.elementor-element-ebf608d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-141 .elementor-element.elementor-element-ebf608d{--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}}/* Start custom CSS for html, class: .elementor-element-4d6d976 *//* Mobile Bottom Navigation */
@media (max-width: 767px) {

    .mobile-bottom-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 65px;
        background: #ffffff;
        display: flex;
        justify-content: space-around;
        align-items: center;
        z-index: 99999;
        border-top: 1px solid #ddd;
        box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
    }

    .mobile-bottom-menu a {
        flex: 1;
        text-align: center;
        text-decoration: none;
        color: #149D50;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2;
    }

    .mobile-bottom-menu a i,
    .mobile-bottom-menu a svg {
        display: block;
        margin: 0 auto 4px;
        font-size: 24px;
        width: 24px;
        height: 24px;
    }

    .mobile-bottom-menu a:hover {
        color: #149D50;
    }

    /* Desktop এ Hide */
    body {
        padding-bottom: 65px;
    }
}

/* Desktop */
@media (min-width: 768px) {
    .mobile-bottom-menu {
        display: none;
    }
}/* End custom CSS */