body {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.heading-wraper .main-head h1,
.heading-wraper .main-head h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 24px;
}
.accreditation-approvals {
  position: relative;
  border-radius: 16px;
  background: #fff;
  /* box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.09); */
  padding: 16px 32px 32px 32px;
  transition: all 0.4s;
  border: 1px solid #eeeeee;
}
.col-lg-4:nth-child(1) .accreditation-approvals {
  background: #f3f7ff;
}

.col-lg-4:nth-child(2) .accreditation-approvals {
  background: #fbf6ef;
}

.col-lg-4:nth-child(3) .accreditation-approvals {
  background: #f4edfc;
}
.accreditation-approvals .accreditation-approvals-content {
  min-height: 215px;
  display: flex;
  flex-direction: column;
}
.accreditation-approvals .accreditation-approvals-content p {
  font-size: 16px;
}
.accreditation-approvals .accreditation-approvals-content a,
.other-approvals .content a {
  margin-top: auto;
}
.accreditation-sm-btn {
  font-weight: 600;
  padding: 6px 12px;
  display: inline-block;
  margin-top: 6px;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  background: linear-gradient(135deg, #ff8a00 0%, #ffc107 100%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  color: #fff;
  width: fit-content;
}
.accreditation-sm-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.other-approvals {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #fdfbf1 100%);
  border: 1px solid #fecd46;
  box-shadow:
    0px 10px 15px -3px rgba(0, 0, 0, 0.1),
    0px 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 16px 32px 32px 32px;
  transition: all 0.4s;
  text-align: center;
}
.other-approvals .content {
  min-height: 155px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.memberships {
  background: #ffffff;
  border: 2px solid #fecd46;
  box-shadow:
    0px 10px 15px -3px rgba(0, 0, 0, 0.1),
    0px 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 16px 32px 32px 32px;
  transition: all 0.4s;
}
.memberships .content {
  min-height: 200px;
}
.memberships .content h3 {
  font-size: 16px;
  font-weight: 700;
}
.accreditation-bg {
  border-radius: 16px;
  margin-top: 60px;
  padding: 50px 115px;
  background: url(../images/about-lpu/accreditation/ugc-bg.svg) no-repeat center
    center #fecd46;
}
.ugc-content p {
  margin: 16px 0;
}
.ugc-content {
  position: relative;
}
.ugc-content:before {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(245, 113, 39, 0.3) 0%,
    rgba(245, 113, 39, 0) 100%
  );
  transform: matrix(0.76, -0.65, 0.76, 0.65, 0, 0);
  content: "";
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: -116px;
  top: -61px;
}
.statutory-recognitions {
  background: url(../images/about-lpu/accreditation/statutory-recognitions-bg.svg)
    no-repeat center center #fffbf1;
  background-size: cover;
}
.memberships-section {
  background: url(../images/about-lpu/accreditation/members-bg.svg) no-repeat
    center center #fecd46;
  background-size: cover;
}
.lpu-btn-new-invert {
  z-index: 99;
}
.lpu-btn-new-invert:hover {
  color: #000;
  background: #fff;
  border-color: #fff;
}
.fact-bax {
  background: #ffffff;
  border: 1px solid #fecd46;
  border-radius: 6px;
}
@media (max-width: 1370px) {
  .other-approvals,
  .memberships {
    padding: 16px 16px 32px 16px;
  }
}
@media (max-width: 1200px) {
  .accreditation-approvals .accreditation-approvals-content p {
    font-size: unset;
  }
  .accreditation-approvals {
    padding: 16px 16px 32px 16px;
  }
  .other-approvals .content {
    min-height: 175px;
  }
  .memberships .content {
    min-height: 290px;
  }
}
@media (max-width: 992px) {
  .accreditation-approvals .accreditation-approvals-content {
    min-height: unset;
  }
  .col-lg-4:nth-child(1) .accreditation-approvals,
  .col-lg-4:nth-child(2) .accreditation-approvals {
    margin-bottom: 24px;
  }
  .accreditation-bg {
    padding: 50px;
  }
  .other-approvals .content {
    min-height: 100px;
  }
  .memberships .content {
    min-height: 220px;
  }
}
@media(max-width: 770px){
      .other-approvals .content {
        min-height: 120px;
    }
}
@media(max-width:600px){
    .other-approvals .content, .memberships .content {
        min-height: auto;
    }
}
