@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.8em;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  font-family: "Poppins", sans-serif;
  position: relative;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

.no-padding {
  padding: 0px !important;
}

.container {
  max-width: 1402px;
}
@media (max-width: 1350px) {
  .container {
    padding: 0 12px;
  }
}

@keyframes topToBottom {
  0% {
    top: -50px;
  }
  100% {
    top: 0;
  }
}
.section-title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 45px;
  color: #2d6d3b;
  margin-bottom: 15px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 28px !important;
  }
}
.section-title span {
  color: #b8cf63;
  font-weight: 600;
}

header {
  transition: all 0.3s ease-in-out;
  padding: 20px 0;
  background-color: #efefef;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media (max-width: 1599px) {
  header {
    padding: 15px 0;
  }
}
@media (max-width: 1199px) {
  header .header-inner-wrapper {
    display: none;
  }
}
header .header-inner-wrapper .header-desktop {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .header-inner-wrapper .header-desktop .left-side-logo a {
  display: block;
}
header .header-inner-wrapper .header-desktop .left-side-logo a img {
  width: 100%;
  max-width: 266px;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1599px) {
  header .header-inner-wrapper .header-desktop .left-side-logo a img {
    max-width: 180px;
  }
}
header .header-inner-wrapper .header-desktop .right-side-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
header .header-inner-wrapper .header-desktop .right-side-menu .pre-header ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 20px;
  margin: 0;
  padding: 0;
}
header .header-inner-wrapper .header-desktop .right-side-menu .pre-header ul li {
  list-style: none;
}
header .header-inner-wrapper .header-desktop .right-side-menu .pre-header ul li a {
  background-color: #2d6d3b;
  border-radius: 100px;
  color: #b8cf63;
  padding: 9px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  transition: 0.6s ease-in-out;
  font-family: "Bricolage Grotesque", sans-serif;
  border: 1px solid transparent;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header .header-inner-wrapper .header-desktop .right-side-menu .pre-header ul li a::before {
  width: 180px;
  height: 200px;
  background-color: #b8cf63;
  position: absolute;
  top: -190%;
  left: -80%;
  transition: 0.5s ease;
  transform: rotate(35deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
header .header-inner-wrapper .header-desktop .right-side-menu .pre-header ul li a::after {
  width: 200px;
  height: 200px;
  background-color: #b8cf63;
  position: absolute;
  top: -115%;
  right: -90%;
  transition: 0.5s ease;
  transform: rotate(125deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
header .header-inner-wrapper .header-desktop .right-side-menu .pre-header ul li a span {
  font-weight: 600;
}
header .header-inner-wrapper .header-desktop .right-side-menu .pre-header ul li a:hover {
  color: #2d6d3b;
  background-color: #b8cf63;
}
header .header-inner-wrapper .header-desktop .right-side-menu .pre-header ul li a:hover::after {
  right: 0%;
  opacity: 1;
  visibility: visible;
}
header .header-inner-wrapper .header-desktop .right-side-menu .pre-header ul li a:hover::before {
  left: 0%;
  opacity: 1;
  visibility: visible;
}
header .header-inner-wrapper .header-desktop .right-side-menu .pre-header ul li:last-child a {
  color: #2d6d3b;
  background-color: #b8cf63;
}
header .header-inner-wrapper .header-desktop .right-side-menu .pre-header ul li:last-child a::before {
  background-color: #2d6d3b;
}
header .header-inner-wrapper .header-desktop .right-side-menu .pre-header ul li:last-child a::after {
  background-color: #2d6d3b;
}
header .header-inner-wrapper .header-desktop .right-side-menu .pre-header ul li:last-child a:hover {
  color: #b8cf63;
  background-color: #2d6d3b;
}
header .header-inner-wrapper .header-desktop .right-side-menu .main-link {
  text-align: right;
}
header .header-inner-wrapper .header-desktop .right-side-menu .main-link ul {
  margin: 0;
  padding: 0;
}
header .header-inner-wrapper .header-desktop .right-side-menu .main-link ul li {
  list-style: none;
  display: inline-block;
  margin: 0 25px;
}
header .header-inner-wrapper .header-desktop .right-side-menu .main-link ul li:last-child {
  margin-right: 0;
}
header .header-inner-wrapper .header-desktop .right-side-menu .main-link ul li a {
  font-size: 20px;
  color: black;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
header .header-inner-wrapper .header-desktop .right-side-menu .main-link ul li a:hover {
  color: #2d6d3b;
}
header .header-inner-wrapper .header-desktop .right-side-menu .main-link ul li .active {
  color: #2d6d3b;
}
header .header-inner-wrapper .header-desktop .right-side-menu .main-link ul li .active a {
  color: #2d6d3b;
}
header .header-inner-wrapper .header-desktop .right-side-menu .main-link ul .dropdown {
  position: relative;
  z-index: 1;
}
header .header-inner-wrapper .header-desktop .right-side-menu .main-link ul .dropdown .dropdown-link {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .header-inner-wrapper .header-desktop .right-side-menu .main-link ul .dropdown .dropdown-link span {
  font-weight: 700 !important;
  font-size: 24px !important;
}
header .header-inner-wrapper .header-desktop .right-side-menu .main-link ul .dropdown .dropdown_menu {
  background-color: #ffffff;
  position: absolute;
  top: 35px;
  left: 0;
  padding: 15px;
  width: 100%;
  min-width: 242px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  border-radius: 15px;
  box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.07);
  transform: translateY(10px);
}
header .header-inner-wrapper .header-desktop .right-side-menu .main-link ul .dropdown .dropdown_menu li {
  margin: 0;
  list-style: none;
  display: block;
}
header .header-inner-wrapper .header-desktop .right-side-menu .main-link ul .dropdown .dropdown_menu li a {
  padding: 5px 0;
  display: block;
  font-size: 16px;
  text-align: left;
}
header .header-inner-wrapper .header-desktop .right-side-menu .main-link ul .dropdown:hover .dropdown_menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
header .header-mobile-section {
  display: none;
}
@media (max-width: 1199px) {
  header .header-mobile-section {
    display: block;
  }
}
header .header-mobile-section .mobile-header-inner-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-left a img {
  max-width: 200px;
}
@media (max-width: 1199px) {
  header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-left a img {
    max-width: 120px;
    width: 120px;
  }
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .mobile-menu-btn {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 24px;
  color: #000;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .mobile-menu-btn {
    color: #2D6D3B;
  }
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas {
  background: rgb(250, 237, 202);
  min-height: 100vh;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-header {
  padding: 25px;
  margin-bottom: 50px;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-header h5 a img {
  max-width: 200px;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-header .btn-close {
  background-image: unset;
  color: #2D6D3B;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-header .btn-close:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-body {
  padding: 16px 25px 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-body ul {
  margin: 0;
  padding: 0;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-body ul li {
  list-style: none;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-body ul li a {
  font-size: 17px;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  padding: 10px 0;
  display: block;
  color: black;
  opacity: 0.8;
  letter-spacing: 1px;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-body ul li .active {
  color: #2D6D3B;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-body ul li .accordion-item {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-body ul li .accordion-item .accordion-body {
  padding-top: 0;
  padding-bottom: 0;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-body ul li .accordion-item .accordion-body ul li a {
  font-size: 15px !important;
  padding: 0 !important;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-body ul li .accordion-item .accordion-body ul .active {
  color: #2d6d3b !important;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-body ul li .accordion-item .accordion-body ul .active a {
  color: #2d6d3b !important;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-body ul li .accordion-button {
  padding: 8px 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  text-transform: uppercase;
  color: #000;
  opacity: 0.8;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-body ul li .active {
  color: #2d6d3b !important;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-body ul li .accordion-button::after {
  background-image: unset;
  content: "\e145";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Material Icons";
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-body ul li .accordion-button:not(.collapsed)::after {
  content: "\e15b";
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-body .footer-inner {
  text-align: left;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-body .footer-inner h6 {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: white;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-body .footer-inner .footer-social-wrapper {
  margin-bottom: 25px;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-body .footer-inner .footer-social-wrapper a {
  color: white;
  padding: 0 5px;
  font-size: 17px;
  transition: 0.3s ease-in-out;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-body .footer-inner .footer-social-wrapper a:first-child {
  padding-left: 0;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-body .footer-inner .footer-social-wrapper a:hover {
  color: #e46281;
}
header .header-mobile-section .mobile-header-inner-wrapper .mobile-section-right .offcanvas .offcanvas-body .footer-inner p {
  margin-bottom: 0;
  font-size: 14px;
  color: white;
  font-weight: 500;
}

.sticky {
  background: rgb(250, 237, 202);
  padding: 20px 0;
  box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1599px) {
  .sticky {
    padding: 15px 0 !important;
  }
}
.sticky .left-side-logo a img {
  max-width: 230px !important;
}
@media (max-width: 1599px) {
  .sticky .left-side-logo a img {
    max-width: 160px !important;
  }
}
.hero-section {
  margin-top: 158px;
  background-color: #f9f6df;
}
@media (max-width: 1599px) {
  .hero-section {
    margin-top: 129px;
  }
}
@media (max-width: 1199px) {
  .hero-section {
    margin-top: 83px;
  }
}
.hero-section .bg-wrapper {
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 87%;
  min-height: 639px;
}
@media (max-width: 1199px) {
  .hero-section .bg-wrapper {
    min-height: 100%;
    background-size: 100% 90%;
  }
}
@media (max-width: 767px) {
  .hero-section .bg-wrapper {
    padding-top: 50px;
    background-size: cover;
    background-image: unset !important;
    position: relative;
    z-index: 1;
  }
  .hero-section .bg-wrapper::before {
    width: 100%;
    height: 85%;
    content: "";
    z-index: -1;
    background-image: url(../assets/images/home/hero-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.hero-section .bg-wrapper .hero-content {
  padding-bottom: 70px;
  padding-left: 30px;
}
@media (max-width: 1680px) {
  .hero-section .bg-wrapper .hero-content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .hero-section .bg-wrapper .hero-content {
    padding-bottom: 50px;
  }
}
.hero-section .bg-wrapper .hero-content h1 {
  color: #b8cf63;
  font-size: 60px;
  line-height: 110%;
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hero-section .bg-wrapper .hero-content h1 br {
    display: none;
  }
}
.hero-section .bg-wrapper .hero-content p {
  font-size: 20px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: white;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hero-section .bg-wrapper .hero-content p {
    font-size: 15px !important;
    font-weight: 400 !important;
  }
}
@media (max-width: 767px) {
  .hero-section .bg-wrapper .hero-content p br {
    display: none;
  }
}
.hero-section .bg-wrapper .hero-content a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  background-color: white;
  width: fit-content;
  color: #2d6d3b;
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px 30px;
  border-radius: 100px;
  transition: 0.6s ease-in-out;
  font-family: "Bricolage Grotesque", sans-serif;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero-section .bg-wrapper .hero-content a::before {
  width: 180px;
  height: 200px;
  background-color: #2d6d3b;
  position: absolute;
  top: -190%;
  left: -80%;
  transition: 0.5s ease;
  transform: rotate(35deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.hero-section .bg-wrapper .hero-content a::after {
  width: 200px;
  height: 200px;
  background-color: #2d6d3b;
  position: absolute;
  top: -115%;
  right: -90%;
  transition: 0.5s ease;
  transform: rotate(125deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .hero-section .bg-wrapper .hero-content a {
    font-size: 13px !important;
    padding: 6px 15px;
  }
}
.hero-section .bg-wrapper .hero-content a:hover {
  background-color: #2d6d3b;
  color: white;
}
.hero-section .bg-wrapper .hero-content a:hover::before {
  left: 0%;
  opacity: 1;
  visibility: visible;
}
.hero-section .bg-wrapper .hero-content a:hover::after {
  right: 0%;
  opacity: 1;
  visibility: visible;
}
.hero-section .bg-wrapper .hero-content a span {
  font-weight: 600;
}
@media (max-width: 767px) {
  .hero-section .bg-wrapper .hero-content a span {
    font-size: 22px !important;
  }
}
.hero-section .bg-wrapper .hero-image {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .hero-section .bg-wrapper .hero-image {
    padding-top: 0;
  }
}
.hero-section .bg-wrapper .hero-image img {
  width: 100%;
  max-width: 701px;
  animation: topbottom 4s linear infinite;
}

.squeeze-section {
  background-color: #f9f6df;
  padding: 100px 0 165px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .squeeze-section {
    padding: 70px 0;
  }
}
@media (max-width: 1199px) {
  .squeeze-section .squeeze-inner-wrapper .row .col-md-12 {
    width: 100%;
  }
}
.squeeze-section .squeeze-inner-wrapper .squeeze-right-image {
  position: relative;
  z-index: 1;
}
.squeeze-section .squeeze-inner-wrapper .squeeze-right-image .back-image img {
  width: 100%;
  max-width: 753px;
}
.squeeze-section .squeeze-inner-wrapper .squeeze-right-image .farmer-image-wrapper .bg-image img {
  position: absolute;
  left: 55px;
  bottom: -85px;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 604px;
}
@media (max-width: 767px) {
  .squeeze-section .squeeze-inner-wrapper .squeeze-right-image .farmer-image-wrapper .bg-image img {
    width: 272px;
    bottom: -36px;
    left: 20px;
    border-radius: 13px;
    max-height: 125px;
    object-fit: cover;
    object-position: center;
  }
}
.squeeze-section .squeeze-inner-wrapper .squeeze-right-image .farmer-image-wrapper .farmer-img-content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 35px;
  position: absolute;
  left: 10px;
  bottom: -85px;
}
@media (max-width: 767px) {
  .squeeze-section .squeeze-inner-wrapper .squeeze-right-image .farmer-image-wrapper .farmer-img-content-wrapper {
    gap: 12px;
    bottom: -36px;
    left: 7px;
  }
}
.squeeze-section .squeeze-inner-wrapper .squeeze-right-image .farmer-image-wrapper .farmer-img-content-wrapper .image-wrapper img {
  width: 100%;
  max-width: 349px;
}
@media (max-width: 767px) {
  .squeeze-section .squeeze-inner-wrapper .squeeze-right-image .farmer-image-wrapper .farmer-img-content-wrapper .image-wrapper img {
    max-width: 200px;
    width: 145px;
  }
}
.squeeze-section .squeeze-inner-wrapper .squeeze-right-image .farmer-image-wrapper .farmer-img-content-wrapper .text-content {
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .squeeze-section .squeeze-inner-wrapper .squeeze-right-image .farmer-image-wrapper .farmer-img-content-wrapper .text-content {
    padding-bottom: 35px;
  }
}
.squeeze-section .squeeze-inner-wrapper .squeeze-right-image .farmer-image-wrapper .farmer-img-content-wrapper .text-content h3 {
  font-weight: 400;
  color: white;
  font-size: 35px;
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 110%;
  margin-bottom: 0;
}
@media (max-width: 1299px) {
  .squeeze-section .squeeze-inner-wrapper .squeeze-right-image .farmer-image-wrapper .farmer-img-content-wrapper .text-content h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .squeeze-section .squeeze-inner-wrapper .squeeze-right-image .farmer-image-wrapper .farmer-img-content-wrapper .text-content h3 {
    font-size: 16px !important;
  }
}
.squeeze-section .squeeze-inner-wrapper .squeeze-right-image .farmer-image-wrapper .farmer-img-content-wrapper .link-wrapper {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .squeeze-section .squeeze-inner-wrapper .squeeze-right-image .farmer-image-wrapper .farmer-img-content-wrapper .link-wrapper {
    padding-bottom: 15px;
  }
}
.squeeze-section .squeeze-inner-wrapper .squeeze-right-image .farmer-image-wrapper .farmer-img-content-wrapper .link-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #b8cf63;
  color: white;
  padding: 8px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .squeeze-section .squeeze-inner-wrapper .squeeze-right-image .farmer-image-wrapper .farmer-img-content-wrapper .link-wrapper a {
    width: 45px;
    height: 45px;
  }
}
.squeeze-section .squeeze-inner-wrapper .squeeze-right-image .farmer-image-wrapper .farmer-img-content-wrapper .link-wrapper a span {
  font-weight: 900;
  font-size: 50px;
}
@media (max-width: 767px) {
  .squeeze-section .squeeze-inner-wrapper .squeeze-right-image .farmer-image-wrapper .farmer-img-content-wrapper .link-wrapper a span {
    font-size: 22px !important;
  }
}
.squeeze-section .squeeze-inner-wrapper .squeeze-right-image .farmer-image-wrapper .farmer-img-content-wrapper .link-wrapper a:hover {
  background-color: #2d6d3b;
}
.squeeze-section .squeeze-inner-wrapper .squeeze-right-image .farmer-image-wrapper .farmer-img-content-wrapper .link-wrapper a img {
  width: 70px;
}
@media (max-width: 1199px) {
  .squeeze-section .squeeze-inner-wrapper .squeeze-left-content {
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  .squeeze-section .squeeze-inner-wrapper .squeeze-left-content {
    margin-top: 70px;
  }
}
.squeeze-section .squeeze-inner-wrapper .squeeze-left-content h2 {
  font-size: 45px;
  color: #2d6d3b;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Bricolage Grotesque", sans-serif;
}
@media (max-width: 767px) {
  .squeeze-section .squeeze-inner-wrapper .squeeze-left-content h2 {
    font-size: 28px !important;
  }
}
.squeeze-section .squeeze-inner-wrapper .squeeze-left-content h2 span {
  color: #b8cf63;
  font-weight: 600;
}
.squeeze-section .squeeze-inner-wrapper .squeeze-left-content p {
  color: black;
  font-size: 18px;
  padding-right: 23px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .squeeze-section .squeeze-inner-wrapper .squeeze-left-content p {
    padding-right: 0;
  }
}
.squeeze-section .squeeze-inner-wrapper .squeeze-left-content p:last-child {
  margin-bottom: 0;
}
.squeeze-section .squeeze-inner-wrapper .squeeze-left-content p b {
  font-weight: 600;
}
@media (max-width: 1440px) {
  .squeeze-section .squeeze-inner-wrapper .graphics-img-wrapper {
    display: none;
  }
}
.squeeze-section .squeeze-inner-wrapper .graphics-img-wrapper img {
  position: absolute;
  right: 0;
  bottom: -100px;
  z-index: -1;
}
@media (max-width: 1699px) {
  .squeeze-section .squeeze-inner-wrapper .graphics-img-wrapper img {
    bottom: -250px;
  }
}

.avocado-oil-section {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .avocado-oil-section {
    padding: 70px 0;
  }
}
.avocado-oil-section .avocado-oil-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 33px;
}
@media (max-width: 1199px) {
  .avocado-oil-section .avocado-oil-inner {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .avocado-oil-section .avocado-oil-inner {
    grid-template-columns: 1fr;
  }
}
.avocado-oil-section .avocado-oil-inner .avocado-oil-content {
  border: 1px solid #b7cf63;
  border-radius: 25px;
  padding: 50px;
}
@media (max-width: 1199px) {
  .avocado-oil-section .avocado-oil-inner .avocado-oil-content {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .avocado-oil-section .avocado-oil-inner .avocado-oil-content {
    padding: 25px 12px;
  }
}
.avocado-oil-section .avocado-oil-inner .avocado-oil-content h4 {
  color: #2d6d3b;
  font-size: 25px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .avocado-oil-section .avocado-oil-inner .avocado-oil-content h4 {
    font-size: 15px !important;
  }
}
.avocado-oil-section .avocado-oil-inner .avocado-oil-content h2 {
  font-size: 45px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #2d6d3b;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .avocado-oil-section .avocado-oil-inner .avocado-oil-content h2 {
    font-size: 28px !important;
  }
}
.avocado-oil-section .avocado-oil-inner .avocado-oil-content h2 b {
  color: #b8cf63;
  font-weight: 600;
  color: #b8cf63;
}
.avocado-oil-section .avocado-oil-inner .avocado-oil-content ul {
  margin: 0;
  padding: 0;
}
.avocado-oil-section .avocado-oil-inner .avocado-oil-content ul li {
  list-style: none;
}
.avocado-oil-section .avocado-oil-inner .avocado-oil-content ul li p {
  display: flex;
  flex-direction: row;
  gap: 15px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .avocado-oil-section .avocado-oil-inner .avocado-oil-content ul li p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .avocado-oil-section .avocado-oil-inner .avocado-oil-content ul li p {
    gap: 10px;
    align-items: center;
  }
}
.avocado-oil-section .avocado-oil-inner .avocado-oil-content ul li p img {
  margin-top: 5px;
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .avocado-oil-section .avocado-oil-inner .avocado-oil-content ul li p img {
    width: 18px;
    height: 18px;
  }
}
.avocado-oil-section .avocado-oil-inner .avocado-oil-content .read-more-wrapper {
  margin-top: 30px;
}
.avocado-oil-section .avocado-oil-inner .avocado-oil-content .read-more-wrapper a {
  background-color: #b7cf63;
  padding: 10px 25px;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: fit-content;
  font-size: 20px;
  color: #2d6d3b;
  text-transform: uppercase;
  transition: 0.6s ease-in-out;
  font-family: "Bricolage Grotesque", sans-serif;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.avocado-oil-section .avocado-oil-inner .avocado-oil-content .read-more-wrapper a::before {
  width: 180px;
  height: 200px;
  background-color: #2d6d3b;
  position: absolute;
  top: -190%;
  left: -80%;
  transition: 0.5s ease;
  transform: rotate(35deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.avocado-oil-section .avocado-oil-inner .avocado-oil-content .read-more-wrapper a::after {
  width: 200px;
  height: 200px;
  background-color: #2d6d3b;
  position: absolute;
  top: -115%;
  right: -90%;
  transition: 0.5s ease;
  transform: rotate(125deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .avocado-oil-section .avocado-oil-inner .avocado-oil-content .read-more-wrapper a {
    padding: 6px 24px;
    font-size: 13px !important;
  }
}
.avocado-oil-section .avocado-oil-inner .avocado-oil-content .read-more-wrapper a span {
  font-weight: 600;
}
@media (max-width: 767px) {
  .avocado-oil-section .avocado-oil-inner .avocado-oil-content .read-more-wrapper a span {
    font-size: 22px !important;
  }
}
.avocado-oil-section .avocado-oil-inner .avocado-oil-content .read-more-wrapper a:hover {
  background-color: #2d6d3b;
  color: white;
}
.avocado-oil-section .avocado-oil-inner .avocado-oil-content .read-more-wrapper a:hover::before {
  left: 0%;
  opacity: 1;
  visibility: visible;
}
.avocado-oil-section .avocado-oil-inner .avocado-oil-content .read-more-wrapper a:hover::after {
  right: 0%;
  opacity: 1;
  visibility: visible;
}
.avocado-oil-section .avocado-oil-inner .avocado-img-wrapper img {
  width: 100%;
}

.process-section-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .process-section-wrapper {
    margin-bottom: 70px;
  }
}
.process-section-wrapper .bg-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px;
}
@media (max-width: 767px) {
  .process-section-wrapper .bg-wrapper {
    padding: 70px 20px;
  }
}
.process-section-wrapper .bg-wrapper .inner-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 315px;
  min-height: 450px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .process-section-wrapper .bg-wrapper .inner-wrapper {
    gap: 50px;
    flex-direction: column;
    align-items: flex-start;
    min-height: unset;
  }
}
.process-section-wrapper .bg-wrapper .inner-wrapper .left-content h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 35px;
  color: white;
  font-weight: 400;
}
@media (max-width: 767px) {
  .process-section-wrapper .bg-wrapper .inner-wrapper .left-content h3 {
    font-size: 15px !important;
  }
}
.process-section-wrapper .bg-wrapper .inner-wrapper .left-content h2 {
  color: white;
  font-size: 45px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .process-section-wrapper .bg-wrapper .inner-wrapper .left-content h2 {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  .process-section-wrapper .bg-wrapper .inner-wrapper .left-content h2 br {
    display: none;
  }
}
.process-section-wrapper .bg-wrapper .inner-wrapper .left-content h2 span {
  color: #b8cf63;
}
@media (max-width: 767px) {
  .process-section-wrapper .bg-wrapper .inner-wrapper .right-video {
    width: 100%;
    text-align: center;
  }
}
.process-section-wrapper .bg-wrapper .inner-wrapper .right-video .link-wrapper {
  margin-bottom: 0;
  color: white;
  border: 2px dashed #bec477;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .process-section-wrapper .bg-wrapper .inner-wrapper .right-video .link-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 110px;
    height: 110px;
  }
}
.process-section-wrapper .bg-wrapper .inner-wrapper .right-video .link-wrapper i {
  background-color: #bec477;
  font-size: 24px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .process-section-wrapper .bg-wrapper .inner-wrapper .right-video .link-wrapper i {
    width: 70px;
    height: 70px;
  }
}
.process-section-wrapper .bg-wrapper .inner-wrapper .right-video .link-wrapper:hover {
  border-color: white;
}
.process-section-wrapper .bg-wrapper .inner-wrapper .right-video .link-wrapper:hover i {
  background-color: #2d6d3b;
}
.process-section-wrapper .bg-wrapper .inner-wrapper:hover .link-wrapper {
  border-color: white;
}
.process-section-wrapper .bg-wrapper .inner-wrapper:hover .link-wrapper i {
  background-color: #2d6d3b;
}
@media (max-width: 1440px) {
  .process-section-wrapper .bg-wrapper .graphics-img-wrapper {
    display: none;
  }
}
.process-section-wrapper .bg-wrapper .graphics-img-wrapper img {
  position: absolute;
  left: 0;
  top: -450%;
  z-index: -1;
}
@media (max-width: 1699px) {
  .process-section-wrapper .bg-wrapper .graphics-img-wrapper img {
    top: -180%;
    max-width: 170px;
  }
}

.text-bg-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner {
  background-color: #f9f6e0;
  border-radius: 25px;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199px) {
  .text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner {
    grid-template-columns: 1fr;
  }
}
.text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner .left-image-section {
  position: relative;
  z-index: 1;
}
.text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner .left-image-section img {
  width: 100%;
  max-width: 600px;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner .left-image-section img {
    max-width: 100%;
  }
}
.text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner .left-image-section .top-image img {
  width: 100%;
  position: absolute;
  right: 6%;
  bottom: 15%;
  max-width: 250px;
}
@media (max-width: 767px) {
  .text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner .right-content-section {
    padding: 20px 20px 50px 20px;
  }
}
.text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner .right-content-section h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 25px;
  color: #2d6d3b;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner .right-content-section h3 {
    font-size: 15px !important;
  }
}
.text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner .right-content-section h2 {
  font-size: 45px;
  color: #2d6d3b;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Bricolage Grotesque", sans-serif;
}
@media (max-width: 767px) {
  .text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner .right-content-section h2 {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  .text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner .right-content-section h2 br {
    display: none;
  }
}
.text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner .right-content-section h2 span {
  color: #b8cf63;
  font-weight: 600;
}
.text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner .right-content-section .para-content p {
  color: black;
  font-size: 18px;
  margin-bottom: 25px;
  max-width: 85%;
}
@media (max-width: 767px) {
  .text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner .right-content-section .para-content p {
    max-width: 100%;
    font-size: 15px !important;
  }
}
.text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner .right-content-section .para-content p:last-child {
  margin-bottom: 0;
}
.text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner .right-content-section .read-more-wrapper {
  margin-top: 40px;
}
.text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner .right-content-section .read-more-wrapper a {
  background-color: #b7cf63;
  padding: 10px 25px;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: fit-content;
  font-size: 20px;
  color: #2d6d3b;
  text-transform: uppercase;
  transition: 0.6s ease-in-out;
  font-family: "Bricolage Grotesque", sans-serif;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner .right-content-section .read-more-wrapper a::before {
  width: 180px;
  height: 200px;
  background-color: #2d6d3b;
  position: absolute;
  top: -190%;
  left: -80%;
  transition: 0.5s ease;
  transform: rotate(35deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner .right-content-section .read-more-wrapper a::after {
  width: 200px;
  height: 200px;
  background-color: #2d6d3b;
  position: absolute;
  top: -115%;
  right: -90%;
  transition: 0.5s ease;
  transform: rotate(125deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner .right-content-section .read-more-wrapper a {
    font-size: 13px !important;
    padding: 6px 30px;
  }
}
.text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner .right-content-section .read-more-wrapper a span {
  font-weight: 600;
}
@media (max-width: 767px) {
  .text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner .right-content-section .read-more-wrapper a span {
    font-size: 22px !important;
  }
}
.text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner .right-content-section .read-more-wrapper a:hover {
  background-color: #2d6d3b;
  color: white;
}
.text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner .right-content-section .read-more-wrapper a:hover::before {
  left: 0%;
  opacity: 1;
  visibility: visible;
}
.text-bg-wrapper .dehydrated-fruits-section .dehydrated-fruits-inner .right-content-section .read-more-wrapper a:hover::after {
  right: 0%;
  opacity: 1;
  visibility: visible;
}
.text-bg-wrapper .purpose-vision-mission-wrapper {
  padding: 130px 0 100px 0;
}
@media (max-width: 767px) {
  .text-bg-wrapper .purpose-vision-mission-wrapper {
    padding: 70px 0;
  }
}
.text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner {
    grid-template-columns: 1fr;
  }
}
.text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner .box-wrapper {
  background-color: #b8cf63;
  border-radius: 20px;
  border-top-right-radius: 110px;
}
.text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner .box-wrapper:nth-child(2) {
  background-color: #2d6d3b;
}
@media (max-width: 767px) {
  .text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner .box-wrapper:nth-child(2) .top-text-icon-wrapper .icon-wrapper img {
    width: 80px !important;
  }
}
.text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner .box-wrapper:nth-child(2) .para-content p {
  color: #8bb353 !important;
}
.text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner .box-wrapper:nth-child(2) .inner-wrapper .link-wrapper a {
  background-color: #b8cf63;
}
.text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner .box-wrapper:nth-child(3) {
  background-color: #d4ba4c;
}
.text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner .box-wrapper:nth-child(3) .para-content p {
  color: #2a4f32 !important;
}
.text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner .box-wrapper .inner-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner .box-wrapper .inner-wrapper .top-text-icon-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner .box-wrapper .inner-wrapper .top-text-icon-wrapper h3 {
  color: white;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  font-size: 45px;
}
.text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner .box-wrapper .inner-wrapper .top-text-icon-wrapper h3 span {
  font-weight: 600;
}
.text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner .box-wrapper .inner-wrapper .top-text-icon-wrapper .icon-wrapper {
  padding-right: 50px;
}
@media (max-width: 767px) {
  .text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner .box-wrapper .inner-wrapper .top-text-icon-wrapper .icon-wrapper {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner .box-wrapper .inner-wrapper .top-text-icon-wrapper .icon-wrapper img {
    width: 60px;
  }
}
.text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner .box-wrapper .inner-wrapper .para-content {
  padding-top: 50px;
}
.text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner .box-wrapper .inner-wrapper .para-content p {
  font-size: 18px;
  color: #2a4f32;
  margin-bottom: 0;
  max-width: 77%;
}
@media (max-width: 1299px) {
  .text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner .box-wrapper .inner-wrapper .para-content p {
    max-width: 80%;
  }
}
.text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner .box-wrapper .inner-wrapper .link-wrapper {
  text-align: right;
}
.text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner .box-wrapper .inner-wrapper .link-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #2d6d3b;
  padding: 8px;
  margin-left: auto;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner .box-wrapper .inner-wrapper .link-wrapper a {
    width: 55px;
    height: 55px;
  }
}
.text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner .box-wrapper .inner-wrapper .link-wrapper a:hover {
  background-color: #3ab54a;
}
.text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner .box-wrapper .inner-wrapper .link-wrapper a span {
  font-size: 50px;
  font-weight: 900;
  transform: rotate(-10deg);
}
@media (max-width: 767px) {
  .text-bg-wrapper .purpose-vision-mission-wrapper .purpose-vision-mission-inner .box-wrapper .inner-wrapper .link-wrapper a span {
    font-size: 30px !important;
  }
}

.nutring-frams-section {
  background-color: #3ab54a;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .nutring-frams-section {
    position: unset;
    z-index: unset;
  }
}
.nutring-frams-section .custom-container .inner-wrapper .nutring-frams-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}
@media (max-width: 767px) {
  .nutring-frams-section .custom-container .inner-wrapper .nutring-frams-inner {
    grid-template-columns: 1fr;
  }
}
.nutring-frams-section .custom-container .inner-wrapper .nutring-frams-inner .left-section {
  padding-left: 28%;
}
@media (max-width: 1699px) {
  .nutring-frams-section .custom-container .inner-wrapper .nutring-frams-inner .left-section {
    padding-left: 20%;
  }
}
@media (max-width: 1600px) {
  .nutring-frams-section .custom-container .inner-wrapper .nutring-frams-inner .left-section {
    padding-left: 15%;
  }
}
@media (max-width: 1440px) {
  .nutring-frams-section .custom-container .inner-wrapper .nutring-frams-inner .left-section {
    padding-left: 4.8%;
  }
}
@media (max-width: 1299px) {
  .nutring-frams-section .custom-container .inner-wrapper .nutring-frams-inner .left-section {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .nutring-frams-section .custom-container .inner-wrapper .nutring-frams-inner .left-section {
    position: relative;
    z-index: 1;
    padding: 50px 12px;
  }
}
.nutring-frams-section .custom-container .inner-wrapper .nutring-frams-inner .left-section h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 55px;
  color: white;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .nutring-frams-section .custom-container .inner-wrapper .nutring-frams-inner .left-section h2 {
    font-size: 28px !important;
  }
}
.nutring-frams-section .custom-container .inner-wrapper .nutring-frams-inner .left-section p {
  font-size: 18px;
  color: white;
  margin-bottom: 20px;
  max-width: 86%;
}
@media (max-width: 1699px) {
  .nutring-frams-section .custom-container .inner-wrapper .nutring-frams-inner .left-section p {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .nutring-frams-section .custom-container .inner-wrapper .nutring-frams-inner .left-section p {
    max-width: 100%;
    font-size: 15px !important;
  }
}
.nutring-frams-section .custom-container .inner-wrapper .nutring-frams-inner .left-section p:last-child {
  margin-bottom: 0;
}
.nutring-frams-section .custom-container .inner-wrapper .nutring-frams-inner .left-section .mobile-graphics-img-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .nutring-frams-section .custom-container .inner-wrapper .nutring-frams-inner .left-section .mobile-graphics-img-wrapper {
    display: block;
  }
}
.nutring-frams-section .custom-container .inner-wrapper .nutring-frams-inner .left-section .mobile-graphics-img-wrapper img {
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
  max-width: 320px;
}
@media (max-width: 767px) {
  .nutring-frams-section .custom-container .inner-wrapper .nutring-frams-inner .left-section .mobile-graphics-img-wrapper img {
    max-width: 200px;
  }
}
.nutring-frams-section .custom-container .inner-wrapper .nutring-frams-inner .right-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .nutring-frams-section .custom-container .inner-wrapper .graphics-img-wrapper {
    display: none;
  }
}
.nutring-frams-section .custom-container .inner-wrapper .graphics-img-wrapper img {
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
}

.footer-bg-wrapper {
  background-color: #1a4123;
}
.footer-bg-wrapper .farms-future-section .farms-future-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 50px 0;
  border-bottom: 2px solid #0d3516;
}
@media (max-width: 767px) {
  .footer-bg-wrapper .farms-future-section .farms-future-inner {
    flex-direction: column;
    padding: 50px 20px;
    align-items: flex-start;
  }
}
.footer-bg-wrapper .farms-future-section .farms-future-inner .left-content h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  color: white;
  font-size: 45px;
  margin-bottom: 0;
}
.footer-bg-wrapper .farms-future-section .farms-future-inner .left-content h3 span {
  color: #b8cf63;
}
.footer-bg-wrapper .farms-future-section .farms-future-inner .read-more-wrapper a {
  background-color: #b7cf63;
  padding: 10px 50px;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: fit-content;
  font-size: 20px;
  color: #2d6d3b;
  transition: 0.6s ease-in-out;
  font-family: "Bricolage Grotesque", sans-serif;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer-bg-wrapper .farms-future-section .farms-future-inner .read-more-wrapper a::before {
  width: 180px;
  height: 200px;
  background-color: #2d6d3b;
  position: absolute;
  top: -190%;
  left: -80%;
  transition: 0.5s ease;
  transform: rotate(35deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.footer-bg-wrapper .farms-future-section .farms-future-inner .read-more-wrapper a::after {
  width: 200px;
  height: 200px;
  background-color: #2d6d3b;
  position: absolute;
  top: -115%;
  right: -90%;
  transition: 0.5s ease;
  transform: rotate(125deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .footer-bg-wrapper .farms-future-section .farms-future-inner .read-more-wrapper a {
    font-size: 13px !important;
    padding: 6px 67px;
  }
}
.footer-bg-wrapper .farms-future-section .farms-future-inner .read-more-wrapper a span {
  font-weight: 600;
}
.footer-bg-wrapper .farms-future-section .farms-future-inner .read-more-wrapper a:hover {
  background-color: #2d6d3b;
  color: white;
}
.footer-bg-wrapper .farms-future-section .farms-future-inner .read-more-wrapper a:hover::before {
  opacity: 1;
  visibility: visible;
  left: 0%;
}
.footer-bg-wrapper .farms-future-section .farms-future-inner .read-more-wrapper a:hover::after {
  opacity: 1;
  visibility: visible;
  right: 0%;
}
.footer-bg-wrapper footer .footer-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 50px 0;
  border-bottom: 2px solid #0d3516;
}
@media (max-width: 1199px) {
  .footer-bg-wrapper footer .footer-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .footer-bg-wrapper footer .footer-inner {
    gap: 30px;
  }
}
.footer-bg-wrapper footer .footer-inner .left-side-logo {
  max-width: 420px;
}
.footer-bg-wrapper footer .footer-inner .left-side-logo a {
  display: block;
}
.footer-bg-wrapper footer .footer-inner .left-side-logo a img {
  max-width: 230px;
}
.footer-bg-wrapper footer .footer-inner .left-side-logo .para-content {
  margin-top: 30px;
}
.footer-bg-wrapper footer .footer-inner .left-side-logo .para-content p {
  color: #c6d7af;
}
@media (max-width: 767px) {
  .footer-bg-wrapper footer .footer-inner .left-side-logo .para-content p {
    font-size: 13px !important;
  }
}
.footer-bg-wrapper footer .footer-inner .right-side-menu {
  display: flex;
  flex-direction: row;
  gap: 200px;
}
@media (max-width: 1220px) {
  .footer-bg-wrapper footer .footer-inner .right-side-menu {
    gap: 150px;
  }
}
@media (max-width: 1199px) {
  .footer-bg-wrapper footer .footer-inner .right-side-menu {
    gap: 100px;
  }
}
@media (max-width: 767px) {
  .footer-bg-wrapper footer .footer-inner .right-side-menu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.footer-bg-wrapper footer .footer-inner .right-side-menu .box-wrapper h4 {
  font-size: 25px;
  color: white;
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer-bg-wrapper footer .footer-inner .right-side-menu .box-wrapper h4 {
    margin-bottom: 15px;
  }
}
.footer-bg-wrapper footer .footer-inner .right-side-menu .box-wrapper ul {
  margin: 0;
  padding: 0;
}
.footer-bg-wrapper footer .footer-inner .right-side-menu .box-wrapper ul li {
  list-style: none;
  margin-bottom: 10px;
}
.footer-bg-wrapper footer .footer-inner .right-side-menu .box-wrapper ul li a {
  color: #c6d7af;
  font-weight: 400;
  transition: 0.3s ease-in-out;
  display: flex;
  flex-direction: row;
  gap: 5px;
}
@media (max-width: 767px) {
  .footer-bg-wrapper footer .footer-inner .right-side-menu .box-wrapper ul li a {
    font-size: 15px !important;
  }
}
.footer-bg-wrapper footer .footer-inner .right-side-menu .box-wrapper ul li a .icon-wrapper {
  min-width: 30px;
}
.footer-bg-wrapper footer .footer-inner .right-side-menu .box-wrapper ul li a img {
  margin-right: 10px;
}
.footer-bg-wrapper footer .footer-inner .right-side-menu .box-wrapper ul li a:hover {
  color: white;
}
.footer-bg-wrapper footer .footer-inner .right-side-menu .box-wrapper:nth-child(1) ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.footer-bg-wrapper footer .footer-inner .right-side-menu .box-wrapper:nth-child(1) ul li:nth-child(even) {
  margin-left: 35px;
}
@media (max-width: 767px) {
  .footer-bg-wrapper footer .footer-inner .right-side-menu .box-wrapper:nth-child(1) ul li:nth-child(even) {
    margin-left: 20px;
  }
}
.footer-bg-wrapper footer .footer-inner .right-side-menu .box-wrapper .social-links {
  display: none !important;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.footer-bg-wrapper footer .footer-inner .right-side-menu .box-wrapper .social-links a {
  border: 2px solid #b7cf63;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  transition: 0.3s ease-in-out;
}
.footer-bg-wrapper footer .footer-inner .right-side-menu .box-wrapper .social-links a:hover {
  background-color: white;
  border-color: white;
}
.footer-bg-wrapper footer .footer-inner .right-side-menu .box-wrapper .social-links a:hover i {
  color: #1a4123;
}
.footer-bg-wrapper footer .footer-inner .right-side-menu .box-wrapper .social-links a i {
  color: #b7cf63;
  font-size: 18px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .footer-bg-wrapper footer .footer-inner .right-side-menu .box-wrapper .social-links a i {
    font-size: 16px;
  }
}
.footer-bg-wrapper .copyright-section .inner-wrapper {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .footer-bg-wrapper .copyright-section .inner-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
}
.footer-bg-wrapper .copyright-section .inner-wrapper .left-content p {
  color: #c6d7af;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer-bg-wrapper .copyright-section .inner-wrapper .left-content p {
    font-size: 15px !important;
  }
}
.footer-bg-wrapper .copyright-section .inner-wrapper .right-policy {
  color: #c6d7af;
  display: none !important;
  flex-direction: row;
  gap: 10px;
}
.footer-bg-wrapper .copyright-section .inner-wrapper .right-policy a {
  color: #c6d7af;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .footer-bg-wrapper .copyright-section .inner-wrapper .right-policy a {
    font-size: 15px !important;
  }
}
.footer-bg-wrapper .copyright-section .inner-wrapper .right-policy a:hover {
  color: white;
}

@media (max-width: 1299px) {
  h1 {
    font-size: 42px !important;
    line-height: 100% !important;
  }
}
@media (max-width: 767px) {
  h1 {
    font-weight: 600 !important;
    font-size: 28px !important;
    line-height: 100% !important;
    margin-bottom: 15px !important;
  }
}

@media (max-width: 1299px) {
  h2 {
    font-size: 32px !important;
    line-height: 100% !important;
  }
}

@media (max-width: 1299px) {
  h3 {
    font-size: 28px !important;
    line-height: 100% !important;
  }
}

@media (max-width: 1299px) {
  h4 {
    font-size: 22px !important;
    line-height: 100% !important;
  }
}

@media (max-width: 1299px) {
  h5 {
    font-size: 20px !important;
    line-height: 100% !important;
  }
}

@media (max-width: 1299px) {
  h6 {
    font-size: 19px !important;
    line-height: 100% !important;
  }
}

@media (max-width: 1299px) {
  p {
    font-size: 16px !important;
    line-height: 120% !important;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 15px !important;
  }
}

@media (max-width: 1299px) {
  a {
    font-size: 16px !important;
  }
}
@media (max-width: 1299px) {
  a span {
    font-size: 35px !important;
  }
}

@keyframes topbottom {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-3%) scale(1.01);
  }
  100% {
    transform: translateY(0%) scale(1);
  }
}
.banner-outer-section {
  margin-top: 158px;
}
@media (max-width: 1599px) {
  .banner-outer-section {
    margin-top: 129px;
  }
}
@media (max-width: 1199px) {
  .banner-outer-section {
    margin-top: 83px;
  }
}
.banner-outer-section .banner-bg {
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 87%;
}
@media (max-width: 767px) {
  .banner-outer-section .banner-bg {
    background-size: cover;
    background-image: unset !important;
    position: relative;
    z-index: 1;
  }
  .banner-outer-section .banner-bg::before {
    width: 100%;
    height: 85%;
    content: "";
    z-index: -1;
    background-image: url(../assets/images/about/about-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.banner-outer-section .banner-bg .banner-inner-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 350px;
}
@media (max-width: 1199px) {
  .banner-outer-section .banner-bg .banner-inner-section {
    min-height: 100%;
  }
}
@media (max-width: 767px) {
  .banner-outer-section .banner-bg .banner-inner-section {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 50px;
  }
}
.banner-outer-section .banner-bg .banner-inner-section .banner-content {
  padding-bottom: 4%;
}
@media (max-width: 767px) {
  .banner-outer-section .banner-bg .banner-inner-section .banner-content {
    padding-bottom: 50px;
  }
}
.banner-outer-section .banner-bg .banner-inner-section .banner-content h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 60px;
  color: white;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .banner-outer-section .banner-bg .banner-inner-section .banner-content h2 {
    font-size: 28px !important;
  }
}
.banner-outer-section .banner-bg .banner-inner-section .banner-image {
  padding-right: 50px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .banner-outer-section .banner-bg .banner-inner-section .banner-image {
    text-align: center;
    margin-top: 0;
    padding-right: 0;
    width: 100%;
  }
}
.banner-outer-section .banner-bg .banner-inner-section .banner-image img {
  width: 100%;
  max-width: 639px;
  animation: topbottom 4s linear infinite;
}
@media (max-width: 1199px) {
  .banner-outer-section .banner-bg .banner-inner-section .banner-image img {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .banner-outer-section .banner-bg .banner-inner-section .banner-image img {
    max-width: 300px;
  }
}
.banner-outer-section .products-banner-bg::before {
  background-image: url(../assets/images/products/products-banner.jpg) !important;
}
.banner-outer-section .process-banner-bg::before {
  background-image: url(../assets/images/process/our_process_hero_back.jpg) !important;
}
.banner-outer-section .faqs-banner-bg::before {
  background-image: url(../assets/images/faqs/faq-banner.jpg) !important;
}
.banner-outer-section .contact-banner-bg::before {
  background-image: url(../assets/images/contact/contact-banner.jpg) !important;
}

@media (max-width: 767px) {
  .banner-outer-section .process-banner-bg .banner-inner-section .banner-image img {
    max-width: 250px;
  }
}

.left-right-content-section .left-right-inner {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  align-items: center;
  gap: 50px;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .left-right-content-section .left-right-inner {
    padding: 70px 0;
    grid-template-columns: 1fr;
  }
}
.left-right-content-section .left-right-inner .left-content h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 45px;
  color: #2d6d3b;
  margin-bottom: 15px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .left-right-content-section .left-right-inner .left-content h2 {
    font-size: 28px !important;
  }
}
.left-right-content-section .left-right-inner .left-content h2 span {
  color: #b8cf63;
  font-weight: 600;
}
.left-right-content-section .left-right-inner .left-content .content-para p {
  color: #515151;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 35px;
  font-style: italic;
  line-height: 120%;
  margin-bottom: 0;
  padding-left: 27px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .left-right-content-section .left-right-inner .left-content .content-para p {
    font-size: 20px !important;
  }
}
.left-right-content-section .left-right-inner .left-content .content-para p b {
  font-weight: 500;
}
.left-right-content-section .left-right-inner .left-content .content-para p::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 5px;
  height: 100%;
  background-color: #d4ba4c;
}
.left-right-content-section .left-right-inner .right-content p {
  font-size: 18px;
  color: #515151;
  margin-bottom: 30px;
  max-width: 97%;
}
@media (max-width: 767px) {
  .left-right-content-section .left-right-inner .right-content p {
    max-width: 100%;
  }
}
.left-right-content-section .left-right-inner .right-content p b {
  font-weight: 600;
}
.left-right-content-section .left-right-inner .right-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .left-right-content-section .left-right-inner .right-content p br {
    display: none;
  }
}

.dried-fruits-left-right-content-section .left-right-inner {
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .dried-fruits-left-right-content-section .left-right-inner {
    grid-template-columns: 1fr;
  }
}
.dried-fruits-left-right-content-section .left-right-inner .left-content h2 {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .dried-fruits-left-right-content-section .left-right-inner .left-content h2 {
    margin-bottom: 15px;
  }
}
.dried-fruits-left-right-content-section .left-right-inner .right-content p {
  max-width: 100%;
}

.green-life-section .bg-wrapper {
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
.green-life-section .bg-wrapper .green-life-inner {
  padding: 100px 0;
  max-width: 47%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .green-life-section .bg-wrapper .green-life-inner {
    max-width: 100%;
    padding: 70px 0;
  }
}
.green-life-section .bg-wrapper .green-life-inner h4 {
  font-size: 25px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #272727;
}
@media (max-width: 767px) {
  .green-life-section .bg-wrapper .green-life-inner h4 {
    font-size: 15px !important;
  }
}
.green-life-section .bg-wrapper .green-life-inner h2 {
  color: #2d6d3b;
  font-size: 45px;
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .green-life-section .bg-wrapper .green-life-inner h2 {
    font-size: 28px;
  }
}
.green-life-section .bg-wrapper .green-life-inner p {
  color: #515151;
  font-size: 18px;
}
@media (max-width: 767px) {
  .green-life-section .bg-wrapper .green-life-inner p br {
    display: none;
  }
}
.green-life-section .bg-wrapper .green-life-inner p b {
  font-weight: 600;
}
@media (max-width: 767px) {
  .green-life-section .bg-wrapper .green-life-inner .text-para-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 15px;
  }
}
.green-life-section .bg-wrapper .green-life-inner .text-para-content .box-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .green-life-section .bg-wrapper .green-life-inner .text-para-content .box-wrapper {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .green-life-section .bg-wrapper .green-life-inner .text-para-content .box-wrapper:last-child {
    margin-bottom: 0;
  }
}
.green-life-section .bg-wrapper .green-life-inner .text-para-content .box-wrapper h3 {
  color: black;
  background-color: #b8cf63;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 25px;
  padding: 5px;
  width: 95px;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .green-life-section .bg-wrapper .green-life-inner .text-para-content .box-wrapper h3 {
    width: 66px;
    height: 66px;
    font-size: 15px !important;
  }
}
.green-life-section .bg-wrapper .green-life-inner .text-para-content .box-wrapper p {
  width: calc(100% - 110px);
  color: #515151;
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .green-life-section .bg-wrapper .green-life-inner .text-para-content .box-wrapper p {
    width: calc(100% - 81px);
    padding-top: 5px;
  }
}

.about-purpose-vision-mission-wrapper {
  padding-top: 100px !important;
}
@media (max-width: 767px) {
  .about-purpose-vision-mission-wrapper {
    padding-top: 70px !important;
  }
}

.text-bg-wrapper .about-purpose-vision-mission-wrapper .purpose-vision-mission-inner .box-wrapper .inner-wrapper .para-content p {
  max-width: 100%;
}

.core-values-section {
  padding-bottom: 85px;
}
@media (max-width: 767px) {
  .core-values-section {
    padding-bottom: 70px;
  }
}
.core-values-section .core-values-inner .top-content {
  text-align: center;
  margin-bottom: 50px;
}
.core-values-section .core-values-inner .top-content h4 {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #2d6d3b;
  font-size: 25px;
}
@media (max-width: 767px) {
  .core-values-section .core-values-inner .top-content h4 {
    font-size: 15px !important;
  }
}
.core-values-section .core-values-inner .top-content h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 45px;
  color: #2d6d3b;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .core-values-section .core-values-inner .top-content h2 {
    font-size: 28px !important;
  }
}
.core-values-section .core-values-inner .top-content h2 span {
  color: #b8cf63;
}
.core-values-section .core-values-inner .top-content .content-para p {
  color: #515151;
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .core-values-section .core-values-inner .top-content .content-para p br {
    display: none;
  }
}
.core-values-section .core-values-inner .core-value-box-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .core-values-section .core-values-inner .core-value-box-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .core-values-section .core-values-inner .core-value-box-wrapper {
    grid-template-columns: 1fr;
  }
}
.core-values-section .core-values-inner .core-value-box-wrapper .box-wrapper {
  margin-bottom: 20px;
}
.core-values-section .core-values-inner .core-value-box-wrapper .box-wrapper:last-child {
  margin-bottom: 0;
}
.core-values-section .core-values-inner .core-value-box-wrapper .box-wrapper .inner-wrapper {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.core-values-section .core-values-inner .core-value-box-wrapper .box-wrapper .inner-wrapper .icon-wrapper img {
  width: 83px;
}
@media (max-width: 767px) {
  .core-values-section .core-values-inner .core-value-box-wrapper .box-wrapper .inner-wrapper .icon-wrapper img {
    width: 80px;
  }
}
.core-values-section .core-values-inner .core-value-box-wrapper .box-wrapper .inner-wrapper .right-content {
  margin-top: 18px;
}
.core-values-section .core-values-inner .core-value-box-wrapper .box-wrapper .inner-wrapper .right-content h3 {
  color: black;
  font-size: 25px;
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 20px;
}
.core-values-section .core-values-inner .core-value-box-wrapper .box-wrapper .inner-wrapper .right-content p {
  line-height: 150%;
  margin-bottom: 0;
  color: #515151;
  max-width: 88%;
}

.team-section {
  background-color: #f9f6e0;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .team-section {
    padding: 70px 0;
  }
}
.team-section .team-inner .top-section {
  text-align: center;
  margin-bottom: 30px;
}
.team-section .team-inner .top-section h2 {
  color: #2d6d3b;
  font-size: 45px;
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .team-section .team-inner .top-section h2 {
    font-size: 28px !important;
  }
}
.team-section .team-inner .top-section h2 span {
  color: #b8cf63;
}
.team-section .team-inner .top-section p {
  color: #515151;
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .team-section .team-inner .top-section p br {
    display: none;
  }
}
.team-section .team-inner .team-box-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media (max-width: 767px) {
  .team-section .team-inner .team-box-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
.team-section .team-inner .team-box-wrapper .box-wrapper .inner-wrapper {
  text-align: center;
}
.team-section .team-inner .team-box-wrapper .box-wrapper .inner-wrapper .image-wrapper {
  border-radius: 15px;
  overflow: hidden;
}
.team-section .team-inner .team-box-wrapper .box-wrapper .inner-wrapper .image-wrapper img {
  width: 100%;
  border-radius: 15px;
  transition: 0.5s ease-in-out;
}
.team-section .team-inner .team-box-wrapper .box-wrapper .inner-wrapper .image-wrapper:hover img {
  transform: scale(1.1);
}
.team-section .team-inner .team-box-wrapper .box-wrapper .inner-wrapper h6 {
  margin-bottom: 0;
  margin-top: 15px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 20px;
  color: #2d6d3b;
}
@media (max-width: 767px) {
  .team-section .team-inner .team-box-wrapper .box-wrapper .inner-wrapper h6 {
    font-size: 15px !important;
  }
}
.team-section .team-inner .team-box-wrapper .box-wrapper .inner-wrapper p {
  margin-bottom: 0;
  color: #515151;
  font-size: 18px;
}

.faqs-question-section {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .faqs-question-section {
    padding: 70px 0;
  }
}
.faqs-question-section .faqs-question-inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
}
@media (max-width: 767px) {
  .faqs-question-section .faqs-question-inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .faqs-question-section .faqs-question-inner .left-section {
    text-align: center;
  }
}
.faqs-question-section .faqs-question-inner .left-section h2 {
  color: #2d6d3b;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 45px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .faqs-question-section .faqs-question-inner .left-section h2 {
    font-size: 28px !important;
  }
}
@media (max-width: 767px) {
  .faqs-question-section .faqs-question-inner .left-section h2 br {
    display: none;
  }
}
.faqs-question-section .faqs-question-inner .left-section h2 span {
  font-weight: 600;
  color: #b8cf63;
}
.faqs-question-section .faqs-question-inner .left-section .image-wrapper img {
  width: 100%;
  max-width: 372px;
}
@media (max-width: 767px) {
  .faqs-question-section .faqs-question-inner .left-section .image-wrapper img {
    max-width: 195px;
  }
}
.faqs-question-section .faqs-question-inner .right-section .inner-wrapper .accordion .accordion-item {
  border: none;
  margin-bottom: 20px;
}
.faqs-question-section .faqs-question-inner .right-section .inner-wrapper .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faqs-question-section .faqs-question-inner .right-section .inner-wrapper .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 20px;
  color: #2d6d3b;
  font-weight: 500;
  background-color: #f9f6e0;
  border-radius: 15px;
  box-shadow: none;
  padding: 25px 40px;
  padding-right: 165px;
}
@media (max-width: 767px) {
  .faqs-question-section .faqs-question-inner .right-section .inner-wrapper .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    line-height: 120%;
    padding: 15px;
    padding-right: 50px;
  }
}
.faqs-question-section .faqs-question-inner .right-section .inner-wrapper .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.faqs-question-section .faqs-question-inner .right-section .inner-wrapper .accordion .accordion-item .accordion-body {
  padding: 30px 40px;
}
@media (max-width: 767px) {
  .faqs-question-section .faqs-question-inner .right-section .inner-wrapper .accordion .accordion-item .accordion-body {
    padding: 15px;
  }
}
.faqs-question-section .faqs-question-inner .right-section .inner-wrapper .accordion .accordion-item .accordion-body p {
  color: #515151;
  font-size: 18px;
  margin-bottom: 0;
  max-width: 95%;
}
.faqs-question-section .faqs-question-inner .right-section .inner-wrapper .accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #2d6d3b;
}
.faqs-question-section .faqs-question-inner .right-section .inner-wrapper .accordion .accordion-button:not(.collapsed)::after {
  background-image: unset;
  content: "\e5d8";
  font-size: 36px;
  font-weight: 100 !important;
  color: #2d6d3b;
}
@media (max-width: 991px) {
  .faqs-question-section .faqs-question-inner .right-section .inner-wrapper .accordion .accordion-button:not(.collapsed)::after {
    font-size: 24px;
  }
}
.faqs-question-section .faqs-question-inner .right-section .inner-wrapper .accordion .accordion-button::after {
  background-image: unset;
  content: "\e5db";
  font-family: "Material Icons";
  font-size: 36px;
  font-weight: 100 !important;
  color: #2d6d3b;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: unset;
  height: unset;
}
@media (max-width: 991px) {
  .faqs-question-section .faqs-question-inner .right-section .inner-wrapper .accordion .accordion-button::after {
    font-size: 24px;
  }
}

.form-section {
  padding-top: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .form-section {
    padding-top: 70px;
  }
}
.form-section .form-inner .inner-wrapper {
  border: 1px solid #1a4123;
  border-radius: 20px;
  padding: 40px;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .form-section .form-inner .inner-wrapper {
    padding: 30px 15px;
    grid-template-columns: 1fr;
    padding-bottom: 100px;
  }
}
.form-section .form-inner .inner-wrapper .left-section h2 {
  color: #2d6d3b;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 45px;
}
@media (max-width: 767px) {
  .form-section .form-inner .inner-wrapper .left-section h2 {
    font-size: 28px !important;
  }
}
.form-section .form-inner .inner-wrapper .left-section p {
  color: #515151;
  line-height: 150%;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .form-section .form-inner .inner-wrapper .left-section p br {
    display: none;
  }
}
.form-section .form-inner .inner-wrapper .left-section p span {
  font-weight: 500;
}
@media (max-width: 767px) {
  .form-section .form-inner .inner-wrapper .left-section p span {
    display: block;
  }
}
.form-section .form-inner .inner-wrapper .left-section .form-wrapper .form-group {
  margin-bottom: 15px;
}
.form-section .form-inner .inner-wrapper .left-section .form-wrapper .form-group input {
  background-color: #f9f6e0;
  border-radius: 19px;
  border: none;
  color: #515151;
  font-weight: 500;
  padding: 15px;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .form-section .form-inner .inner-wrapper .left-section .form-wrapper .form-group input {
    font-size: 15px;
    padding: 12px;
    border-radius: 12px;
  }
}
.form-section .form-inner .inner-wrapper .left-section .form-wrapper .form-group input:focus {
  box-shadow: none;
  border-color: #1a4123;
}
.form-section .form-inner .inner-wrapper .left-section .form-wrapper .form-group textarea {
  background-color: #f9f6e0;
  border-radius: 19px;
  border: none;
  color: #515151;
  font-weight: 500;
  padding: 15px;
  border: 1px solid transparent;
  resize: none;
  height: 198px;
}
@media (max-width: 767px) {
  .form-section .form-inner .inner-wrapper .left-section .form-wrapper .form-group textarea {
    font-size: 15px;
    padding: 12px;
    border-radius: 12px;
    height: 130px;
  }
}
.form-section .form-inner .inner-wrapper .left-section .form-wrapper .form-group textarea:focus {
  box-shadow: none;
  border-color: #1a4123;
}
.form-section .form-inner .inner-wrapper .left-section .form-wrapper .form-group .submit-wrapper .submit_btn {
  width: 100%;
  background-color: #1a4123;
  color: white;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 25px;
  text-align: center;
  border: 1px solid #1a4123;
  border-radius: 19px;
  padding: 12.7px 15px;
  transition: 0.6s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.form-section .form-inner .inner-wrapper .left-section .form-wrapper .form-group .submit-wrapper .submit_btn::before {
  width: 180px;
  height: 200px;
  background-color: #b8cf63;
  position: absolute;
  top: -190%;
  left: -80%;
  transition: 0.5s ease;
  transform: rotate(35deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.form-section .form-inner .inner-wrapper .left-section .form-wrapper .form-group .submit-wrapper .submit_btn::after {
  width: 200px;
  height: 200px;
  background-color: #b8cf63;
  position: absolute;
  top: -115%;
  right: -90%;
  transition: 0.5s ease;
  transform: rotate(125deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .form-section .form-inner .inner-wrapper .left-section .form-wrapper .form-group .submit-wrapper .submit_btn {
    font-size: 15px;
    padding: 8px 12px;
  }
}
.form-section .form-inner .inner-wrapper .left-section .form-wrapper .form-group .submit-wrapper .submit_btn:hover {
  background-color: #b8cf63;
  border-color: #b8cf63;
}
.form-section .form-inner .inner-wrapper .left-section .form-wrapper .form-group .submit-wrapper .submit_btn:hover::before {
  opacity: 1;
  visibility: visible;
  left: 0%;
}
.form-section .form-inner .inner-wrapper .left-section .form-wrapper .form-group .submit-wrapper .submit_btn:hover::after {
  opacity: 1;
  visibility: visible;
  right: 0%;
}
.form-section .form-inner .inner-wrapper .left-section .form-wrapper .left-captcha-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}
@media (max-width: 767px) {
  .form-section .form-inner .inner-wrapper .left-section .form-wrapper .left-captcha-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.form-section .form-inner .inner-wrapper .left-section .form-wrapper .left-captcha-wrapper .right-submit-button {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.form-section .form-inner .inner-wrapper .left-section .form-wrapper .left-captcha-wrapper .right-submit-button .form-group {
  margin-bottom: 0;
}
.form-section .form-inner .inner-wrapper .right-section h2 {
  color: #2d6d3b;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 300;
  margin-bottom: 25px;
  font-size: 45px;
}
@media (max-width: 767px) {
  .form-section .form-inner .inner-wrapper .right-section h2 {
    font-size: 28px !important;
  }
}
.form-section .form-inner .inner-wrapper .right-section .icon-address-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 767px) {
  .form-section .form-inner .inner-wrapper .right-section .icon-address-wrapper {
    gap: 20px;
  }
}
.form-section .form-inner .inner-wrapper .right-section .icon-address-wrapper .icon-text-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .form-section .form-inner .inner-wrapper .right-section .icon-address-wrapper .icon-text-box {
    gap: 8px;
  }
}
.form-section .form-inner .inner-wrapper .right-section .icon-address-wrapper .icon-text-box img {
  width: 70px;
}
@media (max-width: 767px) {
  .form-section .form-inner .inner-wrapper .right-section .icon-address-wrapper .icon-text-box img {
    width: 41px;
  }
}
.form-section .form-inner .inner-wrapper .right-section .icon-address-wrapper a {
  font-size: 18px;
  color: #515151;
}
@media (max-width: 767px) {
  .form-section .form-inner .inner-wrapper .right-section .icon-address-wrapper a {
    font-size: 15px !important;
  }
}

.bottom-image-section .custom-container .bottom-image-inner {
  text-align: right;
}
.bottom-image-section .custom-container .bottom-image-inner img {
  width: 100%;
  max-width: 1652px;
  margin-top: -60px;
}

.products-left-right-content-section {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .products-left-right-content-section {
    padding-top: 70px;
  }
}
.products-left-right-content-section .left-right-inner {
  padding-top: 20px;
}

.premium-crude-avocado-oil .bg-wrapper {
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
.premium-crude-avocado-oil .bg-wrapper .green-life-inner {
  padding: 100px 0;
  max-width: 61%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .premium-crude-avocado-oil .bg-wrapper .green-life-inner {
    max-width: 100%;
    padding: 70px 0;
  }
}
.premium-crude-avocado-oil .bg-wrapper .green-life-inner h4 {
  font-size: 25px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #272727;
}
@media (max-width: 767px) {
  .premium-crude-avocado-oil .bg-wrapper .green-life-inner h4 {
    font-size: 15px !important;
  }
}
.premium-crude-avocado-oil .bg-wrapper .green-life-inner h2 {
  color: #2d6d3b;
  font-size: 45px;
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 28px !important;
}
.premium-crude-avocado-oil .bg-wrapper .green-life-inner p {
  color: black;
  font-size: 18px;
}
.premium-crude-avocado-oil .bg-wrapper .green-life-inner p b {
  font-weight: 600;
}
.premium-crude-avocado-oil .bg-wrapper .green-life-inner .icon-list-wrapper ul {
  margin: 0;
  padding: 0;
}
.premium-crude-avocado-oil .bg-wrapper .green-life-inner .icon-list-wrapper ul li {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .premium-crude-avocado-oil .bg-wrapper .green-life-inner .icon-list-wrapper ul li {
    gap: 10px;
  }
}
.premium-crude-avocado-oil .bg-wrapper .green-life-inner .icon-list-wrapper ul li img {
  width: 24px;
  height: 24px;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .premium-crude-avocado-oil .bg-wrapper .green-life-inner .icon-list-wrapper ul li img {
    width: 18px;
    height: 18px;
  }
}
.premium-crude-avocado-oil .bg-wrapper .green-life-inner .icon-list-wrapper ul li p {
  margin-bottom: 0;
  font-weight: 500;
}
.premium-crude-avocado-oil .bg-wrapper .green-life-inner h5 {
  color: #2d6d3b;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 25px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .premium-crude-avocado-oil .bg-wrapper .green-life-inner h5 {
    font-size: 20px !important;
  }
}
.premium-crude-avocado-oil .bg-wrapper .green-life-inner .bottom-para {
  font-weight: 500;
}
.premium-crude-avocado-oil .bg-wrapper .green-life-inner .boxes-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media (max-width: 767px) {
  .premium-crude-avocado-oil .bg-wrapper .green-life-inner .boxes-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.premium-crude-avocado-oil .bg-wrapper .green-life-inner .boxes-wrapper .box-wrapper {
  background-color: white;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .premium-crude-avocado-oil .bg-wrapper .green-life-inner .boxes-wrapper .box-wrapper {
    min-height: 117px;
  }
}
.premium-crude-avocado-oil .bg-wrapper .green-life-inner .boxes-wrapper .box-wrapper a {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #2d6d3b;
  text-align: left;
  gap: 10px;
  width: 100%;
  transition: 0.6s ease-in-out;
  border-radius: 12px;
  line-height: 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.premium-crude-avocado-oil .bg-wrapper .green-life-inner .boxes-wrapper .box-wrapper a::before {
  width: 200px;
  height: 350px;
  background-color: #2d6d3b;
  position: absolute;
  top: -120%;
  left: -115%;
  transition: 0.5s ease;
  transform: rotate(35deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.premium-crude-avocado-oil .bg-wrapper .green-life-inner .boxes-wrapper .box-wrapper a::after {
  width: 350px;
  height: 200px;
  background-color: #2d6d3b;
  position: absolute;
  top: 40%;
  right: -135%;
  transition: 0.5s ease;
  transform: rotate(125deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .premium-crude-avocado-oil .bg-wrapper .green-life-inner .boxes-wrapper .box-wrapper a {
    font-size: 15px !important;
    align-items: unset;
    line-height: 120%;
  }
}
.premium-crude-avocado-oil .bg-wrapper .green-life-inner .boxes-wrapper .box-wrapper a .icon-wrapper {
  width: 100%;
  text-align: right;
}
.premium-crude-avocado-oil .bg-wrapper .green-life-inner .boxes-wrapper .box-wrapper a .icon-wrapper span {
  font-weight: 600;
  font-size: 36px;
}
@media (max-width: 767px) {
  .premium-crude-avocado-oil .bg-wrapper .green-life-inner .boxes-wrapper .box-wrapper a .icon-wrapper span {
    font-size: 22px !important;
  }
}
.premium-crude-avocado-oil .bg-wrapper .green-life-inner .boxes-wrapper .box-wrapper a:hover {
  background-color: #2d6d3b;
  color: white;
}
.premium-crude-avocado-oil .bg-wrapper .green-life-inner .boxes-wrapper .box-wrapper a:hover::before {
  opacity: 1;
  visibility: visible;
  left: 0%;
}
.premium-crude-avocado-oil .bg-wrapper .green-life-inner .boxes-wrapper .box-wrapper a:hover::after {
  opacity: 1;
  visibility: visible;
  right: -50%;
}
.premium-crude-avocado-oil .bg-wrapper .green-life-inner .boxes-wrapper .box-wrapper h6 {
  font-size: 25px;
  color: #d4ba4c;
  font-weight: bold;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .premium-crude-avocado-oil .bg-wrapper .green-life-inner .boxes-wrapper .box-wrapper h6 {
    font-size: 18px !important;
  }
}
.premium-crude-avocado-oil .bg-wrapper .green-life-inner .boxes-wrapper .box-wrapper p {
  font-size: 18px;
  color: #010101;
  margin-bottom: 0;
  line-height: 23px;
}
.premium-crude-avocado-oil .bg-wrapper .green-life-inner .boxes-wrapper .box-wrapper:last-child {
  background-color: #b8cf63;
  padding: 0;
}

.system-commitment-section {
  margin: 100px 0;
}
@media (max-width: 767px) {
  .system-commitment-section {
    margin: 70px 0;
  }
}
.system-commitment-section .system-commitment-inner {
  display: grid;
  grid-template-columns: 1fr 0.8fr 1fr;
  gap: 30px;
}
@media (max-width: 767px) {
  .system-commitment-section .system-commitment-inner {
    grid-template-columns: 1fr;
  }
}
.system-commitment-section .system-commitment-inner .box-wrapper {
  padding: 30px;
  border: 1px solid #2d6d3b;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .system-commitment-section .system-commitment-inner .box-wrapper {
    padding: 30px 15px;
  }
}
.system-commitment-section .system-commitment-inner .box-wrapper img {
  width: 100%;
}
.system-commitment-section .system-commitment-inner .box-wrapper p {
  font-size: 18px;
  color: black;
  margin-bottom: 0;
}
.system-commitment-section .system-commitment-inner .box-wrapper:nth-child(2) {
  padding: 0;
  border-radius: none;
  border: none;
}

.products-process-section-wrapper .bg-wrapper .inner-wrapper {
  gap: 280px;
}
@media (max-width: 767px) {
  .products-process-section-wrapper .bg-wrapper .inner-wrapper {
    gap: 50px;
  }
}
.products-process-section-wrapper .bg-wrapper .inner-wrapper .left-content h2 {
  margin-bottom: 15px;
}
.products-process-section-wrapper .bg-wrapper .inner-wrapper .left-content p {
  color: white;
  font-size: 18px;
  margin-bottom: 0;
  max-width: 670px;
}
@media (max-width: 767px) {
  .products-process-section-wrapper .bg-wrapper .inner-wrapper .left-content p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .products-process-section-wrapper .bg-wrapper .inner-wrapper .right-video {
    width: 100%;
    text-align: center;
  }
}
.products-process-section-wrapper .bg-wrapper .inner-wrapper .right-video a {
  color: white;
  border: 2px dashed #bec477;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .products-process-section-wrapper .bg-wrapper .inner-wrapper .right-video a {
    margin-left: auto;
    margin-right: auto;
    width: 110px;
    height: 110px;
  }
}
.products-process-section-wrapper .bg-wrapper .inner-wrapper .right-video a i {
  background-color: #bec477;
  font-size: 24px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .products-process-section-wrapper .bg-wrapper .inner-wrapper .right-video a i {
    width: 70px;
    height: 70px;
  }
}
.products-process-section-wrapper .bg-wrapper .inner-wrapper .right-video a:hover {
  border-color: white;
}
.products-process-section-wrapper .bg-wrapper .inner-wrapper .right-video a:hover i {
  background-color: #2d6d3b;
}

.global-industries-section {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .global-industries-section {
    margin-bottom: 70px;
  }
}
.global-industries-section .global-industries-inner .top-title {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .global-industries-section .global-industries-inner .top-title {
    margin-bottom: 50px;
  }
}
.global-industries-section .global-industries-inner .top-title h2 br {
  display: none;
}
@media (max-width: 767px) {
  .global-industries-section .global-industries-inner .top-title h2 br {
    display: block;
  }
}
.global-industries-section .global-industries-inner .top-title p {
  font-size: 18px;
  color: #515151;
  margin-bottom: 0;
}
.global-industries-section .global-industries-inner .global-industries-box-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 767px) {
  .global-industries-section .global-industries-inner .global-industries-box-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.global-industries-section .global-industries-inner .global-industries-box-wrapper .box-wrapper {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
@media (max-width: 767px) {
  .global-industries-section .global-industries-inner .global-industries-box-wrapper .box-wrapper .icon-wrapper {
    width: 58px;
  }
}
@media (max-width: 767px) {
  .global-industries-section .global-industries-inner .global-industries-box-wrapper .box-wrapper .icon-wrapper img {
    width: 100%;
  }
}
.global-industries-section .global-industries-inner .global-industries-box-wrapper .box-wrapper .right-content h4 {
  color: black;
  font-size: 25px;
}
.global-industries-section .global-industries-inner .global-industries-box-wrapper .box-wrapper .right-content p {
  margin-bottom: 0;
  color: #515151;
  line-height: 24px;
}

.market-presence-section {
  background-color: #f3f2f0;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .market-presence-section {
    padding: 70px 0;
  }
}
.market-presence-section .market-presence-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .market-presence-section .market-presence-inner {
    flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .market-presence-section .market-presence-inner .left-section h2 br {
    display: none;
  }
}
.market-presence-section .market-presence-inner .left-section p {
  font-size: 18px;
  color: #515151;
}
@media (max-width: 767px) {
  .market-presence-section .market-presence-inner .left-section p br {
    display: none;
  }
}
.market-presence-section .market-presence-inner .left-section p span {
  color: #43784e;
  font-weight: bold;
}
.market-presence-section .market-presence-inner .left-section .read-more-wrapper {
  margin-top: 30px;
}
.market-presence-section .market-presence-inner .left-section .read-more-wrapper a {
  background-color: #b7cf63;
  padding: 10px 25px;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 60%;
  font-size: 20px;
  color: #2d6d3b;
  text-transform: uppercase;
  transition: 0.6s ease-in-out;
  font-family: "Bricolage Grotesque", sans-serif;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.market-presence-section .market-presence-inner .left-section .read-more-wrapper a::before {
  width: 180px;
  height: 200px;
  background-color: #2d6d3b;
  position: absolute;
  top: -190%;
  left: -80%;
  transition: 0.5s ease;
  transform: rotate(35deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.market-presence-section .market-presence-inner .left-section .read-more-wrapper a::after {
  width: 200px;
  height: 200px;
  background-color: #2d6d3b;
  position: absolute;
  top: -115%;
  right: -90%;
  transition: 0.5s ease;
  transform: rotate(125deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .market-presence-section .market-presence-inner .left-section .read-more-wrapper a {
    font-size: 15px;
    padding: 6px 25px;
    width: 80%;
  }
}
.market-presence-section .market-presence-inner .left-section .read-more-wrapper a span {
  font-weight: 600;
}
@media (max-width: 767px) {
  .market-presence-section .market-presence-inner .left-section .read-more-wrapper a span {
    font-size: 22px !important;
  }
}
.market-presence-section .market-presence-inner .left-section .read-more-wrapper a:hover {
  background-color: #2d6d3b;
  color: white;
}
.market-presence-section .market-presence-inner .left-section .read-more-wrapper a:hover::before {
  opacity: 1;
  visibility: visible;
  left: 0%;
}
.market-presence-section .market-presence-inner .left-section .read-more-wrapper a:hover::after {
  right: 0%;
  opacity: 1;
  visibility: visible;
}
.market-presence-section .market-presence-inner .right-section .image-wrapper img {
  width: 100%;
  max-width: 750px;
}

.certification-section {
  padding: 100px 0;
  background-color: #f9f6e0;
}
@media (max-width: 767px) {
  .certification-section {
    padding: 70px 0;
  }
}
.certification-section .certification-inner {
  display: flex;
  flex-direction: row;
  gap: 70px;
}
@media (max-width: 767px) {
  .certification-section .certification-inner {
    flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .certification-section .certification-inner .left-certificate-image {
    text-align: center;
    width: 100%;
  }
}
.certification-section .certification-inner .left-certificate-image img {
  width: 100%;
  width: 257px;
  max-width: 257px;
}
@media (max-width: 767px) {
  .certification-section .certification-inner .right-content {
    width: 100%;
    text-align: center;
  }
}
.certification-section .certification-inner .right-content h2 {
  font-weight: 500;
}
.certification-section .certification-inner .right-content p {
  font-size: 18px;
  color: #515151;
  max-width: 92%;
}
@media (max-width: 767px) {
  .certification-section .certification-inner .right-content p {
    max-width: 100%;
  }
}
.certification-section .certification-inner .right-content .read-more-wrapper {
  margin-top: 40px;
}
.certification-section .certification-inner .right-content .read-more-wrapper a {
  background-color: #b7cf63;
  padding: 10px 25px;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 36%;
  font-size: 20px;
  color: #2d6d3b;
  text-transform: uppercase;
  transition: 0.6s ease-in-out;
  font-family: "Bricolage Grotesque", sans-serif;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.certification-section .certification-inner .right-content .read-more-wrapper a::before {
  width: 180px;
  height: 200px;
  background-color: #2d6d3b;
  position: absolute;
  top: -190%;
  left: -80%;
  transition: 0.5s ease;
  transform: rotate(35deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.certification-section .certification-inner .right-content .read-more-wrapper a::after {
  width: 200px;
  height: 200px;
  background-color: #2d6d3b;
  position: absolute;
  top: -115%;
  right: -90%;
  transition: 0.5s ease;
  transform: rotate(125deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .certification-section .certification-inner .right-content .read-more-wrapper a {
    width: 85%;
    font-size: 15px;
    padding: 6px 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
.certification-section .certification-inner .right-content .read-more-wrapper a span {
  font-weight: 600;
}
@media (max-width: 767px) {
  .certification-section .certification-inner .right-content .read-more-wrapper a span {
    font-size: 22px !important;
  }
}
.certification-section .certification-inner .right-content .read-more-wrapper a:hover {
  background-color: #2d6d3b;
  color: white;
}
.certification-section .certification-inner .right-content .read-more-wrapper a:hover::before {
  opacity: 1;
  visibility: visible;
  left: 0%;
}
.certification-section .certification-inner .right-content .read-more-wrapper a:hover::after {
  right: 0%;
  opacity: 1;
  visibility: visible;
}

.three-column-section {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .three-column-section {
    margin-bottom: 70px;
  }
}
.three-column-section .three-column-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .three-column-section .three-column-inner {
    grid-template-columns: 1fr;
  }
}
.three-column-section .three-column-inner .box-wrapper {
  padding: 30px;
  border-bottom: 1px solid #e1e5d3;
  border-right: 1px solid #e1e5d3;
}
@media (max-width: 767px) {
  .three-column-section .three-column-inner .box-wrapper {
    border-right: 0px solid transparent;
    padding: 30px 0px;
  }
}
@media (max-width: 767px) {
  .three-column-section .three-column-inner .box-wrapper:first-child {
    padding-top: 0;
  }
}
.three-column-section .three-column-inner .box-wrapper:nth-child(7) {
  grid-column-start: 1;
  grid-column-end: 3;
  border-bottom: 0px solid transparent;
}
@media (max-width: 767px) {
  .three-column-section .three-column-inner .box-wrapper:nth-child(7) {
    grid-column-start: unset;
    grid-column-end: unset;
    border-bottom: 1px solid #e1e5d3;
  }
}
.three-column-section .three-column-inner .box-wrapper:nth-child(3) {
  border-right: 0px solid transparent;
}
.three-column-section .three-column-inner .box-wrapper:nth-child(6) {
  border-right: 0px solid transparent;
}
.three-column-section .three-column-inner .box-wrapper:last-child {
  border-bottom: 0px solid transparent;
  border-right: 0px solid transparent;
}
@media (max-width: 767px) {
  .three-column-section .three-column-inner .box-wrapper:last-child {
    padding-bottom: 0;
  }
}
.three-column-section .three-column-inner .box-wrapper h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #2d6d3b;
  font-size: 25px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .three-column-section .three-column-inner .box-wrapper h3 {
    font-size: 20px !important;
  }
}
.three-column-section .three-column-inner .box-wrapper p {
  margin-bottom: 0;
  color: black;
  font-size: 18px;
}
.three-column-section .three-column-inner .box-wrapper a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  color: #2d6d3b;
  font-size: 25px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .three-column-section .three-column-inner .box-wrapper a {
    justify-content: center;
    gap: 20px;
  }
}
.three-column-section .three-column-inner .box-wrapper a .icon-wrapper {
  background-color: #b7cf63;
  color: white;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  padding: 8px;
}
@media (max-width: 767px) {
  .three-column-section .three-column-inner .box-wrapper a .icon-wrapper {
    font-size: 15px !important;
    width: 55px;
    height: 55px;
  }
}
.three-column-section .three-column-inner .box-wrapper a .icon-wrapper span {
  font-size: 45px;
  font-weight: 600;
  transform: rotate(-10deg);
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .three-column-section .three-column-inner .box-wrapper a .icon-wrapper span {
    font-size: 30px !important;
  }
}
.three-column-section .three-column-inner .box-wrapper a:hover {
  color: #b7cf63;
}
.three-column-section .three-column-inner .box-wrapper a:hover .icon-wrapper {
  background-color: #2d6d3b;
}

.product-list-section-wrapper {
  margin: 100px 0;
}
@media (max-width: 767px) {
  .product-list-section-wrapper {
    margin: 70px 0;
  }
}
.product-list-section-wrapper .product-list-section-inner .top-title {
  text-align: center;
  margin-bottom: 70px;
}
.product-list-section-wrapper .product-list-section-inner .top-title p {
  max-width: 845px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .product-list-section-wrapper .product-list-section-inner .top-title p {
    max-width: 100%;
  }
}
.product-list-section-wrapper .product-list-section-inner .list-box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .product-list-section-wrapper .product-list-section-inner .list-box-wrapper {
    grid-template-columns: 1fr;
  }
}
.product-list-section-wrapper .product-list-section-inner .list-box-wrapper .box-wrapper {
  border: 1px solid #b7cf63;
  border-radius: 25px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 10px;
  align-items: center;
}
@media (max-width: 991px) {
  .product-list-section-wrapper .product-list-section-inner .list-box-wrapper .box-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.product-list-section-wrapper .product-list-section-inner .list-box-wrapper .box-wrapper .left-image-box {
  height: 100%;
}
.product-list-section-wrapper .product-list-section-inner .list-box-wrapper .box-wrapper .left-image-box .image-wrapper {
  height: 100%;
}
.product-list-section-wrapper .product-list-section-inner .list-box-wrapper .box-wrapper .left-image-box .image-wrapper img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.product-list-section-wrapper .product-list-section-inner .list-box-wrapper .box-wrapper .right-content-box {
  padding: 20px;
}
@media (max-width: 991px) {
  .product-list-section-wrapper .product-list-section-inner .list-box-wrapper .box-wrapper .right-content-box {
    padding: 15px;
  }
}
.product-list-section-wrapper .product-list-section-inner .list-box-wrapper .box-wrapper .right-content-box h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 24px;
  color: #2d6d3b;
}
@media (max-width: 991px) {
  .product-list-section-wrapper .product-list-section-inner .list-box-wrapper .box-wrapper .right-content-box h3 {
    font-size: 20px !important;
  }
}
.product-list-section-wrapper .product-list-section-inner .list-box-wrapper .box-wrapper .right-content-box .link-wrapper a {
  background-color: #b7cf63;
  padding: 10px 25px;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: fit-content;
  font-size: 16px;
  color: #2d6d3b;
  text-transform: uppercase;
  transition: 0.6s ease-in-out;
  font-family: "Bricolage Grotesque", sans-serif;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-list-section-wrapper .product-list-section-inner .list-box-wrapper .box-wrapper .right-content-box .link-wrapper a::before {
  width: 180px;
  height: 200px;
  background-color: #2d6d3b;
  position: absolute;
  top: -190%;
  left: -80%;
  transition: 0.5s ease;
  transform: rotate(35deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.product-list-section-wrapper .product-list-section-inner .list-box-wrapper .box-wrapper .right-content-box .link-wrapper a::after {
  width: 200px;
  height: 200px;
  background-color: #2d6d3b;
  position: absolute;
  top: -115%;
  right: -90%;
  transition: 0.5s ease;
  transform: rotate(125deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .product-list-section-wrapper .product-list-section-inner .list-box-wrapper .box-wrapper .right-content-box .link-wrapper a {
    padding: 6px 24px;
    font-size: 13px !important;
  }
}
.product-list-section-wrapper .product-list-section-inner .list-box-wrapper .box-wrapper .right-content-box .link-wrapper a span {
  font-weight: 600;
}
@media (max-width: 767px) {
  .product-list-section-wrapper .product-list-section-inner .list-box-wrapper .box-wrapper .right-content-box .link-wrapper a span {
    font-size: 22px !important;
  }
}
.product-list-section-wrapper .product-list-section-inner .list-box-wrapper .box-wrapper .right-content-box .link-wrapper a:hover {
  background-color: #2d6d3b;
  color: white;
}
.product-list-section-wrapper .product-list-section-inner .list-box-wrapper .box-wrapper .right-content-box .link-wrapper a:hover::before {
  left: 0%;
  opacity: 1;
  visibility: visible;
}
.product-list-section-wrapper .product-list-section-inner .list-box-wrapper .box-wrapper .right-content-box .link-wrapper a:hover::after {
  right: 0%;
  opacity: 1;
  visibility: visible;
}

.popupForm .modal-header {
  border: none;
  padding-bottom: 0;
}
.popupForm .modal-header .modal-title {
  color: #1a4123;
}
.popupForm .modal-header .btn-close {
  opacity: 1;
  width: 28px;
  height: 28px;
}
.popupForm .modal-header .btn-close:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.popupForm .modal-body form .form-group {
  margin-bottom: 12px;
}
.popupForm .modal-body form .form-group input,
.popupForm .modal-body form .form-group select {
  background-color: #f9f6e0;
  border-radius: 9px;
  border: none;
  color: #515151;
  font-weight: 500;
  padding: 10px 12px;
  border: 1px solid transparent;
  font-size: 15px;
}
@media (max-width: 767px) {
  .popupForm .modal-body form .form-group input,
  .popupForm .modal-body form .form-group select {
    font-size: 14px;
    padding: 9px;
  }
}
.popupForm .modal-body form .form-group input:focus,
.popupForm .modal-body form .form-group select:focus {
  box-shadow: none;
  border-color: #1a4123;
}
.popupForm .modal-body form .form-group textarea {
  background-color: #f9f6e0;
  border-radius: 9px;
  border: none;
  color: #515151;
  font-weight: 500;
  padding: 15px;
  border: 1px solid transparent;
  resize: none;
  height: 90px;
}
@media (max-width: 767px) {
  .popupForm .modal-body form .form-group textarea {
    font-size: 14px;
    padding: 9px;
    height: 70px;
  }
}
.popupForm .modal-body form .form-group textarea:focus {
  box-shadow: none;
  border-color: #1a4123;
}
.popupForm .modal-body form .form-group .submit-wrapper .submit_btn {
  width: 100%;
  background-color: #1a4123;
  color: white;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 19px;
  text-align: center;
  border: 1px solid #1a4123;
  border-radius: 9px;
  padding: 12.7px 15px;
  transition: 0.6s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.popupForm .modal-body form .form-group .submit-wrapper .submit_btn::before {
  width: 180px;
  height: 200px;
  background-color: #b8cf63;
  position: absolute;
  top: -190%;
  left: -80%;
  transition: 0.5s ease;
  transform: rotate(35deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.popupForm .modal-body form .form-group .submit-wrapper .submit_btn::after {
  width: 200px;
  height: 200px;
  background-color: #b8cf63;
  position: absolute;
  top: -115%;
  right: -90%;
  transition: 0.5s ease;
  transform: rotate(125deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .popupForm .modal-body form .form-group .submit-wrapper .submit_btn {
    font-size: 15px;
    padding: 8px 12px;
  }
}
.popupForm .modal-body form .form-group .submit-wrapper .submit_btn:hover {
  background-color: #b8cf63;
  border-color: #b8cf63;
}
.popupForm .modal-body form .form-group .submit-wrapper .submit_btn:hover::before {
  opacity: 1;
  visibility: visible;
  left: 0%;
}
.popupForm .modal-body form .form-group .submit-wrapper .submit_btn:hover::after {
  opacity: 1;
  visibility: visible;
  right: 0%;
}
.popupForm .modal-body form .recaptcha-wrapper {
  text-align: center;
}
.popupForm .modal-body form .recaptcha-wrapper .g-recaptcha div {
  margin-left: auto;
  margin-right: auto;
}

.checkpoints-bg-wrapper {
  position: relative;
  z-index: 1;
}
.checkpoints-bg-wrapper::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  content: "";
  background-color: #ededc0;
  z-index: -1;
}
.checkpoints-bg-wrapper .process-section-wrapper {
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.checkpoints-bg-wrapper .checkpoints-section {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .checkpoints-bg-wrapper .checkpoints-section {
    padding-bottom: 70px;
  }
}
.checkpoints-bg-wrapper .checkpoints-section .checkpoints-inner .top-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .checkpoints-bg-wrapper .checkpoints-section .checkpoints-inner .top-section {
    flex-direction: column;
    gap: 10px;
  }
}
.checkpoints-bg-wrapper .checkpoints-section .checkpoints-inner .top-section h2 span {
  color: #2d6d3b;
}
.checkpoints-bg-wrapper .checkpoints-section .checkpoints-inner .top-section p {
  margin-bottom: 0;
  color: #515151;
  font-size: 18px;
}
@media (max-width: 767px) {
  .checkpoints-bg-wrapper .checkpoints-section .checkpoints-inner .top-section p br {
    display: none;
  }
}
.checkpoints-bg-wrapper .checkpoints-section .checkpoints-inner .two-cloumn-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .checkpoints-bg-wrapper .checkpoints-section .checkpoints-inner .two-cloumn-section {
    grid-template-columns: 1fr;
  }
}
.checkpoints-bg-wrapper .checkpoints-section .checkpoints-inner .two-cloumn-section .box-wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding: 30px;
  border-right: 1px solid #d4d8ac;
  border-bottom: 1px solid #d4d8ac;
}
@media (max-width: 767px) {
  .checkpoints-bg-wrapper .checkpoints-section .checkpoints-inner .two-cloumn-section .box-wrapper {
    border-right: 0px solid transparent;
    flex-direction: column;
    padding: 30px 15px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .checkpoints-bg-wrapper .checkpoints-section .checkpoints-inner .two-cloumn-section .box-wrapper:first-child {
    padding-top: 0;
  }
}
.checkpoints-bg-wrapper .checkpoints-section .checkpoints-inner .two-cloumn-section .box-wrapper:last-child {
  border-bottom: 0px solid transparent;
  border-right: 0px solid transparent;
}
@media (max-width: 767px) {
  .checkpoints-bg-wrapper .checkpoints-section .checkpoints-inner .two-cloumn-section .box-wrapper:last-child {
    padding-bottom: 0;
  }
}
.checkpoints-bg-wrapper .checkpoints-section .checkpoints-inner .two-cloumn-section .box-wrapper:nth-child(2) {
  border-right: 0px solid transparent;
}
.checkpoints-bg-wrapper .checkpoints-section .checkpoints-inner .two-cloumn-section .box-wrapper:nth-child(3) {
  border-bottom: 0px solid transparent;
}
@media (max-width: 767px) {
  .checkpoints-bg-wrapper .checkpoints-section .checkpoints-inner .two-cloumn-section .box-wrapper:nth-child(3) {
    border-bottom: 1px solid #d4d8ac;
  }
}
.checkpoints-bg-wrapper .checkpoints-section .checkpoints-inner .two-cloumn-section .box-wrapper .icon-wrapper img {
  width: 96px;
}
@media (max-width: 767px) {
  .checkpoints-bg-wrapper .checkpoints-section .checkpoints-inner .two-cloumn-section .box-wrapper .icon-wrapper img {
    width: 80px;
  }
}
.checkpoints-bg-wrapper .checkpoints-section .checkpoints-inner .two-cloumn-section .box-wrapper .right-content h3 {
  color: black;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 25px;
}
@media (max-width: 767px) {
  .checkpoints-bg-wrapper .checkpoints-section .checkpoints-inner .two-cloumn-section .box-wrapper .right-content h3 {
    font-size: 20px !important;
  }
}
.checkpoints-bg-wrapper .checkpoints-section .checkpoints-inner .two-cloumn-section .box-wrapper .right-content p {
  color: black;
  font-size: 18px;
  margin-bottom: 0;
}

.tabs-section {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .tabs-section .nav {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .tabs-section .nav .nav-item {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .tabs-section .nav .nav-item:first-child .nav-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.tabs-section .nav .nav-item:last-child .nav-link {
  border-left: 1px solid #b7cf63;
}
@media (min-width: 767px) {
  .tabs-section .nav .nav-item:last-child .nav-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.tabs-section .nav .nav-item .nav-link {
  justify-content: center;
  min-width: 318px;
  text-align: center;
  background-color: #b7cf63;
  padding: 8px 20px;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: fit-content;
  font-size: 16px;
  color: #2d6d3b;
  text-transform: uppercase;
  transition: 0.6s ease-in-out;
  font-family: "Bricolage Grotesque", sans-serif;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tabs-section .nav .nav-item .nav-link::before {
  width: 180px;
  height: 200px;
  background-color: #2d6d3b;
  position: absolute;
  top: -190%;
  left: -80%;
  transition: 0.5s ease;
  transform: rotate(35deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.tabs-section .nav .nav-item .nav-link::after {
  width: 200px;
  height: 200px;
  background-color: #2d6d3b;
  position: absolute;
  top: -115%;
  right: -90%;
  transition: 0.5s ease;
  transform: rotate(125deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .tabs-section .nav .nav-item .nav-link {
    font-size: 14px !important;
    padding: 6px 30px;
    width: 100%;
    display: block;
  }
}
.tabs-section .nav .nav-item .nav-link span {
  font-weight: 600;
}
@media (max-width: 767px) {
  .tabs-section .nav .nav-item .nav-link span {
    font-size: 22px !important;
  }
}
.tabs-section .nav .nav-item .nav-link:hover {
  background-color: #2d6d3b;
  color: white;
}
.tabs-section .nav .nav-item .nav-link:hover::before {
  left: 0%;
  opacity: 1;
  visibility: visible;
}
.tabs-section .nav .nav-item .nav-link:hover::after {
  right: 0%;
  opacity: 1;
  visibility: visible;
}
.tabs-section .nav .nav-item .active {
  background-color: #2d6d3b;
  color: #fff;
}
.tabs-section .content-wrapper .coming-soon-text {
  margin: 100px 0;
  font-size: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .tabs-section .content-wrapper .coming-soon-text {
    margin: 70px 0;
    font-size: 32px;
  }
}

.dried-fruits-section {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .dried-fruits-section {
    margin-bottom: 40px;
  }
}
.dried-fruits-section .dried-fruits-inner .box-wrapper {
  border: 1px solid #b7cf63;
  border-radius: 25px;
  overflow: hidden;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .dried-fruits-section .dried-fruits-inner .box-wrapper {
    margin-bottom: 30px;
  }
}
.dried-fruits-section .dried-fruits-inner .box-wrapper .inner-wrapper .products-image-slider-wrapper .inner-products-slider .item .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-top-right-radius: 25px;
  border-top-right-radius: 25px;
}
.dried-fruits-section .dried-fruits-inner .box-wrapper .inner-wrapper .name-wrapper {
  padding: 15px 12px;
  text-align: center;
  background-color: #f9f6df;
}
.dried-fruits-section .dried-fruits-inner .box-wrapper .inner-wrapper .name-wrapper h4 {
  font-weight: 400;
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #2d6d3b;
  font-size: 32px;
}
.dried-fruits-section .dried-fruits-inner .box-wrapper .inner-wrapper .name-wrapper h4 span {
  font-weight: 600;
}
.dried-fruits-section .dried-fruits-inner .box-wrapper .inner-wrapper .specifications-wrapper {
  padding: 30px;
}
@media (max-width: 767px) {
  .dried-fruits-section .dried-fruits-inner .box-wrapper .inner-wrapper .specifications-wrapper {
    padding: 20px 12px;
  }
}
.dried-fruits-section .dried-fruits-inner .box-wrapper .inner-wrapper .specifications-wrapper h4 {
  font-size: 19px;
  font-weight: 500;
  color: #2d6d3b;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .dried-fruits-section .dried-fruits-inner .box-wrapper .inner-wrapper .specifications-wrapper h4 {
    font-size: 18px !important;
  }
}
.dried-fruits-section .dried-fruits-inner .box-wrapper .inner-wrapper .specifications-wrapper ul {
  margin: 0;
  padding: 0;
}
.dried-fruits-section .dried-fruits-inner .box-wrapper .inner-wrapper .specifications-wrapper ul li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  color: #000;
}
@media (max-width: 767px) {
  .dried-fruits-section .dried-fruits-inner .box-wrapper .inner-wrapper .specifications-wrapper ul li {
    font-size: 14px;
    gap: 8px;
    grid-template-columns: 1fr 1.5fr;
  }
}
.dried-fruits-section .dried-fruits-inner .box-wrapper .inner-wrapper .enquire-now-wrapper {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .dried-fruits-section .dried-fruits-inner .box-wrapper .inner-wrapper .enquire-now-wrapper {
    padding: 0 12px;
  }
}
.dried-fruits-section .dried-fruits-inner .box-wrapper .inner-wrapper .enquire-now-wrapper a {
  background-color: #b7cf63;
  padding: 10px 25px;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: fit-content;
  font-size: 17px;
  color: #2d6d3b;
  text-transform: uppercase;
  transition: 0.6s ease-in-out;
  font-family: "Bricolage Grotesque", sans-serif;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.dried-fruits-section .dried-fruits-inner .box-wrapper .inner-wrapper .enquire-now-wrapper a::before {
  width: 180px;
  height: 200px;
  background-color: #2d6d3b;
  position: absolute;
  top: -190%;
  left: -80%;
  transition: 0.5s ease;
  transform: rotate(35deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.dried-fruits-section .dried-fruits-inner .box-wrapper .inner-wrapper .enquire-now-wrapper a::after {
  width: 200px;
  height: 200px;
  background-color: #2d6d3b;
  position: absolute;
  top: -115%;
  right: -90%;
  transition: 0.5s ease;
  transform: rotate(125deg);
  content: "";
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .dried-fruits-section .dried-fruits-inner .box-wrapper .inner-wrapper .enquire-now-wrapper a {
    padding: 6px 24px;
    font-size: 13px !important;
  }
}
.dried-fruits-section .dried-fruits-inner .box-wrapper .inner-wrapper .enquire-now-wrapper a span {
  font-weight: 600;
}
@media (max-width: 767px) {
  .dried-fruits-section .dried-fruits-inner .box-wrapper .inner-wrapper .enquire-now-wrapper a span {
    font-size: 22px !important;
  }
}
.dried-fruits-section .dried-fruits-inner .box-wrapper .inner-wrapper .enquire-now-wrapper a:hover {
  background-color: #2d6d3b;
  color: white;
}
.dried-fruits-section .dried-fruits-inner .box-wrapper .inner-wrapper .enquire-now-wrapper a:hover::before {
  left: 0%;
  opacity: 1;
  visibility: visible;
}
.dried-fruits-section .dried-fruits-inner .box-wrapper .inner-wrapper .enquire-now-wrapper a:hover::after {
  right: 0%;
  opacity: 1;
  visibility: visible;
}

/*# sourceMappingURL=style.css.map */
