/* ══════════════════════════════════════════════
   Doctor Pro — RTL Styles (فارسی / راست‌چین)
   ══════════════════════════════════════════════ */

html,
body {
  direction: rtl;
  text-align: right;
}

/* المنتور */
.elementor-section,
.elementor-container,
.elementor-widget-wrap,
.elementor-widget-container {
  direction: rtl;
  text-align: right;
}

/* فونت فارسی */
body,
h1, h2, h3, h4, h5, h6,
p, a, span, li, button,
input, textarea, select,
.elementor-widget-container {
  font-family: "DanaFaNum", "Vazirmatn", Tahoma, Arial, sans-serif !important;
}

/* منوی ناوبری موبایل در RTL — از چپ باز می‌شه */
@media (max-width: 1023px) {
  .dr-nav {
    right: auto !important;
    left: -100%;
    border-left: none !important;
    border-right: 1px solid rgba(27,94,138,.08);
    box-shadow: 12px 0 60px rgba(12,26,46,.22) !important;
    transition: left 0.38s cubic-bezier(.25,1,.5,1) !important;
  }
  .dr-nav.is-open {
    left: 0 !important;
    right: auto !important;
  }

  /* دکمه بستن در RTL — گوشه راست بالا (روبروی محتوا) */
  .dr-nav__close {
    left: auto;
    right: 14px;
  }

  .dr-nav__list .sub-menu {
    border-right: 2.5px solid #1B5E8A;
    border-left: none;
    margin-right: 14px;
    margin-left: 0;
  }
  /* آیتم active — border راست */
  .dr-nav__list .current-menu-item > a {
    border-right: 3px solid #C8963E !important;
    border-left: none !important;
    padding-right: 11px;
  }
}

/* فوتر — contact values */
.dr-footer__contact-value { direction: ltr; text-align: left; }

/* بلاک‌کوت */
.dr-post-body blockquote {
  border-right: 4px solid #1B5E8A;
  border-left: none;
  border-radius: 0 6px 6px 0;
}

/* TOC */
.dr-toc__list a {
  border-right: 2px solid transparent;
  border-left: none;
  padding-right: 8px;
  padding-left: 0;
}
.dr-toc__list a:hover,
.dr-toc__list a.is-active {
  border-right-color: #1B5E8A;
}
.dr-toc__list .toc-h3 { padding-right: 20px; padding-left: 0; }

/* لیست محتوا */
.dr-post-body ul,
.dr-post-body ol {
  padding-right: 24px;
  padding-left: 0;
}

/* فرم جستجو */
.search-form .search-field {
  border-radius: 6px 0 0 6px;
  border-right: 1px solid #E2E8F0;
  border-left: none;
}
.search-form .search-submit {
  border-radius: 0 6px 6px 0;
}

/* تلفن LTR */
.dr-topbar__item,
.dr-footer__contact-list li a {
  direction: ltr;
  display: inline-block;
}

/* دکمه‌های شناور در RTL — از سمت راست */
.dr-social-float {
  left: auto;
  right: 0;
}
.dr-social-float__btn {
  border-radius: 14px 0 0 14px;   /* گوشه‌های گرد سمت چپ در RTL */
  flex-direction: row-reverse;     /* آیکون سمت راست، لیبل سمت چپ */
}
.dr-social-float__btn:hover {
  transform: translateX(-3px);
}
.dr-social-float__label {
  transform: translateX(8px);
}
.dr-social-float__btn:hover .dr-social-float__label {
  transform: translateX(0);
}
@keyframes float-slide-in {
  from { opacity: 0; transform: translateX(100%); }
  to   { opacity: 1; transform: translateX(0); }
}
@media (max-width: 767px) {
  .dr-social-float__btn {
    border-radius: 10px 0 0 10px;
  }
}

/* ورودی‌های وقت */
input[type="time"] { direction: ltr; text-align: left; }

/* نوار پیشرفت مطالعه */
.dr-reading-progress { transform-origin: left; }

/* المنتور مارجین */
.custom-class {
  margin-right: 20px;
  margin-left: 0;
}
