.elementor-30454 .elementor-element.elementor-element-76cdf35{--display:flex;--min-height:200px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-30454 .elementor-element.elementor-element-76cdf35:not(.elementor-motion-effects-element-type-background), .elementor-30454 .elementor-element.elementor-element-76cdf35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-30454 .elementor-element.elementor-element-af142a1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-30454 .elementor-element.elementor-element-af142a1 .elementor-heading-title{color:var( --e-global-color-3c0fca0 );}.elementor-30454 .elementor-element.elementor-element-1755dfa{--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;--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}@media(max-width:1024px){.elementor-30454 .elementor-element.elementor-element-af142a1 .elementor-heading-title{font-size:36px;}}@media(max-width:767px){.elementor-30454 .elementor-element.elementor-element-af142a1 .elementor-heading-title{font-size:30px;}}/* Start custom CSS for heading, class: .elementor-element-af142a1 */.elementor-30454 .elementor-element.elementor-element-af142a1 .elementor-heading-title{
    margin-bottom: 0 !important;
}/* End custom CSS */
/* Start custom CSS */.elementor-shortcode {
    display: flex;
    flex-wrap: wrap;
}
.bm-filter .bm-sub label {
    width: 100%;
    display: flex;
    font-size: 16PX;
    align-items: baseline;
    line-height: 1.2;
    margin-bottom: 10px;
}
.bm-parent > label {
    display: flex;
    margin-bottom: 8px;
}
.bm-filter h3 {
    font-size: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #6161619e;
}
.bm-filter {
    max-width: 25%;
    width: 100%;
    background: var( --e-global-color-ce05037 );
    padding: 30px;
    height: 100%;
    border-radius: 8px;
}
div#bm-ajax-posts {
    max-width: 75%;
    width: 100%;
    padding-left: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
div#bm-ajax-posts .bm-item {
    max-width: calc(33.33% - 20px);
    width: 100%;
    border: 1px solid #1212;
    padding: 16px;
    text-align: center;
    border-radius: 14px;
    transition: all 0.5s;
    position: relative;
}
div#bm-ajax-posts .bm-item h3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
    margin-top: 14px;
    transition: all 0.5s;
}
div#bm-ajax-posts .bm-item:hover{
    border: 1px solid #37a047;
} 
div#bm-ajax-posts .bm-item:hover h3 {
    color: #37a047;
}
div#bm-ajax-posts .bm-item a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* Checkbox Style */
.bm-sub-check, .bm-parent-check {
    accent-color: var( --e-global-color-primary ); /* modern blue */
}

/* Active Checked Style */
.bm-sub-check:checked + span {
    font-weight: 600;
    color: #4f46e5;
}



.bm-filter-toggle {
        display: none;
        padding: 12px 20px;
    background: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
    border-radius: 10px;
    }

    .bm-filter-header {
        display: none;
        justify-content: space-between;
        align-items: center;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .bm-close {
        cursor: pointer;
        font-size: 18px;
    }

    .bm-overlay {
        display: none;
    }
.bm-filter-header > span {
    color: #000;
}
@media(max-width:991px){
    .bm-filter {
    max-width: 40%;
    padding: 20px;
div#bm-ajax-posts {
    max-width: 60%;
    width: 100%;
}
div#bm-ajax-posts .bm-item {
    max-width: calc(50% - 10px);
}
}
    @media (max-width: 767px) {
            .bm-filter-header {
        display: flex;
                
            }
.bm-filter-header + h3 {
    display: none !important;
}
        .bm-filter-toggle {
            display: block;
        }

       .bm-filter {
            position: fixed;
            top: 0;
            left: -300px;
            width: 300px !important;
            max-width: 100%;
            height: 100%;
            background: #fff;
            padding: 20px;
            z-index: 9999;
            overflow-y: auto;
            transition: 0.3s;
        }

        .bm-filter.active {
            left: 0;
        }

        .bm-overlay.active {
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            z-index: 9998;
        }
        div#bm-ajax-posts {
    max-width: 60%;

}
div#bm-ajax-posts .bm-item {
    max-width: calc(50% - 8px);
}
div#bm-ajax-posts {
    max-width: 100%;
    width: 100%;
    padding-left:0 ;
    gap: 16px;
}
div#bm-ajax-posts .bm-item h3 {
    font-size: 17px;
}
    }/* End custom CSS */