/*
=================================================================
Footer
================================================================= 
*/ 

.site-footer {
    background-color: #f8f9fa;
    color: #164D7F;
    padding: 40px 20px 10px 20px;
    font-family: 'Bellefair', serif;
    border-top: 1px solid #dcdcdc;
  }
  
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .footer-col {
    flex: 1 1 200px;
  }
  
  .footer-col h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #164D7F;
  }
  
  .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-col ul li {
    margin-bottom: 8px;
  }
  
  .footer-col a {
    text-decoration: none;
    color: #164D7F;
  }
  
  .footer-col a:hover {
    text-decoration: underline;
  }
  
  .footer-bottom {
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    color: #164D7F;
    border-top: 1px solid #ccc;
    padding-top: 15px;
  }
  

/* --------------------------------------------------------------------------- */