.site-footer {
  background: #111;
  color: #ddd;
  padding: 40px 20px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-col {
  flex: 1 1 200px;
  
}

.footer-logo a {
  
  color: #fff;
  text-decoration: none;
}

.footer-description {
  margin-top: 10px;
  color: #bbb;
  font-size: 15px;
}

.footer-posts ul,
.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.footer-posts li,
.footer-nav li {
  margin-bottom: 8px;
}

.footer-posts li a,
.footer-nav li a {
  color: #ccc;
  text-decoration: none;
  font-size: 15px;
}

.footer-posts i,
.footer-nav i {
  margin-right: 8px;
  color: #0af;
}

.footer-subscribe h4 {
  margin-bottom: 10px;
}

.newsletter-form {
  display: flex;
  margin-bottom: 15px;
}

.newsletter-form input {
  flex: 1;
  padding: 8px;
  border: none;
  border-radius: 4px 0 0 4px;
  outline: none;
}

.newsletter-form button {
  padding: 8px 12px;
  border: none;
  background: #0af;
  color: #fff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.footer-social a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #fff;
}

.footer-social a:hover {
  color: #0af;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #888;
  border-top: 1px solid #333;
  padding-top: 15px;
}

.thumb_div3 {
    width: 150px;
    border-radius: 5px;
    overflow: hidden;
}

.footer-container .footer-col .latest-posts p {
    font-size:  13px;
}

.footer-social {
    text-align: center;
}

.footer_navlink {
    width: 100%;
}

.footer-logo {
    background: white;
    padding: 2px;
    border-radius: 5px;
    overflow: hidden;
}



/* 🔹 Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-col {
    width: 100%;
    flex: unset;
  }


  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form input,
  .newsletter-form button {
    width: 100%;
    border-radius: 4px;
    margin: 5px 0;
  }
  
  .footer-nav {
      display: flex;
      gap: 20px;
  }
  .footer-description {
 
  font-size: 13px;
}
}
