:root {
  /* background color  */
  --bg-primary-dark: #191a19;
  --bg-secondary: #1e5128;
  --bg-primary-light: #4e9f3d;
  --bg-secondary-light: #d8e9a8;

  /*color */
  --text-primary-dark: #191a19;
  --text-secondary: #1e5128;
  --text-primary-light: #4e9f3d;
  --text-secondary-light: #d8e9a8;

  /* font family  */
  --font-family-primary: "Montserrat", sans-serif;
  --font-family-secondary: "Josefin Sans", sans-serif;
  --font-family-tertiry: "Poppins", sans-serif;
}

@media (max-width: 997px) {
  .hero-heading {
    font-size: 30px !important;
  }

  .hero-subtle {
    font-size: 16px !important;
    line-height: 20px;
  }

  .heading-2 {
    font-size: 22px !important;
    padding-left: 10px !important;
  }

  .carousel-item {
    height: auto !important;
  }

  .mobile-heading-2 {
    line-height: 30px;
  }

  .trending-home {
    padding: 50px 0px !important;
  }

  .farmer-journey {
    padding: 40px 0;
    /* Reduce padding on smaller screens */
  }

  .farmer-journey img {
    max-width: 300px;
    /* Scale image down slightly */
  }
  .custom-padding{
    padding-top: 100px !important;
  }
}

.carousel-caption {
  left: 5%;
  /* Adjust position */
  right: auto;
  bottom: 50%;
  /* Position heading vertically */
  transform: translateY(50%);
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  width: 50%;
}

.carousel-caption h2 {
  color: var(--text-secondary) !important;
}

@media (max-width: 768px) {
  .carousel-caption h2 {
    font-size: 1.9rem;
    /* Reduce heading size on smaller screens */
  }

  .categories-product .product-one {
    min-width: 250px;
  }

  .categories-product .product-two {
    min-width: 250px;
  }

  .about-right {
    padding-bottom: 30px;
  }

  .about-content {
    padding-top: 30px !important;
  }

  .our-journey h4 {
    font-size: 18px !important;
  }

  .our-journey p {
    font-size: 14px !important;
    line-height: 30px !important;
  }

  .our-journey {
    height: auto !important;
  }

  .about-heading {
    font-weight: 800 !important;
    margin-top: 30px !important;
    font-size: 26px !important;
  }

  .about-subheading {
    font-size: 14px !important;

    line-height: 27px !important;
  }

  .farmer-journey {
    background-position: top center;
    /* Adjusts background position */
    text-align: center;
    /* Centering content */
  }

  .farmer-journey img {
    scale: 0.8 !important;
  }

  .img-section img {
    height: auto !important;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .values-para-content {
    height: auto !important;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .journey-content h3 {
    font-weight: 600;
    font-size: 20px;
  }

  .list-container {
    grid-template-columns: 1fr;
    /* Single column on smaller screens */
  }

  .features-list li {
    text-align: center;
    padding-left: 0;
    padding-top: 30px;
  }

  .features-list li::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .why-choose .container {
    padding: 20px !important;
  }

  .third-social-div {
    display: block !important;
  }
}

.hero-section {
  background-color: #d0f6dc;
  height: auto;
}

.hero-heading {
  font-family: var(--font-family-tertiry);
  font-size: 40px;
  color: var(--text-primary-dark);
  font-weight: 700;
  word-spacing: 2px;
  line-height: 45px;
}

.hero-subtle {
  font-size: 20px;
}

.menu-hero {
  font-family: var(--font-family-secondary);
  color: var(--text-primary-light);
}

.hero-para {
  color: var(--text-secondary);
  font-family: var(--font-family-primary);
  text-align: justify;
  line-height: 30px;
}

.shop-btn {
  background-color: var(--bg-primary-dark);
  padding: 7px 30px;
  color: var(--text-primary-light);
  font-family: var(--font-family-secondary);
  font-weight: 700;
  border: none;
  border-left: 2px solid var(--bg-secondary-light);
}

.hero-img {
  animation: scale-img 2s infinite alternate-reverse;
}

@keyframes scale-img {
  from {
    transform: scale(0.95);
  }

  to {
    transform: scale(1.1);
  }
}

.categories-section {
  padding: 30px 0px;
}

.heading-2 {
  font-family: var(--font-family-tertiry);
  font-size: 35px;
  color: var(--text-primary-dark);
  font-weight: 800;
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: "";
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  /* background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255)); */
}

.logos:after {
  right: 0;
  /* background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255)); */
}

.logo_items {
  display: inline-block;
  animation: 20s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  height: 100px;
}

.logo_items {
  display: inline-block;
  animation: 20s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  height: 100px;
}

@keyframes slides {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.carousel-item {
  height: 600px;
  background-attachment: fixed;
}

.bg-green-box {
  background-color: var(--bg-secondary);
  color: var(--text-secondary-light);
  padding: 3px 10px;
}

.categories-product {
  display: flex;
  gap: 10px;
  overflow-x: auto;
}
.categories-product a{
  text-decoration: none;
 
}
.categories-product .product-one .product-two {
  width: 16.66%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  border-radius: 10px;
  margin: 10px;
}

.categories-product .product-one {
  width: 16.66%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  border-radius: 10px;
  margin: 10px;
  background-color: #e7fbe6;
}

.categories-product .product-two {
  background-color: #fffdf0;
  width: 16.66%;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  border-radius: 10px;
  margin: 10px;
}

.categories-product .product-one img {
  margin-bottom: 10px;
  width: 100%;
  height: 100px;
}
.product-one  h5{
   color: black;
  font-weight: 600;
  font-family: var(--font-family-tertiry);
}
.product-two h5{
   color: black;
  font-weight: 600;
  font-family: var(--font-family-tertiry);
}

.categories-product .product-two img {
  margin-bottom: 10px;
  width: 50%;
}

.about-content {
  padding: 80px 0px;
}

.about-heading {
  font-family: var(--font-family-tertiry);
  font-weight: 900;
  margin-top: 30px;
  font-size: 50px;
  color: var(--text-primary-dark);
}

.about-subheading {
  font-family: var(--font-family-primary);
  font-size: 17px;
  word-spacing: 1px;
  line-height: 30px;
  color: var(--text-secondary);
  font-weight: 700;
}

.about-info {
  font-family: var(--font-family-secondary);

  margin: 0px;
  color: var(--text-secondary);
}

.about-info-span {
  background-color: var(--bg-primary-dark);
  margin-right: 10px;
  padding: 6px;
}

.about-para {
  line-height: 30px;
  text-align: justify;
  font-family: var(--font-family-secondary);
}


.hero-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  background: var(--bg-primary-light);
  font-family: "Montserrat", sans-serif;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  border: none;
}

.hero-button:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: var(--bg-secondary);
  color: #fff !important;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}

.hero-button:hover::after {
  right: auto;
  left: 0;
  width: 100%;
  
}

.hero-button span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 10px 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3em;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.hero-button:hover span {
  color: var(--text-secondary-light);
  animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

.trending-home {
  background-image: url(/assets/images/home/trending-home.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 200px 0px;
}

.trend-card-1 {
  background-image: url(/assets/images/trending-products/spices.png);
  background-size: cover;
  height: 300px;
  display: flex;

  justify-content: center;
  flex-direction: column;
  padding-left: 30px;
  border-radius: 15px;
}

.trend-card-2 {
  background-image: url(/assets/images/trending-products/dehydrated.png);
  background-size: cover;
  height: 300px;
  display: flex;

  justify-content: center;
  flex-direction: column;
  padding-left: 30px;
  border-radius: 15px;
}

.trend-card-3 {
  background-image: url(/assets/images/trending-products/vegitables.png);
  background-size: cover;
  height: 300px;
  display: flex;

  justify-content: center;
  flex-direction: column;
  padding-left: 30px;
  border-radius: 15px;
}

.trend-card-1 h4 {
  width: 50%;
  font-family: var(--font-family-tertiry);
  font-size: 30px;
  color: white;
}

.trend-card-2 h4 {
  width: 50%;
  font-family: var(--font-family-tertiry);
  font-size: 30px;
  color: white;
}

.trend-card-3 h4 {
  width: 50%;
  font-family: var(--font-family-tertiry);
  font-size: 30px;
  color: white;
}

.shop-now-card {
  text-decoration: none;
  color: white;
  font-family: var(--font-family-secondary);
  font-weight: 700;
  font-size: 18px;
  text-decoration: underline;
}

.our-journey {
  border-radius: 30px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px,
    rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
  height: 400px;
  width: 90%;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -10%);
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.our-journey h4 {
  font-family: var(--font-family-primary);
  font-weight: 700;
  text-align: center;
}

.our-journey p {
  font-family: var(--font-family-secondary);
  color: var(--text-secondary);
  text-align: center;
  line-height: 30px;
}

.farmer-journey {
  background-image: url(/assets/images/home/banner5.png);
  background-size: cover;
  /* Ensures full background coverage */
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  padding: 130px 0;
  /* Adjusted spacing */
}

/* Ensuring the container does not stretch too wide */
.farmer-journey .container {
  max-width: 1200px;
  /* Keeps content structured */
}

/* Styling for images inside */
.farmer-journey img {
  width: 100%;
  /* Responsive width */
  max-width: 400px;
  /* Limits size for large screens */
  display: block;
  margin: 0 auto;
  /* Centering */
  scale: 1.3;
}

/* .sec_space_small {
  padding-top: 100px;
  padding-bottom: 100px;
} */
.color-g {
  color: var(--bg-primary-light);
}

.vegitable-basket {
  width: 100%;
}

.journey-content h3 {
  font-family: var(--font-family-tertiry);
  font-weight: 700;
}

.journey-content p {
  font-family: var(--font-family-secondary);
  line-height: 30px;
  text-align: justify;
}

.img-section-1 {
  height: 400px;
  background-image: url(/assets/images/home/quality-assurance.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-section-2 {
  height: 400px;
  background-image: url(/assets/images/home/blog1.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.img-section-3 {
  height: 400px;
  background-image: url(/assets/images/home/logistic.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-section-4 {
  height: 400px;
  background-image: url(/assets/images/home/end-to-end-sol.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-section img {
  height: 400px;
}

.values-para-content {
  padding: 40px 0px;
  height: 400px;
  background-color: #fbfbfb;
}

.values-para-content h3 {
  text-align: center;
  width: fit-content;
  font-size: 18px;
  background-color: var(--bg-secondary);
  padding: 10px 30px;
  border-radius: 20px;
  color: var(--text-secondary-light);
  font-family: var(--font-family-tertiry);
  box-shadow: #1a531979 0px 5px, #508d4e70 0px 10px, #80af8170 0px 15px,
    #d6efd86e 0px 20px, #f1f8e883 0px 25px;
}

.values-para-content p {
  font-family: var(--font-family-secondary);
  line-height: 30px;
  margin-top: 20px;
  text-align: justify;
}

.qulaity-icon {
  width: 100%;
  overflow-x: auto;
}

.qulaity-icon img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 10px;
  background-color: green;
  color: white;
  mix-blend-mode: luminosity;
}

.list-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Two columns */
  gap: 10px;
  /* Spacing between items */
  max-width: 600px;
  /* Adjust width as needed */
  margin: auto;
}

.list-values {
  display: contents;
  /* Allows direct placement of list items in the grid */
  font-family: var(--font-family-tertiry);
  font-weight: 700;
  color: var(--text-primary-light);
}

.features-list {
  list-style: none;
  padding: 0;
}

.features-list li {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
  font-family: var(--font-family-tertiry);
}

.features-list li::before {
  content: "🌿";
  /* Green leaf emoji */
  position: absolute;
  left: 0;
  top: 0;

  font-size: 20px;
  color: green;
}

.why-choose .container {
  background-image: url(/assets/images/home/qlty1.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px;
}

.why-choose .choose-left p {
  font-family: var(--font-family-secondary);
  line-height: 30px;
  text-align: justify;
}



.wwd-point-content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 30px;
}

.wwd-point-content h5 {
  font-family: var(--font-family-tertiry);
  font-weight: 700;
  color: var(--text-primary-light);
}

.wwd-point-content p {
  font-family: var(--font-family-secondary);
}

.wwd-point-content::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/assets/images/home/icon/product16.png);
  background-color: green;
  padding: 5px;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-top: 6px;
}

.contact-steps .accordion-header button {
  color: white !important;
}

.why-choose-us .accordion .accordion-item .accordion-header {
  background-color: transparent !important;
  font-family: var(--font-family-primary);
}

.why-choose-us .accordion-button:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0) !important;
  color: green !important;
}

.why-choose-us .accordion-button:focus {
  box-shadow: none;
}

.why-choose-us [type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  background-color: var(--bg-primary-light);
  color: white;
  font-weight: 700;
  transition: 1s;

}

.why-choose-us  .accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 10px;
}

.why-choose-us  .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: unset;
  font-size: 25px;
  content: "-";
  color: #F4C708;

}

.why-choose-us .accordion .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: unset;
  height: unset;
  margin-left: auto;
  content: "+";
  font-size: 25px;
  color: rgba(255, 255, 255, 0.5);
  background-image: none;
  background-size: contain;
  transition: transform 0.2s ease-in-out;
}

.brand-img {
  display: flex;
  margin-top: 50px;
  justify-content: center;
}

.custom-padding{
  padding-top: 100px !important;
}
