/* Site Footer and Social media links*/

.site-footer {
  padding: 15px 0;
  background: #f7f7f9;
  color: #2a2b30;
  border: 1px solid #ddd;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
  border-top: 2px solid #818181;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 12px 12px 0 0;
  text-align: right;
}

.site-footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 5rem;
  flex-direction: column;
  gap: 10px;
}

.social-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 8px;
  border-radius: 20px;
  font-weight: bold;
  border: 1.5px solid;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition:
    background 0.2s,
    color 0.2s;
  text-decoration: none;
  font-size: 0.9rem;
  min-width: 0px;
  text-align: center;
}

/* YouTube button */
.youtube-btn {
  background: #fff;
  color: #222;
  border-color: #ff0000;
}

.youtube-btn:hover {
  background: #ff0000;
  color: #fff;
}

.youtube-btn svg {
  fill: #ff0000;
  transition: fill 0.2s;
}

.youtube-btn:hover svg {
  fill: #fff;
}

/* LinkedIn button */
/* .linkedin-btn {
  background: #fff;
  color: #222;
  border-color: #0077b5;
}

.linkedin-btn:hover {
  background: #0077b5;
  color: #fff;
}

.linkedin-btn svg {
  fill: #0077b5;
  transition: fill 0.2s;
}

.linkedin-btn:hover svg {
  fill: #fff;
} */

/* GitHub button */
/* .github-btn {
  background: #fff;
  color: #222;
  border-color: #999;
}

.github-btn:hover {
  background: #333;
  color: #fff;
}

.github-btn svg {
  fill: #333;
  transition: fill 0.2s;
}

.github-btn:hover svg {
  fill: #fff;
} */

/* GitHub button */
.github-btn {
  background: #fff;
  color: #222;
  border-color: #333;
}

.github-btn:hover {
  background: #333;
  color: #fff;
}

.github-btn svg {
  fill: #333;
  transition: fill 0.2s;
}

.github-btn:hover svg {
  fill: #fff;
}

/* LinkedIn button */
.linkedin-btn {
  background: #fff;
  color: #222;
  border-color: #0077b5;
}

.linkedin-btn:hover {
  background: #0077b5;
  color: #fff;
}

.linkedin-btn svg {
  fill: #0077b5;
  transition: fill 0.2s;
}

.linkedin-btn:hover svg {
  fill: #fff;
}
