.elementor-63436 .elementor-element.elementor-element-f87f662{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-c062789 */.branches-wrapper {
    display: flex;
    flex-direction: row-reverse;
    height: 100vh;
}

/* نقشه - زمینه سفید بمونه */
.branches-map {
    flex: 7;
    height: 100vh;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}

/* لیست شعب - زمینه مشکی، متن روشن */
.branches-panel {
    flex: 3;
    max-height: 100vh;
    overflow-y: auto;
    background-color: #ffffff;
    padding: 40px 24px;
    box-sizing: border-box;
    color: #000;
}

/* هر شعبه */
.branch-box {
    background-color: #111;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.05);
}

/* عکس شعبه */
.branch-box img {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid #222;
}

/* اطلاعات متنی داخل باکس */
.branch-info {
    padding: 16px;
    font-size: 14px;
    line-height: 1.8;
    color: #eee;
}

.branch-info strong {
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.branch-info a[href^="tel"] {
    display: inline-block;
    color: #ddd;
    font-weight: bold;
    text-decoration: none;
    direction: ltr;
    text-align: left;
    margin-top: 6px;
}

.branch-info a[href^="tel"]:hover {
    color: #0af;
    text-decoration: underline;
}

/* آیکون نقشه‌ها */
.map-icons {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}

.map-icons img {
    width: 20px;
    height: 20px;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: 0.3s;
}

.map-icons img:hover {
    opacity: 1;
    transform: scale(1.1);
}/* End custom CSS */