/*
* Author Abdul Rehman
* License : LL Lvato License
* Website : https://lvato.com
*/
:root{
    --bs-link-color-rgb: 26,82,151;
    --bs-primary-rgb: 26,82,151;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
    --bs-primary2:#e5ecf4;
    --bs-primary: #198754;
    --bs-darkblue :#0e273f;
}

.top-header {
    background-color: #e5ecf4;
}

.top-header.header-icon {
    font-size: 15px;
}
.top-header .header-icon:hover {
    color: #fff!important;
}
.navbar-toggler-icon {
    background-color: #333;
    /* Color for the menu icon */
}

.logo {
    background-size: cover !important;
    height: 90px;
    margin-top: -30px;
    transition: all .2s ease-in-out;
    width: 70px;
    height: 90px;
}
.top-header a {
    font-size: 15px;
    padding: 7px 12px;
}
.top-header a:hover {
    background-color: #f9f9f9 !important; 
}
#navbarNav a,nav button {
    color: #198754 !important;
    padding: 5px 15px;
    font-weight: bold;
    text-decoration: underline;
}
#navbarNav a:hover {
    background: #e5ecf4;
    border-radius: 10px;
}
#navbarNav a i, .navbar-toggler i, #products #productList li .content-block span i {
    color: #198754 !important;
    font-size: 22px;
    margin-right: 10px;
}

/* Updated CSS for the Hero Section */
.hero-section {
    position: relative;
    background-color: #0e273fb6;
    height: 100vh; /* Change the height to 100vh to make it full screen */
    width: 100%;
    overflow: hidden;
}

.hero-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the entire container */
    z-index: -1; /* Send the video to the background */
}

.hero-section .container {
    position: relative;
    z-index: 2;
}
.hero-section .btn-primary {
    box-shadow: inset 1px 1px 0 rgba(255,255,255,.25) !important;
    padding: 10px 20px;
}
.hero-section .container h1 {
    font-size: 52px;
    font-weight: bold;
    color: #fff;
}
.hero-section .container p {
    color: #c4c4c4;
    font-size: 18px !important;
}








.products-section {
    background-color: #f7f7f7;
}
#coming-soon {
    height: 160px;
    background: #fff;
    box-shadow: 1px 1px 0 rgba(0,0,0,.1);
    font-size: 32px;
    height: 160px;
    text-align: center;
    
}
#sidebar .search input {
    padding: 10px 12px 10px 10px;
    font-size: 15px;
    font-weight: 400;
    height: 44px;
    line-height: 20px;
    border-radius: 4px;
    color: #000;
    background: #efefef;

    text-overflow: ellipsis;
    transition: all .25s ease-in-out;
    width: 90%;
    border: 0px;
}
#sidebar {
    padding: 20px 10px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 1px 1px 0 rgba(0,0,0,.1);
}
#sidebar .search:hover {
    border: 2px solid var(--bs-primary) !important;
}

#sidebar .search {
    box-shadow:  2px 0 rgba(0,0,0,.15);
    background: #efefef;
    border-radius: 4px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    border: 2px solid #efefef ;
    margin-bottom: 40px;
}

#sidebar .search i {
    width: 10%;
    padding: 7px;
    font-size: 20px;
    color: var(--bs-primary);
}
#sidebar .heading-box{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #cacaca;
    margin-bottom:10px;
}
#sidebar .heading-box h3 {
    width: 90%;
    display: flex;
    font-size: 18px;
}
#sidebar .heading-box i {
    width: 10%;
    display: flex;
    justify-content: end;
    color: var(--bs-primary);
    font-size: 18px;
}


#products #productList li {
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 1px 1px 0 rgba(0,0,0,.1);
}
#products #productList li .content-block {
    padding: 20px 10px;
    border-left: 5px solid var(--bs-primary);
}

#products #productList li .content-block span {
    background: var(--bs-primary2);
    padding: 8px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 30%;
    padding: 3px 8px;
    margin-right: 4px;
    border-radius: 3px;
    border-bottom: 1px solid #0000000f;
    text-overflow: ellipsis;
}
.content-heading {
    background-image: linear-gradient(0deg, #16437da1, #07182d96),url(../img/bg-head.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    padding: 90px 0px;
}
.testimonials {
    background: #e5ecf4;
    border: 1px solid #dedede;
    padding: 30px 10px;
    margin-bottom: 20px;
}
.testimonials .head {
    font-size: 20px;
    margin-right: 15px;
    color: #000;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 5px solid #b4b4b4;
}
.testimonials .head-2 {
    font-size: 15px;
    font-weight: normal;
}
footer {
    background-color: #198754;
}
footer a {
    color: white !important;
}
footer i {
    color: white;
    font-size: 21px;
    height: 25px;
    width: 25px;
}
footer ul {
    list-style: none;
}
footer li:nth-child(odd){
    font-size: 12px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}
.dflex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 999px) {
    #navbarNav {
        background: #e5ecf4 !important;
        padding: 10px;
        border-radius: 10px;
        
    }
    .hero-section .container h1 {
        font-size: 33px;
    }
    #products #productList li .content-block {
        padding: 20px 10px;
        border-left: 0px solid var(--bs-primary);
        border-top: 5px solid var(--bs-primary);
    }
}