   .new-tab-header {
    padding-right: 20px;
    background: url(/wp-content/uploads/2025/12/Group-11-1.svg) right center no-repeat;
}
.has-l-news {
    background: #061733 !important;
}

.page-template-template-bf-entuity {
    background: #061733;
}
.header-nav > ul > li:hover > a {
    color: #ffd600;
}
.mobile-header-nav:hover {
    color: #ffd600;
}

.submenu-group li a:hover {
      color: #ffd600;
}

.submenu-header a:hover {
        color: #ffd600;

}

.header-nav > ul > li:hover::after {
    display: none !important;
    content: none !important;
}
header.scrolled {
    background: #061733 !important;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    color: #fff !important;
}
header.scrolled .header-nav > ul > li > a {
    color: #fff !important;
}
header.scrolled .header-nav-small ul li a {
    color: #fff !important;
}
header.scrolled .header-right-search svg path {
    fill: #fff !important;
}
.header-rights {
    padding-top: 17px;
}
html {
    scroll-behavior: smooth;
}

.mobile-header-nav > ul > li > a {
    border-bottom: none !important;
    color: #fff !important;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    padding: 14px 20px 14px 0;
}
.mobile-header-nav > ul > li:first-child > a {
    border-top: none !important;
}
.mobile-header {
    background: #061733 !important;
}
.header-nav-small ul li a {
    display: flex !important;
}
header:not(.scrolled) .header-nav-small > ul > li > a:hover {
    text-shadow: 1px 0 0px #fff;
    text-shadow: none !important;
    font-weight: bold !important;
    text-decoration: underline;
}

header.scrolled .header-nav-small ul li a:hover {
    font-weight: bold;
    text-decoration: underline;

}
.eh .mobile-header-nav > ul > li > a::after {
    background: url(/wp-content/uploads/2025/05/Vector-13.svg) no-repeat center center !important;
    width: 16.506px !important;
    height: 11.577px !important;
}
.hamburger--squeeze.is-active .hamburger-inner, .hamburger--squeeze.is-active .hamburger-inner:after, .hamburger--squeeze.is-active .hamburger-inner:before {
    width: 16px !important;
}
.menu-dropdown-trigger {
  position: relative;
}


@media only screen and (max-width: 1023px) {
    .mobile-header-nav {
        padding-bottom: 60px;
        padding-top: 30px;
    }
}

header {
  position: relative;
  z-index: 100;
}

.dropdown-menu-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100vw;         /* 🔥 This forces full viewport width */
  max-width: 100vw;     /* 🔒 Prevents being constrained by parent */
  min-width: 100vw;     /* 🔒 Extra safety */
    margin-bottom: 16px; /* 🟢 Adds 16px spacing between links */

  background: #061733;
  border-top: 0.5px solid #97CCEF;
  border-bottom: 0.5px solid #97CCEF;
  max-height: 540px;
  padding: 40px 40px;
  z-index: 100;
  background-image: url('/wp-content/uploads/your-wave-image.svg');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto 100%;
}

.header-nav:hover .dropdown-menu-container,
.dropdown-menu-container:hover {
  display: block;
}

.dropdown-inner {
  display: flex;
    justify-content: flex-start;
  gap: 40px;
  
}

.dropdown-col {
  flex: 1;
    max-width: 272px;

}
.dropdown-col:first-child {
  flex: none;
  width: 295px;
  max-width: 295px;
}

.platform-card {
  border-radius: 18px;
  background: linear-gradient(33deg, #112C51 35.56%, #0D4B77 88.5%, #0291CE 153.52%);
  height: 337.219px;
  padding: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
    font-family: Raleway, sans-serif;

}


.card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.card-desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.card-arrow {
  font-size: 24px;
  margin-top: 20px;
  color: #FFD600;
}

.dropdown-heading {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 18px;
    font-family: Raleway, sans-serif;

}

.dropdown-links li a {
  display: block;
  color: #FFF;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.dropdown-links li a:hover,
.dropdown-links li a.active {
  color: #FFD600;
  font-weight: 700;
}
.mobile-submenu {
  background: #061733;
  padding: 20px;
  color: white;
  font-family: Raleway, sans-serif;
  min-height: 100vh;
  position: relative;
  animation: slideInRight 0.3s ease forwards;
}

/* Slide animation */
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}

/* Main Menu back link */
.submenu-header {
  font-size: 16px;
  margin-bottom: 40px;
  text-align: left;
}

.submenu-header a {
  color: #FFF;
  text-align: left;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}

/* Main heading inside submenu */
.submenu-content h3 {
  color: #FFF;
  text-align: left;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* Paragraph under h3 */
.submenu-content p {
  color: var(--White, #FFF);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px; /* 181.25% */
  margin-bottom: 40px;
}

/* Group block */
.submenu-group {
  margin-bottom: 40px;
}

/* Group titles like "By Project" */
.submenu-group h4 {
  color: #F1F8FD;
  text-align: left;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* List and items */
.submenu-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.submenu-group ul li {
  margin-bottom: 20px;
}

/* Link style with arrow */
.submenu-group ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #FFF;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}

/* White arrow image */
.submenu-group ul li a::after {
  content: '';
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='13' viewBox='0 0 16 13' fill='none'%3E%3Cpath d='M8.71802 0.7117L14.5064 6.49994M14.5064 6.49994L8.71802 12.2883M14.5064 6.49994H1' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 13.506px;
  height: 11.577px;
}

.mobile-header-bottom .header-nav-small{
  display: block; 
  color: #fff;
  margin-top:20px;
  text-align: right;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.hp-v4-section .text-20 {
    color: #061733;
    height: 82px;
}

.header-nav > ul > li {
    width: 105px;
}
.header-nav > ul > li:hover > a {
    transition: color 200ms ease-in-out, font-weight 200ms ease-in-out;

}

.has-l-news {
  position: relative;
  width: 100%;
  z-index: 100;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: translateY(0);
  opacity: 1;
}

/* Hiding state (between 100 and 250px) */
.has-l-news.prepare-sticky {
  transform: translateY(-20px);
  opacity: 0;
}

/* Final sticky state */
.has-l-news.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(0);
  opacity: 1;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
