/* 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: 18px;
  font-size: 16px;
}

.site-footer .footer-description {
  font-size: 14px;
  line-height: 1.6;
}

/* Footer Links */
.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px; /* smaller text */
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #2FC0F2;
}

/* Add extra spacing between columns */
.footer-padding li {
  padding: 6px 0;
}

/* Wider gap between Our Courses & Links */
.pe-lg-5 {
  padding-right: 4rem !important;
}

.ps-lg-5 {
  padding-left: 4rem !important;
}

/* Newsletter Button */
.btn-subscribe {
  background-color: #2FC0F2;
  color: #fff;
  border: none;
  font-size: 14px;
}

.btn-subscribe:hover {
  background-color: #199ec4;
}

/* Social Icons */
.footer-social a {
  color: #fff;
  margin-right: 12px;
  font-size: 18px;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #2FC0F2;
}

/* Bottom Copyright */
.footer-bottom {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.3px;
}
