@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body{
  scroll-behavior: smooth;
}

body {
font-family: "Comic Sans MS", cursive, sans-serif;
background: #f4f7fb;
  /* background-color: #FFFBE9; */
  /* background-color: #F5F2F2; */
}

.hero {
  /* background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../imgs/landingPageImgs/hero-img.jpg'); */
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../imgs/landingPageImgs/hero-img.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  height: 100vh;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.navBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 60px;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 19px;
  color: #fff;
  font-weight: 600;
font-family: "Comic Sans MS", cursive, sans-serif;
    
}

.logo img {
  width: 7rem;
  height: 3rem;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 40px;
}

.nav-links a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  transition: 0.1s;
  padding-bottom: 3px;
}

.nav-links a:hover {
  /* text-decoration: underline #ff4757 1.8px; */
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
  /* border-bottom: 3px solid #ff4757; */
  border-bottom: 3px solid #c02222;
  color: #c02222;
}

.nav-links button{
  padding: 5px 0px;
  width: 70px;
  margin: 0;
  /* border: 2px solid #ff4757; */
  background: transparent;
}

.quoteBtn {
  background-color: transparent;
  color: #ff4757;
  border: 2px solid #ff4757;
  /* border: none; */
  padding: 10px 18px;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.quoteBtn:hover {
  /* transform: scale(1.08); */
  background-color: #ff4757;
  color: #fff;
}

/* .quoteBtn a{
    text-decoration: none;
    font-size: 18px;
    box-shadow: inset 0 0 0 0 #ff4757;
    color: #fff;
    margin: 0 -.25rem;
    padding: 0 .25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.quoteBtn a:hover{
    box-shadow: inset 200px 0 0 0 #ff4757;
    color: #fff;
} */

.hamburger {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

.heroContent {
  height: 80%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.heroContent h1 {
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 60px;
  margin-bottom: 15px;
  font-weight: 400;
}

.heroContent span {
  color: #fff;
}

.heroContent p {
  font-size: 18px;
  max-width: 850px;
  line-height: 1.6;
}


.about-us-home {
  display: flex;
  /* flex-wrap: wrap; */
  padding: 2rem;
  /* margin: 2rem 2rem 0rem 2rem; */
  min-height: 65vh;
  gap: 20px;
  position: relative;
  background-color: #f9fafb;
  justify-content: center;
  align-items: center;
}

.img-about-us-home {
  /* border: 1px solid #000; */
  width: 40rem;
  height: 25rem;
}

.img-about-us-home img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* padding: 5px; */
  border-radius: 9px;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.about-us-home-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
}

.about-us-home-content h2 {
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: #1e2a38;
  margin-bottom: 2rem;
}

.about-us-home-content p {
  text-align: justify;
  max-width: 50rem;
  /* font-size: 18px; */
  line-height: 1.5;
  color: #1f2937;
}

/* .company-profile .for-more{
    
} */

.for-more a {
  position: absolute;
  bottom: 20px;
  right: 50px;
  padding: 5px;
  text-decoration: none;
  color: #c02222;
  border: 1px solid #c02222;
  border-radius: 5px;
  font-size: 16px;
  /* margin-bottom: 5rem; */
  /* margin-right: 2rem; */
  transition: 0.3s;
}

.for-more a:hover {
  background-color: #c02222;
  color: #fff;
}

/* /////////////////////////////Heading underline animation////////////////////////////// */

.section-title {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: #1e2a38;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #c02222;
  transition: width 0.6s ease-in-out;
}

.section-title.active::after {
  width: 100%;
}

/* //////////////////////////////bottom fade part of webiste//////////////////////////////////// */

.fade-section {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* when visible */
.fade-section.show {
  opacity: 1;
  transform: translateY(0);
}

/* spacing for demo */
.fade-section {
  /* min-height: 100vh; */
  /* padding: 60px; */
}

/* /////////////////////////////////////////////////////////////// */

.motto-section-wrapper {
  /* margin: 0 0 0 0; */
  margin: 2rem;
  /* min-width: 100vw; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.motto-section {
  width: 90%;
  min-height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #c02222;;
  border-left: none;
  border-right: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12), 0 4px 10px rgba(0, 0, 0, 0.08);

  /* fade effect */
  -webkit-mask-image: linear-gradient(to right,
      transparent,
      black 10%,
      black 90%,
      transparent);
  mask-image: linear-gradient(to right,
      transparent,
      black 10%,
      black 90%,
      transparent);
}

.motto-section h1 {
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 60px;
  font-weight: 300;
  background: transparent;
  /* color:#c02222; */
}

/* /////////////////////////////////////////////////////////////////// */
.our-products-landingPage {
  height: 70vh;
  /* display: flex; */
  justify-content: space-evenly;
  background-color: #f9fafb;
}

.product_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0rem 0 1rem 0;
  padding: 5px 5px;
}

.product_heading h2 {
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: #1e2a38;
  /* margin-bottom: 2rem; */
}

.product_container {
  /* width: 70%; */
  display: flex;
  flex-direction: row;
  padding: 10px 10px;
  margin: 1rem 0rem;
  gap: 1rem;
  overflow-x: auto;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
}

.product_container::-webkit-scrollbar {
  display: none;
}

.product_container .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 2px solid #cdcdcd;
  /* background: #FFE8EB; */

  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.sectors_cards {
  display: flex;
  gap: 1rem;
  animation: spin 50s infinite linear;
}

.sectors_cards.paused {
  animation-play-state: paused;
}

@keyframes spin {
  from {
    translate: 0;
  }

  to {
    translate: -100%;
  }
}

.product_container .container img {
  height: 10rem;
  width: 18rem;
  border-radius: 5px 5px 0px 0px;
  object-fit: cover;
  object-position: center;
  padding: 0;
}

.product_container .container .content {
  width: 18rem;
  height: 10rem;
  text-align: center;
  padding: 5px 10px;

}

.product_container .container .content h4 {
  display: inline-block;
  border-bottom: 3px solid #c02222;
  text-align: center;
  margin: 5px 5px;
}

.product_container p {
  color: #1f2937;
}

.product-more-details a {
  position: absolute;
  /* bottom: 10px; */
  right: 80px;
  padding: 5px;
  text-decoration: none;
  color: #c02222;
  border: 1px solid #c02222;
  border-radius: 5px;
  font-size: 16px;
  /* margin-bottom: 5rem; */
  /* margin-right: 2rem; */
  transition: 0.3s;
}

.product-more-details a:hover {
  background-color: #c02222;
  color: #fff;
}

/* //////////////////////////////.integrated-facilities-warehouse///////////////////////////// */

.integrated-facilities-warehouse {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;

  /* padding: 1rem; */
  /* margin: 1rem; */
}

.integrated-facilities {
  display: flex;
  flex-direction: column;
  width: 40%;
  align-items: center;
  justify-content: center;
  /* gap: 2rem; */
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  padding: 1rem;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

.integrated-facilities-img {
  width: 30rem;
  height: 23rem;
}

.integrated-facilities-img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.integrated-facilities-content {
  /* width: 90%; */
  text-align: justify;
  line-height: 1.5;

}

.integrated-facilities-content p {
  margin: 1.5rem 0;
  color: #1f2937;
}

.integrated-facilities-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.integrated-facilities-heading h2 {
font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #1e2a38;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.integrated-facilities-para {}

/* /////////////////////////////////////warehouse/////////////////// */

.warehouse {
  display: flex;
  flex-direction: column;
  width: 40%;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

.warehouse-content {
  /* width: 95%; */
  text-align: justify;
  line-height: 1.5;
}

.warehouse-content p {
  margin: 1.5rem 0;
  color: #1f2937;
}

.warehouse-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.warehouse-heading h2 {
 font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #1e2a38;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.warehouse-para {}

.warehouse-img {
  width: 30rem;
  height: 23rem;
}

.warehouse-img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}


/* SECTION */
#infrastructure-section {
  padding: 40px 20px;
  background-color: #f8f9fa;
}

/* WRAPPER */
.infra-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

/* BLOCK */
.infra-block {
  display: flex;
  align-items: center;
  gap: 50px;
}

/* IMAGE */
.infra-image {
  flex: 1;
  height: 500px;
  max-width: 589px;
}

.infra-image img {
  width: 100%;
  height: 100%;
  /* max-width: 589px; */
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* CONTENT */
.infra-content {
  flex: 1;
}

.infra-title {
font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: #1e2a38;
  margin-bottom: 1rem;
  margin-top: 1rem;
}


.infra-text {
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 14px;
  text-align: justify;
}

/* REVERSE LAYOUT */
.reverse-layout {
  flex-direction: row-reverse;
}

/* TABLET */
@media (max-width: 992px) {
  .infra-block {
    flex-direction: column;
    text-align: center;
  }

  .reverse-layout {
    flex-direction: column;
  }

  .infra-title::after {
    margin-left: auto;
    margin-right: auto;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  #infrastructure-section {
    padding: 50px 15px;
  }

  .infra-wrapper {
    /* gap: 60px; */
  }

  .infra-title {
    font-size: 24px;
  }

  .infra-text {
    font-size: 15px;
  }
}



/* /////////////////////////////////////////////our-quality and out team /////////////////////////////// */

.out-quality {}

/* ===== Common Styles ===== */
.OurTeam,
.OurQuality-landing {
  padding: 30px 10%;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.OurTeam-container,
.OurQuality-landing-container {
  display: flex;
  align-items: center;
  gap: 50px;
}

.OurTeam-heading,
.OurQuality-heading {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1f2937;
}

.OurTeam-paragraph,
.OurQuality-landing-paragraph {
  font-size: 16px;
  line-height: 1.8;
  color: #4b5563;
  text-align: justify;
}

/* ===== Our Team ===== */
.OurTeam-image img {
  width: 100%;
  max-width: 520px;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.OurTeam-content {
  max-width: 600px;
}

/* ===== Our Quality ===== */
.OurQuality-landing {
  background-color: #f9fafb;
}

.OurQuality-landing-image img {
  width: 100%;
  max-width: 520px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.OurQuality-landing-content {
  max-width: 600px;
}

/* ===== Why Us Section ===== */
.WhyUs {
  padding: 60px 10%;
  /* background-color: #ffffff; */
  background-image: url("../imgs/images/manufacturing_plant.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 60vh;
  color: #fff;
}

.WhyUs-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.WhyUs-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  color: #fff;
}

.WhyUs-heading {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}

.WhyUs-paragraph {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: 500;
}

/* ===== Why Us List ===== */
.WhyUs-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 30px;
  list-style: none;
  padding: 0;
}

.WhyUs-item {
  background-color: #f9fafb;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #1f2937;
  border-left: 5px solid #c02222;
  border-right: 5px solid #c02222;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  font-weight: 500;
}

/* ===== Footer ===== */
.Footer {
  /* background-color: #0f172a; */
  background-color: #c02222;
  color: #e5e7eb;
  padding-top: 60px;
}

.Footer-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding: 0 10% 50px;
}

.Footer-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #1e293b;
}

.Footer-company,
.Footer-director {
  font-size: 15px;
  margin-bottom: 8px;
  color: #fff;
  font-weight: 600;
}

.Footer-director{
  margin-bottom: 1rem;
}

/* Footer Items */
.Footer-item {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
}

.Footer-item a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

.Footer-item a:hover {
  color: #0f172a;
}

.Footer-icon {
  color: #0f172a;
  margin-top: 4px;
}

/* Links */
.Footer-list {
  list-style: none;
  padding: 0;
}

.Footer-link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 14px;
  transition: color 0.5s ease;
  font-weight: 600;
}

.Footer-link:hover {
  font-weight: 600;
  color: #0f172a;
}

/* Social Icons */
.Footer-social-icons {
  display: flex;
  gap: 15px;
}

.Footer-social-link {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  font-size: 16px;
  transition: all 0.5s ease;
}

.Footer-social-link:hover {
  background-color: #1e293b;
  color: #ffffff;
}

/* Bottom Bar */
.Footer-bottom {
  border-top: 1px solid #1e293b;
  text-align: center;
  padding: 20px 10%;
}

.Footer-copy {
  font-size: 13px;
  color: #94a3b8;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .Footer-container {
    grid-template-columns: 1fr;
    text-align: left;
  }
}


/* ===== Responsive ===== */
@media (max-width: 768px) {
  .WhyUs-list {
    grid-template-columns: 1fr;
  }

  .WhyUs-heading,
  .WhyUs-paragraph {
    text-align: justify;
  }
}


/* ===== Responsive ===== */
@media (max-width: 992px) {

  .OurTeam-container,
  .OurQuality-landing-container {
    flex-direction: column;
    text-align: center;
  }

  .OurTeam-content,
  .OurQuality-landing-content {
    max-width: 100%;
  }
}


/* ////////////////////////////////////////start of profile page/////////////////////////////////////////////// */
.company-profile-container {}

.profile-section {
  padding: 20px 20px;
}

.profile-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.profile-content h2 {
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: #1e2a38;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.profile-content p {
  font-size: 15.5px;
  line-height: 1.8;
  margin-bottom: 14px;
  color: #444;
  text-align: justify;
}

/* Tablet */
@media (max-width: 992px) {
  .profile-container {
    grid-template-columns: 1fr;
  }

  .profile-content h1 {
    font-size: 28px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .profile-section {
    padding: 25px 15px;
  }

  .profile-content h1 {
    font-size: 24px;
  }

  .profile-content p {
    font-size: 14.5px;
  }
}

.company-profile .company-profile-title {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
  text-align: start;
}

.company-profile {
  max-width: 800px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.company-profile h2 {
font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: #1e2a38;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  display: inline-block;
}

.card h2 {
  font-size: 18px;
  margin-bottom: 14px;
  color: #c02222;
}

.info-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px dashed #e0e0e0;
  font-size: 14px;
}

.info-row:last-child {
  border-bottom: none;
}

ul {
  padding-left: 18px;
  margin: 10px 0;
}

ul li {
  margin-bottom: 6px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.tags span {
  background: #fdecec;
  color: #c02222;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
}

.yes {
  color: #2e7d32;
  font-weight: 600;
}

.customer-satisfaction {
  position: relative;
  background-image: url("../imgs/images/customer_satisfaction.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: 70px 20px;
}

.customer-satisfaction-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.cs-container {
  max-width: 900px;
  margin: auto;
  position: relative;
  z-index: 2;
  color: #fff;
}

.cs-header h2 {
font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 35px;
  font-weight: 500;
  /* color: #1e2a38; */
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: #fff;
}

.cs-subtitle {
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 500;
  text-align: justify;
}

.cs-content p {
  font-size: 15.5px;
  line-height: 1.9;
  color: #fff;
  margin-bottom: 18px;
  font-weight: 500;
  text-align: justify;
}

/* Tablet */
@media (max-width: 768px) {
  .cs-header h2 {
    font-size: 26px;
  }

  .cs-content p {
    font-size: 15px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .customer-satisfaction {
    padding: 50px 16px;
  }

  .cs-header h2 {
    font-size: 22px;
  }

  .cs-subtitle {
    font-size: 14px;
  }

  .cs-content p {
    font-size: 14.5px;
  }
}

/* //////////////////////////////////////////end of profile page///////////////////////////////////////////////// */

/* ////////////////////////////////////////////start of products page////////////////////////////////////////////// */

.product-portfolio {
  background: #f9f9f9;
  padding: 40px 20px;
}

.pp-container {
  max-width: 1100px;
  margin: auto;
}

.product-portfolio h2 {
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: #1e2a38;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.pp-description {
  font-size: 15.5px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 14px;
  text-align: justify;
}

.pp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.pp-card {
  background: #fdfdfd;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
  transform: translateY(0);
}

.pp-card:hover{
  transform: translateY(-10px);
}

.pp-card h3 {
  font-size: 18px;
  margin-bottom: 14px;
  color: #c02222;
  font-weight: 500;
}

.pp-card ul {
  padding-left: 18px;
}

.pp-card ul li {
  margin-bottom: 8px;
  font-size: 14.5px;
  color: #444;
}

/* Tablet */
@media (max-width: 992px) {
  .pp-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .product-portfolio h2 {
    font-size: 24px;
  }

  .pp-grid {
    grid-template-columns: 1fr;
  }

  .pp-description {
    font-size: 14.5px;
  }
}


.our-products {
  background: #f4f6fb;
  padding: 0px 20px;
}

.op-container {
  max-width: 1100px;
  margin: auto;
}

.our-products h2 {
font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: #1e2a38;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.op-intro {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 50px;
  color: #444;
  text-align: justify;
}

/* Product Card */
.product-item {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 30px;
  background: #fff;
  padding: 10px;
  margin-bottom: 32px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
  transform: translateY(0);
}

.product-item:hover{
  transform: translateY(-5px);
}

.product-item.alt {
  border-left: 8px solid #c02222;
}

.product-item.alt2{
  border-right: 8px solid #c02222;
}

.product-image{
  width: 90%;
  /* height: 90%; */
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.product-content h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #c02222;
  font-weight: 600;
}

.product-content p {
  font-size: 15.5px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 10px;
  text-align: justify;
}

.product-content ul {
  padding-left: 18px;
}

.product-content ul li {
  margin-bottom: 6px;
  font-size: 14.8px;
}

/* Tablet */
@media (max-width: 992px) {
  .product-item {
    grid-template-columns: 1fr;
  }

  .product-image img {
    height: 240px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .our-products {
    padding: 60px 16px;
  }

  .our-products h2 {
    font-size: 26px;
  }

  .product-content h3 {
    font-size: 20px;
  }

  .product-content p {
    font-size: 14.5px;
  }
}

.customer-satisfaction {
  /* background: linear-gradient(180deg, #ffffff, #f6f8fc); */
  padding: 20px 20px;
}

.cs-container {
  max-width: 900px;
  margin: auto;
}

.cs-header {
  text-align: left;
  margin-bottom: 30px;
}

.cs-header h2 {
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

/* .cs-divider {
  display: block;
  width: 60px;
  height: 4px;
  background: #c62828;
  border-radius: 4px;
} */

.cs-content p {
  font-size: 16px;
  line-height: 1.9;
  color: #fff;
  margin-bottom: 18px;
}

/* Tablet */
@media (max-width: 768px) {
  .cs-header h2 {
    font-size: 26px;
  }

  .cs-content p {
    font-size: 15px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .customer-satisfaction {
    padding: 60px 16px;
  }

  .cs-header h2 {
    font-size: 22px;
  }

  .cs-content p {
    font-size: 14.5px;
  }
}

/* ===== Our Quality Section ===== */
.OurQuality {
  position: relative;
  min-height: 60vh;
  background-image: url("../imgs/images/raw_material_segregation.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 80px 10%;
}

/* Dark Overlay */
.OurQuality-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

/* Content */
.OurQuality-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  color: #ffffff;
}

.OurQuality-heading {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

.OurQuality-paragraph {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 18px;
  color: #e5e7eb;
  text-align: justify;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .OurQuality {
    padding: 60px 6%;
    min-height: auto;
  }

  .OurQuality-heading {
    font-size: 28px;
  }
}


/* ////////////////////////////////////////////end of products page////////////////////////////////////////////// */

/* ///////////////////////////////////////////enquiry page/////////////////////////// */
.enquiry-section {
  background: #f4f6fb;
  padding: 80px 20px;
}

.enquiry-container {
  max-width: 900px;
  margin: auto;
  background: #fff;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.enquiry-container h2 {
font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: #1e2a38;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.form-row {
  margin-bottom: 18px;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

label span {
  font-weight: 400;
  color: #888;
  font-size: 13px;
}

input, select, textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 2px solid #ccc;
  font-size: 14px;
}

input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: #c02222;
}

.name-group {
  display: grid;
  grid-template-columns: 90px 1fr 1fr;
  gap: 10px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.phone-group {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
}

button {
  margin-top: 20px;
  /* background: #c62828; */
  background-color: #c02222;
  color: #fff;
  border: none;
  padding: 14px 30px;
  border-radius: 8px;
font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease-out;
}

button:hover {
  background: #a81f1f;
  /* background: #c62828; */
}

/* Responsive */
@media (max-width: 768px) {
  .two-col,
  .three-col,
  .name-group {
    grid-template-columns: 1fr;
  }

  .enquiry-container {
    padding: 30px 20px;
  }
}


/* ////////////////////////////////////////////end of enquiry page////////////////////////////////// */

/* //////////////////////////////enquiry table page//////////////////// */

.table-container{
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  overflow-x: auto;
  height: 100;
}

.table-container h2{
  margin-bottom: 15px;
  font-size: 22px;
  color: #333;
}

.enquiry-header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
}

.enquiry-table{
  width: 100%;
  border-collapse: collapse;
  min-width: 1000px;
}

.enquiry-table thead{
  background: #ff4757;
  color: #ffffff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.enquiry-table th, 
.enquiry-table td{
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid #e5e7e9;
}

.enquiry-table tbody tr:hover{
  background: #f1f5f9;
}

.enquiry-table th{
  font-size: 14px;
  /* text-transform: uppercase; */
  /* letter-spacing: 0.3em; */
}

.enquiry-table td{
  font-size: 14px;
  color: #444;
}

/* //////////////////////////////end enquiry table page//////////////////// */

/* ////////////////////////////////login page//////////////////////////////////// */

.login-main-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  background-color: #cdcdcd;
}

.login-container{
    padding: 30px;
    border: 2px solid #c02222;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    width: 90%;
    max-width: 400px;
    max-height: 400px;
    text-align: center;
    background-color: #fdfdfd;
}

.login-container form{
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.login-container h2{
    margin-bottom: 20px;
    color: #1e2a38;
    border-bottom: 3px solid #c02222;
    display: inline-block;
}

.login-container label{
    display: block;
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    color: #1e2a38;
    font-size: 14px;
}

.login-container input{
    width: 100%;
    padding: 7px;
    margin-bottom: 10px;
    border: 1.5px solid #000;
    /* border: none; */
    border-radius: 8px;
    font-size: 14px;
}

.login-container button{
font-family: "Comic Sans MS", cursive, sans-serif;
    width: 70%;
    padding: 5px 10px;
    margin-top: 5px;
    position: relative;
    left: 50px;
    background-color: #c02222;
    color: #fff;
    border: none;
    border-radius: 8px;
    /* border: 1px solid #000; */
    cursor: pointer;
    font-weight: 600;
    font-size: 1.1rem;
    transition: transform 0.2s ease;
}

.login-container button:hover{
    /* background: #459f49; */
    /* background-color: #004a99; */
    /* border: 1px solid #00ADB5; */
    transform: scale(1.05);
}

.login-container .links{
    margin-top: 15px;
}

.login-container .links a {
    text-decoration: none;
    color: #007BFF;
    font-size: 14px;
    margin: 0 5px;
}

.login-container span{
    border-left: 1px solid #000;
    margin-right: 5px;
}

.login-container .links a:hover{
    text-decoration: underline;
}

.pole_material{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  gap: 10px;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}


/* /////////////////////////////////end login page///////////////////////////////////////// */

/* /////////////////////////////////////////////////timeline UI //////////////////////////////////////// */

.tech-path{
    width:100%;
    padding:80px 20px;
    /* background:#f4f7fb; */
}

.tech-wrapper{
    max-width:1200px;
    margin:auto;
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

/* SVG line */
.connector{
    position:absolute;
    top:45px;
    left:0;
    width:100%;
    height:120px;
    z-index:1;
}

/* items */
.tech-item{
    width:140px;
    text-align:center;
    position:relative;
    z-index:2;
}

/* alternating positions */
.tech-item.top{
    transform:translateY(-40px);
}

.tech-item.bottom{
    transform:translateY(40px);
}

/* circle */
.tech-circle{
    width:11rem;
    height:11rem;
    border-radius:50%;
    background:white;
    border:5px solid #c02222;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    box-shadow:0 8px 18px rgba(0,0,0,0.15);
}

.tech-circle img{
    width: 8rem;
}

.tech-item p{
    margin-top:12px;
    font-weight:600;
    font-size:14px;
}

@media(max-width:900px){

.tech-wrapper{
    flex-wrap:wrap;
    gap:40px;
    justify-content:center;
}

.connector{
    display:none;
}

.tech-item.top,
.tech-item.bottom{
    transform:none;
}

}

@media(max-width:600px){

.tech-wrapper{
    flex-direction:column;
    gap: 30px;
    justify-content: center;
}

.tech-path {
  padding: 60px 20px 20px 20px;
}

.tech-circle{
    width:10rem;
    height:10rem;
}

.tech-circle img {
  width: 7rem;
}

}

/* ////////////////////////////////////////////////////////end of timeline UI/////////////////////////// */


/* ///////////////////////////////////////////////////////////gallery section/////////////////////////////*/
/*.gallery-section{*/
/*  padding:40px 5%;*/
/*  background:#f5f5f5;*/
/*}*/

/*.gallery-grid{*/
/*  display:grid;*/
/*  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;*/
/*  grid-template-rows: 150px 150px 120px 150px 120px;*/
/*  gap:20px;*/
/*}*/

/*.gallery-item img{*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/

/*.gallery-item1{*/
/*  grid-column-start: 1;*/
/*  grid-column-end: 4;*/
/*  grid-row-start: 1;*/
/*  grid-row-end: 3;*/
  /* width: 100%;
  height: 100%; */
/*}*/

/*.gallery-item2{*/
/*  grid-column-start: 4;*/
/*  grid-column-end: 6;*/
/*  grid-row-start: 1;*/
/*  grid-row-end: 4;*/
  /* width: 100%;
  height: 100%; */
/*}*/

/*.gallery-item3{*/
/*  grid-column-start: 6;*/
/*  grid-column-end: 8;*/
/*  grid-row-start: 1;*/
/*  grid-row-end: 3;*/
  /* width: 100%;
  height: 100%; */
/*}*/

/*.gallery-item4{*/
/*  grid-column-start: 1;*/
/*  grid-column-end: 4;*/
/*  grid-row-start: 3;*/
/*  grid-row-end: 5;*/
  /* width: 100%;
  height: 100%; */
/*}*/

/*.gallery-item5{*/
/*  grid-column-start: 4;*/
/*  grid-column-end: 6;*/
/*  grid-row-start: 4;*/
/*  grid-row-end: 6;*/
  /* width: 100%;
  height: 100%; */
/*}*/

/*.gallery-item6{*/
/*  grid-column-start: 6;*/
/*  grid-column-end: 8;*/
/*  grid-row-start: 3;*/
/*  grid-row-end: 5;*/
  /* width: 100%;
  height: 100%; */
/*}*/

/*.gallery-item1{*/
  
/*}*/

/*.gallery-item{*/
/*  position:relative;*/
/*  overflow:hidden;*/
/*  border-radius:6px;*/
/*}*/

/*.gallery-item img{*/
  /* width:100%; */
  /* height:100%; */
/*  object-fit:cover;*/
/*  transition:transform .4s ease;*/
/*}*/

/*.overlay{*/
/*  position:absolute;*/
/*  top:0;*/
/*  left:0;*/
/*  width:100%;*/
/*  height:100%;*/

/*  display:flex;*/
/*  align-items:center;*/
/*  justify-content:center;*/

/*  color:white;*/
/*  font-size:18px;*/
/*  font-weight:500;*/
/*  text-align:center;*/

/*  background:rgba(0,0,0,0.45);*/

/*  opacity:0;*/
/*  transition:0.3s;*/
/*}*/

/*.gallery-item:hover img{*/
/*  transform:scale(1.05);*/
/*}*/

/*.gallery-item:hover .overlay{*/
/*  opacity:1;*/
/*}*/

/*@media (max-width:992px){*/

/*  .gallery-grid{*/
/*    grid-template-columns:1fr 1fr;*/
/*    grid-template-rows:auto;*/
/*  }*/

/*  .gallery-item1,*/
/*  .gallery-item2,*/
/*  .gallery-item3,*/
/*  .gallery-item4,*/
/*  .gallery-item5,*/
/*  .gallery-item6{*/
/*    grid-column:auto;*/
/*    grid-row:auto;*/
/*  }*/

/*  .gallery-item{*/
/*    height:220px;*/
/*  }*/

/*}*/

/*@media (max-width:600px){*/

/*  .gallery-grid{*/
/*    grid-template-columns:1fr;*/
/*  }*/

/*  .gallery-item1,*/
/*  .gallery-item2,*/
/*  .gallery-item3,*/
/*  .gallery-item4,*/
/*  .gallery-item5,*/
/*  .gallery-item6{*/
/*    grid-column:auto;*/
/*    grid-row:auto;*/
/*  }*/

/*  .gallery-item{*/
/*    height:220px;*/
/*  }*/

/*}*/

.gallery-section{
  padding:70px 9%;
  background:#f5f5f5;
}

.gallery-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

/* Card */

.gallery-item{
  position:relative;
  height:280px;
  overflow:hidden;
  border-radius:10px;
  box-shadow:0 6px 20px rgba(0,0,0,0.08);
}

/* Image */

.gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}

/* Hover zoom */

.gallery-item:hover img{
  transform:scale(1.08);
}

/* Overlay */

.overlay{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  padding:18px;

  color:white;
  font-size:18px;
  font-weight:500;

  background:linear-gradient(
    to top,
    rgba(0,0,0,0.75),
    rgba(0,0,0,0.2),
    transparent
  );

  opacity:0;
  transition:.4s;
}

.gallery-item:hover .overlay{
  opacity:1;
}

/* Tablet */

@media(max-width:992px){

  .gallery-section{
    padding:60px 7%;
  }

  .gallery-grid{
    grid-template-columns:1fr;
  }

}

/* Mobile */

@media(max-width:600px){

  .gallery-section{
    padding:50px 5%;
  }

  .gallery-item{
    height:220px;
  }

}
/*////////////////////////////////////////////////////////////////////////////////////end of gallery section.////////////////////////*/
/* //////////////////////responsive/////////////////////////////////// */

@media(max-with: 1024px){
  .enquiry-table{
    min-width: 100%;
  }

  .enquiry-table thead{
    display: none;
  }

  .enquiry-table tr{
    display: block;
    margin-bottom: 15px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
  }

  .enquiry-table td{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
  }

  .responsive-table td:last-child{
    border-bottom: none;
  }

  .responsive-table td::before{
    content: attr(data-label);
    font-weight: 600;
    color: #111827;
    flex: 1;
    padding-right: 10px;
  }
}


@media(max-width: 992px) {
  .heroContent h1 {
    font-size: 38px;
  }

  .nav-links {
    gap: 20px;
  }
}

@media(max-width: 768px) {

  .logo {
    
  }

  .about-us-home {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5px;

  }

  .img-about-us-home {
    width: 100%;
    height: 13rem;
  }

  .about-us-home img {
    width: 100%;
  }

  .about-us-home-content {
    padding-bottom: 4rem;
  }

  .about-us-home-content .for-more a {
    position: absolute;
    bottom: 0;
    right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .landingContainer p {
    font-size: 15px;
  }

  .landingContainer h2 {
    font-size: 25px;
  }

  .hero {
    background-size: cover;
    background-repeat: none;
    height: 100vh;
  }

  .navBar {
    padding: 10px 10px;
  }

  .nav-links {
    position: absolute;
    top: 70px;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    flex-direction: column;
    width: 200px;
    display: none;
    padding: 20px;
  }

  .nav-links.active {
    display: flex;
  }

  .quoteBtn {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .heroContent h1 {
    font-size: 30px;
  }

  .heroContent p {
    font-size: 14px;
  }

  .company-profile {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
  }

  .motto-section-wrapper {
    margin: 25px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .motto-section {
    /* width: 100%; */
    /* min-height: 40px; */
    display: flex;
    padding: 0rem 1rem;
    text-align: center;
    background-color: #f9fafb;
    /* align-items: center; */
    /* justify-content: center; */
    border: 2px solid #000;
    border-left: none;
    border-right: none;
    margin: 0;
    padding: 0;
    box-shadow:
      0 10px 25px rgba(0, 0, 0, 0.12),
      0 4px 10px rgba(0, 0, 0, 0.08);

    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); */

    /* fade effect */
    -webkit-mask-image: linear-gradient(to right,
        transparent,
        black 10%,
        black 90%,
        transparent);
    mask-image: linear-gradient(to right,
        transparent,
        black 10%,
        black 90%,
        transparent);
  }

  .motto-section h1 {
  font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 35px;
    font-weight: 300;
    background-color: #f9fafb;

    /* background: transparent; */
  }

  .company-profile .for-more a {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

  .img-company-profile {
    width: 25rem;
    height: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img-company-profile img {
    width: 20rem;
    /* height: 10rem; */
    object-fit: fill;
  }

  .product-more-details a {
    right: 10px;
  }

  .product_heading {
    margin-top: 2rem;
  }

  .product_heading h2 {
    font-size: 1.5rem;
  }

  .product_container {
    grid-template-columns: 1fr;
    /* padding: 10px; */
  }

  .product_container .container {
    width: 15rem;
    height: 20rem;
    border-radius: 10px;
    /* background-color: #FFE8EB; */
    border: 2px solid #cdcdcd;
  }

  .product-container .container .image {
    height: 30%;
    width: 100%;
    object-fit: cover;
  }

  .product_container .container .image img {
    height: 10rem;
    width: 14.7rem;
    border-radius: 10px 10px 0px 0px;
  }

  .product_container .container .content {
    height: 12rem;
    width: 14rem;
  }

  .product_container .container .content h4 {
    font-size: 15px;
  }

  .product_container .container .content p {
    font-size: 13px;
    text-align: justify;
    padding: 5px;
  }

  .infra-block{
    gap: 0px;
  }

  .OurTeam, .OurQuality-landing {
    padding: 10px 15px;
  }
}

@media (max-width: 500px) {
    .product_container {
    grid-template-columns: 1fr;
    /* padding: 10px; */
  }

  .product_container .container {
    width: 13rem;
    height: 17rem;
    border-radius: 10px;
    border: 2px solid #cdcdcd;
  }

  .product-container .container .image {
    height: 30%;
    width: 100%;
    object-fit: cover;
  }

  .product_container .container .image img {
    height: 8rem;
    width: 13rem;
    /* width: 100%; */
    border-radius: 10px 10px 0px 0px;
  }

  .product_container .container .content {
    height: 12rem;
    width: 14rem;
  }

  .product_container .container .content h4 {
    font-size: 15px;
  }

  .product_container .container .content p {
    font-size: 12px;
    text-align: justify;
    padding: 8px;
  }

  .our-products-landingPage {
    height: 60vh;
  }
}