*{
    padding:0px;
    margin:0px;
    font-family: Arial, Helvetica, sans-serif;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    list-style: none;
    color: rgb(0, 0, 0);
    box-sizing: border-box;

}

body{
    /* background-color: rgb(234, 255, 255); */
    width: 100%;
}



.row{
    display: flex;
    flex-direction: row;
}

.column{
    display: flex;
    flex-direction: column;
}

/* header */

.navbar{
    position: sticky;
    width:100%;
    height:auto;
    top:0;
}

.nav-container{
    background-color: #ED4B1F;
    background-color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    height:auto;
    width: 100%;
    justify-content: space-between;
}

.logo-container{
    height:auto;
    width:20vw;
    padding: 1vw;
    /* background-color: aqua; */

}

.logo{
    /* height: 43px; */
    width:94px;
    
}
/* .search-cart-container{
    position: relative;
    justify-content: space-around;
    width:25vw;*/
   /* height:5vw;*/
    /*margin: auto;
    color: #fff;

} */


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

}

.navbar .column{
    width: 100%;
}

.logo {
    width: 100px; 
    height: auto;
}

.navigation-container {
    display: flex;
    align-items: center;
}

.navigation-bar {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.nav-link {
    margin-right: 20px; 
}

.toggle-navbar {
    display: none; 
    cursor: pointer;
    /* margin-right: 20px;  */
}



.search-cart-container {
    display: flex;
    align-items: center;
    width: 40%;
}


.zip-code i, .search i, .account i, .cart i , .toggle-navbar span i{
    margin-right: 5px; 
}




.zip-code{
    position: relative;
}

.zip-form-container{
    position: absolute;
    right:-122px;
    z-index: 1000;
    width: 300px;
    height:10vw;
    padding: 20px;
    padding-bottom: 20px;
    background-color: rgb(255, 255, 255);
    display: none;
    border-radius: 10px;
    border: 2px solid #dfdfdf;
        
}

.zip-form{
    justify-content: space-around;
    height:100%;
}

.zip-code:hover .zip-form-container{
    display: block;
}

.zip-code, .account, .cart, .search{
    margin-right:5px;
    padding-top:1vw;
    padding-bottom:1vw;
    font-weight: bold;
    margin-left: 20px; 
    cursor: pointer;
}

input{
    color:black
}
.zip-number, .zip-button{
    height:40px;
    border-radius: 10px;
    border: 0px;
    padding-left: 0.5vw;
    color: rgb(59, 83, 95);
}

.zip-number{
    border: 1px  solid rgb(59, 83, 95);
    margin-bottom: 5px;
    margin-top: 5px;
}

.zip-button:hover{
cursor: pointer;
}

.navigation-container{
    display:flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.dropdown-services-container{
    background-color: rgb(255, 255, 255);

}

.dropdown-services-container ul{
    margin-left:25px;
    padding-left:25px;
}


#services:hover .dropdown-services-container{
    display:flex;
    
}

.services-link a:hover{
    color: #189af8;
}

.navigation-links{
    font-weight: bold;
    cursor: pointer;   
    text-decoration: none;
}

/* Footer Styles*/

.footer-container{
    width: 100%;  
    background-color: rgb(255, 255, 255);
    position: static;
    bottom: 0px;
    padding: 10px 0px;

}

.footer-links-container{
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}

.footer-links-container h3{
    border-bottom: 2px solid black;
}


.footer-links-container p{
    margin: 10px 0px; 
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb{

    background: #f2f7f8;
    background-color: #000000;
    /* border-radius: 5px; */
}

::-webkit-scrollbar-track{   
    background-color: rgb(255, 255, 255);

}

.copy-right{
    padding: 10px;
    text-align: center;
    align-items: center;
    font-weight: bold;
}
@media only screen and (min-width: 1114px){

    .toggle-navbar{
        display: none;
    }
    .navigation-container{
        display: flex;
        flex-direction: row;
        justify-content: center;
        height: 50px;
        
    }

    .navigation-bar{
        display:flex;
        flex-direction: row;
        position: relative;
        justify-content: space-around;
        width: 65%;
        height: 100%;
    }
    
    
    .navigation-bar .nav-link{
        padding-top:2vw;
        padding-bottom:3vw;
    }



    .services-link, .services-link-home{
        padding-top:17px;  
    }

    
.dropdown-services-container{
    display:none;
    flex-wrap: wrap;
    position: absolute;
    top:67px;
    left:0px;
    z-index: 999;
    min-height:500px;
    width: 900px;
    /* padding-left: 30px; */
    padding-bottom: 30px;
    
}

.dropdown-services{
    width: 30%;
}

.dropdown-services-home{
    width: 40%;
}



.dropdown-services h3, .dropdown-services-home h3{
    margin-top: 30px;
}

.dropdown-services li, .dropdown-services-home li{
    padding-left: 23px;
}



}

@media only screen and (max-width: 1113px) {    
    .logo-container{
        height:auto;
        width:30vw;
        padding: 1vw;

    }

    .logo{
        /* height:9vw; */
        width:15vw;
    }

    .search-cart-container{
        justify-content: space-around;
        
    }


    .toggle-navbar{
        display:flex;
        justify-content: left;
        padding: 20px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }


    
   
    
    .toggle-navbar:hover .navigation-bar{
        display: flex;

    }
    
    .navigation-bar{
        display: none;
        flex-direction: column;
        position: relative;
        padding-left: 20px;
        justify-content:left;
        
    }
    
    
    .navigation-bar li{
        padding-top:17px;
        padding-bottom:17px;
    }


    
.dropdown-services-container{
    display:none;
    flex-wrap: wrap;
    top:50px;
    left:0px;
    z-index: 999;
    min-height:500px;
    width: 100%;
    
}



.toggle-navbar {
    display: block;
}
.navigation-bar {
    display: none; 
    flex-direction: column;
    align-items: flex-start;
    background-color: #ffffff; 
    padding: 20px; 
    position: absolute;
    top: 100%; 
    left: 0;
    width: 100%; 
    border:1px solid black;
}
.navigation-bar.active {
    display: flex; 
}
.nav-link {
    margin: 10px 0; 
}

.search-cart-container {
    width: 100%;
}


}



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

    .logo-container{
        height:auto;
        width:35vw;
        padding: 2.4vw;
    
    }

    .logo{
        /* height:15vw; */
        width:25vw;
    }

    /* .search-cart-container{
        justify-content: space-around;
        width:55vw;
        margin: auto;
    } */

    
    .zip-form{
        justify-content: space-around;
        height:100%;
    }

    .zip-number, .zip-button{
        border: 0px;
        padding-left: 0.5vw;
        
    }

    

    .zip-form-container{
        right:-163px;
        width: 260px;
        height:40vw;
        display: none;
        z-index: 1000;
    }

    
    .footer-links-list {
        padding: 0px 19px;
        min-width: 100%;
    }
}

@media only screen and (max-width: 476px){
    .zip-form-container{
        width: 260px;
        height:40vw;
        display: none;
    }
}

@media only screen and (min-width:547px) and (max-width: 1207px) {
    .zip-form-container{
        width: 300px;
        height:20vw;
        display: none;
    }
    .zip-number, .zip-button{
        border: 0px;
        padding-left: 0.5vw; 
    }

    .zip-button{
        border: 2px solid #dfdfdf;
    }

    .footer-links-list{
        padding-bottom: 30px;
        padding-left: 30px;
        min-width: 40%; 
    }

    
}



@media screen and (max-width: 768px) {
    .zip-with-logo{
        display: flex;
        margin-right: 0px;
    }

    .zip-form-container{
        right:-1px;
        top:40px;
    }
    .logo-container{
        width: 100%;
        justify-content: space-between;
    }

    .zip-with-search{
        display: none;
    }
    .toggle-navbar {
        display: block; 
    }
    .navigation-bar {
        display: none; 
    }
    .navigation-bar.active {
        display: block; 
    }
    

    .nav-container {
        flex-direction: column;
        align-items: flex-start;
    }

}

/* For screens larger than 768px (typical desktops) */
@media screen and (min-width: 769px) {


    .zip-form-container{
        right:-89px;
    }
    
    .dropdown-services-container {
        display: none; 
    }
    .dropdown-services-container.active {
        display: block; 
    }

    .zip-with-logo{
        display: none;
    }

    .zip-with-search{
        display: block;
    }
}


@media screen and (min-width: 1205px) {
    .search-cart-container {
        width: 35%;
    }

}