

.sidebar {
  height: 100vh;
  position: sticky;
  top: 0;
}

.sidebar a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
}

.sidebar a:hover {
  background-color: #495057;
  color: #fff;
}

.dropdown-menu a {
  color: #000;
}

/* Remove underline from all links in the mobile sidebar */
#mobileSidebar a,
#mobileSidebar .dropdown-menu a {
  text-decoration: none !important;
  margin: 10px;
}

@media (max-width: 768px) {
  .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin: 0;
    box-shadow: none;
    background-color: #343a40;
    /* Match sidebar bg if needed */

    transform: translateY(-3px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }

  .dropdown-menu .dropdown-item {
    color: #fff;
    /* Optional: match your sidebar link color */
  }

  .dropdown-menu .dropdown-item:hover {
    background-color: #495057;
  }
}

/* Ensuring the video container is responsive */
.video-container iframe {
  width: 100%;
  height: auto;
}

/* Responsive grid for videos */
.video-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Ensure the content fits on small devices */
.card-body {
  flex-grow: 1;
}


/* Ensuring the video container is responsive */
.video-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  /* Adding rounded corners to the video */
}

/* Video container with box-shadow and padding */
.video-container {
  background-color: #000;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  /* Ensures no content spills out */
}

/* Style for the video card with space around content */
.video-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 20px;
  /* Adds spacing between videos */
}

/* Styling the text and ensuring it is clean */
.video-card p {
  margin: 10px 0;
  font-size: 1rem;
  color: #333;
}

/* Center text and smaller font for views text */
.views-text {
  font-size: 0.85rem;
  color: #888;
}

/* Responsive grid for videos */
.card-body {
  flex-grow: 1;
}

.footer-icon {
  display: flex !important;
  justify-content: space-around;
  position: fixed !important;
  ;
  border: px solid #ccc;
  margin-right: 40px !important;
  height: 50px !important;
  background-color: #222222;
  bottom: 0;
  cursor: pointer;
}

.btn.rounded-pill {
  padding: 0.4rem 1rem;
  font-size: 0.875rem;
  transition: all 0.2s ease-in-out;
}

.btn.rounded-pill.active {
  background-color: #0d6efd;
  color: white;
  border-color: #0d6efd;
}

.btn.rounded-pill:hover {
  opacity: 0.9;
}

.footer-icon .fa-solid {
  font-size: 25px;
  color: #fff !important;
  cursor: pointer;
}

.form-control::placeholder {
  color: #888;
  font-size: 0.95rem;
}

.form-control:focus {
  box-shadow: none;
  border-color: #0d6efd;
}



@media screen and (min-width: 620px) {
  .footer-icon {
    display: none !important;
  }
}

@media screen and (max-width: 620px) {
  .footer-media {
    display: none !important;
  }
  
}

  
}