.elementor-12064 .elementor-element.elementor-element-7c45197{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-12064:not(.elementor-motion-effects-element-type-background), body.elementor-page-12064 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F8F8;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-12064 .elementor-element.elementor-element-7c45197{--content-width:1440px;}}/* Start custom CSS for shortcode, class: .elementor-element-78d4605 *//* تنظیم ارتفاع نقشه */
#asl-map-canv {
    height: 600px !important; /* ارتفاع دلخواه */
    width: 100% !important;
}

/* استایل کپسول شناور پایین صفحه */
.custom-floating-search {
    position: absolute;
    bottom: 40px; /* فاصله از پایین نقشه */
    left: 50%;
    transform: translateX(-50%); /* وسط چین دقیق */
    width: 85%;
    max-width: 900px;
    background: #fff;
    border-radius: 50px;
    padding: 15px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9999; /* خیلی مهم: برای اینکه روی نقشه بیفتد */
}

/* استایل اینپوت جستجو */
.custom-floating-search .search-box {
    position: relative;
    width: 45%;
}
.custom-floating-search input#auto-complete-search {
    background: #f2f4f8;
    border: none;
    border-radius: 30px;
    height: 50px;
    padding-left: 45px; /* جا برای آیکون */
    width: 100%;
    box-shadow: none !important;
}
.custom-floating-search .search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}

/* استایل اسلایدر */
.custom-floating-search .range-box {
    width: 45%;
    display: flex;
    align-items: center;
    gap: 15px;
}
.custom-floating-search .slider-selection {
    background: #ff4d4d; /* رنگ قرمز اسلایدر طبق عکس */
}
.custom-floating-search .slider-handle {
    background: #fff;
    border: 2px solid #ff4d4d;
}

/* موبایل */
@media (max-width: 768px) {
    .custom-floating-search {
        flex-direction: column;
        bottom: 10px;
        width: 95%;
        padding: 15px;
        border-radius: 20px;
    }
    .custom-floating-search .search-box, 
    .custom-floating-search .range-box {
        width: 100%;
        margin-bottom: 10px;
    }
}/* End custom CSS */