
    /* Dropdown container */




#services-dropdown {
    display:none;
   position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    z-index: 999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 717px; /* Set the fixed height */
    overflow-y: auto; /* Enable vertical scrolling if content exceeds 717px */
    flex-wrap: nowrap; /* Prevent content from wrapping */
   
}

@media screen and (max-width: 1024px) { 
    #services-dropdown {
        visibility: hidden;  
        opacity: 0;          
      
    }

    
}

    
    /* Custom scrollbar */
#services-dropdown::-webkit-scrollbar {
    width: 8px;
}

#services-dropdown::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

#services-dropdown::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

    /* Header row layout */
    .header-row {
        height: 50px;
        padding-left: 35px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 5px solid #08c05d3b;
       
    }
    
    
    a.hfe-sub-menu-item {
    color: #122724;
}
    
    
    
    .service-sub-hg {
    bottom: 64px!important; 
}
    .tab-header {
         margin: 0; 
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }
    
   
    
  .tab-header-container {
      
    background-color: #08c05d3b;
    padding: 0;
    margin: 0;
  
    height: 100%;
display: flex; 
    justify-content: space-between; 
    align-items: center; 
    width: 75%; 
}



.view-all {
    padding-right: 25px; 
    display: flex; 
    align-items: center;
}

.view-all-link {
    display: flex;
    align-items: center; 
}


 
    .view-all-link {
        
        text-decoration: none; /* Remove default underline */
        display: inline-flex;
        align-items: center;
        color: #08C05D;
        font-size: 14px;
        text-decoration: none;
        font-weight: bold;
        transition: color 0.3s ease;
    }
    
    .view-all-link:hover {
        color: #0056b3;
    }
    
    .view-all-link .text {
        position: relative;
        padding-right: 4px; /* Space between text and arrow */
        color: #08C05D;
    }
    .view-all-link .text::after {
        display: block; 
        margin-right: 19px; 
        margin-top: 3px; 
        top: 100%; 
        content: "";
        position: absolute; 
        height: 1px; 
        width: 90%; 
        background-color: #08C05D; 
    }
    
    
    .view-all-link .arrow-icon {
        width: 6px; /* Adjust width as needed */
        height: auto; /* Maintain aspect ratio */
        
    }
    
    
    h5.titles-con{
        margin: 0;
    font-weight: 700;
        font-size: 14px;
        font-family: 'Lato';
    }
    /* Content row layout */
    .content-row {
       margin-top: 12px;
        position: relative;
        display: flex;
       
    }
    
  
    
    /* Create the vertical line */
.content-row::before {
    content: "";
    position: absolute;
    height: var(--dropdown-height, 100%); /* Use the custom property, fallback to 100% */
    width: 5px;
    background-color: #08c05d3b; /* Green color */
    left: calc(26% + 10px); /* Adjust position to match the gap */
    transform: translateY(-13%);
    z-index: -1;
}


.tab-header-container.hover-active {
    background-color: #08c05d3b; 
    transition: background-color 0.3s ease; 
}




    .tab-content-com{
        width: 55%;
    }
    
    .tab-header-autoc {
        
    padding-left: 23px;

    }
    
    
    .tab-header-autoc h3{
        
    font-size: 20px;

    }
    
    
    /* Tab column */
    .tab-cell {
        
        width:37%;
    }
    
    .tab-titles {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .tab-titles li {
          margin-left: 12px;
        padding: 10px;
        cursor: pointer;
       transition: background 0.3s ease;
        display: flex;
        align-items: center;
        gap: 10px; /* Space between icon and text */
    }
    
    .tab-titles li:hover,
    .tab-titles li.active {
       
          margin-left: 12px;
        background-color: #08c05d3b;
        
    }
    
    .tab-icon {
        margin-right: 9px;
        width: 24px;
        height: 24px;
        object-fit: cover;
    }
    
    /* Tab content column */
    .tab-content {
        width: 100%;
    }
    
    .tab-pane {
        display: none;
    }
    
    
    .tab-item {
    display: flex;
    align-items: center; /* Vertically center the children */
    gap: 10px; /* Optional: Adds space between the icon and the text */
}

/* Style the tab link to ensure it's displayed inline */
.tab-item a {
    display: flex;
    align-items: center; /* Align the icon and text vertically */
    text-decoration: none; /* Remove underline from the link */
}
    
    .tab-pane.active {
        display: block;
    }
    /* Content row layout */
    .tab-content {
        display: flex;
       
        flex-wrap: wrap;
    }
    
    .tab-content-item ul{
        margin: 0;
        padding: 0;
    }
    
    /* Adjust the layout of the tab-content-item to align the image and text horizontally */
    .tab-content-item {
      
        position: relative;
       
        width: 33%; 
    }
    
    .tab-content-item:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 5px; /* Thickness of the green line */
        height: 100%; /* Full height of the section */
        background-color: #08c05d3b; /* Green color for the line */
    }
    .tab-content-icon {
        flex-shrink: 0;
        width: 24px;
        height: 24px;
        margin-right: 9px;
        margin-left: 11px;
    }
    
    li.service-item:hover{
         padding: 12px;
        background-color: #08c05d3b;
    }
    
    h4.service-sub-her{
        text-align: center;
        font-size: 15px;
        font-family: 'Lato';
        font-weight: 700;
    }
    h5.service-sub-der{
        margin: 0px;
        font-size: 13px;
        font-family: 'Lato';
        font-weight: 700;
    }
    .tab-content .tab-content-item ul{
        list-style-type: none;
    }
    
    
  .tab-content-sec {
    position: relative;
    width: 55%;
}
    
    
    .tab-content-sec-cloud{
         position: relative;
    width: 50%;
    }
    
    
    
    h4.service-sec-ht{
        padding-left: 25px;
    text-align: left;
 
    }
    
    .tab-wid-align{
        width: 100%;
    }
    
    
    
    .service-item {
        padding: 12px;
        display: flex;
        align-items: center;
       
    }
    
    .service-content {
        padding: 2px;
        display: flex;
        flex-direction: column;
    }
    .service-content p {
        margin: 0;
        font-size: 14px;
        color: #555;
    }
    
    
  





/* Smooth transition for submenu */
  li#menu-item-2336 .sub-menu {
     display: none; 
   
}


li#menu-item-2336 .submenu-descrip .hfe-sub-menu-item
    {
    display: block;
}

li#menu-item-2336 .submenu-descrip .hfe-sub-menu-item h5
    {
        font-family: 'Lato';
        font-weight: bold;
   font-size: 14px;
}

li#menu-item-2336 .submenu-descrip .hfe-sub-menu-item p
    {
        font-family: 'Lato';
        line-height: normal;
  font-size: 13px;
}


/* Show submenu on mobile or tablet with max-width 1024px */
@media screen and (max-width: 1024px) {
    li#menu-item-2336 .sub-menu {
         max-height: 350px; 
    overflow-y: auto; 
    scrollbar-width: thin; 
    scrollbar-color: #888 #f1f1f1; 
        display: block; 
    }
    
 
/* Customize scrollbar for webkit browsers */
 li#menu-item-2336.submenu::-webkit-scrollbar {
    width: 8px; /* Adjust width */
}

 li#menu-item-2336.submenu::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of scrollbar thumb */
    border-radius: 10px; /* Round the thumb */
}

  li#menu-item-2336.submenu::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color of the track */
}
 
    
    
}


/* Mobile-specific styles */
@media screen and (max-width: 1024px) {
    #services-dropdown {
        width: 100%; /* Ensure dropdown spans full width on mobile */
    }
}






   