.container {
  max-width: 880px;
}
.navbar {
  background-color: #0d6efd;
    color: white;
}
.navbar-brand {
  color: white;
}
.navbar-brand img {
  max-height: 30px;
}
.nav-link {
  margin-right: 30px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.navbar-nav .show > .nav-link, .navbar-nav .nav-link.active {
  color: white;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-radius: 20px;
  border-color: #0d6efd;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background-color: #ffffff25;
  padding-left: 20px;
  padding-right: 20px;


}
.nav-link, .nav-link:hover, .nav-link:focus {
  color: white;
}
.nav-link:hover {
  border-width: 1px;
  /* border-style: solid; */
  border-radius: 20px;
  background-color: #ffffff25;
}
a {
  color: inherit; /* Use the color of the parent element */
  text-decoration: none; /* Remove underline */
}
a:hover {
  color: inherit;
  text-decoration: none; /* Ensure underline is still removed on hover */
}
.mt-5 {
  margin-bottom: 3rem !important;
  margin-top: 0rem !important;
  padding-top: 2rem !important;;
  padding-bottom: 2rem !important;;
}
.hero {
  background-color: #ffffff;
}
h1.title {
    font-size: 5rem;
    font-weight: 800;
    padding-bottom: 20px;
    color: #1e293b;
}
.filter-list {
  margin-bottom: 2rem !important;
}
.filter-list .list-inline {
    display: flex;
    list-style: none;
    padding: 0;
  }
  
  .filter-item {
    padding: 3px 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    border-color: #e0e0e0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    margin-right: 10px;
    font-weight: 400;
    
  }
  
  .filter-item.active {
    background-color: #0d6efd;
    color: white;
  }

  .filter-item:hover {
    background-color: #33333308;
  }
  .filter-item.active:hover {
    background-color: #0d6efd;
    color: white;
  }

  .job-entry {
    border-bottom: #33333340 solid 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .job-entry:hover {
    background-color: #33333308;
  }
  .job-entry p {
    margin: 0px;
    
  }
  .job-entry p.title {
    font-weight: 600;
    
  }

  .job-entry span.level {
    font-size: 12px;
    padding: 1px 10px;
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    border-color: #e0e0e0;
  }

  .job-entry span.location {
    font-size: 12px;
    padding: 1px 10px;
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    border-color: #e0e0e0;
  }

  .job-entry span.Entry {
    background-color: #DFF5E1;
  }
  .job-entry span.Mid-Senior {
    background-color: #D6EFFF;
  }
  .job-entry span.On-Site {
    background-color: #FFEB3B;
  }
  .job-entry span.Hybrid {
    background-color: #80CBC4;
  }
  .job-entry span.Remote {
    background-color: #D1C4E9;
  }

  .circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #33333388;
    text-transform: uppercase;
    flex-shrink: 0;
  }

  .course-entry {
    border-bottom: #33333340 solid 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .course-entry:hover {
    background-color: #33333308;
  }
  .course-entry p {
    margin: 0px;
    
  }
  .course-entry p.title {
    font-weight: 600;
    
  }

  .course-entry span.Level {
    font-size: 12px;
    padding: 1px 10px;
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    border-color: #e0e0e0;
  }

  .course-entry span.Price {
    font-size: 12px;
    padding: 1px 10px;
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
    border-color: #e0e0e0;
  }


  .Beginner {
    background-color: #DFF5E1;
  }
  .Intermediate {
    background-color: #D6EFFF;
  }
  .Advanced {
    background-color: #FFEB3B;
  }

  .course-entry span.Beginner {
    background-color: #DFF5E1;
  }
  .course-entry span.Intermediate {
    background-color: #D6EFFF;
  }
  .course-entry span.Advanced {
    background-color: #FFEB3B;
  }
  .course-entry span.Free {
    background-color: #80CBC4;
  }
  .course-entry span.Paid {
    background-color: #D1C4E9;
  }


  .pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    justify-content: center;
    gap: 0.5rem;
}

.pagination li a{
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.pagination li.active a {
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
    border-color: #007bff;
}

.pagination li:hover a {
    background-color: #007bff;
    color: #fff;
}

.pagination li.disabled a {
    color: #ccc;
    pointer-events: none;
    background-color: #f9f9f9;
}

.container img {
  max-width: 100%;
}
.quote {
  font-style: italic;
  padding: 20px;
}

footer {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #0d6efd; /* Matches Bootstrap's dark background */
  margin-top: 60px;

}

footer a:hover {
  color: #ffc107; /* Adds hover effect for links */
  text-decoration: underline;
}

footer ul {
  padding: 0;
  margin: 0;
}

footer .list-inline-item {
  margin-right: 15px;
}

footer p, footer ul {
  margin: 0;
}