.elementor-1454 .elementor-element.elementor-element-e5ebead{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-1454 .elementor-element.elementor-element-e5ebead:not(.elementor-motion-effects-element-type-background), .elementor-1454 .elementor-element.elementor-element-e5ebead > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1AB92C;}@media(max-width:767px){.elementor-1454 .elementor-element.elementor-element-e5ebead{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:20px;--padding-left:10px;--padding-right:10px;}}@media(min-width:768px){.elementor-1454 .elementor-element.elementor-element-e5ebead{--content-width:1280px;}}/* Start custom CSS for woofilters, class: .elementor-element-0cc5921 *//*div.wpfMainWrapper {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    gap: 5px;*/
/*}*/

/*.wpfFilterWrapper {*/
/*    width: 10%;*/
/*    display: flex*/
/*    flex-wrap: wrap;*/
/*    justify-content: center*/
/*    align-content: center*/
/*}*/
/*===========================*/

/*.wpfFilterWrapper {*/
/*    width: 90%;*/
/*}*/


/*.wpfFilterTitle {*/
/*    display: none !important;*/
/*}*/

/*.wpfFilterButtons {*/
/*   min-width: 350px*/
/*}*/

/*button.wpfFilterButton.wpfButton {*/
/*    margin-top: 25px;*/
/*    background-color: #FFFFFF;*/
/*    color: black;*/
    
    
/*}*/

/* Main wrapper - GRID */
/* Main Wrapper */
/* Main Wrapper - 4 filters + 1 button = 5 কলাম */
div.wpfMainWrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* ৪টা input + ১টা button */
    align-items: center;
}

/* Button সবসময় শেষে থাকবে */
.wpfFilterButtons {
    order: 5;
    display: flex;
    justify-content: flex-end; /* ডানপাশে থাকবে */
}

/* Tablet (>=768px and <=1024px) → Desktop এর মতো */
@media (min-width: 768px) and (max-width: 1024px) {
    div.wpfMainWrapper {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* Mobile (<=767px) → full width */
@media (max-width: 767px) {
    div.wpfMainWrapper {
        grid-template-columns: 1fr;
    }

    .wpfFilterWrapper,
    .wpfFilterContent,
    .wpfFilterButtons {
        width: 100% !important;
       
    }

    .wpfFilterButtons {
        justify-content: center; 
    }

    button.wpfFilterButton.wpfButton {
        width: 100%;
        margin-top: 10px;
       
    }
}

/* Hide filter title */
.wpfFilterTitle {
    display: none !important;
}

/* Button style */
button.wpfFilterButton.wpfButton {
    background-color: #FFFFFF;
    color: black;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-weight: bold;
    margin-top: 20px
}

.wpfClear{
    
display: none !important;
}/* End custom CSS */