body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #2d2d2d;
  text-align: left;
  background-color: #f8f9ff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#mainNav {
  background-color: #4c3b99 !important;
}

.active-nav-item {
  color: #e2e8f0 !important;
}

.card {
  background: #6b46c1;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  border: none;
}

.bs-icon.bs-icon-secondary {
  color: #718096;
  background: #f8f9ff;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #a0aec0 !important;
}

.btn {
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-padding-y: 0.625rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #4c3b99;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 8px;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  --bs-btn-disabled-opacity: 0.6;
  --bs-btn-focus-box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.3);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: 'Inter', sans-serif;
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: all 0.2s ease-in-out;
}

.btn:hover {
  color: #ffffff;
  background-color: #6b46c1;
  border-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: #4c3b99 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
}

.footer-header {
  color: #e2e8f0;
  font-size: 1.25rem;
  font-weight: 700;
}

.footer-link {
  color: #cbd5e0;
}

.footer-link:hover {
  color: #e2e8f0;
  font-weight: 500;
}

.Footer-container {
  background-color: #4c3b99;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
}

.Top-Nav-Dropdown {
  color: #e2e8f0 !important;
}

.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #6b46c1;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #ffffff;
  font-weight: 600;
  background-color: #4c3b99;
}

.subscribe-button {
  color: #ffffff;
  background-color: #4c3b99;
}

.subscribe-button:hover {
  color: #ffffff;
  background-color: #6b46c1;
}

.navbar {
  --bs-navbar-padding-x: 1rem;
  --bs-navbar-padding-y: 0.75rem;
  --bs-navbar-color: #2d2d2d;
  --bs-navbar-hover-color: #4c3b99;
  --bs-navbar-disabled-color: #a0aec0;
  --bs-navbar-active-color: #4c3b99;
  --bs-navbar-brand-padding-y: 0.4rem;
  --bs-navbar-brand-margin-end: 1.5rem;
  --bs-navbar-brand-font-size: 1.5rem;
  --bs-navbar-brand-color: #2d2d2d;
  --bs-navbar-brand-hover-color: #4c3b99;
  --bs-navbar-nav-link-padding-x: 0.75rem;
  --bs-navbar-toggler-padding-y: 0.3rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%234c3b99' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(108, 92, 231, 0.2);
  --bs-navbar-toggler-border-radius: 8px;
  --bs-navbar-toggler-focus-width: 0.2rem;
  --bs-navbar-toggler-transition: box-shadow 0.2s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto !important;
  }
}

.underline:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background: #a3bffa;
  z-index: -1;
  transition: 0.3s;
}

.underline:hover::after {
  background: #ecc94b;
}

.bold-heading-1 {
  color: #4c3b99;
  font-weight: 700;
}

.para-style-2 {
  color: #2d2d2d;
  font-size: 1.125rem;
}

.para-style-1 {
  color: #2d2d2d !important;
  font-size: 1.125rem;
}

.container {
  max-width: 100%;
  padding: 0 1.5rem;
}

.justify {
  text-align: justify;
}

.copy-icon {
  background-color: #ecc94b;
  padding: 6px;
  border-radius: 6px;
}

.course-title-it {
  background-color: rgba(108, 92, 231, 0.2);
  padding: 0 2rem;
  border-radius: 12px;
}

.all-department-courses-table {
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
  color: #2d2d2d;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 95%;
  margin: auto;
}

.sr-no {
  font-weight: 800;
  font-size: 1.25rem;
}

.course-title {
  font-size: 1.25rem;
}

.course-button {
  background-color: #4c3b99;
  color: #ffffff;
}

.course-details {
  font-family: 'Inter', sans-serif;
  padding: 4% 8%;
}

.Accreditation-para {
  width: 95%;
}

.RoadMap {
  height: 3.5em;
  background-color: #4c3b99;
  padding: 12px 2rem;
  color: #ffffff;
  border-radius: 8px;
}

.sr-no-width {
  width: 60px;
}

.justify-p {
  text-align: justify;
}

.font-size-larger {
  font-size: 1.125rem;
}

