.site-root,
:root {
  --afss-accent: #d4a017;
  --afss-accent-2: #f0c451;
  --afss-top-bg: #0b234d;
  --afss-menu-bg: #f7f8fa;
  --afss-menu-bg-end: #e7ebf1;
  --afss-menu-text: #1c2d44;
  --afss-menu-hover: #b88920;
  --afss-menu-border: rgba(28,45,68,.16);
}

html,
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a,
button {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.site-page-banner {
  background-image: linear-gradient(rgba(10,35,66,.78), rgba(10,35,66,.78)), url(assets/images/background/bg1.webp);
  background-size: cover;
  background-position: center;
  padding: 110px 0 70px;
}

.site-page-banner h1 { color: #fff; margin-bottom: 10px; }
.site-page-banner p { color: rgba(255,255,255,.86); max-width: 780px; margin: 0; }
.site-section { padding: 70px 0; }
.site-section.alt { background: #f7f9fc; }
.site-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.site-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.site-card {
  height: 100%;
  padding: 28px;
  border: 1px solid #e8edf4;
  background: #fff;
  box-shadow: 0 12px 35px rgba(10,35,66,.08);
  border-radius: 6px;
}

.site-card h3,
.site-card h4 { margin-bottom: 12px; }

.site-card p,
.site-card li { line-height: 1.8; }

.site-card ul,
.site-card ol { padding-left: 20px; margin-bottom: 0; }

.site-kicker {
  color: #0066ff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  margin-bottom: 8px;
}

.site-lead { font-size: 17px; line-height: 1.85; color: #50596a; }
.site-image { width: 100%; border-radius: 6px; box-shadow: 0 14px 36px rgba(10,35,66,.16); }
.about-profile-image-wrap { display: flex; justify-content: flex-end; }
.about-profile-image { width: min(100%, 500px); border-radius: 8px; box-shadow: 0 16px 38px rgba(10,35,66,.20); }
.principal-desk-row { row-gap: 22px; }
.principal-desk-title {
  text-align: center;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.15;
  margin-bottom: 12px;
}
.principal-desk-content {
  max-width: 640px;
  margin: 0 auto;
}
.principal-media {
  width: min(100%, 500px);
  aspect-ratio: 4 / 3;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(140deg, #f5f7fc, #e6ebf5);
  border: 1px solid #d7e0ef;
  box-shadow: 0 14px 34px rgba(10,35,66,.14);
  margin: 0 auto;
}
.principal-placeholder {
  display: none;
  width: 100%;
  height: 100%;
  gap: 12px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #203a62;
  font-weight: 700;
  font-size: 16px;
  padding: 18px;
}
.principal-media.is-placeholder .principal-placeholder {
  display: flex;
}
.principal-media.principal-photo {
  width: min(100%, 440px);
  aspect-ratio: 871 / 1131;
  background: linear-gradient(140deg, #f6f9ff, #dfe9f7);
}
.principal-media.principal-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.principal-placeholder-badge {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 2px solid #c8d7ee;
  background: #ffffff;
  color: #173b69;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 8px 18px rgba(23,59,105,.15);
}
.profile-statement-title {
  text-align: center;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.2;
  margin: 14px 0 4px;
  color: #0a2342;
}
.profile-statement-copy {
  text-align: center;
  max-width: 78ch;
  margin: 0 auto 4px;
}
.site-anchor-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.site-anchor-list a { padding: 9px 14px; background: #eef4ff; border-radius: 4px; color: #0a2342; font-weight: 700; }
.admission-batch { border-left: 4px solid #0066ff; }
.gallery-placeholder {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #eef4ff;
  border: 1px dashed #9db6d8;
  color: #0a2342;
  font-weight: 700;
  border-radius: 6px;
}
.contact-bx .ajax-message {
  margin: 0 0 16px;
}

.contact-bx .ajax-message .alert {
  margin-bottom: 0;
  border-radius: 6px;
  line-height: 1.6;
}

.quick-enquiry-highlight {
  border: 1px solid rgba(212, 160, 23, .22);
  box-shadow: 0 20px 40px rgba(10,35,66,.12), 0 0 0 4px rgba(212,160,23,.16);
}

body,
p,
span,
small,
strong,
em,
li,
a,
h1,
h2,
h3,
h4,
h5,
h6,
td,
th,
label {
  -webkit-user-select: text;
  user-select: text;
}

.page-content .container {
  padding-left: clamp(18px, 4vw, 36px) !important;
  padding-right: clamp(18px, 4vw, 36px) !important;
}

.top-bar .container,
.header.rs-nav .menu-bar .container,
.footer-top .container,
.footer-bottom .container {
  padding-left: clamp(18px, 4vw, 36px) !important;
  padding-right: clamp(18px, 4vw, 36px) !important;
}

.page-content .content-block .section-area {
  padding-top: clamp(36px, 5vw, 64px);
  padding-bottom: clamp(36px, 5vw, 64px);
}

.page-content .heading-bx p,
.page-content .icon-content p,
.page-content .event-info p,
.page-content .contact-info-bx p,
.page-content .contact-info-bx li {
  max-width: 72ch;
  line-height: 1.84;
}

.school-creed {
  background: #fff;
  border: 1px solid #e6edf7;
  border-radius: 6px;
  box-shadow: 0 12px 32px rgba(10,35,66,.08);
  padding: clamp(20px, 3.5vw, 34px);
}

.school-creed h3,
.school-creed h4 {
  color: #0a2342;
  margin-bottom: 12px;
}

.school-creed h4 { margin-top: 20px; }

.school-creed .school-verse {
  margin: 0;
  white-space: pre-line;
  line-height: 1.95;
  color: #2e3c50;
}

.core-values-creed h3 {
  margin-bottom: 14px;
}

.core-values-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  line-height: 1.85;
  color: #2e3c50;
}

.core-values-list li + li {
  margin-top: 6px;
}

.profile-creed .school-verse {
  white-space: normal;
  text-align: left;
}

.profile-creed h3 {
  text-align: left;
  margin-bottom: 10px;
}

.profile-statement-grid .school-creed {
  height: 100%;
}

.news-doc {
  background: #fff;
  border: 1px solid #e6edf7;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(10,35,66,.08);
  padding: clamp(18px, 3vw, 30px);
}

.news-doc + .news-doc { margin-top: 20px; }

.news-doc-header h2,
.news-doc-header h3 {
  color: #0a2342;
  margin-bottom: 10px;
}

.news-doc-meta {
  color: #5b6679;
  font-size: 14px;
  margin-bottom: 14px;
}

.news-doc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.news-doc-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 14px;
  font-size: 14px;
}

.news-doc-table th,
.news-doc-table td {
  border: 1px solid #dfe7f3;
  padding: 10px 12px;
  vertical-align: top;
}

.news-doc-table th {
  background: #f5f8ff;
  color: #0a2342;
  font-weight: 700;
}

.news-doc-table tbody tr:nth-child(even) td {
  background: #fbfdff;
}

.news-list {
  margin: 0;
  padding-left: 18px;
}

.news-list li {
  margin-bottom: 8px;
  line-height: 1.8;
}

.news-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.news-link-card {
  border: 1px solid #e6edf7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(10,35,66,.07);
  padding: 18px;
}

.news-link-card h4 {
  color: #0a2342;
  margin-bottom: 8px;
}

.news-link-card p {
  color: #5b6679;
  margin-bottom: 12px;
}

.footer-top .footer_widget ul {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
}

.top-bar { background: #1b2a4e; border-bottom: 1px solid rgba(255,255,255,.12); padding: 8px 0; }
.top-bar .row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.top-bar .topbar-left ul { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 10px 18px; }
.top-bar a, .top-bar span, .top-bar p { color: #fff !important; font-weight: 500; margin: 0; }
.top-bar .topbar-right { display: flex; justify-content: flex-end; align-items: center; margin-left: auto; }
.top-bar .btn-enroll {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 30px;
  background: #0a2342;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #0a2342;
  text-align: center;
}

.top-bar {
  background: linear-gradient(110deg, var(--afss-top-bg), #091938);
  border-bottom: 1px solid var(--afss-menu-border);
}

.top-bar .topbar-left ul { gap: 8px 14px; }

.top-bar .topbar-left ul li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.top-bar .topbar-left ul li a i {
  font-size: 13px;
  opacity: 0.9;
}

.menu-logo {
  margin-left: 0;
  padding-right: 16px;
  flex: 0 0 auto;
}

.menu-logo img {
  height: 124px !important;
  max-height: none !important;
  width: auto !important;
  max-width: min(560px, 44vw) !important;
  object-fit: contain;
}
.menu-logo img,
.pt-logo img {
  filter: none;
}

.header.rs-nav .secondary-menu,
.header.rs-nav .nav-search-bar,
.header.rs-nav #quik-search-btn,
.header.rs-nav .search-btn {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.header.rs-nav .menu-logo a,
.pt-logo a {
  display: inline-block;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.pt-exebar .d-flex {
  align-items: center !important;
  gap: 14px;
}

.pt-exebar .pt-logo img {
  height: 96px;
  max-height: 96px;
  width: auto !important;
  max-width: min(380px, 48vw);
  object-fit: contain;
}
.menu-links .nav > li > a { color: var(--afss-menu-text); font-weight: 600; }
.menu-links .nav > li .sub-menu { background: #f5f8ff; }
.menu-links .nav > li .sub-menu li a { color: #0a2342; }

.header.rs-nav { position: relative; width: 100%; background: #fff; z-index: 99; }
.header.rs-nav .top-bar { background: linear-gradient(110deg, var(--afss-top-bg), #091938) !important; }
.header.rs-nav .menu-bar {
  background: linear-gradient(110deg, var(--afss-menu-bg), var(--afss-menu-bg-end)) !important;
  border-bottom: 1px solid var(--afss-menu-border);
}
.header.rs-nav .menu-links .nav > li > a { color: var(--afss-menu-text) !important; }
.header.rs-nav .menu-links .nav > li > a:hover,
.header.rs-nav .menu-links .nav > li.active > a,
.header.rs-nav .menu-links .nav > li.current-menu-item > a {
  color: var(--afss-menu-hover) !important;
}

.header.rs-nav .menu-links .nav > li > a {
  position: relative;
}

.header.rs-nav .menu-links .nav > li > a::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 10px;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.header.rs-nav .menu-links .nav > li > a:hover::after,
.header.rs-nav .menu-links .nav > li.active > a::after,
.header.rs-nav .menu-links .nav > li.current-menu-item > a::after {
  transform: scaleX(1);
}

.header.rs-nav .menu-links .submenu-toggle {
  display: none !important;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.top-bar .btn-enroll {
  background: linear-gradient(135deg, var(--afss-accent), var(--afss-accent-2));
  border-color: var(--afss-accent);
  color: #07152b !important;
  box-shadow: 0 7px 18px rgba(212,160,23,.28);
  transition: transform .2s ease, box-shadow .25s ease, filter .25s ease;
}

.top-bar .btn-enroll:hover,
.top-bar .btn-enroll:focus {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(212,160,23,.38);
  filter: saturate(1.08);
}

.footer_widget ul {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(165px, 1fr));
  gap: 8px 24px;
  align-items: start;
}

.footer_widget ul li a {
  display: block;
  line-height: 1.5;
  white-space: normal;
}

.footer_widget ul li a:hover {
  color: var(--afss-menu-hover);
}

.footer-top .widget p,
.footer-top .widget p strong,
.footer-top .widget p a {
  color: #ffffff !important;
}

.footer-top .widget a,
.footer-top .widget strong,
.footer-top .widget li a {
  color: #ffffff !important;
}

.footer-top .footer-title {
  color: #ffffff !important;
}

.footer-top .widget p a:hover,
.footer-top .widget p a:focus {
  color: #ffd36a !important;
}

.contact-line,
.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.8;
}

.contact-line i,
.contact-list li i {
  width: 18px;
  min-width: 18px;
  margin-top: 5px;
  text-align: center;
  color: var(--afss-accent);
}

.contact-line span,
.contact-list li span {
  display: block;
}

.footer-top .widget .contact-line,
.footer-top .widget .contact-line a,
.footer-top .contact-list li,
.footer-top .contact-list li a {
  color: #ffffff !important;
}

.footer-top .widget .contact-line strong,
.footer-top .contact-list li strong {
  color: #ffffff !important;
}

.footer-top .widget .contact-line i,
.footer-top .contact-list li i {
  color: #f0c451;
}

.contact-info-bx .contact-list {
  list-style: none;
  padding-left: 0;
  margin: 18px 0 0;
}

.contact-info-bx .contact-list li + li {
  margin-top: 10px;
}

.footer-bottom {
  border-top: 1px solid rgba(28,45,68,.12);
}

.footer-bottom .afss-copyright-link {
  display: inline-block;
  color: #d9e4f6;
  font-weight: 600;
  letter-spacing: .01em;
  text-decoration: none;
}

.footer-bottom .afss-copyright-link:hover,
.footer-bottom .afss-copyright-link:focus {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.widget_gallery ul {
  padding: 10px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  background: #dae3f1;
  border-radius: 8px;
}

.widget_gallery ul li {
  margin: 0;
  border: 1px solid #c8d6ea;
  background: #ffffff;
  border-radius: 6px;
  padding: 4px;
}

.widget_gallery ul li img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px;
}

@media only screen and (min-width: 992px) {
  .about-profile-image-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .header.rs-nav .menu-bar .container {
    display: flex;
    align-items: center;
    min-height: 132px;
  }

  .header.rs-nav .menu-logo img {
    min-width: min(430px, 36vw);
  }

  .header.rs-nav .navbar-toggler { display: none !important; }
  .header.rs-nav .secondary-menu { display: none !important; }

  .header.rs-nav .menu-links {
    display: flex !important;
    flex: 1 1 auto;
    justify-content: flex-end;
    align-items: center;
    position: static !important;
    height: auto !important;
    width: auto !important;
    max-width: none !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .header.rs-nav .menu-links.collapse { display: flex !important; }
  .header.rs-nav .menu-links .menu-logo { display: none !important; }
  .header.rs-nav .menu-links .afss-menu-drawer-head { display: none !important; }
  .afss-menu-backdrop { display: none !important; }

  .header.rs-nav .menu-links .nav {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: auto !important;
    margin: 0;
    overflow: visible !important;
  }

  .header.rs-nav .menu-links .nav > li {
    display: block;
    float: none !important;
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .header.rs-nav .menu-links .nav > li > a {
    display: block;
    padding: 18px 8px !important;
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
  }

  .header.rs-nav .menu-links .nav > li .sub-menu { top: 100%; left: 0; }
}

@media only screen and (max-width: 991px) {
  .site-grid,
  .site-grid.two { grid-template-columns: 1fr; }

  .site-page-banner { padding: 90px 0 55px; }

  .header.rs-nav .menu-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 84px;
  }

  .menu-logo {
    margin-left: 0;
  }

  .menu-logo img {
    height: 92px !important;
    max-height: none !important;
    max-width: min(340px, 64vw) !important;
  }

  .header.rs-nav .navbar-toggler {
    border-color: rgba(28,45,68,.28) !important;
    background: #ffffff !important;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 10px !important;
    box-shadow: 0 8px 18px rgba(28,45,68,.12);
    margin-left: auto;
    overflow: hidden;
    position: relative;
    z-index: 10020;
    cursor: pointer;
  }

  .header.rs-nav .navbar-toggler span {
    background: #1c2d44 !important;
    width: 22px !important;
    height: 2px !important;
    margin: 3px 0 !important;
    display: block;
  }

  .header.rs-nav .navbar-toggler::after {
    display: none !important;
    content: none !important;
  }

  .header.rs-nav .menu-links {
    position: fixed !important;
    top: 0;
    right: 0;
    left: auto !important;
    width: min(86vw, 310px);
    height: 100vh;
    height: 100dvh;
    z-index: 10000;
    background: #f3f5f9 !important;
    border-left: 1px solid rgba(28,45,68,.1);
    padding: 18px 14px 24px !important;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    box-shadow: -8px 0 30px rgba(0,0,0,.24);
    transform: translateX(110%);
    visibility: hidden;
    pointer-events: none;
    transition: transform .28s ease, visibility .28s ease;
    display: block !important;
  }

  .header.rs-nav .menu-links.show {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }

  .header.rs-nav .menu-links .menu-logo {
    display: none !important;
  }

  .header.rs-nav .menu-links .afss-menu-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: -8px 0 18px;
    padding: 0 4px 14px;
    border-bottom: 1px solid rgba(28,45,68,.12);
  }

  .header.rs-nav .menu-links .afss-menu-drawer-brand {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
  }

  .header.rs-nav .menu-links .afss-menu-drawer-brand img {
    height: 58px !important;
    width: auto !important;
    max-width: 200px !important;
  }

  .header.rs-nav .menu-links .afss-menu-drawer-close {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 10px;
    background: rgba(20,59,95,.08);
    color: #16324f;
    font-size: 28px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    touch-action: manipulation;
  }

  .header.rs-nav .menu-links .afss-menu-drawer-close:hover,
  .header.rs-nav .menu-links .afss-menu-drawer-close:focus-visible {
    background: rgba(20,59,95,.16);
  }

  .header.rs-nav .menu-links,
  .header.rs-nav .menu-links .nav,
  .header.rs-nav .menu-links .nav > li,
  .header.rs-nav .menu-links .nav > li > a,
  .header.rs-nav .menu-links .sub-menu,
  .header.rs-nav .menu-links .sub-menu li a {
    position: relative;
    z-index: 1;
    pointer-events: auto;
  }

  body.afss-menu-open {
    overflow: hidden;
  }

  .header.rs-nav .menu-links .nav > li > a {
    color: #1c2d44 !important;
    padding: 11px 10px !important;
    border-bottom: 1px solid rgba(28,45,68,.14);
  }

  .header.rs-nav .menu-links .nav > li {
    position: relative;
    margin-bottom: 6px;
  }

  .header.rs-nav .menu-links .nav > li.has-submenu > a {
    padding-right: 52px !important;
  }

  .header.rs-nav .menu-links .submenu-toggle {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 8px;
    background: rgba(28,45,68,.08);
    color: #1c2d44;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    z-index: 2;
    transition: background .2s ease, color .2s ease, transform .2s ease;
  }

  .header.rs-nav .menu-links .submenu-toggle::before {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform .2s ease;
  }

  .header.rs-nav .menu-links .submenu-toggle:hover,
  .header.rs-nav .menu-links .submenu-toggle:focus-visible {
    background: rgba(20,59,95,.16);
    color: #0f2942;
  }

  .header.rs-nav .menu-links .nav > li.open > .submenu-toggle::before {
    transform: rotate(-135deg) translate(-1px, -1px);
  }

  .header.rs-nav .menu-links .nav > li > a:hover {
    color: var(--afss-menu-hover) !important;
  }

  .header.rs-nav .menu-links .sub-menu {
    display: none;
    background: rgba(28,45,68,.06) !important;
    border-radius: 6px;
    padding: 6px 0;
    margin: 6px 0 0;
  }

  .header.rs-nav .menu-links .nav > li.open > .sub-menu {
    display: block;
  }

  .header.rs-nav .menu-links .sub-menu li a {
    color: #324762 !important;
    padding: 10px 12px !important;
    border-bottom: 1px solid rgba(28,45,68,.08);
  }

  .header.rs-nav .menu-links .sub-menu li:last-child a {
    border-bottom: 0;
  }

  .afss-menu-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(3,12,30,.45);
    z-index: 9990;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
  }

  .afss-menu-backdrop.active {
    opacity: 1;
    pointer-events: auto;
  }
}

@media only screen and (min-width: 992px) {
  .header.rs-nav .menu-links .submenu-toggle {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .top-bar .topbar-left,
  .top-bar .topbar-right { width: 100%; }

  .top-bar .btn-enroll { width: 100%; }
  .menu-logo img {
    height: 74px !important;
    max-height: none !important;
    max-width: min(285px, 72vw) !important;
  }
  .pt-exebar .pt-logo img {
    height: 68px;
    max-height: 68px;
    max-width: min(250px, 70vw);
  }
  .about-profile-image-wrap { justify-content: center; }

  .page-content .container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .page-content .content-block .section-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .school-creed { padding: 18px; }
  .school-creed .school-verse { line-height: 1.82; }
  .news-link-grid { grid-template-columns: 1fr; }
  .footer-top .footer_widget ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 14px; }
  .widget_gallery ul { gap: 10px; padding: 8px; }
}

@media print {
  body {
    background: #ffffff !important;
  }

  .top-bar,
  .sticky-header,
  .menu-bar,
  .breadcrumb-row,
  .footer-top,
  .footer-bottom,
  .back-to-top,
  .news-doc-actions {
    display: none !important;
  }

  .page-content .content-block .section-area {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .news-doc {
    border: 0 !important;
    box-shadow: none !important;
    background: #ffffff !important;
    padding: 0 !important;
    margin: 0 0 18px 0 !important;
  }

  .news-doc-table {
    font-size: 12px;
    page-break-inside: avoid;
  }

  .news-doc-table thead {
    display: table-header-group;
  }

  .news-doc-table tr,
  .news-doc-table td,
  .news-doc-table th {
    page-break-inside: avoid;
  }

  .news-doc-table th {
    background: #efefef !important;
    color: #000000 !important;
  }
}

.styleswitcher-right,
#dzSwitcher,
.switch-btn-bx,
.switcher-btn-bx {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.afss-mobile-backdrop,
.afss-mobile-drawer {
  display: none;
}

@media only screen and (min-width: 992px) {
  .afss-mobile-backdrop,
  .afss-mobile-drawer {
    display: none !important;
  }

  body.afss-mobile-menu-open {
    overflow: auto;
  }
}

@media only screen and (max-width: 991px) {
  .header.rs-nav .menu-bar .container {
    min-height: 82px !important;
    gap: 12px !important;
    align-items: center !important;
  }

  .header.rs-nav .menu-logo {
    padding-right: 8px !important;
  }

  .header.rs-nav #menuDropdown {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .header.rs-nav .secondary-menu {
    display: none !important;
  }

  .header.rs-nav .navbar-toggler.menuicon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: transparent !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    z-index: 1002 !important;
    gap: 0 !important;
  }

  .header.rs-nav .navbar-toggler.menuicon::before,
  .header.rs-nav .navbar-toggler.menuicon::after {
    display: none !important;
    content: none !important;
  }

  .header.rs-nav .navbar-toggler.menuicon span {
    display: block !important;
    width: 18px !important;
    height: 2px !important;
    margin: 2px 0 !important;
    border-radius: 999px !important;
    background: #173b69 !important;
    transition: transform .2s ease, opacity .2s ease !important;
  }

  .header.rs-nav .navbar-toggler.menuicon.open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg) !important;
  }

  .header.rs-nav .navbar-toggler.menuicon.open span:nth-child(2) {
    opacity: 0 !important;
  }

  .header.rs-nav .navbar-toggler.menuicon.open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg) !important;
  }

  .afss-mobile-backdrop {
    display: block !important;
    position: fixed;
    inset: 0;
    background: rgba(5, 14, 30, 0.48);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .24s ease, visibility .24s ease;
    z-index: 9990;
  }

  .afss-mobile-backdrop.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .afss-mobile-drawer {
    display: block !important;
    position: fixed;
    top: 0;
    right: 0;
    width: min(86vw, 330px);
    height: 100vh;
    padding: 20px 16px 24px;
    overflow-y: auto;
    background: linear-gradient(180deg, #fdfefe 0%, #f4f6fb 100%);
    box-shadow: -16px 0 36px rgba(10, 35, 66, 0.16);
    transform: translateX(104%);
    transition: transform .26s ease;
    z-index: 9991;
    -webkit-overflow-scrolling: touch;
  }

  .afss-mobile-drawer.is-open {
    transform: translateX(0);
  }

  .afss-mobile-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(23, 59, 105, 0.12);
  }

  .afss-mobile-brand {
    display: inline-flex;
    align-items: center;
    max-width: calc(100% - 52px);
  }

  .afss-mobile-brand img {
    display: block;
    width: min(100%, 230px);
    height: auto;
  }

  .afss-mobile-close {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 12px;
    background: rgba(23, 59, 105, 0.08);
    color: #173b69;
    font-size: 26px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
  }

  .afss-mobile-nav-list,
  .afss-mobile-subnav {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .afss-mobile-nav-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .afss-mobile-item {
    border: 1px solid rgba(23, 59, 105, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    overflow: hidden;
  }

  .afss-mobile-item.is-active {
    border-color: rgba(212, 160, 23, 0.4);
    box-shadow: 0 10px 22px rgba(212, 160, 23, 0.12);
  }

  .afss-mobile-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
  }

  .afss-mobile-link,
  .afss-mobile-sublink {
    display: block;
    text-decoration: none;
    color: #17314f !important;
    pointer-events: auto !important;
  }

  .afss-mobile-link {
    padding: 17px 16px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    text-transform: uppercase;
  }

  .afss-mobile-item.is-active > .afss-mobile-row > .afss-mobile-link {
    color: #bf8d1d !important;
  }

  .afss-mobile-toggle {
    width: 52px;
    min-width: 52px;
    border: 0;
    border-left: 1px solid rgba(23, 59, 105, 0.08);
    background: rgba(23, 59, 105, 0.03);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #173b69;
  }

  .afss-mobile-toggle span {
    width: 10px;
    height: 10px;
    display: block;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform .2s ease;
  }

  .afss-mobile-item.is-open .afss-mobile-toggle span {
    transform: rotate(-135deg) translate(-1px, -1px);
  }

  .afss-mobile-subnav {
    display: none;
    padding: 0 10px 10px;
    background: rgba(23, 59, 105, 0.03);
  }

  .afss-mobile-item.is-open .afss-mobile-subnav {
    display: block;
  }

  .afss-mobile-sublink {
    padding: 12px 12px;
    border-top: 1px solid rgba(23, 59, 105, 0.08);
    font-size: 15px;
    font-weight: 600;
    color: #365070 !important;
  }

  body.afss-mobile-menu-open {
    overflow: hidden;
  }
}

.footer-bottom .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer-bottom .afss-copyright-link {
  margin: 0;
}

.devhaven-footer-credit {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.devhaven-footer-credit a {
  color: #f0c451;
  font-weight: 700;
  text-decoration: none;
}

.devhaven-footer-credit a:hover,
.devhaven-footer-credit a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
}

.afss-testimonial-cta {
  margin-top: 18px;
}

.testimonial-content .name {
  margin-bottom: 10px;
}

.afss-review-shell,
.afss-admin-review-shell {
  max-width: 1080px;
  margin: 0 auto;
}

.afss-review-shell {
  background: #ffffff;
  border: 1px solid #dce6f4;
  border-radius: 12px;
  box-shadow: 0 20px 48px rgba(8, 26, 53, 0.08);
  padding: clamp(22px, 4vw, 38px);
}

.afss-review-header,
.afss-admin-review-head {
  margin-bottom: 24px;
}

.afss-review-header h1,
.afss-admin-review-head h1 {
  margin: 0 0 10px;
  color: #0b234d;
}

.afss-review-header p,
.afss-admin-review-head p {
  margin: 0;
  color: #4c6079;
  line-height: 1.75;
}

.afss-review-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: #c99716;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.afss-review-alert {
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 18px;
  line-height: 1.7;
}

.afss-review-alert-success {
  background: #e9f8ef;
  color: #16643c;
  border: 1px solid #b9e3c8;
}

.afss-review-alert-error {
  background: #fff0ef;
  color: #9a3126;
  border: 1px solid #efc1bc;
}

.afss-review-alert-warning {
  background: #fff8e7;
  color: #8a6200;
  border: 1px solid #f0d998;
}

.afss-review-form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.afss-review-form [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 16px;
}

.afss-review-form label,
.afss-admin-login-form label,
.afss-admin-review-actions label {
  display: block;
  margin-bottom: 8px;
  color: #0b234d;
  font-weight: 700;
}

.afss-review-form input,
.afss-review-form select,
.afss-review-form textarea,
.afss-admin-login-form input,
.afss-admin-review-actions textarea {
  width: 100%;
  border: 1px solid #cfdbed;
  border-radius: 10px;
  padding: 13px 15px;
  color: #0b234d;
  background: #ffffff;
}

.afss-review-form textarea,
.afss-admin-review-actions textarea {
  resize: vertical;
}

.afss-review-form input:focus,
.afss-review-form select:focus,
.afss-review-form textarea:focus,
.afss-admin-login-form input:focus,
.afss-admin-review-actions textarea:focus {
  outline: none;
  border-color: #c99716;
  box-shadow: 0 0 0 3px rgba(201, 151, 22, 0.16);
}

.afss-review-help {
  margin: 8px 0 0;
  color: #61748e;
  font-size: 13px;
}

.afss-review-actions,
.afss-admin-review-head-actions,
.afss-admin-review-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.afss-review-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.afss-admin-review-page {
  min-height: 100vh;
  background: #f6f8fc;
}

.afss-admin-review-shell {
  padding: 28px 16px 40px;
}

.afss-admin-login-card,
.afss-admin-review-card,
.afss-admin-empty {
  background: #ffffff;
  border: 1px solid #dce6f4;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(8, 26, 53, 0.06);
}

.afss-admin-login-card {
  max-width: 520px;
  padding: 24px;
}

.afss-admin-login-form {
  display: grid;
  gap: 14px;
}

.afss-admin-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.afss-admin-review-column {
  display: grid;
  gap: 16px;
}

.afss-admin-review-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
}

.afss-admin-review-card-approved {
  border-color: #c7ddcf;
}

.afss-admin-review-media img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
}

.afss-admin-review-body h3 {
  margin: 0 0 10px;
  color: #0b234d;
  font-size: 18px;
}

.afss-admin-review-body p {
  color: #485d78;
  line-height: 1.7;
}

.afss-admin-review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: baseline;
  margin-bottom: 8px;
}

.afss-admin-review-meta strong {
  color: #0b234d;
  font-size: 18px;
}

.afss-admin-review-meta span,
.afss-admin-review-submeta {
  color: #647991;
  font-size: 14px;
}

.afss-admin-empty {
  padding: 18px;
  color: #637994;
}

@media (max-width: 767px) {
  .footer-bottom .container {
    justify-content: center;
    text-align: center;
  }

  .afss-review-actions,
  .afss-admin-review-head-actions,
  .afss-admin-review-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .afss-admin-review-grid {
    grid-template-columns: 1fr;
  }

  .afss-admin-review-card {
    grid-template-columns: 1fr;
  }
}
