/* navbar.css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}


.header {
    background: #929c94;
    padding: 0rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    /* height: 100px; */
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; /* optional: helps on smaller screens */
    /* padding: 0.5rem 2rem; */
}

.header {
    position: relative;
    z-index: 1; /* ensures it's above the background image */
    background-color: #081C15; /* optional white tint background */
}

.header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background-image: url('/assets/images/logo1.jpg'); 🔁 your background image path */
    background-size: cover;
    background-position: center;
    opacity: 0.3; /* Adjust this for visibility */
    z-index: -1; /* places it behind header content */
    pointer-events: none; /* allows clicks to pass through */
}


/* @media screen and (max-height: 760px) {
    .header .logo-img {
        height: 2rem;
        width: 2rem;
    }
    .header h1 {
        font-size: 20px;
    }
    .navbar a {
        padding: 8px 12px;
        font-size: 14px;
    }
    .hero-content h2 {
        font-size: 28px;
    }
    .hero-content .tagline {
        font-size: 16px;
    }
    .hero-content .hero-subtext {
        font-size: 14px;
    }
    .hero-buttons a {
        padding: 10px 20px;
        font-size: 14px;
    }
    .hero-stats .stat-box {
        font-size: 14px;
    }
}
 */

/* @media screen and (max-height: 500px) {
    .header .container {
        flex-direction: column;
        align-items: center;
    }
    .header h1 {
        text-align: center;
        margin-bottom: 10px;
    }
    .navbar {
        flex-direction: column;
        align-items: center;
    }
    .navbar a {
        display: block;
        margin: 5px 0;
    }
    .hero-content {
        padding: 20px;
    }
    .hero-content h2 {
        font-size: 24px;
    }
    .hero-content .tagline,
    .hero-content .hero-subtext {
        font-size: 12px;
    }
    .hero-buttons {
        flex-direction: column;
    }
    .hero-buttons a {
        margin-bottom: 10px;
        width: 80%;
        text-align: center;
    }
    .hero-stats {
        flex-direction: column;
        gap: 10px;
        background-color: #ffffff;
        opacity: 1;
    }
} */



/* @media screen and (max-width: 768px) {
  .navbar {
    display: none; 
    flex-direction: column;
    background-color: #ffffff;
    position: absolute;
    top: 70px; 
    right: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
  }

  .navbar a {
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #eee;
  }

  .menu-icon {
    display: block; 
  }


  .navbar.active {
    display: flex;
  }
} */


.container {
    /* max-width: 1200px; */
    margin: 0 auto;
    /* padding: 0 20px; */
    /* display: flex;
    justify-content: center;
    align-items: center; */
    /* gap: 20%; */
}

.logo-img {
    width: 10px;
    height: 10px;
    object-fit: contain;
    /* border-radius: 50%; */
}

.logo-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 50%;
    /* padding: 10px; */
}



.navbar {
    display: flex;
    justify-content: center;
    /* background-color: #1B4332; */
    gap: 0rem;
    /* padding: 1rem 0; */
    border-radius: 10px;
}


.navbar a {
    /* color: rgb(206, 93, 93); */
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: background 0.3s;
}

.navbar a:hover {
    background: #1b5e20;
}


/* @media (max-width: 768px) {
    .navbar {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-content h2 {
        font-size: 1.8rem;
    }
    
    .products-scroll {
        grid-template-columns: 1fr;
    }
    
    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
} */

.navbar-container{
    /* max-width: 120px; */
    margin: 0 auto;
    padding: 0 20px;
    /* gap: 40%; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #ffffff; */
}


.navbar {
    display: flex;
    /* gap: 1.5rem; */
}

.navbar a {
    text-decoration: none;
    color: #e7f4e9;
    font-weight: 500;
    transition: color 0.3s;
}


/* 
@media screen and (max-width: 768px) {
  .navbar {
    display: none; 
    flex-direction: column;
    background-color: #ffffff;
    position: absolute;
    top: 70px; 
    right: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
  }

  .navbar a {
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #eee;
  }

  .menu-icon {
    display: block; 
  }

  .navbar.active {
    display: flex;
  }
} */






























/* Navbar links */
.navbar a {
    color: #dcf2df; /* Normal link color */
    text-decoration: none;
    padding: 8px 16px;
    margin: 0 5px;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 4px;
    font-size: 1rem;
    z-index: 1000000;
}

/* Active link (current page) */
.navbar a.active {
    background-color: black; /* Black background */
    color: white;             /* White text */
}

/* Hover effect */
.navbar a:hover {
    background-color: #000000; /* Green background on hover */
    color: white;
}




.menu-icon{
    /* background-color: white; */
    color: white;
    z-index: 1000000;
}






/* .header {
    position: relative;
    z-index: 1000;
 
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1001;
  
}
 */

.hero,
.slider,
.slide {
    position: relative;
    z-index: 1;
}



/* @media (max-width: 768px) {
    .navbar {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px; 
        background-color: white;
        z-index: 1001;
    }

    .menu-icon {
   
        font-size: 24px;
      
        top: 10px;
        right: 20px;
        z-index: 1002;
        cursor: pointer;
    }

    .navbar a{
        color: #788574;
    }
    
}






@media (max-width: 500px) {
    .container .h1{
        font-size: 1px;
    }
} */



/* 
@media (max-width: 500px) {
    .header .container {
        flex-direction: column;
      
        flex-wrap: wrap;
    }

    .logo {
        display: flex;
        align-items: center;
        font-size: 18px;
    }

    .logo-img {
        width: 40px;
        height: auto;
        margin-right: 10px;
    }

    .navbar {

        flex-direction: column;
        width: 100%;
        margin-top: 10px;
    }

    .navbar a {
        padding: 10px 0;
        display: block;
        width: 100%;
    }

    .menu-icon {
        display: block;
        cursor: pointer;
        font-size: 24px;
        margin-top: 10px;
    }

    .navbar.active {
        display: flex;
    }
}
 */



@media (max-width: 500px) {
    .header .container {
        flex-direction: row; /* Keep items in one row */
        justify-content: space-between; /* Space between logo and menu */
        align-items: center;
        flex-wrap: nowrap; /* Prevent wrapping */
    }

    .logo {
        display: flex;
        align-items: center;
        font-size: 18px;
        flex-shrink: 1; /* Allow shrinking if needed */
    }

    .logo-img {
        width: 40px;
        height: auto;
        margin-right: 10px;
    }

    .navbar {
        display: none;
        flex-direction: column;
        width: 100%;
        margin-top: 10px;
    }

    .navbar a {
        padding: 10px 0;
        display: block;
        width: 100%;
    }

    .menu-icon {
        display: block;
        cursor: pointer;
        font-size: 24px;
        margin-left: auto;
    }

    .navbar.active {
        display: flex;
    }
}




/* Added By Sajal Start--- */

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: #3b4b2e; adjust to your design */
  padding: 10px 20px;
}

.nav-left a, .nav-right a {
  color: rgb(163, 49, 49);
  text-decoration: none;
  /* margin: 0 10px; */
  font-weight: bold;
}

.nav-left a:hover, .nav-right a:hover {
  color: #f2f2f2;
}

.cart-link {
  display: flex;
  align-items: center;
}

.bag-icon {
  margin-left: 5px;
  font-size: 18px;
}



/* Added By Sajal End--- */





















































#auth-options button {
  /* margin-left: 5px; */
  /* padding: 4px 8px; */
  background-color: #464646;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

#auth-options button:hover {
  background-color: #084298;
}



























.dropdown {
  /* position: relative; */
  display: inline-block;
  cursor: pointer;
}

.dropdown-content {
  /* display: none; */
  /* position: absolute; */
  background-color: #ffffff;
  /* min-width: 120px; */
  box-shadow: 0px 8px 16px rgba(0,0,0,0.1);
  z-index: 1;
  border-radius: 5px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  color: #333;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}
















































































/* Dropdown container */

/* Dropdown content (hidden by default) */
.dropdown-content {
  /* display: none; */
  /* position: absolute; */
  top: 100%;
  /* left: 0; */
  /* background-color: #b14242; */
  /* min-width: 130px; */
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  z-index: 999;
  border-radius: 6px;
  padding: 0;
  flex-direction: column;
  /* overflow: hidden;s */
}

/* Buttons inside dropdown */
.dropdown-content button {
  /* padding: 10px 12px; */
  width: 50%;
  background-color: white;
  border: none;
  /* text-align: right; */
  cursor: pointer;
  font-size: 14px;
}

.dropdown-content button:hover {
  background-color: #f1f1f1;
}

/* Show dropdown when .show is added */
.dropdown.show .dropdown-content {
  display: flex;
  right: 0px;
}




/* Flexbox for header container */
.header .container {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  /* flex-wrap: wrap; */
}

/* Logo styling */
.logo {
  display: flex;
  align-items: center;
  /* gap: 10px; */
  font-size: 1rem;
  font-weight: bold;
  color: white;
}

/* Navbar in one row */
.navbar {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  flex: 1;
  /* margin-left: 30px; */
  margin: 0px;
  padding: 0px;
  /* width: auto; */
}

/* Align nav links to the left */
.nav-left {
  display: flex;
  align-items: center;
  /* gap: 20px; */
}

/* Cart styling on the right */
.nav-right {
  margin-left: auto;
  /* display: flex;
  align-items: center;
  flex-direction: column; */
  /* background-color: #00796b; */
  margin-top: -20px;
}








.navbar a{
    font-size: 0.6rem;
    
}
.container{
    flex-direction: row;
    /* background-color: #333; */
}
.nav-left{
    /* background-color: #084298; */
    padding: 0px;
    margin: 0px;
    width: 0px;
}

.logo span{
    font-size: 0.9rem;
    margin-right: 2rem;
}













/* Navbar container */
.navbar {
    display: flex;
    align-items: center; /* Center items vertically */
    /* background-color: #4B4B4B; Dark background color */
    padding: 10px 20px; /* Padding for spacing */
    /* background-color: #2F3E46; */
}

/* Logo styling */
.navbar .logo {
    margin-right: auto; /* Pushes the logo to the left */
    color: #FDFD96;
}

/* Navigation menu styling */
.navbar .menu {
    display: flex; /* Display items in a row */
    list-style: none; /* Remove default list styling */
}

/* Individual menu item styling */
.navbar .menu li {
    margin: 0 15px; /* Spacing between menu items */
}

/* Menu item links */
.navbar .menu a {
    text-decoration: none; /* Remove underline */
    color: white; /* Link color */
    font-weight: bold; /* Bold font */
}

/* Button styling */
.navbar .btn {
    background-color: black; /* Background color for buttons */
    color: white; /* Button text color */
    padding: 8px 12px; /* Button padding */
    border: none; /* Remove border */
    border-radius: 4px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
}

/* Hover effects for buttons */
.navbar .btn:hover {
    background-color: darkgray; /* Darker background on hover */
}

/* Dropdown styling */
.navbar .dropdown {
    position: relative; /* Positioning for dropdown */
}

/* Dropdown button */
.navbar .dropdown button {
    padding: 8px 12px; /* Padding for dropdown */
    background-color: blue; /* Background color */
    color: white; /* Text color */
    border: none; /* Remove border */
    border-radius: 4px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor */
}

/* Dropdown items */
.navbar .dropdown-content {
    /* display: none; Hide by default        */
    position: absolute; /* Absolute positioning */
    background-color: white; /* Background color for dropdown */
    min-width: 160px; /* Minimum width */
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2); /* Shadow for dropdown */
    z-index: 1; /* Ensure it appears above other content */
}

/* Show dropdown on hover */
.navbar .dropdown:hover .dropdown-content {
    display: block; /* Show dropdown */
}

/* Dropdown item links */
.navbar .dropdown-content a {
    /* color: black; Text color */
    padding: 12px 16px; /* Padding for dropdown items */
    text-decoration: none; /* Remove underline */
    display: block; /* Block display */
}

/* Hover effect for dropdown items */
.navbar .dropdown-content a:hover {
    background-color: #f1f1f1; /* Background color on hover */
}



/* Overall navbar style */
.navbar {
    /* background-color: #2F3E46; Dark color for the navbar background */
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo style */
.nav-logo {
    color: #FDFD96; /* Light yellow for the logo text */
    font-size: 1.5em;
    display: flex;
    align-items: center;
}

/* Navbar links */
.nav-links {
    list-style: none;
    display: flex;
    gap: 20px; /* Space between links */
}

.nav-link {
    color: #FDFD96; /* Light yellow for link text */
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.nav-link:hover {
    color: #A29BFE; /* Light purple on hover */
}

/* Button styles */
.btn {
    background-color: #4CAF50; /* Green background for buttons */
    color: white; 
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #45a049; /* Darker green on hover */
}

/* Login/Signup button styles */
.login-btn {
    background-color: #009688; /* Teal for the login button */
}

.login-btn:hover {
    background-color: #00796b; /* Darker teal on hover */
}

/* Signup button style */
.signup-btn {
    background-color: #1E88E5; /* Blue for the signup button */
}

.signup-btn:hover {
    background-color: #1976D2; /* Darker blue on hover */
}







/* Assuming the container has a class of 'nav' */
.nav {
    display: flex;
}

/* Background for each item */
.nav-item {
    padding: 10px; /* Adjust as needed */
    background-color: #2e3b4e; /* Change to your desired color */
    margin-right: 10px; /* Space between items */
}

/* Specific rule for the 'Cart' item */
.nav-item-cart {
    background-color: #2e3b4e; /* Same background as others */
    margin-right: 0; /* Remove margin on the right */
}

/* Ensure 'Login' button is outside the nav items */
.nav-item-login {
    background-color: blue; /* Your desired background color */
    color: white; /* Text color */
}




/* .navbar{
    width: 100%;
    margin-right:0rem ;
    height: 3rem;
}


.nav-left a{
    margin-top: -0.7rem;
}

nav {
    margin-top: 0; 
    padding-top: 0; 
} */






#user_credentials{
    /* margin-top: -2; */
    padding: 0.3rem;
}



.container{
    /* background-color: #ffffff; */
    opacity: 1;
    width: 100%;
    margin: 0px;
    margin-right: 0px;
    padding: 0px;
    /* max-width: 1300px; */
}
.header{
    /* background-color: #084298; */
    opacity: 1;
    margin: 0px;
    padding: 0px;
}



    




#loginDropdown{
    margin-top: -0.7rem;
}














































































































































































































































































#welcomeUser{
    font-size: 0.9rem;
    /* top: 0px; */
    margin-top: -20px;

}

#userDropdown{
    margin-top: -0.7rem;
}













