/* تعریف فونت YekanBakhFaNum-Light */
@font-face {
    font-family: 'YekanBakhFaNum-Light';
    src: url('https://samanhesaban.com/wp-content/uploads/2025/05/YekanBakhFaNum-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* تعریف فونت YekanBakhFaNum-Bold */
@font-face {
    font-family: 'YekanBakhFaNum-Bold';
    src: url('https://samanhesaban.com/wp-content/uploads/2025/05/YekanBakhFaNum-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/* اعمال فونت YekanBakhFaNum-Light به body */
body {
    font-family: 'YekanBakhFaNum-Light', sans-serif;
    direction: rtl;
    text-align: right;
    background-color: #FFFFFF;
    margin: 0;
  padding: 0;
}
main{margin:50px 10px 10px 10px;}

/* اعمال فونت YekanBakhFaNum-Bold به عناوین */
h1, h2, h3, h4, h5, h6 {
    font-family: 'YekanBakhFaNum-Bold', sans-serif;
    font-weight: 700;
	line-height: 50px;margin: 10px 0px 10px 0px;
}

/* اعمال فونت YekanBakhFaNum-Light به متن‌های معمولی */
p {
    font-family: 'YekanBakhFaNum-Light', sans-serif;
    font-weight: 300;
    color:#000000;
    font-size:20px;line-height: 36px;
}

a{text-decoration:none;}


.site-header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  direction: rtl;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.logo {
  display: flex;
  align-items: center;
}

.logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
}

.logo-img {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  object-fit: contain;
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.site-title {
  font-size: 20px;
  font-weight: bold;
}




.menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}

.menu li {
  position: relative;
}

.menu li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}

.menu li a:hover {
  color: #c59d5f;
}

.has-mega:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fffbe6;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  display: flex;
  gap: 30px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.4s ease;
  z-index: 999;
}

.mega-menu div a {
  white-space: nowrap;
  color: #444;
  transition: color 0.3s ease;
}

.mega-menu div a:hover {
  color: #c59d5f;
}

.phone a {
  font-weight: bold;
  color: #c59d5f;
  text-decoration: none;
}

.menu-toggle {
  display: none;
}

.menu-icon {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

/* موبایل */
@media (max-width: 1024px) {
  .menu-icon {
    display: block;
    color: #333;
    margin-right: 10px;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #fff;
    display: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }

  .menu-toggle:checked + .menu-icon + .main-nav {
    display: block;
  }

  .menu {
    flex-direction: column;
    gap: 0;
  }

  .menu li {
    text-align: center;
    padding: 12px 0;
  }

  .mega-menu {
    position: static;
    flex-direction: column;
    gap: 10px;
    box-shadow: none;
    background: #f9f9f9;
    transform: none;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 10px 0;
  }

  .phone {
    display: block;
    top: 15px;
    left: 20px;
  }
}



.phone-mobile {
  display: none;
}

@media (max-width: 768px) {
  .phone-mobile {
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1001;
  }

  .main-nav {
    z-index: 1000; /* پایین‌تر از تلفن */
  }
}


















.btn {
  display: inline-block;
  background: #ffc107;
  color: #333;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.btn:hover {
  background: #ffb300;
  transform: scale(1.05);
}

.btn-secondary {
  background: #ffffff;
  color: #007d9c;
}

.btn-secondary:hover {
  background: #f0f0f0;
}

/* Responsive */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 28px;
  }
  .hero h2 {
    font-size: 20px;
  }
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
}


.comments-area {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.05);
  margin-top: 2rem;
  font-family: inherit;
}

.comments-area h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #333;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.5rem;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
}

.comment-author {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.comment-author img {
  border-radius: 50%;
  margin-left: 0.75rem;
  width: 48px;
  height: 48px;
}

.comment-author .fn {
  font-weight: bold;
  color: #2b2b2b;
  font-size: 1rem;
}

.comment-meta {
  font-size: 0.875rem;
  color: #888;
  margin-bottom: 0.75rem;
}

.comment-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
}

.comment-reply-link {
  font-size: 0.9rem;
  color: #0056b3;
  text-decoration: none;
  margin-top: 0.5rem;
  display: inline-block;
}

.comment-reply-link:hover {
  text-decoration: underline;
}

.children {
  margin-top: 1.5rem;
  margin-right: 2rem;
  border-right: 2px solid #f0f0f0;
  padding-right: 1rem;
}

.comment-respond {
  margin-top: 3rem;
}

.comment-respond h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #333;
}

.comment-form input,
.comment-form textarea {
  width: 97%;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
}

.comment-form input:focus,
.comment-form textarea:focus {
  border-color: #0073aa;
  outline: none;
}

.comment-form textarea {
  min-height: 150px;
  resize: vertical;
}

.comment-form .submit {
  background: #0073aa;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
font-family: inherit;
}

.comment-form .submit:hover {
  background: #005c87;
}





















































.site-footer {
  background:linear-gradient(to left, #005b8f, #007d9c);
  color: #FFFFFF;
  padding: 40px 20px;
}

.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer-wrapper > div {
  flex: 1 1 300px;
}
.footer-title {
  font-size: 21px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #d4af37;
}

.footer-about p {

  line-height: 1.8;
}

.footer-posts ul,
.footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-posts li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.footer-posts img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-left: 10px;
  border-radius: 6px;
}

.footer-posts span {

  color: #FFFFFF;
}
.site-footer p{color:#FFFFFF;}
.footer-contact li {
  margin-bottom: 10px;

}

.footer-contact a {
  color: #FFFFFF;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}





















.single-container {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
  background-color: #f3f4f6;
}

.single-wrapper {
  width: 100%;
  max-width: 1200px;
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.single-title {
  font-size: 2.4rem;
  margin-bottom: 25px;
  color: #1f2937;
  line-height: 1.4;
}

.single-thumbnail img {
  width: 100%;height: 100%;
  border-radius: 12px;
  margin-bottom: 25px;
}

.single-meta {
  font-size: 0.95rem;
  color: #6b7280;
  margin-bottom: 30px;
}

.single-content {
  font-size: 1.15rem;
  line-height: 2;
  color: #374151;
  margin-bottom: 40px;
}

.single-tags {
  margin-top: 30px;
  font-size: 0.95rem;
  color: #555;
}

@media (max-width: 768px) {
  .single-wrapper {
    padding: 20px;
  }

  .single-title {
    font-size: 1.7rem;
  }

  .single-content {
    font-size: 1rem;
  }
}












    .section {
      max-width: 1200px;
      margin: 50px auto;
      background-color: #fff;
      padding: 60px 40px;
      border-radius: 16px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    }
    .section h2 {
      font-size: 26px;
      color: #403226;
      margin-bottom: 32px;
      position: relative;
    }
    .section h2::before {
      content: "";
      position: absolute;
      right: 0;
      bottom: -8px;
      width: 60px;
      height: 3px;
      background-color: #bb9a65;
      border-radius: 2px;
    }
.executive-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 40px 20px;
}

.executive-section h2 {
  font-size: 28px;
  color: #1e3a8a;
  margin-bottom: 40px;
  border-right: 4px solid #1e3a8a;
  padding-right: 12px;
}

.executive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.exec-box {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  padding: 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-top: 5px solid #bb9a65;
}

.exec-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.exec-icon {
  font-size: 32px;
  margin-bottom: 16px;
  color: #bb9a65;
}

.exec-box h3 {
  margin-bottom: 12px;
  color: #403226;
  font-size: 20px;
}

.exec-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.exec-box ul li {
  margin-bottom: 8px;
  color: #444;
  position: relative;
  padding-right: 20px;
}

.exec-box ul li::before {
  content: "•";
  position: absolute;
  right: 0;
  color: #bb9a65;
}
.details-section {
  background-color: #fff;
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.05);
}

.details-section h2 {
  font-size: 26px;
  color: #1e3a8a;
  margin-bottom: 20px;
  border-right: 4px solid #1e3a8a;
  padding-right: 12px;
}

.details-intro {
  color: #333;
  line-height: 1.9;
  margin-bottom: 24px;
}

.details-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.details-list li {
  color: #444;
  margin-bottom: 12px;
  padding-right: 20px;
  position: relative;
  line-height: 1.8;
}

.details-list li::before {
  content: "✓";
  position: absolute;
  right: 0;
  color: #bb9a65;
  font-weight: bold;
}













.archive-container {
        width: 100%;
        max-width: 1200px; /* حداکثر عرض 1200 پیکسل */
        margin: 0 auto; /* وسط‌چین کردن محتوا */
        display: grid;
        grid-template-columns: repeat(4, 1fr); /* 4 ستون در دسکتاپ */
        gap: 20px; /* فاصله بین آیتم‌ها */
    }

    .archive-item {
        /* استایل‌های کلی هر آیتم */
        border: 1px solid #ddd; /* حاشیه */
        border-radius: 8px; /* گوشه‌های گرد */
        overflow: hidden; /* محتوای بیرون‌زده را پنهان می‌کند */
    }

    .archive-item img {
        width: 100%; /* عرض کامل تصویر */
        height: auto; /* ارتفاع خودکار */
        display: block; /* برای جلوگیری از فضای خالی زیر تصویر */
    }

    .archive-item-content {
        padding: 15px; /* فاصله‌گذاری داخلی */
    }

    .archive-item-title {
        margin-top: 0; /* حذف فاصله بالا */
        font-size: 1.2em;  /*اندازه فونت*/
    }
  .archive-item-title a{
    text-decoration: none; /*حذف خط زیر لینک*/
    color: inherit; /*رنگ پیشفرض*/
  }
    .archive-item-date {
        font-size: 0.8em; /* اندازه فونت کوچکتر */
        color: #666; /* رنگ خاکستری */
    }
    .archive-title{
      text-align: center; /*وسط چین*/
      margin: 40px auto; /*بالا و پایین 40  چپ و راست اتومات*/
    }

    /* استایل‌های مخصوص تبلت */
    @media (max-width: 1024px) {
        .archive-container {
            grid-template-columns: repeat(3, 1fr); /* 3 ستون در تبلت */
        }
    }

    /* استایل‌های مخصوص موبایل */
    @media (max-width: 767px) {
        .archive-container {
            grid-template-columns: repeat(2, 1fr); /* 2 ستون در موبایل */
        }
    }

    /* استایل‌های صفحه‌بندی (Pagination) */
    .pagination {
        display: flex;
        justify-content: center; /* وسط‌چین کردن */
        margin-top: 30px; /* فاصله از بالا */
        list-style: none; /* حذف علامت‌های لیست */
        padding: 0;
    }

    .pagination li {
        margin: 0 5px; /* فاصله بین آیتم‌های صفحه‌بندی */
    }

    .pagination a,
    .pagination span {
        display: inline-block; /* نمایش به صورت بلاک خطی */
        padding: 8px 12px; /* فاصله‌گذاری داخلی */
        border: 1px solid #ddd; /* حاشیه */
        border-radius: 4px; /* گوشه‌های گرد */
        text-decoration: none; /* حذف خط زیر لینک */
        color: #333; /* رنگ متن */
    }

    .pagination .current {
        background-color: #007bff; /* رنگ پس‌زمینه صفحه فعلی */
        color: #fff; /* رنگ متن صفحه فعلی */
        border-color: #007bff; /* رنگ حاشیه صفحه فعلی */
    }

.archive-item img {
    width: 100%;
    height: 250px; /*  یک ارتفاع ثابت تعیین کنید. */
    object-fit: cover; /* مهم‌ترین بخش */
    display: block;
}


.archive-header {
    width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}














.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    direction: rtl; /* برای چیدمان راست به چپ */
}

.section {
    display: flex;
    flex-direction: row; /* صراحتاً دو ستونه */
    flex-wrap: nowrap; /* جلوگیری از شکستن به خط بعدی */
    align-items: stretch;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    margin-bottom: 40px;
}

.image-content {
    flex: 0 0 50%;
    padding: 20px;
    min-height: 300px; /* برای جلوگیری از مشکلات ارتفاع */
}

.image-content img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.text-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-content h1 {
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 20px;
    text-align: right; /* برای متون فارسی */
}

.text-content p {

    text-align: justify;
}

@media (max-width: 768px) {
    .section {
        flex-direction: column; /* در موبایل به صورت عمودی */
        flex-wrap: wrap; /* اجازه شکستن به خط بعدی */
        padding: 20px;
    }

    .image-content, .text-content {
        flex: 0 0 100%;
    }

    .image-content {
        order: 1; /* تصویر در بالا */
    }

    .text-content {
        order: 2; /* متن در پایین */
    }

    .text-content h1 {
        font-size: 1.8rem;
    }

}

@media (max-width: 480px) {
    .container {
        padding: 10px;
    }

    .section {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 15px;
    }

    .text-content h1 {
        font-size: 1.5rem;
    }

}



















:root {
  --primary-color: #005b8f;
  --secondary-color: #007d9c;
  --accent-color: #d4af37;
  --text-color: #14213d;
  --bg-light: #f6f9fc;
  --white: #ffffff;
  --shadow-light: 0 4px 14px rgba(0, 0, 0, 0.06);
  --shadow-hover: 0 10px 28px rgba(0, 0, 0, 0.12);
  --transition: all 0.3s ease;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  line-height: 1.75;
  color: var(--text-color);
  direction: rtl;
  text-align: right;
  margin: 0;
  padding: 0;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.upseo-skip-link {
  position: absolute;
  top: -40px;
  right: 10px;
  background: #000;
  color: #fff;
  padding: 8px 12px;
  z-index: 9999;
}
.upseo-skip-link:focus { top: 10px; }
.upseo-section-header { text-align: center; margin-bottom: 45px; }
.upseo-section-header h2 {
  font-size: 2rem;
  color: #004680;
  margin-bottom: 16px;
}
.upseo-section-header h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  background-color: var(--accent-color);
  margin: 12px auto 0;
  border-radius: 2px;
}
.upseo-intro, .upseo-subtitle { font-size: 1.05rem; color: #425466; margin: 0 auto; max-width: 820px; }

/* Hero */
.upseo-hero {
  position: relative;
  color: var(--white);
  padding: 110px 20px 80px;
  text-align: center;
  overflow: hidden;
  min-height: 95vh;
  display: flex;
  align-items: center;
}
.upseo-hero-image { position: absolute; inset: 0; z-index: 1; }
.upseo-hero-image-img { width: 100%; height: 100%; object-fit: cover; }
.upseo-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,91,143,.86), rgba(0,40,63,.78));
  z-index: 2;
}
.upseo-hero-content { position: relative; z-index: 3; max-width: 930px; margin: 0 auto; }
.upseo-hero h1 { font-size: 3rem; margin: 0 0 12px; }
.upseo-hero h1 span { color: #ffe082; }
.upseo-hero h2 { font-size: 1.45rem; margin: 0 0 20px; font-weight: 400; }
.upseo-hero-description p { font-size: 1.2rem; margin-bottom: 16px; color: #fff; }
.upseo-hero-buttons {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 700;
  transition: var(--transition);
}
.btn-primary { background: var(--accent-color); color: #1f2937; }
.btn-secondary { background: transparent; color: #fff; border: 2px solid #fff; }
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-hover); }

/* quick nav */
.upseo-anchor-nav {
  background: #fff;
  border-bottom: 1px solid #e9eef3;
}
.upseo-anchor-nav ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 12px 0;
  justify-content: center;
}
.upseo-anchor-nav a {
  text-decoration: none;
  color: #004680;
  background: #eff6ff;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: .92rem;
}

.upseo-trust-strip {
  background: #f5fbff;
  border-top: 1px solid #dceaf5;
  border-bottom: 1px solid #dceaf5;
  padding: 18px 0;
}
.upseo-trust-list {
  margin: 0;
  padding: 0;
  display: grid;
  list-style: none;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 10px;
}
.upseo-trust-list li {
  background: #fff;
  padding: 12px 16px;
  border-radius: 10px;
  box-shadow: var(--shadow-light);
  font-weight: 600;
  color: #1f3b56;
}

/* sections */
.upseo-audit-services,
.upseo-audit-benefits,
.upseo-audit-process,
.upseo-why-choose-us,
.upseo-other-services,
.upseo-faq,
.contact-section { padding: 76px 0; }
.upseo-audit-services,
.upseo-audit-process,
.upseo-faq,
.contact-section { background: var(--bg-light); }

.upseo-services-grid,
.upseo-benefits-grid,
.upseo-choose-grid,
.upseo-other-services-grid {
  display: grid;
  gap: 24px;
}
.upseo-services-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.upseo-benefits-grid { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.upseo-choose-grid,
.upseo-other-services-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }

.upseo-service-box,
.upseo-benefit-card,
.upseo-choose-item,
.upseo-service-card,
.contact-form,
.highlight-box {
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--shadow-light);
}
.upseo-service-box { padding: 25px 20px; border-top: 5px solid var(--accent-color); }
.upseo-service-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--accent-color);
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.upseo-service-box h3 { margin: 10px 0; color: #075985; font-size: 1.2rem; }

.upseo-importance-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 70px 0;
}
.upseo-image-content img {
  width: 100%;
  border-radius: 16px;
  box-shadow: var(--shadow-light);
}
.upseo-text-content h2 { color: #004680; font-size: 1.8rem; margin-top: 0; }

/* Added company image section */
.upseo-company-image-section {
  background: #fff;
  padding: 30px 0 70px;
}
.upseo-company-image-card {
  background: linear-gradient(180deg, #ffffff, #f9fcff);
  border: 1px solid #e6eff8;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-light);
}
.upseo-company-image-card img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  display: block;
}
.upseo-company-image-caption {
  padding: 18px 20px;
  color: #294b68;
  font-size: .98rem;
}

.upseo-benefit-card {
  padding: 20px;
  border: 1px solid #eef3f8;
  position: relative;
  padding-right: 50px;
}
.upseo-benefit-card::before {
  content: "✔";
  position: absolute;
  right: 18px;
  color: var(--accent-color);
  font-weight: 700;
}

.upseo-audit-process .upseo-process-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.upseo-process-step {
  flex: 1;
  min-width: 210px;
  max-width: 260px;
  background: #fff;
  border-radius: 14px;
  padding: 22px 18px;
  box-shadow: var(--shadow-light);
  text-align: center;
}
.upseo-step-number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--accent-color);
  font-weight: 700;
}

.upseo-service-card { padding: 20px; border: 1px solid #edf2f7; text-align: center; }

/***** contact section *****/
.contact-container { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; }
.text-column h2 { margin-top: 0; color: #1a1a1a; }
.highlight-box { padding: 16px; border-right: 4px solid #3498db; }
.contact-form { padding: 26px; }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; margin-bottom: 6px; font-weight: 700; }
input[type="text"], input[type="tel"] {
  width: 100%;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px;
}
button[type="submit"] {
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #3498db, #1f78b4);
  color: #fff;
  padding: 14px;
  font-weight: 700;
  cursor: pointer;
}
#form-message { display: none; margin-top: 12px; border-radius: 8px; padding: 12px; }
#form-message.success { display: block; background: #e6ffed; color: #166534; }
#form-message.error { display: block; background: #ffe8e8; color: #991b1b; }

.upseo-faq details {
  background: #fff;
  border: 1px solid #e8eef6;
  border-radius: 10px;
  margin-bottom: 12px;
  padding: 14px;
}
.upseo-faq summary { cursor: pointer; font-weight: 700; color: #0f3f66; }

@media (max-width: 992px) {
  .upseo-importance-section, .contact-container { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .upseo-hero { min-height: auto; padding-top: 95px; }
  .upseo-hero h1 { font-size: 2.2rem; }
  .upseo-hero h2 { font-size: 1.2rem; }
  .btn { width: 100%; max-width: 270px; }
}






















/* استایل اداری و رسمی سئوشده با آیکون های SVG، استایل تصاویر، فونت حداقل 17px و رنگ مشکی 000000 */
.audit-seo-wrapper {
    --as-navy: #0f2042;
    --as-navy-gradient: linear-gradient(135deg, #0f2042 0%, #1a365d 100%);
    --as-gold: #c5a059;
    --as-gold-gradient: linear-gradient(135deg, #c5a059 0%, #d4af37 100%);
    --as-gold-hover: #a3813c;
    --as-border: #cbd5e1;
    --as-bg-light: #f8fafc;
    --as-card-bg: #ffffff;
    --as-black: #000000;
    --as-shadow-sm: 0 2px 8px rgba(15, 32, 66, 0.05);
    --as-shadow-md: 0 6px 20px rgba(15, 32, 66, 0.08);
    --as-shadow-lg: 0 12px 30px rgba(15, 32, 66, 0.12);

    direction: rtl;
    text-align: right;
    font-family: inherit;
    color: var(--as-black);
    font-size: 17px;
    line-height: 1.95;

    display: block !important;
    max-width: 1200px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
    float: none !important;
    clear: both !important;
    padding: 0 15px;
}

.audit-seo-wrapper * {
    box-sizing: border-box;
}

/* الزام حداقل سایز 17px و رنگ مشکی برای تمامی عناصر متنی */
.audit-seo-wrapper p,
.audit-seo-wrapper span,
.audit-seo-wrapper li,
.audit-seo-wrapper td,
.audit-seo-wrapper th,
.audit-seo-wrapper a,
.audit-seo-wrapper div,
.audit-seo-wrapper strong,
.audit-seo-wrapper label {
    font-size: 17px;
    color: var(--as-black);
}

/* هیرو سکشن دقیقا مطابق طرح تایید شده */
.audit-seo-hero {
    background: #ffffff;
    border: 2px solid var(--as-navy);
    border-top: 6px solid var(--as-gold);
    border-radius: 12px;
    padding: 20px 24px 24px 24px;
    margin-bottom: 24px;
    box-shadow: var(--as-shadow-md);
}

.audit-seo-hero-top-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px dashed var(--as-border);
}

/* استایل دهی برادکرامپ رنک مث */
.audit-seo-breadcrumb-container {
    margin: 0;
}

.rank-math-breadcrumb,
.rank-math-breadcrumb p,
.rank-math-breadcrumb span,
.rank-math-breadcrumb a {
    font-size: 15px !important;
    color: var(--as-navy) !important;
    font-weight: 700;
}

.rank-math-breadcrumb a:hover {
    color: var(--as-gold-hover) !important;
    text-decoration: underline !important;
}

.rank-math-breadcrumb .separator {
    margin: 0 6px;
    color: var(--as-border) !important;
}

.audit-seo-tag {
    color: var(--as-black) !important;
    font-size: 15px !important;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: rgba(197, 160, 89, 0.12);
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid var(--as-gold);
}

.audit-seo-hero-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 24px;
    align-items: center;
}

.audit-seo-hero-content {
    display: flex;
    flex-direction: column;
}

.audit-seo-h1 {
    font-size: 26px !important;
    font-weight: 900;
    color: var(--as-black) !important;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.audit-seo-hero-content p {
    margin: 0;
    line-height: 1.85;
}

.audit-seo-hero-media {
    width: 100%;
}

.audit-seo-hero-img {
    width: 100%;
    max-height: 280px;
    border-radius: 8px;
    border: 1.5px solid var(--as-border);
    box-shadow: var(--as-shadow-sm);
    display: block;
    object-fit: cover;
}

/* نوار تماس سریع CTA */
.audit-seo-contact-bar {
    background: var(--as-navy-gradient);
    border-radius: 12px;
    padding: 18px 24px;
    margin-bottom: 30px;
    border: 2px solid var(--as-navy);
    border-right: 6px solid var(--as-gold);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    box-shadow: var(--as-shadow-md);
}

.audit-seo-contact-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.audit-seo-contact-title span {
    color: #ffffff !important;
    font-weight: 800;
    font-size: 18px !important;
}

.audit-seo-contact-main-icon {
    background: rgba(255, 255, 255, 0.1);
    padding: 8px;
    border-radius: 50%;
    border: 1px solid rgba(197, 160, 89, 0.4);
}

.audit-seo-phone-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.audit-seo-phone-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--as-gold-gradient);
    color: var(--as-navy) !important;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 800;
    font-size: 17px !important;
    text-decoration: none !important;
    direction: ltr;
    border: 1px solid #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: all 0.25s ease;
}

.audit-seo-phone-btn span {
    color: var(--as-navy) !important;
    font-weight: 800;
}

.audit-seo-phone-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(197, 160, 89, 0.4);
    background: #ffffff;
}

/* فهرست مطالب دسترسی سریع اتوماتیک */
.audit-seo-toc {
    background-color: var(--as-bg-light);
    border: 2px solid var(--as-border);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 35px;
    box-shadow: var(--as-shadow-sm);
}

.audit-seo-toc-title {
    font-size: 20px !important;
    font-weight: 900;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dashed var(--as-border);
}

.audit-seo-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 10px;
}

.audit-seo-toc-list a {
    text-decoration: none !important;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background-color: #ffffff;
    border: 1px solid var(--as-border);
    border-radius: 6px;
    transition: all 0.2s ease;
}

.audit-seo-toc-list a:hover {
    background-color: rgba(197, 160, 89, 0.12);
    border-color: var(--as-gold);
    transform: translateX(-4px);
}

.audit-seo-toc-list a::before {
    content: "•";
    color: var(--as-gold);
    font-size: 20px;
    line-height: 1;
}

/* بدنه محتوایی اتوماتیک برگه ها */
.audit-seo-content h2 {
    font-size: 24px !important;
    font-weight: 900;
    margin: 30px 0 16px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2e8f0;
    color: var(--as-black) !important;
    scroll-margin-top: 80px;
}

.audit-seo-content h3 {
    font-size: 20px !important;
    font-weight: 800;
    margin: 22px 0 10px 0;
    color: var(--as-black) !important;
}

.audit-seo-content p {
    line-height: 1.95;
    margin-bottom: 18px;
    font-size: 17px !important;
    color: var(--as-black) !important;
}

.audit-seo-content img {
    max-width: 100%;
    height auto;
    border-radius: 12px;
    border: 2px solid var(--as-border);
    margin: 24px auto;
    display: block;
    box-shadow: var(--as-shadow-md);
}

.audit-seo-content section,
.audit-seo-article-box {
    background-color: var(--as-card-bg);
    border: 2px solid var(--as-border);
    border-radius: 12px;
    padding: 28px;
    margin-bottom: 35px;
    box-shadow: var(--as-shadow-md);
}

/* کارت های خدمات ۶ گانه */
.audit-seo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 28px;
    margin-bottom: 35px;
}

.audit-seo-card {
    background-color: var(--as-card-bg);
    border: 2px solid var(--as-border);
    border-top: 5px solid var(--as-navy);
    border-radius: 12px;
    padding: 26px;
    box-shadow: var(--as-shadow-md);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.audit-seo-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--as-shadow-lg);
    border-top-color: var(--as-gold);
}

.audit-seo-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.audit-seo-card-h3 {
    font-size: 22px !important;
    font-weight: 900;
    margin: 0;
}

.audit-seo-verbatim-text {
    background-color: var(--as-bg-light);
    border-radius: 8px;
    padding: 18px;
    font-size: 17px !important;
    line-height: 1.9;
    margin-bottom: 18px;
    border: 1px solid #cbd5e1;
    border-right: 4px solid var(--as-gold);
}

.audit-seo-details ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.audit-seo-details li {
    margin-bottom: 8px;
    padding-right: 20px;
    position: relative;
}

.audit-seo-details li::before {
    content: "■";
    color: var(--as-gold);
    position: absolute;
    right: 0;
    font-size: 11px;
    top: 2px;
}

/* شبکه اهداف و مزایا */
.audit-benefit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    margin-top: 20px;
}

.audit-benefit-card {
    background: var(--as-bg-light);
    border: 1px solid var(--as-border);
    border-top: 4px solid var(--as-gold);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: var(--as-shadow-sm);
    transition: transform 0.25s ease;
}

.audit-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--as-shadow-md);
}

.audit-benefit-icon {
    font-size: 2rem;
    margin-bottom: 12px;
    display: inline-block;
}

/* مراحل فرآیند حسابرسی */
.audit-seo-process-box {
    background-color: var(--as-card-bg);
    border: 2px solid var(--as-border);
    border-radius: 12px;
    padding: 28px;
    margin-bottom: 35px;
    box-shadow: var(--as-shadow-md);
}

.audit-process-step {
    background-color: var(--as-bg-light);
    border: 1px solid var(--as-border);
    border-right: 5px solid var(--as-navy);
    border-radius: 10px;
    padding: 22px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: var(--as-shadow-sm);
}

.audit-process-step::before {
    content: attr(data-step);
    position: absolute;
    top: -12px;
    left: 20px;
    background: var(--as-gold-gradient);
    color: var(--as-navy);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* کارت های چالش و آینده */
.audit-challenge-card {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-right: 5px solid var(--as-gold);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 16px;
}

.audit-future-card {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-right: 5px solid var(--as-navy);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 16px;
}

/* جداول مقایسه */
.audit-seo-table-box {
    background-color: var(--as-card-bg);
    border: 2px solid var(--as-border);
    border-radius: 12px;
    padding: 28px;
    margin-bottom: 35px;
    box-shadow: var(--as-shadow-md);
}

.audit-seo-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 17px !important;
    text-align: right;
    border-radius: 8px;
    overflow: hidden;
}

.audit-seo-table th {
    background-color: #0f2042;
    color: #ffffff !important;
    padding: 14px 18px;
    font-weight: 800;
    font-size: 18px !important;
    border: 1px solid #0f2042;
}

.audit-seo-table td {
    padding: 14px 18px;
    border: 1px solid #cbd5e1;
    font-size: 17px !important;
    color: var(--as-black) !important;
}

.audit-seo-table tr:nth-child(even) {
    background-color: var(--as-bg-light);
}

/* سوالات متداول FAQ */
.audit-seo-faq-box {
    margin-bottom: 35px;
}

.audit-seo-faq-item {
    background-color: var(--as-card-bg);
    border: 2px solid var(--as-border);
    border-right: 5px solid var(--as-navy);
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 14px;
    box-shadow: var(--as-shadow-sm);
    transition: transform 0.2s ease;
}

.audit-seo-faq-item:hover {
    transform: translateX(-3px);
    border-right-color: var(--as-gold);
}

.audit-seo-faq-q {
    font-size: 19px !important;
    font-weight: 900;
    color: var(--as-black) !important;
    margin-bottom: 10px;
}

.audit-seo-faq-a {
    font-size: 17px !important;
    color: var(--as-black) !important;
    line-height: 1.9;
}

/* آیکون های SVG */
.audit-seo-svg-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    flex-shrink: 0;
}

/* بنر پایانی CTA */
.audit-seo-cta-banner {
    background: var(--as-navy-gradient);
    border: 2px solid var(--as-navy);
    border-top: 6px solid var(--as-gold);
    border-radius: 12px;
    padding: 36px 28px;
    color: #ffffff !important;
    text-align: center;
    box-shadow: var(--as-shadow-md);
    margin-top: 40px;
}

.audit-seo-cta-banner h2 {
    font-size: 24px !important;
    font-weight: 900;
    color: #ffffff !important;
    margin-bottom: 12px;
}

.audit-seo-cta-banner p {
    font-size: 18px !important;
    color: #ffffff !important;
    margin: 0;
}

.audit-seo-cta-phones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
}

.audit-seo-cta-banner .audit-seo-phone-btn {
    background: var(--as-gold-gradient);
    border: 1px solid #ffffff;
}

@media (max-width: 992px) {
    .audit-seo-hero-grid {
        grid-template-columns: 1fr;
    }
    .audit-seo-hero-img {
        max-height: 100%;
    }
    .audit-seo-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .audit-seo-hero {
        padding: 16px 18px;
    }
    .audit-seo-h1 {
        font-size: 22px !important;
    }
    .audit-seo-contact-bar {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px;
    }
    .audit-seo-phone-group {
        width: 100%;
        flex-direction: column;
    }
    .audit-seo-phone-btn {
        justify-content: center;
        width: 100%;
    }
    .audit-seo-table th, .audit-seo-table td {
        padding: 10px 12px;
        font-size: 15px !important;
    }
    .audit-benefit-grid {
        grid-template-columns: 1fr;
    }
}