@import url("https://fonts.googleapis.com/css2?family=Amiko:wght@400;600;700&display=swap");

body {
  color: #1e1e1e;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}
section {
  overflow: hidden;
}
/* ------------- Back to top Start-------------- */
/* ------------- Back to top End-------------- */
.hero-scroll {
  padding-top: 80px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font: normal 400 20px / 1 "Josefin Sans", sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
  transform: translate(-50%, 50px); /* start 50px below */
  opacity: 0;
}
.hero-scroll::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  transform-origin: center;
}

.hero-scroll.clicked::after {
  transform: scale(15);
  opacity: 1;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}
.hero-scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.hero-scroll span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
.hero-scroll span::after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 18px;
  height: 18px;
  content: "";
  margin-left: -9px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
/* ----------- Pre Loader Start --------- */

/* Loader */
/* .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader-logo {
  font-size: 2rem;
  margin-bottom: 20px;
  font-family: sans-serif;
}

.loader-bar {
  width: 200px;
  height: 5px;
  background: #444;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.loader-bar::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  background: #00ff99;
  animation: loadingBar 2s infinite;
  border-radius: 5px;
}

@keyframes loadingBar {
  0% {
    left: 0;
    width: 0%;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}

.home-main,header,footer{
  display: none;
} */
/* ----------- Pre Loader End --------- */

.container-section {
}
/* .container {
  max-width: 1490px;
  display: block;
  margin: 0 auto;
  position: relative;
  background: transparent;
  height: 100%;
  width: 100%;
  overflow: hidden;
} */

/* ------------- 01:Hero section Start--------------- */

.hero-section {
  position: relative;
  width: 100%;
  /* height: 80vh; */
  height: calc(100vh - 80px);
  overflow: hidden;
}
.hero-section .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.hero-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper {
  height: 100%;
}

.swiper-slide {
  position: relative;
  height: 100%;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-content-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hero-content-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.hero-content {
  width: 45%;
}
.hero-content h1 {
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  color: white;
  font-size: 48px;
  line-height: 1.13;
  margin-bottom: 1rem;
  overflow: hidden;
}

.hero-content p {
  font-family: "Gotham-Book";
  font-weight: normal;
  color: white;
  font-size: 20px;
  line-height: 1.25;
  padding-right: 40%;
  overflow: hidden;
}
.hero-content div {
  overflow: hidden;
  display: flex;
  gap: 1rem;
}

.hero-content div a {
  /* opacity: 0; */
}
#heroBtn {
  opacity: 0;
  /* transform: none !important; */
}
/* .hero-section .swiper-button-next,
.hero-section .swiper-button-prev {
  color: white;
  filter: drop-shadow(0 0 4px black);
}

.hero-section .swiper-button-next::after,
.hero-section .swiper-button-prev::after {
  font-size: 20px;
} */

/* Swiper arrow positioning */
/* .hero-section .swiper-button-next,
.hero-section .swiper-button-prev {
  color: #fff;
  background:transparent;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 20px;
  top: auto;
  z-index: 10;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
} */

/* Align buttons to bottom right */
.hero-section .swiper-button-next {
  /* right: 20px; */
}

.hero-section .swiper-button-prev {
  /* right: 80px;  */
}

/* Swiper Arrows */
.home-custom-swiper-button-prev,
.home-custom-swiper-button-next {
  position: absolute;
  /* top: 50%; */
  bottom: 3%;
  transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  border-radius: 50%;
  border: 1px solid white;
  padding: 1rem;
  cursor: pointer;
  /* font-size: 20px; */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #6e6d72;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  transition: all 0.2s ease;
}
.home-custom-swiper-button-prev:active,
.home-custom-swiper-button-next:active {
  background: rgba(255, 255, 255, 0.4);
}
.home-custom-swiper-button-prev svg,
.home-custom-swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.home-custom-swiper-button-prev {
  right: 12rem;
}

.home-custom-swiper-button-next {
  right: 7rem;
}

.ripple-effect {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4); /* Change as needed */
  pointer-events: none;
  transform-origin: center;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom right,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.5)
  );
  pointer-events: none;
  z-index: 2;
}

/* ------------- 01:Hero section End--------------- */

/* ------------- 02: Nature Section Start ---------------- */
.nature-section .content-section {
  padding: 10rem 0;
}

.nature-section .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-template-areas:
    "img1 text"
    "text2 img2";
  gap: 4rem;
  align-items: center;
}
.nature-section .grid-container.mob-flex {
  display: none;
}
.liquid-wrapper {
  display: inline-block;
  filter: url(#liquidDistortion);
  transition: filter 0.3s ease;
}
/* ------------ */
.liquid-image {
  display: block;
  width: 100%;
  height: auto;
}
.liquid-wrapper svg {
  width: 0;
  height: 0;
}
/* ----------- */

.nature-section .item-1 {
  grid-area: img1;
}

.nature-section .item-2 {
  grid-area: text;
  text-align: left;
  display: flex;
  flex-direction: column;
  /* gap: 1rem; */
  padding-right: 5rem;

}
.nature-section .item-2 h2 {
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  line-height: 1.13;
  font-size: 39px;
    margin-bottom: 1.5rem;
}

h2 {
  overflow: hidden;
}
.nature-section .item-2 p,
.nature-section .item-3 p {
  font-family: "Gotham-Book";
  font-size: 18px;
  line-height: 1.7;
}
.nature-section .item-3 {
  grid-area: text2;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* padding-left: 6rem; */
  padding-right: 4rem;
}

.nature-section .item-4 {
  grid-area: img2;
  position: relative;
  /* top: -16%; */
  overflow: hidden;
}

.nature-section .item img {
  /* width: 100%; */
  width: auto;
  height: auto;
  display: block;
}

/* # Bottom section  */
.border-bottom-section {
  background-color: #3175c2;
  position: relative;
}

.floating-image {
  width: 100%;
  display: grid;
}

/* .floating-image img {
  display: block;
  position: relative;
  top: -25%;
} */
.floating-image .img-hover {
  display: block;
  position: relative;
  top: -25%;
}
.floating-image .img-hover.mob {
  display: none;
}
.cultivating-trust-excellence-container {
  width: 100%;
  height: 100%;
  padding: 8rem 0px 5rem 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cultivating-trust-excellence {
  text-align: center;
  /* max-width: 900px; */
  padding: 0 17rem;
}
.cultivating-trust-excellence h2 {
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  color: white;
  font-size: 39px;
  line-height: 1.15;
  margin-bottom: 1.5rem;
}
.cultivating-trust-excellence p {
  font-family: "Gotham-Book";
  font-size: 18px;
  color: white;
  line-height: 1.7;
  margin-bottom: 1rem;
}
/* .cardStakScrollHeight{
  height: 15vw;
} */
.card-spacer {
  height: 50vh;
}
/* ------------- 02: Nature Section End ---------------- */

/* ------------- 02: Cultivating Section Start ---------------- */
.cultivatingTrustExcellence {
  background-color: #3173c8;
}
.cultivatingTrustExcellence .about-section {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  padding-bottom: 1rem;
}
/* .cultivatingTrustExcellence .stack-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.cultivatingTrustExcellence .stack-cards{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.cultivatingTrustExcellence .card{
  width: 100%;
} */
.cultivatingTrustExcellence .about-container {
  display: flex;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); */
  position: relative;
  justify-content: end;
  align-items: center;
}

.cultivatingTrustExcellence .about-text-box {
  padding: 3rem;
  display: flex;
  gap: 3rem;
  /* align-items: flex-start; */
  align-items: center;
  background: white;
  position: absolute;
  width: 50%;
}
.cultivatingTrustExcellence .about-text-box .text-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cultivatingTrustExcellence .icon-wrapper {
  flex-shrink: 0;
}

.cultivatingTrustExcellence .icon-wrapper svg {
  width: 104.266px;
  height: 106.821px;
}
.cultivatingTrustExcellence .text-content h2 {
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  font-size: 34px;
  line-height: 1;
  color: #070421;
}

.cultivatingTrustExcellence .text-content p {
  font-family: "Gotham-Book";
  font-size: 18px;
  line-height: 1.5;
  color: black;
}

.cultivatingTrustExcellence .about-image {
  overflow: hidden;
  display: flex;
  justify-content: end;
}

.cultivatingTrustExcellence .about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cultivatingTrustExcellence .about-text-box-container {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  z-index: 2;
}

/*  Horisontal scroll
.panel-container {
  display: flex;
  width: 400vw;
  height: 100vh;
}

.panel {
  flex: 0 0 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5rem;
  color: #fff;
}

.panel:nth-child(1) {
  background: #ff6b6b;
}
.panel:nth-child(2) {
  background: #6bc1ff;
}
.panel:nth-child(3) {
  background: #6bff95;
}
.panel:nth-child(4) {
  background: #d86bff;
} */

/* ----------------  text animatino css ---------- */
/* General span wrapper for characters and lines */
.split,
.char,
.line {
  display: inline-block;
  white-space: pre; /* Keeps spaces accurate */
  vertical-align: middle;
}

/* Let inline tags like <strong>, <em> inside chars/lines behave naturally */
.char *,
.line * {
  display: inline;
}
.word {
  display: inline-block;
  white-space: pre;
  vertical-align: middle;
}
/* Fix issue where lines stack oddly on small screens */
.line {
  width: 100%;
  box-sizing: border-box;
  display: block; /* Needed for line-based animations */
  overflow-wrap: break-word;
  word-break: break-word;
}

/* Avoid animation breaking alignment on resize */
.heading,
.para {
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* hyphens: auto; */
}
/* -------------------end ------------------------ */
/* Responsive */
@media (max-width: 768px) {
  .cultivatingTrustExcellence .about-container {
    flex-direction: column;
  }

  .cultivatingTrustExcellence .about-text-box {
    padding: 30px 20px;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .cultivatingTrustExcellence .icon-wrapper {
    margin-bottom: 15px;
  }
}

/* ------------- 02: Cultivating Section End ---------------- */

/* ------ Section 03: Start------------- */
/* #Our sourcing commitment */
.our-sourcing-commitment {
  background: #eff5ff;
}
.our-sourcing-commitment .container {
  padding-bottom: 8rem;
}
.our-sourcing-commitment .why-choose-us {
  /* padding: 0 3rem; */
}
.map-container {
  /* margin-bottom: 8rem; */
  position: relative;
  overflow: hidden;
}
.map {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .redLine {
  opacity: 0;
} */
.map img {
  width: 100%;
  height: 1005;
}
.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-overlay svg {
  width: 100%;
}
.map-overlay svg .country {
  font-family: "Gotham-Book" !important;
  font-size: 16px !important;
}

.map-overlay svg .country-data text {
  font-family: "Gotham-Book" !important;
  font-size: 12px !important;
}

.map-overlay svg .country {
  cursor: pointer;
}
/* .hide-country {
  opacity: 0;
} */
.map-overlay svg .country:hover {
  text-decoration: underline;
}
.map-overlay svg .country-data line,
.map-overlay svg .country-data polyline,
.map-overlay svg .country-data circle,
.map-overlay svg .country-data text {
  opacity: 0;
}

.map-overlay svg .mapCountry > path {
  opacity: 0;
  /* stroke-dasharray: 3.13 !important; */
  stroke-width: 1.4px !important;
}
/* ------ Section 03: End------------- */

/* ------ Section 05:------------- */
/* #why choose us  */
.why-choose-us-container {
  width: 100%;
  height: 100%;
  padding: 8rem 0px 5rem 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-choose-us {
  text-align: center;
  /* max-width: 900px; */
  padding: 0 19rem;
  text-align: center;
}

.why-choose-us h2 {
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  color: #000000;
  font-size: 39px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.why-choose-us p {
  font-family: "Gotham-Book";
  font-size: 18px;
  color: #222;
  line-height: 1.7;
  margin-bottom: 1rem;
}

/* #features-section */
.features-section {
  display: flex;
  gap: 4rem;
  padding: 0rem 0rem 8rem 0rem;
  flex-wrap: wrap;
  overflow: hidden;
}

.image-container {
  flex: 1 1;
  border-radius: 20px;
}

.image-container img {
  /* width: 100%; */
  /* width: auto;
  height: auto; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.image-container img.active {
  opacity: 1;
  position: relative; /* keep the active image visible in flow */
}
.reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.accordion {
  flex: 1 1;
  /* width: 50%; */
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.accordion-item {
  background: #11224e;
  color: white;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border: 0.3px solid #707070;
}

.accordion-header {
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  padding: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 600;
  background: transparent;
  font-size: 22px;
  line-height: 1.375;
}

.accordion-header .number {
  margin-right: 0.75rem;
}
.accordion-item.active .icon svg .circle-inner {
  fill: white;
  transition: fill 0.3s ease;
}
.accordion-item.active .accordion-icon path {
  fill: black;
}
.accordion-header .title {
  flex: 1;
}

.accordion-header .icon {
  font-size: 1.2rem;
  transition: transform 0.3s;
  display: flex;
}

.accordion-content {
  padding: 0 1.2rem 1rem 3rem;
  font-family: "Gotham-Book";
  font-size: 1rem;
  line-height: 1.5;
  display: none;
  opacity: 0;
  transition: max-height 0.4s ease, background 0.3s ease;
  animation: fadeIn 0.3s ease-in-out;
  background: transparent;
}
.accordion-item.active {
  color: white;
  background: #11224e;
  border-color: transparent;
}
.accordion-item.active .accordion-content {
  display: block;
  opacity: 1;
  max-height: 500px; /* Large enough to fit the content */
  transition: max-height 0.4s ease, background 0.3s ease, padding 0.3s ease,
    opacity 0.3s ease;
}

.accordion-item.active .icon {
  transform: rotate(180deg);
}

/* ------ Section 06:------------- */
/* ----------discover-our-products ----------- */
.products-section {
  padding: 10rem 0;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  gap: 8rem;
  overflow: hidden;
}

.products-content {
  flex: 1 1;
  /* padding-top: 8rem; */
}

.products-content h2 {
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  color: #000000;
  font-size: 39px;
  line-height: 1.15;
  margin-bottom: 1.5rem;
}

.products-content p {
  font-family: "Gotham-Book";
  font-size: 18px;
  color: #222;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.read-more-btn {
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  background-color: #d62828;
  color: #fff;
  /* font-weight: 600; */
  padding: 0.8rem 1.8rem;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.read-more-btn svg path {
  fill: white;
}
.read-more-btn svg {
  width: 7.5px;
  height: 12px;
}
.read-more-btn:hover {
  background-color: white;
  color: red;
}
.read-more-btn:hover svg path {
  fill: red;
}

.bg-whitet-to-red {
  background: white;
  color: red;
}

.bg-whitet-to-red svg path {
  fill: white;
}
.bg-whitet-to-red:hover {
  background-color: red;
  color: white;
}

.bg-whitet-to-red:hover svg path {
  fill: white;
}

.products-image {
  flex: 1 1;
  display: flex;
  /* justify-content: center;
  align-items: center; */
  overflow: hidden;
}

.products-image img {
  /* max-width: 100%; */
  width: auto;
  height: auto;
  /* object-fit: contain; */
  position: relative;
  /* left: -15%; */
}

/* ------ Section 06:------------- */
/* #Partner Section  */
.partner-section {
  position: relative;
  background: url("../images/home/patner.jpg") no-repeat center center/cover;
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0rem 0rem;
  background-size: cover;
}
.partner-section.img-hover {
  margin: 0;
}
.partner-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10rem 0rem;
}

.partner-content {
  max-width: 600px;
}

.partner-content h2 {
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  color: white;
  font-size: 39px;
  line-height: 1.15;
  margin-bottom: 1.5rem;
}

.partner-content p {
  font-family: "Gotham-Book";
  font-size: 18px;
  color: white;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.partner-buttons {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.partner-btn {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #d62828;
  color: #fff;
  font-weight: 600;
  padding: 0.8rem 1.8rem;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.read-more-btn {
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  background-color: #d62828;
  color: #fff;
  margin-top: 25px;
  padding: 0.8rem 1.8rem;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.read-more-btn svg {
  width: 7.5px;
  height: 12px;
}
.partner-btn:hover {
  background-color: #b91c1c;
}

.arrow {
  font-size: 1.2rem;
}

/* -------- Testimonial Section Start ----------- */
.testimonial-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 0rem;
  gap: 2rem;
  /* flex-wrap: wrap; */
}

.testimonial-left {
  /* flex: 1 1 50%; */
  width: 50%;
  /* max-width: 600px; */
  padding-right: 15%;
}

.testimonial-left h2 {
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  color: black;
  font-size: 3rem;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.testimonial-left p {
  font-family: "Gotham-Book";
  font-size: 20px;
  color: black;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.testimonial-right {
  width: 50%;
  /* flex: 1 1 50%; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.movie-night {
  background: linear-gradient(225deg, #ff3cac 0%, #784ba0 50%, #2b86c5 100%);
}

.btn {
  display: block;
  padding: 10px 40px;
  margin: 10px auto;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 4px;
  outline: none;
  text-decoration: none;
  color: #784ba0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.btn:hover {
  animation: gelatine 0.5s 1;
}

@keyframes gelatine {
  0%,
  100% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}

/* SWIPER */

.TestimonialSection .swiper {
  /* width: 390px;
  height: 650px; */
  /* width: 400px;
  height: 700px; */
  width: 380px;
  height: 670px;
  padding: 50px 0;
}

.TestimonialSection .swiper,
.TestimonialSection .swiper-wrapper,
.TestimonialSection .swiper-slide {
  overflow: visible !important;
}
.TestimonialSection .container {
  overflow: visible;
}

.TestimonialSection .swiper-slide {
  position: relative;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  user-select: none;
  background: #5a5aa7;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.item-upper-content,
.item-bleow-content {
  width: 100%;
  position: relative;
}
.item-upper-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.item-bleow-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.overlay {
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  font-size: 16px;
  background: #a2c2f4;
  padding: 0.8rem 1.8rem;
  width: fit-content;
  border-radius: 35px;
}
.quote-content p {
  font-family: "Gotham-Book";
  font-size: 20px;
  line-height: 1.7;
  color: white;
}

.divider {
  border: none;
  border-top: 0.5px solid #adbbe4;
  width: 100%;
}

.author-info {
  display: flex;
  align-items: center;
  margin-top: auto; /* Pushes the author info to the bottom */
}

.author-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover;
  /* border: 2px solid rgba(255, 255, 255, 0.6);  */
}

.author-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.author-name {
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 3px;
}

.author-description {
  font-family: "Gotham-Book";
  color: #ffffff;
  font-size: 16px;
}

/* Swiper Arrows */
.custom-swiper-button-prev,
.custom-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #e5ebe3;
  border-radius: 50%;
  border: 1px solid #757479;
  padding: 6px;
  cursor: pointer;
  font-size: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #6e6d72;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
}

.custom-swiper-button-prev svg,
.custom-swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.custom-swiper-button-prev {
  left: -30%;
}

.custom-swiper-button-next {
  right: -30%;
}

/* -------- Testimonial Section End ----------- */

/* --------- our-commodities start ------ */
.our-commodities {
  background: #0d5ab2;
}
.our-commodities-container {
  padding: 10rem 0;
}
.our-commodities-container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 1.6rem; */
}
.our-commodities-container .content h2 {
  font-family: "Gotham-Medium";
  font-weight: normal;
  font-size: 39px;
  color: white;
  margin-bottom: 1.5rem;
}
.our-commodities-container .content .underline {
  width: 168px;
  height: 5px;
  background: white;
  transform-origin: left center;
}
.our-commodities-container .our-commodities-slider {
  padding: 0 4rem;
  width: 100%;
  height: 100%;
  margin-top: 6rem;
  position: relative;
}
.our-commodities-container .our-commodities-slider .content-wrapper {
  padding: 1rem 1rem 2rem 1rem;
  background: #2875cd;
  border-radius: 19px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.our-commodities-slider .swiper-backface-hidden .swiper-slide{
  padding: 1.8rem !important;
}

.our-commodities-container .content-wrapper .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.our-commodities-container .content .content-head {
  border-radius: 19px;
  overflow: hidden;
  width: 100%;
}
.our-commodities-container .content .content-head img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.our-commodities-container .content .content-head:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.our-commodities-container .content .content-body {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.our-commodities-container .content h3 {
  color: white;
  font-family: "Gotham-Medium";
  font-weight: normal;
  font-size: 24px;
}

.our-commodities-container .content a {
  font-family: "Gotham-Book";
  font-size: 16px;
  line-height: 1.8;
  color: white;
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: all 0.5s ease;
}
.our-commodities-container .content a:hover {
  color: black;
}
.our-commodities-container .content a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 3.5rem !important;
}
.our-commodities-container .our-commodities-slider .swiper-button-prev {
  left: 0%;
  color: #cec7c7 !important;
}
.our-commodities-container .our-commodities-slider .swiper-button-next {
  right: 0%;
  color: #cec7c7 !important;
}

.revealRight img {
  /* transform: translateX(100); */
  opacity: 0;
}

/* .TestimonialSection {
  display: none;
} */
/* ------------ our-commodities end ------------- */

@media (max-width: 1600px) {

  .hero-content {
    overflow: hidden;
  }

  .home-custom-swiper-button-prev,
  .home-custom-swiper-button-next {
    width: 3.5rem;
    height: 3.5rem;
  }
  .nature-section .item-2 {
    padding-right: 2rem;
  }
  .cultivatingTrustExcellence .text-content h2 {
    font-size: 34px;
  }
  .cultivatingTrustExcellence .about-text-box {
    padding: 2rem;
    gap: 2rem;
  }
  .cultivatingTrustExcellence .icon-wrapper svg {
    width: 90px;
    height: 90px;
  }
  .cultivatingTrustExcellence .about-image img {
    width: 96%;
  }
  .accordion-header,
  .author-name {
    font-size: 22px;
  }
  .products-image {
    width: 50%;
  }
  .products-image img {
    /* left: -10%; */
  }
  .products-content {
    /* padding-top: 6rem; */
  }
  .read-more-btn {
    margin-top: 22px;
  }
  .testimonial-left {
    padding-right: 6%;
  }

  .TestimonialSection .swiper {
    width: 380px;
    height: 650px;
  }
  .testimonial-right {
    padding-right: 6rem;
  }
  .item-bleow-content {
    gap: 1.5rem;
  }
}

@media (max-width: 1640px) {
  .hero-content {
    width: 50%;
  }
  .our-commodities-container {
    padding: 6rem 0;
  }
  /* .our-commodities-container .our-commodities-slider .swiper-button-prev {
    left: 0%;
  }
  .our-commodities-container .our-commodities-slider .swiper-button-next {
    right: 0%;
  } */
}


@media (max-width: 1500px) {

  .custom_container {
    max-width: 1600px;
    display: block;
    margin: 0 auto;
    position: relative;
  }
}

@media (max-width: 1540px) {
  .TestimonialSection .swiper {
    width: 350px;
    height: 600px;
  }
  .quote-content p {
    font-size: 16px;
  }
  .overlay {
    padding: 0.6rem 1.2rem;
  }
}

@media (max-width: 1440px) {
  .hero-content {
    width: 56%;
  }
  .hero-content p {
    padding-right: 42%;
  }

  .home-custom-swiper-button-prev,
  .home-custom-swiper-button-next {
    width: 3.5rem;
    height: 3.5rem;
  }
  .nature-section .item-2 {
    padding-right: 0;
  }
  .nature-section .item-3 {
    /* padding-left: 3rem; */
  }
  .nature-section .item-4 {
    display: flex;
    justify-content: end;
  }
  .cultivating-trust-excellence,
  .our-sourcing-commitment .why-choose-us,
  .why-choose-us {
    padding: 0 14rem;
  }
  .cultivatingTrustExcellence .text-content h2 {
    font-size: 28px;
  }
  .cultivatingTrustExcellence .about-text-box .text-content {
    gap: 0.5rem;
  }
  .cultivatingTrustExcellence .about-text-box {
    padding: 1.8rem;
    gap: 1.8rem;
  }
  .cultivatingTrustExcellence .icon-wrapper svg {
    width: 80px;
    height: 80px;
  }
  .cultivatingTrustExcellence .about-image img {
    width: 96%;
  }
  .accordion-header,
  .author-name {
    font-size: 22px;
  }
  .accordion-header {
    padding: 1rem;
  }
  .accordion-content {
    padding: 0 1rem 1rem 1rem;
  }
  .products-image {
    width: 50%;
  }
  .products-image img {
    /* left: -10%; */
  }
  .products-content {
    /* padding-top: 6rem; */
  }
  .read-more-btn {
    margin-top: 22px;
  }
  .testimonial-left {
    padding-right: 6%;
  }

  .item-upper-content {
    gap: 1rem;
  }
  .TestimonialSection .swiper {
    width: 340px;
    height: 550px;
  }
  .author-name {
    font-size: 20px;
  }
  .TestimonialSection .swiper-slide {
    padding: 1.6rem;
  }
  /* .quote-content p{
    font-size: 16px;
  }
  .overlay {
    padding: 0.6rem 1.2rem;
  } */

  .testimonial-right {
    padding-right: 6rem;
  }
  .item-bleow-content {
    gap: 1.5rem;
  }

  .cultivatingTrustExcellence .about-image img {
    width: 86%;
  }
  .cultivatingTrustExcellence .about-section {
    /* gap: 6rem; */
  }
  /* .cardStakScrollHeight{
  height: 18vw;
} */
  .image-container img {
    width: 100%;
  }
  .features-section {
    gap: 2rem;
  }
  .nature-section .item img {
    width: 85%;
  }
  .floating-image img {
    width: 35%;
  }
    .hero-content h1
  {
    font-size: 42px;
    margin-bottom: 1.6rem;
  }


  .nature-section .item-2 h2,
  .why-choose-us h2,
  .cultivating-trust-excellence h2,
  .products-content h2,
  .partner-content h2,
  .testimonial-left h2,
  .our-commodities-container .content h2 
  {
    /* font-size: 42px; */
    /* margin-bottom: 1.6rem; */
  }
  
  .our-commodities-container .content {
    gap: 0;
  }
  .our-commodities-container .our-commodities-slider {
    padding: 0 3rem;
  }
  .our-commodities-container .our-commodities-slider .content-wrapper {
    padding: 1rem;
  }
  .our-commodities-container .content {
    gap: 0;
  }
  /* .our-commodities-container .our-commodities-slider .swiper-button-prev {
    left: -1%;
  }
  .our-commodities-container .our-commodities-slider .swiper-button-next {
    right: -1%;
  } */
}

@media (max-width: 1400px) {

  .nature-section .item img {
    width: 80%;
  }
  .cultivating-trust-excellence,
  .our-sourcing-commitment .why-choose-us,
  .why-choose-us {
    padding: 0px 12rem;
  }

  .features-section {
    flex-wrap: nowrap;
  }
  .image-container {
    flex: none;
    width: 60%;
  }
  .accordion {
    flex: none;
    width: 40%;
  }
  .testimonial-right {
    padding-right: 10rem;
  }
}

@media (max-width: 1300px) {
  .nature-section .content-section {
    padding: 6rem 0;
  }

  .nature-section .item img {
    /* width: 76%; */
  }
  .nature-section .item-3 {
    /* padding-left: 3rem; */
  }
  .floating-image img {
    width: 32%;
  }
  .why-choose-us-container,
  .cultivating-trust-excellence-container {
    padding: 6rem 0px 5rem 0rem;
  }

  .cultivatingTrustExcellence .about-image img {
    width: 80%;
  }
  .image-container {
    width: 55%;
  }
  .accordion-header {
    padding: 0.6rem 1rem;
  }
  .accordion-header,
  .author-name {
    font-size: 20px;
  }
  .features-section {
    padding: 0rem 0rem 6rem 0rem;
  }
}
@media (max-width: 1280px) {
  .hero-content {
    width: 62%;
  }
  .hero-content p {
    padding-right: 44%;
  }

  .hero-content h1
  {
    font-size: 39px;
    margin-bottom: 1.2rem;
  }

  .nature-section .item-2 h2,
  .why-choose-us h2,
  .cultivating-trust-excellence h2,
  .products-content h2,
  .partner-content h2,
  .testimonial-left h2,
  .our-commodities-container .content h2 {
    font-size: 36px;
    margin-bottom: 1.2rem;
  }
      .our-commodities-container .our-commodities-slider {
        padding: 0 1rem;
    }
}

@media (max-width: 1240px) {

  .cultivatingTrustExcellence .text-content h2 {
    font-size: 26px;
  }
  .cultivatingTrustExcellence .about-image img {
    width: 76%;
  }

  .TestimonialSection .swiper-slide {
    padding: 1.2rem;
  }
  .TestimonialSection .swiper {
    width: 320px;
    height: 520px;
  }
  .author-avatar {
    width: 55px;
    height: 55px;
  }
  .products-content {
    padding-top: 0;
  }
}

@media (max-width: 1200px) {

  .nature-section .grid-container {
    column-gap: 0rem;
    row-gap: 8rem;
  }
}

@media (max-width: 1180px) {
  .hero-content {
    width: 68%;
  }
  .hero-content p {
    padding-right: 40%;
  }
}
@media (max-width: 1080px) {
  .hero-content {
    width: 72%;
  }
  .hero-content p {
    padding-right: 40%;
  }
}
@media (max-width: 1024px) {
  .cultivating-trust-excellence,
  .our-sourcing-commitment .why-choose-us,
  .why-choose-us {
    padding: 0px 4rem;
  }
  .products-section {
    flex-direction: column;
    padding: 4rem 0;
    gap: 4rem;
  }
  .products-image {
    width: 100%;
  }
  .products-image img {
    /* left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(70deg);
    transform-origin: center center; */
  }
}

/* -------- Testimonial Section End ----------- */

/* Responsive adjustments */
@media (max-width: 992px) {
  /* .products-section {
    flex-direction: column-reverse;
    text-align: center;
  } */

  .products-content {
    padding: 0;
  }

  .products-image {
    margin-bottom: 2rem;
  }

  /* .partner-section {
    justify-content: center;
    text-align: center;
    padding: 0 1.5rem;
  } */

  /* .partner-overlay {
    justify-content: center;
    padding: 0 1.5rem;
  } */

  /* .partner-buttons {
    justify-content: center;
  } */
  .testimonial-section {
    flex-direction: column;
    text-align: center;
  }

  .testimonial-left,
  .testimonial-right {
    flex: 1 1 100%;
  }
}
@media (max-width: 978px) {
  .hero-content {
    width: 60%;
  }
  .hero-content p {
    padding-right: 23%;
  }

  .cultivatingTrustExcellence .about-text-box-container {
    bottom: -20%;
  }
  .cultivatingTrustExcellence .about-image img {
    width: 100%;
  }
  .cultivatingTrustExcellence .about-text-box {
    /* width: 50%; */
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cultivatingTrustExcellence .about-section {
    gap: 22rem;
  }
  .card-spacer {
    height: 40vh;
  }
  .cultivatingTrustExcellence .about-text-box .text-content {
    align-items: center;
  }
  .cultivatingTrustExcellence .text-content h2 {
    text-align: center;
  }

  .cultivatingTrustExcellence .text-content p {
    text-align: center;
  }
  .cultivatingTrustExcellence .icon-wrapper {
    margin: 0;
  }
  .features-section {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .image-container,
  .accordion {
    width: 100%;
  }
  .accordion-item.active .accordion-content {
    padding-left: 2.4rem;
  }
  /* .products-section {
    flex-direction: column;
    padding: 4rem 0;
  } */

  /* .products-image {
    width: 100%;
  }
  .products-image img {
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(70deg);
    transform-origin: center center;
  } */
  .testimonial-left,
  .testimonial-right {
    width: 100%;
    padding: 0;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .features-section {
    flex-direction: column;
  }
  .nature-section .grid-container {
    display: flex;
    flex-direction: column;
  }
  .hero-content {
    width: 75%;
  }
  .nature-section .grid-container.desk-grid {
    display: none;
  }
  .nature-section .grid-container.mob-flex {
    display: block;
  }
  .nature-section .grid-container.mob-flex > div {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }
  .nature-section .item img {
    width: 100%;
  }
  .nature-section .item-1 > div {
    margin: 0;
  }
  .nature-section .item-3 {
    padding-left: 0;
  }
  .liquid-wrapper {
    display: block;
    filter: none;
    transition: none;
  }
  .floating-image .img-hover.desk {
    display: none;
  }
  .floating-image .img-hover.mob {
    display: block;
  }

  .floating-image img {
    width: 100%;
  }
  .floating-image .img-hover {
    /* left: 50%;
    transform: translateX(-50%); */
    display: flex;
    justify-content: center;
  }
  .border-bottom-section {
    margin-top: 10%;
  }
  .cultivating-trust-excellence,
  .our-sourcing-commitment .why-choose-us,
  .why-choose-us {
    padding: 0;
  }

  .cultivatingTrustExcellence .icon-wrapper svg {
    width: 50px;
    height: 50px;
  }
  .cultivatingTrustExcellence .about-text-box {
    padding: 1rem;
    gap: 0.8rem;
  }
  .cultivatingTrustExcellence .about-section {
    gap: 20rem;
  }
  .hero-content h1
  {
    font-size: 35px;
    margin-bottom: 1rem;
  }

  .nature-section .item-2 h2,
  .why-choose-us h2,
  .cultivating-trust-excellence h2,
  .products-content h2,
  .partner-content h2,
  .testimonial-left h2,
  .our-commodities-container .content h2 {
    font-size: 32px;
    margin-bottom: 1rem;
  }

  .cultivatingTrustExcellence .text-content h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  .partner-section {
    /* background: url(../images/home/patner-mob.jpg) no-repeat center center / cover; */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)),
      url(../images/home/patner-mob.jpg) no-repeat center center / cover;
  }
  .partner-overlay,
  .partner-buttons {
    justify-content: center;
  }
  .partner-content {
    max-width: 600px;
    text-align: center;
  }
  .our-commodities-container {
    padding: 4rem 0;
  }
  .our-commodities-container .our-commodities-slider {
    margin-top: 4rem;
    padding: 0 2rem;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 3rem !important;
  }
  .home-custom-swiper-button-prev,
  .home-custom-swiper-button-next {
    width: 3rem;
    height: 3rem;
  }
  .home-custom-swiper-button-next {
    right: 1rem;
  }
  .home-custom-swiper-button-prev {
    right: 5rem;
  }
  .map-overlay svg .country-data line,
  .map-overlay svg .country-data polyline,
  .map-overlay svg .country-data circle,
  .map-overlay svg .country-data text {
    opacity: 1 !important;
  }

  .our-commodities-container .our-commodities-slider {
    padding: 0 7rem;
  }

  .our-commodities-container .content .underline {
    width: 110px;
    height: 3px;
  }
  .our-commodities-container .our-commodities-slider .swiper-button-prev {
    left: 3%;
  }
  .our-commodities-container .our-commodities-slider .swiper-button-next {
    right: 3%;
  }

      .hero-content .read-more-btn {
        margin-top: 1.4rem;
    }
        .hero-content {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 640px) {
  .cultivatingTrustExcellence .about-text-box-container {
    bottom: -40%;
  }
  .cultivatingTrustExcellence .about-text-box {
    width: 86%;
  }
  .hero-content {
    width: 84%;
  }
  .hero-content p {
    padding-right: 15%;
  }
  .our-commodities-container .our-commodities-slider {
    padding: 0 3rem;
  }
}
@media (max-width: 600px) {
  .TestimonialSection .swiper {
    width: 290px;
    height: 490px;
  }
  .hero-content {
    width: 90%;
  }
  .hero-content p {
    padding-right: 10%;
  }
}

@media (max-width: 540px) {
  .hero-content {
    width: 100%;
  }
  .hero-content p {
    padding-right: 6%;
  }
}
@media (max-width: 480px) {
  /* .hero-content {
        width: 100%;
    } */
  .hero-content p {
    padding-right: 0%;
  }
  .hero-content p,
  .nature-section .item-2 p,
  .nature-section .item-3 p,
  .why-choose-us p,
  .cultivating-trust-excellence p,
  .products-content p,
  .partner-content p,
  .testimonial-left,
  .cultivatingTrustExcellence .text-content p,
  .testimonial-left p {
    font-size: 16px;
    line-height: 1.4;
  }
  .card-spacer {
    height: 30vh;
  }

  .cultivatingTrustExcellence .text-content h2 {
    font-size: 22px;
  }
  .why-choose-us h2,
  .products-content h2,
  .testimonial-left h2 {
    margin-bottom: 1rem;
  }
  .why-choose-us-container,
  .cultivating-trust-excellence-container {
    /* padding: 4rem 0rem; */
    padding: 4rem 0rem 2rem 0;
  }
  .our-sourcing-commitment .container {
    padding-bottom: 4rem;
  }
  .accordion-header {
    font-size: 20px;
    padding: 0.4rem 1rem;
  }
  .accordion-content {
    font-size: 16px;
  }
  .features-section {
    padding: 0rem 0rem 4rem 0rem;
  }
  .partner-section {
    margin-bottom: 0;
  }

  .testimonial-left {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .testimonial-left p {
    text-align: left;
  }
  .overlay {
    font-size: 12px;
    padding: 0.5rem 0.8rem;
  }
  .quote-content p {
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
  }
  .custom-swiper-button-prev,
  .custom-swiper-button-next {
    width: 28px;
    height: 28px;
  }
  .author-avatar {
    width: 37px;
    height: 37px;
  }
  .author-name {
    font-size: 20px;
    margin-bottom: 3px;
  }
  .author-description {
    font-size: 12px;
  }
  .TestimonialSection .swiper {
    width: 240px;
    height: 440px;
  }
  .TestimonialSection .swiper-slide {
    padding: 1rem;
  }
  .custom-swiper-button-prev {
    left: -26%;
  }
  .custom-swiper-button-next {
    right: -26%;
  }
  .testimonial-section {
    gap: 0;
  }
   .hero-content h1
  {
    font-size: 29px;
    margin-bottom: 0.8rem;
  }

  .nature-section .item-2 h2,
  .why-choose-us h2,
  .cultivating-trust-excellence h2,
  .products-content h2,
  .partner-content h2,
  .testimonial-left h2,
  .our-commodities-container .content h2 {
    font-size: 26px;
    margin-bottom: 0.8rem;
  }
  .nature-section .item-2 h2 {
    margin-bottom: 0;
  }
  .read-more-btn {
    font-size: 12px;
    margin-top: 16px;
    padding: 0.8rem 1.2rem;
  }
  .our-commodities-container .content .underline {
    width: 40%;
    height: 5px;
  }


  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 1.5rem !important;
  }

  .home-custom-swiper-button-prev,
  .home-custom-swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
  }
  .home-custom-swiper-button-next {
    right: 1rem;
  }
  .home-custom-swiper-button-prev {
    right: 4.5rem;
  }
  .home-custom-swiper-button-prev,
  .home-custom-swiper-button-next {
    padding: 0.4rem;
  }

    .our-commodities-container .our-commodities-slider {
    margin-top: 3rem;
    padding: 0 1rem;
  }

    .our-commodities-container .our-commodities-slider .swiper-button-prev {
    left: 0%;
  }
  .our-commodities-container .our-commodities-slider .swiper-button-next {
    right: 0%;
  }
  .our-commodities-slider .swiper-backface-hidden .swiper-slide {
    padding: 1.4rem !important;
}
  .our-commodities-container .content h3{
        font-size: 20px;
  }
}

@media (max-width: 375px) {
  .hero-content p,
  .nature-section .item-2 p,
  .nature-section .item-3 p,
  .why-choose-us p,
  .cultivating-trust-excellence p,
  .products-content p,
  .partner-content p,
  .testimonial-left,
  .cultivatingTrustExcellence .text-content p,
  .testimonial-left p {
    font-size: 14px;
    line-height: 1.2;
  }

  .hero-content h1
  {
    font-size: 27px;
  }


  .nature-section .item-2 h2,
  .why-choose-us h2,
  .cultivating-trust-excellence h2,
  .products-content h2,
  .partner-content h2,
  .testimonial-left h2,
  .our-commodities-container .content h2 {
    font-size: 24px;
  }
  .accordion-header,
  .author-name {
    font-size: 16px;
  }
  .accordion-content {
    font-size: 14px;
  }
  .TestimonialSection .swiper {
    width: 235px;
    height: 430px;
  }
  .TestimonialSection .swiper-slide {
    padding: 0.8rem;
  }
          .our-commodities-container .our-commodities-slider .swiper-button-prev {
    left: 0%;
  }
  .our-commodities-container .our-commodities-slider .swiper-button-next {
    right: 0%;
  }

        .our-commodities-container .our-commodities-slider {
        margin-top: 3rem;
               padding: 0 1.8rem;
    }
}
