body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f5f7fa;
  color: #333;
  font-size: 1rem;
}

.font-toggle {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1050;
}

header .carousel-item {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.video-box {
  min-height: 300px;
  background-color: #000;
  border-radius: 8px;
  position: relative;
}



.play-btn {
  font-size: 48px;
  color: white;
  text-shadow: 0 0 15px black;
  pointer-events: none;
  transition: transform 0.3s ease;
}
a:hover .play-btn {
  transform: scale(1.2);
}


footer {
  font-size: 0.9rem;
}

/* Active link style */
.nav-link.active {
  font-weight: bold;
  color: #ffc107 !important; /* Bootstrap warning color */
}

/* Font toggle button hover */
#fontToggle:hover {
  background-color: #ffc107;
  color: #000;
}
