/* header-container Start ****************************************** */
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px !important;
}

.contact-logo img {
  height: 65px;
}

.logo img {
  height: 65px;
  /* width: 100px; */
}

.section-padding {
  padding: 50px 0;
}

header {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.nav-menu {
  display: flex;
  list-style: none;
}

.nav-menu li {
  margin-left: 25px;
}

.nav-menu a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  color: #1e5631 !important;
}

/* header-container End ********************* */

/* Banner section Start *************************************************************** */
#banner-img {
  position: relative;
  width: 100%;
  height: 75vh;
  background-image: url("./images/banner-img.jpg");
  background-size: cover;
  background-position: center;
  padding: 150px 20px 100px;
  display: flex;
  align-items: center;
  color: #fff;
}

#banner-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.banner-content-wrapper h1 {
  font-size: 32px !important;
  margin-bottom: 20px !important;
  color: white;
  font-family: "Poppins", sans-serif !important;
}

.banner-content-wrapper p {
  font-size: 1.2rem !important;
  margin-bottom: 30px !important;
  /* font-family: "Poppins", sans-serif !important; */
}

.banner-content-wrapper {
  position: relative;
  z-index: 1;
}

.banner-content-wrapper h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}

.banner-content-wrapper p {
  font-size: 18px;
  line-height: 1.6;
}

.banner-content-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.banner-btn-wrapper .btn-1:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #1e5631;
}

.banner-btn-wrapper .btn-1:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #1e5631;
}

.banner-btn-wrapper .btn-2 {
  background-color: #D4AF37;
  color: #1e5631;
  border: 2px solid #D4AF37;
  padding: 12px 30px;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.banner-btn-wrapper .btn-2:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #D4AF37;
}

.banner-btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.text-green {
  color: #1e5631;
  font-weight: 700;
  font-family: "Poppins", sans-serif !important;
}

.banner-btn-wrapper .btn-1 {
  background-color: #1e5631;
  color: white;
  border: 2px solid #1e5631;
  padding: 12px 30px;
  border-radius: 5px;
  font-weight: 500;
}

.banner-btn-wrapper .btn-2 {
  background-color: #1e5631;
  color: white;
  background-color: #d4af37;
  padding: 12px 30px;
  border-radius: 5px;
  font-weight: 500;
}

/* Banner section End ******************************************* */

/* .our-story Start ******************* */

.about-h2-wrapper h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  position: relative;
  font-weight: 700;
}

.about-h2-wrapper h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #d4af37;
}

.about-para-wrapper p {
  font-size: 16px;
}

.our-story-h3-wrapper h3 {
  font-size: 22.5px;
  /* font-family: "Poppins", sans-serif !important; */
  font-weight: 1000 !important;
  margin-bottom: 20px;
}

.about-head-content-wrapper {
  margin-bottom: 50px;
}

.our-story-content-wrapper p {
  margin-bottom: 20px !important;
}

.our-story-content-wrapper .read-content-wrapper {
  text-decoration: none;
  color: #1a3a6e;
  font-weight: 500;
  transition: color 0.3s ease;
}

.our-story-content-wrapper .read-content-wrapper:hover {
  color: #d4af37;
}

.feature h4::before {
  content: "✓";
  color: #D4AF37;
  margin-right: 10px;
  font-weight: bold;
}

#left-section {
  align-items: center !important;
  padding: 0;
}

#right-section {
  flex: 1;
  min-width: 300px;
  background-color: #F9F5EB;
  padding: 30px !important;
  border-radius: 10px;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.about-features h3 {
  font-size: 17.55px;
  font-weight: 700;
}

.feature h4 {
  font-size: 19.2px;
  font-weight: 700;
}

#left-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* vertical center */
}

#right-section {
  background-color: #F9F5EB !important;
}

.our-product {
  background-color: #F9F5EB;
}

.our-team-today {
  padding: 80px 0;
  background-color: #1A3A6E;
  color: white;
  text-align: center;
}

/* Section title */
.section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  position: relative;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #D4AF37;
}

/* .our-story End ******************************************* */

/* container-our-product Start **************************** */

.container-our-product {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Section title */
.section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  position: relative;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #D4AF37;
}

.banner-content-wrapper h1 {
  font-size: 32px !important;
}

.banner-content-wrapper .our-team-today-wrapper-content {
  font-size: 17.6px !important;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}


.product-card {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 25px;
  transition: transform 0.3s, box-shadow 0.3s !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
}

.product-card h3 {
  font-size: 20.8px;
  font-weight: 700;
  font-family: "Poppins", sans-serif !important;
  margin-bottom: 15px;
  color: #1e5631;
}

.product-card p {
  font-size: 16px;
  /* margin-bottom: 20px; */
  color: #6B7280;
  line-height: 1.5;
}

.product-card .read-more {
  text-decoration: none;
  font-weight: 500;
  color: #1A3A6E;
  transition: color 0.3s;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.product-card .read-more:hover {
  color: #D4AF37;
}

a {
  text-decoration: none;
  color: #1A3A6E;
  transition: color 0.3s ease;
}

/* container-our-product End ******************************************* */




/* footer start ************************ */

footer {
  background-color: #222;
  color: #fff;
  font-family: "Poppins", sans-serif;
  padding: 40px 20px 20px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  /* gap between columns */
  margin-bottom: 30px;
}

.footer-column {
  flex: 1 1 200px;
  /* responsive columns */
}

.footer-column h3 {
  font-size: 18px;
  margin-bottom: 15px;
  /* color: #D4AF37; */
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #D4AF37;
}

.footer-column p a {
  color: #fff;
  text-decoration: none;
}

.footer-column p a:hover {
  color: #D4AF37 !important;
}

.social-links a {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.social-links a:hover {
  color: #D4AF37;
}

.footer-bottom-2 {
  text-align: center;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
}

.footer-bottom-2 a {
  color: #999;
  text-decoration: none;
}

.footer-bottom-2 a:hover {
  color: #D4AF37;
}

.footer-bottom-2 p {
  font-size: 0.9rem;
  color: #999;
}

.footer-column h3 {
  position: relative;
  padding-bottom: 10px;
}

.footer-column h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #D4AF37;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #444 !important;
  border-radius: 50%;
  color: white;
  transition: background-color 0.3s ease;
}

.social-links a:hover {
  color: #D4AF37 !important;
}



.product-card {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 25PX;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 20px 0;

}

.product-card h3 {
  font-family: 'Poppins', sans-serif;
  color: #1e5631;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.product-card-content {
  margin-bottom: 20PX !important;
}

/* footer End ************************ */



/* page header start ************************ */
.page-header {
  background-color: #1e5631;
  color: white;
  padding: 170px 0 60px;
  text-align: center;
}

.page-header h1 {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.page-header p {
  font-size: 17.6px;
  font-family: 'Roboto', sans-serif;
}

/* page header end ************************ */

/* <!-- our story start Product ************************************************************************************************************************   */
.about-content {
  display: flex !important;
}

.about-image img {
  width: 100%;
  height: auto;
  display: block;
}

.about-content {
  display: flex !important;
  align-items: center;
  gap: 20px;
}

.about-text p {
  margin-bottom: 12px;
  line-height: 1.7;
  font-family: 'Roboto', sans-serif;
  color: #555;
}

.about-img {
  width: 100%;
}

.about-img img {
  width: 100%;
  border-radius: 6px;
  align-items: center;
  object-fit: cover;
}

.about-img img {
  align-items: center !important;
}

.about-section h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #1E5631;
  font-weight: 700 !important;
}

.about-features h3 {
  font-size: 18.72px;
  margin-bottom: 20px;
  color: #1E5631;
  font-weight: 700 !important;
}

.about-img img {
  height: 350px;
}


/* <!-- our story End ************************   */

/* mission-vision START ************************ */

section.mission.section-padding {
  margin-top: 40px;
}

.mission {
  background-color: #F9F5EB;
}

.mission-wrapper {
  background-color: white !important;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05)
}

.mission-wrapper h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

/* mission-vision END ************************************************ */

/* Our Core Values Start ****************************  */
.values-section {
  padding: 50px 0;
}


.value-card {
  background-color: #F9F5EB;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-icon {
  background: #1e5631;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.value-icon span {
  color: #fff;
  font-size: 1.8rem;
}

.vlaue-card-wrapper {
  display: flex;
  gap: 40px;
}

.value-title h4 {
  margin: 24px 0;
  font-size: 20.8px;
  font-weight: 700;
}

/* Our Core Values end ****************************  */



/* product css start ************************************************************************************************************************************ */

.product-features ul li {
  list-style: none;
}

.product-features ul li::before {
  content: "✓";
  color: #D4AF37;
  margin-right: 10px;
  font-weight: bold;
}

.product-info h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #1E5631;
}

.process-steps .Requirement-card-1 {
  position: relative;
}

.process-steps .Requirement-card-1::after {
  content: '→' !important;
  position: absolute;
  top: 20px;
  right: -20px;
  color: #D4AF37;
  font-size: 1.5rem;
  font-weight: bold;
}

.plastic-h2-wrapper h2 {
  margin-bottom: 20px;
  font-weight: 700;
  color: #1E5631;
  font-size: 28.8px;
  font-family: 'Poppins', sans-serif;
}

.plastic-content-wrapper p {
  margin-bottom: 20px;
}

.product-plastics .row {
  display: flex;
  align-items: center;
  /* vertical center */
}

.product-features ul {
  padding: 0;
}

.product-features {
  margin: 25px 0;
}

.product-features ul li {
  margin-bottom: 20px;
}

.btn-primary {
  background-color: #1E5631 !important;
  color: white;
  border: 2px solid #1E5631 !important;
}

.btn {
  display: inline-block;
  padding: 12px 30px !important;
  border-radius: 5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-image {
  flex: 1;
  min-width: 300px !important;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
}

.bottom-line {
  border-bottom: 1px solid #eee;
  padding-bottom: 60px;
}

.product-image.orange {
  height: 600px;
  width: 580px;
}

.product-image.orange img {
  height: 100%;
  width: 100%;
}

.main-div-left-right {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.about-para-wrapper-global p {
  max-width: 800px;
  margin: 0 auto 30px;
}

.Requirement-main-card {
  margin: 50px 0 !important;
}

.Requirement-card-1 {
  flex: 1;
  min-width: 200px;
  max-width: 250px;
  text-align: center;
  position: relative;
}

.Requirement-card-1 h3 {
  font-size: 1.3rem;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 15px;
  color: #1E5631;
}

.step-number {
  width: 60px;
  height: 60px;
  background-color: #1E5631;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 auto 20px;
}

/* .values-section {
  background-color: #f9f5eb;
} */

.btn-primary {
  background-color: #1E5631;
  color: white;
  border: 2px solid #1E5631;
}

.btn-primary:hover {
  background-color: #D4AF37 !important;
  border-color: #D4AF37 !important;
  color: #fff;
}

.btn-div {
  text-align: center;
  margin-top: 50px;
}

.btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-align: center !important;
  cursor: pointer;
  transition: all 0.3s ease;
}

.values-section-global {
  background-color: #f9f5eb;
}

/* leadership ************************************************************************************ */

.leadership-section {
  padding: 80px 0;
}

.Leadership-wrapper-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}



.team-section {
  padding: 60px 0;
}

.member-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}


.team-member {
  align-items: flex-start;
  background: #fff;
  /* padding: 25px; */
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.team-member:hover {
  transform: translateY(-23px);
}

.member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.member-image {
  height: 450px;
  background-color: #F9F5EB;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.member-info h3 {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 600;
}

.member-position {
  color: #0a66c2;
  font-size: 14px;
  font-weight: 500;
}

.member-bio {
  margin: 15px 0;
  line-height: 1.6;
}

.social-links a {
  font-size: 18px;
  margin-right: 12px;
  color: #0a66c2;
  transition: 0.3s;
}

.social-links a:hover {
  color: #004182;
}

.member-info {
  padding: 25px;
}

.member-info h3 {
  font-size: 1.5rem;
  margin-bottom: 5px;
  font-family: 'roboto', sans-serif;
  color: #1E5631;
}

.member-position {
  color: #D4AF37;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
}

.member-bio {
  color: #6B7280 !important;
  margin-bottom: 20px;
}

.social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #444;
  border-radius: 50%;
  color: white !important;
  transition: background-color 0.3s ease;
}

.wrapper-content-product {
  text-align: center;
  margin-bottom: 50px;
}

.value-card {
  background: #F9F5EB;
  border-radius: 16px;
  padding: 35px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #f1f1f1;
}

.value-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  color: #1E5631 !important;
  gap: 10px;
}


.value-card h3 i {
  color: #D4AF37;
  /* margin-right: 15px; */
}

.value-card .icon {
  font-size: 28px;
  /* background: #ffeb99; */
  text-align: left;
  /* padding: 8px; */
  border-radius: 10px;
}

.icon {
  display: inline-block !important;
  text-align: left !important;
}

.value-card p {
  font-size: 16px;
  color: #555;
  text-align: left;
  line-height: 1.6;
  margin: 0;
}





/* Contact ********************************************************************************** */

.contact-section {
  padding: 80px 0;
}

.contact-logo {
  margin-bottom: 30px;
  text-align: center;
}

.contact-details {
  margin-bottom: 30px;
}

.contact-details h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #1E5631;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.contact-icon {
  color: #D4AF37;
  font-size: 1.2rem;
  margin-right: 15px;
  min-width: 20px;
  text-align: center;
}

.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.contact-text h4 {
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.contact-text p,
.contact-text a {
  color: #6B7280;
}

/* contact phone  */
.contact-icon {
  color: #D4AF37;
  font-size: 1.2rem;
  margin-right: 15px;
  min-width: 20px;
  text-align: center;
}

.contact-text h4 {
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.contact-text p,
.contact-text a {
  color: #6B7280;
  text-decoration: none;
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  background-color: #25D366;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 500;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
  background-color: #128C7E;
  color: #D4AF37;
}

.whatsapp-button i {
  margin-right: 10px;
  font-size: 1.2rem;
}

.social-linkss {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

textarea.form-control {
  min-height: 150px !important;
  resize: vertical;
}

.social-linkss a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #1E5631;
  border-radius: 50%;
  color: white;
  transition: background-color 0.3s ease;
}

.social-linkss a {
  text-decoration: none;
}

.contact-form {
  flex: 1;
  min-width: 300px;
  background-color: #F9F5EB;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* form  */
.contact-form h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #1E5631;
  font-weight: 700;
}

.form-group {
  margin-bottom: 20px;
  width: 100%;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}


.conatct-map {
  padding: 0 0 80px;
}

/* .blog-section *********************************************************************************************************************************** */

.blog-section {
  padding: 80px 0;
}

.post-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.blog-post:hover .post-image img {
  transform: scale(1.03);
}

.post-image {
  height: 250px;
  overflow: hidden;
}

.blog-post {
  background-color: white;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s
}


.blog-post:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.post-content {
  padding: 25px;
}

.post-meta i {
  margin-right: 5px;
  color: #D4AF37;
}

.post-meta {
  display: flex;
  margin-bottom: 15px;
}

.icon-div {
  display: flex;
}

.icon-text p {
  font-size: 14.4px;
}

.icon-div {
  margin-right: 15px;
}

.post-content h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #1E5631;
}

.read-more {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #1E5631;
  align-items: center;
  text-decoration: none;
}

.read-more span {
  margin-left: 5px;
  transition: margin-left 0.3s
}

.learn-more-div .read-more:hover {
  color: #D4AF37;
}


.sidebar-c {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}


.categories-h3 {
  font-size: 1.3rem;
  margin-bottom: 20px !important;
  padding-bottom: 10px;
  border-bottom: 2px solid #D4AF37 !important;
  font-family: 'Poppins', sans-serif;
  color: #1E5631;
  font-weight: 700;
}

.categories-list,
.recent-posts-list {
  list-style: none;
}

.categories-list li,
.recent-posts-list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
}

.categories-list li:last-child {
  border: none;
  padding: 0;
}

.bottom-line {
  border: none !important;
}

.categories-list {
  padding: 0;
}

.categories-list li a {
  padding: 0;
  text-decoration: none;
  color: #1A3A6E;
}

.categories-list li a:hover {
  color: #D4AF37;
}

.categories-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
}

.categories-list a span {
  background-color: #F9F5EB;
  color: #1E5631;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 0.8rem;
}

.recent-post-image {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 15px;
  flex-shrink: 0;
}

.recent-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent-post {
  display: flex;
}

.recent-post-info a {
  font-size: 16px;
  color: #1A3A6E;
  font-weight: 600 !important;
}

.recent-post-date p {
  font-size: 12.8px;
}

.recent-post-info a:hover {
  color: #D4AF37;
}

.recent-post {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}









/* @media  query Start  ****************************************** */


@media only screen and (max-width:425px) {

  /* banner-btn-wrapper Start ****************************************** */

  .banner-btn-wrapper .btn-1 {
    background-color: #1e5631;
    color: white;
    border: 2px solid #1e5631;
    padding: 12px 18px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
  }

  .banner-btn-wrapper .btn-2 {
    background-color: #1e5631;
    color: white;
    background-color: #d4af37;
    padding: 12px 18px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
  }

  /* banner-btn-wrapper End ********************* */
}

@media only screen and (max-width:375px) {

  /* banner-btn-wrapper Start ****************************************** */

  .banner-btn-wrapper .btn-1 {
    background-color: #1e5631;
    color: white;
    border: 2px solid #1e5631;
    padding: 12px 12px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
  }

  .banner-btn-wrapper .btn-2 {
    background-color: #1e5631;
    color: white;
    background-color: #d4af37;
    padding: 12px 12px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
  }

  /* banner-btn-wrapper End ********************* */
}

@media only screen and (max-width:320px) {

  /* banner-btn-wrapper Start ****************************************** */

  .banner-btn-wrapper .btn-1 {
    background-color: #1e5631;
    color: white;
    border: 2px solid #1e5631;
    padding: 12px 10px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 500;
  }

  .banner-btn-wrapper .btn-2 {
    background-color: #1e5631;
    color: white;
    background-color: #d4af37;
    padding: 12px 10px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 500;
  }

  /* banner-btn-wrapper End ********************* */

}

/* Our Mission end *********************  */

@media only screen and (max-width: 768px) {

  /* header-container Start  */
  .mobile-menu-btn {
    display: block;
  }

  .nav-menu li {
    margin: 10px 0;
  }

  .nav-menu.active {
    display: flex;
  }

  .nav-menu {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: white;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }

  .vlaue-card-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .mission-wrapper {
    margin: 20px;
  }

  /* header-container End  **********************/

  .product-plastics .col-xl-6 {
    margin-bottom: 30px;
  }

  .col-md-6 {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    /* md मध्ये center */
  }

  .about-section .col-md-12 {
    margin-bottom: 15px;
  }
}