	
  .fresh-packages-dropdown {
  position: relative;
}

/* Mega Menu */
.fresh-mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 788px;
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  z-index: 999;
  flex-direction: column;
  gap: 30px;
 
}

/* Section Headers */
.fresh-header {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
    cursor: pointer;
    transition: color 0.3s ease;
    border-left: 3px solid #000000;
    
    padding: 10px 10px 10px 10px;
}

.fresh-header.active .arrow-icon {
  transform: rotate(90deg);
}

/* Grid */
.fresh-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  display: none;
}

.fresh-grid a {
  display: block;
  text-decoration: none;
  background: #edecec ;
  padding: 10px 15px;
  border-radius: 6px;
  color: #1e1e1e;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid transparent;
   border-left:4px solid rgb(0, 85, 196);
}

.fresh-grid a:hover {
  background: #111441 !important;
  color: #ffffff;
  border-left:4px solid rgb(0, 141, 206);
  transform: translateY(-2px);
  
}
i.fa.fa-angle-down.mobile-only-arrow {
    display: none;
}

/* Show on mobile only (screens less than 992px) */
@media (max-width: 991px) {
  .mobile-only-arrow {
    display: inline-block;
    margin-left: 6px;
    font-size: 14px;
  }
}

/* Desktop Hover */
@media (min-width: 769px) {
  .fresh-packages-dropdown:hover .fresh-mega-menu {
    display: flex;
  }

  .fresh-grid {
    display: grid !important;
  }
}

/* Mobile View */
@media (max-width: 768px) {
  .fresh-mega-menu {
    position: static;
    width: 100%;
    background: #1e293b00;
    color: #ffffff;
    display: none;
    padding: 20px;
    border-radius: 0;
  }

  .fresh-packages-dropdown.open .fresh-mega-menu {
    display: block;
  }

      .fresh-header {
        color: #fff;
        padding: 0px 0;
        font-size: 12px;
        border-left: none;
    }

  .fresh-grid {
    display: none;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .fresh-grid.show {
    display: grid;
  }

  .fresh-grid a {
    background: #33415500;
    color: #fff;
    font-weight: lighter !important;
   
  }
i.fa.fa-angle-down {
    float: right;
}
}
 .who-we-are-dropdown {
    list-style: none;
    position: relative;
  }

  .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 16px 20px;
    text-decoration: none;
    cursor: pointer;
  }

  .dropdown-toggle .mobile-icon {
    display: none;
    margin-left: 8px;
  }

  .who-we-are-mega-menu {
    display: none;
    position: absolute;
    top: 95%;
    left: 0;
    background: #fff;
    width: 671px;
    padding: 13px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    z-index: 999;
    justify-content: space-between;
    gap: 15px;
  }

  .who-we-col {
    flex: 1;
    background: #f8fafc;
    border-radius: 10px;
    overflow: hidden;
  }

  .who-we-header {
    font-size: 16px;
    margin: 0;
    color: #000000;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .who-we-links {
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    font-weight: 800;
  }

  .who-we-links a {
     display: flex;                          /* Make icon + text appear in a row */
  align-items: center;                   /* Vertically align icon and text */
  justify-content: flex-start;          /* Align content to the left */
  gap: 10px;                             /* Space between icon and text */
  background: #bfe0f793;
  padding: 10px;
  margin: 2px 0;
  border-radius: 6px;
  text-decoration: none;
  color: #0f172a;
  font-size: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  font-weight: 600;
  border-left: 3px solid #2563eb;
  }

  .who-we-links a:hover {
    border-left: 3px solid #2563eb;
    background: #111441 !important;
    padding-left: 8px;
    color: white;
  }

  .who-we-col.special {
    background: linear-gradient(145deg, #e0f2fe, #f1f5f9);
    padding: 0px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  }

  .who-we-col.special .who-we-links {
    padding: 12px;
  }

  h4.who-we-header {
    padding: 0px 1px 8px 1px;
    justify-content: flex-start;
}
  .who-we-col.special a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fff;
    padding: 10px;
    margin: 2px 0;
    border-radius: 6px;
    text-decoration: none;
    color: #0f172a;
    font-size: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    font-weight:normal;
  }

  .who-we-col.special .who-we-links a {
  display: flex;                          /* Make icon + text appear in a row */
  align-items: center;                   /* Vertically align icon and text */
  justify-content: flex-start;          /* Align content to the left */
  gap: 10px;                             /* Space between icon and text */
  background: #fff;
  padding: 10px;
  margin: 2px 0;
  border-radius: 6px;
  text-decoration: none;
  color: #0f172a;
  font-size: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  font-weight: 600;
}

  .who-we-col.special a:hover {
    background: #e0f2fe;
    color: white;
  }

  .fa-angle-down {
    transition: transform 0.3s;
  }

  .rotate {
    transform: rotate(180deg);
  }

  /* .mobile-only-arrow {
    display: inline-block;
  } */

  /* Desktop Styling */
  @media (min-width: 769px) {
    .who-we-are-dropdown:hover .who-we-are-mega-menu {
      display: flex;
    }

    .who-we-links {
      display: flex !important;
      font-weight: 500 !important;
    }

    .dropdown-toggle .mobile-icon {
      display: none;
    }

    .mobile-only-arrow {
      display: none;
    }

    .who-we-header {
      justify-content: center;
      text-align: center;
    }

    .who-we-links a {
      text-align: center;
      font-weight: 500 !important;
    }
  }

  /* Mobile Styling */
  @media (max-width: 768px) {
    .dropdown-toggle .mobile-icon {
      display: inline-block;
    }

    .who-we-are-mega-menu {
      position: static;
      display: none;
      flex-direction: column;
      align-items: stretch;
      padding: 10px 16px;
      background: transparent;
    }

    .who-we-are-dropdown.active .who-we-are-mega-menu {
      display: flex;
    }

    .who-we-header {
      justify-content: flex-start;
      text-align: left;
      color: white;
      padding: 0;
      background: transparent;
      font-size: 14px;
    }

    .who-we-links {
      display: none;
      width: 100%;
    }

    .who-we-col.open .who-we-links {
      display: flex;
    }

    .who-we-col {
      background: transparent;
      width: 100%;
      box-sizing: border-box;
    }

    .who-we-col.special {
      background: transparent;
      padding: 0;
    }

    .who-we-links a {
      text-align: left;
      font-weight: lighter !important;
    }
  }




  .dropdown {
  position: relative;
}

.owndropdown-mega-menu {
  position: absolute;
  top: 100%;
  left: 31%;
  width: 629px;
  background-color: #ffffff;
  border: 0;
  border-radius: 0 6px 6px 6px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
  margin: 1px 0 0 3px;
  padding: 20px 25px;
  z-index: 9999;
  display: flex;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  overflow: hidden;
}

.dropdown:hover .owndropdown-mega-menu,
.owndropdown-mega-menu.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.owndropdown-left {
  width: 221px;
  border-right: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.owndropdown-left div {
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 500;
  background: #c3c3c34d;;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s ease;
  color: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #0a82d0;
  text-transform: uppercase;
}

.owndropdown-left div:hover,
.owndropdown-left .active {
  background: #00043d;
  color: #ffffff;
  filter: none;
   border-left: 2px solid #1f94ff;
}

.owndropdown-right {
  flex: 1;
  display: none;
  padding-left: 20px;
  max-height: 300px;
  overflow-y: auto;
}


.owndropdown-right.active {
  display: block;
 
}

.owndropdown-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.owndropdown-right li {
  background: transparent;
  border-radius: 0;
  font-size: 13.5px;
  font-weight: 500;
  transition: 0.2s ease;
  text-transform: uppercase;
}

.owndropdown-right li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px 8px 5px;
  color: #000000;
  text-decoration: none;
  border-radius: 0;
  transition: 0.3s;
  font-size: 0.9em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.owndropdown-right li p {
  margin: 0 12px 10px;
  font-size: 12px;
  color: #000000;
  line-height: 1.4;
}

.owndropdown-right li:hover,
.owndropdown-right li:hover a {
  background-color: #189ad6 !important;
  color: #ffffff !important;
  filter: none;
}

.owndropdown-right li:hover p {
  color: #fff8f8 !important;
}

/* Specific styles for mega menu items */
.owndropdown-menu-item {
  background: transparent !important;
  border-radius: 0;
  font-size: 13.5px;
  font-weight: 500;
  transition: all 0.2s ease;
  padding: 0;
  margin: 0;
}

.owndropdown-menu-item a {
  display: block !important;
  color: #FFF !important;
  text-decoration: none;
  padding: 8px 10px 8px 5px;
  border-radius: 0;
  transition: all 0.3s ease;
  font-size: 0.9em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent !important;
}

.owndropdown-menu-item p {
  margin: 0 12px 10px;
  font-size: 12px;
  color: #e0e0e0;
  line-height: 1.4;
}

.owndropdown-menu-item:hover {
  background-color: #999 !important;
}

.owndropdown-menu-item:hover a {
  color: #fff !important;
  background-color: #999 !important;
  filter: none;
}

/* Additional specificity for anchor tags */
.owndropdown-mega-menu .owndropdown-menu-item a:hover {
  background-color: #999 !important;
  color: #fff !important;
}

.owndropdown-mega-menu .owndropdown-menu-item:hover a {
  background-color: #999 !important;
  color: #fff !important;
}

/* Override any conflicting mega-menu styles */
.owndropdown-mega-menu .owndropdown-menu-item a.mega {
  background: transparent !important;
  color: #FFF !important;
  transition: all 0.3s ease !important;
}

.owndropdown-mega-menu .owndropdown-menu-item:hover a.mega {
  background-color: #999 !important;
  color: #fff !important;
}

.owndropdown-mega-menu .owndropdown-menu-item a.mega:hover {
  background-color: #999 !important;
  color: #fff !important;
}

/* Force override for all anchor tags in mega menu */
.owndropdown-mega-menu a {
  background: transparent !important;
  color: #FFF !important;
  transition: all 0.3s ease !important;
}

.owndropdown-mega-menu a:hover {
  background-color: #999 !important;
  color: #fff !important;
}

.owndropdown-menu-item:hover p {
  color: #fff !important;
}



/* Scrollbar */
.owndropdown-right::-webkit-scrollbar {
  width: 6px;
}

.owndropdown-right::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.owndropdown-right::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

/* Mobile Styles (Cleaned, No Duplicates) */
@media (max-width: 768px) {
  .owndropdown-mega-menu {
    left: 0 !important;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    box-sizing: border-box;
    display: none !important; /* Hide by default */
    position: static !important;
    flex-direction: column;
    width: 100%;
     background-color: #00000000;;
    border: 0;
    border-radius: 0 6px 6px 6px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
    margin: 1px 0 0 3px;
    padding: 15px;
    z-index: 1000 !important;
    overflow: hidden;
  }
  .owndropdown-mega-menu.visible {
    display: flex !important; /* Show when open */
	 background-color: #00000000;
  }

  .owndropdown-left {
    display: flex;
    flex-direction: column;
    width: 90%;
    gap: 8px;
  }

  .owndropdown-left div {
    background: #66666600;
    color: #FFF;
    padding: 8px 10px 8px 5px;
    font-size: 0.9em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
	        

  }

  .owndropdown-left div:hover,
  .owndropdown-left div.active {
    background: #66666600;
    color: #fff;
    filter: none;
	 font-size: 12.6px;
	 border-left: none;

  }

  .owndropdown-right {
    display: none !important; /* hidden by default */
  }

  .owndropdown-right.inserted {
    display: block !important;
    position: static !important;
    background-color:#00000000;
    padding: 0;
    margin-top: 10px;
    width: 100%;
    border: 0;
    border-radius: 0;
    max-height: none;
    overflow: visible;
  }

  .owndropdown-right.inserted ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .owndropdown-right.inserted li {
    background: transparent;
    color: #FFF;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
  }

  .owndropdown-right.inserted li a {
    color: #FFF;
    text-decoration: none;
    padding: 8px 10px 8px 5px;
    font-size: 0.9em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
  }

  .owndropdown-right.inserted li:hover a {
    background-color: #999 !important;
    color: #fff !important;
    filter: none;
  }

  .owndropdown-right.inserted li p {
    display: none;
  }
}
@media (max-width: 768px) {
  .owndropdown-left div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 10px 36px;
    font-size: 15px;
    background-color: transparent;
    color: #fff;
    border: 0px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
  }

  .owndropdown-left .icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #fff;
  }

  .owndropdown-left .arrow {
    font-size: 12px;
    margin-left: 10px;
    transition: transform 0.2s ease-in-out;
  }

  .owndropdown-left .active .arrow {
    transform: rotate(90deg); /* ▶ becomes 🔽 */
  }
}

.arrow-mobile {
  display: none;
}
@media (max-width: 768px) {
  .arrow-mobile {
    display: inline;
    margin-left: 8px;
    font-size: 16px;
    vertical-align: middle;
  }
}





.courses-dropdown {
  position: relative;
}

/* ---------- Desktop View ---------- */
@media (min-width: 992px) {
  .courses-mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    width: 529px;
    padding: 10px 15px;
    border-radius: 14px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    gap: 40px;
    z-index: 999;
    flex-wrap: wrap;
    flex-direction: row;
    transition: all 0.3s ease-in-out;
  }

  .courses-dropdown:hover .courses-mega-menu {
    display: flex;
  }

  .courses-col {
    flex: 1;
    min-width: 221px;
  }

  .courses-header {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 14px;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 8px;
	margin-left:13px
  }

  .courses-links {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .courses-links a {
    font-size: 15px;
    text-decoration: none;
    color: #475569;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
	border-left: 3px solid black;
	background-color: #d3e7fd54;
	margin-bottom: 9px;
  }

  .courses-links a:hover {
    background-color: #111441 !important;
    color: #ffffff;
    transform: translateX(5px);
	border-left: 3px solid rgb(89, 131, 247);
  }

  .courses-header i {
    display: none;
  }
}

/* ---------- Mobile View ---------- */
@media (max-width: 991px) {
  .courses-dropdown {
    position: static;
  }

  .courses-mega-menu {
    position: static;
    display: none;
    flex-direction: column;
    width: 100%;
	 background: #00000000;
    padding: 0;
    box-shadow: none;
    gap: 0;
  }

  .courses-dropdown.open .courses-mega-menu {
    display: flex;
  }

  

  .courses-header {
    padding: 0px 16px;
    font-size: 13px;
    background: #00000000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .courses-header i {
    font-size: 14px;
  }

  .courses-links {
    display: none;
    flex-direction: column;
    padding: 10px 20px;
    background-color: #ffffff00;
  }

  .courses-col.active .courses-links {
    display: flex;
  }

  .courses-links a {
    color: #0f172a;
    font-size: 14px;
    padding: 6px 0;
    text-decoration: none;
  }

  .courses-links a:hover {
    color: #1e40af;
	
  }
}
