/* =========================
   BLOG.CSS (CLEAN + FIXED)
========================= */

/* =========================
   TYPOGRAPHY FIX (IMPORTANT)
========================= */

h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
  margin-bottom: 10px;
  font-weight: 600;
}

p {
  line-height: 1.9;
}

/* =========================
   BLOG LAYOUT CARDS
========================= */

.blog .blog-img,
.blog .blog-left .blog-img2 img {
  width: 100%;
  height: auto;
}

.blog .blog-img {
  max-height: 300px;
  overflow: hidden;
}

.blog .blog-right-ca {
  background: #fff;
  margin: 10px;
  padding: 15px;
  text-align: right;
  border-radius: 4px;
  transition: 0.2s ease;
  box-sizing: border-box;
}

.blog .blog-right-ca:hover {
  background: #e7f8fc;
}

.blog .blog-right-ca img {
  width: 100%;
  height: auto;
}

/* متن کارت */
.blog .blog-right-ca .blog-text h5 {
  color: #ec2e47;
  font-size: 2rem;
}

.blog .blog-right-ca .blog-text p {
  text-align: justify;
  color: #9a9a9a;
  font-size: 1.6rem;
}

/* read more */
.blog .blog-right-ca .readmor {
  display: inline-block;
  margin-top: 10px;
}

.blog .blog-right-ca .readmor a {
  display: inline-block;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  background: #ec2e47;
  border-radius: 4px;
  padding: 6px 14px;
  min-width: 100px;
}

.blog .blog-right-ca .readmor a:hover {
  background: #002248;
}

/* =========================
   TAGS
========================= */

.blog .blog-right-ca .blog-tag {
  border-top: 1px solid #e2e2e2;
  margin-top: 10px;
  padding-top: 5px;
}

.blog .blog-right-ca .blog-tag a {
  color: #9a9a9a;
  font-size: 1.2rem;
}

.blog .blog-right-ca .blog-tag a:hover {
  color: #002248;
}

/* =========================
   PAGINATION FIX
========================= */

.blog-pagenavi {
  background: #fff;
  margin: 10px 0;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  float: none;
  background: #ddd;
  color: #545454;
  padding: 6px 10px;
  margin: 2px;
  border-radius: 3px;
}

.wp-pagenavi span.current {
  background: #ec2e47;
  color: #fff;
}

/* =========================
   COMMENTS
========================= */

.comments-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.comment-list li.comment,
.comment-content {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 15px;
}

.submit-button {
  background-color: #ec2e47;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.submit-button:hover {
  background-color: #002248;
}

/* =========================
   POST META
========================= */

.post-date span,
.post-date i {
  color: #b30000 !important;
}

.post-date i.far.fa-calendar-alt {
  display: none !important;
}

/* =========================
   BLOG SECTIONS
========================= */

.blog-post-gray,
.blog-post-White {
  padding-top: 20px;
  margin-bottom: 20px;
}

.blog-post-gray {
  background: #eaeaea;
}

.blog-post-White {
  background: #fff;
}

.blog-post-gray img,
.blog-post-White img {
  max-width: 100%;
  height: auto;
}

/* =========================
   CONTACT SECTION
========================= */

.contactus {
  margin: 30px;
}

.contactus li {
  font-size: 1.6rem;
  line-height: 28px;
}

.contactus p {
  font-size: 1.6rem;
  text-align: justify;
}

.contactus-so {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 0;
}

.contactus-so li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #eee;
  padding: 12px;
  margin: 5px;
  font-size: 2rem;
  border-radius: 6px;
}

.contactus-so li:hover {
  border-color: #ec2e48;
}

.contactus-so li:hover .fab {
  color: #ec2e48;
}

/* =========================
   HOTEL BLOCK (NO CONFLICT)
========================= */

.blog-hotel {
  background: #e8e8e8;
}

.blog-hotel .blog-hotel-ca {
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  margin-top: 10px;
  box-sizing: border-box;
}

.blog-hotel .blog-hotel-ca h4 {
  color: #fb283f;
  font-size: 2rem;
}

.blog-hotel .blog-hotel-ca p {
  font-size: 1.7rem;
  text-align: justify;
}

/* =========================
   NOT FOUND
========================= */

.notfound-s {
  font-size: 1.7rem;
  padding: 20px;
  text-align: center;
  background: #fff;
  margin-top: 15px;
}