@charset "UTF-8";
/**
 * Styles for template-scholarship.php ("Scholarship" page template).
 */

.sch-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #142a47 0%, #1e3c62 55%, #35507e 100%);
}

.sch-hero:before {
  content: "";
  position: absolute;
  right: -140px;
  top: -140px;
  width: 460px;
  height: 460px;
  border: 80px solid rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  pointer-events: none;
}

.sch-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 20px 70px;
  text-align: center;
}

.sch-hero-eyebrow {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a9c0e0;
  margin-bottom: 18px;
}

.sch-hero-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 1.25;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
}

.sch-hero-text {
  margin: 20px auto 0;
  max-width: 620px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.sch-hero-divider {
  display: block;
  width: 60px;
  height: 3px;
  margin: 26px auto 0;
  background-color: #ff4500;
}

@media (max-width: 767px) {
  .sch-hero-inner {
    padding: 60px 20px 50px;
  }

  .sch-hero-eyebrow {
    font-size: 9px;
  }

  .sch-hero-title {
    font-size: 24px;
  }

  .sch-hero-text {
    font-size: 16px;
  }
}

/* INFORMATION SECTION */

.sch-info {
  padding: 40px 0 20px;
  background-color: #ffffff;
}

.sch-info-inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.sch-info-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 34px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #1e3c62;
}

.sch-highlight {
  color: #ff4500;
}

.sch-info-text {
  margin: 22px 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(30, 60, 98, 0.7);
}

@media (max-width: 767px) {
  .sch-info {
    padding: 30px 0 20px;
  }

  .sch-info-title {
    font-size: 21px;
  }

  .sch-info-text {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .sch-info-text {
    font-size: 14px;
  }
}

/* COMMITMENT SECTION */

.sch-commit {
  padding: 0 0 90px;
  background-color: #ffffff;
}

.sch-commit-inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.sch-commit-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 34px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #1e3c62;
}

.sch-commit-text {
  margin-top: 22px;
}

.sch-commit-text p {
  margin: 0 0 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(30, 60, 98, 0.7);
}

.sch-commit-text p:last-child {
  margin-bottom: 0;
}

.sch-commit-link {
  display: inline-block;
  margin-top: 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1e3c62;
  text-decoration: none;
  border-bottom: 2px solid #ff4500;
  padding-bottom: 4px;
  transition: color 0.2s ease-in-out;
}

.sch-commit-link:hover {
  color: #ff4500;
}

@media (max-width: 767px) {
  .sch-commit {
    padding-bottom: 60px;
  }

  .sch-commit-title {
    font-size: 21px;
  }

  .sch-commit-text p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .sch-commit-text p {
    font-size: 14px;
  }
}

/* CURRENT OPPORTUNITIES SECTION */

.sch-opp {
  padding: 0 0 100px;
  background-color: #ffffff;
}

.sch-opp-inner {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.sch-opp-eyebrow {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ff4500;
  margin-bottom: 14px;
}

.sch-opp-title {
  margin: 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 34px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #1e3c62;
}

.sch-opp-text {
  margin: 16px auto 0;
  max-width: 640px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(30, 60, 98, 0.65);
}

.sch-acc-list {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.sch-acc-item {
  background-color: #ffffff;
  border: 1px solid #edf0f4;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(20, 40, 70, 0.05);
  overflow: hidden;
}

.sch-acc-header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 30px;
  background-color: #1e3c62;
  border: none;
  cursor: pointer;
  text-align: left;
}

.sch-acc-header-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.sch-acc-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
}

.sch-acc-summary {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.sch-acc-toggle {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff4500;
  border-radius: 8px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.sch-acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.sch-acc-body-inner {
  padding: 34px 30px;
}

.sch-acc-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 32px;
}

.sch-acc-info-grid.has-photo {
  grid-template-columns: minmax(140px, 250px) 1fr 1fr;
  grid-template-rows: auto auto;
}

.sch-acc-info-grid.has-photo .sch-acc-info-photo {
  grid-column: 1;
  grid-row: 1 / 3;
}

.sch-acc-info-grid.has-photo .sch-acc-info-award {
  grid-column: 2;
  grid-row: 1;
}

.sch-acc-info-grid.has-photo .sch-acc-info-appreq {
  grid-column: 3;
  grid-row: 1;
}

.sch-acc-info-grid.has-photo .sch-acc-info-school {
  grid-column: 2 / 4;
  grid-row: 2;
}

.sch-acc-info-photo {
  border-radius: 8px;
  overflow: hidden;
  background-color: #f3f5f8;
}

.sch-acc-info-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sch-acc-info-box {
  background-color: #f3f5f8;
  border-radius: 8px;
  padding: 18px 20px;
}

.sch-acc-info-label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ff4500;
  margin-bottom: 8px;
}

.sch-acc-info-value {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #1e3c62;
}

a.sch-acc-info-value {
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

a.sch-acc-info-value:hover {
  color: #ff4500;
  text-decoration: underline;
}

.sch-acc-section {
  margin-bottom: 32px;
}

.sch-acc-section-recipients {
  margin-top: 44px;
  margin-bottom: 0;
}

.sch-acc-section-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.sch-acc-section-head span:first-child {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1e3c62;
}

.sch-acc-section-line {
  flex: 1;
  height: 1px;
  background-color: #e5e9ef;
}

.sch-acc-eligibility {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(30, 60, 98, 0.8);
}

.sch-acc-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}

.sch-acc-point {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background-color: #f3f5f8;
  border-radius: 8px;
  padding: 16px 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #1e3c62;
}

.sch-acc-point-icon {
  flex-shrink: 0;
  margin-top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ff4500;
  color: #ffffff;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sch-acc-why {
  background-color: #f3f5f8;
  border-left: 4px solid #ff4500;
  border-radius: 0 8px 8px 0;
  padding: 24px 28px;
}

.sch-acc-why-text p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(30, 60, 98, 0.8);
}

.sch-acc-why-text p {
  margin: 0 0 12px;
}

.sch-acc-why-text p:last-child {
  margin-bottom: 0;
}

.sch-acc-why-text strong {
  color: #1e3c62;
}

.sch-acc-cta {
  margin-top: 44px;
}

.sch-acc-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff4500;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.3px;
  border-radius: 0;
  padding: 14px 30px;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}

.sch-acc-cta-btn:hover {
  opacity: 0.85;
  color: #ffffff;
}

.sch-winners-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sch-winner-card {
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: #f3f5f8;
  border-radius: 8px;
  padding: 20px;
}

.sch-winner-photo {
  flex-shrink: 0;
  width: 230px;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #e5e9ef;
}

.sch-winner-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sch-winner-content {
  flex: 1;
  min-width: 0;
}

.sch-winner-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.sch-winner-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #1e3c62;
}

.sch-winner-badge {
  display: inline-flex;
  align-items: center;
  background-color: #fbe2d5;
  color: #ff4500;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
}

.sch-winner-story {
  margin: 10px 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(30, 60, 98, 0.8);
}

.sch-winner-video-btn {
  display: inline-block;
  margin-top: 14px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #ff4500;
  text-decoration: underline;
}

.sch-winner-video-btn:hover {
  opacity: 0.8;
}

/* VIDEO MODAL */

.sch-video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
}

.sch-video-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.sch-video-modal-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(11, 27, 48, 0.85);
}

.sch-video-modal-dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 860px;
  margin: 0 24px;
}

.sch-video-modal-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #000000;
  border-radius: 8px;
  overflow: hidden;
}

.sch-video-modal-player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.sch-video-modal-close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.sch-video-modal-close:hover {
  border-color: #ffffff;
}

body.sch-modal-open {
  overflow: hidden;
}

@media (max-width: 600px) {
  .sch-winner-card {
    flex-direction: column;
  }

  .sch-winner-photo {
    width: 100%;
    height: 160px;
  }
}

@media (max-width: 900px) {
  .sch-acc-info-grid,
  .sch-acc-points {
    grid-template-columns: 1fr;
  }

  .sch-acc-info-grid.has-photo {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .sch-acc-info-grid.has-photo .sch-acc-info-photo,
  .sch-acc-info-grid.has-photo .sch-acc-info-award,
  .sch-acc-info-grid.has-photo .sch-acc-info-school,
  .sch-acc-info-grid.has-photo .sch-acc-info-appreq {
    grid-column: auto;
    grid-row: auto;
  }

  .sch-acc-info-photo {
    height: 180px;
  }
}

@media (max-width: 600px) {
  .sch-opp {
    padding-bottom: 60px;
  }

  .sch-opp-title {
    font-size: 24px;
  }

  .sch-acc-header {
    padding: 18px 20px;
    gap: 14px;
  }

  .sch-acc-thumb {
    width: 42px;
    height: 42px;
  }

  .sch-acc-title {
    font-size: 17px;
  }

  .sch-acc-body-inner {
    padding: 24px 12px;
  }
  .sch-acc-summary {
    font-size: 10px;
  }
  .sch-acc-cta-btn {
    font-size: 14px;

    padding: 13px 16px;
  }
}

.sch-details-note {
  margin-top: 30px;
  background-color: #f3f5f8;
  border-radius: 12px;
  padding: 14px 34px;
  box-sizing: border-box;
  text-align: center;
}

.sch-details-note-text p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(30, 60, 98, 0.75);
}

.sch-details-note-text p {
  margin: 0 0 12px;
}

.sch-details-note-text p:last-child {
  margin-bottom: 0;
}

.sch-details-note-text a {
  color: #ff4500;
  font-weight: 700;
  text-decoration: underline;
}

.sch-details-note-text strong {
  color: #1e3c62;
}

@media (max-width: 700px) {
  .sch-details-note {
    padding: 19px 12px;
  }
}

/* FACULTY SECTION */

.sch-faculty {
  padding: 0 0 100px;
  background-color: #ffffff;
}

.sch-faculty-inner {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.sch-faculty-card {
  position: relative;
  overflow: hidden;
  background-color: #1e3c62;
  border-radius: 20px;
  padding: 50px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.sch-faculty-card:before {
  content: "";
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 60px solid rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.sch-faculty-content {
  position: relative;
  z-index: 1;
  max-width: 640px;
}

.sch-faculty-eyebrow {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ff4500;
  margin-bottom: 12px;
}

.sch-faculty-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #ffffff;
}

.sch-faculty-text {
  margin: 14px 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.sch-faculty-cta {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.sch-faculty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background-color: #ff4500;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;

  padding: 16px 26px;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}

.sch-faculty-btn:hover {
  opacity: 0.85;
  color: #ffffff;
}

.sch-faculty-call {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.sch-faculty-call:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .sch-faculty {
    padding-bottom: 60px;
  }

  .sch-faculty-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 34px 26px;
  }

  .sch-faculty-cta {
    align-items: flex-start;
    width: 100%;
  }

  .sch-faculty-btn {
    width: 100%;
  }

  .sch-faculty-title {
    font-size: 21px;
  }
}

/* FAQ SECTION */

.sch-faq {
  padding: 0px 0 90px;
  background-color: #ffffff;
}

.sch-faq-inner {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.sch-faq-eyebrow {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ff4500;
  margin-bottom: 14px;
}

.sch-faq-title {
  margin: 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 34px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #1e3c62;
}

.sch-faq-text {
  margin: 16px auto 0;
  max-width: 620px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(30, 60, 98, 0.65);
}

.sch-faq-list {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sch-faq-item {
  background-color: #ffffff;
  border: 1px solid #edf0f4;
  border-radius: 12px;
  overflow: hidden;
}

.sch-faq-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 26px;
  background-color: #f3f5f8;
  border: none;
  cursor: pointer;
  text-align: left;
}

.sch-faq-question {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #1e3c62;
}

.sch-faq-toggle {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff4500;
  border-radius: 8px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.sch-faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.sch-faq-body-inner {
  padding: 22px 26px;
}

.sch-faq-answer {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(30, 60, 98, 0.75);
}

@media (max-width: 767px) {
  .sch-faq {
    padding: 0px 0 60px;
  }

  .sch-faq-title {
    font-size: 21px;
  }

  .sch-faq-header {
    padding: 16px 20px;
  }

  .sch-faq-question {
    font-size: 15px;
  }

  .sch-faq-body-inner {
    padding: 18px 20px;
  }
}
