/* ---------------------------------------------------
   GLOBAL
--------------------------------------------------- */
*{
    box-sizing: border-box;
}
.outer-header {
    width: 100%;
    position: relative;
    
}
.nav-wrapper a {
    font-family: "Inter", sans-serif !important;
}
.header-wrapper-container{
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header-component a:hover{
text-decoration: none !important;
}
body > header-component > div.outer-header.theme-light > header{
       background: linear-gradient(180deg, #00E8FF -109.65%, rgba(0, 232, 255, 0.00) 50%) !important;
}
.outer-header.theme-dark .header-inner{
     background: linear-gradient(180deg, #00E8FF -60.65%, transparent 34%) !important;
}
.header-inner {
   max-width: 100% !important;
   background: linear-gradient(180deg, #00E8FF -109.65%, transparent 34%) !important;
    
}
.change-color{
    background: linear-gradient(180deg, #00E8FF -109.65%, #fff 50%) !important;
    box-shadow: 0 2px 16px 0 #10182814;
    
}

.outer-header.theme-light > .header-inner.change-color{
    background: linear-gradient(180deg, #00E8FF -109.65%, #fff 50%) !important;

}
.outer-header.theme-dark > .header-inner.change-color{
    background: linear-gradient(180deg, #00E8FF -109.65%, #fff 50%) !important;

}
.outer-header.theme-dark > .header-inner.scrolled{
    background: linear-gradient(180deg, #00E8FF -109.65%, #fff 50%) !important;

}
nav .nav-wrapper {
    display: flex;
    align-items: center;
}
.languageicon.langEnable.theme-light .globe img{
    filter: invert(1) !important;
}
.languageicon{
    position: relative;
}

.navMenus {
    display: flex;
    align-items: center;
    list-style: none;
}
.nav-wrapper{
    justify-content: right !important;
    gap: 0px !important;
}

.hoverMenu {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    min-width: max-content;
    text-decoration: none;
    text-shadow: 0 0 0 currentColor;
}
.login:hover{
    color: #33CCFF !important;
    font-weight: 600;
}
.useCase-menu-outer.products-dropdown{
     top: 50px !important;
}
.hoverMenu:hover{
    color: #33CCFF !important;
    text-shadow: 0.6px 0 0 currentColor;
    font-weight: 600;
      text-shadow: none;
  -webkit-text-stroke: 0;

}
.down-arrow-new img {
    width: 14px;
    filter: invert(1);
    margin-left: 4px;
}

/* ---------------------------------------------------
   MENU ITEM WRAPPERS
--------------------------------------------------- */
.products-menu,
.solutions-menu,
.resources-menu,
.tools-menu {
    position: relative;
    cursor: pointer;
    height: 55px;
    display: flex;
    align-items: center;
}

.menu-label {
    display: flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    padding: 0 2px;
}
.useCase-menu-outer{
    box-shadow: 0 0 12px rgba(0,0,0,0.08) !important;

}
.products-dropdown{
    top: 8px;
}

/* ---------------------------------------------------
   DROPDOWN PANELS
--------------------------------------------------- */
.products-dropdown,
.solutions-dropdown,
.resources-dropdown,
.tools-dropdown {
    display: none;
    position: absolute;
    left: 50% !important;
    transform: translate(-50%, 10px);
    top: 34px;
    width: fit-content;
    height: auto;
    padding:24px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 12px rgba(0,0,0,0.08) !important;
    border-radius: 16px;
    z-index: 999;
}
.tools-dropdown{
     width: auto;
}
.useCase-menu:hover .menu-label .hoverMenu,
.resources-menu:hover .menu-label .hoverMenu,
.tools-menu:hover .menu-label .hoverMenu,
.solutions-menu:hover .menu-label .hoverMenu{
    color: #33CCFF !important;
    font-weight: 600;
    text-shadow: none;
  -webkit-text-stroke: 0;
}
.down-arrow-new img {
    width: 14px;
    filter: invert(1);
    margin-left: 4px;
    transform-origin: center;
    will-change: transform, filter;
    transform: rotate(0deg);
    transition: transform .35s cubic-bezier(.2,.9,.2,1), filter .35s cubic-bezier(.2,.9,.2,1);
}

.useCase-menu:hover .down-arrow-new img,
.resources-menu:hover .down-arrow-new img,
.solutions-menu:hover .down-arrow-new img,
.tools-menu:hover .down-arrow-new img {
    filter: invert(58%) sepia(95%) saturate(500%) hue-rotate(160deg) !important;
    transform: rotate(-180deg) translateX(0px)  translateY(-3px);
}
.product-card  .prod-arrow{
    width: 10px;
    height: 10px;
    display: inline-block;
    visibility: hidden;
}

.product-card:hover  .prod-arrow{
     transform: translateX(3px);
    visibility: visible;
    transition: all 0.3s ease-in-out;
}
 .solutions-dropdown{
    transform: translate(-30%, 10px);
    width: 700px;
    height: auto;    
 }
 .solutions-dropdown .solutions-row:nth-child(1),
 .solutions-dropdown .solutions-row:nth-child(2){
    margin-bottom: 22px;
    
 }
 .tools-dropdown {
    transform: translate(-70%, 10px);
 }
.solutions-menu , .resources-menu, .tools-menu {
        display: flex;
}
.resources-menu, .tools-menu {
        width: max-content;
}

.products-menu:hover .products-dropdown,
.solutions-menu:hover .solutions-dropdown,
.tools-menu:hover .tools-dropdown {
    display: block;
}

.resources-dropdown {
    display: flex;
    gap: 20px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.resources-menu:hover .resources-dropdown {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    width: auto;
}


/* ---------------------------------------------------
   PRODUCT GRID
--------------------------------------------------- */
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 236px);
    gap: 22px;
    background-color: #fff;
    border-radius: 24px;
    /* overflow-y: scroll; */
}

.product-card {
    width: 236px;
    height: 234px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #E1EBFF;
    background: linear-gradient(175deg, #FFF 60.52%, #D1E0FF 149.25%);
    text-decoration: none;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
}

.product-card:hover{
    background:  linear-gradient(131deg, #FFF -1.03%, #E9FAFF 98.63%);
    border: 1px solid #3CF;
    box-shadow: 0 2px 8px 0 #CFF3FF;
}

.product-card img {
    width: 100%;
    height: 121px;
    border-radius: 10px;
    object-fit: cover;
}

.product-card .title {
    font-family: 'Inter';
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
}
.product-card:hover .title{
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.product-card:hover .desc{
    color: #000;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.desc{
    white-space: normal;
    font-family: "Inter", sans-serif ;
}

.product-card .desc {
    color: #797979;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin: 0px;
    max-width: 100%;
}

/* ---------------------------------------------------
   SOLUTIONS GRID (TOP, MIDDLE, BOTTOM)
--------------------------------------------------- */
.solutions-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    /* margin-bottom: 22px; */
}

.solution-card {
   border-radius: 12.8px;
    border: 1px solid #E1EBFF;
    background: linear-gradient(175deg, #FFF 60.52%, #D1E0FF 149.25%);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all 0.3s ease-in-out;
}
.solution-card:hover
{
border: 1px solid #3CF;
background: linear-gradient(131deg, #FFF -1.03%, #E9FAFF 98.63%);
box-shadow: 0 2px 8px 0 #CFF3FF;
}

.solution-card:hover .title{
    font-weight: 700;
}
.solution-card:hover .desc{
    color: #000;
}

.solution-card img {
    width: 100%;
    height: 121px;
    object-fit: cover;
    border-radius: 12px 12px 0px 0px ;
}

.solution-card .title {
    color: #000;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 6px;
}
.solution-card-desc{
    padding: 16px;
    padding-top: 0px;
    font-family: 'Inter';
}

.solution-card .desc {
    color: #797979;
    font-family: "Inter";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin: 0px;
    max-width: 100%;
}
.solutions-vertical{
    padding-left: 0px;
    border-radius: 12px;
    border: 1px solid #C9DBFF;
    background: #FFF;

}
.solutions-vertical ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.solutions-vertical li{
    font-weight: 600 !important;
}

.solutions-vertical li:hover{
border-radius: 12px;
outline: 1px solid #8FEBFF;
background:  linear-gradient(131deg, #FFF -1.03%, #E9FAFF 98.63%);
box-shadow: 0 2px 8px 0 #CFF3FF;
color: #000 !important;
font-weight: 700 !important;
}
.solutions-vertical li:hover a{
    color: #000 !important;
    font-weight: 700 !important;
}
.solutions-vertical.fullwidth-row{
    max-width: 350px;
    width: 100% ;
    padding-left: 34px;
    align-items: start;
}

.solutions-vertical {
    width: auto;
    display: block;
}

.vertical-title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 12px;
}

.solutions-vertical ul {
    list-style: none;
    padding: 0;
    padding: 16px;
}
.solutions-vertical li {
    display: flex; 
    align-items: center;
    gap: 10px;
    padding: 10px 10px !important;
    margin: 0px;
}

.solutions-vertical ul li a {
    color: #000 !important;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 6px 0;
}

/* ---------------------------------------------------
   RESOURCES
--------------------------------------------------- */
.resources-dropdown {
    display: flex;
    gap: 20px;
}

.resources-col {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.resources-col:nth-child(1) .resource-item {
    width: 190px;
}

.resource-item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 220px;
    padding: 10px 10px;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s background ease-in ;
}

.resource-item img {
    width: 34px;
    height: 34px;
}

.resource-item p {
    margin: 0;
    font-size: 16px;
    color: #000;
    font-family: 'Inter';
    font-weight: 600;
}

.resource-item:hover {
border-radius: 13px;
outline: 1px solid #8FEBFF;
box-shadow: 0 2px 8px 0 #CFF3FF;
background:  linear-gradient(131deg, #FFF -1.03%, #E9FAFF 98.63%);
}

.resource-item:hover p {
    font-weight: 700;
}

.resources-feature-card {
    display: none !important;
    width: 220px;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid #F0F0F0;
    background: linear-gradient(142deg, #FFF -10.88%, #D1E0FF 215.31%);
    transition: all 0.3s ease-in-out;

}

.resources-feature-card:hover{
        border-radius: 13px;
        border: 1px solid #3CF;
        box-shadow: 0 2px 8px 0 #CFF3FF;
        background: linear-gradient(131deg, #FFF -1.03%, #E9FAFF 98.63%);
}

.resources-feature-card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 12px;
}

.resources-feature-card .title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.resources-feature-card .desc {
    font-size: 12px;
    color: #797979;
}

/* ---------------------------------------------------
   FREE TOOLS GRID
--------------------------------------------------- */
.tools-grid {
    display: grid;
    grid-template-columns: repeat(1, 236px);
    gap: 22px;
   

}

.tool-card {
    padding: 16px;
    border-radius: 12px;
    height: auto;
    border: 1px solid #E1EBFF;
    background: linear-gradient(175deg, #FFF 60.52%, #D1E0FF 149.25%);
    text-decoration: none;
    margin-bottom: 0px;
    transition: all 0.3s ease-in-out;
}

.tool-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}

.tool-card .title {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #000;
    line-height: normal;
}

.tool-card .desc {
    font-size: 12px;
    color: #797979;
    text-align: left;
    margin: 0px;
    max-width: 100% ;
    margin-bottom: 20px;
    line-height: normal;
}
.tool-card:hover{
    border: 1px solid #3CF;
    box-shadow: 0 2px 8px 0 #CFF3FF !important;
    background: linear-gradient(131deg, #FFF -1.03%, #E9FAFF 98.63%);
}
.tool-card:hover .title{
    font-weight: 700;
}
.tool-card:hover .desc{
    color: #000;
}
/* ---------------------------------------------------
   BUTTONS
--------------------------------------------------- */
.signUp-btn,
.contactSales-btn {
    padding: 8px 16px;
    border-radius: 40px !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.contactSales-btn {
    background: #00C7FF;
    color: #fff;
}

.signUp-btn {
    background: #000;
    color: #fff;
}

/* ================================
   MOBILE FULLSCREEN MENU WRAPPER
================================= */
.mobileMenuWrapper {
    position: fixed;
    inset: 0;
    z-index: 999999; /* Above everything including hellobar */
    opacity: 0;
  pointer-events: none;
  /* transition: opacity 0.3s ease; */
}
.language-list{
    margin: auto;
    width: fit-content;
}

.mobileMenuWrapper.active {
    opacity: 1;
  pointer-events: auto;
}

/* Dark overlay */
.mobile-overlay {
    position: fixed;
    inset: 0;
    backdrop-filter: blur(6px);
    background: rgba(0,0,0,0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
    z-index: 999998;
}

.mobile-overlay.show {
    opacity: 1;
    pointer-events: auto;
}

/* ================================
   MAIN FULLSCREEN PANEL
================================= */
.mobileMainPanel {
   position: absolute;
  top: 0;
  right: 0;
    inset: 0;
     width: 85%;
  max-width: 360px;
  height: 100%;
    background: #fff;
    transform: translateX(-100%);
    transition: transform .35s ease;
    padding-top: var(--hellobar-offset, 0);
    overflow-y: auto;
    z-index: 999999;
}
/* .mobileMainPanel.theme-dark{
    background-color: #1F0512;
} */
.simple-link:hover{
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.mobileMenuWrapper.active .mobileMainPanel {
  transform: translateX(0);
}

.mobileMainPanel {
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.mobileMainPanel.slide-in {
    transform: translateX(0);
}

.mobileMainPanel.push-left {
    transform: translateX(-100%);
}
.login-container .login-btn{
    border: #00C7FF 1px solid;
    border-radius: 32px;
    color: #00C7FF !important;
    height: 40px;
}
.nav-wrapper.theme-dark .login-list{
    border-left: 1px solid #fff;
}
.down-arrow-new{
    display: none;
}
.login-list{
    margin-left: 14px !important;
    border-left: 1px solid #000;
    padding-left: 22px !important;
}

.login-container .login-btn:hover{
    background-color: #00C7FF ;
    color: white !important;
    
}

.mobileMainPanel .login-btn:hover ,.mobileMainPanel .signUp-btn:hover{
    text-decoration: none;
    box-shadow: 0 0 12px rgba(0,0,0,0.2) !important;
}
/* ================================
   SUBPANELS (slide from right)
================================= */
.mobileSubPanel {
    position: fixed;
    inset: 0;
    background: #fff;
    transform: translateX(100%);
    transition: transform .35s ease;
    z-index: 999999;
    scrollbar-width: thin;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    overflow-y: auto;
    padding-bottom: 40px;
}

.mobileSubPanel.slide-in {
    transform: translateX(0);
}

/* .mobileSubPanel.theme-dark, .mobileSubPanel.theme-dark .subpanel-header {
    background: #1F0512;
}
.mobileSubPanel.theme-dark span{
    color: #fff;
}
.mobileSubPanel.theme-dark .back-btn{
    filter: invert();
} */
/* ================================
   PANEL HEADER
================================= */
.mobile-panel-header,
.subpanel-header {
    height: 64px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    border-bottom: 1px solid #E6E6EB;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 20;
}
/* .mobile-panel-header.theme-dark{
    background: #1F0512 ;
}
.mobile-main-list.theme-dark li{
    color: #fff !important;
} */
.mobile-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between; /* 👈 pushes X to opposite side */
  padding: 16px 18px;
}
/* .mobile-main-list.theme-dark .panel-open img {
    filter: invert(0);
}
.mobile-main-list.theme-dark .simple-link{
    color: #fff;
} */

.mobile-panel-header .logo img {
  display: block;
}

.closeMobileMenu {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.subpanel-header {
    width: 100%;
    position: sticky;
    top: 0px !important;
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.1) !important;
}

.subpanel-header img{
    position: absolute;
    left: 18px;
    top: 30%;
    z-index: 10;
}
.subpanel-header span {
    font-size: 18px;
    font-weight: 600;
}

.back-btn {
    width: 20px;
    cursor: pointer;
    transform: rotate(180deg);
}

.closeMobileMenu{
    filter: invert(1);
    height: 30px;
}

/* .closeMobileMenu.theme-dark{
    filter: invert(0);
} */

.subpanel-header span {
    text-align: center;
    width: 90%;
}

/* ================================
   MAIN LIST ITEMS
================================= */
.mobile-main-list {
    list-style: none;
    padding: 18px;
    margin: 0;
}
.mobile-panel-header, .subpanel-header{
    display: flex;
    justify-content: space-around;
}

.mobile-main-list li {
    padding: 16px 0;
    display: flex;
    gap: 16px;
    font-size: 17px;
    color: #333347;
    border-bottom: 1px solid #EFEFF4;
}
.panel-open span:hover {
    font-weight: 700;
}
.panel-open img{
    filter: invert(1);
    transform: rotate(270deg);
}
.mobile-main-list li span {
    font-weight: 500;
}
.mobile-main-list li:hover span{
    font-weight: 700;
}
.pricing-list:hover a{
    font-weight: 700;
}
.megamenu-panel.socialmenu{
    top:30px !important;
}
.panel-open{
    cursor: pointer;
}

.right-arrow {
    width: 12px;
    opacity: 0.7;
}

/* ================================
   SUBPANEL BODY
================================= */
.subpanel-body {
    padding: 18px;
}

/* Scrollable long lists */
.scrollable {
    overflow-y: auto;
}

/* ================================
   FULLWIDTH ROW CARDS
================================= */
.fullwidth-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
}

.fullwidth-row span img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}
.fullwidth-row:hover{
    text-decoration: none;
}

.fullwidth-row .title {
    font-size: 16px;
    font-weight: 600;
    color: #333347;
    margin: 0;
}

.fullwidth-row .desc {
    color: #6C6C85;
    font-size: 12px;
    margin: 4px 0 0;
}

/* ================================
   RESOURCES FEATURE CARD
================================= */
.resources-feature-card {
    padding: 16px 0;
}

.resources-feature-card .title {
    font-size: 17px;
    font-weight: 600;
}

.resources-feature-card .desc {
    font-size: 14px;
    color: #777;
}

/* ================================
   INDUSTRIES LIST
================================= */
.solutions-vertical ul {
    list-style: none;
    color: #000;
    gap: 10px;

}
.solutions-vertical ul li{
    color: #000;
    width: 180px;
}
.solutions-vertical > ul:first-of-type a:nth-child(1) li {
    margin: 0px !important;
}
.solutions-vertical a:nth-child(2) li, .solutions-vertical a:nth-child(3) li{
    margin-left: 10px !important;
}

.resource-item.fullwidth-row{
    margin: auto;
    display: flex;
    flex-direction: row;
    width: 200px;
}
.resource-item.fullwidth-row p{
    width: 100px;
}
.resource-item.fullwidth-row{
    border: 1px solid #C9DBFF;
    /* background: linear-gradient(142deg, #FFF -10.88%, #D1E0FF 215.31%); */
    margin-bottom: 20px;
    justify-content: start;
}
.resource-item.fullwidth-row:hover{
    box-shadow: 0 2px 8px 0 #CFF3FF;
    background: linear-gradient(131deg, #FFF -1.03%, #E9FAFF 98.63%);
}
.resources-feature-card.fullwidth-row{
    margin: auto;
}
.solutions-vertical a {
    font-size: 16px;
    color: #333347;
}

/* ================================
   CLOSE ICON (top right)
================================= */
.close-icon {
    width: 22px;
    cursor: pointer;
}

/* ================================
   HELLOBAR (MOBILE FIX)
================================= */
.heloBar-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999 !important;
}
.mobile-panel-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.active-helobar + .outer-header .mobileMainPanel {
   --hellobar-offset: 46px; /* match your bar height */
}
.outer-header.theme-dark .header-inner.change-color{
    background: linear-gradient(180deg, #00E8FF -109.65%, #fff 50%) !important;
}

.mobile-menu-icon:hover{
 cursor: pointer;
}
.subpanel-body .solution-card, .product-card{
    width: 100% !important;
    max-width: 350px;
    width: 236px;
    height: 234px;
    /* margin-bottom: 20px; */
     margin-inline: auto;
}
.fullwidth-row .desc{
    min-height: 34px;
}
.fullwidth-row.product-card{
    height: auto;
    flex-direction: column-reverse;
}
.fullwidth-row.product-card img{
    height: auto;
}
.solutions-vertical, .solution-card{
  margin-inline: auto;
}

.subpanel-body .solution-card img{
    width: 100% !important;
}
.mobile-menu-icon{
        display: none;
    }
.solution-card.fullwidth-row{
        justify-content: start;
        height: auto;
}
@media only screen and (max-width:992px){
    .header-inner {
    padding: 16px 18px !important;
    }
    .solutions-vertical ul{
        margin: 0px;
    }
    .solutions-vertical li {
        padding-top: 6px;
    }
    .mobile-menu-icon{
        display: block;
    }
    .subpanel-body .solution-card, .product-card{
        margin-bottom: 20px;
    }
    .solutions-vertical.fullwidth-row{
        padding-left: 10px;
    }
    .solutions-vertical.fullwidth-row ul{
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .tool-card{
        width: 100%;
        max-width: 350px;
         margin-bottom: 20px;
         gap: 0px !important;
    }
    .tool-card .title{
        margin-top: 0px;
    }
    .tool-card .desc{
        min-height: auto !important;
        margin-bottom: 14px !important;
    }
    .panel-open .right-arrow{
        width: 15px;
        transform: rotate(0deg);
        transition: 0.1s ease-in;
    }
    .panel-open:hover .right-arrow{
        transform: rotate(-90deg);
    }
    }
    .subpanel-body{
        grid-template-columns: repeat(1, 1fr);
        gap: 20px !important;
        justify-items: center;
       
}

.mobile-menu-icon{
    filter: invert(1);
}
.mobile-menu-icon .menu-icon.theme-dark{
    filter: invert();
}
.outer-header.theme-dark .header-inner.change-color .mobile-menu-icon .menu-icon{
    filter: invert(0) !important;
}
.outer-header.theme-dark .header-inner.scrolled .mobile-menu-icon .menu-icon{
    filter: invert(0) !important;
}
.nav-wrapper.theme-dark a{
    color: #fff;
}
.header-inner.change-color .nav-wrapper.theme-dark a{
     color: #000;
}
.header-inner.change-color .nav-wrapper.theme-dark .login-list{
    border-left: 1px solid #000;
}
.header-inner.scrolled .nav-wrapper.theme-dark a{
     color: #000;
}
.header-inner.scrolled .nav-wrapper.theme-dark .login-list{
    border-left: 1px solid #000;
}
.nav-wrapper.theme-light .contact-sales{
    color: #000 !important;
}
.nav-wrapper.theme-light .login{
    color: #000 !important;
}
.nav-wrapper.theme-light .contact-sales:hover{
    color: #FFF !important;
}
.signUp-btn{
    color: #fff !important;
}
.nav-wrapper.theme-dark .down-arrow-new img{
    filter: invert(0);
}

.lang-wrapper {
    position: relative;
    list-style: none;
}

/* clickable globe */
.lang-trigger {
    width: 22px;
    height: 22px;
    cursor: pointer;
    touch-action: manipulation; /* MOBILE FIX */
}
/* dropdown */
.lang-dropdown {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 6px 0;
    min-width: 140px;
    display: none;
    z-index: 9999;
}

/* show dropdown */
.lang-wrapper.active .lang-dropdown {
    display: block;
}

.lang-dropdown li {
    padding: 8px 6px;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
}

.lang-dropdown li:hover {
    background: rgba(255,255,255,0.1);
}
.lang-wrapper img{
    filter: invert(1);
}
.outer-header a:hover {
    text-decoration: none;
}
.solution-card,
.product-card,
.tool-card,
.resource-item, .solutions-vertical li{
    transform: scale(1);
    transition: 
        transform 0.2s ease-in-out,
        border-color 0.3s ease-in-out;
    will-change: transform;
}

.solution-card:hover,
.product-card:hover,
.tool-card:hover,
.resource-item:hover,
.solutions-vertical li:hover {
    transform: scale(1.04);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(199, 199, 199, 0.5);
}
ul {
    list-style: none;
    padding-left: 0;
}
header {
    top: unset !important;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 90px 12px 90px !important;
    background-color: transparent;
}
.outer-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
}
.logo img {
    width: 120px;
}
nav a {
    color: #ffffff;
    font: normal normal normal 15px/20px Inter;
}
.navMenus {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-block: 0px;
}
.navMenus li {
    
    margin: 0 0 0 28px;
}
.useCase-menu {
    display: flex;
    align-items: center;
}
.useCase-menu {
    height: 55px;
}
.login-btn {
    background-color: transparent;
    color: white;
    font-size: 15px;
}
.contact-sales{
padding: 8px 10px;
border-radius: 26px;
height: 32px;
}
.navMenus a {
    white-space: nowrap;
}
.contact-sales:hover{
    transition: all 0.2s ease-in-out;
    background: #3CF;
    color: #FFF !important;
    text-decoration: none;
}
body > header-component > div.mobileMenuWrapper.active > div.mobileMainPanel.theme-light.slide-in > ul > li:nth-child(7) > a{
    padding: 8px 10px;
    height: 40px;
}
.useCase-menu-outer {
    display: none;
    position: absolute;
    top: 80%;
    left: 9%;
    right: 9%;
}
.useCase-menu:hover .useCase-menu-outer {
    display: block;
}
.hoverMenu:hover {
    color: #f1821e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.signUp-btn {
    background: transparent linear-gradient(111deg, #00baff 0%, #f765fd 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.signUp-btn:hover {
    color: #1c6be8;
}
.signUp-btn:hover {
    background-color: #ffa04d;
    color: white;
}
.signUp-btn,
.login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    text-wrap: nowrap;
}
.resources-menu {
    position: relative;
}
.languageicon:hover .megamenu-panel {
    display: block;
}
.megamenu-panel {
    top: 26px !important;
    left: 50% !important;
    transform: translate(-50%, 10px);
}
.mobileSubPanel, .mobileMenuWrapper{
    display: none;
}
@media only screen and (min-width: 1000px) {
    .resources-menu::before {
        top: 48px;
    }
    .resources-menu:hover::before {
        opacity: 1;
    }
}
@media only screen and (max-width: 1200px) {
    .header-inner {
        padding: 16px 16px 16px 16px !important;
    }
}
@media only screen and (max-width: 992px) {
    .mobileSubPanel, .mobileMenuWrapper{
    display: block;
    }
    .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 21px 16px 18px 16px !important;
    }
    .signUp-btn,
    .login-btn {
        width: 118px !important;
        border-radius: 3px;
    }
    .signUp-btn,
    .login-btn {
        border: 1px solid white;
        background-color: transparent;
        border-radius: 3px;
        font-weight: 600;
    }
    .menu-icon {
        width: 24px;
        height: 24px;
        color: white;
    }
    .header-inner {
        display: block;
    }
    .desktop-nav {
        display: none !important;
    }
    .useCase-menu-outer {
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        position: unset;
        display: none;
    }
    .useCase-menu {
        height: unset;
    }
}
@media only screen and (max-width: 576px) {
    .logo img {
        width: 91px;
        height: auto;
    }
}
.helo-outer {
    background: transparent linear-gradient(111deg, #00baff 0%, #f765fd 100%) 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: space-between;
    padding: 12px 22px;
}
.heloBar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    display: block;
}
.heloBar-wrapper ~ .outer-header {
    top: 50px;
}
@media screen and (max-width: 992px) {
    .heloBar-wrapper ~ .outer-header {
        top: 58px;
    }
    .contact-sales{
        height: 44px;
    }
}
@media screen and (max-width: 654px) {
    .heloBar-wrapper ~ .outer-header {
        top: 55px;
    }
    .Redeem-btn {
        width: fit-content;
        font-size: 10px !important;
        padding-inline: 7px !important;
        text-align: center;
    }
}
.heloRight img {
    width: 24px;
    cursor: pointer;
}
.Redeem-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.heloLeft {
    font-size: 15px;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    text-align: center;
}
.heloLeft p {
    margin: 0 8px 0 0 !important;
    font-size: 15px;
    font-weight: bold;
}
.Redeem-btn {
    border-radius: 30px;
    outline: 1px solid #000;
    text-align: center;
    background: #fff;
    font-weight: bold;
    color: #000;
    padding: 6px 22px;
    border-radius: 18px;
    opacity: 0.8;
    font-size: 14px;
}
.Redeem-outer:hover {
    outline: 1px solid #fff;
}
.Redeem-btn:hover {
    text-decoration: none !important;
    color: #fff !important;
    background: linear-gradient(to right, #503df9, #9e52f7);
    outline: 1px solid #fff;
}
.Redeem-btn {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #000;
    border-radius: 18px;
    padding: 6px 22px;
    font-weight: bold;
}

/* SHIMMER LAYER */
/* .Redeem-btn::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -150%;
    width: 60%;
    height: 200%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(253, 252, 252, 0.85),
        transparent
    );
    transform: rotate(25deg);
    animation: shimmer 2.2s ease-in-out infinite;
}
    
@keyframes shimmer {
    0% {
        left: -150%;
    }
    60% {
        left: 150%;
    }
    100% {
        left: 150%;
    }
} */
@media only screen and (max-width: 992px) {
    .helo-outer {
        padding: 12px 8px;
    }
    .heloLeft {
        font-size: 15px;
        width: 100%;
        flex-direction: row;
        gap: 10px;
    }
    .heloLeft p {
        margin: 0 !important;
    }
    .outer-header {
        top: 0px;
    }
    .Redeem-outer {
        margin-top: 4px;
    }
    .product-card .desc{
        min-height: auto !important;
    }
}
@media only screen and (max-width: 576px) {
    .heloLeft p {
        font-size: 12px !important;
        line-height: 1.3;
        max-width: 70%;
    }
    .outer-header {
        top: 0px;
    }
}
p {
    margin: 0;
}
a {
    text-decoration: none;
    color: black;
}
.megamenu-panel {
    max-width: 1140px;
    padding: 0;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
    top: 72px;
    border-radius: 12px;
}
.language-item a:hover {
    color: #f1821e !important;
}
.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 100px;
}
.nav-wrapper .navMenus{
    flex: 0 0 54%;
}
.nav-wrapper .navMenus.sign-up-section{
    flex: 0 0 30%;
}

.header-inner nav {
    margin-left: 20px;
    width: 90%;
}
@media only screen and (max-width: 992px) {
    .languageicon .megamenu-panel {
        top: auto !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: fit-content !important;
        margin-top: 10px !important;
        max-width: 110px !important;
    }
}
.languageicon:hover .megamenu-panel a {
    display: inline-block;
    width: 120px;
    padding-inline: 20px;
}
@media only screen and (max-width: 1490px) {
.nav-wrapper .navMenus {
  flex: 0 0 48%;

}
}

@media only screen and (min-width: 1500px) {
.nav-wrapper .navMenus {
  flex: 0 0 55%;

}
}