.header-3 .mega-menu-wrapper .header-main .main-menu ul li a,
.header-3 .mega-menu-wrapper .header-main .main-menu ul li a i {
  color: rgb(255, 255, 255) !important;
}
/* client */
.clients-section {
  padding: 70px 0;
  background: #f7f9fc;
  font-family: "Poppins", sans-serif;
}


.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.section-desc {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
  color: #555;
}

.clients-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

.client-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  width: 250px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.client-card img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  margin-bottom: 15px;
}

.client-card h4 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

.client-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
