@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    font-family: "Poppins", sans-serif;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #00296b;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #805dca;
}

.nav-container,
nav ul {
    align-items: center;
    display: flex;
}

.category-list li a,
a {
    text-decoration: none;
}

.sidebar {
    background: rgba(242, 247, 255, 1);
    padding: 20px;
    height: 85vh;
}

.category-list {
    list-style-type: none;
    padding: 0;
    height: 75vh;
    overflow-y: auto;
}

.category-list li {
    margin-bottom: 10px;
}
.start span.elementor-button-content-wrapper {
    line-height: 1.5;
}

.start span.elementor-button-icon.elementor-align-icon-right {
    display: flex;
    align-items: center;
    margin-left: 10px !important;
}
.category-list li a {
    color: #333;
}

.category-list li a:hover {
    text-decoration: underline;
}

.navigation {
    height: 100px;
    position: absolute;
    width: 100%;
}

.nav-container {
    justify-content: space-between;
    height: 120px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 15px !important;
    line-height: 22px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400 !important;
    text-align: center;
}

nav ul li a:hover,
nav ul li a:visited:hover {
    color: #000;
    font-weight: 600 !important;
    position: relative;
}
.nav-list li {
    min-width: 170px;
    text-align: center;
}
nav ul li ul li {
    min-width: 190px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.banners {
    background-image: url("/src/assets/image/banner.png");
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-position: center;
    margin-bottom: 50px;
}

.nav-mobile,
nav ul li a.blue-btns:hover:before {
    display: none;
}

nav ul li a:hover:before,
nav ul li a:visited:hover:before {
    content: "";
    /*border-top: 2px solid #000;*/
    padding: 7px;
    top: 26px;
    position: absolute;
    left: 30px;
}

.blue-btns {
    color: #fff !important;
    background-color: #00296b !important;
    border-radius: 30px;
    font-size: 15px;
    height: auto;
    line-height: 2.6;
    padding: 15px 20px !important;
    text-align: center;
}

nav ul li a.blue-btns:hover {
    font-weight: 400 !important;
}
nav ul li a.blue-btns {
    padding: 10px 25px !important;
    line-height: normal;
}
.nav-list li {
    min-width: 170px;
    text-align: center;
}
.nav-mobile {
    position: absolute;
    top: 23px;
    right: 0;
    background: 0 0;
    height: 55px;
    width: 70px;
}

.banners h1 {
    color: #000;
    font-size: 44px;
    font-weight: 500;
    line-height: 68px;
    font-family: revert;
    padding-top: 60px;
}

.banners p {
    font-size: 20px;
    margin-bottom: 30px;
}

.banners a.blue-btns {
    justify-content: center;
    width: fit-content;
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 18px;
}

.banners a.blue-btns i {
    margin-left: 10px;
}

ul.nav-list {
    display: flex  ;
}

.product-content {
    width: 30%;
    margin: 50px auto;
    padding: 20px;
    box-shadow: 2px 10px 20px 2px rgba(29, 78, 216, 0.2);
    border-radius: 15px;
    text-align: center;
    height: 150px;
    display: flex;
    align-items: center;
}

.product-content p {
    margin: 0;
}

.search {
    display: flex;
}

.search input.form-control {
    margin: 0 15px;
    height: 50px;
}

.search input.form-control:first-child {
    margin-left: 0;
}

.search input.form-control:last-child {
    margin-right: 0;
}

.search input.form-control::placeholder {
    color: gray;
}

.sidebar h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.category-list li a {
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}

.category-list li a:hover {
    text-decoration: none;
}

.category-list li a:hover:before {
    content: "";
    border-top: 2px solid #000;
    padding: 5px;
    position: relative;
    left: 0;
    top: 5px;
    margin-right: 5px;
}

#dataTable thead tr th {
    background: #eaeaea !important;
    text-align: center;
    font-weight: 600;
    height: 50px;
    vertical-align: middle;
}

#dataTable tbody tr td {
    text-align: center;
    vertical-align: middle;
}

#dataTable a.blue-btns {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    line-height: normal;
    padding: 10px 15px;
    border-radius: 5px;
}
.brand img {
    width: 120px;
}

table#dataTable {
    border: 1px solid #eaeaea;
}

.footer {
    padding: 50px 0;
    background: #001331;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    height: 100px;
}
.footer img {
    width: 150px;
}
.footer-content ul {
    padding: 0;
    list-style: none;
    display: flex;
    color: #fff;
    margin: 0;
}

.footer-content ul li {
    padding: 0 20px;
}

.copy-write {
    text-align: center;
    color: #fff;
}

.tables {
    margin: 50px 0;
}

body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
}

html {
    width: 100%;
    overflow-x: hidden;
}
/*.container {
    width: 68%;
}*/
.side_height {
    height: 85vh;
    overflow-y: auto;
}
#CustomerEnquiryModal .modal-footer button {
    line-height: 0;
    color: #fff !important;
    background-color: #00296b !important;
    border-radius: 10px;
    font-size: 15px;
    height: 40px;
    padding: 10px 20px;
}
.mobiles {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .banners h1 {
        font-size: 40px;
    }

    .product-content {
        width: 50%;
    }
}

@media only screen and (max-width: 990px) {
    nav ul li a,
    nav ul li a:visited {
        padding: 20px;
        border-bottom: 1px solid #c4c4c4;
    }

    .banners h1 {
        font-size: 30px;
        line-height: normal;
    }

    .banners p {
        font-size: 15px;
    }

    .banners a.blue-btns {
        width: fit-content;
    }

    .product-content {
        width: 50%;
    }
}

@media screen and (min-width: 800px) {
    .nav-list {
        display: block;
    }
    #navbar-toggle {
        position: absolute;
        left: 18px;
        top: 15px;
        cursor: pointer;
        padding: 10px 35px 16px 0;
    }
    #navbar-toggle span,
    #navbar-toggle span:after,
    #navbar-toggle span:before {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 30px;
        background: #fff;
        position: absolute;
        display: block;
        content: "";
        transition: 0.3s ease-in-out;
    }

    #navbar-toggle span:before {
        top: -10px;
    }

    #navbar-toggle span:after {
        bottom: -10px;
    }

    #navbar-toggle.active span {
        background-color: transparent;
    }

    #navbar-toggle.active span:after,
    #navbar-toggle.active span:before {
        top: 0;
    }

    #navbar-toggle.active span:before {
        transform: rotate(45deg);
    }

    #navbar-toggle.active span:after {
        transform: rotate(-45deg);
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width: 100%;
    }

    .nav-container {
        height: 100px;
    }
    .mobiles {
        display: block;
        margin-bottom: 30px;
    }
    nav ul li a.blue-btns {
        width: fit-content;
        height: auto;
        margin: 10px;
    }
    .desktop {
        display: none;
    }

    .col-md-3.position-relative {
        display: none; /* Hide the column containing searchInput1 on mobile devices */
    }

    .mobiles .accordion-body {
        padding: 0;
    }

    .side_height {
        width: 92%;
        margin: 0 auto;
        display: inline-block;
        height: auto;
    }
    .mobiles .accordion-body {
        padding: 0;
    }
    .nav-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #dataTable thead tr th:nth-child(3) {
        display: none !important;
    }
    #dataTable tbody tr td:nth-child(3) {
        display: none !important;
    }
    nav {
        width: 100%;
        /* padding: 55px 0 15px; */
    }

    nav ul.nav-list {
        display: none ;
    }
    .brand img {
        width: 105px;
    }
    ul.nav-list.nav-active {
        display: flex;
        position: absolute;
        width: 100%;
        background: #fff;
        left: 0;
        top: 100px;
    }
    section.navigation {
        background: #fff;
    }

    .nav-list {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .nav-list li {
        text-align: center;
        padding: 1em 0;
        width: 100%;
        padding: 0;
    }

    .nav-list.nav-active {
        display: flex;
    }
    nav ul li {
        float: none;
    }

    nav ul li a {
        padding: 10px;
        line-height: 20px;
        text-align: left;
    }

    nav ul li ul li a {
        padding-left: 30px;
    }

    .navbar-dropdown {
        position: static;
    }

    #dataTable tr th,
    #dataTable tr td {
        font-size: 12px;
    }

    .product-content {
        width: 80%;
    }

    .nav-mobile span {
        border-top: 5px solid #000;
        display: block;
        padding: 0;
        width: 30px;
    }

    .footer-content {
        display: block;
        height: auto;
    }

    .footer-content ul {
        display: block;
        text-align: center;
        line-height: 30px;
    }

    .footer-content img {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .banners {
        background-position: right;
    }

    table#dataTable {
        width: 100%;
    }

    .search input.form-control {
        height: auto;
        padding: 10px;
        margin-bottom: 20px;
    }

    .search {
        justify-content: center;
    }

    .search input.form-control {
        height: auto;
        padding: 10px;
        margin-bottom: 20px;
    }

    .banners .row {
        width: 90%;
        margin: 0 auto;
    }

    .banners a.blue-btns {
        /*height: 30px !important;*/
        padding: 6px 15px;
        width: fit-content;
    }
    .product .row {
        width: 100%;
    }
    #dataTable a.blue-btns {
        height: auto;
    }

    .product-content p {
        line-height: 1.5;
    }
}
/* Hide the nav list by default on mobile view */
.nav-list {
    display: none;
}

/* Display the nav list when the toggle is active */
.nav-list.active {
    display: block;
}

/* Additional styling for the toggle button */
#navbar-toggle {
    cursor: pointer;
    display: block;
}

#navbar-toggle span {
    display: block;
    width: 30px;
    height: 3px;
    margin: 5px auto;
    background-color: #333;
}

/* Example media query for mobile view */
@media (max-width: 768px) {
    .nav-list {
        display: none;
    }

    .nav-list.active {
        display: block;
    }
    
nav ul.nav-list {
    position: absolute;
    width: 100%;
    text-align: left;
    left: 0;
    top: 100px;
    background: #ffff;
}
}
