/* =========================================
   بخش فوتر (Footer)
   ========================================= */

/* تمام عرض کردن پس‌زمینه فوتر */
.pkp_structure_footer_wrapper {
  background-color: #176093 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* استایل‌دهی به محتوای فوتر */
.pkp_structure_footer {
  background-color: transparent !important; /* حذف رنگ پس‌زمینه پیش‌فرض */
  color: #ffffff !important;
  padding: 30px 15px !important;
  text-align: center;
}

/* تغییر رنگ لینک‌های فوتر */
.pkp_structure_footer a {
  color: #ffffff !important;
  text-decoration: none;
}

.pkp_structure_footer a:hover {
  text-decoration: underline;
}


/* =========================================
   بخش دکمه ارسال (Submission Button)
   ========================================= */

.submission-btn {
  display: inline-block;
  min-width: 160px;
  padding: 10px 22px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: none !important;
  color: #1f5d8c !important;

  background: linear-gradient(to bottom, #f4f4f4 0%, #d9d9d9 100%);
  border: 1px solid #9b9b9b;
  border-radius: 2px;
  box-shadow: inset 0 1px 0 #ffffff;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.submission-btn:hover {
  background: linear-gradient(to bottom, #eeeeee 0%, #d2d2d2 100%);
  color: #124b74 !important;
  text-decoration: none !important;
}

.submission-btn:active {
  background: linear-gradient(to bottom, #d8d8d8 0%, #f0f0f0 100%);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.18);
}

.submission-btn:focus {
  outline: none;
  box-shadow:
    inset 0 1px 0 #ffffff,
    0 0 0 3px rgba(31, 93, 140, 0.18);
}
.pkp_structure_head {
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
}
.pkp_navigation_primary_wrapper
Specificity: (0,1,0)
 {
    padding-left: 2%;
    padding-right: 0;
}
.pkp_site_nav_menu a{
  color: #176093
}
.pkp_site_nav_menu a:hover{
  color: #176093
}