    footer {
      background-color: var(--secondary-bg);
      padding: 40px 20px 20px;
      text-align: center;
    }

    .footer-title {
      font-size: 24px;
      font-weight: bold;
      color: var(--accent-soft);
      margin-bottom: 20px;
    }

    .footer-nav {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 25px;
    }

    .footer-nav a {
      color: var(--text-light);
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s;
    }

    .footer-nav a:hover {
      color: var(--accent);
    }

   .footer-social {
  margin-bottom: 25px;
}

.footer-social {
  margin-bottom: 25px;
}

.footer-social a {
  display: inline-block;
  background-color: var(--highlight-bg);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 0 6px;
  transition: background 0.3s, color 0.3s;
}

.footer-social a:hover {
  background-color: var(--accent);
}


.footer-social .telegram i {
  color: #ffffff;
  font-size: 16px;
  line-height: 36px;
}

.footer-social .session-icon {
  width: 18px;
  height: 15px;

  filter: brightness(0) invert(1); /* makes it white */

  margin-top: 9px;
}

.footer-social .session {
  /* display: flex; */
  align-items: center;
  justify-content: center;
}


    .footer-copy {
      font-size: 13px;
      color: var(--text-muted);
    }

    .footer-copy strong {
      color: var(--accent-soft);
    }

    .footer-copy a {
      color: var(--accent);
      text-decoration: none;
    }

    .footer-copy a:hover {
      text-decoration: underline;
    }
    .footer-social a i {
  line-height: 3;
  color: var(--text-bright);
}