.footer-dark {
    background-color: #f8f9fa; /* світло-сірий фон */
    color: #212529; /* темно-сірий текст */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-top: 1px solid #dee2e6;
   
    
  }

  .footer-title {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #343a40;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

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

  .footer-list li {
    margin-bottom: 0.5rem;
  }

  .footer-list li a {
    color: #495057;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
  }

  .footer-list li a:hover {
    color: #007bff; /* bootstrap primary blue */
    text-decoration: underline;
  }

  .youtube-subscribe {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
  }

  .youtube-link {
    font-weight: 600;
    color: #FF0000;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
  }

  .youtube-link:hover {
    color: #cc0000;
    text-decoration: underline;
  }


  .footer-list li a:hover {
    color: #007bff;
    text-decoration: none;
  }
  
  .youtube-link:hover {
    color: #cc0000;
    text-decoration: none;
  }
  .adsbygoogle {
    margin-top: 15px;
}
  
