/* Top Bar Start */
.zamp_topbar {
    background: var(--color-bg-50);
    padding-top: .2137rem;
    padding-bottom: .2137rem;
}
.zamp_topbar_wrapper a:hover .zamp_topbar_arrow {
    transform: translate(.1875rem, -0.1875rem);
    opacity: 0.85;
}
.zamp_topbar_wrapper {
    position: relative;
    top: 0;
    z-index: 2991; /* Higher than header */
    background: inherit;
}
.zamp_topbar_inner_wrap{
    position: relative;
}
.close-topbar-btn {
    position: absolute;
    width: 1rem;
    height: 1rem;
    /* border-radius: 50px;
    border: 1px solid #000; */
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.close-topbar-btn img {
    height: 12px;
}
.zamp_topbar_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.75rem;
    line-height: 0;
    text-align: center;
}
.zamp_topbar_text {
    margin: 0;
    font-family: var(--season-sans);
    font-weight: 400;
    font-size: .7419rem;
    line-height: 1.3438rem;
    color: var(--color-bg-black);
}
.zamp_topbar_link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    text-decoration: none;
}
.zamp_topbar_link p{
    font-family: var(--season-sans);
    font-weight: 600;
    font-size: .7419rem;
    line-height: 1.3438rem;
    color: var(--color-bg-black);
    margin: 0;
}
.zamp_topbar_arrow {
    width: .7169rem;
    height: auto;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
@media only screen and (max-width: 37.5rem) {
.zamp_topbar_inner{
    flex-direction: column;
    gap: .625rem;
}
.zamp_topbar_text{
    line-height: 1.1563rem;
}
.zamp_topbar{
    padding-top: .4012rem;
    padding-bottom: .4012rem;
}
}

/* Main Menu - 🔥 FIXED STICKY HEADER */
.zamp_header_wrapper {
    position: sticky !important;
    top: 0 !important;
    z-index: 2990 !important;
    background: var(--color-bg-white);
    border-bottom: .1062rem solid #EDE9DE;
}
.zamp_header {
    background-color: var(--color-bg-white);
}
.zamp_header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: .875rem 0;
}
.zamp_nav > ul {
    display: flex;
    align-items: center;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
.zamp_nav > ul > li {
    position: relative;
    cursor: pointer;
}
.zamp_nav > ul > li > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: .4819rem;
    text-decoration: none;
    color: var(--color-bg-black);
    font-family: var(--season-mix);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.2719rem;
    padding: .625rem 1rem;
    background-color: transparent;
    transition: color 0.25s ease, background-color 0.3s ease;
}

.zamp_nav > ul > li:hover{
    background-color: #EFEEEC;
}

.zamp_dropdown_arrow {
    width: .8481rem;
    height: auto;
    transition: transform 0.25s ease;
}
.zamp_has_dropdown:hover .zamp_dropdown_arrow {
    transform: rotate(180deg);
}
.zamp_dropdown {
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);

  background: #ffffff;
  padding: 2.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);

  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease;

  z-index: 100;
  border-radius: 0;

  width: max-content;
  max-width: calc(100vw - 80px);
  box-sizing: border-box;
}

.zamp_dropdown li {
    padding: 0;
    list-style: none;
    margin-bottom: 12px;
}
.zamp_dropdown li a {
    display: block;
    padding: .5625rem 1.125rem;
    text-decoration: none;
    color: var(--color-bg-black);
    font-family: var(--season-sans);
    font-weight: 400;
    font-size: .8481rem;
    line-height: 1.2719rem;
    transition: background-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}
.zamp_dropdown li a:hover {
    background-color: var(--color-bg-hover-50);
}
.zamp_header_btns {
    display: flex;
    align-items: center;
    gap: .3481rem;
}
.zamp_hamburger span {
    display: block;
    height: .125rem;
    border-radius: 62.4375rem;
    background-color: var(--color-bg-black);
}
.zamp_has_dropdown.active>.zamp_dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    margin: 0;
}
.zamp_has_dropdown {
    position: static;
}
.zamp_dropdown a:hover {
    text-decoration: underline;
}

.zamp_menu {
    display: flex;
    align-items: center;
    gap: 28px;
}

.zamp_menu>li {
    list-style: none;
}

.zamp_menu>li>a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
    

.mega-menu-container .menu-row{
    display: flex;
    gap: 4.5rem;
    justify-content: space-between;
 }   
 .mega-menu-container .menu-row .mega-menu-col{
    width: max-content;
    display: flex;
    flex-direction: column;
 }
.mega-menu-col .mega-menu-col-heading{
    color: #838383;
    font-weight: 550;
    margin-bottom: 0;
}
.mega-menu-col .inner-menu-col-wrapper{
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.25rem;
}
.inner-menu-col-wrapper .menu-icon-wrapper{
    width: 2.5rem;
    height: 2.5rem;
    background-color: #F6F5F3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-menu-col-wrapper .menu-item-wrapper{
    display: flex;
    gap: 1.0625rem;
    width: max-content;
    align-items: center;
}
  

.zamp_dropdown li:last-child {
    margin-bottom: 0;
}

.zamp_dropdown a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

    
@media only screen and (max-width: 64rem) {
.zamp_header_inner {
    padding: .625rem 0;
}
.zamp_header_btns {
    margin-left: auto;
    gap: .5rem;
}
}
@media only screen and (max-width: 37.5rem) {
.zamp_header_btns{
    display: none;
}
}


.zamp_mobile_logo img {
    max-width: 4.25rem;
    width: 100%;
    height: auto;
    display: block;
}
.zamp_mobile_close {
    width: 2rem;
    height: 2rem;
    border-radius: 62.4375rem;
    border: .0625rem solid #4A4949;
    background: transparent;
    padding: 0;
    position: relative;
    cursor: pointer;
}
.zamp_mobile_close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: .125rem;
    background: var(--color-bg-black);
    border-radius: 62.4375rem;
}
.zamp_mobile_close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}
.zamp_mobile_close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.zamp_mobile_item_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: .375rem 0;
    line-height: 0;
}
.zamp_mobile_item_header span:first-child {
    color: var(--color-bg-black);
    font-family: var(--season-sans);
    font-weight: 400;
    font-size: .8481rem;
    line-height: 1.2719rem;
}
.zamp_mobile_item_icon {
    font-size: 1.125rem;
    transition: transform 0.25s ease;
}
.zamp_mobile_has_dropdown.zamp_open .zamp_mobile_item_icon {
    transform: rotate(45deg);
}
.zamp_mobile_dropdown {
    display: none;
    padding: .25rem 0 .625rem 0;
}
.zamp_mobile_dropdown a {
    display: block;
    text-decoration: none;
    color: var(--color-bg-black);
    font-family: var(--season-sans);
    font-weight: 400;
    font-size: .8481rem;
    line-height: 1.2719rem;
    padding: .375rem 0 .375rem .5rem;
}
.zamp_mobile_dropdown a:hover {
    color: var(--color-bg-black);
}
.zamp_mobile_has_dropdown.zamp_open .zamp_mobile_dropdown {
    display: block;
}
.zamp_hamburger {
    width: 1.625rem;
    height: 1.125rem;
    border: none;
    background: transparent;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}
.zamp_hamburger:hover,
.zamp_hamburger:focus,
.zamp_hamburger:focus-visible{
    background-color: transparent;
    border: none;
    outline: none;
    border-color: transparent;
}
.zamp_mobile_single_link {
    display: block;
    text-decoration: none;
    color: var(--color-bg-black);
    font-family: var(--season-sans);
    font-weight: 400;
    font-size: .8481rem;
    line-height: 1.2719rem;
    padding: .375rem 0;
}
.zamp_mobile_menu {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 9999;

  transform: translateX(100%);
  transition: transform 0.3s ease;

  display: flex;
  flex-direction: column;
}

.zamp_mobile_menu.active {
  transform: translateX(0);
}

.zamp_mobile_menu_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
}

.zamp_mobile_menu_header img {
  height: 24px;
}

.zamp_mobile_close {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.zamp_mobile_nav {
  flex: 1;
  overflow-y: auto;
}

.zamp_mobile_nav ul {
  list-style: none;
  margin: 0;
  padding: 0 20px;
}

/* .zamp_mobile_nav li {
  border-bottom: 1px solid #eee;
} */

.zamp_mobile_nav a,
.mobile-toggle {
  width: 100%;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: none;

  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--season-mix);
}

.mobile-submenu {
  display: none;
  padding-left: 16px;
  
}

.has-sub.open .mobile-submenu {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.menu-content-wrapper-mobile{
    display: flex;
    align-items: center;
    gap: .75rem;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.menu-content-wrapper-mobile .menu-icon{
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F6F5F3;
}
.menu-content-wrapper-mobile .menu-icon img{
    width: 1.125rem;
    height: 1.125rem;
}
.mobile-toggle.sub-toggle {
    color: #838383;
}
.mobile-submenu a {
  padding: 12px 0;
  font-size: 14px;
  color: #555;
}

@media only screen and (max-width: 64rem) {
.zamp_nav {
    display: none;
}
.zamp_hamburger {
    display: flex;
}
}
@media only screen and (max-width: 37.5rem) {
.zamp_mobile_close {
    width: 1.75rem;
    height: 1.75rem;
}
.zamp_mobile_close span{
    width: .8125rem;
    height: .0625rem;
}
.zamp_hamburger{
    width: 1.375rem;
    height: 1rem;
}
}

.zamp_nav {
    position: relative;
}

.menu-item-wrapper .sub-menu-content p{
    margin-bottom: 0;
}

/* ================= MEGA MENU WRAPPER ================= */

.mega-menu-outer-wrapper{
    position: absolute;
    left: 50%;
    top: 5rem;
    transform: translateX(-50%);
    z-index: 2989; /* Below header */
}

/* ================= MEGA MENU MAIN ================= */

.mega-menu-outer-wrapper .mega-menu{
    padding: 2.5rem;
    background-color: #FFFFFF;
    width: fit-content;
    max-width: 90vw;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* center inner content */
.mega-menu > div{
    width: max-content;
    margin: 0 auto;
}

/* ================= PRODUCT MENU ================= */

.mega-menu-outer-wrapper .product-menu{
    display: flex;
    gap: 4.5rem;
}

.mega-menu .menu-item-wrap{
    display: flex;
    gap: 1.0625rem;
    align-items: center;
    text-decoration: none;
    padding: .5rem;
    transition: 0.5s all ease-in-out;
}
.mega-menu .menu-item-wrap:hover{
    background-color: #323232;
}
.mega-menu .menu-content-wrapper .menu-title{
    margin-bottom: 0;
    font-family: var(--season-mix);
    font-weight: 580;
    color: #000000;
    white-space: nowrap;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.mega-menu .menu-item-wrap:hover .menu-content-wrapper .menu-title{
    color: #ffffff;
}

/* Active page state */
.mega-menu li.is-active > .menu-item-wrap {
    background-color: #323232;
  }
  
  .mega-menu li.is-active > .menu-item-wrap .menu-title {
    color: #ffffff;
  }  

/* Smooth transition */
.mega-menu .menu-item-wrap {
    transition: background-color 0.3s ease;
}
.mega-menu .menu-icon{
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F6F5F3;
}

.mega-menu .menu-icon img{
    width: 1.25rem;
    height: 1.25rem;
}

.mega-menu .product-left-inner{
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 20px;
}

.mega-menu .product-right-inner{
    display: flex;
    gap: 2.25rem;
    margin-top: 20px;
}

.mega-menu .product-right-inner .p_r_inner_left, 
.mega-menu .product-right-inner .p_r_inner_right{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-right .menu-item-wrap{
    display: flex;
    gap: .5rem;
}

.product-right .menu-item-wrap .menu-icon{
    width: 2.5rem;
    height: 2.5rem;
    border: 0.71px solid #E5E1DA;
    background-color: #FFFFFF;
}

.mega-menu .product-right-inner .p_r_inner_left .menu-content-wrapper, 
.mega-menu .product-right-inner .p_r_inner_right .menu-content-wrapper{
    padding: 9px 8px;
    padding-left: 0;
}

.mega-menu .mega-menu-see-all-btn{
    display: flex;
    gap: .5rem;
    align-items: center;
    text-decoration: none;
    color: #000000;
}
.mega-menu .mega-menu-see-all-btn p{
    margin-bottom: 0;
}
.mega-menu-see-all-btn img {
    transition: transform 0.3s ease;
}

.mega-menu-see-all-btn:hover img {
    transform: translateX(5px);
}
.mega-menu .menu-outer-title-wrapper{
    display: flex;
    gap: 20px;
}

/* ================= SOLUTION MENU ================= */

.mega-menu-outer-wrapper .partner-menu{
    display: flex;
    gap: 7rem;
}

.solution-menu .solution-inner{
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 20px;
}

/* ================= PARTNER MENU ================= */

.partner-left .partner-left-inner, 
.partner-right .partner-right-inner{
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 20px;
}

/* ================= RESOURCE MENU ================= */

.mega-menu-outer-wrapper .resources-menu{
    display: flex;
    gap: 4.5rem;
}

.mega-menu .resource-first-inner, 
.mega-menu .resource-second-inner,
.mega-menu .resource-third-inner, 
.mega-menu .resource-fourth-inner{
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 20px;
}

.mega-menu .menu-content-wrapper .menu-desc{
    color: #838383;
    margin-bottom: 0;
}
.mega-menu .menu-outer-title {
    font-weight: 550;
    color: #838383;
    font-size: 1rem;
    font-family: var(--season-sans);
    text-transform: uppercase;
    margin-bottom: 0;
}

/* ================= OVERLAY - 🔥 FIXED ================= */
.zamp_nav_overlay{
    position: fixed;
    left: 0;
    right: 0;
    top: 0; /* Will be dynamically set by JS */
    bottom: 0;
    width: 100%;
    height: 100vh; /* Will be dynamically set by JS */
    background: rgba(0,0,0,0.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease;
    z-index: 2988; /* Below mega menu but above content */
}

.zamp_nav_overlay.active{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Hover background */
.zamp_nav > ul > li:hover{
    background-color: #EFEEEC;
}

/* Active / opened menu background */
.zamp_nav > ul > li.is-active{
    background-color: #EFEEEC;
}
.zamp_nav > ul > li.is-active .zamp_dropdown_arrow{
    transform: rotate(180deg);
} 
.zamp_has_dropdown .header-customer img, 
.zamp_has_dropdown .header-pricing img {
    display: none;
}

.mega-menu .resource-third-inner .menu-icon {
    background-color: #FFFFFF;
    border: 1px solid #EDE9DE;
}
 
.call_link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-right: 16px;
    color: var(--color-bg-black);
    white-space: nowrap;
}
.call_link:hover{
    color: var(--color-bg-black);
}
.call_link .call_icon{
    display:inline-flex;
}
.call_link .call_icon img{
    max-width: 22px;
}
.custom-logo-link img{
    min-width: 4.25rem; 
}

.zamp_mobile_menu_btns{
    padding: 10px 20px 20px 20px;
}
.zamp_mobile_menu_btns .call_link{
    width: 100%; 
}