.partners-section {
  background-color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.partners-title {
  font-size: 52px;
  font-weight: 800;
  color: rgba(36, 56, 141, 1);
  margin-bottom: 40px;
  text-align: start;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 84px;
  max-width: 1200px;
  margin: auto;
}

.partner-category {
  text-align: start;
  min-width: 0;
}

.partner-category.full-width {
  grid-column: 1 / -1; /* Span all 4 columns */
}

.category-title {
  font-size: 28px;
  font-weight: bold;
  color: #d28a0d;
  margin-bottom: 16px;
  text-align: start;
}

.partner-logos {
  display: flex;
  justify-content: start;
  gap: 30px;
  
}

.partner-logos img {
  height: 150px;
  max-width: 170px;
  width: auto; /* Keep natural width within max */
  object-fit: contain;
  padding: 20px;
  background-color: #ffff;
  border-radius: 12px;
  display: block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* subtle soft shadow */
}

/* slider */
.club-partners-section {
  margin-top: 60px;
  padding: 0 50px;
}

.clubSwiper {
  padding: 20px 0;
}

.swiper-slide {
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    height: 100%; /* fill height from wrapper */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .club-card {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    min-height: 240px; /* or adjust as needed */
  }
  
  .swiper-slide img {
    height: 120px;
    max-width: 100%;
    object-fit: contain;
    margin: auto;
  }

.club-card img {
  height: 100px;
  object-fit: contain;
  margin-bottom: 12px;
}

.club-card h4 {
  font-size: 16px;
  margin: 0;
  color: rgba(56, 73, 149, 1);
  font-weight: 600;
}

.club-card p {
  font-size: 14px;
  color: rgba(56, 73, 149, 1);
  margin-top: 6px;
}
