.elementor-1709 .elementor-element.elementor-element-63728d4{--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:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-1709 .elementor-element.elementor-element-bb1df3d{--display:flex;--gap:50px 0px;--row-gap:50px;--column-gap:0px;}.elementor-1709 .elementor-element.elementor-element-63684b7{--display:flex;}.elementor-1709 .elementor-element.elementor-element-2576ebc{--display:flex;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1709 .elementor-element.elementor-element-64936dc{--grid-columns:4;}.elementor-1709 .elementor-element.elementor-element-64936dc .elementor-loop-container{grid-auto-rows:1fr;}.elementor-1709 .elementor-element.elementor-element-64936dc .e-loop-item > .elementor-section, .elementor-1709 .elementor-element.elementor-element-64936dc .e-loop-item > .elementor-section > .elementor-container, .elementor-1709 .elementor-element.elementor-element-64936dc .e-loop-item > .e-con, .elementor-1709 .elementor-element.elementor-element-64936dc .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}.elementor-1709 .elementor-element.elementor-element-64936dc .elementor-pagination{text-align:center;font-family:"Roboto Slab", Sans-serif;font-size:19px;font-weight:400;margin-top:40px;}.elementor-1709 .elementor-element.elementor-element-64936dc .elementor-pagination .page-numbers:not(.dots){color:var( --e-global-color-primary );}.elementor-1709 .elementor-element.elementor-element-64936dc .elementor-pagination a.page-numbers:hover{color:var( --e-global-color-accent );}.elementor-1709 .elementor-element.elementor-element-64936dc .elementor-pagination .page-numbers.current{color:var( --e-global-color-accent );}body:not(.rtl) .elementor-1709 .elementor-element.elementor-element-64936dc .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-1709 .elementor-element.elementor-element-64936dc .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-1709 .elementor-element.elementor-element-64936dc .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-1709 .elementor-element.elementor-element-64936dc .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(max-width:1024px){.elementor-1709 .elementor-element.elementor-element-63728d4{--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1709 .elementor-element.elementor-element-64936dc{--grid-columns:2;}}@media(max-width:767px){.elementor-1709 .elementor-element.elementor-element-63728d4{--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1709 .elementor-element.elementor-element-64936dc{--grid-columns:1;}}/* Start custom CSS for html, class: .elementor-element-a5194cf *//* --- Modern Fix for Overflow & Style --- */

/* Container ko fix karna taake hover bahar na jaye */
.wpc-filters-section .wpc-filter-content {
    overflow: hidden; 
    padding: 5px;
}

.wpc-filters-ul-list li {
    list-style: none !important;
    margin-bottom: 5px !important;
    position: relative;
}

.wpc-filters-ul-list li .wpc-term-item-content-wrapper {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-left: 3px solid transparent; /* Hidden border for effect */
    background: transparent;
}

/* --- Improved Modern Hover Effect --- */
.wpc-filters-ul-list li:hover .wpc-term-item-content-wrapper {
    background-color: #f4f3f9; /* Bohat light purple grey background */
    border-left: 3px solid #433A7C; /* Left side par elegant line */
    padding-left: 15px; /* Sirf halki si movement container ke andar */
}

.wpc-filters-ul-list li label a {
    color: #000000 !important;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease;
}

.wpc-filters-ul-list li:hover label a {
    color: #433A7C !important;
}

/* Count (0) ko styling */
.wpc-term-count {
    color: #a0a0a0;
    font-size: 13px;
    margin-left: 5px;
}

/* Checkbox Style */
.wpc-filters-ul-list li input[type="checkbox"] {
    accent-color: #433A7C;
    margin-right: 10px;
    cursor: pointer;
    transform: scale(1.1);
}

/* --- Mobile Fixes --- */
@media screen and (max-width: 768px) {
    .wpc-filters-ul-list li .wpc-term-item-content-wrapper {
        padding: 10px 12px;
    }
    .wpc-filters-ul-list li label a {
        font-size: 16px !important;
    }
}/* End custom CSS */