/* Mega Menu Styles - Added to your existing code */
.nav-item.dropdown {
  position: static;
  padding-bottom: 20px;
}

.dropdown-menu.mega-menu {
  /* width: 80%; */
  left: 50% !important;
  transform: translateX(-50%);
  padding: 30px;
  border-radius: 20px;
  border: none;
  box-shadow: 0 5px 10px #d7d7d7;
  background-color: #ffffff;
  position: absolute;
  display: none;
}

.mega-menu-container {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.mega-menu-column {
  flex: 1;
  min-width: 200px;
}

.mega-menu-heading {
  font-family: var(--font-family);
  color: var(--matt-black);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d7d7d7;
}

.mega-menu-subheading {
  font-family: var(--font-family);
  font-weight: 600 !important;
  color: var(--matt-black);
  margin: 15px 0 10px 0;
  font-size: 16px;
}

.mega-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu-list li {
  margin-bottom: 8px;
}

.mega-menu-list a {
  color: #151515;
  text-decoration: none;
  font-size: 16px !important;
  font-weight: 600;
  transition: all 0.2s;
}

.mega-menu-list a:hover {
  color: #0066cc;
  padding-left: 5px;
}

.mega-menu-paragrah {
  font-size: 14px;
  font-family: var(--font-family);
  color: #5c5c5c;
  font-weight: 300 !important;
  line-height: 1.6;
  margin-bottom: 5%;
}

.mega-menu-note {
  font-size: 11px;
  color: #777;
  font-style: italic;
  margin-top: -5px;
  margin-bottom: 10px;
}

.visit-link {
  display: block;
  text-align: right;
  margin-top: 20px;
  color: #0066cc;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
}

.visit-link:hover {
  text-decoration: underline;
}

/* Ensure nav items with dropdowns show pointer cursor */
.nav-item.dropdown .nav-link {
  cursor: pointer;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block; /* Show menu on hover */
}

/* Responsive styles */
@media (max-width: 992px) {
  .dropdown-menu.mega-menu {
    width: 90%;
    left: 5%;
    padding: 15px;
  }

  .mega-menu-container {
    gap: 20px;
  }

  /* .navbar .container {
    flex-direction: column;
  } */

  .nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-item {
    margin-bottom: 10px;
  }
  .mega-menu-container .row {
    display: block;
  }

  .mega-menu-container .col {
    flex: none;
    max-width: 100%;
    margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .dropdown-menu.mega-menu {
    position: relative;
    width: 100%;
    left: 0;
    box-shadow: none;
    border-radius: 0;
  }

  .mega-menu-column {
    min-width: 100%;
  }
}

.more .more-tab li a::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  /* margin-left: 8px; */
  float: right;
  color: #333;
}

.more .more-tab li {
  margin-bottom: 6%;
}

.mega-menu-footer {
  background-color: #ff6157;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}

.megamenu-row {
  margin-left: 0px;
  margin-right: 0px;
}

.btn-outline-secondary {
  border-radius: 20px;
}

.apply-now {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 5%;
}

.visit-siu-btn {
  color: #000;
  padding: 8px 20px;
  font-size: 1rem;
  font-weight: 500;
}

.circle-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.unlock-future-section {
  /* background-color: #f9f9f9; */
  border-radius: 12px;
  padding: 1.5rem;
  text-align: left;
  margin: 3%;
}
/* .unlock-future-section h5,
h6 {
  color: #ffffff !important;
} */

.unlock-future-section p {
  color: #ffffff !important;
}
.program-buttons button {
  border-radius: 50px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  padding: 0.5em 1.5em;
}

.program-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
  margin: 3%;
}

.unlock-future-section h5 {
  padding-left: 5% !important;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: #ffffff !important;
}
.unlock-future-section h6 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: #ffffff !important;
}

.btn-outline-secondary {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
}

.mmmtabbedmenuleft .py-4 {
  padding-bottom: 0 !important;
}

.bg-color-menu {
  cursor: pointer;
}

.bg-color-menu a {
  display: block;
  width: 100%;
  padding: 10px 15px !important;
  font-family: var(--font-family);
  font-weight: 500 !important;
  font-size: 16px !important;
  color: var(--font-color) !important;
}

.bg-color-menu:hover {
  background-color: #fcfaf7;
}

.nav-text .nav-title {
  font-family: var(--font-family);
  font-weight: 600 !important;
  font-size: 16px;
  color: var(--matt-black);
}

.nav-info {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #5c5c5c;
}

/* Ultra-wide or 4K screens */
@media (min-width: 1920px) {
  .mega-menu-container {
    max-width: 1600px !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.mega-commom-btn .default-btn {
  background-color: transparent !important;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.mega-commom-btn .default-btn .btn-left-i {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.mega-commom-btn .default-btn .btn-right-i {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.mega-commom-btn .default-btn:hover {
  color: #ffffff !important;
}
.heading-menu-title a:hover h6 {
  opacity: 1;
  color: #ff6157;
  font-weight: 600 !important;
}
.mega-menu-section {
  margin-bottom: 4%;
}
