/* Parent Wrapper */
.university_approval_section {
  padding: 50px 0;
  background: #ffffff;
  background-image: url("/public/assets/edtech_assets/images/home/universityApproval/bg.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.university_approval_section:after {
  content: "";
  background: #000000a6;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  bottom: 0px;
  z-index: -1;
}

/* Header */
.university_approval_section .university_approval_section__header h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.university_approval_section .university_approval_section__header p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
}

/* Points */
.university_approval_section .university_approval_section__points {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}

.university_approval_section .university_approval_section__points li {
  font-size: 15px;
  padding-left: 22px;
  font-weight: 500;
  color: #fff;
  position: relative;
  margin-bottom: 8px;
}

.university_approval_section .university_approval_section__points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #28a745;
  font-size: 14px;
}

/* Slider */
.university_approval_section .university_approval_section__slider {
  margin-top: 20px;
}

/* Logo Card */
.university_approval_section .logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background: #fff;
  padding: 7px;
}

.university_approval_section .logo-card img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}

.university_approval_section .logo-card:hover img {
  transform: scale(1.05);
}

@media (min-width: 0px) and (max-width: 991px) {
  .university_approval_section .university_approval_section__header h2 {
    font-size: 22px;
  }
}
