body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  background: #fdfdfd;
  color: #333;
}

  footer {
  background-color: #006400;
  color: white;
  text-align: center;
  padding: 20px;
}
  color: white;
  text-align: center;
  padding: 20px;
}
;
  padding: 15px 20px;
  text-align: center;
}
header {
  background: #f7cce2;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 50px;
  object-fit: contain;
}
.logo {
  margin-right
: 10px; /* Adjust this value as needed */
}

nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

nav a {
  text-decoration: none;
  color: #333;
}

.hero {
  background: url('images/banner.jpg') center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 60px 20px;
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero h1 {
  font-size: 2.5rem;
}

.categories {
  padding: 40px 20px;
  text-align: center;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.category img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
} 
.category-section {
  padding: 40px 20px;
  border-bottom: 1px solid #ddd;
}

.category-section h2 {
  text-align: center;
  color: #b3395f;
}


.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.product {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.product img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
}

.order-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #25D366;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}
footer {
  background-color: #006400;
  color: white;
  text-align: center;
  padding: 20px;
}



body {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
}

header, footer {
  background-color: #006400;
  color: white;
  text-align: center;
  padding: 20px;
}
nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

nav a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}
.form-section {
  max-width: 600px;
  margin: 40px auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

form input,
form textarea,
form button {
  padding: 10px;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}

form button {
  background-color: #c83250;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

form button:hover {
  background-color: #a52842;
}


body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  background: #fdfdfd;
  color: #333;
}

header {
  background: #f7cce2;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-weight: bold;
  font-size: 1.4rem;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 15px;
}

nav a {
  text-decoration: none;
  color: #333;
}

.hero {
  background: url('images/hero-bg.png') no-repeat center center;
  background-size: cover;
  color: #333;
  padding: 100px 20px;
  text-align: center;
  position: relative;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  text-shadow: 1px 1px 3px rgba(255,255,255,0.6);
}

.hero p {
  font-size: 1.2rem;
  text-shadow: 1px 1px 3px rgba(255,255,255,0.6);
}

.categories {
  padding: 40px 20px;
  text-align: center;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.category img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
}


footer {
  background-color: #006400;
  color: white;
  text-align: center;
  padding: 20px;
}


body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  background: #fdfdfd;
  color: #333;
}

header {
  background: #f7cce2;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 50px;
  object-fit: contain;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 15px;
}

nav a {
  text-decoration: none;
  color: #333;
}

.hero {
  background: url('images/banner.jpg') center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 60px 20px;
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero h1 {
  font-size: 2.5rem;
}

.categories {
  padding: 40px 20px;
  text-align: center;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.category img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
} 
.category-section {
  padding: 40px 20px;
  border-bottom: 1px solid #ddd;
}

.category-section h2 {
  text-align: center;
  color: #b3395f;
}


.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.product {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.product img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
}

.order-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #25D366;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}

footer {
  background-color:#006400;
  color: white;
  text-align: center;
  padding: 20px;
}
}
header {
  background: #f7cce2;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.contact-section {
  max-width: 600px;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  text-align: left;
}

.contact-info p,
.social-links p {
  margin-bottom: 10px;
}

.social-links a {
  margin-right: 15px;
  text-decoration: none;
  color: #c83250;
  font-weight: bold;
}

.form-section, .contact-section, .faq-section {
  padding: 40px 20px;
  max-width: 600px;
  margin: auto;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

form input, form textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: inherit;
}

form button {
  background: #25D366;
  color: white;
  padding: 10px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

form button:hover {
  background: #1ebe5d;
}

.product img {
  width: 100%;
  height: auto;      /* prevents distortion */
  border-radius: 8px;
  object-fit: cover; /* optional: crop neatly if sizes vary */
}


.product img {
  width: 100%;
  height: auto;      /* prevents distortion */
  border-radius: 8px;
  object-fit: cover; /* optional: crop neatly if sizes vary */
}
.category-section {
  padding: 40px;
  text-align: center;
}

.product-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

.product {
  width: 200px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.product img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.section-title {
  text-align: center;
  margin-top: 40px;
  font-size: 2rem;
  color: #333;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
}

.product {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  text-align: center;
}

.product img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.product h3 {
  margin: 15px 0 5px;
  font-size: 1.2rem;
  color: #444;
}

.product p {
  font-size: 0.95rem;
  color: #666;
}

.price {
  font-weight: bold;
  color: #c03;
  margin: 8px 0;
}

.whatsapp-button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #25D366;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.price {
  font-size: 1.2rem;
  font-weight: bold;
  color: #e60023; /* Bright red */
  background-color: #fff3f3;
  padding: 6px 12px;
  border-radius: 8px;
  display: inline-block;
  margin-top: 10px;
}

.gallery {
  text-align: center;
}

.gallery .main-img {
  width: 100%;
  max-width: 250px;
  border-radius: 8px;
}

.gallery .thumbs {
  margin-top: 10px;
}

.gallery .thumbs img {
  width: 60px;
  margin: 5px;
  border: 2px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s;
}

.gallery .thumbs img:hover {
  border-color: #e60023;
}
.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.product {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 280px;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.product img {
  width: 100%;
  border-radius: 6px;
}

.product h3 {
  margin: 10px 0 8px;
}

.product ul {
  text-align: left;
  margin: 0;
  padding-left: 20px;
}

.price {
  color: #e60023;
  font-weight: bold;
  margin: 10px 0;
}

.whatsapp-button {
  display: inline-block;
  background-color: #25D366;
  color: white;
  padding: 8px 12px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 10px;
}

.whatsapp-button:hover {
  background-color: #1ebe5d;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.product {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  text-align: center;
}

.product img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.price {
  font-weight: bold;
  color: #c2185b; /* Highlighted price */
  font-size: 1.1rem;
  margin-top: 10px;
}

.whatsapp-button {
  display: inline-block;
  background-color: #25D366;
  color: white;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
}

.cart-icon {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
}

.cart-icon img {
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.cart-icon img:hover {
  transform: scale(1.1);
.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.cart-icon {
  margin-left: 5px; /* or 0 */
}
nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

nav ul li {
  margin: 0 15px;
}

nav ul li.cart-icon {
  margin-left: 5px; /* move cart closer to the previous item */
  display: flex;
  align-items: center;
}

.cart-icon img {
  width: 25px;
  vertical-align: middle;
}

nav ul li.cart-icon {
  margin-left: 35px; /* Adjust value as needed */
}


.remove-btn {
  background-color: #e53935;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
}

}
#cart-container {
  max-width: 600px;
  margin: 20px auto;
  padding: 15px;
  background: #fafafa;
  border-radius: 8px;
}

.total {
  margin-top: 20px;
  text-align: right;
  font-size: 1.2em;
  font-weight: bold;
}
.search-bar {
  text-align: center;
  margin: 20px 0;
}

.search-bar input {
  padding: 8px;
  width: 250px;
  font-size: 14px;
}

.search-bar button {
  padding: 8px 16px;
  font-size: 14px;
  margin-left: 5px;
  cursor: pointer;
}

footer {
  background-color: #f4f4f4;
  text-align: center;
  padding: 20px;
  color: #333;
}
.search-bar {
  padding: 15px;
  text-align: center;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
}

.search-bar input {
  padding: 8px;
  width: 60%;
  max-width: 400px;
  font-size: 16px;
}
.product {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product {
  min-height: 380px; /* adjust to match your tallest card */
}
html {
  overflow-y: scroll;
}

.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
}

.product img {
  height: 180px;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
}


.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.remove-btn {
  background-color: #e53935;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
}
.hero {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Dark overlay */
  z-index: 1;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
}

.hero-text h1 {
  font-size: 2.5rem;
  margin: 0;
}

.hero-text p {
  font-size: 1.2rem;
  margin: 10px 0;
}

.hero-button {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: #0077cc;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}
<style>
  /* Prevent layout shift from hero image */
  .hero {
    position: relative;
    width: 100%;
    height: 400px; /* Fixed height to prevent shaking */
    overflow: hidden;
  }

  .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4); /* Dark overlay */
    z-index: 1;
  }

  .hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: white;
  }

  .hero-text h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
  }

  .hero-text p {
    font-size: 1.2em;
  }

  /* Optional: Always show vertical scrollbar to prevent scroll flicker */
  html {
    overflow-y: scroll;
  }

  body {
    margin: 0;
    font-family: Arial, sans-serif;
  }
</style>
