.footer {
    background-color: #0d1117;
    color: #fff;
    padding: 3rem 2rem 2rem;
    font-family: sans-serif;
  }
  
  .footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 11rem;
  }
  
  .footer-col {
    flex: 1;
    min-width: 250px;
  
  }
  
  .footer-logo {
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1rem;
  }
  
  .footer p {
    color: #ccc;
    line-height: 1.6;
  }
  
  .footer-col h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #fff;
  }
  
  .footer-col ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-col ul li {
    margin-bottom: 0.5rem;
  }
  
  .footer-col ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .footer-col ul li a:hover {
    color: #f0e6d2;
  }
  
  .social-icons {
    margin-top: 1rem;
  }
  
  .social-icons a {
    color: #ccc;
    margin-right: 1rem;
    font-size: 1.2rem;
    transition: color 0.3s;
  }
  
  .social-icons a:hover {
    color: #f0e6d2;
  }
  
  .footer-divider {
    border: none;
    border-top: 1px solid #2b3137;
    margin: 2rem auto 1rem;
    max-width: 90%;
   
  }
  
  .footer-bottom {
    text-align: center;
    font-size: 0.9rem;
    color: #999;
  }

  
  