/* Milestone */


.milestones {
  padding: 50px 20px;
  max-width: 1200px;
  margin: auto;
}

.milestones h2 {
  text-align: center;
  color: #0d0d0e;
  font-size: 35px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

/* Timeline layout */
.timeline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.timeline-item {
  flex: 1 1 calc(33.333% - 30px);
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 25px 20px;
  text-align: center;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.timeline-item i {
  font-size: 28px;
  color: #042233;
  margin-bottom: 20px;
}

.timeline-item h3 {
  color: #111;
  font-size: 20px;
  margin-bottom: 15px;
}

.timeline-item p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .timeline-item {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .timeline-item {
    flex: 1 1 100%;
  }
}




.title {
      text-align: center;
      color: #333;
    }

    .core-values {
      list-style: none; /* remove default bullets */
      max-width: 400px;
      margin: 20px auto;
      padding: 0;
    }

    .core-values li {
      background: #fff;
      margin: 10px 0;
      padding: 12px 18px;
      border-radius: 6px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      position: relative;
    }

    /* Custom bullet */
    .core-values li::before {
      content: "✔";
      color: #007bff;
      font-weight: bold;
      position: absolute;
      left: -25px;
      top: 50%;
      transform: translateY(-50%);
    }





    


    /*  */
    .milestone-timeline {
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      border-bottom: 4px solid #134278;
      margin-top: 40px;
      flex-wrap: wrap;
      position: relative;
    }

    /* Timeline card */
    .milestone-card {
      flex: 1;
      /* text-align: center; */
      padding: 20px;
      position: relative;
      /* min-width: 250px; */
    }

    /* Divider (desktop) */
    .milestone-card:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 2px;
      height: 100%;
      background-color: #134278;
    }

    /* Icon */
    .milestone-icon {
        font-size: 40px;
        color: #134278;
        margin-bottom: 15px;
    }

    /* Year */
    .milestone-year {
      font-weight: 600;
      font-size: 1.2rem;
      margin-top: 15px;
    }

    /* ✅ Mobile view */
    @media (max-width: 768px) {
      .milestone-timeline {
        flex-direction: column;
        border-left: 4px solid #134278;
        border-bottom: none;
        padding-left: 20px;
      }
      .milestone-card {
        text-align: left;
        padding: 20px 0 20px 30px;
      }
      .milestone-card:not(:last-child)::after {
        display: none; /* remove dividers on mobile */
      }
      .milestone-icon {
        margin-bottom: 10px;
      }
    }




    .csr-section {
     background: #f9f9f9;
   }
   .csr-title {
     text-align: center;
     font-weight: 700;
     font-size: 2.5rem;
     color: #134278;
     margin-bottom: 10px;
   }
   .csr-subtitle {
     text-align: center;
     max-width: 800px;
     margin: 0 auto 50px;
     color: #555;
     /* font-size: 1.1rem; */
   }
   .csr-card {
     background: #fff;
     border: none;
     border-radius: 15px;
     padding: 30px;
     box-shadow: 0 5px 20px rgba(0,0,0,0.1);
     transition: all 0.3s ease-in-out;
     height: 100%;
   }
   .csr-card:hover {
     transform: translateY(-8px);
     box-shadow: 0 8px 25px rgba(0,0,0,0.15);
   }
   .csr-icon {
     font-size: 44px;
     color: #134278;
     /* margin-bottom: 20px; */
   }
   .csr-card h5 {
     font-weight: 600;
     margin-bottom: 15px;
     color: #222;
   }
   .csr-card ul {
     padding-left: 20px;
   }
   .csr-card ul li {
     margin-bottom: 10px;
     color: #555;
   }
   .csr-footer {
     text-align: center;
     margin-top: 50px;
     font-size: 18px;
     color: #444;
     font-style: italic;
     padding-top: 15px;
   }

   /* award */
   .awards-section {
      background: #f9f9f9;
      padding: 60px 20px;
    }
    .awards-title {
      text-align: center;
      font-weight: 700;
      font-size: 2.5rem;
      color: #134278;
      margin-bottom: 20px;
    }
    .awards-subtitle {
      text-align: center;
      max-width: 800px;
      margin: 0 auto 50px;
      color: #444;
      /* font-size: 1.1rem; */
    }
    .award-card {
      background: #fff;
      border-left: 6px solid #134278;
      border-radius: 10px;
      padding: 25px 20px;
      margin-bottom: 25px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.08);
      transition: all 0.3s ease-in-out;
    }
    .award-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 22px rgba(0,0,0,0.12);
    }
    .award-icon {
      font-size: 1.8rem;
      color: #134278;
      margin-right: 12px;
    }
    .award-year {
      font-weight: 600;
      color: #134278;
    }
    .award-text {
      margin: 0;
      color: #333;
    }
    .awards-footer {
      text-align: center;
      margin-top: 40px;
      font-size: 18px;
      color: #444;
      font-style: italic;
    }


    /*  */

    .toolroom-section {
      background: linear-gradient(135deg, #134278 0%, #0a2a52 100%);
      color: #fff;
      padding: 50px 20px;
    }
    .toolroom-title {
      text-align: center;
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 30px;
    }
    .toolroom-content {
      background: #fff;
      color: #222;
      border-radius: 15px;
      padding: 40px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.15);
      font-size: 1.1rem;
      line-height: 1.8;
    }
    .toolroom-content i {
      color: #134278;
      margin-right: 10px;
    }
    /*  */
    /* .blankcut-section {
      background: linear-gradient(135deg, #134278 0%, #0a2a52 100%);
      color: #fff;
      padding: 50px 20px;
    }
    .blankcut-title {
      text-align: center;
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 30px;
    }
    .blankcut-card {
      background: #fff;
      color: #222;
      border-radius: 15px;
      padding: 40px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.15);
      font-size: 1.1rem;
      line-height: 1.8;
      text-align: center;
      transition: all 0.3s ease;
    }
    .blankcut-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 28px rgba(0,0,0,0.2);
    }
    .blankcut-icon {
      font-size: 3rem;
      color: #134278;
      margin-bottom: 20px;
    } */
     /*  */

       .hotforging-section {
      background: linear-gradient(135deg, #134278 0%, #0a2a52 100%);
      color: #fff;
      padding: 70px 20px;
    }
    .hotforging-title {
      text-align: center;
      /* font-size: 2.5rem; */
      font-weight: 700;
      margin-bottom: 20px;
    }
    .hotforging-intro {
      text-align: center;
      max-width: 850px;
      margin: 0 auto 40px;
      /* font-size: 1.1rem; */
      color: #e0e0e0;
    }
    .hotforging-card {
      background: #fff;
      color: #222;
      border-radius: 15px;
      padding: 40px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.15);
      font-size: 15px;
      /* line-height: 1.8; */
    }
    .hotforging-card h5 {
      font-weight: 600;
      margin-bottom: 20px;
      color: #134278;
    }
    .hotforging-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .hotforging-list li {
      margin-bottom: 12px;
      position: relative;
      padding-left: 30px;
    }
    .hotforging-list li::before {
      content: "\f2c2"; /* Font Awesome bolt icon */
      font-family: "Font Awesome 6 Pro";
      position: absolute;
      left: 0;
      color: #134278;
      font-weight: 900;
    }
    .hotforging-footer {
      margin-top: 25px;
      font-style: italic;
      color: #444;
    }

    /*  */
    .heattreat-section {
      background: linear-gradient(135deg, #134278 0%, #0a2a52 100%);
      color: #fff;
      padding: 50px 20px;
    }
    .heattreat-title {
      text-align: center;
      /* font-size: 2.5rem; */
      font-weight: 700;
      margin-bottom: 20px;
      color: white;
    }
    .heattreat-intro {
      text-align: center;
      max-width: 850px;
      margin: 0 auto 40px;
      /* font-size: 1.1rem; */
      color: #e0e0e0;
    }
    .heattreat-card {
      background: #fff;
      color: #222;
      border-radius: 15px;
      padding: 40px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.15);
      /* font-size: 1rem; */
      /* line-height: 1.8; */
    }
    .heattreat-card h5 {
      font-weight: 600;
      margin-bottom: 20px;
      color: #134278;
    }
    .heattreat-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .heattreat-list li {
      margin-bottom: 12px;
      position: relative;
      padding-left: 30px;
    }
    .heattreat-list li::before {
      content: "\f06d"; /* fire icon */
      font-family: "Font Awesome 6 Pro";
      position: absolute;
      left: 0;
      color: #134278;
      font-weight: 900;
    }
    .heattreat-footer {
      margin-top: 25px;
      font-style: italic;
      color: #444;
    }
    /*  */

    .machining-section {
      background: linear-gradient(135deg, #134278 0%, #0a2a52 100%);
      color: #fff;
      padding: 50px 20px;
    }
    .machining-title {
      text-align: center;
      /* font-size: 2.5rem; */
      font-weight: 700;
      margin-bottom: 20px;
       color: white;
    }
    .machining-intro {
      text-align: center;
      max-width: 900px;
      margin: 0 auto 40px;
      /* font-size: 1.1rem; */
      color: #e0e0e0;
    }
    .machining-card {
      background: #fff;
      color: #222;
      border-radius: 15px;
      padding: 40px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.15);
      font-size: 16px;
      /* line-height: 1.8; */
    }
    .machining-card h5 {
      font-weight: 600;
      margin-bottom: 20px;
      color: #134278;
    }
    .machining-list {
      list-style: none;
      padding: 0;
      margin: 0;
      columns: 2; /* two-column layout for large screens */
      -webkit-columns: 2;
      -moz-columns: 2;
    }
    .machining-list li {
      margin-bottom: 12px;
      position: relative;
      padding-left: 28px;
      break-inside: avoid;
    }
    .machining-list li::before {
      content: "\f0ad"; /* gear icon */
      font-family: "Font Awesome 6 Pro";
      position: absolute;
      left: 0;
      color: #134278;
      font-weight: 900;
    }
    @media (max-width: 767px) {
      .machining-list {
        columns: 1;
      }
    }
    .machining-footer {
      margin-top: 25px;
      font-style: italic;
      color: #444;
    }

    /*  */
    .inspection-section {
      background: #f8faff;
      padding: 40px 20px;
    }
    .inspection-title {
      color: #134278;
      /* font-size: 2.3rem; */
      font-weight: 700;
      text-align: center;
      margin-bottom: 20px;
    }
    .inspection-intro {
      text-align: center;
      max-width: 850px;
      margin: 0 auto 50px;
      /* font-size: 1.1rem; */
      color: #333;
    }
    .inspection-card {
      background: #fff;
      border-radius: 12px;
      padding: 30px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.1);
      height: 100%;
      transition: all 0.3s ease;
    }
    .inspection-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 28px rgba(0,0,0,0.15);
    }
    .inspection-icon {
      font-size: 2.5rem;
      color: #134278;
      margin-bottom: 15px;
    }
    .inspection-card h4 {
      color: #134278;
      font-weight: 700;
      margin-bottom: 15px;
    }
    .inspection-card ul {
      list-style: none;
      padding: 0;
    }
    .inspection-card ul li {
      margin-bottom: 10px;
      font-size: 18px;
      color: #444;
    }
    .inspection-card ul li i {
      color: #134278;
      margin-right: 8px;
    }

    /* .rs-brand-thumb-1 img {
    margin-bottom: 10px;
    height: 130px;
    object-fit: contain;
} */




.bg-box {
  background: #fff; /* Blue to Bootstrap Green */
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.shadow-box {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shadow-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

/* Decorative glowing border */
.bg-box::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 15px;
  /* background: linear-gradient(45deg, #00ff88, #0099ff, #ff0055); */
  z-index: -1;
  filter: blur(12px);
  opacity: 0.4;
}


.bg-box p,
.bg-box ul li {
  color: #000 !important;
}

.btn {background-color: green;
color: white;
border: green;}
.btn:hover{background: black; color: white;}
img.certificate-q {height: 200px; 
object-fit: contain;}

.contact-call {
    width: 45px;
    position: fixed;
    bottom: 180px;
    right: 25px;
    z-index: 9999;
    display: inline-block;
    animation: up-down 2s infinite;
    /* transform: scaleX(-1);  */
}

.contact-whatsapp {
    width: 50px;
    position: fixed;
    bottom: 100px;
    right: 25px;
    z-index: 9999;
    display: inline-block;
    animation: up-down 2s infinite;
    /* transform: scaleX(-1);  */
}



.rs-footer-two .rs-footer-widget-email a {
    font-size: 15px;
}


.logo-slider {
  overflow: hidden;
  position: relative;
  background: #fff;
  width: 1000px; /* 4 images * 250px each */
  margin: auto;
}

.logo-slide-track {
  display: flex;
  width: calc(250px * 20); /* (image width × total images) */
  animation: scroll 60s linear infinite; /* 60s = slow speed */
}

.rs-brand-thumb-1 {
  width: 250px; /* adjust to fit 4 images in row */
  padding: 15px;
}

.rs-brand-thumb-1 img {
  max-width: 100%;
  height: auto;
  display: block;
}

@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
h3.rs-footer-stroke-text-1 {
    color: white;
    font-size: 46px;
}


.rs-brand-thumb-2 img {margin-bottom: 20px;}