.elementor-12777 .elementor-element.elementor-element-96220dc{--display:flex;--min-height:60vh;--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-12777 .elementor-element.elementor-element-96220dc:not(.elementor-motion-effects-element-type-background), .elementor-12777 .elementor-element.elementor-element-96220dc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF00;}#elementor-popup-modal-12777{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-12777 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-12777 .dialog-close-button{display:flex;}#elementor-popup-modal-12777 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-12777 .elementor-element.elementor-element-96220dc{--content-width:80vw;--min-height:0vh;--justify-content:flex-start;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-12777 .elementor-element.elementor-element-96220dc.e-con{--align-self:flex-start;}.elementor-12777 .elementor-element.elementor-element-55ab0c9.elementor-element{--align-self:center;}.elementor-12777 .elementor-element.elementor-element-55ab0c9 .searchform{--wd-form-height:42px;}}/* Start custom CSS for wd_search, class: .elementor-element-55ab0c9 *//* Popup Search Field Styles by RayaWp.ir */
body.blurry {
    position: relative;
    overflow: hidden;
}

body.blurry::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
    z-index: 999;
}

#openSearchPopup {
    width: 100%;
    background-color: #fff;
    color: #000;
    padding: 8px;
    border-width: 0px !important;
    color: #7f8c8d !important;
    border-radius: 4px;
    font-size: 1rem;
    cursor: text;
}

.search-field::placeholder {
    color: #ccc;
    opacity: 1;
}

#searchForm .search-field-wrapper input[type=search] {
    background-color: rgba(156, 150, 129, 0.18) !important;
    border: none;
    border-radius: 4px;
    padding: 8px 35px 8px 10px;
    font-size: 1rem;
}

.search-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.search-popup-content {
    background: #fff;
    width: 90%;
    max-width: 380px;
    margin: 15% auto;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.search-filters {
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.filter-text {
    margin-right: 10px;
    color: #333;
}

.filter-option {
    padding: 8px 14px;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s, transform 0.2s;
    display: inline-block;
    margin: 0 5px;
}

.filter-option input[type="radio"] {
    display: none;
}

.filter-option input[type="radio"]:checked + .filter-label {
    border-radius: 8px;
    background-color: #f1c40f;
    color: #fff;
    transform: scale(1.05);
}

.filter-option:hover .filter-label {
    background-color: #e4f0f7;
}

.filter-label {
    display: inline-block;
    color: #333;
    padding: 5px 12px;
    border-radius: 8px;
    background-color: #f4f4f4;
    transition: background-color 0.3s;
}

.search-field-wrapper {
    position: relative;
    width: 100%;
}

.search-field {
    width: 100%;
    padding: 8px 35px 8px 10px;
    margin: 10px 0;
    font-size: 1rem;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
}/* End custom CSS */