.container {
  display: flex;
  height: 100vh;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
  background-color: #ffffff;

  font-family: "Karla", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  /* border: 1px solid; */
}

.logo img {
  width: 80px;
  /* Adjust as per your logo size */
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 35px;
}

.nav-links li a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}

.nav-links li a:hover {
  /* color: #ffcc00; */
  text-decoration: underline;
}

.login-btn {
  padding: 15px 50px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  border-radius: 100px;
  font-family: "Karla", Sans-serif;
}








/* FOOTER CSS STARTS FROM HERE */

/* Footer Section */
.custom-footer {
  background-color: #ffffff;
  color: #fff;
  /* padding: 40px 20px; */

  padding: 50px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

/* First Div: Logo and Summary */
.footer-logo-summary {
  flex: 1;
  max-width: 300px;
}

.footer-logo {
  width: 150px;
  margin-bottom: 15px;
}

.footer-summary {
  color: #000000;
  font-family: "Karla", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

/* General Styling for All Divs */
.footer-heading {
  margin-bottom: 15px;

  color: #000000;
  font-family: "Karla", Sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 20px;
}

/* Links List */
.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 10px;
  line-height: 30px;
}

.footer-links-list a {
  text-decoration: none;

  font-family: "Karla", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.footer-links-list a:hover {
  text-decoration: underline;
}

/* Fourth Div: Information */
.footer-info-list {
  list-style: none;
  padding: 0;
}

.footer-info-list li {
  margin-bottom: 10px;

  color: #000000;
  text-decoration: none;
  font-size: 18px;
  font-family: "Karla", Sans-serif;
}

.footer-info-list a {
  color: #000000;
  text-decoration: none;
  font-size: 18px;
  font-family: "Karla", Sans-serif;
}

.footer-info-list a:hover {
  color: #000000;
}

/* Social Media Icons with New Class */
.footer-social-media-icons {
  margin-top: 20px;
}

.social-icon {
  display: inline-block;
  margin-right: 10px;
}

.social-icon img {
  width: 30px;
  /* Set the size of the icons */
  height: 30px;
  transition: transform 0.3s ease;
}

.social-icon:hover img {
  transform: scale(1.1);
  /* Slight zoom on hover */
}

.box .no {
  color: #6ec1e400;
  font-family: "Karla", Sans-serif;
  font-size: 50px;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  stroke: #000;
}

/* Copyright Section */
.footer-copyright {
  border-top: 1px solid gray;
}

.footer-copyright p {
  text-align: center;
  color: #000000;
  font-family: "Karla", Sans-serif;
  font-weight: 400;
  margin-top: 10px;
  font-size: 15px;
  padding-bottom: 20px;
}

/* FOOTER CSS ENDS HERE */


/* Main Section starts */


.mainsection-product {
  padding: 50px;
}

.main-both-sec {
  display: flex;


}


.prod-sec {
  width: 120%;
}


.cat-heading {
  font-family: "Assistant", sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-left: 8px;
}



.prod-heading {
  font-family: "Assistant", sans-serif;
  font-size: 24px;
  font-weight: 500;
}



.other-articles {

  flex-wrap: wrap;
  display: flex;

}

.article {
  padding: 20px;
  width: 25%;
}

.article-l a {

  margin-top: 10px;
  font-size: 13px;
  font-family: "Assistant", sans-serif;
  color: gray;
  letter-spacing: 1px;
  text-decoration: none;

}


.article-p {

  font-size: 18px;
  font-family: "Assistant", sans-serif;
  padding-right: 13px;
  letter-spacing: .13rem;
  margin-top: 15px;
}

/* =========View all btn func=========== */


.other-articles.extra-products {
  display: none;
}

.view-all-btn {
  display: block;
  margin: 20px auto;
  padding: 15px 30px;
  background-color: #000000;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-family: "Assistant", sans-serif;
  letter-spacing: 1px;
}

.view-all-btn:hover {
  background-color: #383838bd;
}



/* ====================================== */



/* General Layout */
.mainsection-product {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-both-sec {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}

.cat-sec {
  width: 30%;
  background-color: #e6e6e6;
  margin-right: 10px;
}

/* Category Tab Styling */
.category-tab {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-family: 'Roboto', sans-serif;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li {
  margin: 15px 0;
}

.category-list li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 15px 15px !important;

  transition: all 0.3s ease;
  /* background-color: #fff; */
  border: 1px solid #ddd;
  font-size: 14px;
  font-family: "Assistant", sans-serif;
  padding: 5px;
}

.category-list li a:hover {
  background-color: #4d4d4d;
  /* Button color */
  color: #fff;

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}



/* Profile Button Dropdown */

.profile-btn {
  background-color: black;
  /* Black background for profile button */
  color: white;
  /* White text color */
  border: none;
  /* Remove border */
  padding: 10px 15px;
  /* Padding for button */
  font-size: 16px;
  /* Font size */
  cursor: pointer;
  /* Pointer cursor on hover */
  border-radius: 5px;
  /* Rounded corners */
  transition: background-color 0.3s;
  /* Smooth transition for hover effect */
}

.profile-btn:hover {
  background-color: #333;
  /* Darker shade on hover */
}

/* Dropdown Container */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content Styles */
.dropdown-content {
  display: none;
  /* Hidden by default */
  position: absolute;
  /* Absolute positioning */
  background-color: #f9f9f9;
  /* Background color */
  min-width: 160px;
  /* Minimum width */
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  /* Box shadow for dropdown */
  z-index: 1;
  /* Layering */
  left: 0;
  /* Align dropdown to left */
  margin-top: 5px;
  /* Space between button and dropdown */
}



.dropdown-content a {
  color: black;
  /* Link text color */
  padding: 12px 16px;
  /* Padding for links */
  text-decoration: none;
  /* Remove underline */
  display: block;
  /* Block display */
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  /* Change background color on hover */
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-content {
  display: block;
  /* Show dropdown when hovering */
}





/* product display css */

.container_product {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  /* Optional: Container ki max width */
  margin: 0 auto;
  overflow-y: auto;
  /* Scroll vertically but stay above footer */
  padding-bottom: 20px;
  max-height: calc(100vh - 50px);
  /* Adjust height according to footer position */
}

/* Her article ko 3 column layout mein daale */
.article_product {
  flex: 1 1 calc(33.33% - 20px);
  /* Teen column layout, gap ke sath */
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
}

.article_product img {
  max-width: 100%;
  height: auto;
}

.container {
  flex: 1;
  /* Make sure container takes up remaining space */
}


/* end product display css */



/* =============== */