.new-c {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 700px;
}

.fs-100 {
  font-size: 100px;
}

.section-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  gap: 20px;
  color: #333;
  background-color: #4b7d5c;
}

.section-card {
  background-color: #457455;
  border-radius: 10px;
  padding: 30px;
  width: 30%;
  height: 510px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.section-card h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: white;
}

.section-card hr {
  border: none;
  height: 2px;
  background-color: #e48a49;
  width: 30px;
  margin: 10px 0 20px 0;
}

.section-card p {
  font-size: 14px;
  line-height: 1.8;
  color: white;
  margin: 0;
}

.icon {
  font-size: 5px;
  color: #1f5e41;
  margin-bottom: 15px;
}

.hr-custom {
  border-top: 2px solid #e48a49;
  padding-top: 15px;
}

/* timeline css  */
.timeline {
  width: 80%;
  padding: 50px auto;
  position: relative;
}

.timeline-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
  position: relative;
}

/* .timeline-item:nth-child(odd) {
  flex-direction: row-reverse;
} */

.year {
  font-size: 28px;
  font-weight: bold;
  color: #207c5c;
  flex: 0 0 150px;
  text-align: center;
}

.year h2 {
  margin: 0;
}

.line {
  flex: 0 0 20px;
  height: 2px;
  background-color: #d3d3d3;
  position: relative;
}

.line::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #207c5c;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  right: -5px;
}

.content {
  flex: 1;
  background: white;
  padding: 15px 20px;
  border-radius: 1px;
  border-bottom: 2px dotted #207c5c;
  /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); */
  display: flex;
  align-items: center;
  gap: 15px;
}

.content i {
  font-size: 28px;
  color: #207c5c;
}

.content .text {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

/* vision misson css */
.vision-mission {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  font-family: "Arial", sans-serif;
  background-color: #fff;
}

.vision,
.mission {
  flex: 1;
  max-width: 45%;
  text-align: center;
}

.vision .icon,
.mission .icon {
  margin-bottom: 1rem;
}

.vision h2,
.mission h2 {
  font-size: 40px;
  color: #228b22;
  /* Adjust to your green color */
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.vision hr,
.mission hr {
  width: 50%;
  height: 2px;
  background-color: #ffa500;
  /* Adjust to your orange color */
  border: none;
  margin: 0 auto 1rem auto;
}

.vision p,
.mission p {
  font-size: 1rem;
  color: #555;
  /* Adjust to your text color */
  line-height: 1.5;
}

/* map section css  */

/* .global-presence-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(
    255,
    255,
    255,
    0.9
  );
  z-index: 1; 
} */

/* Text Content Styling */
.overlay-content {
  position: relative;
  z-index: 2;
  /* Ensures text is above the overlay */
  max-width: 800px;
  margin: 0 auto;
}

.overlay-content h2 {
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 400;
  color: #333;
  /* Base text color */
}

.overlay-content .highlight {
  color: #228b22;
  /* Green color for "Dominance" */
  font-weight: bold;
}

.overlay-content .highlight-green {
  color: #228b22;
  /* Green color for "International Presence" */
  font-weight: bold;
}

.overlay-content p {
  margin-top: 1rem;
  font-size: 1.5rem;
  color: #555;
  /* Slightly muted color for the text */
}

.overlay-content .countries-count {
  font-size: 2rem;
  font-weight: bold;
  color: #ffa500;
  /* Orange color for "55+" */
}

/* new css  */
/* General Section Styles */
.capacity-section {
  height: 650px;
  width: 100%;
  background-color: #f9f9f9;
  padding: 50px 20px;
  text-align: center;
  position: relative;
}

/* Card Container */
.cards-container {
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

/* Individual Card Styling */
.card-2 {
  position: relative;
  padding: 30px;
  height: 240px !important;
  background-size: cover !important;
  background-position: center;
  border-radius: 15px !important;
  overflow: hidden;
  text-align: center;
  color: white;
}

.card-2 {
  background: #fff;
  border-radius: 10px;
  padding: 20px 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 265px;
  text-align: center;
  transition: transform 0.3s ease;
}

.card-2:hover {
  transform: translateY(-5px);
}

.highlight-card {
  background-color: #4b7d5c !important;
  color: #fff;
}

.card-2 .icon {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #ffa500;
}

.highlight-card .icon {
  color: #fff;
}

.card-2 h3 {
  font-size: 1.8rem;
  margin-top: 25px;
  color: #2e7d32;
}

.card-2 h3 span {
  font-size: 1rem;
  font-weight: normal;
}

.card-2 p {
  color: black;
  font-size: 1rem;
}

.card-2:hover {
  background-color: #4b7d5c !important;
  color: #fff;
}

.card-2:hover .icon {
  color: #fff;
}

.card-2:hover h3 {
  color: #fff;
}

.card-2:hover p {
  color: #fff;
}

.card-2 {
  transition: all 0.3s ease-in-out;
}

/* Background Illustration */
.background-illustration {
  position: relative;
  margin-top: 20px;
}

.background-illustration img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}

/* new slider section css */
.slider-section {
  text-align: center;
  padding: 50px 20px;
  background-color: #ffffff;
}

.section-title {
  font-size: 2rem;
  color: #2e824a !important;
  margin-bottom: 30px;
}

.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.slider-item {
  flex: 0 0 300px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 0 15px;
  transition: transform 0.3s ease-in-out, opacity 0.3s;
}

.slider-item.active {
  transform: scale(1.1);
  opacity: 1;
}

.slider-item:not(.active) {
  transform: scale(0.9);
  opacity: 0.5;
}

.slider-item h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #4caf50;
}

.slider-item p {
  font-size: 1rem;
  color: #555;
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #4caf50;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.nav-arrow:hover {
  background: #45a049;
}

.nav-arrow.prev {
  left: 10px;
}

.nav-arrow.next {
  right: 10px;
}

@media (max-width: 600px) {
  .slider-container {
    flex-direction: column;
  }

  .slider-item {
    margin: 15px 0;
  }

  .nav-arrow {
    display: none;
  }
}

/* certification section css */
.certifications-section {
  /* text-align: center; */
  padding: 50px 20px;
  background-color: #ffffff;
}

.section-title {
  font-size: 2rem;
  color: #4caf50;
  margin-bottom: 20px;
  position: relative;
}

.section-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  /* background-color: #4caf50; */
  margin: 10px auto 0;
}

.certifications-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.certification {
  flex: 0 0 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.certification img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}

@media (max-width: 600px) {
  .certifications-container {
    gap: 15px;
  }

  .certification {
    flex: 0 0 100px;
  }
}

.hr-custom-p {
  border-top: 2px solid #e48a49;
  padding-top: 15px;
  width: 50%;
}

/* new section css  */
.card {
  position: relative;
  height: 350px !important;
  background-size: cover !important;
  border-radius: 0px !important;
  background-position: center;
  /* border-radius: 15px !important; */
  border: 4px solid gray !important;
  overflow: hidden;
  text-align: center;
  color: white;
  width: 235px !important;
}

.card-content {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.card-icon {
  font-size: 2rem;
  color: rgb(255, 0, 0);
  margin-bottom: 10px;
}

.card-title {
  font-size: 19px !important;
  font-weight: bold;
  margin-bottom: 10px;
  color: white !important;
  /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); */
}

.product-btn {
  width: 155px !important;
  font-size: 11px !important;
}

.w-35 {
  width: 35px !important;
}

/* new css blog  */
.content-section {
  background-color: #5c8d73;
  /* Matches the background color */
  text-align: center;
  padding-top: 45px;
  color: white;
}

.content-header h1 {
  font-size: 36px;
  margin: 0;
}

.content-navigation {
  display: flex;
  justify-content: center;
  gap: 10px;
  /* Adds space between the nav items */
  margin-top: 20px;
}

.nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3e6b55;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #fff;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 180px;
}

.nav-item img {
  width: 20px;
  /* Icon size */
  height: 20px;
  margin-right: 10px;
  /* Spacing between icon and text */
}

.nav-item.active {
  background-color: #ff9800;
  /* Active state color */
}

.nav-item:hover {
  background-color: #ff9800;
  /* Hover color */
}

.nav-item span {
  font-size: 16px;
}


/* products section css  */

.adhesive-banner {
  background-image: url(../images/product-banner/new-banner/2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
}

.pharma-banner {
  background-image: url(../images/product-banner/pharma.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
}

.skincare-banner {
  background-image: url(../images/product-banner/new-banner/1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
}

.bioplastic-banner {
  background-image: url(../images/product-banner/new-banner/3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
}

.nutraceutical-banner {
  background-image: url(../images/product-banner/new-banner/nutraceutical.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
}

/* Mobile-specific pharma banner image */
@media (max-width: 768px) {
  .pharma-banner {
    background-image: url(../images/mobile-banner/pharmaceutical.jpg) !important;
    background-size: cover !important;
    background-position: top center !important;
    height: auto !important;
    min-height: 650px !important;
    padding: 30px 0 60px !important;
    overflow: hidden !important;
  }

  /* Responsive text styling for pharma-banner */
  .pharma-banner .heading {
    padding: 0 15px !important;
    max-width: 100% !important;
  }

  .pharma-banner .heading h2 {
    font-size: 28px !important;
    margin-bottom: 10px !important;
  }

  .pharma-banner .heading h5 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  .pharma-banner .heading p {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
  }

  .pharma-banner .infra-line-orange {
    margin-bottom: 15px !important;
  }

  .food-banner {
    background-image: url(../images/mobile-banner/food-grade-starch.jpg) !important;
    background-size: cover !important;
    background-position: top center !important;
    height: auto !important;
    min-height: 500px !important;
    padding: 30px 0 60px !important;
    overflow: hidden !important;
  }

  /* Responsive text styling for food-banner */
  .food-banner .heading {
    padding: 0 15px !important;
    max-width: 100% !important;
  }

  .food-banner .heading h2 {
    font-size: 28px !important;
    margin-bottom: 10px !important;
  }

  .food-banner .heading h5 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  .food-banner .heading p {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
  }

  .food-banner .infra-line-orange {
    margin-bottom: 15px !important;
  }

  .paper-boards {
    background-image: url(../images/mobile-banner/paper-boards.jpg) !important;
    background-size: cover !important;
    background-position: top center !important;
    height: auto !important;
    min-height: 500px !important;
    padding: 30px 0 60px !important;
    overflow: hidden !important;

  }


  .paper-boards .heading {
    padding: 0 15px !important;
    max-width: 100% !important;
  }

  .paper-boards .heading h2 {
    font-size: 28px !important;
    margin-bottom: 10px !important;

  }

  .paper-boards .heading h5 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  .paper-boards .heading p {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
  }

  .paper-boards .infra-line-orange {
    margin-bottom: 15px !important;
  }



  .taxtile-banner {
    background-image: url(../images/mobile-banner/textile.jpg) !important;
    /* background-size: 100% auto !important;
    background-position: center top !important;
    height: 600px !important; */
    background-size: cover !important;
    background-position: top center !important;
    height: auto !important;
    min-height: 500px !important;
    padding: 30px 0 60px !important;
    overflow: hidden !important;
  }



  .taxtile-banner .heading {
    padding: 0 15px !important;
    max-width: 100% !important;
  }

  .taxtile-banner .heading h2 {
    font-size: 28px !important;
    margin-bottom: 10px !important;

  }

  .taxtile-banner .heading h5 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  .taxtile-banner .heading p {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
  }

  .taxtile-banner .infra-line-orange {
    margin-bottom: 15px !important;
  }

  .adhesive-banner {
    background-image: url(../images/mobile-banner/adhesive.jpg) !important;
    /* background-size: 100% auto !important;
    background-position: center top !important;
    height: 600px !important; */
    background-size: cover !important;
    background-position: top center !important;
    height: auto !important;
    min-height: 500px !important;
    padding: 30px 0 60px !important;
    overflow: hidden !important;
  }

  .adhesive-banner .heading {
    padding: 0 15px !important;
    max-width: 100% !important;
  }

  .adhesive-banner .heading h2 {
    font-size: 28px !important;
    margin-bottom: 10px !important;

  }

  .adhesive-banner .heading h5 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  .adhesive-banner .heading p {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
  }

  .adhesive-banner .infra-line-orange {
    margin-bottom: 15px !important;
  }

  .oil-gas-banner {
    background-image: url(../images/mobile-banner/oil-gas.jpg) !important;
    /* background-size: 100% auto !important;
    background-position: center top !important;
    height: 600px !important; */
    background-size: cover !important;
    background-position: top center !important;
    height: auto !important;
    min-height: 500px !important;
    padding: 30px 0 60px !important;
    overflow: hidden !important;
  }

  .oil-gas-banner .heading {
    padding: 0 15px !important;
    max-width: 100% !important;
  }

  .oil-gas-banner .heading h2 {
    font-size: 28px !important;
    margin-bottom: 10px !important;

  }

  .oil-gas-banner .heading h5 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  .oil-gas-banner .heading p {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
  }

  .oil-gas-banner .infra-line-orange {
    margin-bottom: 15px !important;
  }

  .animal-nutrition {
    background-image: url(../images/mobile-banner/animal-nutrition.jpg) !important;
    /* background-size: 100% auto !important;
    background-position: center top !important;
    height: 600px !important; */
    background-size: cover !important;
    background-position: top center !important;
    height: auto !important;
    min-height: 500px !important;
    padding: 30px 0 60px !important;
    overflow: hidden !important;
  }

  /* Add support for skincare banner on mobile */

  .animal-nutrition .heading {
    padding: 0 15px !important;
    max-width: 100% !important;
  }

  .animal-nutrition .heading h2 {
    font-size: 28px !important;
    margin-bottom: 10px !important;

  }

  .animal-nutrition .heading h5 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  .animal-nutrition .heading p {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
  }

  .animal-nutrition .infra-line-orange {
    margin-bottom: 15px !important;
  }

  /* Responsive text styling for skincare-banner */
  .skincare-banner {
    background-image: url(../images/mobile-banner/skincare.jpg) !important;
    background-size: cover !important;
    background-position: top center !important;
    height: auto !important;
    min-height: 500px !important;
    padding: 30px 0 60px !important;
    overflow: hidden !important;
  }

  .skincare-banner .heading {
    padding: 0 15px !important;
    max-width: 100% !important;
  }

  .skincare-banner .heading h2 {
    font-size: 28px !important;
    margin-bottom: 10px !important;
  }

  .skincare-banner .heading h5 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  .skincare-banner .heading p {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
  }

  .skincare-banner .infra-line-orange {
    margin-bottom: 15px !important;
  }

  /* Add support for bioplastic banner on mobile */
  .bioplastic-banner {
    background-image: url(../images/mobile-banner/bioplastics.jpg) !important;
    background-size: cover !important;
    background-position: top center !important;
    height: auto !important;
    min-height: 500px !important;
    /* padding: 30px 0 60px !important; */
    overflow: hidden !important;
    background-position: center !important;
  }

  /* Responsive text styling for bioplastic-banner */
  .bioplastic-banner .heading {
    padding: 0 15px !important;
    max-width: 100% !important;
  }

  .bioplastic-banner .heading h2 {
    font-size: 28px !important;
    margin-bottom: 10px !important;
  }

  .bioplastic-banner .heading h5 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  .bioplastic-banner .heading p {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
  }

  .bioplastic-banner .infra-line-orange {
    margin-bottom: 15px !important;
  }

  /* Add support for nutraceutical banner on mobile */
  .nutraceutical-banner {
    background-image: url(../images/mobile-banner/nutraceutical.jpg) !important;
    background-size: cover !important;
    background-position: top center !important;
    height: auto !important;
    min-height: 500px !important;
    /* padding: 30px 0 60px !important; */
    overflow: hidden !important;
  }

  /* Responsive text styling for nutraceutical-banner */
  .nutraceutical-banner .heading {
    padding: 0 15px !important;
    max-width: 100% !important;
  }

  .nutraceutical-banner .heading h2 {
    font-size: 28px !important;
    margin-bottom: 10px !important;
  }

  .nutraceutical-banner .heading h5 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  .nutraceutical-banner .heading p {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
  }

  .nutraceutical-banner .infra-line-orange {
    margin-bottom: 15px !important;
  }

  .beverag-banner {
    background-image: url(../images/mobile-banner/Beverages_Mobile_Banner.jpg) !important;
    background-size: cover !important;
    background-position: top center !important;
    height: auto !important;
    min-height: 500px !important;
    /* padding: 30px 0 60px !important; */
    overflow: hidden !important;
  }

  /* Responsive text styling for beverag-banner */
  .beverag-banner .heading {
    padding: 0 15px !important;
    max-width: 100% !important;
  }

  .beverag-banner .heading h2 {
    font-size: 28px !important;
    margin-bottom: 10px !important;
  }

  .beverag-banner .heading h5 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  .beverag-banner .heading p {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
  }

  .beverag-banner .infra-line-orange {
    margin-bottom: 15px !important;
  }

  .conf-banner {
    background-image: url(../images/mobile-banner/Confectionery_Mobile_Banner.jpg) !important;
    background-size: cover !important;
    background-position: top center !important;
    height: auto !important;
    min-height: 500px !important;
    /* padding: 30px 0 60px !important; */
    overflow: hidden !important;
  }

  /* Responsive text styling for conf-banner */
  .conf-banner .heading {
    padding: 0 15px !important;
    max-width: 100% !important;
  }

  .conf-banner .heading h2 {
    font-size: 28px !important;
    margin-bottom: 10px !important;
  }

  .conf-banner .heading h5 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  .conf-banner .heading p {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
  }

  .conf-banner .infra-line-orange {
    margin-bottom: 15px !important;
  }
}


/* Responsive Adjustments Pharmaceutical*/




.food-banner {
  background-image: url(../images/single-products/food-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
}

.custom-text-color {
  color: #F48024;
}

.fs-45 {
  font-size: 45px !important;
}

.product-container {
  padding: 20px;
  background-color: #f8f9fa;
}

.product-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.product-tabs button {
  margin: 0 5px;
}

.product-description {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}



.beverag-banner {
  background-image: url(../images/single-products/1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
}






.conf-banner {
  background-image: url(../images/single-products/2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
}


.oil-gas-banner {
  background-image: url(../images/product-banner/oil-gas.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
}


/* new product section css */
.tab-content {
  display: none;
}

.active-content {
  display: block;
}

.new-product-btn.active {
  background-color: green;
  color: white;
}



/* Responsive Adjustments Infrastructure*/
@media (max-width: 1200px) {
  .menu .menu-item {

    height: 70px;

  }
}

@media (max-width: 991px) {
  .menu .menu-item {

    height: 90px;

  }
}

@media (max-width: 768px) {
  .menu .menu-item {

    height: 100px;
  }

}

/* About us responsive */
@media (max-width: 768px) {
  .sub-banner-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;

  }

}

.paper-boards {
  background-image: url(../images/product-banner/paper-boards.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
}

.taxtile-banner {
  background-image: url(../images/product-banner/textile.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
}

.animal-nutrition {
  background-image: url(../images/product-banner/animal-nutrition.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
}