/* Blog Section Styling */
.blog-section {
  padding-top: 60px; /* Reduced empty space */
  padding-bottom: 50px;
  background-color: #faf9f7;
  font-family: 'Poppins', sans-serif;
  line-height: 1.7;
  color: #333;
}

.blog-section h1,
.blog-section h2 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  color: #4b2e1e;
}

.blog-section h1 {
  font-size: 2.3rem;
  margin-bottom: 1rem;
}

.blog-section h2 {
  font-size: 1.6rem;
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
}

.blog-section p {
  font-size: 1.05rem;
  margin-bottom: 1rem;
}

.blog-section a {
  color: #8b4513;
  font-weight: 600;
  text-decoration: none;
}

.blog-section a:hover {
  text-decoration: underline;
}

/* Blog Image Fix */
.blog-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Footer text size */
.footer {
  font-size: 0.9rem;
}
