@charset 'UTF-8';
/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name: قالب دفتر وکالت سیمین حق شناس بی نقص 
Theme URI: https://www.valibarghi.ir/
Author: مهندس ولی برقی
Author URI: https://www.valibarghi.ir/
Description: یک سایت برای دفتر وکالت ،اخبار،مشاوره، و غیره ...
Version: 1.1
License: GNU General Public License
License URI: license.txt
Text Domain: Nano System
Project:    دفتر وکالت سیمین حق شناس
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header / #header
3. Navigation / #navbar
4. banner section / #banner
5. feature section / #feature
6. quality system section / #quality system
7. offer section / #offer 
8. fun facts section/ #fun facts
9. contact form section / #contact form
10. slider section / #slider
11. mobile app section / #mobile app
12. news letter section / #news letter
13. logo section  / #logo
14. weight footer section / #weight footer
19. footer section / #footer
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Color codes]

# primary color: #ffffff
# secondary color: #005888
# text color: #52656d
# accent: #dab356
# green-color: #dab356
# */
/*------------------------------------------------------------------
[Typography]

Body copy:     'Jost', sans-serif;

-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');
@font-face {
	font-family: 'Yekan';
	src: url('assets/fonts/Yekan.eot');
	src: url('assets/fonts/Yekan.eot?#iefix') format('embedded-opentype'),
		 url('assets/fonts/Yekan.woff2') format('woff2'),
		 url('assets/fonts/Yekan.woff') format('woff'),
		 url('assets/fonts/Yekan.ttf') format('truetype'),
		 url('assets/fonts/Yekan.svg#Yekan') format('svg');
	font-weight: normal;
	font-style: normal;
}

#wp-toolbar ul li a {
  font-family: 'Yekan', sans-serif !important;
  color: #dab356 !important;
}
.ab-label{
  color: #dab356 !important;
}
#adminbarsearch::before {color: #dab356 !important;}
#wp-toolbar ul li a::before {
  color: #dab356 !important;
}
#wp-admin-bar-user-info .avatar {
  border-radius: 50%;
}
#wp-admin-bar-my-account.with-avatar > a img {border-radius: 50%;}
#adminbarsearch input {
  border-radius: 5px;
  color:#fff;
}
.ab-icon::before {
  color: #dab356 !important;
}
/* ریست استایل‌ها */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
a {
  text-decoration: none;
  color: inherit;
}
html, body {
  overflow-x: hidden;
  width: 100%;
  font-family: 'Yekan', sans-serif;
  text-align: right;
  direction: rtl;
}
html{
  scroll-behavior: smooth;
}
body {
  unicode-bidi: embed;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  color: #fff; 
  background: #fff; 
  line-height: 1.7;
  font-size: 16px;
  transition: background-color  0.3s;
}
/* استایل نوار اسکرول عمودی */
::-webkit-scrollbar {
    width: 12px; /* عرض نوار اسکرول */
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(145deg, #f4c859, #cda84b); /* رنگ خود نوار اسکرول */
    border-radius: 10px; /* گردی گوشه‌های نوار اسکرول */
    border: 3px solid #013c5b; /* حاشیه دور نوار اسکرول */
}

/* استایل نوار اسکرول افقی (برای مرورگرهایی که از آن پشتیبانی می‌کنند) */
::-webkit-scrollbar-thumb:horizontal {
    background: linear-gradient(145deg, #f4c859, #cda84b); /* رنگ خود نوار اسکرول افقی */
    border-radius: 10px; /* گردی گوشه‌های نوار اسکرول افقی */
    border: 3px solid #013c5b; /* حاشیه دور نوار اسکرول افقی */
}

/* استایل نوار اسکرول در Firefox */
* {
    scrollbar-color: #cda84b #013c5b; /* اولی رنگ نوار اسکرول و دومی رنگ پس‌زمینه‌اش است */
    scrollbar-width: thin; /* عرض نوار اسکرول */
}
.pishkhan-top-menu-img {
  padding-top: 7px !important;
}
.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
      justify-content: flex-end; /* انتقال ستون‌ها به سمت راست */
}
.col {
  width: 100%;
  padding: 15px;
}
.col-lg-4,
.col-md-4 {
  padding: 15px;
  width: 100%;
}
.col-lg-6 {
  width: 50%;
  padding: 15px;
}
.row > [class*="col-"] {
  padding: 15px;
}

/* مرکزسازی محتوا */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  padding: 0 1rem;
  text-align: right;
  position: relative;
  z-index: 1;
}

/* استایل هدر (Sticky) */
.site-header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* تاپ بار */
.top-bar {
  background: #013c5b;
  font-size: 14px;
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}
.top-bar-left,
.top-bar-right {
  display: flex;
  align-items: center;
}
.top-bar-left a {
  color: #fff;
  margin: 0 2px;
  transition: color 0.3s, transform 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
}
.top-bar-left a:hover {
  color: #dab356;
  transform: scale(1.1);
}
.top-bar-left a i {
  padding-left: 5px;
  font-size: 18px;
}
.top-bar-left span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.social-icons-top {
  position: relative;
  top: 1px;
}
.social-icons a i {
  font-size: 18px;
}
.top-bar-right span {
  padding-left: 5px;
  margin-top: -7px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.top-bar-right a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s, transform 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
}
.top-bar-right a:hover {
  color: #dab356;
  transform: scale(1.05);
}
.top-bar-right i {
  font-size: 18px;
  margin-left: 5px;
}

/* نوار منو */
.navbar {
  background: #005888;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  position: relative;
  direction: ltr;
}
.nav-left,
.nav-center,
.nav-right {
  direction: rtl;
}
.nav-left {
  flex: 1;
  text-align: left;
}
.nav-center {
  flex: 2;
  text-align: center;
}
.nav-right {
  flex: 1;
  text-align: right;
}

/* شماره تلفن */
.phone {
  padding: 12px 28px 11px 28px;
  margin-right: 40px;
  background: #dab356;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 30px;
  box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 20%);
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform, background-color, color, border-color;
  transition-timing-function: ease-out;
}
.phone:hover {
  background: #013c5b;
  color: #dab356;
  border: 2px solid #dab356;
  transform: scale(1.05);
  box-shadow: 0px 25px 35px 0px rgba(0, 0, 0, 0.25);
}
a.phone i {
    margin-right: 5px;
}
/* منوی اصلی */
.nav-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-menu li {
  margin: 0 15px;
  position: relative;
}
.nav-menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  transition: color 0.3s;
  position: relative;
  padding-bottom: 5px;
  font-weight: 600;
}
.nav-menu li a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #dab356;
  transition: width 0.3s ease;
}
.nav-menu li a:hover {
  color: #dab356;
}
.nav-menu li a:hover::after {
  width: 100%;
}

/* لوگو */
.logo img {
  height: 50px;
}

/* دکمه منوی همبرگری */
.nav-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  z-index: 1100;
}
.nav-toggle span {
  display: block;
  width: 40px;
  height: 3px;
  background: #fff;
  margin-bottom: 8px;
  border-radius: 2px;
  transition: 0.3s;
}
.nav-toggle span:last-child {
  margin-bottom: 0;
}
.nav-toggle.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.nav-toggle.open span:nth-child(2) {
  opacity: 0;
}
.nav-toggle.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* استایل‌های ریسپانسیو */
@media (max-width: 991px) {
  /* تاپ بار */
  .top-bar .container {
    justify-content: center;
  }
  .top-bar-left {
    display: none;
  }
  .top-bar-right {
    justify-content: center;
  }

  /* نوار منو */
  .nav-left {
    display: none;
  }

  /* دکمه منوی همبرگری در موبایل */
  .nav-toggle {
    display: flex;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }

  /* لوگو در سمت راست */
  .nav-right {
    text-align: right;
  }

  /* منوی اصلی به صورت کشویی */
  .nav-menu {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background: #013c5b;
    flex-direction: column;
    align-items: stretch;
    padding: 20px 0;
    display: none;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .nav-menu.active {
    display: flex;
  }
  .nav-menu li {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .nav-menu li:last-child {
    border-bottom: none;
  }
  .nav-menu li a {
    display: block;
    width: 100%;
    padding: 15px 20px;
    text-align: center;
  }
  .nav-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .nav-menu li a::after {
    display: none;
  }
}

/* بخش بنر */
    /* بخش بنر */
    .banner-con {
      background-color: #005888;
      position: relative;
      overflow: hidden;
      padding: 50px 0;
    }
    
    /* انیمیشن‌های سفارشی */
    @keyframes slideInLeft {
      0% {
        transform: translateX(-100%);
        opacity: 0;
      }
      100% {
        transform: translateX(0);
        opacity: 1;
      }
    }
    @keyframes slideInRight {
      0% {
        transform: translateX(100%);
        opacity: 0;
      }
      100% {
        transform: translateX(0);
        opacity: 1;
      }
    }
    @keyframes fadeInUp {
      0% {
        transform: translateY(20px);
        opacity: 0;
      }
      100% {
        transform: translateY(0);
        opacity: 1;
      }
    }
    @keyframes fadeIn {
      0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
    }
    
    /* کلاس‌های انیمیشنی پیش‌فرض (بدون اجرا) */
    .animate {
      opacity: 0;
    }
    /* کلاس فعالسازی انیمیشن هنگام ورود به viewport */
    .in-view {
      opacity: 1;
    }
    .slideInLeft.in-view {
      animation: slideInLeft 1s ease-out forwards;
    }
    .slideInRight.in-view {
      animation: slideInRight 1s ease-out forwards;
    }
    .fadeInUp.in-view {
      animation: fadeInUp 1s ease-out forwards;
    }
    .fadeIn.in-view {
      animation: fadeIn 1s ease-out forwards;
    }
    
    /* تنظیمات تصاویر بنر */
    .img-fluid {
      max-width: 100%;
      height: auto;
      display: block;
    }
    /* بنر سمت چپ: تصاویر و منحنی‌ها */
    .banner-left-con {
      position: relative;
    }
    /* تصویر اصلی بنر */
    .banner-left-img {
      position: relative;
      z-index: 2;
    }
    /* تصاویر منحنی */
    .left-curve-img,
    .right-curve-img {
      position: absolute;
      width: 150px;
    }
    .left-curve-img {
      top: 0;
      left: 100px;
    }
    .right-curve-img {
      z-index: 3;
      width: 200px;
      bottom: 0;
      right: 0;
    }
    
    /* بنر سمت راست: محتوای متنی */
    .banner-right-content {
      color: #fff;
    }
    .banner-right-content h1 {
      font-size: 2.5rem;
      margin-bottom: 20px;
      line-height: 1.2;
    }
    .banner-right-content h5 {
      font-size: 1.1rem;
      margin-bottom: 15px;
    }
    .appointment-btn {
      padding: 17px 40px;
      background: #fff;
      display: inline-block;
      font-size: 18px;
      font-weight: 600;
      border-radius: 30px;
      box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 20%);
      color: #e1b855;
      transition: transform 0.3s ease-out;
    }
    .appointment-btn:hover {
      background-color: #e3ba53;
      color: #fff;
    }
    
    /* ریسپانسیو */
    @media (max-width: 767px) {
      .col-lg-6 {
        width: 100%;
      }
      /* ترتیب نمایش در موبایل: ابتدا متن، سپس تصاویر */
      .banner-right {
        order: 1;
      }
      .banner-left {
        order: 2;
      }
      .left-curve-img {
        left: -20px;
        width: 130px;
      }
      .right-curve-img {
        width: 150px;
      }
    }
    @media (min-width: 768px) {
      .banner-right-content {
        text-align: left;
      }
    }
    .banner-right-content {
      text-align: center;
    }
    .banner-right-content h1 {
      font-size: 34px;
      margin-top: -120px;
    }
/* استایل بخش ویژگی‌ها */
.feature-section {
  padding: 60px 20px;
  background-color: #fff;
}
.feature-section h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  color: #005888;
}
/* چینش باکس‌ها با استفاده از CSS Grid */
.feature-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 992px) {
  .feature-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .feature-boxes {
    grid-template-columns: 1fr;
  }
      .banner-right-content h1 {
      margin-top: 0px;
    }
}
.feature-section {
  margin-top: -125px;
}
.feature-box {
  background: #fafafa;
  border: 1px solid #eaeaea;
  padding: 50px 20px;
  text-align: center;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
}
/* افکت hover */
.feature-box:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  background: #dab356;
}
.feature-box:hover .feature-title,
.feature-box:hover .feature-icon,
.feature-box:hover .feature-description {
  color: #fff;
}
/* استایل آیکون */
.feature-icon {
  font-size: 50px;
  color: #dab356;
  margin-bottom: 20px;
  display: inline-block;
}
/* استایل عنوان */
.feature-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #005888;
}
/* استایل توضیحات */
.feature-description {
  font-size: 16px;
  color: #555;
  padding: 0 10px;
}
/* تعریف انیمیشن fadeInUp */
@keyframes fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* زمانی که انیمیشن فعال می‌شود */
.feature-box.animate {
  animation: fadeInUp 0.8s ease forwards;
}
/* افزودن تاخیر برای انیمیشن‌های پشت سر هم */
.feature-box.animate:nth-child(1) {
  animation-delay: 0.2s;
}
.feature-box.animate:nth-child(2) {
  animation-delay: 0.4s;
}
.feature-box.animate:nth-child(3) {
  animation-delay: 0.6s;
}
.feature-box.animate:nth-child(4) {
  animation-delay: 0.8s;
}
.feature-box.animate:nth-child(5) {
  animation-delay: 1s;
}
.feature-box.animate:nth-child(6) {
  animation-delay: 1.2s;
}
.feature-box.animate:nth-child(7) {
  animation-delay: 1.4s;
}
.feature-box.animate:nth-child(8) {
  animation-delay: 1.6s;
}


    /* بخش کیفیت سیستم */
    .quality-system-section {
      padding: 50px 0;
      background-color: #fff;
    }
    .col {
      width: 100%;
      padding: 15px;
    }
    @media (min-width: 768px) {
      .left-col,
      .right-col {
        width: 50%;
      }
    }
    /* استایل بخش متنی */
    .quality-system-left-con {
      padding: 20px;
    }
    .quality-system-left-con h2 {
      font-size: 28px;
      color: #005888;
      margin-bottom: 20px;
      line-height: 1.2;
    }
    .quality-system-left-con p {
      font-size: 16px;
      color: #555;
      margin-bottom: 15px;
      line-height: 1.6;
      text-align: justify;
    }
    .quality-system-list ul {
      list-style: none;
      margin-bottom: 15px;
      padding: 0;
    }
    .quality-system-list ul li {
      position: relative;
      padding-right: 15px;
      margin-bottom: 10px;
      font-size: 16px;
      color: #555;
    }
    .quality-system-list ul li i {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      font-size: 8px;
      color: #e6bc53;
    }
    .quality-system-lists {
      display: flex;
      gap: 20px;
    }
    .quality-system-list {
      flex: 1;
    }
    @media (max-width: 767px) {
      .quality-system-lists {
        flex-direction: column;
      }
    }
    .appointment-btn {
      display: inline-block;
      color: #fff;
      padding: 17px 40px;
      background-color: #e6bc53;
      font-size: 18px;
      font-weight: 600;
      border-radius: 30px;
      box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease-out, background-color 0.3s ease-out;
      text-decoration: none;
    }
    .appointment-btn:hover {
      background-color: #ffc94c;
      transform: translateY(-3px);
    }
    @media (max-width: 767px) {
  .quality-system-left-con {
    text-align: center;
  }
}

    /* بخش تصاویر */
    .quality-system-right-con {
      position: relative;
      text-align: center;
      padding: 20px;
    }
    .img-fluid {
      max-width: 100%;
      height: auto;
      display: block;
    }
    .human-img {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 400px;
      margin: 0 auto;
    }
    /* تصاویر منحنی */
    .left-curve-img {
      position: absolute;
      z-index: 1;
      top: 10%;
      left: 30px;
      width: 170px;
    }
    .right-curve-img {
      position: absolute;
      z-index: 3;
      top: 75%;
      width: 220px;
    }
    .header-image-1 {
  width: 85%;
  margin-right: 50px;
}
    @media (max-width: 767px) {
      .quality-system-right-con {
        margin-top: 30px;
      }
      .left-curve-img {
        left: 0;
        width: 120px;
      }
      .right-curve-img {
        right: 0;
        width: 150px;
      }
    }
    /* انیمیشن‌های اجرای تدریجی هنگام اسکرول */
    .animate-on-scroll {
      opacity: 0;
    }
    .quality-system-left-con.animate-on-scroll {
      transform: translateY(20px);
      transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    }
    .quality-system-left-con.animate-on-scroll.in-view {
      opacity: 1;
      transform: translateY(0);
    }
    .left-curve-img.animate-on-scroll {
      transform: translateX(30px);
      transition: opacity 1s ease-out, transform 1s ease-out;
    }
    .left-curve-img.animate-on-scroll.in-view {
      opacity: 1;
      transform: translateX(0);
    }
    .right-curve-img.animate-on-scroll {
      transform: translateX(30px);
      transition: opacity 1s ease-out, transform 1s ease-out;
    }
    .right-curve-img.animate-on-scroll.in-view {
      opacity: 1;
      transform: translateX(0);
    }
    figure.animate-on-scroll {
      transform: translateY(20px);
      transition: opacity 1s ease-out, transform 1s ease-out;
    }
    figure.animate-on-scroll.in-view {
      opacity: 1;
      transform: translateY(0);
    }
/* بخش Fun Facts */
.fun-facts-con {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 40px 15px;
  padding: 40px;
  position: relative;
}
.fun-facts-heading h2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #005888;
  margin-bottom: 20px;
  text-align: center;
}
.fun-facts-content p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 30px;
  text-align: justify;
}
/* استفاده از CSS Grid برای چیدمان باکس‌های آمار */
.fun-facts-box-con {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
.fun-fact-item {
  background: linear-gradient(135deg, rgba(86, 119, 218, 0.1), rgba(68, 5, 242, 0.01));
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fun-fact-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}
/* افکت گرادیان شفاف بر روی هاور */
.fun-fact-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, rgba(218, 179, 86, 0.15), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.fun-fact-item:hover::before {
  opacity: 1;
}
.fun-fact-icon {
  font-size: 3rem;
  color: #dab356;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}
.fun-fact-item:hover .fun-fact-icon {
  transform: scale(1.1) rotate(10deg);
}
.fun-fact-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #005888;
}
.fun-fact-title .count {
  /* در صورت نیاز می‌توانید استایل‌های بیشتری اضافه کنید */
}
.fun-fact-title span.suffix {
  font-size: 2rem;
  vertical-align: super;
}
.fun-fact-text {
  font-size: 1rem;
  color: #777;
  margin-top: 10px;
}
/* تنظیمات موبایلی */
@media (max-width: 575px) {
  .fun-facts-con {
    padding: 20px;
    margin: 20px 10px;
  }
  .fun-facts-heading h2 {
    font-size: 1.8rem;
  }
  .fun-facts-content p {
    font-size: 1rem;
  }
  .fun-fact-icon {
    font-size: 2.5rem;
  }
  .fun-fact-title {
    font-size: 2rem;
  }
  .fun-fact-title span.suffix {
    font-size: 1.5rem;
  }
  .fun-fact-text {
    font-size: 0.9rem;
  }
}

.w-100 {
  width: 100%;
}
.mb-0 {
  margin-bottom: 0;
}

/* حالت اولیه انیمیشن (عدم نمایش تا رسیدن به ویوپورت) */
.animate-target {
  opacity: 0;
  transform: translateY(20px);
}
/* کلاس اضافه شده جهت شروع انیمیشن */
.animate {
  animation: fadeInUp 0.8s ease-out forwards;
}
/* امکان تعیین تاخیر با استفاده از کلاس‌های delay-... */
.delay-200 {
  animation-delay: 0.2s;
}
.delay-400 {
  animation-delay: 0.4s;
}

/* استایل بخش وبلاگ */
.blog-con {
  padding: 60px 0;
  background-color: #ffffff;
}
.text-center {
  text-align: center;
  margin-bottom: 40px;
}
.text-center h2 {
  font-size: 2rem;
  color: #0a0a0a;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-center h2 i {
  margin-left: 10px;
  color: #dab356;
  font-size: 1.8rem;
  animation: pulse 1.5s infinite alternate;
  margin-top: 7px;
}
.text-center p {
  font-size: 1rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .col-md-4 {
    width: 33.3333%;
  }
}

/* استایل آیتم‌های وبلاگ */
.blog-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-item:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  transform: scale(1.03);
}
.blog-item figure {
  margin: 0;
  overflow: hidden;
  position: relative;
}
.blog-item img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease, filter 0.4s ease;
}
.blog-item:hover img {
  transform: scale(1.1);
  filter: brightness(90%);
}
.blog-item-content {
  padding: 20px;
  text-align: center;
}
.blog-item-author-name {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 10px;
  opacity: 0.8;
}
.blog-item-author-name span {
  display: block;
  font-size: 14px;
  color: #dab356;
}
.blog-item-author-name .post-date {
  color: #888;
}
.blog-item-author-name .post-date i {
  margin-left: 5px;
  color: #dab356;
}
.blog-item h4 {
  font-size: 1.5rem;
  color: #005888;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}
.blog-item:hover h4 {
  color: #dab356;
}
.blog-item p {
  font-size: 1rem;
  color: #666;
  opacity: 0.9;
}

/* آیکون پلی روی تصویر */
.blog-item figure::before {
  content: "\f144";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #dab356;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.blog-item:hover figure::before {
  opacity: 0.8;
  transform: translate(-50%, -50%) scale(1.1);
}
.blog-item figure::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.blog-item:hover figure::after {
  opacity: 1;
}

/* انیمیشن‌های Keyframes */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

    /* بخش موبایل اپلیکیشن */
    .mobile-app-section {
      position: relative;
      padding: 80px 0;
      background-color: #fff;
      overflow: hidden;
    }

    /* دکورهای pseudo-element برای بخش موبایل اپلیکیشن */
    .mobile-app-section::before,
    .mobile-app-section::after {
      content: '';
      position: absolute;
      background-color: rgba(0, 88, 136, 0.08);
      border-radius: 50%;
      z-index: 0;
    }
    .mobile-app-section::before {
      top: 15%;
      left: 5%;
      width: 100px;
      height: 100px;
    }
    .mobile-app-section::after {
      bottom: 10%;
      right: 20%;
      width: 150px;
      height: 150px;
      transform: rotate(25deg);
      -webkit-transform: rotate(25deg);
    }

    /* دکور اضافی به عنوان عناصر HTML */
    .mobile-app-section .decorative {
      position: absolute;
      z-index: 0;
      pointer-events: none;
    }
    .mobile-app-section .decorative.decorative-1 {
      top: 5%;
      right: 10%;
      width: 60px;
      height: 60px;
      background-color: rgba(173, 216, 230, 0.1);
      border-radius: 50%;
    }
    .mobile-app-section .decorative.decorative-2 {
      bottom: 20%;
      left: 15%;
      width: 80px;
      height: 80px;
      background-color: rgba(0, 88, 136, 0.12);
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
    }

    /* استایل ستون‌ها */
    .column {
      padding: 15px;
      flex: 0 0 50%;
      max-width: 50%;
    }

    /* تنظیم ترتیب ستون‌ها در نمایش موبایل */
    @media (max-width: 767px) {
        .mobile-app-section {
  margin-top: -110px;
}
      .column {
        flex: 0 0 100%;
        max-width: 100%;
      }
      .column.left {
        order: 2; /* تصویر در موبایل بعد از محتوا نمایش داده شود */
      }
      .column.right {
        order: 1;
      }
      .mobile-app-right-con {
        text-align: center;
      }
      .mobile-app-right-con h2 {
        font-size: 28px;
      }
      .mobile-app-right-con p {
        font-size: 14px;
      }
    }

    @media (min-width: 768px) {
      .mobile-app-right-con {
        text-align: left;
      }
    }

    /* انیمیشن‌ها */
    @keyframes fadeInLeft {
      0% {
        opacity: 0;
        transform: translateX(50px);
        -webkit-transform: translateX(50px);
      }
      100% {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
      }
    }
    @keyframes fadeInRight {
      0% {
        opacity: 0;
        transform: translateX(-50px);
        -webkit-transform: translateX(-50px);
      }
      100% {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
      }
    }

    /* حالت اولیه برای المان‌های انیمیشنی */
    .mobile-app-left-con,
    .mobile-app-right-con {
      opacity: 0;
      will-change: opacity, transform;
    }
    .fadeInLeft {
      animation: fadeInLeft 1s ease-out forwards;
      -webkit-animation: fadeInLeft 1s ease-out forwards;
    }
    .fadeInRight {
      animation: fadeInRight 1s ease-out forwards;
      -webkit-animation: fadeInRight 1s ease-out forwards;
    }

    /* استایل‌های مربوط به تصویر (ستون چپ) */
    .mobile-app-left-con {
      text-align: center;
      position: relative;
      z-index: 1;
      top: -5px;
    }
    .mobile-app-left-con::before,
    .mobile-app-left-con::after {
      content: '';
      position: absolute;
      z-index: -1;
      border-radius: 50%;
      background-color: rgba(173, 216, 230, 0.2);
    }
    .mobile-app-left-con::before {
      top: -14%;
  left: -20%;
  width: 180%;
  height: 130%;
    }
    .mobile-app-left-con::after {
      bottom: -15%;
  right: -5%;
  width: 150%;
  height: 129%;
  background-color: rgba(0, 88, 136, 0.15);
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
    }
    .mobile-app-left-con figure {
      margin: 0;
    }
    .mobile-app-left-con img {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      transition: transform 0.3s ease;
      -webkit-transition: transform 0.3s ease;
      position: relative;
      z-index: 0;
      display: block;
    }
    .mobile-app-left-con img:hover {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
    }

    /* استایل‌های متنی (ستون راست) */
    .mobile-app-right-con h2 {
      font-size: 35px;
      color: #005888;
      margin-bottom: 35px;
      font-weight: 700;
      line-height: 1.2;
      text-align: right;
    }
    .mobile-app-right-con p {
      font-size: 18px;
      color: #52656d;
      margin-bottom: 20px;
      line-height: 1.8;
      text-align: justify;
    }
/* ساختار اصلی بخش خبرنامه */
.newsletter-section {
  width: 100%;
  margin-top: -100px;
  margin-bottom: 40px;
}
.newsletter-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.newsletter-inner {
  position: relative;
  background: #005888;
  padding: 60px 20px;
  border-radius: 10px;
}
/* ساختار ریسپانسیو ستون‌ها با استفاده از Flex */
.newsletter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.newsletter-col {
  flex: 1;
  padding: 10px;
  min-width: 300px;
}
/* عنوان خبرنامه */
.newsletter-title h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}
/* فیلد ایمیل و دکمه ارسال */
.newsletter-input-wrapper {
  position: relative;
}
.newsletter-input-wrapper input[type="email"] {
  width: 100%;
  padding: 18px 20px 17px 70px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  outline: none;
  background: #fff;
  color: #333;
  text-align: right;
}
.newsletter-input-wrapper input[type="email"]::placeholder {
  color: #999;
}
#newsletter-email {
  font-family: 'Yekan', sans-serif;
}
#newsletter-submit {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: #dab356;
  border: none;
  border-radius: 50%;
  padding: 10px 15px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  transition: background 0.3s;
}
#newsletter-submit:hover {
  background: #eec974;
}
/* واکنش‌گرا برای صفحه‌های کوچکتر */
@media screen and (max-width: 768px) {
  .newsletter-inner {
    padding: 40px 15px;
  }
  .newsletter-row {
    flex-direction: column;
    text-align: center;
  }
  .newsletter-col {
    width: 100%;
  }
  .newsletter-col-input {
    margin-top: 20px;
  }
  .newsletter-title h2 {
    font-size: 22px;
  }
  .newsletter-input-wrapper {
    margin-top: 20px;
  }
}

/* ============================
   استایل فوتر
=============================== */
footer.weight-footer-con {
  background-color: #013c5b;
  padding: 2rem 0;
  color: #fff;
  border-top: 10px solid #e6bc52;
  border-bottom: 5px solid #e6bc52;
  direction: rtl; /* جهت راست به چپ */
}

/* انیمیشن ورود به نما */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* انیمیشن تپش قلب لوگو */
@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.07);
  }
  50% {
    transform: scale(0.98);
  }
  70% {
    transform: scale(1.05);
  }
}

/* افزودن انیمیشن به فوتر */
.weight-footer-con.animate {
  animation: fadeInUp 0.8s ease forwards;
}

/* ساختار گرید فوتر به‌صورت موبایل (پیش‌فرض) */
.weight-footer-inner-con {
  display: grid;
  gap: 2rem;
  grid-template-areas:
    "logo"
    "links"
    "support"
    "contact";
}

/* مخفی کردن ستون‌های اضافی در موبایل */
.hide-mobile {
  display: none;
}

/* نمایش ستون‌های اضافی برای تبلت (بین 768 تا 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .weight-footer-inner-con {
    grid-template-areas:
      "logo logo logo"
      "links support contact";
    grid-template-columns: repeat(3, 1fr);
  }
  .hide-mobile {
    display: block;
  }
}

/* نمایش چهار ستون در دسکتاپ (992px به بالا) */
@media (min-width: 992px) {
  .weight-footer-inner-con {
    grid-template-areas: "logo links support contact";
    grid-template-columns: 2fr repeat(3, 1fr);
  }
  .hide-mobile {
    display: block;
  }
}

/* تعریف نام‌های ناحیه‌های گرید */
.grid-logo   { grid-area: logo; }
.grid-links  { grid-area: links; }
.grid-support{ grid-area: support; }
.grid-contact{ grid-area: contact; }

/* استایل المان‌های داخلی فوتر */
.weight-footer-content {
  text-align: right;
}
.weight-footer-content h5 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 0.5rem;
  cursor: default;
}
.weight-footer-content h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 2px;
  background-color: #e6bc52;
  transition: width 0.3s ease;
}
.weight-footer-content h5:hover::after {
  width: 100%;
}
.weight-footer-content p {
  margin-bottom: 1rem;
  font-size: 0.95rem;
  line-height: 1.8;
  text-align: justify;
}

/* لوگوی فوتر */
.footer-logo img {
  max-width: 100%;
  height: auto;
  width: 120px;
  animation: heartbeat 3s ease-in-out infinite;
}

/* آیکون‌های شبکه‌های اجتماعی */
.weight-social-list ul {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  justify-content: center;
}
.weight-social-list a {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #e6bc52;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.weight-social-list a:hover {
  background-color: #ffd347;
  transform: scale(1.1);
}
.weight-social-list a i {
  color: #fff !important;
  font-size: 20px;
}

/* استایل لیست‌های لینک */
.weight-footer-content ul {
  list-style: none;
  margin-top: 1rem;
  padding: 0;
}
.weight-footer-content ul li {
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}
.weight-footer-content ul li i {
  color: #e6bc52;
}
.weight-footer-content ul li a {
  transition: color 0.3s ease;
}
.weight-footer-content ul li a:hover {
  color: #e4bb53;
}
.weight-footer-content-icons ul li i {
  margin-left: 10px;
  position: relative;
  top: 2px;
}
/* استایل اطلاعات تماس */
.content-adress-title address {
  color: #656565;
}
.weight-footer-contact ul {
  text-align: right;
}
.weight-footer-contact li {
  text-align: right;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}
.weight-footer-contact li i {
  font-size: 1.2rem;
  color: #e4bb53;
  float: right;
  margin-left: 10px;
}
.weight-footer-contact li span {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.text-dark {
  color: #fff;
}
@media (max-width: 768px) {
  /* اطمینان از قرارگیری محتوا به صورت مرکز */
  .weight-footer-content {
    text-align: center;
  }
  /* تنظیم لوگو به صورت بلوکی و مرکز قرار دادن آن */
  .footer-logo {
    display: block;
    margin: 0 auto;
  }
  .footer-logo img {
    display: block;
    margin: 0 auto;
    width: 100px; /* یا عرض دلخواه */
  }
}
/* تنظیمات ریسپانسیو برای دستگاه‌های بسیار کوچک */
@media (max-width: 575px) {
  /* اطمینان از قرارگیری محتوا به صورت مرکز */
  .weight-footer-content {
    text-align: center;
  }
  /* تنظیم لوگو به صورت بلوکی و مرکز قرار دادن آن */
  .footer-logo {
    display: block;
    margin: 0 auto;
  }
  .footer-logo img {
    display: block;
    margin: 0 auto;
    width: 100px; /* یا عرض دلخواه */
  }
  .weight-footer-content h5,
  .weight-footer-content p,
  .weight-footer-content ul {
    text-align: center;
  }
  .weight-social-list ul {
    justify-content: center;
  }
}

  /* استایل لینک در فوتر */
.footer-bottom {
  background: #013c5b;
}
  .footer-bottom a {
    color: #dab256;
    text-decoration: none;
    transition: color 0.3s ease;
    }
    
    .footer-bottom a:hover {
    color: #ffe091;
    }
    
    /* تعریف انیمیشن تپش قلب */
    @keyframes heartbeat {
    0%, 100% {
      transform: scale(1);
    }
    30% {
      transform: scale(1.07);
    }
    50% {
      transform: scale(0.98);
    }
    70% {
      transform: scale(1.05);
    }
    }
    
    /* انیمیشن کامل: ظاهر شدن متن همراه با تپش قلب */
    @keyframes fullCycle {
    0% {
      clip-path: inset(0 0 0 100%);
    }
    50% {
      clip-path: inset(0 0 0 0);
      transform: scale(1);
    }
    55% {
      transform: scale(1.05);
    }
    60% {
      transform: scale(1);
    }
    100% {
      clip-path: inset(0 0 0 0);
      transform: scale(1);
    }
    }
    
    /* استایل متن کپی‌رایت همراه با انیمیشن */
    .footer-copyright {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 20px;
    animation: fullCycle 14s infinite;
    }
    
    /* ریسپانسیو: تنظیم اندازه برای دستگاه‌های کوچک */
    @media (max-width: 576px) {
    .footer-copyright {
      font-size: 14px;
    }
    }

.logo-con {
width: 100%;
padding: 20px 0;
background: #fff;
display: flex;
justify-content: center;
}
.logo-inner-con {
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: 1200px;
width: 100%;
gap: 15px;
}
.logo-item {
flex: 1 1 calc(16.66% - 15px);
max-width: calc(16.66% - 15px);
display: flex;
justify-content: center;
opacity: 0;
transform: translateY(20px);
transition: opacity 0.6s ease, transform 0.6s ease;
}
.logo-item.visible {
opacity: 1;
transform: translateY(0);
}
.logo-item img {
max-width: 100%;
height: auto;
transition: transform 0.3s ease-in-out;
}
.logo-item a:hover img {
transform: scale(1.1);
}
@media (max-width: 1024px) {
.logo-item {
  flex: 1 1 calc(33.33% - 15px);
  max-width: calc(33.33% - 15px);
}
}
@media (max-width: 768px) {
.logo-item {
  flex: 1 1 calc(50% - 15px);
  max-width: calc(50% - 15px);
}
}
@media (max-width: 480px) {
.logo-item {
  flex: 1 1 100%;
  max-width: 100%;
}
}
.ns-text-center {
  text-align: center;
  width: 100%;
  color: #555;
}

    /* استایل بخش بنر */
    .generic-banner-con {
      position: relative;
      width: 100%;
      background: #005888;
      padding: 100px 0;
      overflow: hidden;
    }

    /* افکت اورلی (تیره) برای بهبود خوانایی متن */
    .generic-banner-con::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }

    /* استایل محتوای بنر */
    .generic-banner-content {
      position: relative;
      z-index: 2;
      color: #fff;
      text-align: center;
    }

    /* استایل عنوان */
    .single-page-titr1 {
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 15px;
    }
    @media (max-width: 767px) {
      .single-page-titr1 { font-size: 28px; }
    }

    /* استایل Breadcrumb */
    .breadcrumb ul {
      list-style: none;
      display: inline-flex;
      align-items: center;
      padding: 0;
      margin: 0;
    }
    .breadcrumb p {
  color: #fff !important;
}
    .breadcrumb ul li {
      font-size: 14px;
      color: #fff;
      position: relative;
    }
    .breadcrumb ul li a {
      color: #fff;
      text-decoration: none;
      transition: color 0.3s;
    }
    .breadcrumb ul li a:hover { color: #ddd; }
    /* جداکننده بین موارد */
    .breadcrumb ul li:not(:last-child)::after {
      content: "/";
      margin: 0 5px;
      color: #fff;
    }
    /* مورد فعال */
    .breadcrumb ul li.active span { color: #ddd; }

    /* تنظیمات ریسپانسیو برای بخش بنر */
    @media (max-width: 767px) {
      .generic-banner-con { padding: 60px 0; }
      .breadcrumb ul li { font-size: 12px; }
    }
.post-tags ul li {
  margin-bottom: 10px;
}

    /* ساختار اصلی بخش تماس */
    .contact-section {
      width: 100%;
      padding: 60px 0;
    }
    .contact-heading {
      text-align: center;
      margin-bottom: 40px;
      opacity: 0;
      transform: translateY(20px);
      transition: all 0.6s ease-out;
    }
    .contact-heading h2 {
      font-size: 46px;
      font-weight: bold;
      color: #055888;
    }
    /* استایل آیتم‌های اطلاعات تماس */
    .contact-item {
      position: relative;
      display: flex;
      flex-direction: row; /* تغییر جهت به row تا با توجه به rtl، آیکون در سمت راست قرار گیرد */
      align-items: center;
      justify-content: flex-start;
      text-align: right;
      margin-bottom: 30px;
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
      overflow: hidden;
      opacity: 0;
      transform: translateY(20px);
    }
    .contact-item:hover {
      transform: translateY(-5px);
    }
    /* استایل آیکون اصلی */
    .contact-item__icon {
      flex-shrink: 0;
  font-size: 70px;
  color: #055888;
  margin: 0 10px 20px 80px;
  position: relative;
  top: 15px;
  right: 60px;
    }
    .contact-item__icon i {
      display: block;
    }
    /* استایل عنوان و محتوا */
    .contact-item__content {
      /* از gap استفاده می‌کنیم ولی برای کنترل دقیق‌تر از مارجین استفاده شده */
      /* توجه: در rtl، margin-right به عنوان فاصله سمت چپ (برای المان بعدی) عمل می‌کند */
      text-align: right;
    }
    .contact-item__content h5 {
      font-size: 20px;
      margin-bottom: 5px;
      color: #055888;
    }
    .contact-item__content p,
    .contact-item__content a {
      font-size: 14px;
      color: #555;
      text-decoration: none;
      margin-bottom: 3px;
      display: block;
    }
    /* آیکون پس‌زمینه به صورت سایه */
    .contact-item::after {
      content: "";
      position: absolute;
      top: -10px;
      right: -20px;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      font-size: 160px;
      color: rgba(0, 0, 0, 0.05);
      z-index: 0;
    }
    /* تعیین آیکون پس‌زمینه برای هر آیتم */
    .contact-item--email::after {
      content: "\f0e0"; /* آیکون envelope */
    }
    .contact-item--address::after {
      content: "\f3c5"; /* آیکون map-marker-alt */
    }
    .contact-item--phone::after {
      content: "\f095"; /* آیکون phone */
    }
    .contact-item--hours::after {
      content: "\f017"; /* آیکون clock */
    }
    /* اطمینان از قرارگیری محتوای اصلی بالاتر از پس‌زمینه */
    .contact-item > * {
      position: relative;
      z-index: 1;
    }
    /* ریسپانسیو برای دستگاه‌های کوچک */
    @media (max-width: 767px) {
      .contact-item {
        flex-direction: column;
        text-align: right;
      }
      .contact-item__content {
        margin: 15px 0 0 0;
      }
      .contact-item__icon {
        margin: 0 0 10px 0;
      }
    }
    /* انیمیشن‌های ورود به صحنه */
    .animate-on-scroll {
      opacity: 0;
      transform: translateY(20px);
    }
    .animate-on-scroll.in-view {
      opacity: 1;
      transform: translateY(0);
      transition: all 0.6s ease-out;
    }
    .col-6 {
      padding: 0 15px;
      width: 100%;
    }
    @media (min-width: 768px) {
      .col-6 {
        width: 50%;
      }
    }
    /* تعیین تأخیر برای انیمیشن‌ها */
    .contact-heading.animate-on-scroll.in-view {
      transition-delay: 0.1s;
    }
    .row .col-6:nth-child(1) .animate-on-scroll.in-view {
      transition-delay: 0.2s;
    }
    .row .col-6:nth-child(2) .animate-on-scroll.in-view {
      transition-delay: 0.4s;
    }
    .row .col-6:nth-child(3) .animate-on-scroll.in-view {
      transition-delay: 0.6s;
    }
    .row .col-6:nth-child(4) .animate-on-scroll.in-view {
      transition-delay: 0.8s;
    }
    /* استایل فرم */
    form.contact-form-plan-box {
      width: 100%;
    }
    .form-row {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 20px;
    }
    .form-group {
      width: 100%;
    }
    /* استفاده از کلاس سفارشی برای ستون‌ها */
    .form-row .col-6 {
      flex: 1 1 calc(50% - 20px);
    }
    input.form-control,
    select.form-control,
    textarea.form-control {
      width: 100%;
      padding: 12px 15px;
      font-size: 16px;
      border: 1px solid #055888;
      border-radius: 4px;
      background-color: #fefefe;
      transition: border-color 0.3s ease;
      direction: rtl;
    }
    input.form-control:focus,
    select.form-control:focus,
    textarea.form-control:focus {
      outline: none;
      border-color: #007bff;
    }
    /* استایل اختصاصی برای منو کشویی */
    select.form-control {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23777' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 15px center;
      background-size: 12px 8px;
    }
    .textarea textarea.form-control {
      resize: vertical;
    }
    .submitform-button {
      text-align: center;
      margin-top: 20px;
    }
    .submitform-btn {
      background-color: #055888;
      color: #fff;
      padding: 12px 30px;
      font-size: 16px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
    .submitform-btn:hover {
      background-color: #dab356;
    }
    /* استایل‌های ریسپانسیو */
    @media (max-width: 768px) {
      .form-row .col-6 {
        flex: 1 1 100%;
      }
      .wrapper {
        padding: 20px;
      }
      .contact-page-form-txt h2 {
        font-size: 20px;
      }
    }
    /* کلاس کمکی برای مخفی کردن المان‌ها (صرفاً برای دسترسی) */
    .visually-hidden {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }
    /* استایل بخش نقشه */
    .map-section {
      width: 100%;
      padding: 50px 0;
    }

    /* استایل کانتینر داخلی */
    .map-section .container {
      width: 100%;
      margin: 0 auto;
      padding: 0 15px;
      margin-top: -80px;
  margin-bottom: 100px;
    }

    /* استایل آیفریم نقشه */
    .map-section iframe {
      width: 100%;
      border: 0;
    }

    /* ریسپانسیو کردن نقشه برای نمایش‌های کوچکتر */
    @media (max-width: 768px) {
      .map-section iframe {
      }
    }
    /* انیمیشن ورود برای کل بخش FAQ */
    .faq-con {
      width: 100%;
      padding: 40px 0;
      background-color: #fff;
      animation: fadeInUp 0.5s ease both;
      margin-bottom: 100px;
    }
    
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* عنوان حرفه‌ای */
    .professional-title {
      text-align: center;
      margin-bottom: 40px;
    }
    
    .professional-title h2 {
      font-size: 2rem;
      color: #005888;
      margin-bottom: 10px;
      position: relative;
      display: inline-block;
    }
    
    .professional-title h2::after {
      content: "";
      width: 50%;
      height: 3px;
      background-color: #d4af37;
      position: absolute;
      bottom: -5px;
      left: 50%;
      transform: translateX(-50%);
    }
    
    .professional-title p {
      font-size: 1rem;
      color: #666;
      max-width: 600px;
      margin: 0 auto;
      padding: 0 10px;
    }
    
    /* گرید آکاردئون */
    .accordion-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }
    
    /* استایل کارت‌های آکاردئون */
    .card {
      background: #fff;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      transition: box-shadow 0.5s ease;
    }
    
    .card:hover {
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }
    
    .card summary {
      list-style: none;
      cursor: pointer;
      padding: 15px 20px;
      font-size: 1rem;
      font-weight: bold;
      position: relative;
      background-color: #005888;
      color: #fff;
      transition: background-color 0.5s ease;
      text-align: right;
      user-select: none;
    }
    
    /* حذف نشانگر پیش‌فرض مرورگر */
    .card summary::-webkit-details-marker {
      display: none;
    }
    
    .card summary::marker {
      display: none;
    }
    
    /* آیکون فلش سفارشی با استفاده از خصوصیات منطقی برای پشتیبانی از RTL/LTR */
    .card summary::after {
      content: "\25BC"; /* فلش به سمت پایین */
      position: absolute;
      inset-inline-end: 20px; /* موقعیت در انتهای خط */
      top: 50%;
      transform: translateY(-50%);
      transition: transform 0.5s ease;
      font-size: 0.8rem;
      color: #fff;
    }
    
    /* تغییر جهت آیکون در حالت باز */
    details[open] summary::after {
      transform: translateY(-50%) rotate(180deg);
    }
    
    .card summary:hover {
      background-color: #dab356;
    }
    
    /* استایل فوکوس برای بهبود دسترسی */
    .card summary:focus {
      outline: 2px solid #d4af37;
      outline-offset: 2px;
    }
    
    /* انیمیشن مدرن برای محتوا: افکت باز/بسته شدن به صورت اسلاید و فید */
    .card-body {
      padding: 0 20px;
      font-size: 0.95rem;
      color: #555;
      border-top: 1px solid #e0e0e0;
      text-align: right;
      background-color: #fff;
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
    }
    
    details[open] .card-body {
      padding: 15px 20px;
      max-height: 1000px; /* فرض شده که محتوا از این ارتفاع تجاوز نکند */
      opacity: 1;
      text-align: justify;
    }
    
    /* ریسپانسیو */
    @media (max-width: 600px) {
      .professional-title h2 {
        font-size: 1.5rem;
      }
      .professional-title p {
        font-size: 0.9rem;
      }
      .card summary {
        font-size: 0.95rem;
      }
      .card-body {
        font-size: 0.85rem;
      }
    }

/* استایل‌های اصلی صفحه‌بندی */
.custom-pagination {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
  padding: 0;
}

/* استایل لیست صفحه‌بندی */
.pagination-list {
  list-style: none;
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
}

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

.pagination-item a,
.pagination-item span {
  font-size: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid #046eac;
  background-color: #005888;
  color: #fff;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: transform 0.3s ease,
              background-color 0.3s ease,
              color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* افکت هاور برای تغییر رنگ و افکت تکان نرم */
.pagination-item a:hover,
.pagination-item span:hover {
  background-color: #dab256;
  color: #fff;
  border-color: #f3c64d;
  transform: translateY(-3px);
}

/* استایل آیتم صفحه فعال */
.pagination-item.active span,
.pagination-item .current {
background-color: #dab256;
  color: #fff;
  border-color: #f3c64d;
  cursor: default;
  transform: none;
}

/* تنظیمات آیکون‌های Font Awesome (در صورت استفاده) */
.pagination-item a i,
.pagination-item span i {
  vertical-align: middle;
  margin: 0 0.25rem;
}
.notfoundbtn {
  display: inline-block;
  color: #fff;
  padding: 17px 40px;
  background: #e6bc53;
  font-size: 18px;
  font-weight: 600;
  border-radius: 30px;
  box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 20%);
  transition: transform 0.3s ease-out, background-color 0.3s ease-out;
  text-decoration: none;
}

/* صفحه سینگل */
/* Single Page */
    /* CSS Variables */
    .custom-single-page {
      --primary-color: #005888;
      --primary-hover: #1a8dcc;
      --secondary-color: #393939;
      --text-color: #333;
      --bg-color: #f4f4f4;
      --accent-color: #e84545;
      --border-radius: 6px;
      background-color: var(--bg-color);
      color: var(--text-color);
      padding: 20px;
    }
    .post-tags ul li {margin-bottom: 10px;}
    .custom-single-page * {
      font-family: 'Yekan', sans-serif , "Font Awesome 6 Free";
      padding: 0;
      box-sizing: border-box;
    }
    .custom-single-page a {
      text-decoration: none;
      color: inherit;
    }
    
    /* Grid Layout */
    .custom-single-page .grid-layout {
      display: grid;
      grid-template-columns: 2fr 1fr;
      gap: 20px;
    }
    
    /* Main Content */
    .custom-single-page .main-content .post-item {
      background: #fff;
      border-radius: var(--border-radius);
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .custom-single-page .main-content .post-item:hover {
      transform: translateY(-3px);
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    }
    .custom-single-page .post-item-wrap figure {
      margin-bottom: 15px;
    }
    .custom-single-page .post-image img {
      width: 100%;
      border-radius: var(--border-radius);
      display: block;
      height: auto;
    }
    .custom-single-page .post-item-header h2 {
      font-size: 28px;
      margin-bottom: 10px;
      color: var(--primary-color);
      font-weight: 600;
    }
    .custom-single-page .post-meta {
      font-size: 14px;
      font-family: 'Yekan', sans-serif;
      color: var(--primary-color);
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 15px;
    }
    .custom-single-page .post-meta i {
      margin-left: 5px;
    }
    .custom-single-page .post-meta a:hover {
      color: var(--primary-hover);
    }
    .fa-solid { color: var(--primary-color); }
    .hak-tags { color: #fff; }
    .hak-tags:hover { color: #fff; }
    .no-post-views-not { color: #666; }
    .custom-single-page .widget-search button i { color: #fff; }
    .widget-search button i {
    position: relative;
    top: -4px;
    font-size: 22px;
}
    .custom-single-page .post-content p {
      margin-bottom: 15px;
      text-align: justify;
      color: var(--secondary-color);
    }
    .custom-single-page .post-tags ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    .custom-single-page .post-tags ul li a {
      background: var(--primary-color);
      color: #fff;
      padding: 5px 10px;
      border-radius: 3px;
      transition: background 0.3s ease;
    }
    .custom-single-page .post-tags ul li a:hover {
      background: var(--primary-hover);
    }
    
    /* ---------------------- */
    /* Professional Comments  */
    /* ---------------------- */
    .custom-single-page .comments {
      background: #fff;
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: 0 3px 8px rgba(0,0,0,0.1);
      margin-top: 30px;
      color: var(--secondary-color);
    }
    .custom-single-page .comments h3 {
      font-size: 26px;
      margin-bottom: 20px;
      color: var(--primary-color);
      border-bottom: 2px solid var(--primary-color);
      padding-bottom: 10px;
    }
    .custom-single-page .comment-list {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    /* کامنت سطح بالا */
    .custom-single-page .comment-list li {
      display: grid;
      grid-template-columns: 80px 1fr;
      gap: 15px;
      padding: 20px;
      border-left: 3px solid var(--primary-color);
      border-radius: var(--border-radius);
      background: #fafafa;
      margin-bottom: 20px;
      transition: background 0.3s ease;
    }
    .custom-single-page .comment-list li:hover {
      background: rgba(228, 169, 20, 0.1);
    }
    .custom-single-page .comment-avatar img {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid var(--primary-color);
    }
    .custom-single-page .comment-content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .custom-single-page .comment-meta {
      font-size: 14px;
      color: var(--primary-color);
      margin-bottom: 8px;
    }
    .custom-single-page .comment-text {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 10px;
    }
    .custom-single-page .comment-reply a {
      align-self: flex-start;
      color: var(--primary-color);
      padding: 6px 12px;
      border: 1px solid var(--primary-color);
      border-radius: 3px;
      transition: all 0.3s ease;
      font-size: 14px;
    }
    .custom-single-page .comment-reply a:hover,
    .custom-single-page .comment-reply a:focus {
      background: var(--primary-color);
      color: #fff;
      outline: none;
    }
    /* استایل برای پاسخ‌های تو در تو */
    .custom-single-page .comment-list .children {
      list-style: none;
      margin: 15px 0 0 80px;
      padding: 0;
      border-right: 2px solid var(--primary-color);
    }
    .custom-single-page .comment-list .children li.comment {
      padding: 15px;
      background: #f9f9f9;
      border-radius: var(--border-radius);
      margin-bottom: 10px;
    }
    
    /* ---------------------- */
    /* Comment Form         */
    /* ---------------------- */
    .custom-single-page .comment-form {
      margin-top: 40px;
      background: #fff;
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    }
    .custom-single-page .comment-form h3 {
      font-size: 24px;
      margin-bottom: 20px;
      color: var(--primary-color);
      border-bottom: 2px solid var(--primary-color);
      padding-bottom: 10px;
    }
    .custom-single-page .comment-form label {
      display: block;
      margin-bottom: 8px;
      font-weight: bold;
    }
    .custom-single-page .comment-form input,
    .custom-single-page .comment-form textarea {
      width: 100%;
      padding: 12px;
      border: 1px solid var(--primary-color);
      border-radius: 4px;
      margin-bottom: 15px;
      transition: border-color 0.3s ease, box-shadow 0.3s ease;
      font-size: 14px;
    }
    .custom-single-page .comment-form input:focus,
    .custom-single-page .comment-form textarea:focus {
      outline: none;
      border-color: var(--primary-hover);
      box-shadow: 0 0 5px rgba(228, 169, 20, 0.5);
    }
    .custom-single-page .required { color: var(--accent-color); }
    .custom-single-page .form-submit input[type="submit"] {
      background: var(--primary-color);
      color: #fff;
      border: none;
      padding: 12px 30px;
      border-radius: 4px;
      cursor: pointer;
      transition: background 0.3s ease;
      font-size: 16px;
    }
    .custom-single-page .form-submit input[type="submit"]:hover {
      background: var(--primary-hover);
    }
    
    /* ---------------------- */
    /* Sidebar & Widgets      */
    /* ---------------------- */
    .custom-single-page .sidebar .widget {
      background: #fff;
      padding: 20px;
      border-radius: var(--border-radius);
      margin-bottom: 20px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
    .custom-single-page .widget-title {
      font-size: 20px;
      margin-bottom: 15px;
      padding-bottom: 5px;
      border-bottom: 2px solid var(--primary-color);
      display: flex;
      align-items: center;
      gap: 8px;
      color: var(--primary-color);
    }
    .custom-single-page .widget-title i { color: var(--primary-color); }
    
    /* ---------------------- */
    /* Search Widget        */
    /* ---------------------- */
    .custom-single-page .widget-search .input-group {
      display: flex;
      border: 1px solid var(--primary-color);
      overflow: hidden;
      border-radius: 10px;
    }
    .custom-single-page .widget-search input {
      flex: 1;
      padding: 10px;
      border: none;
    }
    .custom-single-page .widget-search button {
      border: none;
      cursor: pointer;
      font-weight: 600;
      font-size: 20px;
      height: 48px;
      padding: 9px 17px;
      border-radius: 8px 0 0 8px;
      background: var(--primary-color);
      color: #fff;
      transition: background 0.3s ease;
    }
    .custom-single-page .widget-search button:hover { background: var(--primary-hover); }
    
    /* ---------------------- */
    /* Widget Tabs          */
    /* ---------------------- */
    .custom-single-page .widget-tabs .tabs-nav .tab-links {
      list-style: none;
      display: flex;
      gap: 5px;
      margin-bottom: 15px;
      width: 100%;
    }
    .custom-single-page .widget-tabs .tabs-nav .tab-links li {
      flex: 1;
    }
    .custom-single-page .widget-tabs .tabs-nav .tab-links li a {
      display: block;
      text-align: center;
      padding: 10px 5px;
      background: var(--primary-color);
      color: #fff;
      border-radius: 3px 3px 0 0;
      transition: background 0.3s ease;
      white-space: nowrap;
    }
    .custom-single-page .widget-tabs .tabs-nav .tab-links li a:hover,
    .custom-single-page .widget-tabs .tabs-nav .tab-links li a:focus {
      background: var(--primary-hover);
      outline: none;
    }
    .custom-single-page .widget-tabs .tabs-nav .tab-links li.active a {
      background: var(--primary-hover);
      border-bottom: 2px solid var(--primary-color);
      font-weight: bold;
      color: #fff;
      font-size: 14.5px;
    }
    .custom-single-page .widget-tabs .tab-content .tab { 
      display: none; 
      animation: fadeIn 0.5s ease-in-out;
    }
    .custom-single-page .widget-tabs .tab-content .tab.active { 
      display: block; 
    }
    .custom-single-page .post-thumbnail-list {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }
    .custom-single-page .post-thumbnail-entry {
      display: flex;
      gap: 10px;
      align-items: center;
    }
    .custom-single-page .post-thumbnail-entry img {
      width: 64px;
      height: 48px;
      object-fit: cover;
      border-radius: 3px;
    }
    .post-thumbnail-content {
    top: -8px;
    position: relative;
    }
    .custom-single-page .post-thumbnail-content a {
      font-size: 10px;
      color: #52656d;
      transition: color 0.3s ease;
    }
    .custom-single-page .post-thumbnail-content a:hover { color: var(--primary-hover); }
    .custom-single-page .post-thumbnail-content time,
    .custom-single-page .post-thumbnail-content .post-category {
      font-size: 12px;
      color: #52656d;
      display: block;
    }
    .custom-single-page .post-thumbnail-content time:hover { color: var(--primary-hover); }
    
    /* ---------------------- */
    /* Categories and Tags    */
    /* ---------------------- */
    .custom-single-page .widget-categories ul,
    .custom-single-page .widget-tags .tags {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .custom-single-page .widget-categories ul li { margin-bottom: 10px; }
    .custom-single-page .widget-categories ul li a {
      text-decoration: none;
      color: #777;
      display: inline-flex;
      align-items: center;
      gap: 5px;
    }
    .custom-single-page .widget-categories ul li a i::before { color: var(--primary-color) !important; }
    .custom-single-page .widget-categories ul li span {
      font-family: 'Yekan', sans-serif;
      color: var(--primary-color);
      margin-left: 5px;
      float: left;
    }
    .widget-categories ul li:hover{
      margin-bottom: 5px;
      background: #fafafa;
      padding: 5px 10px 5px 10px;
      border-radius: 5px;
    }
    .custom-single-page .widget-tags .tags a {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      background: var(--primary-color);
      color: #fff;
      padding: 5px 10px;
      border-radius: 3px;
      margin: 5px 5px 0 0;
      transition: background 0.3s ease;
    }
    .tags a i {
    color: #fff;
}
footer.post-tags ul li a i {
    color: #fff;
    position: relative;
    left: 5px;
    top: 2px;
}
    .custom-single-page .widget-tags .tags a:hover { background: var(--primary-hover); }
    .commentmetadata a {
    color: #005888;
}
.comment p {
    color: #015989;
}
img.avatar.avatar-32.photo {
    border-radius: 50%;
}
    /* Animations */
    .custom-single-page .animate__animated {
      animation-duration: 0.8s;
      animation-fill-mode: both;
    }
    .custom-single-page .animate__fadeInUp { animation-name: fadeInUp; }
    @keyframes fadeInUp {
      from { opacity: 0; transform: translate3d(0, 40px, 0); }
      to { opacity: 1; transform: none; }
    }
    .custom-single-page .animate__zoomIn { animation-name: zoomIn; }
    @keyframes zoomIn {
      from { opacity: 0; transform: scale(0.3); }
      50% { opacity: 1; }
      to { opacity: 1; transform: scale(1); }
    }
    .custom-single-page .animate__fadeInRight { animation-name: fadeInRight; }
    @keyframes fadeInRight {
      from { opacity: 0; transform: translate3d(40px, 0, 0); }
      to { opacity: 1; transform: none; }
    }
    .custom-single-page .animate__fadeInLeft { animation-name: fadeInLeft; }
    @keyframes fadeInLeft {
      from { opacity: 0; transform: translate3d(-40px, 0, 0); }
      to { opacity: 1; transform: none; }
    }
    @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
    
    /* Prefers Reduced Motion */
    @media (prefers-reduced-motion: reduce) {
      .custom-single-page * {
        animation-duration: 0.001ms !important;
        transition-duration: 0.001ms !important;
      }
    }
    
    /* Responsive Styles */
    @media (max-width: 768px) {
      .custom-single-page .grid-layout { display: block; }
      
      /* تب‌های widget-tabs در موبایل همانند دسکتاپ تمام صفحه نمایش داده می‌شوند */
      .custom-single-page .widget-tabs .tabs-nav .tab-links {
        flex-direction: row;
      }
      
      /* فاصله بین محتویات صفحه (کامنت و جستجو) در حالت موبایلی */
      .custom-single-page .sidebar {
        margin-top: 30px;
      }
      
      /* بهبود نمایش کامنت‌ها در موبایل */
      .custom-single-page .comment-list li {
         display: flex;
         flex-direction: column;
         align-items: center;
         text-align: center;
         padding: 15px;
         grid-template-columns: unset;
      }
      .custom-single-page .comment-avatar {
         margin-bottom: 15px;
      }
      .custom-single-page .comment-meta {
         text-align: center;
         width: 100%;
      }
      .custom-single-page .comment-text {
         text-align: justify;
         width: 100%;
      }
      .custom-single-page .comment-reply {
         margin-top: 10px;
      }
      /* حذف حاشیه چپ در پاسخ‌های تو در تو */
      .custom-single-page .comment-list .children {
         margin: 15px 0 0 0;
         padding: 0;
         border-left: none;
      }
      .custom-single-page .comment-list .children li.comment {
         width: 100%;
      }
      
      /* کاهش اندازه فونت عناوین کامنت‌ها */
      .custom-single-page .comments h3,
      .custom-single-page .comment-form h3 {
        font-size: 20px;
      }
    }
    
    /* Utility Classes */
    .custom-single-page .w-100 { width: 100%; }
    .custom-single-page .float-left { float: left; }
