body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
  }
  html,
  body {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  header {
    color: #111;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
      rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    z-index: 999;
  }
  
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
  }
  
  .logo h4 {
    font-size: 22px;
  }
  
  .nav-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
  }
  
  .nav-item ul li {
    margin: 0 10px;
  }
  
  .nav-item ul li a {
    color: #111;
    text-decoration: none;
    /* display: block; */
    padding: 8px 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
  }
  
  .ri-shopping-cart-line {
    font-size: 30px;
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
    padding: 10px 0px;
    z-index: 9;
  }
  
  .dropdown-content a {
    color: black;
    padding: 35px;
    text-decoration: none;
    display: block;
    opacity: 0.9;
    font-size: 16px;
    margin-bottom: 15px;
  }
  
  .dropdown-content a:hover {
    background-color: #f1f1f1;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .nav-toggle {
    display: none;
  }
  .nav-toggle i {
    font-size: 30px;
    color: #111;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 9;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #111;
    display: block;
    transition: 0.3s;
    cursor: default;
  }
  
  .sidenav a:hover {
    color: #111 !important;
  }
  
  .sidenav span i {
    font-size: 50px;
    color: #111;
    cursor: default;
  }
  /* Add this to the existing CSS */
  .sidenav .dropdown-content {
    display: none;
    position: relative;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
    padding: 10px 0px;
    width: 100%;
  }
  
  .sidenav .dropdown-content a {
    color: black;
    padding: px;
    text-decoration: none;
    display: block;
    opacity: 0.9;
    font-size: 16px;
    margin-bottom: 5px;
  }
  
  .sidenav .dropdown-content a:hover {
    background-color: #f1f1f1;
  }
  @media screen and (max-height: 450px) {
    .sidenav {
      padding-top: 15px;
    }
    .sidenav a {
      font-size: 16px;
    }
    .navbar-toggle .toggle-icon {
      cursor: default !important;
    }
  }

/* bread crumb */
.bread-crumb {
    /* background-color: red; */
    padding: 10px 0px;
    margin-top: 10px;
    max-width: 1200px;
    margin: 0 auto;

  }
.bread-crumb ul {
    list-style: none;
    padding: 0;
    display: flex;
   gap: 10px;
    align-items: center;
  }
  .bread-crumb ul li {
   list-style-type: none;
  }
  .bread-crumb ul li a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    opacity: 0.8;
  }
  /* footer */
footer {
    background-color: #f8f8f8;
    padding: 20px 10px;
  }
  
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .footer-section {
    flex: 1;
    min-width: 200px;
    margin: 10px;
  }
  
  .footer-section h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .footer-section p {
    font-size: 15px;
    color: #111;
    opacity: 0.8;
    /* margin-bottom: 20px; */
  }
  .footer-section ul {
    list-style: none;
    padding: unset;
  }
  
  .footer-section ul li {
    margin-bottom: 8px;
    padding: 0px 0px;
  }
  
  .footer-section ul li a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
    opacity: 0.8;
    font-size: 15px;
  }
  
  .footer-section ul li a:hover {
    color: #197374;
  }
  
  .footer-bottom {
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 14px;
  }
  /* services section start */
.services {
  padding: 50px 0;
}
.services h1 {
  text-align: center;
  opacity: 0.8;
}
.card-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 10px;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  gap: 20px;
}

/* Card Container */
.card {
  width: 280px;
  border-radius: 12px;
  background-color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.card:hover {
  transform: translateY(-5px);
}

/* Image Section */
.card-image {
  position: relative;
  overflow: hidden;
  height: 280px;
}

.card-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

.wishlist-icon {
  position: absolute;
  top: 0px;
  right: 10px;
  cursor: pointer;
}

.wishlist-icon p {
  color: #fff;
  font-size: 15px;
  background-color: #229799;
  padding: 8px 20px;
  border-radius: 20px;
}

/* Content Section */
.card-content {
  padding: 20px;
  text-align: left;
}

.card-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
  margin-top: 10px;
}

.card-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.tag {
  padding: 5px 10px;
  font-size: 12px;
  background-color: #f2f2f2;
  color: #555;
  border-radius: 15px;
}

.card-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* Footer Section */
.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: flex;
  gap: 10px;
}

.add-to-cart {
  padding: 10px 15px;
  background-color: #229799;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
  border-radius: 25px;
}
.quantity-value {
  font-size: 16px;
  font-weight: bold;
}
.add-to-cart:hover {
  background-color: #197374;
}

/* services section end */
  @media screen and (max-width: 768px) {
    .nav-item ul li {
      display: none;
    }
    .nav-toggle {
      display: block;
    }
    .nav-item ul li:nth-child(5) {
      display: block;
    }
   
    .product-card {
      width: 80%; /* Make cards take up more space on smaller screens */
    }
    
    .footer-container {
      flex-wrap: wrap;
    }
  }
 