  .what-we-do h2 {
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
  .what-we-do p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 15px;
  }
  .what-we-do .card {
    transition: transform 0.3s ease;
  }
  .what-we-do .card:hover {
    transform: translateY(-6px);
  }



  .logo-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #f9f9f9;
  padding: 20px 0;
}

.logo-track {
  display: flex;
  width: calc(160px * 30); /* ज्यादा logos होने से कोई gap नहीं आएगा */
  animation: scroll 25s linear infinite;
}

.logo-track img {
  height: 120px;          
  margin: 0 15px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;

  transition: filter 0.3s, transform 0.3s;
}

.logo-track img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}






.title {
      display: inline-block;
      position: relative;
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 20px;
      padding: 0 20px 10px;
    }
 

    table {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    }
    thead {
      background: linear-gradient(90deg, #1565c0, #42a5f5);
      color: #fff;
    }
    thead th {
      padding: 14px 18px;
      font-size: 15px;
      font-weight: 600;
    }
    tbody td {
      padding: 12px 18px;
      font-size: 14px;
      border-bottom: 1px solid #eee;
    }
    tbody tr:nth-child(even) { background: #f9fcff; }
    tbody tr:hover { background: #eaf3ff; transition: 0.2s; }

    .equal-box {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
    }

    .right-img {
      width: 100%;

  
      border-radius: 12px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.1); margin-top:20px;
    }








    .certificate-section {
    background: linear-gradient(135deg, #e3f2fd, #ffffff); /* soft light gradient */
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    padding: 40px;
    margin: 40px auto;
  }

  .certificate-img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    object-fit: cover;
  }

  .certificate-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
  }

  .certificate-text h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1565c0;
    margin-bottom: 15px;
  }

  .certificate-text p {
    font-size: 16px;
    color: #333;
    line-height: 1.7;
  }

  .highlight {
    font-weight: 600;
    color: #0d47a1;
  }

  @media (max-width: 768px) {
    .certificate-section {
      padding: 20px;
    }
    .certificate-text h2 {
      font-size: 22px;
    }
  }









  .msme-text h2 {
      font-size: 28px;
      font-weight: 700;
      color: #1565c0;
      margin-bottom: 15px;
    }

    .msme-text p {
      font-size: 16px;
      color: #333;
      line-height: 1.7;
    }

   
    .msme-img {
      width: 100%;
      border-radius: 12px;
      box-shadow: 0 6px 15px rgba(0,0,0,0.15);
      object-fit: cover;
    }

    @media (max-width: 768px) {
      .msme-text h2 {
        font-size: 22px;
      }
    }







     .cert-section {
      background: #eaf3ff;
      padding: 60px 0;
    }

    .cert-box {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.08);
      padding: 20px;
      text-align: center;
      transition: transform 0.3s ease;
      height: 100%;
      cursor: pointer;
    }

    .cert-box:hover {
      transform: translateY(-5px);
    }

    .cert-box img {
      width: 100%;
    
      object-fit: contain;
      border-radius: 8px;
      margin-bottom: 15px;
    }

    .cert-box h3 {
      font-size: 20px;
      font-weight: 700;
      color: #1565c0;
      border-top: 2px solid #eee;
      padding-top: 10px;
    }

    /* Zoom animation inside modal */
    .modal.fade .modal-dialog {
      transform: scale(0.7);
      transition: transform 0.3s ease-in-out;
    }

    .modal.fade.show .modal-dialog {
      transform: scale(1);
    }

    .modal-body img {
      width: 100%;
      border-radius: 10px;
    }



       .office-section {
      background: #f0f6ff;
      padding: 60px 0;
    }

    .office-card {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.08);
      padding: 25px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100%;
    }

    .office-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    }

    .office-card h4 {
      font-size: 20px;
      font-weight: 700;
      color: #0d47a1;
      margin-bottom: 15px;
    }

    .office-card p {
      font-size: 15px;
      margin: 0 0 8px;
      line-height: 1.5;
    }

    .gst-tag {
      display: inline-block;
      background: #e3f2fd;
      color: #1565c0;
      padding: 6px 12px;
      font-size: 14px;
      border-radius: 8px;
      font-weight: 600;
      margin-top: 10px;
    }

   .topbar-one {
  font-size: 17px;
  color: #fff;
}
.topbar-one a {
  color: #fff;
  text-decoration: none;   font-size: 17px;
}
.topbar-one a:hover {
  color: #fff; text-decoration: none;
}

/* Social Icons */
.social-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 14px;
  transition: transform 0.3s ease;
}
.social-icon:hover {
  transform: scale(1.1);
}

/* Facebook */
.social-icon.facebook {
  background: #1877f2;
}

/* LinkedIn */
.social-icon.linkedin {
  background: #0a66c2;
}

/* Instagram gradient */
.social-icon.instagram {
  background: radial-gradient(circle at 30% 30%, #feda75, #d62976, #962fbf, #4f5bd5);
}


      .logo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* mobile: 2 logos */
    gap: 20px;
    align-items: center;
    text-align: center;
  }
  @media (min-width: 992px) {
    .logo-grid {
      grid-template-columns: repeat(5, 1fr); /* desktop: 5 logos */
    }
    .brand_logo {
    width: 246px;
    margin-top: 5px;
    margin-bottom: 5px;
}
  }
  .logo-grid img {
    width: 100%;
    max-width: 290px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    padding: 8px;
    transition: transform 0.3s ease;
  }
  .logo-grid img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }


  .footer_secondary {
  font-size: 17px;
  color: #fff;
  border-top: 1px solid #333;
}

.footer_secondary a {
  text-decoration: none;
}

/* Social icons */
.social-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 14px;
  transition: transform 0.3s ease;
}
.social-icon:hover {
  transform: scale(1.1);
}

/* LinkedIn */
.social-icon.linkedin {
  background: #0a66c2;
}

/* Facebook */
.social-icon.facebook {
  background: #1877f2;
}

/* Instagram gradient */
.social-icon.instagram {
  background: radial-gradient(circle at 30% 30%, #feda75, #d62976, #962fbf, #4f5bd5);
}