/* Course Details Styling */
.course-details .card {
  border: 1px solid #e0e0e0;
}
.course-details .card .card-body {
  padding: 1.25rem;
}
.course-details h2 {
  font-size: 1.75rem;
}
.course-details ul {
  padding-left: 20px;
}
.course-details ul li {
  margin-bottom: 8px;
}
.course-details .nav-tabs .nav-link.active {
  background-color: #2FC0F2;
  color: #fff;
}
.course-details .nav-tabs .nav-link {
  border-radius: 0;
  font-weight: 500;
}
/* Footer Styling */
.site-footer {
  background-color: #575050;
  color: #fff;
}

.site-footer .footer-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.site-footer .footer-description {
  font-size: 14px;
  line-height: 1.6;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover {
  color: #2FC0F2;
}

.footer-padding li {
  padding: 4px 0;
}

/* Extra space between Our Courses & Links columns */
.pe-lg-5 {
  padding-right: 3rem !important;
}

.ps-lg-5 {
  padding-left: 3rem !important;
}

/* Newsletter Button */
.btn-subscribe {
  background-color: #2FC0F2;
  color: #fff;
  border: none;
}

.btn-subscribe:hover {
  background-color: #199ec4;
}

/* Social Icons */
.footer-social a {
  color: #fff;
  margin-right: 10px;
  font-size: 16px;
}

.footer-social a:hover {
  color: #2FC0F2;
}

/* Bottom Copyright */
.footer-bottom {
  background-color: #000;
  color: #fff;
}
