* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
.body {
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #e6ecfc;
  overflow-x: hidden;
}
.py-40 {
  padding: 40px 0px 40px 0px;
}
.btn-yellow {
  background-color: #fad400;
  color: #252525;
}
.btn {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 120px;
  border-radius: 2px;
}
.bg--green {
  background-color: #47a303;
}
.text--yellow {
  color: #fad400;
}
.gutter--md {
  gap: 1rem;
}
.gutter--lg {
  gap: 3rem;
}
.gutter--llg {
  gap: 8rem;
}
.heading--sm {
  font-size: 1rem;
}
.heading--lg {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: poppins;
}
.heading--md {
  font-size: 25px;
}
.w-max-150 {
  max-width: 150px;
}
.navbar ul li .nav-link {
  font-size: 14px;
  padding-left: 30px !important;
  padding-right: 30px !important;
  color: #444444 !important;
  font-weight: 600;
}
.navbar ul li .nav-link:hover {
  color: #219653 !important;
}
.bg-img {
  background-image: url(img/banner-img.png);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 550px;
  background-size: cover;
}
.main_heading1 {
  padding-top: 130px;
}
.card1 {
  background-image: url(img/grocery.png);
  background-repeat: no-repeat;
  max-height: 350px;
  min-height: 350px;
  background-size: contain;
}
.card2 {
  background-image: url(img/grocery1.png);
  background-repeat: no-repeat;
  max-height: 350px;
  min-height: 350px;
  background-size: contain;
}
.overlay {
  inset: 0;
  flex-direction: column;
}
.overlay .contain {
  background: rgba(255, 255, 255, 0.6);
}
.overlay h2 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}
.overlay p {
  font-size: 15px;
  color: #333;
}
.nav-tabs .nav-link {
  color: #fff;
  background-color: #47a303;
  margin-bottom: 0px !important;
  border: none !important;
}
.nav-tabs .nav-link.active {
  background-color: #3d8d03;
  border: none !important;
  color: #fff;
}
.product {
  border-bottom: 1px solid #dcdcdc;
}
.price {
  font-weight: 600;
}
.product-weight {
  padding: 5px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  width: 90px;
}
.btn--green {
  border: 1px solid #dcdcdc;
  color: #219653;
  border-radius: 30px;
  padding: 6px;
}
.about-us {
  background-image: url(img/aboutus.png);
  background-repeat: no-repeat;
  background-position: center;
  min-height: 500px;
  background-size: cover;
  margin-top: -8px;
}
.about-features {
  flex-wrap: wrap;
}
.feature {
  flex-direction: column;
}

.contact-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  padding: 30px 5%;
}

.contact-info {
  flex: 1;
}

.contact-info h2 {
  font-size: 28px;
  font-weight: bold;
}

.contact-info p {
  color: #444;
  margin-bottom: 25px;
}

.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.info-item:last-child {
  border-bottom: none;
}

.icon {
  border-radius: 50%;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 22px;
  padding: 10px;
}

.info-text {
  font-size: 14px;
  color: #222222;
  font-weight: 500;
}

/* Form Styling */
.contact-form {
  flex: 1.2;
  background: #fff;
}

form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

input,
textarea {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 8px;
  background: #f4f4f4;
  font-size: 14px;
  outline: none;
}

input.half {
  width: calc(100% - 10px);
}

textarea {
  resize: none;
  height: 120px;
}

.contact-form button {
  padding: 8px 22px;
  background: #47a303;
  color: white;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-form button:hover {
  background: #368726;
}

/* Responsive */
@media (max-width: 900px) {
  .contact-section {
    flex-direction: column;
    gap: 40px;
  }

  input.half {
    width: 100%;
  }
}
.footer {
  background: #e3f1d9;

  color: #333;
}

.footer-container {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.footer img {
  max-width: 180px;
}

.footer-section h3 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #000;
}

.footer-section p,
.footer-section a {
  font-size: 14px;
  color: #555;
  text-decoration: none;
  line-height: 2;
  display: block;
}

.footer-section a:hover {
  color: #47a303;
}

/* Newsletter */
.newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsletter .logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.newsletter .content {
  display: flex;
  align-items: center;
  gap: 15px;
}
.newsletter h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.newsletter input[type="email"] {
  padding: 7px;
  border: 1px solid #ccc;
  background-color: #e3f1d9 !important;
  border-radius: 5px;
  width: 250px;
  outline: none;
}
.newsletter button {
  padding: 7px 20px;
  border: none;
  border-radius: 5px;
  background: #47a303;
  color: #fff;

  cursor: pointer;
}
.newsletter button:hover {
  background: #47a303;
}

/* Social Icons */
.social-icons a {
  font-size: 20px;
  margin-right: 15px;
  color: #47a303;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #2e7d32;
}

/* Bottom */
.footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  font-size: 14px;
  color: #555;
}

@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }

  .newsletter {
    grid-column: span 2;
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
  }

  .newsletter {
    grid-column: span 1;
  }
}
@media (max-width: 767px) {
  .flex-column-xs {
    flex-direction: column;
  }
  .bg-img {
    background-position: left;
  }
  .card1 {
    background-size: cover;
  }
  .card2 {
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flex-column-sm {
    flex-direction: column;
  }
}
