/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

.header {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.blog-slider {
  width: 90%;
  margin: 40px auto;
}

.blog-slider .card {
  background: #fff;
  border-radius: 12px;
  max-width: 300px;
  margin: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
}

.blog-slider .card:hover {
  transform: translateY(-5px);
}

.blog-slider .card h3 {
  margin-bottom: 10px;
  color: #333;
}

.blog-slider .card p {
  font-size: 14px;
  color: #666;
}

/* Optional: Improve dot styling */
.slick-dots li button:before {
  font-size: 12px;
  color: #666;
}

.slick-dots li.slick-active button:before {
  color: #007bff;
}
/*# sourceMappingURL=optimizeSlider.css.map */
