/**
 * Arabic RTL — Wathaeq Theme
 * الموقع عربي RTL فقط — لا يوجد LTR
 */

/* ══ BASE ══ */
html { direction: rtl; }
body { text-align: right; font-family: var(--font-arabic); }
h1,h2,h3,h4,h5,h6 { font-family: var(--font-arabic); text-align: right; }
p, li, td, th, label { text-align: right; }
input, textarea, select { direction: rtl; text-align: right; }

/* ══ HEADER ══ */
.header-inner  { flex-direction: row-reverse; }
.site-logo     { flex-direction: row-reverse; }
.header-actions{ flex-direction: row-reverse; }
.primary-nav   { flex-direction: row-reverse; }
.mobile-nav a  { text-align: right; }

/* ══ SEARCH ══ */
.search-bar-wrap .search-form { flex-direction: row-reverse; }
.search-bar-wrap input  {
  text-align: right; direction: rtl;
  border-radius: 0 0.75rem 0.75rem 0;
}
.search-bar-wrap button {
  border-radius: 0.75rem 0 0 0.75rem;
}

/* ══ SECTION HEADERS ══ */
.section-header   { flex-direction: row-reverse; }
.section-header h2{ text-align: right; }
.view-all-link    { flex-direction: row-reverse; }
.view-all-arrow   { transform: scaleX(-1); }

/* ══ CARDS ══ */
.template-card, .template-card .card-body { text-align: right; }
.card-meta     { flex-direction: row-reverse; }
.card-footer   { flex-direction: row-reverse; }
.card-footer .downloads { flex-direction: row-reverse; }

.blog-card, .blog-card .blog-body { text-align: right; direction: rtl; }
.blog-date     { flex-direction: row-reverse; }
.read-more     { flex-direction: row-reverse; }
.read-more-arrow { transform: scaleX(-1); }

/* ══ FILTER BAR ══ */
.filter-bar    { flex-direction: row-reverse; }

/* ══ BREADCRUMBS ══ */
.breadcrumb-back   { flex-direction: row-reverse; }
.breadcrumb-back svg { transform: scaleX(-1); }
.breadcrumbs-list  { flex-direction: row-reverse; }

/* ══ TEMPLATE DETAIL ══ */
.template-info-card, .template-info-card h1,
.template-info-card .desc { text-align: right; }
.detail-row        { flex-direction: row-reverse; }
.how-to-use-card,
.how-to-use-card h2{ text-align: right; }
.btn               { flex-direction: row-reverse; }

/* ══ FOOTER ══ */
.site-footer       { direction: rtl; }
.footer-grid       {
  display: flex !important;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 3rem 0;
}
.footer-grid > *   { flex: 1; min-width: 150px; }

/* ترتيب أعمدة الفوتر RTL: Brand يمين ← اتصل بنا يسار */
.footer-brand           { order: 4; text-align: right; }
.footer-col:nth-child(2){ order: 3; text-align: right; }
.footer-col:nth-child(3){ order: 2; text-align: right; }
.footer-col:nth-child(4){ order: 1; text-align: right; }

.footer-brand p, .footer-brand .brand-name { text-align: right; }
.footer-brand .site-logo { flex-direction: row-reverse; }
.footer-col ul a  { text-align: right; display: block; }
.footer-social    { flex-direction: row-reverse; }

/* ══ GUTENBERG ══ */
.wp-block-quote {
  border-right: 4px solid var(--primary);
  border-left: none;
  padding-right: 1.25rem;
  padding-left: 0;
  text-align: right;
}
.wp-block-list     { padding-right: 1.5rem; padding-left: 0; }
.wp-block-code,
.wp-block-preformatted { direction: ltr; text-align: left; }

/* ══ FORMS ══ */
.wpcf7-form        { text-align: right; }
.wpcf7-form label  { display: block; text-align: right; }
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea { direction: rtl; text-align: right; width: 100%; }

/* ══ PDF VIEWER ══ */
.pdf-toolbar       { flex-direction: row-reverse; }
.pdf-toolbar-group { flex-direction: row-reverse; }
#pdfPrevIcon, #pdfNextIcon { transform: scaleX(-1); }

/* ══ WIDGETS ══ */
.widget            { text-align: right; }
.widget ul         { padding-right: 1rem; padding-left: 0; }

/* ══ ADMIN BAR — دائماً LTR ══ */
#wpadminbar        { direction: ltr !important; }

/* ══ RESPONSIVE ══ */
@media (max-width: 479px) {
  .search-bar-wrap .search-form { flex-direction: column; }
  .search-bar-wrap input  { border-radius: 0.75rem 0.75rem 0 0 !important; text-align: center; }
  .search-bar-wrap button { border-radius: 0 0 0.75rem 0.75rem !important; width: 100%; }
}
