.header-module-outer{
  padding: 10px 30px;
  /*   box-shadow: 0px 4px 4px 0px #00000040; */
  position:relative;
  background-color: #000C27;
}

header.global-header .header-module-menu .top-menu>a {
  padding-bottom: 30px;
}
.header-module-inner,
.header-module-inner-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;  
  gap:40px;
  width: 100%;
}

.header-module-logo img {
  max-height: 64px;
  width: auto !important;
}

/* Menu wrapper */
.header-module-menu {
  display: flex;
  align-items: center;
  gap: 40px;
  flex: 1;
  justify-content: flex-start;
}

.header-module-menu a,
.header-module-menu-mobile a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
}
.header-module-outer .top-menu {
  min-width: 85px;
}
/* .header-module-menu-inner:nth-last-child(2) .top-menu>a:hover {
padding-right: 17.15px;
} */
.header-module-menu .top-menu>a.top-menu-item.menu-active,
.header-module-menu .header-module-menu-link a:hover{
  font-weight:700;
}

/* Dropdown */
.header-module-menu-drop-down {
  position: relative;
}

.header-module-menu .header-module-menu-drop-down > a::after {
  content: "▼";
  font-size: 12px;
}
/* .header-module-menu .header-module-menu-drop-down::after {
content: "▼";
font-size: 12px;
} */
.header-module-menu .header-module-menu-drop-down-repeater, 
.header-module-menu .header-module-menu-mega-menu-inner{
  background-color: #000c27;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
  display: none;
  flex-direction: column;
  left: 0;
  min-width: 189px;
  padding: 5px 0 5px;
  position: absolute;
  top: 160%;
  z-index: 100;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin:0px;
}
header.global-header .sticky .header-module-menu .header-module-menu-drop-down-repeater,
header.global-header .sticky .header-module-menu .header-module-menu-mega-menu-inner {
  padding-top: 45px;
  top: 100%;
}
.header-module-menu-drop-down-repeater li {
  list-style: none;
  padding: 0px 15px;
}
.header-module-menu-drop-down-repeater a {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 32px;
  display:inline-block;
  padding:0 !important;
}
.header-module-menu-drop-down-repeater a:hover {
  font-weight:700;
}
.header-module-menu .header-module-menu-drop-down-repeater li a:before {
  background-color: #fff;
  content: none;
  height: 1px;
  position: absolute;
  width: 100%;
  bottom: 6px;
}
.header-module-menu .header-module-menu-drop-down-repeater li a:hover::before {
  content:'';
}
.header-module-menu-inner > .header-module-menu-drop-down.top-menu > a.top-menu-item.menu-active + .header-module-menu-drop-down-repeater {
  display: flex;
}

/* .header-module-menu .header-module-menu-drop-down:hover .header-module-menu-drop-down-repeater {
display: flex;
} */

/* Mega Menu */
.header-module-menu-mega-menu {
  position: relative;
}

/* Apply to menu items that have dropdowns */
.header-module-menu a {
  position: relative;
  /*   padding-right: 20px; /* space for arrow */ */
}
/* .header-module-menu a:hover {
padding-right:16.5px;
} */
/* Arrow */
/* .header-module-menu .header-module-menu-drop-down::after,
.header-module-menu .header-module-menu-mega-menu::after  */

.header-module-menu .header-module-menu-drop-down > a::after,
.header-module-menu .header-module-menu-mega-menu > a::after{
  content: "";
  position: absolute;
  right:-18px;
  top: 15%;
  transform: translateY(-50%) rotate(0deg);
  border: solid #fff;
  border-width: 0 3px 3px 0;
  padding: 3px;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
/* 
.header-module-menu .header-module-menu-drop-down:hover > a::after,
.header-module-menu .header-module-menu-mega-menu:hover > a::after {
transform: translateY(-50%) rotate(225deg);
}
*/

.header-module-menu .header-module-menu-mega-menu-inner {
  display: none;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  min-width: 1100px;
  padding:20px 20px 20px;
  overflow-x:auto;
  left:0;
  /*   left:unset !important; */
}

.header-module-menu-mega-menu-inner-rep h4 {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  font-family: Inter, sans-serif;
}

.header-module-menu-mega-menu-inner-rep ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header-module-menu-mega-menu-inner-rep li a {
  color: #fff;
  display: inline-block;
  font-family: Inter,sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  padding: 0px 5px 0 0 !important;
  position:relative;
}
.header-module-menu .header-module-menu-mega-menu-inner-rep li a:hover{
  font-weight:700;
  /*   text-decoration:underline; */
  padding-right:0px !important;
}
.header-module-menu .header-module-menu-mega-menu-inner-rep li a::before{
  position:absolute;
  content:none;
  width:100%;
  height:1px;
  background-color:#fff;
  bottom:3px;
}
.header-module-menu .header-module-menu-mega-menu-inner-rep li a:hover::before{
  content:'';
}
/* .header-module-menu .header-module-menu-mega-menu:hover .header-module-menu-mega-menu-inner {
display: grid;
}
*/
.header-module-menu-inner > .header-module-menu-mega-menu.top-menu > a.top-menu-item.menu-active + .header-module-menu-mega-menu-inner {
  display: grid;
}

/* Contact Button */
.header-module-button a {
  background-color: #1B2E47;
  border:1px solid #3C3C3C;
  color: #fff;
  padding:10.5px 30px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.header-module-button a:hover {
  background: #1d5f95;
}
.header-module-outer.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 4px 4px 0 #00000040;
  background-color: #000C27;
}
/* body:has(.header-transparent) main {
margin-top: -109.2px;
} */
body main {
  margin-top: -109.2px;
}
@media(max-width:1439px){
  .header-module-menu-mega-menu{
    position:unset !important;
  }
  .header-module-menu .header-module-menu-mega-menu-inner {
    left: unset!important;
    right: 0!important;
    padding-top: 10px;
    top:80% !important;
  }
  .sticky .header-module-menu .header-module-menu-mega-menu-inner {
    top:70% !important;
  }
}
@media(max-width:1400px){
  .header-module-menu .header-module-menu-mega-menu-inner {
    min-width: max-content;
    max-width: max-content;
    gap: 30px;
    /*     grid-template-columns: repeat(4,1fr); */
  }
  .header-module-menu {
    gap: 30px;
  }
}
@media(max-width:1100px){
  .hamburger {
    background: none;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 22px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
  }
  .hamburger span {
    display: block;
    height: 3px;
    background: #fff;
    border-radius: 2px;
  }
  .header-module-menu{
    display:none;
  }
  .header-module-menu-mobile{
    display:none;
  }
  .header-module-outer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    position:relative;
  }
  .header-module-menu-mobile.active{
    display:block !important;
  }
  .header-module-menu-drop-down-menu-text,
  .header-module-menu-mega-menu-text{
    position: relative;
  }
  .header-module-menu-mobile .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: -5px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 45px !important;
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .header-module-menu-mobile .child-trigger i {
    position: relative;
    top: 50%;
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 10px;
    height: 1px;
    background-color: #ffffff;
    display: block;
  }
  .header-module-menu-mobile .child-trigger i:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 1px;
    background-color: #ffffff;
    display: block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .header-module-menu-mobile.active {
    position: fixed;
    top: 0;
    right: 0%;
    width: 100%;
    /*     max-width: 300px; */
    height: 100vh;
    background-color:#000c27;
    flex-direction: column;
    padding: 60px 20px;
    gap: 15px;
    overflow-y: auto;
    transition: right 0.3s ease;
    box-shadow: -2px 0 6px rgba(0, 0, 0, 0.1);
  }
  .header-module-menu-mobile ul.header-module-menu-drop-down-repeater {
    display: none;
    margin: 10px 0;
    padding: 10px;
    background-color: #fff;
  }
  .header-module-menu-mobile .header-module-menu-inner {
    padding-bottom: 10px;
  }
  .header-module-menu-mobile .dropdown-active .mobile-dropdown{
    display:block !important;
  }
  .header-module-menu-mobile .header-module-menu-drop-down-repeater a {
    padding: 0 0;
    color:#000c27;
  }
  .header-module-menu-mobile .header-module-menu-mega-menu-inner {
    background-color: #fff;
    max-width: unset!important;
    padding: 15px 10px;
    margin: 10px 0;
    display:none;
  }
  .header-module-menu-mobile .header-module-menu-mega-menu-inner-rep h4,
  .header-module-menu-mobile .header-module-menu-mega-menu-inner-rep li a{
    color: #000c27;
  }
  .header-module-menu-mobile .dropdown-active .child-trigger i:after{
    content:none;
  }
  .header-module-menu-mobile .header-module-menu-mega-menu-inner-rep {
    padding-top: 20px;
  }
  .header-module-menu-mobile .header-module-menu-mega-menu-inner-rep:first-child {
    padding-top: 0px;
  }
  .mobile-open .close-button {
    display: block!important;
    position: absolute;
    right: 10px;
    top: 0;
    transform: rotate(45deg);
  }
  .mobile-open .close-button span.left {
    background-color: #fff;
    display: block;
    height: 16px;
    width: 2px;
  }
  .mobile-open .close-button span.right {
    background-color: #fff;
    display: block;
    height: 3px;
    left: -6.8px;
    position: absolute;
    top: 6px;
    width: 16px;
  }
  header.global-header.header-black .header-module-menu-mobile .header-module-menu-drop-down-repeater, 
  header.global-header.header-black .header-module-menu-mobile .header-module-menu-mega-menu-inner {
    background-color: #fff;
  }
  header.global-header.header-black .header-module-menu-mobile.active{
    background-color:#000;
  }
  header.global-header.header-black .header-module-menu-mobile .header-module-menu-drop-down-repeater a,
  header.global-header.header-black .header-module-menu-mobile .header-module-menu-mega-menu-inner-rep h4, 
  header.global-header.header-black .header-module-menu-mobile .header-module-menu-mega-menu-inner-rep li a {
    color: #000;
  }
  header.global-header.header-transparent .hamburger span {
    background: #000c27;
  }
  header.global-header.header-transparent .sticky .hamburger span {
    background: #fff;
  }
}