 .footer {
  background: #0ea5e9;
  color: #ccc;
 
  font-size: 14px;
}

.footer-inner {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.footer h4 {
  color: #fff;
  margin-bottom: 12px;
}

.footer a {
  color: #ccc;
  text-decoration: none;
}

.footer a:hover {
  color: #2c7be5;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 8px;
}

.footer-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  background: #2c7be5;
  color: #fff;
  border-radius: 5px;
}

.footer-btn:hover {
  background: #1a5dc9;
}

.footer-bottom {
  border-top: 1px solid #333;
  
 
  text-align: center;
  font-size: 13px;
  color: #888;
}
