header {
    background: #fff !important;
}
.header-inwrap {
    min-height: 80.8px;
    position: relative;
}
/*navbar css */
.primary-menu {
    column-gap: 34px;
}
.primary-menu button {
    border: 0;
    background: transparent;
    padding: 0;
    line-height: 1;    
} 
nav a {
    text-decoration: none;
}

nav .mega-menu-content {
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    top: 80.8px; 
    clip: rect(0, 5000px, 5000px, -5000px);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
nav .mega-menu-content:before {
  /*
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 20px;
  background: white; /* same as background of the container or parent */
  z-index: 2; */
}
nav .product-tab { 
    padding: 20px 22px 16px;
    margin: 0;
    border-radius: 10px;
    width: 29.5%;
    position: relative;
}
nav .product-tab.active {
    background: #ECECFF;   
}
nav .tab-title {
    font-size: 18px;
    padding: 0;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1;
}
nav .product-tab.active .tooltip {
    visibility: visible;
    opacity: 1;
}
nav .tab-txt {
    line-height: 16.66px;
    color: #4A4A4A;
    height: auto;
    font-weight: 400;
    margin: 0;
    min-height: 42px;
    font-size: 14px;
    opacity: .8;
}
nav .tooltip {
    transition: visibility 0s, opacity 0.2s linear;
    position: absolute;
    top: -11px;
    left: 22px;
    background: linear-gradient(131.46deg, #F64E82 -57.07%, #6C4BCE 56%);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 6px;
    border-radius: 4px;
}
nav .mega-tabs-wrap {
        margin: 30px 38px 0;
}
nav .mega-tabs-wrap2.cgap-dynamic .mega-tab-box2 {
    width: 27.57%;
}
nav .top-nav-item>a {
    padding: 29px 0;
    font-weight: 600;
    font-size: 16px;
    color: #01011c;
    display: flex;
    align-items: center;
}

nav .product-submenu {
    padding: 20px 38px 17px;
    border-top: 1px solid #D3D2F9;
    margin-top: 22px;
    width: 100%;
}

nav #submenu-hv1 .submmenu-lastparent .submenu-data {
    padding: 9px 17px;
    border-radius: 10px;
    width: 29.5%;
    height: 104px;
}
nav #submenu-hv1 .submmenu-lastparent .submenu-data:hover {
    background: #F3F3FF !important;
}
nav #submenu-hv1 .menu-text {
    padding-top: 2px;
    padding-left: 14px;  
}

nav #submenu-hv1 .menu-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 18.56px;
    color: #01011C;
    padding-bottom: 9px;
    margin: 0;
}
nav #submenu-hv1 .menu-desc {
    font-size: 14px;
    line-height: 18.2px;
    font-weight: 400;
    color: #4A4A4A;
    margin: 0;
}
nav .module-menubox {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    width: 250px;
    height: 95px;
    cursor: pointer;
}
nav .module-menubox:hover {
    background: #F3F3FF;
}
nav .module-menubox .menubox-text {
    padding-left: 12px;
}
nav .module-menubox .menubox-title {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 600;
    line-height: 18.56px;
    color: #01011C;
    padding-bottom: 9px;
    margin: 0;
}
nav .module-menubox .menubox-desc {
    font-size: 12px; 
    line-height: 1.3;
    opacity: .8;
    font-weight: 400;
    color: #4A4A4A;
}

nav .plug-menulist {
    width: 187px; 
}
nav .plug-menulist .plug-menulist-head {
    font-size: 14px;
    font-weight: 700;
    line-height: 16.24px;
    color: #01011C;
    margin: 0 0 8px;
    padding: 0 5px;
}
nav .plug-menulist a {
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    color: #2A2A2A;
    display: inline-block;
}

nav .plug-menulist  p.m-0 {
    line-height: 1;
}
nav .plug-menulist p.m-0 a { 
    padding: 0 5px;
    border-radius: 5px;
}
nav .plug-menulist p.m-0 a:hover {
    background: #ECECFF;
}
nav #submenu-plug .submmenu-lastparent {
    row-gap: 25px;
    column-gap: 20px;
}

.navbar-btn a {
    transition: 300ms ease-in-out;
    transform: translate3d(0, 0, 0);
    color: #554EF1 !important;
    border: 1px solid #554EF1;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -.005em;
    padding: 14px 14px !important;
    font-weight: 600;
    border-radius: 10px;
}

nav .box-hyperlink {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}

nav .mega-tab-type2 {
    padding: 30px 38px;
}

/*Industries, Usecases nav items styling */ 
nav .mega-tab-box2 {
    padding: 10px;
    border-radius: 10px;
    min-height: 98px;
    width: 30.6%;
    margin-bottom: 15px;
}
nav .mega-tab-box2:hover {
    background: #F3F3FF;
}
nav .mega-tab-content2 .tab-head {
    color: #01011C;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
}
nav .mega-tab-content2 .tab-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #535365;
    opacity: .8;
    max-width: 100%;
}
nav .mega-tab-content2 {
    padding-left: 14px;
}
nav .cgap-dynamic {
    justify-content: space-between;
}
/*Industries, Usecases nav items styling */ 

/*resources styling */
nav .resouces-item {
    margin: 10px 23px;
}
nav .resouces-item  span {
    color: #01011C;
    font-size: 16px;
    font-weight: 600;
    padding-left: 14px;
}
nav .resources-min-child {
    width: 200px;
    left: unset;
}

/*resources styling */
.top-nav-item .nav-indicator {
    margin-left: 10px;
    object-fit: none;
    transition: all .5s;
} 
.top-nav-item.menu-active .nav-indicator {
    transform: rotate(180deg);
}

  .mega-menu-content,
  .product-submenu {
    display: none;
  }

  .top-nav-item:hover .mega-menu-content {
    display: block;
  }

  .product-tab.active .product-submenu {
    display: block;
  }
 .menu-active > button {
  color: #6B46C1; /* Example: purple on active */
} 

/** GLobal Menu **/
.hv-one-Menu { 
    min-width: 400px;
    max-width: 400px;
    padding: 27px;
}

.hv-oneMain {
    background: #F8F8FF;
    border-radius: 16px;
    padding: 20px !important;
    position: relative;
    margin-bottom: 30px;
}
.hv-oneMain img {
    max-width: 55px;
    height: auto;
    margin-top: -60px;
}
.hv-oneMain .bitem {
    font-size: 20px;
    font-weight: 600;
    color: #01011c;
    display: block;
    margin-bottom: .5em;
    position: relative;
}
.hv-oneMain .hv-onetxt {
    color: #434360;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    display: block;
    margin: 0;
    font-family: 'Lato', sans-serif;
    letter-spacing: initial;
    margin-bottom: 10px;
    text-transform: none;
}
nav .mega-tabs-wrap-5 .mega-tabs-wrap2 {
    padding: 27px;
    border-left: 1px solid #DDDCF9 !important;
}
nav .mega-tabs-wrap-5 .mega-tab-box2 {
    width: 48.3%;
}
.hv-oneSub {
    margin-bottom: 18px;
}
.hv-oneSub:last-child {
    margin-bottom: 0 !important;    
}
.bitem2 {
    font-weight: 600;
    font-size: 16px;
    color: #01011C;
    margin-left: 12px;
}
/**Hamburger Menu **/
.submenu-toggle {
    display: none !important;
}
.mobile-menu .has-children>a {
    position: relative;
}
.mobile-menu .has-children>a:after {
    content: "";
    background: url(https://cdn.hyperverge.co/wp-content/uploads/2024/10/download.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    transition: all .3s;
    position: absolute;
    transform: translateY(-50%);
    top: 25px;
    right: 0;
}
.sub-menu-mobile a {
    padding: 3px 10px !important;
    font-weight: 400 !important;
}
.mobile-menu-wrapper li a {
    font-weight: 600;
    color: #01011c;
    font-size: 16px;
}
.sub-menu-mobile .sub-menu-mobile {
    margin-top: 10px;
}
.sub-menu-mobile .sub-menu-mobile a {
        font-weight: 400;
}
.sub-menu-mobile .has-children a {
    padding: 5px 20px;
}
.mobile-menu-toggle .bar {
    margin: 0 !important;
}
.sub-menu-mobile {
  display: none;
}
li.has-children.open > .sub-menu-mobile {
  display: block;
}
