/********** Template CSS **********/

.btn-link:hover {
  color: #5d8948 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  transition: 0.5s;
}

/*new css*/

/* a.btn.btn-primary {
    background: #273655 !important;
    border: none;
} */

button.btn.btn-primary.py-3.px-5:hover {
  background: #5d8948 !important;
  color: #ffffff !important;

  transition: 0.5s;
}





button.btn.btn-primary.py-3.px-5 {
  background: #273655 !important;
  border: none;
}

.text-uppercase.mb-4 a {
  color: #5d8948 !important;
}

.text-primary {
  color: #ffffff !important;
}

.btn-link {
  color: #fff !important;
}

a.btn.btn-square.btn-link.border-0.border-end.border-secondary {
  color: white;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.navbar .navbar-brand,
.navbar .navbar-phone {
  height: 75px;
}

.navbar .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: var(--bs-dark);
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--bs-primary);
}

p {
  font-family: "Lato", sans-serif;
  /* font-size: 16px; */
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/
.owl-carousel-inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 500px;
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .header-carousel .owl-carousel-item p {
    font-size: 16px !important;
  }
}

/*** About ***/
@media (min-width: 992px) {
  .container.about {
    background: #ffb524;
    max-width: 100% !important;
    height: 476px;
  }

  .about-text {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .about-text {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .about-text {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

/*** Service ***/
.service-item {
  position: relative;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

/*** Feature ***/
@media (min-width: 992px) {
  .container.feature {
    max-width: 100% !important;
  }

  .feature-text {
    padding-left: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .feature-text {
    padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .feature-text {
    padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

/*** Project Portfolio ***/
.portfolio-inner {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.portfolio-img {
  position: relative;
}

.portfolio-cat {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 24px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

/*** Quote ***/
@media (min-width: 992px) {
  .container.quote {
    max-width: 100% !important;
  }

  .quote-text {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .quote-text {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .quote-text {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

/*** Footer ***/
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: var(--bs-light);
  font-weight: normal;
  text-transform: uppercase;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--bs-primary);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: #ffb524;
}

.footer .copyright a:hover {
  color: var(--bs-light);
}

/* ABOUT CSS */

 .hero{
    height:700px;
    background-image: url("../img/hero.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;    
}

.overlay{
    position:absolute;  
    background:rgba(0,0,0,0.65);
}

.hero-content{
    position:relative;
    z-index:2;
}

.hero h1{
    font-size:70px;
    margin-bottom:15px;
    color:white;
    font-family: revert;
    font-weight:700;
    text-transform:uppercase;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}

.hero p{
    color:#cbd5e1;
    font-size:18px;
text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
    font-family: "lato", sans-serif;
}

/*** Team Section ***/
.section-title {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;
}
.section-title h1 {
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
    font-family:"Schibsted Grotesk";
    text-transform:uppercase;
}
.section-title p {
  font-family: "Schibsted Grotesk";
}


.team-section{
    padding:80px 5%;
}

.team-container{
    display:flex;
    gap:35px;
    justify-content:center;
    flex-wrap:wrap;
    margin-top: -110px;
}

.team-card{
    width:370px;
    background:white;
    overflow:hidden;
    border: 1px solid #5d8948;
}

.team-img{
    position:relative;
    overflow:hidden;
}

.team-img img{
    width:100%;
    height: 500px;
    display:block;
    object-fit: cover;
    transition:0.5s;
}



.team-role{
    position:absolute;
    bottom:0;
    left:0;
    background:#fff;
    opacity: 0.6;
    padding:12px 25px;
    font-size:18px;
    font-weight:600;
    letter-spacing:1px;
    font-family:"Schibsted Grotesk";
    color: black;
  
}

.team-content{
    padding-top:22px;
}

.team-content h3{
    font-size:42px;
    font-weight:700;
    line-height:1.1;
    margin-bottom:18px;
    color:#111;
    font-family:"Schibsted Grotesk", sans-serif;
}

.team-social{
    display:flex;
    gap:22px;
}

.team-social a{
    color:#ffb524;
    font-size:20px;
    transition:0.3s;
    margin-left: 6px;
    
}

.team-social a:hover{
    color:#5d8948;
}

@media(max-width:1200px){

    .team-card{
        width:320px;
    }

    .team-content h3{
        font-size:34px;
    }
}

@media(max-width:768px){

    .team-container{
        flex-direction:column;
        align-items:center;
    }

    .team-card{
        width:100%;
        max-width:400px;
    }
}

/* CONTENT SECTION */
.oil-section{
      width: 100%;
      max-width: 1100px;
      margin: auto;
      display: flex;
      align-items: stretch;
      gap: 40px;
    }

    .oil-image{
      flex: 1;
    }

    .oil-image img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 4px;
      display: block;
      border: 1px solid #5d8948;
      
    }

    .oil-content{
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .oil-content h2{
      font-size: 38px;
      margin-bottom: 20px;
      color: #111;
    }

    .oil-content ul{
      padding-left: 22px;
    }

    .oil-content ul li{
      font-size: 20px;
      line-height: 1.8;
      color: #444;
      margin-bottom: 10px;
    }

     .line{ 
      width: 100%;
      height: 1px;
      background: #5d8948;
      margin-top: 25px;
     } 


/* LINE DIVIDER */

    .dot-divider{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      margin-top:30px;
    }

    /* Small dots */
    .dot{
      width:6px;
      height:6px;
      background:#7dbb42;
      border-radius:50%;
    }

    /* Line */
    .line1{
      width:40px;
      height:4px;
      background:#7dbb42;
      border-radius:10px;
    }







    .oil-section:not(:last-child){
    margin-bottom: 80px;
}

    /* Mobile Responsive */
    @media(max-width: 768px){
      .oil-section{
        flex-direction: column;
      }

      .oil-content h2{
        font-size: 30px;
      }

      .oil-content ul li{
        font-size: 17px;
      }

      .oil-image img{
        height: auto;
      }
    }
    
    
    
   /* CONTACT PAGE CSS */


.hero1{
    height:700px;
    background-image: url("../img/contactus.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;    
}

.overlay{
    position:absolute;  
    background:rgba(0,0,0,0.65);
}

.hero1-content{
    position:relative;
    z-index:2;
}

.hero1 h1{
    font-size:70px;
    margin-bottom:15px;
    color:white;
    font-family: revert;
    font-weight:700;
    text-transform:uppercase;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}

.hero1 p{
    color:#cbd5e1;
    font-size:18px;
    font-family: "lato", sans-serif;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}





.contact-wrapper{
      display:grid;
      grid-template-columns:1fr 1fr;
      align-items:center;
      margin-top: 50px;
    }

    /* LEFT SIDE */

    .direction-section h2{
      font-size:36px;
      margin-bottom:25px;
      color:#111;
      font-family: "Raleway", sans-serif;
      display: flex;
      justify-content: center;
    }

    .map-container{
      display:flex;
      flex-direction:column;
      gap:25px;
      justify-content: center;
      margin-left: 80px;
    }

    .map-box{
      width:80%;
      height:175px;
      overflow:hidden;
      box-shadow:0 4px 15px rgba(0,0,0,0.08);
      background:#fff;
      align-items: center;
      display: flex;
    }

    .map-box iframe{
      width:100%;
      height:100%;
      border:0;
    }

    /* RIGHT SIDE */

    .touch-section h2{
      font-size:36px;
      margin-bottom:25px;
      color:#111;
      display: flex;
      justify-content: center;
      font-family: "Raleway", sans-serif;
    }

    .info-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:25px;
      margin-right: 50px;
    }

    .info-card{
      background:#fff;
      padding:25px;
      height:175px;
      box-shadow:0 4px 15px rgba(0,0,0,0.08);
      display:flex;
      flex-direction:column;
      justify-content:center;
    }

    .info-card.large{
      grid-column:span 1;
    }

    .info-card.small{
      height:175px;
    }

    .info-card h3{
      margin-bottom:12px;
      font-size:22px;
      color:#111;
      font-family: "Raleway", sans-serif;
    }

    .info-card p{
      color:#555;
      line-height:1.6;
      font-size:15px;
      font-family: "lato",sans-serif;
      
    }

    /* RESPONSIVE */

    @media(max-width:900px){

      .contact-wrapper{
        grid-template-columns:1fr;
      }

      .info-grid{
        grid-template-columns:1fr;
      }

    } 
    
       /* PRODUCT SECTION */

   /* =========================
   PRODUCT DROPDOWN SECTION
========================= */

/* DROPDOWN CONTAINER */

.dropdown {
  position: relative;
  display: inline-block;
}

/* MAIN DROPDOWN LINK */

.dropdown>a {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* DROPDOWN MENU */

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  width: max-content;
  max-width: 280px;
  background: #fff;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  box-shadow: 0 5px 15px #5d8948;
  overflow: hidden;
  z-index: 9999;

  /* HIDE */

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;
}

/* MENU LINKS */

.dropdown-menu a {
  padding: 12px 16px;

  text-decoration: none;
  color: #111;

  border-bottom: 1px solid black;

  transition: 0.3s ease;

  font-size: 15px;
  line-height: 1.4;

  width: 100%;
}

.dropdown-menu a:last-child {
  border-bottom: none;
}

.dropdown-menu a:hover {
  background: #f5f5f5;
  color: #5d8948;
}

/* SHOW MENU ON HOVER */

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* =========================
   LARGE TABLETS
========================= */

@media(max-width:992px) {

  .dropdown-menu {
    min-width: 200px;
    max-width: 240px;
  }

  .dropdown-menu a {
    padding: 11px 14px;
    font-size: 14px;
  }

}

/* =========================
   TABLETS + MOBILE
========================= */

@media(max-width:768px) {

  .dropdown {
    width: 100%;
  }

  .dropdown>a {
    width: 100%;
    justify-content: space-between;
  }

  .dropdown-menu {
    position: static;

    width: 100%;
    max-width: 100%;

    box-shadow: none;

    border-radius: 0;

    margin-top: 5px;

    transform: none;

    opacity: 1;
    visibility: visible;

    display: none;

    border: 1px solid #e5e5e5;
  }

  /* OPEN MENU ON HOVER */

  .dropdown:hover .dropdown-menu {
    display: flex;
  }

  .dropdown-menu a {
    white-space: normal;
    word-break: break-word;

    padding: 12px 14px;
  }

}

/* =========================
   SMALL MOBILE DEVICES
========================= */

@media(max-width:480px) {

  .dropdown-menu a {
    font-size: 14px;
    padding: 11px 12px;
  }

}


/* PROJECT CONTENT */
.hero2{
    height:700px;
    background-image: url("../img/Food AdditivesAndPreservatives.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;    
}

.overlay{
    position:absolute;  
    background:rgba(0,0,0,0.65);
}

.hero2-content{
    position:relative;
    z-index:2;
}

.hero2 h1{
    font-size:70px;
    margin-bottom:15px;
    color:white;
    font-family: revert;
    font-weight:700;
    text-transform:uppercase;
}

.hero2 p{
    color:#cbd5e1;
    font-size:18px;
    font-family: "lato", sans-serif;
}
/* SECTION */

.section-title{
    text-align: center;
    font-weight: 700;
    color: #111;
    
}

/* PRODUCT CARD */

.product-card{
    background: #fff;
    margin-top: 40px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.4s ease;
    height: 100%;
  
}



/* IMAGE SECTION */

.product-image{
    width: 100%;
    height: 260px; /* Half area */
    overflow: hidden;
    position: relative;
    
}

.product-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}


/* CONTENT SECTION */

.product-content{
    padding: 16px;
    text-align: start;
    min-height: 180px;
}

.product-content h3{
  font-family:"Raleway", sans-serif ;
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 15px;
    color: #111;
    position: relative;
}

.product-content p{
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    font-family: "lato",sans-serif;
    margin: 0;
}
.price{
    color: #5d8948;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 12px;
}

.price span{
    font-size: 16px;
    font-weight: 500;
}

.quote-btn{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 16px;
    background-color: #ffb524;
    color: white;
    text-decoration: none;
    padding: 13px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 60;
    transition: 0.3s;
}
.quote-btn:hover{
  color: white !important;
}

/* RESPONSIVE */

@media(max-width:768px){

    .product-image{
        height: 220px;
    }

    .product-content{
        min-height: auto;
    }

}


/* INNER PAGE 1 CSS */
 
/* =========================
   INNER PAGE 1 CSS
========================= */

/* RESET SAFETY */

.product-section-box *,
.product-section-box *::before,
.product-section-box *::after {
  box-sizing: border-box;
}

/* =========================
   MAIN PRODUCT SECTION
========================= */

.product-section-box {
  width: 100%;
  max-width: 1200px;

  margin: 50px auto;
  padding: 25px;

  background: #fff;
  border-radius: 12px;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* =========================
   HEADING
========================= */

.product-section-box .product-heading {
  font-size: 34px;
  margin-bottom: 25px;
  color: #222;
  font-family: "Raleway", sans-serif;
  line-height: 1.3;
  word-break: break-word;
}

/* =========================
   MAIN WRAPPER
========================= */

.product-section-box .product-wrapper {
  display: flex;
  gap: 35px;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* =========================
   LEFT SIDE
========================= */

.product-section-box .left-side {
  flex: 1 1 500px;
  min-width: 0;
  width: 100%;
}

.product-section-box .main-image {
  width: 100%;
  height: 420px;

  border-radius: 12px;
  overflow: hidden;

  border: 1px solid #ddd;
  margin-bottom: 18px;

  background: #fff;
}

.product-section-box .main-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  display: block;
}

/* =========================
   THUMB IMAGES
========================= */

.product-section-box .thumb-images {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.product-section-box .thumb-images a {
  width: 90px;
  height: 90px;

  flex: 0 0 auto;

  border-radius: 10px;
  overflow: hidden;

  border: 2px solid transparent;

  transition: 0.3s ease;
}

.product-section-box .thumb-images a:hover {
  border-color: #5d8948;
  transform: scale(1.05);
}

.product-section-box .thumb-images img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  display: block;
}

/* =========================
   RIGHT SIDE
========================= */

.product-section-box .right-side {
  flex: 1 1 450px;
  min-width: 0;
  width: 100%;
}

.product-section-box .price {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
  word-break: break-word;
}

.product-section-box .details {
  margin-bottom: 25px;
}

.product-section-box .details p {
  margin-bottom: 12px;
   display: grid;
   grid-template-columns: 1fr 1fr;
    gap: 20px 60px;
  font-size: 17px;
  color: #444;

  line-height: 0.8;
  font-family: "Lato", sans-serif;

  word-break: break-word;
}

.product-section-box .details span {
  font-weight: bold;
  color: #111;
}

.product-section-box .description {
  font-size: 16px;
  line-height: 1.2;
  color: #555;

  margin-bottom: 25px;

  word-break: break-word;
}

.product-section-box .product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 14px 30px;

  background: #5d8948;
  color: #fff;

  text-decoration: none;
  border-radius: 8px;

  transition: 0.3s ease;

  text-align: center;
}

.product-section-box .product-btn:hover {
  opacity: 0.9;
}

/* =========================
   IMAGE CHANGE
========================= */

#img1:target~.product-wrapper .main-image img {
  content: url('../img/liquidglucoseMaize.jpg');
}

#img2:target~.product-wrapper .main-image img {
  content: url('../img/LiquidGlucoseMaize1.jpg');
}

#img3:target~.product-wrapper .main-image img {
  content: url('../img/liquidGlucoseMaize2.jpg');
}

#img4:target~.product-wrapper .main-image img {
  content: url('../img/LiquidGlucoseMaize3.jpg');
}

/* =========================
   LARGE TABLETS
========================= */

@media(max-width:992px) {

  .product-section-box {
    margin: 40px 20px;
    padding: 22px;
  }

  .product-section-box .product-heading {
    font-size: 30px;
  }

 .product-section-box .main-image {
    height: 320px;
    margin-bottom: 10px;
}

}

/* =========================
   TABLETS
========================= */

@media(max-width:768px) {

  .product-section-box {
    margin: 30px 15px;
    padding: 20px;
  }

  .product-section-box .product-wrapper {
    flex-direction: column;
    gap: 8px;
}

  .product-section-box .product-heading {
    font-size: 28px;
  }

  .product-section-box .price {
    font-size: 28px;
  }

  .product-section-box .details p {
    font-size: 16px;
  }

  .product-section-box .description {
    font-size: 15px;
  }

  .product-section-box .main-image {
    height: 320px;
    margin-bottom: 0px;
}

  .product-section-box .thumb-images {
    margin-bottom: 0px;
}
  .product-section-box .thumb-images a {
    width: 80px;
    height: 80px;
  }
  .product-section-box .left-side,
  .product-section-box .right-side {
    flex: 1 1 auto;
    width: 100%;
  }

  .product-section-box .right-side{
    margin-top: 10px;
  }

}

/* =========================
   MOBILE DEVICES
========================= */

@media(max-width:576px) {

  .product-section-box {
    margin: 20px 10px;
    padding: 16px;
    border-radius: 10px;
  }

  .product-section-box .product-heading {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .product-section-box .main-image {
    height: 320px;
    margin-bottom: 10px;
}
  .product-section-box .thumb-images {
    margin-bottom: 0px;
}  

  .product-section-box .thumb-images a {
    width: 70px;
    height: 70px;
  }

  .product-section-box .price {
    font-size: 24px;
  }

  .product-section-box .details p {
    font-size: 15px;
    line-height: 1.5;
  }

  .product-section-box .description {
    font-size: 14px;
    line-height: 1.7;
  }

  .product-section-box .product-btn {
    width: 100%;
    padding: 14px 20px;
    font-size: 15px;
  }

}

/* =========================
   EXTRA SMALL DEVICES
========================= */

@media(max-width:380px) {

  .product-section-box {
    padding: 14px;
  }

  .product-section-box .product-heading {
    font-size: 21px;
  }

  .product-section-box .main-image {
    height: 320px;
    margin-bottom: 10px;
}

  .product-section-box .thumb-images a {
    width: 60px;
    height: 60px;
  }

  .product-section-box .price {
    font-size: 21px;
  }

}

/*PRODUCT INNER 2ND SECTION*/

#img5:target~.product-wrapper .main-image img {
  content: url('../img/FoodGradeSorbitolPowder.jpg');
}

#img6:target~.product-wrapper .main-image img {
  content: url('../img/FoodGradeSorbitolPowder2.jpg');
}

#img7:target~.product-wrapper .main-image img {
  content: url('../img/FoodGradeSorbitolPowder3.jpg');
}

#img8:target~.product-wrapper .main-image img {
  content: url('../img/FoodGradeSorbitolPowder4.jpg');
}

/*PRODUCT INNER 3RD SECTION*/

#img9:target~.product-wrapper .main-image img {
  content: url('../img/CornMaltodextrinPowder.jpg');
}

#img10:target~.product-wrapper .main-image img {
  content: url('../img/CornMaltodextrinPowder2.jpg');
}

#img11:target~.product-wrapper .main-image img {
  content: url('../img/CornMaltodextrinPowder3.jpg');
}

#img12:target~.product-wrapper .main-image img {
  content: url('../img/CornMaltodextrinPowder4.jpg');
}


/*PRODUCT INNER 4TH SECTION*/


#img13:target~.product-wrapper .main-image img {
  content: url('../img/HighFructoseCornSyrup.jpg');
}

#img14:target~.product-wrapper .main-image img {
  content: url('../img/HighFructoseCornSyrup2.jpg');
}

#img15:target~.product-wrapper .main-image img {
  content: url('../img/HighFructoseCornSyrup3.jpg');
}

/* INFRASTRUCTURE */

.hero3 {
  height: 700px;
  background-image: url("../img/Intrastructure.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

/* DARK OVERLAY */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
 
  
  
}

.hero3-content {
  position: relative;
  z-index: 2;
  padding: 20px;
}

.hero3 h1 {
  font-size: 60px;
  margin-bottom: 15px;
  color: white;
  font-family: revert;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}

.hero3 p {
  color: white;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}

/* TEXT COPYING */
/* Disable text selection on entire website */
body {
    
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none;     /* IE 10+ */
    user-select: none;         /* Standard */
}


/* COMPANY DIRECTORY */
.product1-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.product1-card {
    width: 230px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s;
}

.product1-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.product1-content {
    padding: 15px;
}

.product1-content h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.product1-content p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 6px;
}

/* Tablet */
@media (max-width: 768px) {
    .product1-container {
        justify-content: center;
    }

    .product1-card {
        width: calc(50% - 10px);
        max-width: 230px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .product1-card {
        width: 100%;
        max-width: 300px;
    }
}
.product1-content p .team-social a {
  color: #ffb524;
  font-size: 20px;
  transition: 0.3s;
  margin-left: 6px;

}

.team-social a:hover {
  color: #5d8948;
}

.hero5 {
  height: 700px;
  background-image: url("../img/companydirectory.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.overlay5 {
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
}

.hero5-content {
  position: relative;
  z-index: 2;
}

.hero5 h1 {
  font-size: 70px;
  margin-bottom: 15px;
  color: white;
  font-family: revert;
  font-weight: 700;
  text-transform: uppercase;
}

