/* ===== SLIDER STYLES ===== */
.slider {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  width: 90%;
  padding: 0 10px;
}

.text-box {
  background: rgba(0, 128, 0, 0.651);
  padding: 25px 35px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  display: inline-block;
  max-width: 800px;
}

.text-box h1 {
  font-size: 3rem;
  color: #fff;
  margin: 0 0 15px 0;
  font-weight: bold;
}

.text-box p {
  font-size: 1.4rem;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .text-box h1 {
    font-size: 2rem;
  }
  .text-box p {
    font-size: 1rem;
  }
}

.dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: white;
}

/* Company details */
.brand-section {
  background: #fff8e1; /* soft yellow background */
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Segoe UI", sans-serif;
}
/* New */
.brand-section {
  position: relative;
  overflow: hidden;
}

/* Common styles */
.bg-decor {
  position: absolute;
  width: 160px;
  height: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.21;
  pointer-events: none;
}

/* 4 positions */
.bg-left-top {
  top: 250px;
  left: -10px;
  background-image: url("../images/products/Chana_Sattu.png");
  transform: rotate(-12deg);
}

.bg-left-bottom {
  bottom: 300px;
  left: 40px;
  background-image: url("../images/products/Multigrain_Atta.png");
  transform: rotate(8deg);
}

.bg-right-top {
  top: 200px;
  right: -10px;
  background-image: url("../images/products/Multigrain_Atta.png");
  transform: rotate(12deg);
}

.bg-right-bottom {
  bottom: 50px;
  right: 60px;
  background-image: url("../images/products/Chana_Sattu.png");
  transform: rotate(-8deg);
}

.bg-ri-bottom {
  bottom: 400px;
  right: -40px;
  background-image: url("../images/products/Chana_Sattu.png");
  transform: rotate(-8deg);
}

.bg-le-bottom {
  bottom: 50px;
  left: 120px;
  background-image: url("../images/products/Multigrain_Atta.png");
  transform: rotate(8deg);
}

.brand-content {
  max-width: 900px;
  text-align: center;
}

.brand-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #333;
}

.brand-content h2 span {
  color: #e0a800;
}

.brand-content p {
  font-size: 1.2rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 30px;
}

.product-highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-bottom: 30px;
}

.highlight {
  background: #fff9c4;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  flex: 1 1 250px;
  min-width: 250px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.highlight h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #b28704;
}

.highlight p {
  font-size: 1rem;
  color: #444;
}

.promise {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 35px;
  color: #333;
}

.wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #fff;
  padding: 15px 25px;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wa-btn img {
  width: 30px;
  height: 30px;
}

.wa-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

/* Responsive */
@media (max-width: 768px) {
  .product-highlights {
    flex-direction: column;
    gap: 20px;
  }

  .brand-content h2 {
    font-size: 2rem;
  }
}

.amazon-cta {
  text-align: center;
  margin: 40px 0;
  font-family: "Segoe UI", sans-serif;
}

.amazon-logo-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 2rem;
  font-weight: bold;
  color: #2c2c3f;
}

.amazon-logo-text img {
  height: 120px;
  width: auto;
  vertical-align: middle;
}

/* Responsive */
@media (max-width: 768px) {
  .amazon-logo-text {
    font-size: 1.5rem;
  }
  .amazon-logo-text img {
    height: 25px;
  }
}

/*  Responsive for Mobile */
@media (max-width: 768px) {
  .brand-section {
    padding: 20px;
    text-align: center;
  }

  .brand-content h2 {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .brand-content p {
    font-size: 0.95rem;
  }

  /* Highlights grid → single column on mobile */
  .product-highlights {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .highlight h3 {
    font-size: 1rem;
  }

  .highlight p {
    font-size: 0.9rem;
  }

  /* WhatsApp Button */
  .wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    padding: 10px 16px;
    margin-top: 15px;
  }

  .wa-btn img {
    height: 22px;
    width: auto;
  }

  .amazon-cta img {
    height: 32px !important;
  }

  .bg-decor {
    width: 90px;
    height: 90px;
    opacity: 0.1;
  }
}

/* 3rd section */
.stats-section {
  background: #d9f2d9;
  padding: 60px 20px;
  font-family: "Segoe UI", sans-serif;
}

.stats-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}

.stat {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  flex: 1 1 200px;
  min-width: 220px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.stat-icon {
  font-size: 2.5rem;
  background: #ffc107;
  color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.stat h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 8px;
  font-weight: bold;
}

.stat p {
  font-size: 1rem;
  color: #666;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .stats-container {
    flex-direction: column;
    gap: 25px;
  }
  .stat-icon {
    width: 60px;
    height: 60px;
    font-size: 2rem;
  }
  .stat h2 {
    font-size: 1.8rem;
  }
  .stat p {
    font-size: 0.95rem;
  }
}

/*Certification*/

.certifications {
  padding: 60px 20px;
  font-family: "Segoe UI", sans-serif;
  text-align: center;
}

.cert-content h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #333;
}

.cert-content h2 span {
  color: #e0a800;
}

.cert-content p {
  font-size: 1.2rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 40px;
}

/* Grid & Cards */
.cert-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  justify-items: center;
}

.cert-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  text-decoration: none;
  color: #222;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cert-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.cert-icon {
  font-size: 50px;
  margin-bottom: 15px;
  color: #4caf50;
}

.cert-card h3 {
  font-size: 1.1em;
  margin-bottom: 15px;
}

.download-btn {
  display: inline-block;
  background-color: #4caf50;
  color: #fff;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.9em;
  transition: background 0.3s;
}

.download-btn:hover {
  background-color: #43a047;
}

@media (max-width: 600px) {
  .certifications {
    padding: 40px 10px;
  }
  .cert-icon {
    font-size: 40px;
  }
  .download-btn {
    padding: 6px 14px;
    font-size: 0.85em;
  }
}

.cert-more {
  text-align: center;
  margin-top: 30px;
}

.download-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  color: #0d5521;
  font-weight: 500;
  text-decoration: none;
  background-color: #f2f8f2;
  padding: 10px 20px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.download-all:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.download-icon {
  width: 24px;
  height: 24px;
}

/* Bg*/

.certifications {
  position: relative;
  overflow: hidden;
}

/* Common styles */
.bg-deco {
  position: absolute;
  width: 160px;
  height: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.21;
  pointer-events: none;
}

/* 4 positions */
.bg-left-to {
  top: 250px;
  left: -10px;
  background-image: url("../images/products/Chana_Sattu.png");
  transform: rotate(-12deg);
}

.bg-left-bot {
  bottom: 400px;
  left: 40px;
  background-image: url("../images/products/Multigrain_Atta.png");
  transform: rotate(8deg);
}

.bg-right-to {
  top: 350px;
  right: -50px;
  background-image: url("../images/products/Multigrain_Atta.png");
  transform: rotate(12deg);
}

.bg-right-bot {
  bottom: 350px;
  right: -40px;
  background-image: url("../images/products/Chana_Sattu.png");
  transform: rotate(-8deg);
}

/* hero img */
.about-header {
  background-image: url("../images/gallery/Img_20.webp");
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 85, 33, 0.349);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-content {
  text-align: center;
  color: #fff;
}

.about-content h1 {
  font-size: 3rem;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.about-content p {
  font-size: 1rem;
}

.about-content p a {
  color: #ffe08c;
  text-decoration: none;
}

.about-content p a:hover {
  text-decoration: underline;
}

/* About us */
.about-us {
  padding: 80px 20px;
  font-family: "Segoe UI", sans-serif;
  color: #0d5521;
}

.about-us .container {
  max-width: 1100px;
  margin: 0 auto;
}

.about-us h2 {
  font-size: 2.7rem;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0d5521;
  position: relative;
}

.about-us h3 {
  font-size: 1.8rem;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
  border-left: 5px solid #0d5521;
  padding-left: 15px;
}

.about-us h4 {
  font-size: 1.3rem;
  margin: 10px 0;
  color: #eeba2b;
}

.about-us p {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #000;
}

.cards-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: nowrap;
}

.card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 25px 20px;
  flex: 1;
  max-width: 32%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.12);
}

.card-icon {
  font-size: 2rem;
  margin-bottom: 12px;
}

.card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
}

/* Responsive */
@media (max-width: 1100px) {
  .card {
    max-width: 32%;
  }
}

@media (max-width: 900px) {
  .card {
    max-width: 32%;
  }
}

@media (max-width: 768px) {
  .about-us h2 {
    font-size: 2.2rem;
  }
  .about-us h3 {
    font-size: 1.5rem;
  }
  .about-us h4 {
    font-size: 1.2rem;
  }
  .about-us p {
    font-size: 1rem;
  }
  .cards-wrapper {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .card {
    min-width: 250px;
  }
}

<!-- Founder -- > .founder-section {
  background: #fffbe7;
  padding: 60px 20px;
  font-family: "Segoe UI", sans-serif;
}

.container {
  max-width: 1100px;
  margin: auto;
}

.founder-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.founder-img {
  flex: 1;
  min-width: 300px;
}

.founder-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.founder-msg {
  flex: 2;
  padding: 40px;
  color: #333;
}

.founder-msg h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #136f2c;
}

.founder-msg p {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 15px;
}

.founder-sign {
  margin-top: 30px;
  font-style: italic;
}

.founder-sign .name {
  font-size: 1.2rem;
  font-weight: bold;
  color: #e6a600;
}

.founder-sign .title {
  display: block;
  margin-top: 5px;
  font-size: 0.95rem;
  color: #666;
}

/* Gallery*/
.gallery-section {
  padding: 60px 20px;
  font-family: "Segoe UI", sans-serif;
}

.gallery-section h2 {
  text-align: center;
  font-size: 2.8rem;
  color: #0d5521;
  margin-bottom: 40px;
  position: relative;
}

/* Top 4 Banner Images */
.gallery-banner {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.gallery-banner img {
  flex: 1 1 calc(25% - 15px);
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.4s ease, box-shadow 0.4s ease, opacity 0.6s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s forwards;
}

.gallery-banner img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

/* Normal Images Grid */
.gallery-normal {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 15px;
}

.gallery-normal img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.4s ease, box-shadow 0.4s ease, opacity 0.6s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s forwards;
}

.gallery-normal img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

/* Lightbox Styles */
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.lightbox-content {
  max-width: 80%;
  max-height: 80%;
  border-radius: 12px;
}

.close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  color: white;
  font-size: 40px;
  user-select: none;
  transition: 0.3s;
}

.prev {
  left: 20px;
}
.next {
  right: 20px;
}

.prev:hover,
.next:hover,
.close:hover {
  color: #0d5521;
}

.gallery-banner img,
.gallery-normal img {
  opacity: 1 !important;
}
.gallery-normal img,
.gallery-banner img {
  cursor: pointer;
}

/* Lightbox Styles */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.lightbox-content {
  max-width: 80%;
  max-height: 80%;
  border-radius: 12px;
}

.close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 50px;
  color: white;
  cursor: pointer;
  z-index: 10000;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  color: white;
  font-size: 50px;
  user-select: none;
  transition: 0.3s;
  z-index: 10000;
}

.prev {
  left: 20px;
}
.next {
  right: 20px;
}

.prev:hover,
.next:hover,
.close:hover {
  color: #0d5521;
}

/* Fade-in from bottom keyframes */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Sequential animation delays for all images */
.gallery-banner img:nth-child(1) {
  animation-delay: 0.1s;
}
.gallery-banner img:nth-child(2) {
  animation-delay: 0.2s;
}
.gallery-banner img:nth-child(3) {
  animation-delay: 0.3s;
}
.gallery-banner img:nth-child(4) {
  animation-delay: 0.4s;
}

.gallery-normal img:nth-child(1) {
  animation-delay: 0.5s;
}
.gallery-normal img:nth-child(2) {
  animation-delay: 0.55s;
}
.gallery-normal img:nth-child(3) {
  animation-delay: 0.6s;
}
.gallery-normal img:nth-child(4) {
  animation-delay: 0.65s;
}
.gallery-normal img:nth-child(5) {
  animation-delay: 0.7s;
}
.gallery-normal img:nth-child(6) {
  animation-delay: 0.75s;
}
.gallery-normal img:nth-child(7) {
  animation-delay: 0.8s;
}
.gallery-normal img:nth-child(8) {
  animation-delay: 0.85s;
}
.gallery-normal img:nth-child(9) {
  animation-delay: 0.9s;
}
.gallery-normal img:nth-child(10) {
  animation-delay: 0.95s;
}
.gallery-normal img:nth-child(11) {
  animation-delay: 1s;
}
.gallery-normal img:nth-child(12) {
  animation-delay: 1.05s;
}
.gallery-normal img:nth-child(13) {
  animation-delay: 1.1s;
}
.gallery-normal img:nth-child(14) {
  animation-delay: 1.15s;
}
.gallery-normal img:nth-child(15) {
  animation-delay: 1.2s;
}
.gallery-normal img:nth-child(16) {
  animation-delay: 1.25s;
}
.gallery-normal img:nth-child(17) {
  animation-delay: 1.3s;
}
.gallery-normal img:nth-child(18) {
  animation-delay: 1.35s;
}
.gallery-normal img:nth-child(19) {
  animation-delay: 1.4s;
}
.gallery-normal img:nth-child(20) {
  animation-delay: 1.45s;
}
.gallery-normal img:nth-child(21) {
  animation-delay: 1.5s;
}
.gallery-normal img:nth-child(22) {
  animation-delay: 1.55s;
}
.gallery-normal img:nth-child(23) {
  animation-delay: 1.6s;
}

@media (max-width: 900px) {
  .gallery-banner img {
    flex: 1 1 calc(50% - 15px);
    height: 140px;
  }
  .gallery-normal img {
    height: 120px;
  }
}

@media (max-width: 480px) {
  .gallery-banner img {
    flex: 1 1 100%;
    height: 120px;
  }
  .gallery-normal img {
    height: 100px;
  }
}

/*Contact */

.contact-section {
  padding: 60px 20px;
  font-family: "Segoe UI", sans-serif;
}

.contact-section h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 40px;
  color: #2e7d32;
  font-weight: 700;
  position: relative;
}

.contact-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

.contact-card {
  background: #ffffff;
  padding: 25px 30px;
  border-radius: 15px;
  border-left: 6px solid #fdd835;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.contact-left h3,
.contact-right h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #388e3c;
}

.contact-left p {
  margin: 10px 0;
  line-height: 1.6;
  color: #555;
}

.contact-left a {
  color: #2e7d32;
  text-decoration: none;
  font-weight: 500;
}

.contact-left a:hover {
  text-decoration: underline;
}

/* Contact Form */
.contact-right form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-right input,
.contact-right textarea {
  padding: 12px 15px;
  border: 1px solid #c5e1a5;
  border-radius: 10px;
  font-size: 0.95rem;
  outline: none;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

.contact-right input:focus,
.contact-right textarea:focus {
  border-color: #2e7d32;
  box-shadow: 0 0 6px rgba(46, 125, 50, 0.4);
}

.contact-right button {
  padding: 12px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(45deg, #2e7d32, #66bb6a);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-right button:hover {
  background: linear-gradient(45deg, #1b5e20, #43a047);
}

/* Map Styling */
.contact-map iframe {
  width: 100%;
  height: 350px;
  border: none;
  border-radius: 15px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 900px) {
  .contact-top {
    grid-template-columns: 1fr;
  }
}

/*Products*/

.product-section {
  padding: 40px 20px;
  font-family: "Segoe UI", sans-serif;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

.product-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s forwards;
}

.product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: transform 0.4s ease;
}

.product-card h3 {
  font-size: 1.05rem;
  margin-top: 8px;
  color: #136f2c;
  font-weight: 600;
}

/* Hover Animation */
.product-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.product-card:hover img {
  transform: scale(1.07);
}

/* Fade-in animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-card:nth-child(1) {
  animation-delay: 0.1s;
}
.product-card:nth-child(2) {
  animation-delay: 0.2s;
}
.product-card:nth-child(3) {
  animation-delay: 0.3s;
}
.product-card:nth-child(4) {
  animation-delay: 0.4s;
}
.product-card:nth-child(5) {
  animation-delay: 0.5s;
}
.product-card:nth-child(6) {
  animation-delay: 0.6s;
}
.product-card:nth-child(7) {
  animation-delay: 0.7s;
}
.product-card:nth-child(8) {
  animation-delay: 0.8s;
}
.product-card:nth-child(9) {
  animation-delay: 0.9s;
}
.product-card:nth-child(10) {
  animation-delay: 1s;
}
.product-card:nth-child(11) {
  animation-delay: 1.1s;
}
.product-card:nth-child(12) {
  animation-delay: 1.2s;
}
.product-card:nth-child(13) {
  animation-delay: 1.3s;
}
.product-card:nth-child(14) {
  animation-delay: 1.4s;
}
.product-card:nth-child(15) {
  animation-delay: 1.5s;
}
.product-card:nth-child(16) {
  animation-delay: 1.6s;
}
.product-card:nth-child(17) {
  animation-delay: 1.7s;
}
.product-card:nth-child(18) {
  animation-delay: 1.8s;
}

/* ---------------- RESPONSIVE DESIGN ---------------- */

/* Tablet screens */
@media (max-width: 992px) {
  .product-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
  }

  .product-card img {
    height: 180px;
    object-fit: contain;
  }

  .product-card h3 {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 15px;
  }

  .product-card {
    padding: 12px;
  }

  .product-card img {
    height: 160px;
    object-fit: contain;
  }

  .product-card h3 {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    padding: 10px;
  }

  .product-card img {
    height: 150px;
    object-fit: contain;
  }

  .product-card h3 {
    font-size: 0.9rem;
  }
}
