/* --- پایه --- */
@media (min-width: 768px) {
.mmx-wrapper {
    position: relative;
}

.mmx-wrapper .mmx-menu {
    display: none;
}

/* حالت داخلی پنهان، اگر اشتباهی رندر شد */
/* پنل */
.mmx-wrapper .mmx-panel {
    height: 417px;
    width: 1066px;
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    z-index: 9999;
    display: none;
    background: #F7FAF3;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 1px 2px 0px #00000040;
    border-radius: 8px;
}

.mmx-wrapper.is-open .mmx-panel {
    display: block;
}

.mmx-panel-inner {
    display: flex;
    grid-template-rows: 2fr auto;
    flex-direction: row-reverse;
    align-items: flex-start;
}

/* محتوا */
.mmx-panes {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 792px;
    background: linear-gradient(270deg, #EDF3E2 0%, #F7FAF3 100%);
}

.mmx-pane {
    display: none;
    grid-template-columns: 320px 1fr;
    gap: 24px;
    align-items: start;
}

.mmx-pane.is-active {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.mmx-illustration{ padding: 24px 0px 40px 32px;}

.mmx-illustration img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.mmx-lists {
    display: flex;
    gap: 80px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
}

.mmx-list {
    display: flex;
    padding: 24px;
    list-style: none;
    margin: 0;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}

.mmx-list li {
	width: 160px;
    margin: 16px 0;
}

.mmx-list li a {
    display: block;
    padding: 4px 0;
    color: #222;
    text-decoration: none;
    line-height: 1.6;
}


/* تب‌های پایین (عناوین بخش‌ها) */
.mmx-tabs {
    display: flex;
    gap: 16px;
    padding: 12px 16px;
    flex-wrap: wrap;
    flex-direction: column;
}

.mmx-tab {
    display: inline-block;
    padding: 6px 10px;
    color: #333;
    text-decoration: none;
    border-radius: 8px;
}

.mmx-tab.is-active {

    background: linear-gradient(270deg, #EDF3E2 0%, #F7FAF3 100%);
    border-right: 2px solid #88B04B ;
    border-radius: 8px;

}

/* بنر انتهایی */
.mmx-footer img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0 0 10px 10px;
}

/* RTL کامل */
.mmx-wrapper.is-rtl .mmx-panel {
    inset-inline-start: auto;
    inset-inline-end: 0;
    direction: rtl;
    text-align: right;
}

.mmx-wrapper.is-rtl .mmx-list li a {
	padding: 4px 8px;
    gap: 12px;
    display: flex;
    text-align: right;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    align-content: flex-start;
}
.mmx-list li:hover {
	border-right: 2px solid #88B04B ;
	border-radius:8px;
    border-radius: 8px;
    background: linear-gradient(270deg, #fff 0%, #F7FAF3 100%);
}
.mmx-wrapper.is-rtl .mmx-tabs {
    padding: 24px;
    height: 416px;
    width: 273px;
    direction: rtl;
    justify-content: flex-start;
}


/* جلوگیری از قطع شدن پنل زیر والدهای المنتور */
.elementor-section,
.elementor-container,
.elementor-widget {
    overflow: visible !important;
}

.mmx-illustration {
    height: 416px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
	}}
