body {
  padding-top: 120px;
}
.site-header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  transition: transform 0.4s ease;
}

/* Remove fixed from header */
.custom-header {
  position: relative;
}

/* ALPHA DROPDOWN */
.mobile-cta {
  margin-bottom: 30px;
}

.mobile-cta-button {
  display: block;
  background: #0f2b4d;
  color: #fff;
  text-align: center;
  padding: 14px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

/* RIGHT SECTION FIX */
.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.right-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* ALPHA DROPDOWN */
.alpha-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.alpha-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  white-space: nowrap;
}

.alpha-menu {
  position: absolute;
  top: 50px;
  right: 0;
  background: #ffffff;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  padding: 20px;
  width: 240px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;
  z-index: 9999;
}
.alpha-menu ul {
  padding-left: 0px;
  margin-bottom: 0;
  list-style: none;
}
.alpha-menu ul li {
  margin-bottom: 10px;
}
.alpha-menu ul li a {
  color: #132543;
}
span.alpha-text {
    color: #132543;
/*     font-family: 'Karla'; */
    font-size: 14px;
    font-weight: 500;
}

/* Desktop Hover */
@media (min-width: 992px) {
  .alpha-dropdown:hover .alpha-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .alpha-dropdown:hover .alpha-arrow {
    transform: rotate(180deg);
  }
  
}



.custom-header {
  position: fixed;
/*   top: 0; */
  left: 0;
  width: 100%;
  z-index: ;
  transition: transform 0.4s ease;
  background-color: #fff;
}

body {
/*   padding-top: 80px; /* same as header height */ */
}


.custom-header .container {
  max-width: 1280px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

/* Logo */
.header-left img {
  height: 30px;
}

/* MAIN MENU */
.main-menu {
  display: flex;
  gap: 30px;
  list-style: none;
  margin-bottom: 0;
}

.menu-item {
  position: relative;
}

.menu-link {
/*   font-family: 'Karla'; */
  font-size: 14px;
  text-decoration: none;
  color: #132543;
  font-weight: 500;
  padding: 30px 0;
  display: inline-block;
  transition: 0.3s;
}

.menu-link:hover {
  color: #53bee8;
}

/* LEVEL 1 DROPDOWN */
.mega-dropdown {
  position: absolute;
  top: 75px;
  left: 0;
  background: #ffffff;
  padding: 30px;
/*   border-radius: 18px; */
  width: 315px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
  display: none;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}

.has-dropdown:hover .mega-dropdown {
  display: block;
}

/* LEVEL 2 */
.dropdown-level-2 {
  list-style: none;
  padding-left: 0;
}

.level-2-item {
  position: relative;
  margin-bottom: 18px;
}

.level-2-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.level-2-wrapper a {
  text-decoration: none;
  color: #1a2b49;
  font-weight: 500;
}

/* DOT */
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.dot-1 { background:#f4a100; }
.dot-2 { background:#3db2ff; }
.dot-3 { background:#0a7d46; }
.dot-4 { background:#7da8ff; }
.dot-5 { background:#005f3f; }
.dot-6 { background:#6c757d; }

/* LEVEL 3 SIDE DROPDOWN */
.dropdown-level-3 {
  position: absolute;
  top: 0;
  left: 100%;
  background: #ffffff;
  padding: 20px;
  border-radius: 14px;
  min-width: 220px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  list-style: none;
  display: none;
}

.has-submenu:hover .dropdown-level-3 {
  display: block;
}

.dropdown-level-3 li {
  margin-bottom: 12px;
}

.dropdown-level-3 a {
  text-decoration: none;
  color: #1a2b49;
  font-weight: 400;
}

/* Arrow */
.submenu-arrow {
  margin-left: auto;
  transition: 0.3s;
}

.has-submenu:hover .submenu-arrow {
  transform: rotate(90deg);
}

/* CTA */
.cta-button {
  font-size: 14px;
  font-family: 'Karla';
  background: #132543;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  margin-left: 20px;
}
.cta-button:hover {
  background-color: transparent;
  color: #132543;
  border: 1px solid #132543;
  font-weight: 500;
}

.secondary-link {
  margin-right: 15px;
  color: #1a2b49;
  text-decoration: none;
}

/* Mobile */
.mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.mobile-toggle span {
  width: 25px;
  height: 3px;
  background: #000;
}
/* MOBILE FULLSCREEN PANEL */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #f7f8f9;
  padding: 20px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: 0.4s ease;
  z-index: 9999;
}

.mobile-menu.active {
  transform: translateX(0);
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.mobile-menu-header img {
  max-width: 160px;
}

.mobile-close {
  font-size: 24px;
  cursor: pointer;
}

.mobile-section {
  margin-bottom: 20px;
}

.mobile-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.mobile-title a {
  text-decoration: none;
  color: #1a2b49;
}

.mobile-level-2 {
  list-style: none;
  padding-left: 0;
}

.mobile-level-2 li {
  margin-bottom: 10px;
}

.mobile-level-2 a {
  text-decoration: none;
  color: #1a2b49;
}

.mobile-level-3 {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 10px;
}

.mobile-level-3 li {
  margin-bottom: 8px;
}

.mobile-level-3 a {
  text-decoration: none;
  color: #1a2b49;
  font-size: 14px;
}

/* Hide desktop nav on mobile */
@media (max-width: 992px) {
  .header-nav {
    display: none !important;
  }

  .mobile-toggle {
    display: flex;
  }
}


/* Responsive */
@media (max-width: 992px) {

  .header-nav {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    padding: 20px;
  }

  .main-menu {
    flex-direction: column;
    gap: 15px;
  }

  .mobile-toggle {
    display: flex;
  }

  .header-right .cta-button,
  .header-right .secondary-link {
    display: none;
  }

  .mega-dropdown,
  .dropdown-level-3 {
    position: static;
    box-shadow: none;
    padding: 10px 0;
  }

}
@media (max-width: 992px) {

  .alpha-menu {
    top: 50px;
    right: 0;
    width: 220px;
  }

  .alpha-dropdown.active .alpha-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

}

.search-expand button[type="submit"] {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.top-bar__search button:hover {
  border: 0;
  color: #fff;
}

.top-bar {
  background: #0c2340;
  color: #fff;
  font-size: 14px;
}

.top-bar__inner {
  max-width: 1280px;
  margin: auto;
  padding: 8px 16px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-bar__announcement {
  margin-left: auto;
  margin-right: auto;
}

.top-bar__announcement a {
  color: #fff;
  text-decoration: underline;
  font-weight: 400;
}

.top-bar__search {
  position: relative;
}

.search-toggle {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
}

.search-expand {
  position: absolute;
  right: 0;
  top: -4px;
  display: flex;
  align-items: center;
  background: #BDE3FF;
  border-radius: 30px;
  padding: 4px 8px;
  gap: 8px;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.search-expand input {
  border: none;
  outline: none;
  width: 200px;
  background-color: transparent;
}

.search-expand.active {
  width: 260px;
  opacity: 1;
}

.search-close {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .top-bar__inner {
    flex-direction: column;
    gap: 8px;
  }

  .search-expand.active {
    width: 100%;
  }
}
