@font-face {
  font-family: "Poppins-Black";
  src: url(../../fonts/Poppins-Black.ttf);
}
@font-face {
  font-family: "Poppins-Bold";
  src: url(../../fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: "Poppins-ExtraBold";
  src: url(../../fonts/Poppins-ExtraBold.ttf);
}
@font-face {
  font-family: "Poppins-Light";
  src: url(../../fonts/Poppins-Light.ttf);
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(../../fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family: "Poppins-Regular";
  src: url(../../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../../fonts/Poppins-SemiBold.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Poppins-Regular" !important;
  color: black;
  overflow-x: hidden;
}
section {
  overflow-x: hidden;
}
.container {
  width: 100%;
  max-width: 90% !important;
}
button.navbar-toggler {
  padding: 6px 8px;
  font-size: 14px;
}
button.navbar-toggler:focus {
  box-shadow: none;
}
ul {
  list-style-type: none;
}

.form-select:focus {
  box-shadow: none !important;
  border: 1px solid #e6f0eb !important;
}
.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #e6f0eb !important;
}
.btn1 {
  font-size: 15px;
  font-weight: 500;
  background-color: #026a35;
  color: #e6f0eb;
  padding: 8px 18px;
  text-decoration: none;
  border-radius: 6px;
  border: none;
}
.btn1:hover {
  background-color: #026a35;
  color: #e6f0eb;
}
.btn2 {
  font-size: 15px;
  font-weight: 500;
  background-color: #e6f0eb;
  color: #026a35;
  padding: 8px 18px;
  text-decoration: none;
  border-radius: 6px;
  border: none;
}
.btn2:hover {
  background-color: #e6f0eb;
  color: #026a35;
}
@media (max-width: 767px) {
  .btn1 {
    font-size: 14px;
    padding: 8px 16px;
  }
  .btn2 {
    font-size: 14px;
    padding: 8px 16px;
  }
}

.navbar .dropdown-item {
  font-size: 15px;
}
/* banner section design start */
.bannersection {
  /*background-image: url("../image/bg.svg");*/
  /* margin-top: -106px; */
  /* padding-top: 220px; */
  padding: 70px 0;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.bannersection .swiper {
  padding-bottom: 60px;
}
.bannersection .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.bannersection .swiper-pagination-bullet {
  background-color: #026a35;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  opacity: 0.5;
  transition: all 0.3s ease; /* smooth transition */
  margin: 0 4px; /* space between bullets */
}

.bannersection .swiper-pagination-bullet-active {
  background-color: #026a35; /* active color */
  width: 30px; /* longer width */
  height: 4px;
  border-radius: 2px;
  opacity: 1;
}
.bannersection .leftside h1 {
  font-size: 66px;
  font-weight: 700;
  margin-bottom: 0px;
  color: black;
}
.bannersection .leftside h1 sub {
  font-size: 34px;
}
.bannersection .leftside p {
  color: black;
  font-size: 17px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bannersection .bannerimg1 {
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 8px;
  /* width: 320px;
  height: auto;
  object-fit: contain; */
}
.bannersection .rightside {
  /* display: flex;
  justify-content: end;
  gap: 36px; */
  /* align-items: end; */
}
.bannersection .rightside .hero-img-container {
  position: relative;
}
.bannersection .rightside img.hero-chemical {
  /* width: 220px;
  height: auto;
  object-fit: contain; */
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 397px;
}
.bannersection .rightside .chemical-caption {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 22px;
  width: 100%;
  text-align: center;
}
.bannersection .rightside .chemical-caption i {
  font-size: 20px;
  background-color: #e6f0eb;
  color: #004d00;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bannersection .rightside .chemical-caption p {
  font-size: 14px;
  font-weight: 500;
  color: black;
  margin-top: 20px;
  margin-bottom: 0;
}
.bannersection .rightside .circleimg {
  width: 100%;
  height: auto;
  animation: float 6s ease-in-out infinite;
}
.bannersection .rightside .logo-circle.spin-infinite {
  animation: spin 5s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* banner section design end */

/* experience section section start */
.experience-section {
  background-color: #d9e8e1;
  padding: 20px 0;
}
.experience-section .leftside .leftimage {
  display: flex;
  gap: 20px;
  align-items: center;
}
.experience-section .leftside .img1 {
  width: 100%;
  height: 78px;
  object-fit: contain;
}
.experience-section .leftside h6 {
  font-size: 20px;
  font-weight: 300;
  color: black;
  margin-left: 33px;
}
.experience-section span.badge {
  position: relative;
  padding: 14px 30px;
  font-size: 15px;
  font-weight: 400;
  color: black;
}
.experience-section span.badge::before,
span.badge::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #026a35;
  border-radius: 50px;
  transition: 0.3s;
}

.experience-section span.badge::before {
  transform: translate(-8px, 0); /* left circle */
}

.experience-section span.badge::after {
  transform: translate(8px, 0); /* right circle */
}

.experience-section .usersimg {
  display: flex;
  align-items: center;
  background-color: #026a35;
  border-radius: 50px;
  padding: 6px 18px;
}
.experience-section .usericon {
  width: 92px;
}
.experience-section .reviews {
  color: white;
  font-size: 16px;
  margin-left: 10px;
  margin-bottom: 0;
  font-weight: 400;
}
/* experience section section end */

/* about section start */
.about-section {
  padding: 60px 0;
  background: #fff;
}
.about-section .leftside {
  position: relative;
}
.about-section .leftside img.leftimg {
  width: 100%;
  height: auto;
  border-radius: 10px;
  position: relative;
}
.about-section .leftside .rating-card {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-image: url(../image/world.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
.about-section .leftside .rating-card p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}
.about-section .leftside .stars {
  color: orange;
  font-size: 19px;
  margin-top: 6px;
}
.about-section .rightside h2 {
  font-size: 28px;
  color: #026a35;
  font-weight: 500;
  margin-bottom: 14px;
}
.about-section .rightside p {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 400;
}
.about-section .rightside .card {
  box-shadow: 0 0 4px 0 #026a3552;
  padding: 20px;
  border-radius: 8px;
}
.about-section .rightside .card h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.about-section .rightside .card h6 {
  font-size: 15px;
  line-height: 22px;
  color: #878680;
  margin-bottom: 0px;
  font-weight: 400;
}
/* about section end */

/* industry section start  */
.industrygrowth-section {
  padding: 60px 0;
  background: #f8f8f8;
}
.industrygrowth-section .topheading h2 {
  font-size: 28px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 0px;
}
.industrygrowth-section .topheading p {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 400;
}
.industrygrowth-section .content {
  text-align: center;
  padding: 30px;
}
.industrygrowth-section img.industryimg {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.industrygrowth-section .content h5 {
  font-size: 26px;
  font-weight: 600;
  color: #026a35;
  margin-bottom: 10px;
}
.industrygrowth-section .content p {
  font-size: 15px;
  margin-bottom: 0px;
}
/* industry section end  */

/* category section start */
.category-section {
  padding: 60px 0;
  background: url("../image/Maskgroup.svg") no-repeat center center/cover;
  color: #000;
}
.category-section .topheading h6 {
  font-size: 18px;
  margin-bottom: 10px;
}
.category-section .topheading h2 {
  font-size: 34px;
  margin-bottom: 0px;
  color: #026a35;
  font-weight: 500;
}
.category-section .topheading p {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 400;
}
.category-section .categorydetails {
  position: relative;
}
.category-section .categoryimg {
  position: relative;
  width: 100%;
  height: 260px; /* example fixed height */
  object-fit: cover;
  box-shadow: 0px 0px 2.94px 0px #026a35;
  padding: 6px;
  border-radius: 5px;
}
.category-section .titlecat h6 {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}
.category-section .arrow-btn {
  position: absolute;
  bottom: 5px;
  right: 5px;

  background: #e6f0eb;
  color: #026a35;
  width: 70px;
  height: 38px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 4px;
}
.swiper.categoryslider {
  padding-top: 50px;
}
.category-section .swiper-slide:nth-child(1) {
  transform: rotate(-9.21deg);
  padding: 20px;
}
.category-section .swiper-slide:nth-child(2) {
  transform: rotate(-2.55deg);
  padding: 20px;
  margin-top: -50px;
}
.category-section .swiper-slide:nth-child(3) {
  transform: rotate(2.55deg);
  padding: 20px;
  margin-top: -50px;
}
.category-section .swiper-slide:nth-child(4) {
  transform: rotate(5.79deg);
  padding: 20px;
}
/* category section end */

/* contact section start */
.contact-section {
  padding: 50px 0;
}
.contact-section .contacthead h6 {
  font-size: 18px;
  margin-bottom: 0px;
}
.contact-section .contacthead h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 14px 0;
}
.contact-section .contacthead p {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 400;
  color: #878680;
}
.contact-section .info-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  box-shadow: 0 4px 30px #00000014;
  padding: 20px;
  margin: 20px 0;
  background-color: white;
  border-radius: 8px;
}
.contact-section .info-box img.infoimg {
  width: 50px;
}
.contact-section .info-box h6 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 6px;
}
.contact-section .info-box p {
  margin-bottom: 0;
  font-size: 15px;
}
.contact-section .rightsideinfo {
  box-shadow: 0 4px 30px #00000014;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
}
.contact-section .rightsideinfo h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.contact-section .form-select {
  border: 1px solid #e6f0eb;
  font-size: 14px;
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 300;
  color: #878680;
}

.contact-section .form-control {
  border: 1px solid #e6f0eb;
  font-size: 14px;
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 300;
}
.contact-section .form-control::placeholder {
  color: #878680;
}
/* contact section end */

/* footer section start */
.topfootercontent {
  padding: 60px 0;
  background-color: #026a35;
  color: white;
}
a {
  text-decoration: none !important;
}
.topfootercontent .logo {
  width: 112px;
  margin-bottom: 20px;
}
.topfootercontent p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
.topfootercontent h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 18px;
}
.topfootercontent li a {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 12px;
}
.topfootercontent li .icons {
  font-size: 17px;
  margin-right: 16px;
}
.topfootercontent .input-group {
  position: relative;
  display: flex;
  align-items: center;
}

.topfootercontent .input-group input {
  width: 100%;
  padding: 10px 50px 10px 20px; /* add padding-right for button space */
  font-size: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  outline: none;
}

.topfootercontent .input-group .submit-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #e6f0eb;
  border: none;
  width: 45px;
  height: 44px;
  border-radius: 0 8px 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.topfootercontent .input-group .submit-btn i {
  color: #026a35;
  font-size: 18px;
}

.topfootercontent .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff !important;
  font-size: 18px;
  transition: 0.3s;
  text-decoration: none;
}
.topfootercontent .social-icon:hover {
  background: #fff;
  color: #198754 !important;
}

.topfootercontent .iconsdetails {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 14px;
  color: white;
}
.topfootercontent .iconsdetails p {
  font-size: 15px;
  color: white;
}
.bottomfootercontent {
  background: #e6f0eb;
  padding: 16px 0;
}
.bottomfootercontent .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottomfootercontent p {
  color: #878680;
  font-size: 14px;
}
.bottomfootercontent div {
  color: #878680;
  font-size: 14px;
}
.bottomfootercontent a {
  color: #878680;
}
/* footer section end */

/* getknowus section start */
.getknowus-section {
  padding: 60px 0;
}

.getknowus-section .topcontent.leftdetails h6 {
  font-size: 18px;
  margin-bottom: 0px;
  color: #878680;
  font-weight: 500;
}
.getknowus-section .topcontent .leftdetails h2 {
  font-size: 34px;
  color: #026a35;
  font-weight: 500;
  margin: 14px 0;
}
.getknowus-section .topcontent .leftdetails p {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 400;
}
.getknowus-section .topcontent .rightdetails .rightimgs {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 50px 8px 50px 8px;
}
.getknowus-section .bottomcontent .leftdetails p {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 400;
}

.getknowus-section .bottomcontent .rightdetails .rightimgs {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 50px 8px 50px 8px;
}
.getknowus-section .bottomcontent .textcontent {
  padding-left: 0;
}
.getknowus-section .bottomcontent .textcontent li {
  font-size: 16px;
  font-weight: 300;
  margin: 16px 0;
}
.getknowus-section .bottomcontent .textcontent i {
  color: #198754;
  font-size: 18px;
  margin-right: 10px;
}

/* getknowus section end */

@media (max-width: 575px) {
  /* .bannersection .rightside {
    display: flex;
    flex-direction: column;
  }
  .bannersection .rightside .logo-circle {
    display: none;
  } */
  .bannersection .bannerimg1 {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
  }
  .bannersection .rightside img.hero-chemical {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 30px;
  }
  .experience-section .leftside .leftimage {
    gap: 10px;
  }
  .experience-section .leftside .img1 {
    height: 68px;
  }
  .experience-section .leftside h6 {
    font-size: 16px;
    margin-left: 0px;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .experience-section span.badge {
    padding: 12px 20px;
    font-size: 12px;
  }
  .experience-section .usericon {
    width: 70px;
  }
  .experience-section .reviews {
    font-size: 14px;
    margin-left: 8px;
  }
  .bottomfootercontent .details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .bannersection {
    padding: 30px 0;
  }
  .bannersection .leftside h1 {
    font-size: 50px;
  }
  .bannersection .leftside h1 sub {
    font-size: 25px;
  }
  .bannersection .leftside p {
    font-size: 15px;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .information-card .label {
    font-size: 14px;
  }

  .information-card .value {
    font-size: 14px;
  }
  /* .bannersection .bannerimg1 {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 6px;
  } */

  /* 
  .bannersection .rightside img.hero-chemical {
    width: 190px;
    height: auto;
    object-fit: contain;
  } */
  .bannersection .rightside .chemical-caption i {
    font-size: 16px;
    width: 37px;
    height: 37px;
  }
  .bannersection .rightside .chemical-caption p {
    font-size: 13px;
  }
  .category-section .swiper {
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .category-section .swiper-slide:nth-child(1) {
    transform: none;
  }

  .category-section .swiper-slide:nth-child(2) {
    margin-top: 0;
    transform: none;
  }

  .category-section .swiper-slide:nth-child(3) {
    margin-top: 0;
    transform: none;
  }

  .category-section .swiper-slide:nth-child(4) {
    transform: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bannersection .bannerimg1 {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
  }
  .bannersection .rightside img.hero-chemical {
    width: 100%;
    height: 275px;
    object-fit: cover;
    border-radius: 60px;
  }
}
@media (max-width: 991px) {
  .about-section {
    padding: 30px 0;
  }
  .about-section .leftside .rating-card {
    position: absolute;
    bottom: 14px;
    left: 14px;
    padding: 14px;
  }
  .about-section .leftside .rating-card p {
    font-size: 14px;
  }
  .about-section .leftside .stars {
    color: orange;
    font-size: 17px;
  }
  .about-section .rightside h2 {
    font-size: 22px;
  }
  .about-section .rightside p {
    font-size: 15px;
  }
  .about-section .rightside .card {
    padding: 16px;
  }
  .about-section .rightside .card h4 {
    font-size: 15px;
  }
  .about-section .rightside .card h6 {
    font-size: 14px;
  }
  .industrygrowth-section {
    padding: 30px 0;
  }
  .industrygrowth-section .topheading h2 {
    font-size: 22px;
  }
  .industrygrowth-section .topheading p {
    font-size: 15px;
  }
  .industrygrowth-section .content {
    padding: 16px;
  }
  .industrygrowth-section .content h5 {
    font-size: 20px;
  }
  .industrygrowth-section .content p {
    font-size: 14px;
  }
  .category-section {
    padding: 30px 0;
  }
  .category-section .topheading h6 {
    font-size: 16px;
  }
  .category-section .topheading h2 {
    font-size: 26px;
  }
  .category-section .topheading p {
    font-size: 14px;
  }
  .category-section .titlecat h6 {
    margin-top: 16px;
    font-size: 16px;
  }
  .category-section .arrow-btn {
    bottom: 5px;
    right: 5px;

    width: 40px;
    height: 26px;
    font-size: 16px;
  }
  .contact-section {
    padding: 30px 0;
  }
  .contact-section .contacthead h6 {
    font-size: 16px;
  }
  .contact-section .contacthead h2 {
    font-size: 24px;
    margin: 10px 0;
  }
  .contact-section .contacthead p {
    font-size: 14px;
  }
  .contact-section .info-box {
    gap: 14px;
    padding: 14px;
    margin: 14px 0;
  }
  .contact-section .info-box img.infoimg {
    width: 45px;
  }
  .contact-section .info-box h6 {
    font-size: 16px;
  }
  .contact-section .info-box p {
    font-size: 14px;
  }
  .contact-section .rightsideinfo {
    padding: 14px;
  }
  .contact-section .rightsideinfo h2 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .contact-section .form-select {
    font-size: 13px;
    padding: 10px 16px;
  }
  .contact-section .form-control {
    font-size: 13px;
    padding: 10px 16px;
  }
  .topfootercontent {
    padding: 30px 0;
  }
  .topfootercontent .logo {
    width: 93px;
    margin-bottom: 14px;
  }
  .topfootercontent p {
    font-size: 14px;
  }
  .topfootercontent h3 {
    font-size: 19px;
    margin-bottom: 16px;
  }
  .topfootercontent li a {
    font-size: 14px;
  }
  .topfootercontent li .icons {
    font-size: 16px;
  }
  .topfootercontent .input-group input {
    font-size: 14px;
  }

  .topfootercontent .social-icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .bottomfootercontent {
    padding: 14px 0;
  }

  .bottomfootercontent p {
    font-size: 13px;
  }
  .bottomfootercontent div {
    font-size: 13px;
  }
  .getknowus-section {
    padding: 30px 0;
  }
  .getknowus-section .topcontent.leftdetails h6 {
    font-size: 16px;
  }
  .getknowus-section .topcontent .leftdetails h2 {
    font-size: 26px;
    margin: 10px 0;
  }
  .getknowus-section .topcontent .leftdetails p {
    font-size: 14px;
  }

  .getknowus-section .bottomcontent .leftdetails p {
    font-size: 14px;
  }

  .getknowus-section .bottomcontent .textcontent li {
    font-size: 14px;
    margin: 14px 0;
  }
  .getknowus-section .bottomcontent .textcontent i {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  /* .bannersection .bannerimg1 {
    width: 240px;
    height: auto;
    object-fit: contain;
  } */
  .experience-section .leftside .leftimage {
    gap: 10px;
  }
  .experience-section .leftside .img1 {
    height: 68px;
  }
  .experience-section .leftside h6 {
    font-size: 16px;
    margin-left: 0px;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .experience-section span.badge {
    padding: 12px 20px;
    font-size: 12px;
  }
  .experience-section .usericon {
    width: 70px;
  }
  .experience-section .reviews {
    font-size: 14px;
    margin-left: 8px;
  }
}

/* Navbar design start */
.navbar {
  transition: all 0.4s ease;
  padding: 15px 0;
}
.navbar.transparent {
  background: transparent !important;
}
.navbar.solid {
  background: #fff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
}

.navbar-brand img.mainlogo {
  height: 80px;
}
/* 
.navbar-nav {
  background: #e4e4e4;
  padding: 2px;
  border-radius: 10px;
  gap: 30px;
} */
/* .navbar-nav .nav-link {
  font-weight: 500;
  color: #000 !important;
  transition: 0.3s;
  font-size: 18px;
  padding: 8px 16px;
} */

/* .navbar-nav .nav-item:first-child .nav-link:hover,
.navbar-nav .nav-item:first-child .nav-link.active {
  border-radius: 8px 0 0 8px;
}
.navbar-nav .nav-item:last-child .nav-link:hover,
.navbar-nav .nav-item:last-child .nav-link.active {
  border-radius: 0 8px 8px 0;
} */

.navbar-toggler {
  border-color: #000;
  background: transparent;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.nav-tabs {
  background: #08713b;
  border: none !important;
  padding: 5px;
}
.nav-tabs .nav-link {
  color: #fff;
  border: none;
  border-radius: 6px;
  margin: 0 4px;
  transition: 0.3s;
  font-size: 14px;
}
.nav-tabs .nav-link.active {
  background: #fff;
  color: #08713b;
  font-weight: 600;
  font-size: 14px;
}

.dropdown-menu {
  border-radius: 10px;
  overflow: hidden;
}

.btn-warning {
  background: #198754;
  border: none;
  padding: 8px 20px;
  color: #fff;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.3s;
}
.btn-warning:hover {
  background: #157347;
}

/* Navbar design end */

/* section-4  WRITE MESSAGE */
.contact-section {
  /* background-color: #f9f9f9; */
}

/* Light green background for icons */
.bg-light-success {
  background-color: #e6f3ec;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.textus {
  font-size: 26px;
}

/* Contact Info Box */

/* Inputs and textarea */

/* Submit Button */
.btn-success {
  background-color: #0c6b36;
  border: none;
  font-weight: 500;
}

.btn-success:hover {
  background-color: #09562a;
}

/* section-2 ZINC SECTION */

.subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #878680;
  margin-bottom: 10px;
}

.titles {
  font-size: 48px; /* Responsive scaling */
  font-weight: bold;
  color: #026a35;
  margin-bottom: 20px;
  line-height: 1.2;
}

/* Extra fine-tuning if needed */
@media (max-width: 768px) {
  .titles {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .titles {
    font-size: 26px;
  }
}

.desc {
  max-width: 100%; /* mobile ma full width */
  font-size: 18px; /* responsive font-size */
  line-height: 1.6;
  color: #000000;
  margin: 0 auto; /* center align if needed */
  padding: 0 10px; /* thodi safe padding mobile ma */
}
@media (min-width: 768px) {
  .desc {
    max-width: 600px;
    font-size: 15px;
  }
}

/* Desktop screens */
@media (min-width: 1024px) {
  .desc {
    max-width: 720px;
    font-size: 16px;
  }
}

/* Top part */
.zinc-top {
  display: flex;
  flex-wrap: nowrap; /* stop breaking */
  gap: 30px;
  /* margin-bottom: 50px; */
  align-items: flex-start;
}

.rounded-img {
  border-radius: 20px;
  width: 48%; /* 2 per row */
  height: auto;
  object-fit: cover;
}

/* Bottom part */

/* Button */
.btn {
  display: inline-block;
  padding: 12px 25px;
  background: #026a35;
  color: #e6f0eb;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.btn:hover {
  background: #014d25;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 480px) {
  .title {
    font-size: 22px;
    line-height: 1.3;
  }

  .desc {
    font-size: 14px;
  }

  .btn {
    padding: 10px 18px;
    font-size: 14px;
  }
}
/* ===== TABLET (≤ 768px) ===== */
@media (max-width: 768px) {
  /* Titles */
  .titles {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 12px;
    text-align: center;
  }

  .subtitle {
    font-size: 16px;
    text-align: center;
    margin-bottom: 6px;
  }

  /* Description */
  .desc {
    font-size: 15px;
    line-height: 1.5;
    max-width: 95%;
    margin: 0 auto 15px auto;
    padding: 0 12px;
    text-align: center;
  }

  /* Top Section */
  .zinc-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
    margin-bottom: 25px;
  }

  .btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* section-3 growth instry */

.header {
  display: flex;
  align-items: flex-start; /* left align desktop par */
  margin-bottom: 30px; /* overall spacing niche */
  justify-content: space-between; /* 👈 h1 & p vachche space */
}

.header h1 {
  font-size: 32px;
  font-weight: 600;
  max-width: 400px;
  line-height: 1.3;
  color: #000000;
  margin: 0; /* default browser margin remove */
}

.header p {
  max-width: 650px;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

/* -------------------- Responsive -------------------- */

/* Large Tablets / Small Laptops */
@media screen and (max-width: 1024px) {
  .header {
    align-items: center; /* center align */
    text-align: center;
  }

  .header h1 {
    font-size: 28px;
    max-width: 100%;
  }

  .header p {
    font-size: 15px;
    max-width: 90%;
  }
}

/* Tablets */
@media screen and (max-width: 768px) {
  .header {
    gap: 5px; /* thodu ochu gap */
  }

  .header h1 {
    font-size: 24px;
  }

  .header p {
    font-size: 14px;
  }
}

/* Mobile */
@media screen and (max-width: 426px) {
  .header {
    gap: 4px; /* very tight space mobile ma */
  }

  .header h1 {
    font-size: 22px;
    line-height: 1.25;
  }

  .header p {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* Extra Small Devices */
@media screen and (max-width: 320px) {
  .header h1 {
    font-size: 20px;
  }

  .header p {
    font-size: 12px;
  }
}

/* Tablets */
@media screen and (max-width: 768px) {
  .our-value {
    width: 60%;
  }
}

/* Mobile */
@media screen and (max-width: 426px) {
  .our-value {
    width: 100%;
  }
  .value-custome img {
    margin-top: 20px;
  }
}

/* Extra Small Devices */
@media screen and (max-width: 320px) {
}

/* -------------------- Responsive -------------------- */

/* Large Tablets / Small Laptops */
@media screen and (max-width: 1024px) {
  .header {
    flex-direction: column;
    text-align: center;
  }

  .header h1 {
    font-size: 28px;
    max-width: 100%;
  }

  .header p {
    max-width: 90%;
    font-size: 15px;
  }
}

/* Tablets */
@media screen and (max-width: 768px) {
  .header {
    text-align: center;
    gap: 15px;
  }

  .header h1 {
    font-size: 24px;
  }

  .header p {
    font-size: 14px;
  }
}

/* Mobile */
@media screen and (max-width: 426px) {
  .header h1 {
    font-size: 22px;
  }

  .header p {
    font-size: 13px;
    max-width: 100%;
  }
}

/* Extra Small Devices */
@media screen and (max-width: 320px) {
  .header h1 {
    font-size: 20px;
  }

  .header p {
    font-size: 12px;
  }
}

/* Footer Section */

/* Social Icon Styling */

.sidebar-heading {
  text-align: left;
  margin-bottom: 20px;
}

.sidebar-heading h3 {
  color: #fff;
  font-size: 20px;
  margin: 0;
}

.heading-underline {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.heading-underline .line {
  width: 40px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}

.heading-underline .dot {
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  margin-left: 6px;
}

/* ✅ On mobile view, add spacing between items */
@media (max-width: 991.98px) {
  /* First item full-rounded */

  .nav-link.active,
  .nav-link:hover {
    border-radius: 8px;
    padding: 10px 15px;
  }
}

/* CONTACT US SECTION */

.contact-section {
}

/* Light green background for icons */
.bg-light-success {
  background-color: #e6f3ec;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.textus {
  font-size: 26px;
}

/* Contact Info Box */

/* Inputs and textarea */

/* Submit Button */
.btn-success {
  background-color: #0c6b36;
  border: none;
  font-weight: 500;
}

.btn-success:hover {
  background-color: #09562a;
}

/* PRODUCT CSS  */
* Navbar */
/* ✅ Default nav-link styling (desktop) */
.navbar.transparent {
  background: transparent !important;
}

/* Change icon (hamburger lines) to white for contrast */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* Navbar background */
.nav-tabs {
  background-color: #08713b; /* Green background */
  border: none;
  padding: 5px;
}

/* Default tab style */
.nav-tabs .nav-link {
  color: white;
  border: none;
  border-radius: 6px;
  margin: 0 4px;
  transition: 0.3s;
}

/* Hover effect */

.navbar .nav-link {
  color: #000 !important;
  padding: 10px 15px;
  transition: 0.3s;
}

.navbar-brand img.mainlogo {
  height: 80px;
}
.dropdown-menu {
  border-radius: 10px;
  overflow: hidden;
}

/* Active tab */
.nav-tabs .nav-link.active {
  background-color: white;
  color: #08713b;
}

/* Active and hover */
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  background-color: #dff5e1; /* light green */
  color: #198754 !important;
  border-radius: 10px;
}

.btn-warning {
  background: #198754;
  border: none;
  padding: 8px 20px;
  color: white;
  border-radius: 8px;
  font-weight: 500;
}

.btn-warning:hover {
  background: #157347;
}

/* Social Icon Styling */

.sidebar-heading {
  text-align: left;
  margin-bottom: 20px;
}

.sidebar-heading h3 {
  color: #fff;
  font-size: 20px;
  margin: 0;
}

.heading-underline {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.heading-underline .line {
  width: 40px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}

.heading-underline .dot {
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  margin-left: 6px;
}

/* ✅ On mobile view, add spacing between items */
@media (max-width: 991.98px) {
  .nav-link.active,
  .nav-link:hover {
    border-radius: 8px;
    padding: 10px 15px;
  }
}

/* section-4  WRITE MESSAGE */

/* Light green background for icons */
.bg-light-success {
  background-color: #e6f3ec;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

/* Contact Info Box */

/* Inputs and textarea */

/* Submit Button */
.btn-success {
  background-color: #0c6b36;
  border: none;
  font-weight: 500;
}

.btn-success:hover {
  background-color: #09562a;
}

/* Navtabs background for products */
.nav-tabs {
  background-color: #08713b; /* Green background */
  border: none;
  padding: 10px;
}

/* Default tab style */
.nav-tabs .nav-link {
  color: white;
  border: none;
  border-radius: 6px;
  margin: 0 4px;
  transition: 0.3s;
}
.custom-border {
  font-size: 30px;
  font-weight: 500;
  display: inline-block; /* keeps border only as wide as text */
 
}
/* /Product section/ */
.product-section {
  background-color: #f8f8f8; /* light green-gray */
}

.product-desc {
  list-style: none;
  padding: 15px 20px;
  margin: 0;
}
.product-desc li {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 0.95rem;
}
.product-desc li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #2e7d32;
  font-weight: bold;
}

/* Background image for product section - bottom right */
/* .product-section::after {
  content: "";
  position: absolute;
  bottom: -150px;
  right: 0;
  background: url("../image/img.png") no-repeat bottom right;
  background-size: 200px; 
  width: 300px;
  height: 300px;
  pointer-events: none; 
} */

@media (max-width: 767px) {
  .product-section::after {
    background: none;
  }
}
/* Background image for product spec section - bottom left */
.product-spec-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../image/img.png") no-repeat bottom left;
  background-size: 200px; /* adjust size */
  width: 300px;
  height: 300px;
  pointer-events: none;
}

/* Top Info Cards */

.title {
  text-align: center;
  color: #064d26;
  font-weight: 700;
  margin: 40px 0 30px;
  font-size: 1.8rem;
}

.info-card {
  display: flex;
  justify-content: center;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 18px 20px;

  background: #fff;
}
.info-card strong {
  font-weight: 600;
  margin-right: 8px;
}
.infomation-card {
  display: flex;
  justify-content: space-between;
}
/* Table Section */

.table-wrapper {
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-width: 950px; /* 👈 reduces width */
  margin: 0 auto; /* 👈 centers table */
}
.table-custom {
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
/* Header */
.table-custom thead tr {
  background-color: #026a35;
}
.table-custom thead th {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 14px;
  border: none;
  width: 32.33%;
  text-align: left;
}
.table-custom thead th:first-child {
  border-top-left-radius: 15px;
}
.table-custom thead th:last-child {
  border-top-right-radius: 15px;
}
/* Body Rows */
.table-custom tbody td {
  background: #fff;
  padding: 14px;
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
  border-top: 1px solid #ddd;
  vertical-align: middle;
}

.feature-card {
  border: 1.5px solid #2e7d32;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: 0.3s ease;
}
.feature-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.feature-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 26px;
  font-weight: 600;
  color: #2e7d32;
  background: #f9f9f9;
  padding: 12px 16px;
}
.feature-header img {
  width: 22px;
  height: 22px;
}
.feature-list {
  list-style: none;
  padding: 15px 20px;
  margin: 0;
}
.feature-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
}
.feature-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #2e7d32;
  font-weight: bold;
}
/* /contact page/ */

/* Light green background for icons */
.bg-light-success {
  background-color: #e6f3ec;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

/* Inputs and textarea */

/* Submit Button */
.btn-success {
  background-color: #0c6b36;
  border: none;
  font-weight: 500;
}

.btn-success:hover {
  background-color: #09562a;
}

/* Global typography */
body {
  font-size: 16px; /* base font size */
  line-height: 1.6;
}

/* Headings */
h1,
.h1 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
}
h2,
.h2 {
  font-size: clamp(24px, 3.5vw, 36px);
  font-weight: 600;
}
h3,
.h3 {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 600;
}
h4,
.h4 {
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 600;
}
p,
li {
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.6;
}

/* Special cases */

/* Product headers */
.product-section h4 {
  font-size: clamp(20px, 3vw, 32px);
  line-height: 1.4;
}

/* Table headers & content */
.table-custom thead th {
  font-size: clamp(14px, 2vw, 20px);
}
.table-custom tbody td {
  font-size: clamp(13px, 1.8vw, 18px);
}

/* Info cards */
.info-card {
  font-size: clamp(14px, 2vw, 18px);
}

/* Feature cards */
.feature-header {
  font-size: clamp(16px, 2.5vw, 22px);
}
.feature-list li {
  font-size: clamp(14px, 2vw, 18px);
}

/* ==== Responsive heading overrides ==== */
:root {
  --green: #026a35;
}

/* Generic responsive heading */
.custom-heading {
  color: var(--green) !important;
  font-weight: 600 !important;
  font-size: clamp(20px, 3vw, 32px) !important;
  line-height: 1.4 !important;
  text-align: center !important;
  font-family: "Poppins", sans-serif !important;
}

/* Hepta header inside product section (in case a more specific selector was winning) */
.product-section h4.custom-heading,
.product-section h4 {
  color: var(--green) !important;
  font-weight: 600 !important;
  font-size: clamp(20px, 3vw, 32px) !important;
  line-height: 1.4 !important;
  text-align: center !important;
  font-family: "Poppins", sans-serif !important;
}

/* Make the top “Zinc Oxide” title responsive too */
.custom-border {
  font-size: clamp(21px, 5vw, 30px) !important;
  line-height: 1.2 !important;


  display: inline-block;
  color: inherit;
  font-family: "Poppins", sans-serif !important;
}

/* home page css */
/* HOME PAGE CSS START */

/* Custom CSS for Chemicals Website */
body {
  font-family: "Inter", sans-serif;
  color: #212529;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 90%;
}

/* Navbar */

.navbar {
  transition: all 0.4s ease;
  padding: 15px 0;
}

.navbar.transparent {
  background: transparent !important;
}

.navbar.solid {
  background: #ffffff !important; /* Your green color */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
}

/* .navbar-nav {
  background-color: #e4e4e4;
  padding: 2px;
  border-radius: 10px;
} */
.navbar-nav .nav-link {
  font-weight: 500;
  color: #000 !important;
  transition: 0.3s;
  font-size: 16px;
  padding: 8px 16px; /* makes hover/active spacing inside links */
}
@media (max-width: 767px) {
  .navbar-nav .nav-link {
    font-size: 14px;
  }
}
/* Change toggler background */
.navbar-toggler {
  border-color: black; /* border color */
  background-color: transparent; /* button background */
}

/* Change icon (hamburger lines) to white for contrast */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* Navbar background */
.nav-tabs {
  background-color: #08713b; /* Green background */
  border: none;
  padding: 5px;
}
ul.nav.nav-tabs.producttab {
  padding: 8px 30px;
}
/* Default tab style */
.nav-tabs .nav-link {
  color: white;
  border: none;
  border-radius: 6px;
  margin: 0 4px;
  transition: 0.3s;
  font-size: 15px;
}

/* Hover effect */

.navbar .nav-link {
  color: #000 !important;
  padding: 10px 15px;
  transition: 0.3s;
}

.navbar-brand img.mainlogo {
  height: 58px;
}
.dropdown-menu {
  border-radius: 10px;
  overflow: hidden;
}

/* Active tab */
.nav-tabs .nav-link.active {
  background-color: white;
  color: #08713b;
  font-weight: 600;
}
.nav-tabs .nav-link:hover {
  background-color: white;
  color: black;
  font-weight: 600;
}

/* Active and hover */
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  background-color: #dff5e1; /* light green */
  color: #198754 !important;
  border-radius: 10px;
}

.btn-warning {
  background: #198754;
  border: none;
  padding: 8px 20px;
  color: white;
  border-radius: 8px;
  font-weight: 500;
}

.btn-warning:hover {
  background: #157347;
}

/* -------------------------Hero Section---------------------------- */
.hero-section {
  padding: 4rem 0;
  position: relative;
}

@media (min-width: 767px) {
  .hero-section {
    margin-top: 50px;
  }
}

.zinc-heading sub {
  font-size: 35px;
  bottom: -0.1em !important;
}
@media (max-width: 767px) {
  .zinc-heading sub {
    font-size: 25px;
  }
}
.zinc-heading {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.oxide-heading {
  font-size: 3rem;
  font-weight: 400;
  display: block;
  margin-top: 21px;
}

.zinc-p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: #6c757d;
  max-width: 90%;
  line-height: 1.7;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .zinc-heading {
    font-size: 4rem;
  }

  .oxide-heading {
    font-size: 2.5rem;
  }
}

@media (max-width: 992px) {
  .zinc-heading {
    font-size: 3.5rem;
  }

  .oxide-heading {
    font-size: 2.2rem;
  }

  .zinc-p {
    max-width: 100%;
    margin: 0 auto 1.5rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 2rem 0;
  }

  .zinc-heading {
    font-size: 3rem;
  }

  .oxide-heading {
    font-size: 2rem;
    margin-top: 15px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
    gap: 1rem !important;
  }
}

@media (max-width: 575px) {
  .hero-section {
    padding: 2.5rem 0;
  }

  .zinc-heading {
    font-size: 2.4rem;
    text-align: center;
    display: block;
  }

  .oxide-heading {
    font-size: 1.9rem;
    text-align: center;
    margin-top: 0;
    display: block;
  }

  .zinc-p {
    font-size: 1.05rem;
    text-align: center;
    margin: 1rem auto 1.8rem;
    padding: 0 15px;
    line-height: 1.6;
    max-width: 380px;
  }

  .mainlogo {
    height: 50px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 1.5rem;
  }

  .hero-buttons .btn {
    width: 100%;
    max-width: 250px;
    padding: 10px 20px;
    font-size: 0.95rem;
  }
  /* .hero-img-container {
    width: 100%;
    text-align: center;
  } */

  /* Ensure proper text flow */
  .zinc-p br {
    display: none;
  }
}

/* Mobile navbar styles for this size */

/* Extra small phones (320px to 374px) */
@media (max-width: 374px) {
  .hero-section {
    padding: 2rem 0;
    margin-top: 55px;
  }

  .zinc-heading {
    font-size: 1.9rem;
    text-align: center;
    display: block;
    line-height: 1.1;
    margin-bottom: 0.3rem;
  }

  .oxide-heading {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 0;
    display: block;
    line-height: 1.1;
  }

  .zinc-p {
    font-size: 0.9rem;
    text-align: center;
    margin: 0.8rem auto 1.5rem;
    padding: 0 8px;
    line-height: 1.5;
    max-width: 300px;
  }

  .mainlogo {
    height: 45px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 1.2rem;
  }

  .hero-buttons .btn {
    width: 100%;
    max-width: 200px;
    padding: 8px 16px;
    font-size: 0.85rem;
  }

  .navbar {
    padding: 8px 0;
  }

  .navbar-toggler {
    padding: 3px 6px;
    font-size: 0.9rem;
  }

  /* Button text size adjustment */
  .btn-success,
  .btn-outline-success {
    font-size: 0.85rem;
    padding: 7px 14px;
  }
}

/* Additional ultra-compact fixes for 320px */
@media (max-width: 321px) {
  .zinc-heading {
    font-size: 1.8rem;
  }

  .oxide-heading {
    font-size: 1.4rem;
  }

  .zinc-p {
    font-size: 0.85rem;
    padding: 0 5px;
    max-width: 280px;
  }

  .hero-buttons .btn {
    max-width: 180px;
    padding: 7px 12px;
    font-size: 0.82rem;
  }
}

/*---------------------- Mobile navbar button fix--------------------- */
@media (max-width: 991px) {
  .navbar .d-lg-none {
    display: block !important;
    margin: 1rem auto;
  }

  .navbar .d-none.d-lg-block {
    display: none !important;
  }
}

/* ---------------------contact section----------------------- */

/* ------------------section 2---------------------- */
/* Welcome Section Styles */
/* General Styles */

/* Right Content */

/* Button */
.explore-btn {
  display: inline-block;
  background: #006400;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;

  @media (max-width: 769px) {
    font-size: 12px;
    padding: 8px 11px;
  }
}
@media (max-width: 1050px) {
  .explore-btn {
    font-size: 14px;
    padding: 12px 11px;
  }
}

.explore-btn:hover {
  background: #004d00;
}

/* ===================== Responsive ===================== */

/* Small devices (mobile 320px - 425px) */
@media (max-width: 425px) {
  .explore-btn {
    width: 100%;
    text-align: center;
  }
}

/* --------------------zink menufecuring-------------------- */

/* Zinc Section Styles */

/* Swiper Container */
.zincSwiper {
  width: 100%;
  padding: 30px 10px 50px;
  margin-top: 2rem;
}

.zincSwiper .swiper-wrapper {
  align-items: stretch;
}

.zincSwiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}

/* Card Styles */
.card-customs {
  border-radius: 12px;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* width: 100%; */
  max-width: 300px;
  margin: 0 auto;
}
.card-customs .img-fluid1 {
  /* width: 100%; */
  position: relative;
  object-fit: contain;
  padding: 20px;
  transform: rotate(-5deg); /* adjust angle */
  transition: transform 0.3s ease;
  margin-top: 45px;
}
.card-customs .img-fluid4 {
  object-fit: contain;
  padding: 20px;
  margin-top: 45px;
}

.card-customs .img-fluid {
  /* width: 100%; */

  object-fit: contain;
  padding: 20px;
}

/* Swiper Pagination */
.zincSwiper .swiper-pagination {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.zincSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ddd;
  opacity: 1;
  margin: 0 5px;
}

.zincSwiper .swiper-pagination-bullet-active {
  background: #198754;
}

/* Responsive adjustments */
@media (max-width: 1199.98px) {
  .zincSwiper {
    padding: 25px 5px 45px;
  }

  .card-customs .img-fluid {
    /* height: 180px; */
  }
}

@media (max-width: 991.98px) {
  .card-customs .img-fluid {
    /* height: 160px;
    padding: 15px; */
  }
}

@media (max-width: 767.98px) {
  .zincSwiper {
    padding: 20px 0 40px;
  }

  .card-customs {
    max-width: 280px;
  }

  .card-customs .img-fluid {
    /* height: 140px; */
  }
}

@media (max-width: 575.98px) {
  .card-customs {
    max-width: 250px;
  }

  .card-customs .img-fluid {
    /* height: 150px; */
    padding: 10px;
  }

  .zincSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

/* Social Icon Styling */

.sidebar-heading {
  text-align: left;
  margin-bottom: 20px;
}

.sidebar-heading h3 {
  color: #fff;
  font-size: 20px;
  margin: 0;
}

.heading-underline {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.heading-underline .line {
  width: 40px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}

.heading-underline .dot {
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  margin-left: 6px;
}

/* ✅ On mobile view, add spacing between items */
@media (max-width: 991.98px) {
  .nav-link.active,
  .nav-link:hover {
    border-radius: 8px;
    padding: 10px 15px;
  }
}

/* ------------------contact page-------------------- */
.caller {
  width: 100%;
  margin-bottom: 5px;
}
.connect {
  text-align: center;
  justify-content: center;
}
.connect h3 {
  font-weight: 600;
}
.connect p {
  opacity: 70%;
}

.mySwiper2 {
  background: transparent;
}

.oxide-section {
  background: #fff; /* example */
}

.oxide-heading {
  font-size: 32px;
  font-weight: bold;
  color: #026a35;
}

.oxide-img {
  max-height: 120px;
}

.info-card {
  border: 1px solid #c8e6c9; /* thin green border */
  border-radius: 6px;
  background: #fff;
  padding: 18px 22px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  height: 76px;
  display: flex; /* ✅ flex for centering */
  align-items: center; /* ✅ vertical center */
  justify-content: center; /* ✅ horizontal center */
}

.information-card {
  display: flex;
  justify-content: space-between; /* label left, value right */
  width: 100%; /* ✅ stretch across card */
  max-width: 400px; /* optional: controls width inside */
  font-size: 18px;
}

.information-card .label {
  font-weight: 600;
  color: #000;
}

.information-card .value {
  color: #333;
}
.contactmodal .rightcard .form-select {
  border: 1px solid #e6f0eb;
  font-size: 14px;
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 300;
  color: #878680;
}
.contactmodal .rightcard .form-control {
  border: 1px solid #e6f0eb;
  font-size: 14px;
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 300;
}
.contactmodal .rightcard .form-control::placeholder {
  color: #878680;
}

.zincs-img{
  width: 100%;
  height: 100px;
  object-fit: contain;
}