@font-face {
  font-family: "CustomFont";
  src: url("fonts/9bf67a161a796382-s.p.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CustomFont2";
  src: url("fonts/afff02beaef1b318-s.p.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

.font-one {
  font-family: "CustomFont", sans-serif;
}
.font-two {
  font-family: "CustomFont2", sans-serif;
}

.font-three {
  font-family: ui-sans-serif, system-ui !important;
}

body {
  font-family: "CustomFont", sans-serif;
}

.heading {
  font-family: "Playfair Display", serif;
}

.container {
  max-width: 1400px !important;
  margin: 0 auto;
  padding: 10px;
}

/* Responsive swiper container */
.swiper.mySwiper {
  /* min-height: 420px; */
  padding-bottom: 40px;
}

/* Mobile first approach */
.swiper-slide {
  height: calc((100% - 30px) / 2) !important;
  margin-bottom: 30px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
  opacity: 0;
}
.faq-item.active .faq-answer {
  max-height: 500px;
  opacity: 1;
  margin-top: 0.75rem;
}
.faq-question {
  transition: font-size 0.3s ease, color 0.3s ease;
}
.faq-item.active .faq-question {
  font-size: 1.25rem;
}
.faq-icon {
  transition: transform 0.3s ease;
}
.faq-item.active .plus-icon {
  display: none;
}
.faq-item:not(.active) .minus-icon {
  display: none;
}

/* faculty */

.swiper.mySwiper-faculty {
  padding-bottom: 40px;
}

@media (min-width: 640px) {
  .swiper.mySwiper {
    min-height: 300px;
  }
}

@media (min-width: 1024px) {
  .swiper.mySwiper {
    min-height: 240px;
  }
}

@media (max-width: 768px) {
  .swiper.mySwiper-faculty {
    padding: 0 24px 40px;
  }
}

.icon-checkmark {
  display: inline-block;
  width: 1.25rem; /* 20px */
  height: 1.25rem; /* 20px */
  color: #9ca3af; /* text-gray-400 */
  margin-top: 0.25rem; /* 4px */
  margin-right: 0.5rem; /* 8px */
  flex-shrink: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="%239CA3AF"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" /></svg>')
    no-repeat center;
  background-size: contain;
}

.message_wrapper {
  padding: 0.7rem 0.5rem;
  border-radius: 10px;
  margin-bottom: 20px;
}

.message_wrapper p {
  color: #fff;
  margin-bottom: 0;
}

.message_wrapper.success {
  background: green;
}

.message_wrapper.danger {
  background: red;
}
