.elementor-375 .elementor-element.elementor-element-cb1bdb2{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b0bf0f8 */.university-partner {
  padding: 100px 20px;
  background: linear-gradient(180deg, #ffffff, #f4f6f9);
}

.up-container {
  max-width: 1200px;
  margin: 0 auto;
}

.university-partner h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #111827;
}

.up-intro {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 60px;
  font-size: 16.5px;
  line-height: 1.8;
  color: #4b5563;
}

.up-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 35px;
}

.up-card {
  text-decoration: none;
  color: inherit;
  border-radius: 18px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.up-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.12);
}

.up-image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.up-content {
  padding: 28px 24px 32px;
  text-align: center;
}

.up-logo {
  max-height: 55px;
  margin-bottom: 14px;
}

.up-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #111827;
}

.up-link {
  font-size: 14.5px;
  font-weight: 500;
  color: #2563eb;
}

/* Responsive */
@media (max-width: 768px) {
  .university-partner h2 {
    font-size: 26px;
  }

  .up-image img {
    height: 160px;
  }
}/* End custom CSS */