/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:wght@200..1000&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  width: 100%;
  min-height: 200vh;
  font-family: "Montserrat", sans-serif;
  background-color: #F2F2F2;
  position: relative;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

button {
  border: none;
}

input {
  border: none;
  outline: none;
}

.header {
  max-width: 100%;
  width: 100%;
}

a {
  color: #212529;
}

.nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 251, 245, 0.1);
}
@media (min-width: 992px) {
  .nav .nav__mobile {
    display: none;
  }
}
.nav .nav__mobile__top {
  background-color: #FFFBF5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 0.65rem;
  padding-inline: 1rem 1rem;
}
@media (min-width: 576px) {
  .nav .nav__mobile__top {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 768px) {
  .nav .nav__mobile__top {
    padding-inline: 2rem;
  }
}
@media (min-width: 768px) {
  .nav .nav__mobile__top {
    padding-inline: 3rem 2rem;
  }
}
.nav .nav__mobile__top .brand__name {
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .nav .nav__mobile__top .brand__name {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .nav .nav__mobile__top .brand__name {
    font-size: 1.5rem;
  }
}
.nav .nav__mobile__top .menu-icon {
  width: 20px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.nav .nav__mobile__top .menu-icon .bar {
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 5rem;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.nav .nav__mobile__top .menu-icon.open .bar:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
      -ms-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.nav .nav__mobile__top .menu-icon.open .bar:nth-child(2) {
  opacity: 0;
}
.nav .nav__mobile__top .menu-icon.open .bar:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
      -ms-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}
.nav .nav__mobile__top .menu__slider {
  width: 100%;
  height: calc(100vh - 80.8px);
  background-color: #4C2881;
  border-top: 1px solid rgba(255, 251, 245, 0.1647058824);
  border-left: 1px solid rgba(255, 251, 245, 0.1647058824);
  position: absolute;
  right: -100%;
  top: 82.8px;
  -webkit-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
  overflow-y: auto;
  z-index: 10;
}
@media (min-width: 576px) {
  .nav .nav__mobile__top .menu__slider {
    top: 85.8px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .nav .nav__mobile__top .menu__slider {
    top: 92.8px;
    width: 40%;
  }
}
@media (min-width: 992px) {
  .nav .nav__mobile__top .menu__slider {
    width: 30%;
  }
}
.nav .nav__mobile__top .menu__slider.show {
  right: 0;
}
.nav .nav__mobile__top .slider__underlay {
  display: none;
  position: absolute;
  top: 82.8px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80.8px);
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: display 0.3s;
  -o-transition: display 0.3s;
  transition: display 0.3s;
  z-index: 5;
}
@media (min-width: 576px) {
  .nav .nav__mobile__top .slider__underlay {
    top: 85.8px;
  }
}
@media (min-width: 768px) {
  .nav .nav__mobile__top .slider__underlay {
    top: 92.8px;
  }
}
.nav .nav__mobile__top .slider__underlay.display {
  display: block;
}
.nav .nav__mobile__top .menu__slider__list .dropDownButton {
  padding: 1rem 0;
  font-size: 1rem;
}
.nav .nav__mobile__top .menu__slider__list .link {
  text-align: center;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  border-top: 1px solid rgba(255, 251, 245, 0.15);
}
.nav .nav__mobile__top .menu__slider__list .link .items {
  padding: 1rem 0;
  font-size: 1rem;
}
.nav .nav__mobile__top .menu__slider__list .link:hover, .nav .nav__mobile__top .menu__slider__list .link:focus, .nav .nav__mobile__top .menu__slider__list .link:active {
  background-color: #775BBE;
}
.nav .nav__mobile__top .menu__slider__list .link:last-child {
  border-bottom: 1px solid rgba(255, 251, 245, 0.15);
}
.nav .nav__mobile__top .menu__slider__list .link.active {
  background-color: #775BBE;
}
.nav .nav__mobile__top .menu__slider__list .items, .nav .nav__mobile__top .dropDownButton {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.125;
  font-weight: 500;
  padding: 0.75rem 0;
  display: block;
  cursor: pointer;
  text-transform: capitalize;
}
.nav .nav__mobile__top .menu__slider__list .menubar-link {
  padding: 0;
}
.nav .nav__mobile__top .dropdown {
  background-color: #775BBE;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  -webkit-transition: max-height 0.75s ease-in-out;
  -o-transition: max-height 0.75s ease-in-out;
  transition: max-height 0.75s ease-in-out;
}
.nav .nav__mobile__top .dropdown li {
  width: 100%;
  border-top: 1px solid rgba(255, 251, 245, 0.15);
}
.nav .nav__mobile__top .dropdown li a {
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.75rem 0;
  display: block;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
.nav .nav__mobile__top .dropdown li a:hover {
  background-color: hsl(264, 53%, 40%);
}
.nav .nav__mobile__top .dropdown li a:first-child {
  border-top: nne;
}
.nav .nav__mobile__bottom {
  background-color: #4C2881;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 0rem;
}
.nav .nav__mobile__bottom .bottom__links.active {
  color: #c8c2ca;
}
.nav .nav__mobile__bottom .bottom__links {
  color: #FFFBF5;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0 1rem;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 576px) {
  .nav .nav__mobile__bottom .bottom__links {
    padding: 0 2rem;
  }
}
.nav .nav__mobile__bottom .bottom__links:hover, .nav .nav__mobile__bottom .bottom__links:focus, .nav .nav__mobile__bottom .bottom__links:active {
  color: #B284BE;
}
.nav .nav__mobile__bottom .bottom__links i {
  font-size: 1rem;
}
.nav .nav__desktop {
  display: none;
  -webkit-transition: background-color 0.7s;
  -o-transition: background-color 0.7s;
  transition: background-color 0.7s;
  padding-inline: 1.5rem;
  padding-block: 0.5rem;
  background-color: #4C2881;
}
@media (min-width: 992px) {
  .nav .nav__desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.nav .nav__desktop.fixed {
  background-color: #4C2881;
}
.nav .nav__desktop__left .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav .nav__desktop__left .brand__logo img {
  width: 110px;
  padding-right: 1.5rem;
}
.nav .nav__desktop__left .brand__name {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #FFFBF5;
}
.nav .nav__desktop__right .nav__desktop__right__top {
  padding-bottom: 1rem;
}
.nav .nav__desktop__right .nav__desktop__right__top .links {
  font-size: 0.875rem;
  font-weight: 500;
  padding-right: 2rem;
  color: #FFFBF5;
  -webkit-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}
.nav .nav__desktop__right .nav__desktop__right__top .links:hover {
  color: hsl(264, 53%, 70%);
}
.nav .nav__desktop__right .nav__desktop__right__top .links i {
  padding-right: 0.3rem;
}
.nav .nav__desktop__right .nav__desktop__right__top .links.active {
  color: hsl(264, 53%, 70%);
}
.nav .nav__desktop__right .nav__desktop__right__bottom li {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.nav .nav__desktop__right .nav__desktop__right__bottom .links {
  font-size: 0.9rem;
  font-weight: 600;
  padding-right: 1rem;
  text-transform: uppercase;
  color: #FFFBF5;
  -webkit-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}
.nav .nav__desktop__right .nav__desktop__right__bottom .links:hover {
  color: hsl(264, 53%, 70%);
}
.nav .nav__desktop__right .nav__desktop__right__bottom .links.active {
  color: #c8c2ca;
}
.nav .nav__desktop__right .nav__desktop__right__bottom .dropdown-link:hover .dropdown {
  max-height: 500px;
}
.nav .nav__desktop__right .nav__desktop__right__bottom .dropdown {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: -30%;
  background-color: #FFFBF5;
  padding: 0;
  width: 150px;
  -webkit-transition: max-height 0.75s ease-in-out;
  -o-transition: max-height 0.75s ease-in-out;
  transition: max-height 0.75s ease-in-out;
}
.nav .nav__desktop__right .nav__desktop__right__bottom .dropdown li {
  width: 100%;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0;
}
.nav .nav__desktop__right .nav__desktop__right__bottom .dropdown li a {
  width: 100%;
  display: block;
  padding: 0.75rem 0.875rem;
  color: #6c757d;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
.nav .nav__desktop__right .nav__desktop__right__bottom .dropdown li a:hover {
  background-color: hsl(36, 100%, 95%);
}

footer {
  background-color: #212529;
  color: #d4c4be;
  padding: 2rem 1.25rem;
  text-align: center;
  font-size: 0.9em;
}
@media (min-width: 576px) {
  footer {
    padding: 2rem 3rem;
  }
}
@media (min-width: 768px) {
  footer {
    text-align: left;
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  footer {
    padding: 2rem 5rem;
  }
}
footer .container {
  max-width: 100%;
  margin: 0 auto;
}
footer .footer__header {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 10px;
  color: #f2f2f2;
}
@media (min-width: 768px) {
  footer .footer__header {
    font-size: 2rem;
  }
}
footer p {
  margin: 5px 0;
  line-height: 1.6;
}
footer a {
  display: block;
  color: #d4c4be;
  padding: 0.15rem 0;
  transition: -webkit-text-decoration 0.3s;
  -webkit-transition: -webkit-text-decoration 0.3s;
  -o-transition: text-decoration 0.3s;
  transition: text-decoration 0.3s;
  transition: text-decoration 0.3s, -webkit-text-decoration 0.3s;
}
footer a:hover {
  text-decoration: underline;
  color: #fff;
}
@media (min-width: 768px) {
  footer a {
    padding: 0.3rem 0;
  }
}
footer .section-title {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 1.25rem;
  color: #f2f2f2;
}
@media (min-width: 768px) {
  footer .section-title {
    margin-top: 0;
  }
}
footer .social-icons {
  margin: 1.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  footer .social-icons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
footer .social-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background-color: #775BBE;
  border-radius: 50%;
}
footer .social-icons a:hover {
  text-decoration: none;
  background-color: hsl(257, 43%, 60%);
}
footer .social-icons i {
  font-size: 1rem;
}
footer .back-to-top {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background-color: #555;
  color: white;
  border-radius: 50%;
  text-decoration: none;
}
footer .footer-bottom {
  border-top: 1px solid #555;
  margin-top: 20px;
  padding-top: 10px;
  color: #a8a8a8;
}
footer .footer-bottom a {
  display: inline;
}

@media (min-width: 768px) {
  .footer__top {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 3fr;
    grid-template-columns: 1fr 3fr;
    gap: 2rem;
  }
  .footer__top .office__hours,
  .footer__top .contact {
    margin-top: 2rem;
  }
  .footer__top__right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
  }
}
.hero__section {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.hero__section .hero__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-animation-name: scaleHero;
          animation-name: scaleHero;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes scaleHero {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@keyframes scaleHero {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
.hero__section .hero__info {
  width: 100%;
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-inline: 1.5rem;
}
@media (min-width: 576px) {
  .hero__section .hero__info {
    padding-inline: 2rem;
  }
}
@media (min-width: 768px) {
  .hero__section .hero__info {
    text-align: center;
  }
}
.hero__section .hero__info .large__br {
  display: none;
}
@media (min-width: 768px) {
  .hero__section .hero__info .large__br {
    display: block;
  }
}
.hero__section .hero__info .text {
  color: #FFFBF5;
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .hero__section .hero__info .text {
    font-size: 2.5rem;
  }
}
.hero__section .hero__info .hero__button {
  font-size: 0.975rem;
  font-weight: 500;
  color: #FFFBF5;
  border: 2px solid #FFFBF5;
  border-radius: 5rem;
  padding: 0.5rem 2rem;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  z-index: 10;
}
@media (min-width: 768px) {
  .hero__section .hero__info .hero__button {
    padding: 0.65rem 3rem;
  }
}
.hero__section .hero__info .hero__button:hover {
  border: 2px solid #B284BE;
}

/*Welcome and PLA SOM Section  */
.below__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  padding: 1.25rem;
  max-width: 1200px;
  margin: 2rem auto 2rem;
  /*Welcome Section  */
  /* Students Section */
}
@media (min-width: 576px) {
  .below__hero {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 768px) {
  .below__hero {
    padding-inline: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.below__hero .welcome {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #e6e1f3;
  padding: 1.25rem;
  text-align: center;
}
.below__hero .welcome img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 0.95rem;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.below__hero .welcome h2 {
  font-size: 1.5rem;
  color: #775BBE;
  margin-bottom: 1rem;
}
.below__hero .welcome p {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6c757d;
}
.below__hero .students {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #FFFBF5;
  padding: 1.25rem;
}
.below__hero .students h2 {
  font-size: 1.5em;
  color: #ffb800;
  text-align: center;
  margin-bottom: 15px;
}
.below__hero .students .student-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.95rem;
  padding: 10px;
  border-radius: 0.2rem;
  margin-bottom: 0.75rem;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.below__hero .students .student-card .profile__pic {
  width: 60px;
  height: 60px;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.below__hero .students .student-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.below__hero .students .student-details h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 5px;
}
.below__hero .students .student-details p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #6c757d;
}

.academic-programs {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 1rem;
  padding: 1.25rem;
}
@media (min-width: 576px) {
  .academic-programs {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 768px) {
  .academic-programs {
    padding-inline: 2rem;
  }
}
.academic-programs h2 {
  font-size: 1.5rem;
  color: #775BBE;
  position: relative;
  margin-bottom: 2rem;
}
.academic-programs h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 3px;
  width: 50px;
  border-radius: 0.5rem;
  background-color: #775BBE;
}
.academic-programs .programs-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 576px) {
  .academic-programs .programs-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .academic-programs .programs-container {
    gap: 1rem;
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .academic-programs .programs-container {
    gap: 1.5rem;
  }
}
.academic-programs .program-card {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 1.125rem;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.academic-programs .program-card:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.academic-programs .program-card .icon img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}
.academic-programs .program-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ff9800;
  margin-bottom: 10px;
}
.academic-programs .program-card p {
  font-size: 1rem;
  color: #495057;
  line-height: 1.4;
}

/* Extracurricular Activities */
.extracurricular {
  width: 100%;
  max-width: 1200px;
  margin: 2rem auto 2rem;
  padding: 1.25rem;
}
@media (min-width: 576px) {
  .extracurricular {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 768px) {
  .extracurricular {
    padding-inline: 2rem;
  }
}
.extracurricular .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.extracurricular .panel .title {
  color: #775BBE;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
  margin-bottom: 1rem;
}
.extracurricular .panel .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 3px;
  width: 50px;
  border-radius: 0.5rem;
  background-color: #775BBE;
}
.extracurricular .panel p {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
  max-width: 500px;
  margin: 0 auto;
}
.extracurricular .panel .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.5rem 0;
  gap: 0.5rem;
  cursor: pointer;
}
.extracurricular .panel .controls i {
  padding: 0.75rem;
  background-color: #775BBE;
  color: #FFFBF5;
}
.extracurricular .wrapper {
  width: 100%;
  position: relative;
}
.extracurricular .wrapper i:active {
  -webkit-transform: translateY(-50%) scale(0.85);
      -ms-transform: translateY(-50%) scale(0.85);
          transform: translateY(-50%) scale(0.85);
}
.extracurricular .wrapper .carousel {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(33.3333333333% - 12px);
  gap: 16px;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.extracurricular .wrapper .carousel.no-transition {
  scroll-behavior: auto;
}
.extracurricular .wrapper .carousel::-webkit-scrollbar {
  display: none;
}
.extracurricular .wrapper .carousel.dragging {
  scroll-behavior: auto;
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.extracurricular .wrapper .carousel .card {
  scroll-snap-align: start;
  padding-bottom: 15px;
  overflow: hidden;
}
.extracurricular .wrapper .carousel.dragging .card {
  -webkit-user-select: none;
     -moz-user-select: none;
          -ms-user-select: none;
      user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.extracurricular .card {
  height: 250px;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media (min-width: 1200px) {
  .extracurricular .card {
    height: 300px;
  }
}
.extracurricular .card:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.extracurricular .card:hover > .overlay {
  height: 100%;
  background-color: rgba(76, 40, 129, 0.7);
}
.extracurricular .card:hover > .card__title {
  -webkit-animation: moveup 1s ease-in-out 1 forwards;
          animation: moveup 1s ease-in-out 1 forwards;
  background: none;
  bottom: 75%;
  background: transparent;
}
.extracurricular .card:hover > .card__message {
  opacity: 1;
  bottom: 45%;
  max-width: 300px;
  text-align: center;
}
.extracurricular img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.extracurricular .card__title {
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 10%;
  color: #FFFBF5;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  -webkit-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  transition: bottom 0.5s;
  width: 100%;
  padding-block: 1.7rem;
  text-align: center;
  color: #FFFBF5;
  font-weight: bold;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(76, 40, 129, 0.7)), to(rgba(76, 40, 129, 0)));
  background: -o-linear-gradient(bottom, rgba(76, 40, 129, 0.7), rgba(76, 40, 129, 0));
  background: linear-gradient(to top, rgba(76, 40, 129, 0.7), rgba(76, 40, 129, 0));
  z-index: 2;
}
.extracurricular .card__message {
  width: 300px;
  margin: 0 auto;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  opacity: 0;
  position: absolute;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  bottom: 20%;
  color: #FFFBF5;
  -webkit-transition: bottom 0.875s;
  -o-transition: bottom 0.875s;
  transition: bottom 0.875s;
  z-index: 2;
}
@media (min-width: 1200px) {
  .extracurricular .card__message {
    padding: 0 1.5rem;
  }
}
.extracurricular .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media (max-width: 992px) {
  .extracurricular .wrapper .carousel {
    grid-auto-columns: calc(33.3333333333% - 9px);
  }
}
@media (max-width: 768px) {
  .extracurricular .wrapper .carousel {
    grid-auto-columns: calc(50% - 9px);
  }
}
@media (max-width: 576px) {
  .extracurricular .wrapper .carousel {
    grid-auto-columns: calc(50% - 9px);
  }
}
@media (max-width: 450px) {
  .extracurricular .wrapper .carousel {
    grid-auto-columns: 100%;
  }
}

/* Parent Resources */
.parent-resources {
  background: -o-linear-gradient(315deg, #4C2881, #7c3aed);
  background: linear-gradient(135deg, #4C2881, #7c3aed);
  text-align: center;
  padding: 1.5rem;
}
.parent-resources h2 {
  color: #FFFBF5;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
  padding: 0 1rem;
}
.parent-resources p {
  color: #FFFBF5;
  font-size: 1rem;
  font-weight: 400;
}

.resource-link {
  color: #FFFBF5;
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: underline;
  display: inline-block;
  margin-top: 0.75rem;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.resource-link:hover {
  color: #B284BE;
}