/* Scoped CSS for client logo section only */

.clientassos-section {
  padding: 80px 0;
  background-color: #f9f9f9; /* ✅ Your confirmed background color */
}

.clientassos-section .container {
  padding-left: 15px;
  padding-right: 15px;
}

.clientassos-section .climg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: #f9f9f9;
  height: 100%;
}

.clientassos-section .climg img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Increased spacing between logo rows */
.clientassos-section .cllogs > div {
  margin-bottom: 40px;
}

/* ✅ Add space above logo grid */
.clientassos-section .cllogs {
  margin-top: 60px;
}

@media (max-width: 767.98px) {
  .clientassos-section .cllogs > div {
    margin-bottom: 30px;
  }

  .clientassos-section .cllogs {
    margin-top: 40px;
  }
}
