﻿
.category-navbar {
    /*border-left: 1px solid #ddd;*/ /* Add a thin left border */
    /*border-right: 1px solid #ddd;*/ /* Add a thin right border */
    /*padding: 10px 15px;*/ /* Adjust padding as needed */
    /*border-color: #053c5c; */ /* #271f5e;*/
    position: relative;
    color: #808080;
}

    .category-navbar:hover::before,
    .category-navbar:hover::after {
        top: 0; /* Start from the top */
        height: 100%; /* Full height on hover */
    }

    .category-navbar::after {
        right: 0; /* Position on the right side */
    }

/*.category-navbar.has-tooltip {
        display: inline-flex;
        align-items: center;*/ /* Vertically center icon and text */
/*height: 24px;*/ /* Match height of upper icons */
/*}*/


.navbar-li {
    position: relative;
}

    .navbar-li a {
        display: inline-block;
    }

    .navbar-li .dropdown-content {
        display: none;
        position: absolute;
        top: 199%;
        left: 0;
        /*        background: #101452;*/
        z-index: 1;
        width: 100%;
    }

    .navbar-li:hover .dropdown-content {
        display: block;
    }

    .navbar-li a, .navbar-li .dropdown-content {
        padding: 0;
        margin: 0;
    }

.navbar-li {
    font-size: smaller;
    font-weight: bold;
    line-height: 20px;
    max-height: 20px;
}

.navbar-li-dropdown {
    padding: 2px;
    color: #b3b3b3;
    font-size: small;
    font-weight: bold;
    margin-left: 0px;
    margin-bottom: 5px;
}

.navbar-li-dropdown-div {
    background-color: #e6e6e6;
    min-width: 280px !important;
}

.clear-icon {
    cursor: pointer;
    color: #666;
    display: none;
    position: absolute;
    top: 55%;
    right: 75px;
    transform: translateY(-50%);
    font-size: 20px;
}

.divider {
    height: 25px;
    width: 1px;
    background-color: #e6e6e6;
    display: none;
    position: absolute;
    top: 55%;
    right: 65px;
    transform: translateY(-50%);
    font-size: 25px;
}

/* Show clear icon and divider when input has content */
.search-input:not(:placeholder-shown) ~ .icons-container .clear-icon,
.search-input:not(:placeholder-shown) ~ .icons-container .divider {
    display: block;
}

#microphoneIconId {
    position: absolute;
    top: 55%;
    right: 40px;
    transform: translateY(-50%);
    color: #00A8F3;
    font-size: 18px;
    cursor: pointer;
}

.more-option {
    display: block;
    padding: 12px 16px;
    text-decoration: none !important;
    color: #333;
}

    .more-option:hover {
        background-color: #f0f0f0;
    }

    .more-option:hover,
    .more-option:focus,
    .more-option:active {
        text-decoration: none;
        outline: none;
    }

.more-options {
    display: none;
    position: absolute;
    right: -110px;
    top: 50px;
    background-color: #f9f9f9;
    min-width: 260px;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
}

.dropdown:hover .more-options {
    display: inline-grid;
    text-decoration: none !important;
}

.qwoogi-style {
    color: white;
    font-size: 22px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

.q-style {
    /*color: #00A8F3;*/
    font-weight: 600;
    /*        font-size: 28px;*/
    font-size: 18px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

.q-style2 {
    /*color: #00A8F3;*/
    font-weight: 600;
    /*        font-size: 28px;*/
    font-size: 38px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

.menu-options {
    display: none;
    position: absolute;
}

.menu-options-m {
    right: 15px;
    top: 40px;
    background-color: #f9f9f9;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.menu-option {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

    .menu-option:hover,
    .menu-option:focus,
    .menu-option:active {
        text-decoration: none !important;
        outline: none;
    }

.scroll-container {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

    .scroll-container::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }


.clear-icon-5 {
    cursor: pointer;
    color: #666;
    display: none;
    position: absolute;
    top: 122px;
    right: 85px;
    transform: translateY(-50%);
    font-size: 20px;
}

.divider-5 {
    height: 25px;
    width: 1px;
    background-color: #e6e6e6;
    display: none;
    position: absolute;
    top: 122px;
    right: 75px;
    transform: translateY(-50%);
    font-size: 25px;
}

/* Show clear icon and divider when input has content */
.search-input-m:not(:placeholder-shown) ~ .icons-container .clear-icon-5,
.search-input-m:not(:placeholder-shown) ~ .icons-container .divider-5 {
    display: block;
}

#microphoneIconId-5 {
    position: absolute;
    top: 122px;
    right: 55px;
    transform: translateY(-50%);
    color: #00A8F3;
    font-size: 18px;
}

.my-link-css-5 {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 500;
}

.flex-container {
    display: flex;
}

.left-div, .right-div {
    width: 200px;
}

.center-div {
    flex-grow: 1;
}

.main-text-title-test-w2 {
    font: x-large;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    float: left;
    margin-top: 10px;
    padding-left: 40px;
}

.titleLabel {
    font-size: 18px;
    color: cadetblue;
    padding-left: 10px;
    border-left: 1px solid #c9c9c9;
    font-weight: 400;
    margin-left: 10px;
}


.search-icon2 {
    position: relative;
    top: 25px;
    right: 0px;
    transform: translateY(-50%);
    /*color: cornflowerblue;*/ /* Adjust the color of the icon */
    color: #00A8F3;
    cursor: pointer;
}

.search-container-q {
    position: relative;
    width: 600px;
}

.search-input-q {
    width: 100%;
    padding: 8px 40px 8px 16px;
    border: 1px solid #ddd;
    border-radius: 20px;
    outline: none;
}

    .search-input-q:focus {
        border-color: #4a90e2;
        box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
    }

.icons-container-q {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
}

.clear-icon-q {
    cursor: pointer;
    color: #666;
    position: relative;
    top: 18px;
    right: 25px;
    /* Initially hidden */
    visibility: hidden;
}

.divider-q {
    height: 16px;
    width: 1px;
    background-color: #e6e6e6;
    position: relative;
    top: 18px;
    right: 25px;
    /* Initially hidden */
    visibility: hidden;
}

#microphoneIconId-q {
    position: absolute;
    top: 29px;
    right: 25px;
    transform: translateY(-50%);
    color: #00A8F3;
    font-size: 15px;
    cursor: pointer;
}

/* Show clear icon and divider when input has content */
.search-input-q:not(:placeholder-shown) ~ .icons-container-q .clear-icon-q,
.search-input-q:not(:placeholder-shown) ~ .icons-container-q .divider-q {
    /* Make them visible */
    visibility: visible;
    display: block; /* Ensure they take up space */
}

.svg-class {
    height: 24px;
    width: 24px;
}

/*mobile footer starts*/

/* Footer styling */
.footer-m {
    width: 100%;
    padding: 20px 0;
    /*   position: fixed;*/
    /*   bottom: 0;
        left: 0;*/
    text-align: center;
    /*font-family: Arial, sans-serif;*/
    font-family: 'Roboto', sans-serif;
    /*        font-family: Arial, sans-serif;*/
/*    background-color: #F2F4F6;*/
}

/* Section styling */
.footer-section-m {
    margin-bottom: 10px;
}

/* Link styling */
.footer-link-m {
    text-decoration: none;
    /*font-weight: bold;*/
    /*        margin: 0 10px;*/
    /*color: #333;*/
    color: #969696;
    padding: 0 10px 0 10px;
}

/* Copyright styling */
.footer-copyright-m {
    font-size: 12px;
    margin-top: 10px;
    color: #666;
}

/*mobile footer ends*/


/*qsite desktop footer starts*/

/* footer-site-d styling */
.footer-site-d {
    width: 100%;
    padding: 10px 10px;
    margin: 10px 0;
    /*   position: fixed;*/
    /*   bottom: 0;
        left: 0;*/
    text-align: center;
    /*   font-family: Arial, sans-serif;*/
    font-family: 'Roboto', sans-serif;
    background-color: #F2F4F6;
}

/* Section styling */
.footer-site-d-section {
    /*     margin-bottom: 5px;*/
}

/* Link styling */
.footer-site-d-link {
    text-decoration: none;
    /*font-weight: bold;*/
    /*        margin: 0 10px;*/
    color: #969696;
    padding: 10px 30px 10px 30px;
}

/* Copyright styling */
.footer-site-d-copyright {
    font-size: 12px;
    /* margin-top: 5px;*/
    color: #969696;
}

/*qsite desktop footer ends*/

.menu-button {
    color: #96aab4;
    /*  color: #d2e6f5;*/
    /*color: #F2F4F6;*/
}

/*mobile footer 33 start*/

/* footer-m33 styling */
.footer-m33 {
    width: 100%;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: left;
    font-family: Arial, sans-serif;
}

/* Section styling */
.footer-m33-section {
    margin-bottom: 10px;
    text-align: center;
}

/* Link styling */
.footer-m33-link {
    text-decoration: none;
    /*font-weight: bold;*/
    /*        margin: 0 10px;*/
    color: #333;
    padding: 4px 4px;
    margin-right: 4px;
    text-decoration: none !important;
    outline: none;
}

    .footer-m33-link:visited,
    .footer-m33-link:focus,
    .footer-m33-link:active {
        /*background-color: #f2f4f6;*/
        /* background-color: #e6f5fa;*/
        background-color: #d2e6f5;
        border-radius: 10px;
    }

/* Copyright styling */
.footer-m33-copyright {
    font-size: 12px;
    color: #666;
    text-align: center; /* center instead of right */
    margin: 5px 0 0 0;
    padding: 5px 0;
    display: block; /* takes its own line */
    white-space: normal; /* allow wrapping */
}

/*mobile footer 33 ends*/
