/* ============================================
   MR CALL OF - css/news.css
   استایل اخبار و خدمات
============================================ */

/* ---------- کارت خبر ---------- */
.news-card {
  background: #fbfbfc;
  border: 1px solid #eceef1;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 16px 14px;
}

.news-thumb {
  width: 100%;
  height: 140px;
  background: linear-gradient(135deg, #f1f1f4, #f7f7f9);
}
.news-thumb img { width: 100%; height: 100%; object-fit: cover; }

.news-body { padding: 13px 14px 15px; }

.news-date {
  font-size: 10.5px;
  color: #ffb800;
  font-weight: 700;
  margin-bottom: 6px;
}

.news-title {
  font-size: 14px;
  font-weight: 800;
  color: #15161a;
  margin-bottom: 6px;
  line-height: 1.6;
}

.news-summary {
  font-size: 12px;
  color: #6c6d78;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ---------- صفحه جزئیات خبر ---------- */
.news-detail-img { width: 100%; height: 200px; background: #f7f7f9; }
.news-detail-img img { width: 100%; height: 100%; object-fit: cover; }
.news-detail-body { padding: 18px; }
.news-detail-title { font-size: 16px; font-weight: 900; color: #15161a; margin-bottom: 8px; line-height: 1.7; }
.news-detail-content { font-size: 13.5px; color: #5c5d66; line-height: 2.1; }

/* ---------- کارت خدمات ---------- */
.service-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fbfbfc;
  border: 1px solid #eceef1;
  border-radius: 16px;
  padding: 14px;
  margin: 0 16px 12px;
}

.service-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.service-info { flex: 1; overflow: hidden; }
.service-title { font-size: 13.5px; font-weight: 800; color: #15161a; margin-bottom: 4px; }
.service-price { font-size: 12px; color: #ffb800; font-weight: 700; }
.service-arrow { font-size: 15px; color: #6b6d78; }

/* ---------- صفحه جزئیات خدمات ---------- */
.srv-detail-icon {
  width: 74px; height: 74px; border-radius: 20px;
  background: linear-gradient(145deg, #ffb800, #ff7a00);
  display: flex; align-items: center; justify-content: center;
  font-size: 32px; margin: 24px auto 16px;
}
.srv-detail-title { text-align: center; font-size: 16px; font-weight: 900; color: #15161a; margin-bottom: 6px; }
.srv-detail-price { text-align: center; font-size: 15px; font-weight: 800; color: #ffb800; margin-bottom: 20px; }
.srv-detail-desc { padding: 0 20px; font-size: 13px; color: #6c6d78; line-height: 2; text-align: center; margin-bottom: 24px; }
