.category-section {
      width: 100%;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #04243c;
      padding: 0 60px;
      padding-top: 0px;
    }

    .category-container {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      text-align: center;
    }

    .category-panel {
      flex: 1 1 20%;
      min-width: 200px;
      height: 400px;
      position: relative;
      overflow: hidden;
    }

    .category-image {
      background-size: cover;
      background-position: center;
      height: 100%;
      width: 100%;
      transition: transform 0.4s ease;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
    }

    .category-panel:hover .category-image {
      transform: scaleX(1.4);
      z-index: 1;
    }

    .category-overlay {
      position: absolute;
      inset: 0;
      background-color: rgba(0, 0, 0, 0.5);
    }

    .category-content {
      position: relative;
      z-index: 2;
      color: white;
    }

    .category-icon {
      font-size: 2rem;
      margin-bottom: 10px;
    }

   .category-title {
    font-size: 18px;
    font-weight: 600;
}

    @media (max-width: 768px) {
      .category-panel {
        flex: 1 1 100%;
        height: 200px;
      }

      .category-panel:hover .category-image {
        transform: scale(1.05);
      }
    }



@media (min-width: 60em) {
    .sn-level-2, .hs-menu-children-wrapper {
        position: absolute;
        z-index: 11;
        top: 100%;
        left: -576px;
        width: 100vw;
        min-width: 100vw;
        background-color: #04243c;
        box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.4);
        max-height: 263px;
        overflow-y: auto;
    }
}

@media (min-width: 80em) {
    .sn-level-2, .hs-menu-children-wrapper {
        min-width: 100vw; /* Ensure full width on larger screens too */
    }
}

@media (min-width: 60em) {
    .sn-level-2, .hs-menu-children-wrapper {
        position: absolute;
        z-index: 11;
        min-width: 34.5em;
        top: 100%;
        width: 227%;
        left: 0;
        background-color: #fff;
        box-shadow: 1px 4px 8px rgba(0, 0, 0, .4);
        max-height: 31.25em;
        overflow-y: auto;
        border-radius: 18px;
    }
}


.sn-level-3 {
    display: none;
    position: absolute;
    right: 100%;  /* Open to the left */
    top: 0;
    background-color: #fff;
    z-index: 1000;
    min-width: 200px; /* Optional: ensures width */
}

.menu-item-has-children:hover > .sn-level-3 {
    display: block;
}

.sn-level-2 li {
    position: relative;
}


/* Breadcrumb Banner */
.breadcrumb-banner {
  background: url('breadcrumb-bg.jpg') no-repeat center center;
  background-size: cover;
  padding: 120px 20px;
  color: #fff;
  text-align: center;
}
.breadcrumb-title {
  font-size: 36px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
.breadcrumb-nav {
  font-size: 16px;
}
.breadcrumb-nav a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb-nav .current {
  color: #ddd;
}
ul:not([class]) li:not([class]) {
    position: relative;
    font-size: 21px;
    line-height: 1.8888888889em;
    color: #fafcff;
    font-weight: 400;
    padding-left: 1.1111111111em;
}
.company-history-section {
  padding: 60px 20px;
  background-color: #f4f6f8;
  font-family: 'Segoe UI', sans-serif;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

/* Left Column */
.column.left {
  flex: 1 1 100%;
}

/* Images Row */
.founders {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 25px;
}
.founder-img {
  width: 100%;
  max-width: 240px;
  border-radius: 8px;
      box-shadow: 0 4px 15px rgb(0 0 0);
}

/* Company Text */
.company-text-box {
      background-color: #04243c;

  padding: 25px;
  border-radius: 10px;
      box-shadow: 0 4px 15px rgb(0 0 0);
}
.company-text-box h5 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}
.company-text-box p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #ffffff;
  margin-bottom: 12px;
}

/* Responsive */
@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }
  .founders {
    flex-direction: column;
    align-items: center;
  }
  .founder-img {
    width: 90%;
  }
}
.company-summary-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.company-summary-section h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.company-summary-section .description {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
}

.summary-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  text-align: center;
}

.summary-box {
    flex: 1 1 400px;
       background: #053d67;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgb(0 0 0);
    transition: transform 0.3s ease;
    display: flex
;
}
@media (max-width: 991px) {
  .summary-box {
    flex: 1 1 100%;
    padding: 20px 15px;
    margin-bottom: 20px;
  }
}
.summary-box:hover {
  transform: translateY(-5px);
}

.summary-box img {
    height: 77px;
    margin-bottom: -12px;

}
.summary-box .summary-img{width:30%}

.summary-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
         color: #fafcff;

}

.summary-box p {
  font-size: 15px;
color: #fafcff;
}

.summary-box a {
  color: #0066cc;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .summary-grid {
    flex-direction: column;
    align-items: center;
  }
  .summary-box {
    width: 90%;
  }
}
.timeline {
  position: relative;
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background-color: #00b4b6;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item {
  padding: 20px 40px;
  position: relative;
  width: 50%;
}

.timeline-item::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  background-color: white;
  border: 4px solid #00b4b6;
  top: 20px;
  border-radius: 50%;
  z-index: 1;
}

.timeline-item.left {
  left: 0;
  text-align: right;
}

.timeline-item.right {
  left: 50%;
  text-align: left;
}

.timeline-item.right::before {
  left: -10px;
}

.content {
  background: #f9f9f9;
  padding: 15px 20px;
  border-radius: 6px;
  position: relative;
    box-shadow: 0 2px 10px rgb(0 0 0);
}

.content h3 {
  margin: 0;
  color: #00b4b6;
  font-size: 20px;
}

.content p {
  margin: 5px 0 0;
  font-size: 18px;
      font-weight: 700;
}
.product-section {
  padding: 30px 20px;
  background: #fff;
}


.custom-container {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .timeline::after {
    left: 20px; /* move the center line to left side */
  }

  .timeline-item {
    width: 100%;
    padding-left: 50px; /* space for line and dot */
    padding-right: 25px;
    text-align: left !important;
  }

  .timeline-item::before {
    left: 10px;   /* align dots with the line */
    right: auto;
  }

  .timeline-item.left,
  .timeline-item.right {
    left: 0; /* reset both sides */
  }

  .timeline-item .content {
    text-align: left;
  }
}


/* Grid Layout */
.product-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.product-card {
  flex: 0 1 calc(33.333% - 20px);
     background: #053d67;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.product-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}





.btn:hover {
  background: #008a8d;
}

/* Responsive */
@media (max-width: 991px) {
  .product-card {
    flex: 0 1 calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .product-card {
    flex: 0 1 100%;
  }
}




.automobile-sector {
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.auto-box {
     background-color: #04243c;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgb(0 0 0);
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.col-4 {
  flex: 1 1 30%;
}

.col-8 {
  flex: 1 1 65%;
}

.auto-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.auto-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #04243c;
}

.auto-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }
}
.sub-products-section {
  background-color: #04243c;
  padding: 60px 20px;
  color: #fff;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
  color: #ffffff;
}

.sub-product-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sub-card.horizontal {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.sub-card.horizontal.reverse {
  flex-direction: row-reverse;
}

.sub-card-img {
  flex: 1 1 40%;
  min-width: 280px;
  max-height: 300px;
}

.sub-card-img img {
  width: 95%;
  height: 95%;
  object-fit: cover;
  display: block;
}

.sub-card-content {
  flex: 1 1 60%;
  padding: 30px;
  background: #f1f5f9;
  color: #222;
}

.sub-card-content h4 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #003247;
}

.sub-card-content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

.sub-card-content ul li {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .sub-card.horizontal,
  .sub-card.horizontal.reverse {
    flex-direction: column;
  }

  .sub-card-img,
  .sub-card-content {
    flex: 1 1 100%;
  }

  .sub-card-content {
    padding: 20px;
  }
}
.quality-policy {
 background-color: #04243c;
  padding: 60px 20px;
  color: white;
  font-family: 'Segoe UI', sans-serif;
}

/* Title Ribbon */
.ribbon-title {
  display: inline-block;
  background-color: #188eb8;
  padding: 12px 30px;
  font-size: 24px;
  font-weight: bold;
  clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
  margin-bottom: 40px;
  color: white;
}

/* Layout */
.quality-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* Steps */
.quality-steps {
  flex: 1 1 40%;
}

.quality-steps ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.quality-steps li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 500;
}

.quality-steps li::before {
  content: "↓";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 18px;
}

/* Images */
.quality-images {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.quality-images img {
  width: 100%;
  height: 387px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
  .quality-wrapper {
    flex-direction: column;
  }

  .ribbon-title {
    font-size: 20px;
    padding: 10px 25px;
  }
}
.certifications-section {
  padding: 60px 20px;
  background: #f9fcff;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.certifications-section h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 40px;
  font-weight: bold;
}

.certification-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.cert-card {
   background: #053d67;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 240px;
  transition: transform 0.3s ease;
}

.cert-card:hover {
  transform: scale(1.05);
}

.cert-card img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/* Responsive */
@media (max-width: 768px) {
  .cert-card {
    max-width: 90%;
  }
}

.auto-image {
    text-align: center;
    margin-bottom: 20px;
}

.sector-image {
    max-width: 100%;
       height: 314px;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.button-group {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.btn {
    display: inline-block;
    padding: 8px 16px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
    border: none;
}

.enquiry-btn {
    background-color: #007bff;
    color: #fff;
}

.enquiry-btn:hover {
    background-color: #0056b3;
}

.whatsapp-btn {
    background-color: #25D366;
    color: white;
}

.whatsapp-btn:hover {
    background-color: #1ebe5b;
}


.csr-section {
  padding: 60px 20px;
  background: #04243c;
  font-family: 'Segoe UI', sans-serif;
}

.csr-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex
;
    background: #04243c;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgb(0 0 0);
    animation: fadeIn 1.2s ease;
}

/* Text Content */
.csr-text {
  flex: 1;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.csr-text h2 {
  font-size: 28px;
  color: #c62828;
  margin-bottom: 10px;
  font-weight: bold;
}

.csr-text h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #333;
}

.csr-text p {
  font-size: 16px;
  color: #fafcff;
  line-height: 1.7;
}

/* Image Section */
.csr-image {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.csr-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

.csr-image:hover img {
  transform: scale(1.05);
}

/* Overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .csr-wrapper {
    flex-direction: column-reverse;
  }

  .csr-text {
    padding: 30px 20px;
    text-align: center;
  }

  .csr-text h2 {
    font-size: 24px;
  }

  .csr-text h3 {
    font-size: 20px;
  }

  .csr-text p {
    font-size: 15px;
  }
}

.capabilities-section {
  background: #04243c;
    padding: 3px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeInUp 1s ease-in;
}

.capabilities-content {
    background: #04243c;
    max-width: 800px;
    width: 100%;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 94%);
    animation: slideIn 1s ease-in-out;
}





.capabilities-content p {
  font-size: 16px;
  line-height: 1.7;
     color: #fafcff;
  margin-bottom: 15px;
  text-align: center;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: scale(0.97);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Responsive */
@media (max-width: 600px) {
  .capabilities-content {
    padding: 30px 20px;
  }

  .capabilities-content h2 {
    font-size: 24px;
  }

  .capabilities-content p {
    font-size: 15px;
  }
}
.footer {
      /* background: #111; */
      padding: 40px 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 30px;
    }

    .footer-column {
      flex: 1 1 250px;
    }

    .footer-column h3 {
      margin-bottom: 15px;
      font-size: 18px;
      border-bottom: 2px solid #00aaff;
      display: inline-block;
      padding-bottom: 5px;
    }

    /* Quick Links */
    .footer-links {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-links li {
      margin-bottom: 10px;
    }
.footer-links a {
    text-decoration: none;
    color: #fafcff;
    transition: 0.3s;
    font-size: 16px;
}

    .footer-links a:hover {
      color: #00aaff;
    }

    /* Contact Info */
    .contact-item {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
      color: #ccc;
    }

.contact-item span {
    display: inline-block;
    margin-left: 12px;
    font-size: 16px;
    color: white;
}
    .contact-icon {
      background: #00aaff;
      border-radius: 50%;
      padding: 8px;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      color: #fff;
    }

    /* Map */
    .map iframe {
      width: 100%;
      height: 200px;
      border: 0;
      border-radius: 8px;
    }

    /* Responsive */
    @media(max-width: 768px) {
      .footer {
        flex-direction: column;
        text-align: center;
      }
      .contact-item {
        justify-content: center;
      }
    }
 .btn-container{
    text-align: center; /* center align buttons */
    margin-top: 50px;   /* space from top */
  }

  .btn{
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 14px 18px;
    margin: 8px;
    border-radius: 8px;
    background: #053d67;
    color: #fff;  /* white text */
    font-weight: 600;
    box-shadow: 0 6px 12px rgba(0,0,0,.4); /* black shadow */
    transition: 0.2s;
  }

  .btn:hover{
    background: #0a4e84;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0,0,0,.45);
  }