/* our vision */
.our-vision {
  margin-top: -120px !important;
  margin-bottom: 0px !important;
}

/* Sub-heading above list */

.vision-img {
  max-width: 130% !important;
  width: 130% !important;
}
.why-choose-img-1 img {
  border-radius: 20px !important;
}

.vision-img:after {
  content: "";
  position: absolute;
  width: 250%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.vision-img:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.why-subheading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: -20px;
}

/* Force vertical list layout */
.why-list {
  list-style: none;
  padding-bottom: 0% !important;
  padding: 0;
  margin: 0 0 15px;
  display: block !important; /* ensures single column */
}

/* Each point */
.why-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  width: 100% !important;
  font-size: 17px;
  color: rgb(29, 29, 29) !important;
}
.fa-solid {
  color: #ff7e29;
}

/* Round icon */
.why-list li i.icon-check {
  width: 22px;
  height: 22px;
  background-color: #ff7e29;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

/* Check symbol inside icon */
.why-list li i.icon-check::before {
  content: "✓";
}

/* Final paragraph after list */
.why-final-text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.7;
}

/* our mission */

.our-mission {
  margin-top: -170px !important;
  margin-bottom: 0px !important;
}

/* Increase H2 width & center alignment */
.mission-main-title,
.page-features .section-title h2 {
  display: block;
  width: 100%;
  max-width: 1100px !important; /* Increased width */
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  line-height: 1.5;
}

/* Center the “Our Mission Pillars” heading */
.mission-pillars-title {
  text-align: center !important;
  font-size: 28px;
  font-weight: 700;
  margin: 30px 0 30px 0; /* Increased top & bottom spacing */
}

/* Add spacing above items */
.page-features .features-item-list {
  margin-top: 30px;
}

/* Feature item spacing fixes */
.page-features .features-item {
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}

/* Icon box alignment */
.page-features .features-item .icon-box img {
  width: 60px;
  height: auto;
  margin-bottom: -20px;
  max-width: 50% !important;
}

/* our Sustainability */

.ingredient-item-list {
  position: relative;
  max-width: 150%;
  /* background: var(--secondary-color); */
  border-radius: 20px;
  padding: 40px;
  margin-left: -140px;
  z-index: 1;
}
.p-tag{
        margin-bottom: 1rem !important;
        margin-top: 10px !important;
}

.ingredient-item-list img {
  border-radius: 20px !important;
}

/* our belif */
.section-title {
  margin-bottom: 20px !important;
}

.faq-box {
  background: #fbe6d7;
  border-radius: 16px;
  padding: 20px 25px;
  text-align: center;     /* center align all text */
  max-width: 800px;
  margin: 0 auto;         /* center the box itself */
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
}

.faq-header {
  background: #ff7e29;    /* header background color */
  color: #ffffff;
  padding: 18px;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 600;
}

.faq-body {
  color: #000000;         /* body text color */
  padding: 20px 10px;
  font-size: 16px;
  line-height: 1.7;
}
