/*
Theme Name: Azarpedia Pro
Theme URI: https://azarpedia.ir
Author: Azarpedia Team
Description: قالب خبری مدرن با اسلایدر تمام‌عرض.
Version: 1.0
License: GPLv2
Text Domain: azarpedia-pro
*/

body {
  font-family: 'Vazirmatn', sans-serif;
  background: #f9fafc;
  margin: 0;
  color: #222;
}

header {
  background: #0f3057;
  color: #fff;
  padding: 20px 0;
}

header h1 {
  margin: 0;
  text-align: center;
  font-size: 32px;
}

nav {
  text-align: center;
  margin-top: 10px;
}

nav a {
  color: #fff;
  margin: 0 10px;
  text-decoration: none;
  font-weight: 500;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto;
}

.article-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 25px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.article-card h2 a {
  color: #0f3057;
  text-decoration: none;
}

.article-card h2 a:hover { text-decoration: underline; }

.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px;
}

.slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  opacity: 0;
  transition: opacity 1s;
}

.slide.active { opacity: 1; }

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(15,48,87,0.7);
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
}

footer {
  background: #0f3057;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 14px;
  margin-top: 40px;
}
