* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background-color: #f4f4f4;
  color: #333;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

header {
  background-color: #007bff;
  padding: 20px;
  color: #fff;
}

header h1 {
  display: inline-block;
}

nav ul {
  list-style: none;
  display: inline-block;
  float: right;
}

nav ul li {
  display: inline;
  margin-left: 15px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
}

.hero {
  background-color: #e9ecef;
  padding: 60px;
  text-align: center;
}

.categories,
.product-list {
  padding: 40px 20px;
  text-align: center;
}

.category-list,
.product-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.category,
.product {
  background-color: #fff;
  padding: 20px;
  margin: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 200px;
  text-align: center;
}

.category img,
.product img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.contact-form {
  background-color: #fff;
  padding: 40px;
  max-width: 600px;
  margin: 20px auto;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.contact-form button {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}

footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px;
}
.topnav input[type="text"] {
  float: left;
  padding: 6px;
  border: none;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 17px;
}
/* Footer Styles */
footer {
  background-color: #2c3e50;
  color: #fff;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.footer-section {
  flex: 1;
  min-width: 200px;
}

.footer-section h3 {
  margin-bottom: 15px;
  font-size: 18px;
  border-bottom: 2px solid #e67e22;
  padding-bottom: 5px;
}

.footer-section p {
  font-size: 14px;
  line-height: 1.6;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  text-decoration: none;
  color: #bdc3c7;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  color: #e67e22;
}

/* Social Media Icons */
.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.social-icons a img {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
  transition: transform 0.3s, filter 0.3s;
}

.social-icons a img:hover {
  filter: brightness(0.7) invert(0.8);
  transform: scale(1.1);
}

/* Footer Bottom Section */
.footer-bottom {
  text-align: center;
  border-top: 1px solid #5a7a9a;
  padding: 15px 0;
  margin-top: 20px;
}

.footer-bottom p {
  font-size: 14px;
  color: #bdc3c7;
}
#photo {
  margin: 10px;
}
.view-cart-header {
  background-color: #27ae60;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease;
  font-size: 0.9rem;
}
.view-cart-header:hover {
  background-color: #229954;
}
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  bottom: 20px; /* Align to the bottom */
  right: 20px; /* 20px from the right */
}
.category-list:hover {
  background-color: rgb(111, 135, 241);
  font-size: 18px;
}
