.menu_main_con{
    border-bottom: 1px solid #e0e0e0;
}

ul{
    margin: 0px;
}

.menu_con{
    max-width: 1280px;
}

.menu_con_1400{
    max-width: 1400px;
}

.gtranslate_wrapper .gt_selector{
    padding: 10px 27.4px 9px 14px;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0b304f;
    border-radius: 50px;
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.08);
}

.gtranslate_wrapper select {
    appearance: none; /* Hides the default dropdown arrow */
    -webkit-appearance: none; /* For Safari */
    -moz-appearance: none; /* For Firefox */
    /* background: url('/wp-content/uploads/2024/11/angle-down-solid.png') no-repeat right 10px center !important; */
    background-size: 12px; /* Size of your icon */
    padding: 10px 20px 10px 15px; /* Adjusted padding */
    border: 1px solid #ccc; /* Border style */
    border-radius: 4px; /* Rounded corners */
    font-family: Arial, sans-serif; /* Font style */
    font-size: 14px; /* Font size */
    outline: none; /* Remove outline */
    box-shadow: none; /* Remove any box shadow */
    cursor: pointer; /* Change cursor to pointer */
    font-weight: 600;
    background-color: #0b304f;
    color: #fff;
}

.width-unset{
    width: unset;
}

.logo{
    width: 220px;
    height: 49.5px;
}

.logo img{
    width: 100%;
}

li{
    list-style-type: none;
}

  ul{
    margin-bottom: 0px;
    padding: 0px;
  }

  .products-ul li{
    margin-bottom: 10px;
  }

  .pd-tb-35{
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .padding-RL-19{
    padding-left: 19px;
    padding-right: 19px;
  }

  .maginifyingIcon{
    width: 18px;
  }
  
  .menuList{
        font-family: Assistant;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000;
  }

  .flsDropD, .solDropD, .proDropD {
    width: 100%;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.26);
    position: absolute;
    left: 0;
    right: 0;
    top: 155px;
    visibility: hidden;
    opacity: 0; 
    pointer-events: none; 
    transition: opacity 0.3s ease, visibility 0s linear 0.3s; 
    background-color: #fff;
    z-index: 1000;
  }

  .flsDropD .container{
    padding-bottom: 70px;
  }

  .sloDropD .container{
    padding-bottom: 70px;
  }

  .proDropD .container{
    padding-bottom: 70px;
  }

  .menuCard{
    width: 280px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .menuCard a{
    padding: 10px;
    border-radius: 5px;
  }

  .menuCardSol{
    width: 350px;
  height: 220px;
  background-color: red;
  }

  .cardSolCon{
    border-right: 1px solid black;
    padding-right: 50px;
  }

  .imgCon{
  width: 280px;
  height: 188px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  }

  .proImgCon{
    width: 112px;
    height: 74px;
  }

  .flashImg, .solImg{
  height: 100%;
  width: 100%;
  border-radius: 4px;
  }

  .solLefConP{
    padding-right: 30px;
    border-right: 1px solid #e8e8e8;
  }

  .solLefCon{
    width: 350px;
  }

  .imgCon a{
    width: 280px;
    height: 188px;
    display: flex;
    justify-content: center;
  }

  .menuHeading, .menuHeading a {
    margin: 22px 0px 15px 0px;
    font-family: Assistant;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0b304f !important;
  text-decoration: none;
  }

.menuHeading a:hover{
	color: #0b304f;
}
  

  .menuContent, .menuContent a{
    font-family: Assistant;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #292929;
text-decoration: none;
  }

  .flashtrak{
    transition: background-color 0.3s ease;
  }

  .productsMenu{
    transition: background-color 0.3s ease;
  }

  .solutions{
    transition: background-color 0.3s ease;
  }

  .solutions:hover .solDropD {
    visibility: visible; /* Make visible */
    opacity: 1; /* Fully opaque */
    pointer-events: auto; /* Enable interaction */
    transition: opacity 0.3s ease, visibility 0s linear 0s; /* Transition visibility immediately */
  }


  .flashtrak:hover .flsDropD {
    visibility: visible; /* Make visible */
    opacity: 1; /* Fully opaque */
    pointer-events: auto; /* Enable interaction */
    transition: opacity 0.3s ease, visibility 0s linear 0s; /* Transition visibility immediately */
  }

  .productsMenu:hover .flsDropD {
    visibility: visible; /* Make visible */
    opacity: 1; /* Fully opaque */
    pointer-events: auto; /* Enable interaction */
    transition: opacity 0.3s ease, visibility 0s linear 0s; /* Transition visibility immediately */
  }

  .flashtrak:hover .proDropD {
    visibility: visible; /* Make visible */
    opacity: 1; /* Fully opaque */
    pointer-events: auto; /* Enable interaction */
    transition: opacity 0.3s ease, visibility 0s linear 0s; /* Transition visibility immediately */
  }

  .productsMenu:hover .proDropD {
    visibility: visible; /* Make visible */
    opacity: 1; /* Fully opaque */
    pointer-events: auto; /* Enable interaction */
    transition: opacity 0.3s ease, visibility 0s linear 0s; /* Transition visibility immediately */
  }

  .cursor-pointer{
    cursor: pointer;
  }

  .productsMenu:hover, .flashtrak:hover, .solutions:hover {
    background-color: #f5f5f5; /* New background color on hover */
    border-top: 3px solid #0099a7;
    padding-top: 32px;
    color: #0099a7;
  }

  .plr-111{
    padding: 0px 111px;
  }

  .solImgCon{
    width: 350px;
    height: 220px;
  }

  .solCon{
    width: 274px;
  }

  .width-243{
    width: 243px;
    padding-bottom: 50px;
  }

  .solContCon{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 30px;
  }

  .proContCon{
    display: flex;
    flex-direction: column;
    max-height: 746px;
    flex-wrap: wrap;
    padding-left: 50px;
    width: 100%;
  }

  .width-274{
    max-width: 274px;
    padding: 10px;
    border-radius: 5px;
  }

  .width-274:hover{
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
  }

  .width-274:hover .menuHeading{
    color: #0099a7 !important;
  }

  .proLeftCard{
    max-width: 380px;
  }

  .proTit{
    font-family: Assistant;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0099a7;
  }

  .newest_pro_card{
    border-radius: 6px;
    border: solid 1px #4199a6;
    padding: 15px 20px;
    margin-bottom: 20px;
  }

  .proResBtnCon{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0px;
  }

.proResBtnCon img{
    width: 16px;
}

.proResBtn{
    padding: 8px 10px;
    border-radius: 3px;
  border: solid 0.8px #0099a7;
  background-color: #fff;
  width: fit-content;
  font-family: Assistant;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #0099a7;
}

.unset-width{
    width: unset !important;
}

.navbar-toggler{
    background-color: none;
}

@media only screen and (max-width: 767px) {
    .menu_main_con{
        display: none;
    }
    .navbar-expand-lg{
      padding: 0px;
    }
}

@media (min-width: 1024px) and (max-width: 3000px){
    .mobileMenu{
        display: none;
    }
}

@media (min-width: 600px) and (max-width: 1024px) {

    .mobileMenu{
        display: none;
    }
    
    .width-243 {
    	width: 239px !important;
    }
    .menu-main-con .logo{
        width: 160px !important;
        height: 49.5px;	
    }

    .padding-RL-19{
        padding-left: 9px;
        padding-right: 9px;
    }

    .menuList{
        font-size: 12px;
    }
    
    .maginifyingIcon{
        width: 14px;
    }
    .gt_selector{
        min-width: 120px;
        width: fit-content;
        max-width: 120px;
        text-wrap: revert;
    }

    .imgCon{
        width: 180px;
        height: 118px;
    }
    
    flashImg{
        height: 100%;
    width: unset;
    }
    
    
    .imgCon{
        width: 150px;
         height: 118px;
    }
    
    .menuCard{
        width: 150px;
    }

    .solImgCon{	
        width: 200px;
        height: 120px;
    }
   
   .menuHeading{	
        font-size: 14px;
    }

    .menuContent{
       font-size: 12px !important;
   }
   
   .solLefCon{
       width: 200px;
   }
   
   .menu_con_1400{	
       max-width: 770px;}

    .width-274 {
        max-width: 204px !important;
    }

    .proLeftCard {
        max-width: 280px;
    }
    
    .proImgCon {
        width: 72px;
        height: 44px;
    }
    
    .proTit{
        font-size: 12px;
    }

    .plr-111 {
        padding: 50px 30px;
    }

    .proContCon{
        flex-direction: row;
        overflow: auto;
    }

    .proContCon {
        display: flex;
        flex-direction: row;
        max-height: 426px;
        flex-wrap: wrap;
        padding-left: 30px;
        width: 100%;
        height: fit-content;
    }

    .proResBtn{
        font-size: 12px;
    }

    .proResBtn img{
        margin-right: 5px;
    }

.menu_con_1400{
    max-width: unset;
}

.flsDropD .container{
    justify-content: space-around !important;
}
}
  

/* mobile version */

/* Custom styling for dropdown */
.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.submenu.show {
    max-height: 700px; /* Adjust as necessary */
}

.mobileMenu{
    position: sticky;
    top: 0px;
    z-index: 1000000;
    background: #fff;
}


.navbar-expand-lg {
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.26);
    max-height: 530px;
    overflow: auto;
}

.nav-link, .nav-link-sub {
    cursor: pointer;
    font-family: Assistant;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-item {
    font-family: Assistant;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.43;
letter-spacing: normal;
text-align: left;
color: #292929;
margin-bottom: 4px;
}
.mobLogo {
    width: 100% !important;
}
.logoConMob {
    width: 130px !important;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}
.navbar-toggler-icon {
    width: 1em;
}
.navbar-toggler {
    border: unset;
    background-color: unset !important;
}

.submenu li{
    list-style-type: none;
}

.nav-item:hover .nav-link{
    color: #0099a7;
}

.nav-link-sub:hover{
    color: #0099a7;
}

.nav-item:hover{
    background-color: #f6f6f6;
}

.nav-item:active{
    background-color: #f6f6f6;
}

.logoConMob, .nav-item{
    padding-left: 20px;
}

.navbar-toggler, .nav-item{
    padding-right: 20px;
}

.menuDropDown{
    width: 10px;
}

.submenu li{
    margin-bottom: 8px;
}

.subIcon{
    margin-right: 10PX;
}

.menuCard:hover .menuCard a{
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1) !important;
}

.menuCard a:hover{
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

.menuCard a:hover .menuHeading{
  color: #0099a7 !important;
}

.imgCon, .menuCard a, .menuHeading{
  transition: 0.5s;
}

.menuCard a:hover .imgCon{
  box-shadow: unset !important;
}

@media (min-width: 1024px) and (max-width: 1366px){
  .navbar-expand-lg{
      display: flex;
      justify-content: space-between;
  }
}
