/* حذف هرگونه فضای سفید اطراف صفحه */
body {
  margin: 0 !important;
  padding: 0 !important;
}

/* هدر تمام‌عرض واقعی بدون هیچ فاصله */
.ss-header {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: linear-gradient(90deg, #6c5ce7, #fd79a8);
  border-bottom: 2px solid #2d3436;

  /* مهم‌ترین بخش → حذف هرگونه بک‌گراند/باکس سفید از قالب اصلی */
  display: block;
  box-shadow: none !important;
  background-clip: border-box;
}

/* کانتینر اختصاصی هدر */
.ss-header__container {
  max-width: 1200px;
  margin: 0 auto !important;
  padding: 10px 16px !important;
}

/* ردیف فلکس */
.ss-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

/* ستون‌ها */
.ss-header__col {
  min-width: 0;
}
.ss-header__col--right  { text-align: right; }
.ss-header__col--center { text-align: center; }
.ss-header__col--left   { text-align: left; }

/* شماره تماس */
.ss-header__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: #d63031;
  padding: 8px 14px;
  border-radius: 24px;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
  text-decoration: none;
  animation: ssBlink 1.25s infinite;
}
.ss-header__phone i { font-size: 16px; }
.ss-header__phone-text { font-size: 14px; }

@keyframes ssBlink {
  0%, 60%, 100% { opacity: 1; }
  30% { opacity: 0.6; }
}

/* نام سایت */
.ss-header__brand {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  padding: 8px 18px;
  border-radius: 26px;
  background: rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.35);
  backdrop-filter: blur(4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);

  /* حذف زیرخط */
  text-decoration: none !important;
}

/* دکمه‌ها */
.ss-header__btn {
  display: inline-block;
  background: #2d3436;
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 20px;
  font-weight: 600;
  margin-inline-start: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: background .2s ease, transform .2s ease;
  text-decoration: none !important;
}
.ss-header__btn:hover {
  background: #00cec9;
  transform: translateY(-1px);
}

/* ریسپانسیو */
@media (max-width: 768px) {
  .ss-header__row { gap: 10px; }
  .ss-header__phone { padding: 7px 12px; }
  .ss-header__brand { font-size: 18px; padding: 7px 14px; }
  .ss-header__btn { padding: 7px 12px; }
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/wp-content/themes/soheilsadeghi-theme/fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/wp-content/themes/soheilsadeghi-theme/fonts/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* اعمال فونت با !important روی همه عناصر */
body, html,
h1, h2, h3, h4, h5, h6,
p, a, li, span, div,
header, footer, nav, section,
input, textarea, button {
  font-family: 'Vazirmatn', Tahoma, sans-serif !important;
}
