

.site-footer {
  color: white;
  padding: 60px 20px;
  font-size: 20px;
   background:linear-gradient(rgba(0, 0, 0, 0.86), 
    rgba(0, 0, 0, 0.86));
      background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-block {
  flex: 1;
  min-width: 280px;
}

.footer-block h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #f6b341;
}

.footer-block p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.read-more {
  color: #f6b341;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}

.read-more:hover {
  text-decoration: underline;
}

 /*Recent posts styling */
.recent-posts .post-item {
  margin-bottom: 15px;
}

.post-type {
  font-size: 15px;
  color: #999;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}

.post-item p {
  margin: 0;
  color: #fff;
}

.post-item small {
  font-size: 14px;
  color: #fff;
}

 /*Reach us links */
.reach-us a {
  color: #f6b341;
  text-decoration: none;
}

.reach-us a:hover {
  text-decoration: underline;
}