/* ===========================
   استایل راست‌چین (RTL)
   برای قالب SEO48
   =========================== */

/* ====== Font Face Definitions ====== */
@font-face {
  font-family: 'seo48';
  src: url('../fonts/PeydaWebFaNum-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'seo48';
  src: url('../fonts/PeydaWebFaNum-Medium.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'seo48';
  src: url('../fonts/PeydaWebFaNum-SemiBold.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ====== Use Font Globally ====== */
body {
  font-family: 'seo48' !important;
  font-weight: 400;
  font-size: 1.2rem;
  margin: 0 !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'seo48' !important;
}

body {
  direction: rtl;
  text-align: right;
}

/* چینش عمومی */
.container {
  direction: rtl;
}

/* لینک‌ها و منوها */
.main-navigation ul {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.main-navigation li {
  margin-right: 0;
}

.main-navigation a {
  text-decoration: none;
  color: #111;
}

.main-navigation a:hover {
  color: #009688;
}

/* هدر */
.header-inner {
  flex-direction: row-reverse;
  /* لوگو راست، منو چپ */
}

/* فوتر */
.footer-container {
  text-align: right;
}

/* سایدبار */
.sidebar {
  text-align: right;
}

/* ویجت‌ها */
.widget ul {
  padding-right: 0;
  padding-left: unset;
}

/* فرم‌ها */
input,
textarea {
  text-align: right;
}

/* بخش‌های اصلی */
section {
  direction: rtl;
}














/* --- Footer --- */
.footer-container {
  background: #111;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}

.footer-navigation ul {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 20px;
  padding: 0;
  margin: 20px 0;
}

.footer-navigation a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

.site-info {
  opacity: 0.8;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .main-navigation ul {
    display: none;
    flex-direction: column;
  }

  .main-navigation.active ul {
    display: flex;
  }
}




