:root {
        --first-color: #7b9b48;
        --title-color: hsl(228, 12%, 15%);
        --text-color: hsl(228, 8%, 50%);
        --body-color: hsl(228, 100%, 99%);
        --container-desktop-color: #fbfdff !important;
        --container-mobile-color: #f2f9ff !important;
        --body-font: 'Poppins', sans-serif;
        --normal-font-size: .938rem;
    }
    
    body {
        font-family: 'Poppins' !important;
    }

    input {
        color: #434142 !important;
    }


    input::placeholder {
        color: #838081 !important;

    }

    textarea {

        color: #434142 !important;

    }

    .checkboxes label {

        color: #434142 !important;

    }

    .navd__link {
        color: var(--text-color);
    }

    .nav__link:hover {
        color: var(--first-color);
    }


      /* Navd  Desktop */
      /* @media only screen and (min-width: 601px) {


              @media only screen and (min-width: 600px) 


    {
        body {

            margin-left: 56px !important
        }

        .navd__list {

            display: grid !important;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            box-shadow: 1px 0 4px hsl(228deg 81% 49% / 15%);
            width: 55px;
            height: 100vh;
            padding: 8rem 0rem 0rem 0rem;
            transition: .3s;
            background-color: #fff;
            opacity: 1;
        }


        } 
        
        */


    /* Navd  Mobile */

  



    .navd__list {

        position: fixed;
        bottom: 0;
        background-color: #f2f9ff;
        box-shadow: 0 8px 50px hsla(228, 91%, 3%, .25);
        width: 100%;
        padding-bottom: 11px;
        padding-top: 13px;
        border-radius: 0.0rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 11px;
        transition: .4s;
        opacity: 1;
        z-index: 1000;

    }

               

h1 {
    font-size: 33px !important; 
  
    /* Media query for mobile devices */
    @media (max-width: 767px) {
      font-size: 23px !important; 
    }
  }

  h2 {
    font-size: 17px !important; 
  
    /* Media query for mobile devices */
    @media (max-width: 767px) {
      font-size: 14px !important; 
    }
  }
  
  h3 {
    font-size: 16px !important; 
  
    /* Media query for mobile devices */
    @media (max-width: 767px) {
      font-size: 13px !important; 
    }
  }

  h4 {
    font-size: 15px !important; 
  
    /* Media query for mobile devices */
    @media (max-width: 767px) {
      font-size: 12px !important; 
    }
  }

    h5 {
    font-size: 14px !important; 
  
    /* Media query for mobile devices */
    @media (max-width: 767px) {
      font-size: 11.5px !important; 
    }
    }

    @media only screen and (max-width: 768px) {
        .desktop {
          display: none;
        }
      }






/* Google Translate Mobile */

@media only screen and (max-width: 600px) {

    .goog-te-gadget-simple,
    .goog-te-combo,
    .goog-te-banner *,
    .goog-te-ftab *,
    .goog-te-menu *,
    .goog-te-menu2 *,
    .goog-te-balloon * {
        font-family: inherit !important;
        font-size: 12pt !important;
        background: #f0f5f7;
        border: 0 !important;
        width: 270px !important;
        height: 60px;
        padding: 8px;
        border-radius: 10px;
        color: #7b9b48 !important;

    }


    
    .siq_bR {
        bottom: 48x !important;
        left: 12px !important;
    }
    .zsiq_cnt
    {
        display: none !important;
    }

    .job-block .bookmark-btn {
    
        right: -16px;
        top: 15px;
    }
    


  

}


/* Google Translate Desktop and sales iq */

@media only screen and (min-width: 601px) {

    .goog-te-gadget-simple,
    .goog-te-combo,
    .goog-te-banner *,
    .goog-te-ftab *,
    .goog-te-menu *,
    .goog-te-menu2 *,
    .goog-te-balloon * {
        font-family: inherit !important;
        font-size: 12pt !important;
        background: #f0f5f7;
        border: 0 !important;
        width: 270px !important;
        height: 60px;
        padding: 8px;
        border-radius: 10px;
        color: #7b9b48 !important;


    }
    .siq_bR {
        bottom: 45px !important;
        left: 50px !important;
        }
    .zsiq_cnt
    {
        display: none !important;
    }

   
    
}



.select2-container--default .select2-selection--single {
    background-color: #f0f5f7 !important;
    border: 0px !important;
    border-radius: 10x !important;
    text-align: left;
}

/*.select2-container--default .select2-selection--single .select2-selection__arrow b {

    top: 86% !important;
    color: #1967d2 !important;
} */

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 18px;
}


.select2-container,
.select2-selection--single,
.select2-selection__rendered {
    /*height: 50px !important; */
    color: #7b9b48 !important;
}

.country-option {
    font-family: inherit !important;
    background: #f0f5f7;
    border: 0 !important;
    width: 270px !important;
    height: 60px;
    padding-top: 3px;
    border-radius: 10px;
    z-index: 0 !important;
}


@media only screen and (max-width: 601px) {
    .user-sidebar .sidebar-inner {
        padding: 25px 0px !important
    }
}

    @media only screen and (min-width: 1199px) {
        .user-sidebar .sidebar-inner {
            padding: 40px 33px !important
        }

        .page-wrapper.dashboard {
            padding-left: 245px !important;
        }

        .user-sidebar {
            z-index: 0 !important;
            padding-left: 15px;

        }
    }


    .user-sidebar .navigation>li>a {
        font-size: 14.5px !important;
    }

    .user-sidebar .navigation>li.active>a,
    .user-sidebar .navigation>li:hover>a {
        color: #1967D2;

    }

    .theme-btn,
    .fun-fact-section,
    .app-section {
        z-index: 0 !important;
    }

    .scroll-to-top {

        bottom: 65px !important;
    }

    .main-footer .copyright-text {
        position: static !important;

    }

    .colortextgray {
        background: linear-gradient(to right, #5e5e5e 0%, #110f15 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; 
        }
         
                
    .colortextwhite {
        background: linear-gradient(to right, #efefef 0%, #ffffff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; 
        }
                 
    .colortextred {
        background: linear-gradient(to right, #cd2b2b 0%, #c49987 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; 
        }
                     
            
    @media only screen and (max-width: 601px) {
        .sidebar-widget{
            display:none !important;
        }
    }    


    .pricing-section, .fun-fact-section, .job-section, .job-categories{
   
        padding-top: 40px !important;
        padding-bottom: 25px !important;
    } 

    .category-block {
        margin-bottom: 12px !important;
    }
    .main-footer .footer-bottom { 
        padding: 10px 0 !important; 
    }

    .social-btn-two.google-btn, .login-google-btn {
        border-color: #fff !important;
        color:  #fff  !important;
        background-color:  #fff  !important;
    }

    .social-btn-two.google-btn:hover, login-google-btn:hover {
        border-color: #fff !important;
        color:  #fff  !important;
        background-color:  #fff  !important;
    }

    .login-form h3 { 
        margin-bottom: 0px !important;
    }


    .VIpgJd-ZVi9od-ORHb-OEVmcd, .VIpgJd-ZVi9od, .VIpgJd-ZVi9od-ORHb
    { 
        display: none !important;
    }
    #toggle-user-sidebar {
        margin-left: 5px !important;
    }

    ins.adsbygoogle[data-ad-status="unfilled"] {
        display: none !important;
    }
 
 
    .center {
        text-align: center;
    }

    .right {
        text-align: right;
    }

    .left  {
        text-align: left;
    }


   /* Show the div only on desktop and larger devices */
    @media (min-width: 992px) {
        .show-on-desktop {
        display: block !important;
        }
    }
    
    /* Hide the div on mobile and smaller devices */
    @media (max-width: 991px) {
        .show-on-desktop {
        display: none !important;
        }
    }
            
    /* Show the div only on mobile and smaller devices */
    @media (max-width: 991px) {
        .show-on-mobile {
        display: block !important;
        }
    }
    
    /* Hide the div on desktop and larger devices */
    @media (min-width: 992px) {
        .show-on-mobile {
        display: none !important;
        }
    }

    .custom-select  {
        display: inline-block !important;
        padding: 10px 20px !important;
        font-size: 14px !important; 
        color: #2e8cb7 !important;
        border: 1px solid #ccc !important; 
        border-radius: 4px !important;
        background-color: #f0f5f7 !important;
        cursor: pointer !important;
        width: 200px !important;
      }
    
    @media (max-width: 767px) {
        /* Modify width for mobile devices */
        .custom-select {
        width: 250px !important;
        }
    }



    @media only screen and (max-width: 601px)
    {
    .user-sidebar .sidebar-inner {
        padding: 5px 0px !important;
    }
    }
    .mobile-header {
        padding: 10px 10px 1px 10px !important
    }

     

    .rounded-circle {
    border-radius: 50% !important;
    height: 35px !important;
    }

    .jq-ry-container {
        z-index: 0 !important; 
        
    }

    .form-group {
        z-index: 0 !important;
        font-size: 14px;
    }
             

    .region_container {
        display: flex;
        flex-wrap: wrap; 
        font-size: 13px;


    }
    .region_column {
        width: 16%;
        padding: 1px;
        box-sizing: border-box;
        font-size: 13px;


    }
    @media (max-width: 768px) {
        .container.mobile {
            flex-wrap: wrap;
        }
        .region_column {
            width: 30%;
            font-size: 12px;
        }
    }
    .region_container li:hover::before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: blue;
        margin-right: 5px;
        border-radius: 10%;
    }

    .job-overview li {
        position: relative;
        padding-left: 5px !important;
        margin-bottom: 10px !important;
    }

    .sidebar-widget .widget-title { 
        margin-bottom: 10px !important;
    }

    .status-indicator {
        display: inline-block;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background-color: green; /* Default background color */
    }

    .status-indicator.blinking {
        animation: blinkingDot 1.5s infinite;
    }

    @keyframes blinkingDot {
        0% { background-color: green; }
        50% { background-color: lightgreen; }
        100% { background-color: green; }
    }


    .main-header .outer-box .btn-box1 .theme-btn {
        min-width: 100px;
        padding: 8px 20px;
        font-size: 14px;
             }


                        
    .goog-logo-link {
        display: none !important;
    }

    .goog-te-gadget {
        font-size: 0px !important;
    }

    .goog-te-gadget-simple,
    .goog-te-combo,
    .goog-te-banner *,
    .goog-te-ftab *,
    .goog-te-menu *,
    .goog-te-menu2 *,
    .goog-te-balloon * {
        font-family: inherit !important;
        font-size: 12pt !important;
    }

    .goog-te-banner-frame.skiptranslate {
        display: none !important;
    }

    @media only screen and (max-width: 601px) {
        body .sidebar-widget {
            display: block !important;
        }
    }

    @media only screen and (max-width: 601px) {
        body .company-widget {
            display: block !important;
        }
    }

    .btn
    { 
        padding: .5rem .5rem !important;
    }

    /* Add basic styles for desktop */
    .custom-collapse .widget-title {
        position: relative;
        cursor: pointer;
        transition: color 0.3s ease; /* Add transition for the hover effect */
    }

    .custom-collapse .widget-title:hover {
        color: #7b9b48; /* Change color on hover */
    }

    .custom-collapse .collapse {
        display: block; /* Always show on desktop */
    }

    /* Styles specific to mobile */
    @media (max-width: 768px) {
        .custom-collapse .collapse {
            display: none;
        }

        .custom-collapse .collapse.show {
            display: block;
        }
    }




    .social-links a {
        display: inline-block; /* Ensures links stay inline */
        margin: 0 2px; /* Adjust margin as needed */
        padding: 3px;
    }

    @media screen and (min-width: 768px) {  
        .mobile-only {
            display: none !important;
        }
    }
    @media screen and (max-width: 767px) {  
        .desktop-only {
            display: none !important;
        }
    } 

    .graph-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; /* center items instead of space-between */
      gap: 10px; /* space between graphs */
      padding: 5px;
    }
    
    .graph-item {
      flex: 1 1 75%; /* grow, shrink, basis 75% */
      min-width: 300px;
      max-width: 550px; /* 75% of 600px max */
      box-sizing: border-box;
    }
    
    .graph-item-jobs {
      flex: 1 1 100%;
      max-width: 550px;
      margin: 0 auto; /* center on smaller screens */
      box-sizing: border-box;
    }
                
    @media only screen and (max-width: 1600px) {
        .header-span {
            height: 45px !important;
        }
    }
    
    /* Style for all outgoing links (excluding buttons and images) */
    a[href]:not(.button):not(img) {
        text-decoration: none; /* Initially no underline */
        color: inherit; /* Inherit text color */
    }
    
    /* Underline effect on hover for links */
    a[href]:not(.button):not(img):hover {
        text-decoration: underline;
        text-decoration-color: #7b9b48; /* Set the underline color */
    }

    
    /* Drawer container */
.drawer-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%; /* Use height: 100% instead of min-height to ensure it fills the viewport */
    background-color: white;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* Equivalent to shadow-lg */
    z-index: 50;
    overflow: hidden; /* Keep this to hide content that goes outside the drawer width */
    width: 2.6rem; /* Collapsed width */
    transition: width 0.3s ease-in-out;
    display: flex; /* Crucial for flex layout of children */
    flex-direction: column; /* Children stack vertically */
    padding-top: 50px !important; /* Default for mobile */
}

/* For desktop screens and up */
@media (min-width: 1024px) {
    .drawer-container {
        padding-top: 110px !important;
        
    }
}


/* Drawer expanded state */
.drawer-container.drawer-expanded {
    width: 12rem; /* Expanded width */
}

/* Inner drawer content padding and flex layout */
.drawer-content {
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensures it takes full height of drawer-container */
    padding: 0.1rem; /* Consistent padding around all content */
}

/* Logo and Menu Icon section styling */
.drawer-header {
    display: flex;
    flex-direction: column; /* Default: column for collapsed state (logo on top, menu below) */
    align-items: center; /* Center items horizontally in column layout */
    margin-top: 0.7rem; /* Equivalent to mb-6 */
    margin-bottom: 5px; /* Equivalent to mb-6 */
    flex-shrink: 0; /* Prevents the header from shrinking when list grows */
}

/* When drawer is expanded, arrange logo and menu icon side-by-side */
.drawer-container.drawer-expanded .drawer-header {
    flex-direction: row; /* Change to row for expanded state */
    justify-content: space-between; /* Space out logo and menu icon */
}

/* Styling for the logo link container */
.logo-link { /* This class was not used in the HTML, but kept for consistency if needed */
    display: flex; /* Ensure logo images within the link are also handled by flex */
    flex-direction: column; /* Stack logo images vertically when collapsed */
    align-items: center; /* Center logo images horizontally */
    margin-bottom: 0.2rem; /* Space below logo when collapsed */
}

/* When drawer is expanded, remove margin from logo link and align items */
.drawer-container.drawer-expanded .logo-link {
    margin-bottom: 0; /* Remove margin when expanded */
    flex-direction: row; /* Align logo images side-by-side if they were multiple */
    justify-content: flex-start; /* Align logo to the start when expanded */
}

/* Logo visibility */
.drawer-logo-full {
    display: none; /* Hidden by default for collapsed state */
    max-width: 155px; /* Equivalent to max-w-[150px] */
    border-radius: 0.375rem; /* Equivalent to rounded-md */
}

.drawer-container.drawer-expanded .drawer-logo-full {
    display: block; /* Show full logo when expanded */
}

.drawer-logo-collapsed {
     width: 22px; /* Adjust size for collapsed logo */
    height: 22px;
 }

.drawer-container.drawer-expanded .drawer-logo-collapsed {
    display: none; /* Hide collapsed logo/text when expanded */
}

/* Menu Icon Button */
.menu-icon-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    transition: background-color 0.15s ease-in-out;
}

.menu-icon-button:hover {
    background-color: #EFF6FF; /* Equivalent to hover:bg-blue-50 */
}

.menu-icon {
    width: 0.9rem; /* Adjust size of the menu icon */
    height: 0.9rem;
    color: #4B5563; /* Icon color */
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    transition: color 0.15s ease-in-out;
}

.menu-icon-teana {
    width: 1.5rem;
    height: 1.5rem;
}

.menu-icon-button:hover .menu-icon {
    color: #7b9b48; /* Icon color on hover */
}

/* Navigation list styling */
.nav-list {
    list-style: none; /* Remove default list bullets */
    padding: 0;
    margin: 0;
    flex-grow: 1; /* Allows the list to take available space */
    overflow-y: auto; /* Enables vertical scrolling for long lists */
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #03a9f4 transparent; /* Firefox */
    min-height: 0; /* Crucial for flex items with overflow */
}

/* Webkit browsers (Chrome, Safari) scrollbar styling */
.nav-list::-webkit-scrollbar {
    width: 2px;
}

.nav-list::-webkit-scrollbar-track {
    background: transparent;
}

.nav-list::-webkit-scrollbar-thumb {
    background-color: #03a9f4;
    border-radius: 1px;
    border: 1px solid transparent;
}

/* Space between list items */
.nav-list li + li {
    margin-top: 0.25rem;
}

/* Navigation list item styling */
.nav-item {
    border-radius: 0.375rem;
    padding: 0;
    margin: 0;
    /* MODIFIED: Removed transform from the transition property list as it's no longer used on hover directly */
    transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out; /* Smooth transitions for modern hover */
}

.nav-item:hover {
    background-color: rgba(37, 99, 235, 0.1); /* Lighter blue background on hover */
    /* REMOVED: transform: translateX(3px); This was causing the "dancing" issue. */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Gentle shadow lift */
}

/* Navigation link styling */
.nav-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #4B5563; /* Default text color */
    white-space: nowrap;
    transition: color 0.15s ease-in-out;
    padding: 0.5rem; /* Padding is on the link, which is good */
    height: 44px;
}

.nav-link:hover {
    color: #7b9b48; /* Text color on hover */
}

/* Icon styling for SVG elements */
.nav-icon {
    width: 15px; /* Made icons bigger as per previous request */
    height: 15px; /* Made icons bigger as per previous request */
    margin-right: 0.1rem; /* Reduced from 0.5rem to bring text closer when expanded */
    flex-shrink: 0;
    color: #4B5563; /* Default icon color */
    stroke: currentColor; /* Ensures stroke color inherits from parent */
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none; /* Ensures default is no fill for outline icons */
}

.nav-link:hover .nav-icon {
    color: #7b9b48; /* Icon color on hover */
}

/* For filled icons (if any SVG has fill property) */
.nav-icon.filled {
    fill: currentColor;
    stroke: none;
}

/* Text visibility */
.nav-text {
    display: none; /* Hidden by default */
    font-size: 0.9rem;
    font-weight: 500;
    margin-left: 0.2rem; /* Small gap between icon and text */
    color: inherit; /* Inherits color from .nav-link */
}

.drawer-container.drawer-expanded .nav-text {
    display: block; /* Show text when expanded */
}

/* New CSS for body margin */
body {
    margin-left: 2.6rem; /* Fixed left margin equal to collapsed drawer width */
    transition: margin-left 0.3s ease-in-out; /* Smooth transition for body margin if drawer width changes affect it */
 }
 
 
    .nav-icon-footer {
        width: 1.2rem;
        height: 1.2rem;
        margin-right: 0.1rem;
        flex-shrink: 0;
        color: #4B5563; /* Default icon color for footer icons */
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        fill: none;
        transition: color 0.15s ease-in-out; /* Added transition for smooth color change */
    }

    /* Footer navigation icon hover state */
    /* This targets the .nav-icon-footer when its parent .navd__link (or any ancestor with .icon-link) is hovered */
    .navd__link:hover .nav-icon-footer,
    .icon-link:hover .nav-icon-footer { /* Added .icon-link as per user's HTML structure */
        color: #7b9b48; /* Blue color on hover */
    }
    
    .penguin-hover-container {
                    position: relative;
                    display: inline-block;
                    cursor: pointer;
                }
                
                .modern-tooltip {
                    visibility: hidden;
                    width: 220px;
                    background-color: white;
                    color: #333;
                    position: absolute;
                    z-index: 1000;
                    bottom: 125%;
                    left: 50%;
                    transform: translateX(-50%);
                    opacity: 0;
                    transition: opacity 0.2s ease, transform 0.2s ease;
                    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
                    border-radius:5px;
                    overflow: hidden;
                    transform-origin: bottom center;
                    transform: translateX(-50%) scale(0.95);
                }
                
                .tooltip-content {
                    padding: 16px;
                }
                
                .tooltip-title {
                    font-weight: 600;
                    font-size: 15px;
                    line-height: 1.3;
                    margin-bottom: 8px;
                    color: #2c3e50;
                }
                
                .tooltip-text {
                    font-size: 13px;
                    line-height: 1.4;
                    margin-bottom: 12px;
                    color: #555;
                }
                
                .tooltip-footer {
                    font-size: 12px;
                    color: #7f8c8d;
                    padding-top: 8px;
                    border-top: 1px solid #eee;
                    margin-bottom: 8px;
                }
                
                .tooltip-brand {
                    font-size: 12px;
                    color: #3498db;
                    line-height: 1.4;
                }
                
                .tooltip-brand strong {
                    font-size: 14px;
                    color: #2c3e50;
                    display: block;
                    margin-top: 2px;
                }
                
                .modern-tooltip:after {
                    content: "";
                    position: absolute;
                    top: 100%;
                    left: 50%;
                    margin-left: -8px;
                    border-width: 8px;
                    border-style: solid;
                    border-color: white transparent transparent transparent;
                }
                
                .penguin-hover-container:hover .modern-tooltip {
                    visibility: visible;
                    opacity: 1;
                    transform: translateX(-50%) scale(1);
                }
                
                .Teana Africa-penguin {
                    transition: transform 0.3s ease;
                }
                
                .penguin-hover-container:hover .Teana Africa-penguin {
                    transform: scale(1.05);
                    content: url('https://cdn.Teana Africa.com/images/Teana Africa-penguin-smile.webp');
                }
                                .Teana Africa-penguin {
                max-width: 150px; /* or whatever size fits desktop */
                width: 100%;
                height: auto;
                }

                /* Mobile responsive adjustments */
                @media (max-width: 600px) {
                .Teana Africa-penguin {
                    max-width: 80px; /* smaller size for mobile */
                    width: auto;
                }
                }

        .site-footer {
            font-size: 0.875rem;
            line-height: 1.5;
            color: #0c071b; 
            padding: 2rem 1rem;
            /* Lighter, more subtle white-blue gradient with animation */
            background: linear-gradient(192deg, #ffffff, #fcfcfc, #f7fdff, #ffffff); /* More subtle gradient colors */
            background-size: 400% 400%;
            animation: backgroundPan 15s ease infinite;
            border-top: 1px solid #cceeff;
            text-align: center;
            overflow: hidden;
            box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.08);
            /* Removed border-radius for straight corners */
            margin-top: 50px; /* Just for demonstration purposes */
        }

        /* Keyframe animation for background pan */
        @keyframes backgroundPan {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        /* Google Sign-in Container */
        .google-signin-container {
            display: flex;
            justify-content: center;
            margin-bottom: 1.5rem;
        }

        /* Branding Section */
        .footer-branding {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            margin-bottom: 1rem;
        }

        .brand-logo svg {
            /* Adjusted size to 12x12px */
            width: 12px;
            height: 12px;
            border-radius: 4px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }

        /* Original SVG colors */
        .brand-logo svg rect {
            fill: #0074E8; /* Original blue */
        }

        .brand-logo svg path {
            fill: white;
        }

        .brand-text a {
            color: #7b9b48; /* Primary blue for links */
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .brand-text a:hover {
            color: #0056b3; /* Darker blue on hover */
            text-decoration: underline;
        }

        /* Language Selector */
        .language-selector {
            margin-bottom: 1.5rem;
            color: #363636; /* Updated text color */
        }

        .language-selector a {
            color: #7b9b48;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .language-selector a:hover {
            color: #0056b3;
            text-decoration: underline;
        }

        /* Footer Details Wrapper - for collapsible content */
        .footer-details-wrapper {
            width: 100%;
            margin-top: 2rem;
        }

        .footer-toggle-btn {
            /* Inherit gradient from site-footer */
            background: linear-gradient(192deg, #ffffff, #fcfcfc, #f7fdff, #ffffff); /* More subtle gradient colors */
            background-size: 400% 400%;
            animation: backgroundPan 15s ease infinite; /* Apply same animation */
            color: #0c071b; /* Button text color */
            border: 1px solid #cceeff; /* Added subtle border */
            padding: 0.75rem 1.5rem;
            border-radius: 25px;
            cursor: pointer;
            font-size: 1rem;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem auto;
            transition: transform 0.2s ease, background-position 0.5s ease; /* Smooth hover effect for gradient */
            box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Lighter shadow for button */
        }

        .footer-toggle-btn:hover {
            transform: translateY(-2px);
            background-position: 100% 50%; /* Shift gradient on hover */
        }

        .footer-toggle-btn .toggle-icon {
            margin-left: 0.5rem;
            transition: transform 0.3s ease;
        }

        /* Content area for toggling */
        .footer-details-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.7s ease-in-out, opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
            padding-top: 0;
            padding-bottom: 0;
            opacity: 0;
            transform: translateY(10px);
        }

        .footer-details-content.expanded {
            max-height: 1000px; /* Adjust as needed */
            opacity: 1;
            transform: translateY(0);
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

        .footer-toggle-btn[aria-expanded="true"] .toggle-icon {
            transform: rotate(180deg);
        }

        /* Legal Links */
        .footer-legal {
            margin-bottom: 1.5rem;
        }

        .copyright, .compliance-notice {
            margin-bottom: 0.5rem;
            color: #363636; /* Updated text color */
            font-size: 12px;
        }

        .legal-links {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 0.75rem 1.5rem;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .legal-links a {
            color: #7b9b48;
            text-decoration: none;
            white-space: nowrap;
            transition: color 0.3s ease;
        }

        .legal-links a:hover {
            text-decoration: underline;
            color: #0056b3;
        }

        /* System Status */
        .system-status {
            margin-bottom: 1.5rem;
        }

        .status-indicator {
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #28a745;
            margin-right: 6px;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0% { opacity: 1; }
            50% { opacity: 0.5; }
            100% { opacity: 1; }
        }

        .system-status a {
            color: #363636; /* Updated text color */
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            transition: color 0.3s ease;
        }

        .system-status a:hover {
            text-decoration: underline;
            color: #7b9b48;
        }

        /* Attribution */
        .attribution {
            margin-bottom: 1.5rem;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            color: #363636; /* Updated text color */
        }

        .attribution a {
            color: #7b9b48;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .attribution a:hover {
            text-decoration: underline;
            color: #0056b3;
        }

        /* Trademark Notice */
        .trademark-notice {
            max-width: 800px;
            margin: 0 auto;
            color: #363636; /* Updated text color */
        }

        .text-muted {
            color: #363636; /* Apply the new muted color */
        }

        .trademark-notice a {
            color: #363636; /* Updated text color */
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .trademark-notice a:hover {
            text-decoration: underline;
            color: #7b9b48;
        }

        /* Responsive Adjustments */
        @media (max-width: 768px) {
            .legal-links {
                flex-direction: column;
                gap: 0.5rem;
            }

            .footer-branding {
                flex-direction: column;
            }
        }
        
        .slidernews img {
        height: 35px !important;
        width: 135px !important;
        margin: 0 10px; /* Adjust margin for spacing between logos */
        animation: slidernews-scroll 360s linear infinite;
        }
    
        @keyframes slidernews-scroll {
        0% { transform: translateX(0) scale(1); } /* Set initial scale to 1 */
        100% { transform: translateX(calc(-100% * var(--logo-count))) scale(1); }
        }
    
        .slide-tracker {
        width: 6666%;
        display: flex;
        overflow: hidden;
        }
    
        .newslogos {
        margin-top: 2px;
        padding: 10px;
        }
        
        /* Research Card */
            .research-card {
                background: #f8f9fa;
                padding: 15px;
                border-left: 4px solid #3498db;
                margin: 15px 0;
            }
            
            /* Responsive Table */
            .table-responsive {
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                margin: 15px 0;
            }
            
            .research-table {
                width: 100%;
                min-width: 600px;
                border-collapse: collapse;
            }
            
            .research-table th,
            .research-table td {
                padding: 10px;
                border: 1px solid #ddd;
                text-align: left;
                font-size: 13px;
            }
            
            .research-table th {
                background-color: #f2f2f2;
            }
            
            /* Stats Grid */
            .stats-grid {
                display: grid;
                grid-template-columns: 1fr;
                gap: 15px;
                margin: 20px 0;
            }
            
            .stat-item {
                text-align: center;
                padding: 15px;
                background: #f5f7fa;
                border-radius: 5px;
            }
            
            .stat-number {
                font-size: 1.8em;
                font-weight: bold;
                color: #2c3e50;
            }
            
            cite {
                display: block;
                font-size: 0.8em;
                color: #7f8c8d;
                margin-top: 5px;
            }
             
            /* Blockquote */
            .research-quote {
                padding: 15px;
                background: #f8f9fa;
                border-left: 4px solid #3498db;
                margin: 15px 0;
                font-style: italic;
            }
            
            /* Case Study */
            .case-study {
                background: #f8f9fa;
                padding: 15px;
                margin: 15px 0;
                border-radius: 5px;
            }
            
            
    /* Base style for all logos */
.saas-container .saas img {
  height: 40px;       /* slightly smaller height */
  width: auto;        /* keep aspect ratio */
  max-width: 135px;   /* maximum width */
  margin: 0 8px;      /* horizontal spacing between logos */
  vertical-align: middle;
  transition: transform 0.3s ease;
}

/* Smaller logos for smaller screens */
@media (max-width: 768px) {
  .saas-container .saas img {
    height: 30px;     /* reduce height on mobile */
    max-width: 90px;  /* scale down max width */
    margin: 0 6px;
  }
}


    
/* Hide the checkbox input */
.show-more-togglez {
    display: none;
}

/* Initially hide rows after the 1st one */
.location-row[data-hidden] {
    display: none;
}

/* When the checkbox is checked, show all rows */
.show-more-togglez:checked ~ #companies-list .location-row[data-hidden] {
    display: flex;
}

/* Change the button text when the checkbox is checked */
.show-more-togglez:checked + .btn-box #show-more-btnz::after {
    content: 'Show Less';
}

/* Default button text */
#show-more-btnz::after {
    content: 'Show Companies More/Less';
}



    
/* Hide the checkbox input */
.show-more-toggled {
    display: none;
}

/* Initially hide rows after the 1st one */
.location-row[data-hidden] {
    display: none;
}

/* When the checkbox is checked, show all rows */
.show-more-toggled:checked ~ #categories-list .location-row[data-hidden] {
    display: flex;
}

/* Change the button text when the checkbox is checked */
.show-more-toggled:checked + .btn-box #show-more-btnd::after {
    content: 'Show Less';
}

/* Default button text */
#show-more-btnd::after {
    content: 'Show Categories More/Less';
}

/* Hide the checkbox input */
.show-more-toggle {
    display: none;
}

/* Initially hide rows after the 1st one */
.location-row[data-hidden] {
    display: none;
}

/* When the checkbox is checked, show all rows */
.show-more-toggle:checked ~ #location-list .location-row[data-hidden] {
    display: flex;
}

/* Change the button text when the checkbox is checked */
.show-more-toggle:checked + .btn-box #show-more-btn::after {
    content: 'Show Less';
}

/* Default button text */
#show-more-btn::after {
    content: 'Show Locations More/Less';
}




/* Hide the checkbox input */
.show-more-toggledd {
    display: none;
}

/* Initially hide rows after the 1st one */
.location-row[data-hidden] {
    display: none;
}

/* When the checkbox is checked, show all rows */
.show-more-toggledd:checked ~ #jobtype-list .location-row[data-hidden] {
    display: flex;
}

/* Change the button text when the checkbox is checked */
.show-more-toggledd:checked + .btn-box #show-more-btndd::after {
    content: 'Show Less';
}

/* Default button text */
#show-more-btndd::after {
    content: 'Show Job Type More/Less';
}

.career-banner {
      position: relative;
      padding: 2.5rem 1.5rem;
      overflow: hidden;
      background-color: #f8fafc;
    }
    
    .teana-main-container {
        position: relative;
        padding: 2.5rem 1.5rem;
        overflow: hidden;
        background-color: #f8fafc;
        /*height: 100vh;*/
    }
    
    .teana-sub-container {
        position: relative;
        z-index: 1;
    }
    
    .glitter-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      pointer-events: none;
      overflow: hidden;
      will-change: transform, opacity;
    }
    
    .career-container {
      position: relative;
      z-index: 1;
    }
    
    /* Modern Features Grid (8 cards) */
    .features-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
      margin-top: 24px;
    }
    
    .feature-card {
      position: relative;
      display: flex;
      align-items: center;
      padding: 12px;
      background: rgba(255, 255, 255, 0.9);
      border-radius:5px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
      cursor: pointer;
    }
    
    .feature-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
    }
     
    
    .feature-card:hover::after {
      opacity: 1;
    }
    
    .feature-icon {
      font-size: 20px;
      margin-right: 10px;
    }
    
    .feature-text {
      font-size: 14px;
      font-weight: 500;
      color: #334155;
    }
    
    /* Random Features Container (4 cards) */
    .random-features-container {
      position: relative;
      margin-top: -125px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 15px;
      padding: 10px;
      width: 100%;
      box-sizing: border-box;
    }
    
    .feature-card-random {
      position: relative;
      width: 100%;
      padding: 1rem;
      background: white;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      transform: rotate(var(--rotation));
      transition: all 0.3s ease;
      z-index: 1;
      margin: 0 auto;
      cursor: pointer;
    }
    
    .feature-card-random:hover {
      transform: rotate(0deg) scale(1.05);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
      z-index: 2;
    }
        .feature-card::after,
    .feature-card-random::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #334155;
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 11px;
    line-height: 1.3;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 10;
    width: max-content;
    max-width: 120px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border: 1px solid #e2e8f0;
    white-space: normal;
    text-align: center;
    }

    .feature-card:hover::after,
    .feature-card-random:hover::after {
    opacity: 1;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
    .feature-card::after,
    .feature-card-random::after {
        font-size: 10px;
        max-width: 100px;
        padding: 4px 6px;
        bottom: calc(100% + 6px);
    }
    }
        
    .feature-card-random:hover::after {
      opacity: 1;
    }
    
    .feature-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 0.25rem;
    }
    
    .feature-card-random .feature-icon {
      width: 36px;
      height: 36px;
      color: #3b82f6;
    }
    
    .feature-card-random .feature-text {
      font-size: 14px;
      line-height: 1.4;
      color: #334155;
    }
    
    .feature-card-random img {
      width: 50px;
      height: 50px;
      object-fit: contain;
      border-radius: 50%;
    }
    
    /* Responsive Adjustments */
    @media (min-width: 768px) {
      .features-grid {
        grid-template-columns: repeat(4, 1fr);
      }
      
      .feature-text {
        font-size: 12px;
      }
    }
    
    @media (max-width: 768px) {
      .random-features-container {
        margin-top: -80px;
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
        padding: 5px;
      }
      
      .feature-card-random {
        padding: 0.75rem;
        transform: rotate(0);
      }
      
      .feature-card-random .feature-text {
        font-size: 10px;
        line-height: 1.2;
      }
      
      .feature-card-random .feature-icon,
      .feature-card-random img {
        width: 50px;
        height: 50px;
      }
      
      .features-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    
    @media only screen and (min-width: 1199px) {
    .page-wrapper.dashboard {
        padding-left: 15px !important;
    }
}

    .dashboard {
        padding-left: 15px !important; 
    }
    
    .page-wrapper.dashboard {
        padding-left: 15px !important;
    }
    
    
    


    .icon-link svg {
    vertical-align: middle;
    }

    /* If you have a general class for all your inline icons, like 'inline-icon' */
    .inline-icon {
    vertical-align: middle;
    }
    
    
.btn-style-one {
    background: #7b9b48 !important;
    border: none;
    color: #ffffff !important;
    padding: 10px 20px;
    cursor: pointer;
    transition: background 0.4s ease;
}

.btn-style-one:hover {
    background: #434142 !important;
    color: #ffffff !important;

}

.icon-link {
    display: inline-block;
    padding: 1px;
    transition: transform 0.3s ease, color 0.3s ease;
    color: #666; /* Default icon color */
    text-decoration: none; /* Removes underline from links */
}

.icon-link .icon {
    transition: all 0.3s ease;
 }

.icon-link:hover, .icon-link:focus {
    transform: scale(1.1); /* Scales up the link slightly on hover */
    color: #7b9b48; /* Change to your theme's primary color */
}

/* Optional: Add a rotation effect on click (active state) */
.icon-link:active .icon {
    transform: rotate(90deg); /* Rotates the icon */
}

/* Bad Word Field Styling */
    .has-bad-word {
        border-color: #ff0000 !important;
        background-color: #ffeeee !important;
    }
    
    /* Alert Styling */
    .Teana Africa-alert {
        display: flex;
        align-items: center;
        background: #f8f9fa;
        border-left: 4px solid #2b7bba;
        padding: 15px;
        border-radius: 4px;
        margin: 10px 0;
        font-family: 'Poppins' !important;
    }

    .Teana Africa-gif {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    
    /* Disabled submit button styling */
    button[type="submit"]:disabled, 
    input[type="submit"]:disabled {
        opacity: 0.6;
        cursor: not-allowed;
        background-color: #cccccc !important;
    }
    

.teana-login-app .teana-branding {
    width: 45%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    padding: 50px 20px 0px 40px;
    overflow-x: hidden
}
.teana-login-app .teana-branding {
    /*background-color: #cccccc !important;
    background-size: cover; */
    background-image: linear-gradient(rgba(36,123,160,0), rgba(36,123,160,0)),url('/assets/teana/images/t_login_bg.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 650px 371px;
}

/*
.teana-login-app .teana-main {
    margin-left: 45%;
    width: 55%;
    position: fixed;
    z-index: 1;
    display: table;
    top: 0;
    left: 0;
    background-position: center;
    height: 100%
} */

.teana-login-app .teana-main {
    margin-left: 45%;
    width: 55%;
    /* position: fixed; */
    /* z-index: 1; */
    display: table;
    /* top: 0; */
    /* left: 0; */
    background-position: center;
    height: 100%;
}

.teana-login-app .teana-main {
    padding: 0px 10px;
    background-color: #fafffb;
}

.teana-login-app .teana-main .main-content {
    display: table-cell;
    vertical-align: top;
}

.teana-login-app .main-content {
    padding: 25px 0px;
}

.teana-login-app .login-container {
    margin: auto;
    width: 75%;
}

.teana-login-app .teana-main .main-footer {
    display: table-footer-group;
}


.teana-login-app .main-footer {
    padding: 0px 15px;
}

.teana-login-app .title-text, .teana-login-app .login-main-text h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.teana-login-app .form-control {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    font-size: 14px;
    font-weight: normal;
    height: 45px;
}

.teana-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.teana-login-app .login-container {
    margin: auto;
    width: 70%;
}

.rcopyright {
    font-size: .8em;
    margin-bottom: 30px;
    color: #000;
}

@media (max-width: 991.98px) {
    .navbar .dropdown-menu[data-mobile-dropdown] {
        position: absolute !important;
        top: 56px !important; /* adjust if your navbar is taller */
        right: 10px !important;
        left: auto !important;
        min-width: 180px;
        z-index: 1051;
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    }
}

table.dataTable {
    width: 100% !important;
    table-layout: auto;
    font-size: 12px;
}
.dataTables_length label, .dataTables_length select, .dataTables_filter, .dataTables_filter input, .dataTables_info, .dataTables_paginate {
    font-size: 14px;
}
.dt-search input {
    font-size: 14px;
}
.dataTables_paginate {
    font-size: 12px;
}

div.dt-container div.dt-layout-row:first-of-type {
    margin: 0.75em 0 !important;
}
div.dt-container div.dt-info, div.dt-container div.dt-search label, div.dt-container div.dt-length {
    font-size: 14px;
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left;
}
#teana-loader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #00000033;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.btn-group > .btn, .btn-group > .btn + .btn {
    margin: 0 5px 0 0;
}
table.dataTable .label {
    font-size: 0.8em;
}

@media (max-width: 425px) {
  body {
      zoom: 80%;
  }
}

.company-block-three .inner-box, .job-block .inner-box, .job-block-three .inner-box {
    border-radius: 4px;
}
.job-search-form form {
    border-radius: 4px;
}

h3.lighter {
    margin-top: 10px;
    text-align: center;
}

.dropdown-menu .menu-item {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  color: #333;
}

.dropdown-menu .menu-item strong {
  display: block;
}

table#acc_info, #acc_info th, #acc_info td {
  border: none;
}

.pricing-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.pricing-container .card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 30px;
  width: 280px;
  height: 280px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.pricing-container .card:hover {
  transform: scale(1.05);
}

.pricing-container .plan-title {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}

.pricing-container .price {
  font-size: 32px;
  color: #007bff;
  margin-bottom: 15px;
}

.pricing-container .features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.pricing-container .features li {
  margin-bottom: 10px;
  color: #555;
}

.pricing-container .subscribe-btn {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s ease;
}

.pricing-container .subscribe-btn:hover {
  background: #0056b3;
}

