/* hero banner */

.new-green-button-for-new-industry{
    width: 160px;
    background-color: #a2c801;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 20px;
    text-decoration: none;
    color: white;
    cursor: pointer;
  
  }
  .new-white-button-for-new-industry{
    width: 160px;
    background-color: #ffffff;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 20px;
    text-decoration: none;
    color: black;
    cursor: pointer;
  
  }
  .new-transparent-button-for-new-industry{
    width: 160px;
    background-color: transparent;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px 20px; */
    font-size: 16px;
    border-radius: 20px;
    text-decoration: none;
    color: #a2c801;
    cursor: pointer;
  
  }
  .new-green-button-for-new-industry svg{
    width: 15px;
    height: 15px;
    fill: white;
  }
  .new-white-button-for-new-industry svg{
    width: 15px;
    height: 15px;
    fill: black;
  }
  .new-transparent-button-for-new-industry svg{
    width: 15px;
    height: 15px;
    fill: #a2c801;
  }
  
.small-heading-green {
    font-family: poppins;
    font-size: 20px;
    font-weight: 500;
    color: #a2c801;

}
.small-heading-black {
    font-family: poppins;
    font-size: 20px;
    font-weight: 500;
    color: #000000;

}
.small-heading-white {
    font-family: poppins;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;

}

.small-text-para-white {
    font-family: poppins;
    font-size: 16px;
    font-weight: 400;
    color: rgb(255, 255, 255);
}
.small-text-para-black {
    font-family: poppins;
    font-size: 16px;
    font-weight: 400;
    color: rgb(0, 0, 0);
}

.main-heading-new-facilities {
    font-family: poppins;
    font-size: 36px;
    font-weight: 400;

}

.main-heading-new {
    font-family: poppins;
    font-size: 50px;
    font-weight: 400;

}

.main-heading-new-small-black {
    font-family: poppins;
    font-size: 40px;
    font-weight: 400;

}

.main-heading-new-small-white {
    font-family: poppins;
    font-size: 40px;
    color: white;
    font-weight: 400;

}

.text-white-big {
    font-family: poppins;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    padding-top: 10px;

}

.text-black-big {
    font-family: poppins;
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    padding-top: 10px;

}

/* hero banner */
.first-bk {
    background: url(../src/photos/newservicepage/bgimg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
     padding: 60px 75px 80px 75px;
     display: flex;
     height: 80vh;
     align-items: center;
     justify-content: space-between;
   }
   .left-side {
     display: flex;
     flex-direction: column;
     gap: 20px;
   }
   
   .button-icon {
     height: 18px;
     width: auto;
     margin-left: -10px;
   }
   .banner-img {
     height: 300px;
     width: auto;
     /* border-radius: 20px; */
     object-fit: cover;
     object-position: right
     
   }
   .right-side {
     display: flex;
     align-items: end;
     justify-content: center;
   }
   .page-heading-section {
     background-color: white;
     padding: 30px;
     border-radius: 20px;
     margin-right: -75px;
     margin-top: -75px;
     margin-bottom: 75px;
     z-index: 1;
     width: 370px;
     box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.05);
   }
   .page-heading {
     font-size: 40px;
     font-weight: 600;
   }
   /* hero banner end */
 




/* from second section even sections */
.paddingtop {
    padding-top: 100px;
}

.second-bk {
    padding: 60px 75px 100px 75px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}

.left-img img {
    width: 600px;
    height: auto;
    border-radius: 20px;

}

.right-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 20px;

}

/* from second section even sections end */
/* from third section even sections */

.third-bk {
    background-color: #f6f6f6;
    padding: 100px 75px 100px 75px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}

.right-img img {
    width: 600px;
    height: auto;
    border-radius: 20px;

}

.left-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 20px;

}

/* from third section even sections end */


/* lub-page-square-bluebg-section start */

.lub-page-square-bluebg-section {
    /* margin-top: 60px; */
    margin-bottom: 60px;
    padding: 80px 75px 80px 75px;
    background-color: #014380;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 30px;
}

.lub-page-square-bluebg-row-container {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    gap: 50px;
}

.lub-page-square-bluebg-col-container {
    padding: 20px;
    height: 40vh;
    width: 300px;
    /* background-color: #eeeeee; */
    border: 0.6px solid #cdcdcd;

}

/* lub-page-square-bluebg-section End */




/* sticky-image-section-white start */

.sticky-image-section-white-new{
    /* background-color: gray; */
    padding: 80px 75px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: row;
}
.sticky-image-new{
    width: 50%;
    position: sticky;
    top: 20%;
    left: 5%;
    padding-right: 50px;

}
.sticky-image-new img{
    width: 400px;
    height: auto;
    

}
.scrolling-text-container-white-new{
    width: 50%;
    border-left: 2px solid black;
    /* height: 200vh; */
    display: flex;
    flex-direction: column;
    padding-left: 50px;

    gap: 30px;
}
  
  
  .scrolling-heading  {
    color: rgb(0, 0, 0);
    font-size: 26px;
    font-family: poppins;
  }
  .scrolling-text  {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-family: poppins;
  }
  
  
  /* sticky-image-section-white End */
  















  /* Business-Potential-section start */

  .Business-Potential-section{
    padding: 0px 75px 80px 75px;
    /* background-color: #a2c801; */
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    justify-content: space-between;
  }
  .Business-Potential-container{
    width: 100%;
    /* background-color: #5d614d; */
    display: flex;
    align-items: center;
    justify-content: space-around;

  }
  .middle-img{
    width: 30%;
    /* height: 30vh; */
    display: flex;
    align-items: center;
    justify-content: center; 
  }
  .middle-img img{
    width: 400px;
    height: auto;
    border-radius: 20px;
    
  }
  .content-section{
    width: 30%;
    /* height: 30vh; */
    /* background-color: #014380; */
  }
  /* Business-Potential-section End */









  
/* faq section start */
.sixth-bk {
  padding: 80px 75px 50px 75px; /* Padding for the section */
}
.accordion {
  width: 100%; /* Set accordion width to 100% */
}
/* Custom styles for the accordion */
.accordion-button {
  background-color: white; /* Set background color to white */
  color: #000; /* Set text color */
  box-shadow: none; /* Remove box shadow */
}

.accordion-button:not(.collapsed) {
  background-color: white; /* Keep background white when active */
  color: #000; /* Set text color when active */
  border: 1px solid #000000; /* Keep border color */
  border-top: none;
  border-left: none;
  border-right: none; /* Remove bottom border when active */
}

.accordion-item {
  border: 1px solid #000000; /* Border for the accordion item */
  border-top: none;
  border-left: none;
  border-right: none; /* Remove bottom border for the last item */
}

.accordion-item:last-child {
  border-bottom: 1px solid #000000; /* Add bottom border for the last item */
}

/* Show bottom border only when all items are collapsed */
.accordion-button.collapsed {
  border-bottom: 1px solid #000000; /* Show bottom border when collapsed */
}

/* Remove box shadow when active */
.accordion-button:focus {
  box-shadow: none; /* Remove focus box shadow */
}
.accordion-container {
  display:flex;
  justify-content: center;
  align-items: center;
  margin-left: 10%;
}
/* sixth section end*/
/* seventh section */
.form-group {
  margin-bottom: 15px;
}

/* Input fields: full width for a better user experience */
input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%; /* Full width for input fields */
  padding: 10px;
  /* border: 1px solid #ccc; */
  border-radius: 4px;
  box-sizing: border-box;
  background-color: white; /* White background for input fields */
}

/* Placeholder text: black for better readability */
input::placeholder {
  color: black; /* Black color for placeholder text */
}

/* Text area for the message */
textarea {
  width: 100%; /* Full width for the message textarea */
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: white; /* White background for textarea */
}

/* Styling for the side-by-side layout */
.side-by-side {
  display: flex;
  justify-content: space-between; /* Space between input fields */
}

.side-by-side .form-group {
  flex: 1; /* Allow equal width for both input fields */
  margin-right: 10px; 
}

.side-by-side .form-group:last-child {
  margin-right: 0; /* Remove margin for the last field */
}


/* faq section End */









@media only screen and (max-width: 800px) {
 
.paddingtop {
  padding-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
}
.main-heading-new-small-white {
  font-family: poppins;
  font-size: 25px;
  color: white;
  font-weight: 400;

}

.main-heading-new {
  font-family: poppins;
  font-size: 25px;
  font-weight: 500;
}

  .first-bk {
    background: url(../src/photos/newservicepage/bgimg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
     padding: 60px 20px 60px 20px;
     display: flex;
     height: 75vh;
     align-items: center;
     justify-content: space-between;
   }

  .second-bk {
    padding: 30px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
}

.left-img img {
    width: 300px;
    height: auto;
    border-radius: 20px;
    margin-bottom: 20px;

}

.right-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 20px;

}


/* sticky-image-section-white start */


.sticky-image-section-white-new{
  /* background-color: gray; */
  padding: 0px 20px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
}
.sticky-image-new{
  width: 100%;
  position: static;
  text-align: center;

  padding-right: 0px;

  
}
.sticky-image-new img{
  width: 200px;
  height: auto;
  margin-bottom: 30px;
  

}
.scrolling-text-container-white-new{
  width: 100%;
  border-left: 0px solid black;
  /* height: 200vh; */
  display: flex;
  flex-direction: column;
  padding-left: 0px;

  margin-top: 40px1;
  gap: 20px;
}


.scrolling-heading {
  color: rgb(0, 0, 0);
  font-size: 26px;
  font-family: poppins;
}
.scrolling-text  {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-family: poppins;
}

  



/* sticky-image-section-white End */




.Lubricant-Manufacturing{
  padding: 60px 20px 60px 20px;
  height: 50vh;
}

.lub-page-square-bluebg-section{
  padding: 60px 20px 60px 20px;
  gap:20px;
}

.lub-page-square-bluebg-row-container{
  margin-top: 20px;
  width: 100%;
  flex-direction: column;
}
.lub-page-square-bluebg-col-container{
  padding: 20px;
  height: fit-content;
  width: 100%;     
}





/* Business-Potential-section start */

.Business-Potential-section{
  padding: 0px 20px 60px 20px;
  /* background-color: #a2c801; */
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  justify-content: space-between;
}
.Business-Potential-container{
  width: 100%;
  /* background-color: #5d614d; */
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;

}
.middle-img{
  width: 100%;
  /* height: 30vh; */
  display: flex;
  align-items: center;
  justify-content: center; 
}
.middle-img img{
  width: 300px;
  margin-bottom: 30px;
  height: auto;
  border-radius: 10px;
  
}
.content-section{
  width: 100%;
  /* height: 30vh; */
  /* background-color: #014380; */
}
/* Business-Potential-section End */




/* faq section start */


.sixth-bk {
  padding: 60px 20px; /* Padding for the section */
}
.accordion-container {
  display:flex;
  justify-content: center;
  align-items: center;
  margin-left: -2%;
  margin-top: 20px;
}
.accordion-body{
  font-size: 12px;
}
/* faq section End */
.third-bk{
  padding: 60px 20px !important;
}


}