/*
* 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;
  }
}
.header .nav__desktop {
  background-color: #4C2881;
}

.main {
  width: 100%;
  position: relative;
  top: 79.8px;
  left: 0;
}
@media (min-width: 576px) {
  .main {
    top: 80.8px;
  }
}
@media (min-width: 768px) {
  .main {
    top: 89.8px;
  }
}
@media (min-width: 992px) {
  .main {
    top: 94.8px;
  }
}

.parents__header .hero {
  height: 65vh;
  overflow: hidden;
  text-align: center;
  position: relative;
  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;
}
.parents__header .hero .background__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}
.parents__header .hero .details {
  position: relative;
  color: white;
  padding-inline: 1.5rem;
  max-width: 700px;
}
.parents__header .hero h1 {
  padding-block: 0.5rem;
  font-size: 1.5rem;
  z-index: 1;
  color: white;
}
@media (min-width: 576px) {
  .parents__header .hero h1 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .parents__header .hero h1 {
    font-size: 2.25rem;
  }
}
.parents__header .hero p {
  font-size: 1rem;
  color: white;
}
@media (min-width: 576px) {
  .parents__header .hero p {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .parents__header .hero p {
    font-size: 1.25rem;
  }
}
.parents__header .hero .btn {
  display: inline-block;
  background: #FFD700;
  color: #212529;
  padding: 0.5rem 0.75rem;
  margin-top: 20px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  -o-transition: filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
@media (min-width: 576px) {
  .parents__header .hero .btn {
    font-size: 1rem;
    padding: 0.75rem 0.875rem;
  }
}
@media (min-width: 992px) {
  .parents__header .hero .btn {
    font-size: 1.125rem;
  }
}
.parents__header .hero .btn:hover {
  -webkit-filter: hue-rotate(-15deg);
          filter: hue-rotate(-15deg);
}

.parents__body {
  padding-block: 2rem 5rem;
}
.parents__body .parents__intro {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 1.25rem;
}
@media (min-width: 576px) {
  .parents__body .parents__intro {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 768px) {
  .parents__body {
  padding-block: 2rem 5.6rem;
}
  .parents__body .parents__intro {
    padding-inline: 2rem;
  }
}
.parents__body h1 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #775BBE;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .parents__body h1 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .parents__body h1 {
    font-size: 2.25rem;
  }
  .parents__body {
    padding-block: 2rem 5.9rem;
  }
}
.parents__body p {
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 400;
  color: #495057;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .parents__body p {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .parents__body p {
    font-size: 1.125rem;
  }
}

/* School Links Section with FAQs */
.school__links {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 3rem;
  padding-inline: 1.25rem;
}
@media (min-width: 576px) {
  .school__links {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 768px) {
  .school__links {
    padding-inline: 2rem;
  }
}
.school__links h2 {
  font-size: 1.25rem;
  color: #775BBE;
  position: relative;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .school__links h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .school__links h2 {
    font-size: 1.875rem;
  }
}
.school__links h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 3px;
  width: 50px;
  border-radius: 0.5rem;
  background-color: #775BBE;
}
.school__links h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .school__links__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.faqs {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  width: 100%;
}
.faqs h3 {
  color: #495057;
}
.faqs .accordion .accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9rem;
  margin-block: 0.1rem;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #495057;
  background-color: hsl(0, 0%, 90%);
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .faqs .accordion .accordion-header {
    font-size: 1rem;
  }
}
.faqs .accordion .accordion-header:hover {
  background-color: hsl(0, 0%, 80%);
}
.faqs .accordion .accordion-header i {
  font-size: 1.2rem;
  margin-right: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faqs .accordion .accordion-header.active i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faqs .accordion .accordion-content {
  display: none;
  padding: 15px;
  background: #fff;
  margin: 10px 0;
}
.faqs .accordion .accordion-content p {
  margin: 0 0 10px;
  color: #495057;
  font-size: 0.95rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .faqs .accordion .accordion-content p {
    font-size: 1.125rem;
  }
}
.faqs .accordion .learn-more {
  background: #3b82f6;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9rem;
}
.faqs .accordion .learn-more:hover {
  background: #2563eb;
}

.sec-faqs {
  margin-top: 3rem;
}
@media (min-width: 576px) {
  .sec-faqs {
    margin-top: 0;
  }
}

.announcements {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 3rem;
  padding-inline: 1.25rem;
}
@media (min-width: 576px) {
  .announcements {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 768px) {
  .announcements {
    padding-inline: 2rem;
  }
}
.announcements h2 {
  font-size: 1.25rem;
  color: #775BBE;
  position: relative;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .announcements h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .announcements h2 {
    font-size: 1.875rem;
  }
}
.announcements h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 3px;
  width: 50px;
  border-radius: 0.5rem;
  background-color: #775BBE;
}
.announcements .announcements-cards {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .announcements .announcements-cards {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.announcements .announcement-card {
  background-color: #FFFBF5;
  padding: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -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;
}
.announcements .announcement-card:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.announcements .announcement-card .meta-data {
  font-size: 0.875rem;
  font-weight: 400;
  color: #343a40;
  margin-bottom: 0.5rem;
}
.announcements .announcement-card .event-title {
  font-size: 1.3rem;
  font-weight: 400;
  color: #4c3c7f;
}
.announcements .announcement-card .event-description {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #343a40;
  margin-bottom: 0.3rem;
}
.announcements .announcement-card .read-more {
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1.5px solid #343a40;
  margin-top: 0.5rem;
  color: #343a40;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 0.3rem;
}

.events {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 3rem;
  padding-inline: 1.25rem;
}
@media (min-width: 576px) {
  .events {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 768px) {
  .events {
    padding-inline: 2rem;
  }
}
.events h2 {
  font-size: 1.25rem;
  color: #775BBE;
  position: relative;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .events h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .events h2 {
    font-size: 1.875rem;
  }
}
.events h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 3px;
  width: 50px;
  border-radius: 0.5rem;
  background-color: #775BBE;
}
.events .events-cards {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .events .events-cards {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .events .events-cards {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.events .event-card {
  background-color: white;
  border: 1px solid rgba(76, 60, 127, 0.4509803922);
  overflow: hidden;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -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;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 3fr;
  grid-template-columns: 2fr 3fr;
}
.events .event-card:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.events .event-card .event-image {
  position: relative;
}
.events .event-card .event-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.events .event-card .event-details {
  padding: 1rem;
}
.events .event-card .event-details .event-time {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.events .event-card .event-details .event-title {
  font-size: 1.3rem;
  font-weight: 400;
  color: #4c3c7f;
}
.events .event-card .event-details .event-description {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
.events .event-card .event-details .event-description a {
  color: #4c3c7f;
  text-decoration: none;
}
.events .event-card .event-details .event-description a:hover {
  text-decoration: underline;
}
.events .event-card .event-details .read-more {
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1.5px solid #4c3c7f;
  margin-top: 0.5rem;
  color: #4c3c7f;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 0.3rem;
}

.testimonials {
  width: 100%;
  margin-top: 3rem;
  background: -o-linear-gradient(315deg, #4C2881, #7c3aed);
  background: linear-gradient(135deg, #4C2881, #7c3aed);
  padding: 2rem;
}
.testimonials h2 {
  font-size: 1.25rem;
  color: #f8f9fa;
  position: relative;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .testimonials h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .testimonials h2 {
    font-size: 1.875rem;
  }
}
.testimonials h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 3px;
  width: 50px;
  border-radius: 0.5rem;
  background-color: #f8f9fa;
}
.testimonials .wrapper {
  width: 100%;
  position: relative;
}
.testimonials .wrapper .carousel {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(100% - 9px);
  gap: 16px;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.testimonials .wrapper .carousel.no-transition {
  scroll-behavior: auto;
}
.testimonials .wrapper .carousel::-webkit-scrollbar {
  display: none;
}
.testimonials .wrapper .carousel.dragging {
  scroll-behavior: auto;
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.testimonials .wrapper .carousel .card {
  scroll-snap-align: start;
  padding-bottom: 15px;
  overflow: hidden;
}
.testimonials .wrapper .carousel.dragging .card {
  -webkit-user-select: none;
     -moz-user-select: none;
          -ms-user-select: none;
      user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.testimonials .testimony {
  border-radius: 0.3rem;
}
.testimonials .testimony .comment {
  font-size: 1.125rem;
  font-weight: 400;
  color: #f8f9fa;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .testimonials .testimony .comment {
    font-size: 1.25rem;
  }
}
.testimonials .testimony .comment .quotes {
  font-size: 2rem;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2549019608);
}
.testimonials .testimony .meta_info {
  margin-top: 0.5rem;
  font-weight: 300;
}
.testimonials .testimony .meta_info .name {
  font-size: 0.875rem;
  color: #adb5bd;
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.testimonials .testimony .meta_info .date {
  font-size: 0.75rem;
  font-weight: 500;
  color: #ced4da;
}
@media (min-width: 992px) {
  .testimonials .wrapper .carousel {
    grid-auto-columns: calc(50% - 9px);
  }
}