 :root {
     --navy: #1B3A54;
     --navy-deep: #122840;
     --gold: #ec976a;
     --cream: #FBF7EE;
     --sage: #ec976a;
     --ink: #23303C;
 }

 body {
     font-family: 'Karla', sans-serif;
     font-family: "Poppins", sans-serif;
     color: var(--ink);
     background: var(--cream);
 }

 h1,
 h2,
 h3,
 .display-font {
     font-family: 'Fraunces', serif;
 }

 /* ---------- FOOTER ---------- */
 .site-footer {
     background: #1c3a53;
     color: #B9C4CF;
     padding: 4.5rem 0 0;
     position: relative;
 }

 .site-footer a {
     color: #B9C4CF;
     text-decoration: none;
     transition: color .2s ease;
     color: #ffffff;
 }

 .site-footer a:hover {
     color: var(--gold);
 }

 .footer-brand {
     display: flex;
     align-items: center;
     gap: .7rem;
     margin-bottom: 1rem;
 }

 .footer-brand .brand-mark {
     width: 44px;
     height: 44px;
     border-radius: 50%;
     background: rgba(201, 151, 63, .14);
     color: var(--gold);
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 1.15rem;
     flex-shrink: 0;
 }

 .footer-brand .brand-name {
     font-family: 'Fraunces', serif;
     font-weight: 700;
     font-size: 1.1rem;
     color: #F5EFE2;
     display: block;
     line-height: 1.2;
 }

 .footer-brand .brand-sub {
     font-size: .68rem;
     letter-spacing: .12em;
     text-transform: uppercase;
     color: var(--sage);
 }

 .site-footer p.footer-desc {
     font-size: .9rem;
     line-height: 1.65;
     max-width: 300px;
     margin-bottom: 1.4rem;
     color: #ffffffbd;
 }

 .footer-social {
     display: flex;
     gap: .6rem;
 }

 .footer-social a {
     width: 36px;
     height: 36px;
     border-radius: 50%;
     border: 1px solid rgba(255, 255, 255, .18);
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: .88rem;
 }

 .footer-social a:hover {
     border-color: var(--gold);
     background: rgba(201, 151, 63, .12);
 }

 .footer-heading {
     font-family: 'Fraunces', serif;
     font-weight: 700;
     color: #F5EFE2;
     font-size: 1rem;
     margin-bottom: 1.4rem;
 }

 .footer-links {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .footer-links li+li {
     margin-top: .8rem;
 }

 .footer-links a {
     font-size: .9rem;
     display: inline-flex;
     align-items: center;
     gap: .5rem;
 }

 .footer-links a i {
     font-size: .7rem;
     color: var(--gold);
 }

 .footer-contact li {
     display: flex;
     gap: .7rem;
     font-size: .9rem;
     margin-bottom: 1.1rem;
     line-height: 1.5;
 }

 .footer-contact i {
     color: var(--gold);
     margin-top: .25rem;
     flex-shrink: 0;
     width: 16px;
 }

 .footer-newsletter p {
     font-size: .9rem;
     line-height: 1.6;
     margin-bottom: 1.2rem;
     color: #ffffffbd;
 }

 .footer-newsletter .form-control {
     background: rgba(255, 255, 255, .06);
     border: 1px solid rgba(255, 255, 255, .16);
     color: #F5EFE2;
     font-size: .88rem;
     padding: .65rem .9rem;
 }

 .footer-newsletter .form-control::placeholder {
     color: #8695A2;
 }

 .footer-newsletter .form-control:focus {
     background: rgba(255, 255, 255, .08);
     border-color: var(--gold);
     box-shadow: none;
     color: #F5EFE2;
 }

 .footer-newsletter .btn-subscribe {
     background: var(--gold);
     color: #fff;
     font-weight: 700;
     font-size: .84rem;
     padding: .65rem 1.1rem;
     border: none;
     white-space: nowrap;
 }

 .footer-newsletter .btn-subscribe:hover {
     background: #fff;
     color: var(--navy-deep);
 }

 .footer-bottom {
     border-top: 1px solid rgba(255, 255, 255, .1);
     margin-top: 3.2rem;
     padding: 1.4rem 0;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: space-between;
     gap: .8rem;
     font-size: .82rem;
     color: #8695A2;
 }

 .footer-bottom .footer-legal {
     display: flex;
     gap: 1.4rem;
 }

 @media (max-width: 767.98px) {
     .site-footer {
         padding: 3.2rem 0 0;
         text-align: left;
     }

     .footer-bottom {
         justify-content: center;
         text-align: center;
     }
 }

 /* ---------- WHY ABM ---------- */
 .why-abm {
     padding: 4rem 0;
     /* background: var(--cream); */
     background: aliceblue;
 }

 .why-accordion .accordion-item {
     background: #fff;
     border: none;
     border-radius: 6px !important;
     margin-bottom: 1rem;
     overflow: hidden;
     box-shadow: 0 2px 10px rgba(18, 40, 64, .05);
 }

 .why-accordion .accordion-item:last-child {
     margin-bottom: 0;
 }

 .why-accordion .accordion-button {
     background: #fff;
     color: var(--navy-deep);
     font-family: 'Fraunces', serif;
     font-weight: 700;
     font-size: 20px;
     padding: 18px;
     gap: 1rem;
     box-shadow: none;
 }

 .why-accordion .accordion-button::after {
     background-image: none;
     font-family: "Font Awesome 6 Free";
     font-weight: 900;
     content: "\f107";
     color: #07425f;
     font-size: 1.1rem;
     transition: transform .25s ease;
 }

 .why-accordion .accordion-button:not(.collapsed) .accordion-button::after {
     color: #ffffff;
 }

 .why-accordion .accordion-button:not(.collapsed)::after {
     color: #ffffff;
 }



 .why-accordion .accordion-button:not(.collapsed) {
     color: #ffffff;
     background: #064260;
 }



 .why-accordion .accordion-button:not(.collapsed) .why-accordion .accordion-button:not(.collapsed)::after {
     transform: rotate(180deg);
 }

 .why-accordion .accordion-button:focus {
     box-shadow: none;
     outline: 2px solid #07425f;
     outline-offset: -2px;
 }

 .why-icon {
     width: 40px;
     height: 40px;
     border-radius: 50%;
     background: #07425f;
     color: #ffffff;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 18px;
     flex-shrink: 0;
 }

 .why-accordion .accordion-button:not(.collapsed) .why-icon {
     background: #ffffff;
     color: #07425f;
 }

 .why-accordion .accordion-body {
     padding: 24px;
     color: #566270;
     font-size: 16px;
     line-height: 1.65;
 }

 .why-accordion .accordion-body a {
     display: inline-block;
     margin-top: 1rem;
     font-size: 14px;
     font-weight: 700;
     letter-spacing: .06em;
     text-transform: uppercase;
     color: var(--navy);
     text-decoration: none;
     border-bottom: 1px solid var(--gold);
     padding-bottom: 1px;
     font-family: "Poppins", sans-serif;
 }

 .why-accordion .accordion-body a:hover {
     color: var(--gold);
 }

 @media (max-width: 575.98px) {
     .why-accordion .accordion-body {
         padding-left: 1.6rem;
     }
 }

 /* ---------- ADMISSIONS CTA ---------- */
 .admissions {
     background: #39B5DC;
     position: relative;
     overflow: hidden;
     padding: 2.6rem 0;
 }

 .admissions::before {
     content: "";
     position: absolute;
     top: -60%;
     right: -6%;
     width: 320px;
     height: 320px;
     border-radius: 50%;
     background: rgb(255 255 255 / 21%);
 }

 .admissions::after {
     content: "";
     position: absolute;
     bottom: -70%;
     left: 6%;
     width: 220px;
     height: 220px;
     border-radius: 50%;
     background: rgb(255 255 255 / 21%);
 }

 .admissions-inner {
     position: relative;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: space-between;
     gap: 1.6rem;
 }

 .admissions-text {
     max-width: 640px;
 }

 .admissions-text .admissions-tag {
     color: rgb(255 255 255);
     text-transform: uppercase;
     letter-spacing: 2px;
     font-size: 12px;
     font-weight: 600;
     margin-bottom: .5rem;
     font-family: "Poppins", sans-serif;
 }

 .admissions-text h2 {
     font-family: 'Fraunces', serif;
     font-weight: 700;
     color: #ffffff;
     font-size: clamp(1.35rem, 2.4vw, 1.9rem);
     line-height: 1.3;
     margin-bottom: .6rem;
 }

 .admissions-text p {
     color: #ffffff;
     font-size: 14px;
     line-height: 21px;
     margin: 20px auto 0;
 }

 .btn-download-form {
     display: inline-flex;
     align-items: center;
     gap: .6rem;
     background: #ffffff;
     color: #08425e;
     font-weight: 700;
     letter-spacing: .05em;
     text-transform: uppercase;
     font-size: 14px;
     padding: 11px 18px;
     border-radius: 100px;
     text-decoration: none;
     white-space: nowrap;
     flex-shrink: 0;
     transition: background .2s ease, transform .2s ease;
 }

 .btn-download-form:hover {
     background: #08425e;
     color: #fff;
     transform: translateY(-2px);
 }

 .btn-download-form i {
     color: #08425e;
 }

 .btn-download-form:hover i {
     color: #fff;
 }


 @media (max-width: 767.98px) {
     .admissions-inner {
         flex-direction: column;
         align-items: flex-start;
     }

     .btn-download-form {
         width: 100%;
         justify-content: center;
     }
 }

 /* ---------- GALLERY ---------- */
 .gallery {
     padding: 4rem 0;
     background: var(--navy-deep);
     position: relative;
     overflow: hidden;
 }

 .gallery::before {
     content: "";
     position: absolute;
     inset: 0;
     background-image: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0px, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 48px);
     pointer-events: none;
 }

 .gallery-head {
     position: relative;
     text-align: center;
     max-width: 560px;
     margin: 0 auto 2.2rem;
 }

 .gallery-head .section-eyebrow {
     color: var(--gold);
 }

 .gallery-head h2 {
     color: #F5EFE2;
     font-size: clamp(1.7rem, 2.8vw, 2.3rem);
     font-weight: 700;
     margin: .5rem 0 .8rem;
 }

 .gallery-head p {
     color: #B9C4CF;
     font-size: .95rem;
     line-height: 1.6;
 }

 .gallery-filters {
     position: relative;
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: .6rem;
     margin-bottom: 2.5rem;
 }

 .gallery-filters button {
     background: transparent;
     border: 1px solid rgba(255, 255, 255, .22);
     color: #C9D3DC;
     font-size: .78rem;
     font-weight: 700;
     letter-spacing: .08em;
     text-transform: uppercase;
     padding: .5rem 1.15rem;
     border-radius: 30px;
     transition: all .2s ease;
 }

 .gallery-filters button:hover {
     border-color: var(--gold);
     color: #fff;
 }

 .gallery-filters button.active {
     background: var(--gold);
     border-color: var(--gold);
     color: #17293c;
 }

 .gallery-grid {
     position: relative;
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 1rem;
 }

 @media (max-width: 991.98px) {
     .gallery-grid {
         grid-template-columns: repeat(3, 1fr);
     }
 }

 @media (max-width: 575.98px) {
     .gallery-grid {
         grid-template-columns: repeat(2, 1fr);
         gap: .6rem;
     }
 }

 .gallery-item {
     position: relative;
     aspect-ratio: 1 / 1;
     border-radius: 6px;
     overflow: hidden;
     cursor: pointer;
     transition: transform .3s ease, opacity .3s ease;
 }

 .gallery-item.is-hidden {
     display: none;
 }

 .gallery-item .tile-bg {
     position: absolute;
     inset: 0;
     background: linear-gradient(150deg, var(--navy) 0%, #274863 100%);
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .gallery-item:nth-child(3n+2) .tile-bg {
     background: linear-gradient(150deg, #2b4a37 0%, var(--sage) 100%);
 }

 .gallery-item:nth-child(4n+3) .tile-bg {
     background: linear-gradient(150deg, #8a6522 0%, var(--gold) 100%);
 }

 .gallery-item .tile-bg i {
     font-size: 1.9rem;
     color: rgba(255, 255, 255, .55);
 }

 .gallery-item .tile-overlay {
     position: absolute;
     inset: 0;
     background: rgba(18, 40, 64, .55);
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     gap: .4rem;
     opacity: 0;
     transition: opacity .25s ease;
 }

 .gallery-item:hover .tile-overlay {
     opacity: 1;
 }

 .gallery-item:hover .tile-bg {
     transform: scale(1.04);
 }

 .gallery-item .tile-overlay i {
     color: var(--gold);
     font-size: 1.2rem;
 }

 .gallery-item .tile-overlay span {
     color: #fff;
     font-size: .74rem;
     font-weight: 700;
     letter-spacing: .08em;
     text-transform: uppercase;
 }

 .gallery-cta {
     position: relative;
     text-align: center;
     margin-top: 2.8rem;
 }

 .gallery-cta a {
     display: inline-block;
     background: var(--gold);
     color: #fff;
     font-weight: 700;
     letter-spacing: .06em;
     text-transform: uppercase;
     font-size: .85rem;
     padding: .85rem 2.2rem;
     border-radius: 4px;
     text-decoration: none;
     transition: background .2s ease;
 }

 .gallery-cta a:hover {
     background: #fff;
     color: var(--navy-deep);
 }

 /* ---------- FACILITIES ---------- */
 .facilities {
     padding: 4rem 0;
     background: #fff;
 }

 .facilities-intro {
     position: sticky;
     top: 6.5rem;
 }

 .facilities-intro .section-eyebrow {
     color: var(--sage);
 }

 .facilities-intro h2 {
     font-size: clamp(1.7rem, 2.8vw, 2.3rem);
     font-weight: 700;
     color: var(--navy-deep);
     margin: .5rem 0 1.2rem;
 }

 .facilities-intro p {
     color: #566270;
     font-size: .96rem;
     line-height: 1.65;
     max-width: 380px;
     margin-bottom: 1.8rem;
 }

 .facilities-intro .btn-facilities {
     display: inline-block;
     background: #ec9765;
     color: #fff;
     font-weight: 700;
     letter-spacing: .05em;
     text-transform: uppercase;
     font-size: .82rem;
     padding: .75rem 1.6rem;
     border-radius: 4px;
     text-decoration: none;
     transition: background .2s ease;
 }

 .facilities-intro .btn-facilities:hover {
     background: #39B5DC;
     color: #fff;
 }

 .facility-row {
     display: flex;
     gap: 18px;
     padding: 14px 0;
     border-bottom: 1px solid rgb(8 66 94 / 42%);
 }

 .facility-row:first-child {
     padding-top: 0;
 }

 .facility-row:last-child {
     border-bottom: none;
 }

 .facility-icon {
     flex-shrink: 0;
     width: 36px;
     height: 36px;
     border-radius: 6px;
     background: #07425f;
     color: #ffffff;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 18px;
     border: 1px solid rgba(27, 58, 84, .08);
 }

 .facility-text h3 {
     font-family: 'Fraunces', serif;
     font-weight: 700;
     font-size: 21px;
     color: #08425e;
     margin-bottom: .35rem;
 }

 .facility-text p {
     color: #566270;
     font-size: .92rem;
     line-height: 1.6;
     margin-bottom: 0;
 }

 @media (max-width: 991.98px) {
     .facilities-intro {
         position: static;
         margin-bottom: 2rem;
     }
 }

 /* ---------- LEARNING ENVIRONMENT ---------- */
 .learning-env {
     padding: 4rem 0;
     background: var(--cream);
     background: #1c3a53;
 }

 .learning-env .section-title {
     color: #fff;
 }

 .stage-list {
     list-style: none;
     padding: 0;
     margin: 0;
     counter-reset: stage;
 }

 .stage-list .nav-link {
     counter-increment: stage;
     display: flex;
     align-items: baseline;
     gap: .9rem;
     text-align: left;
     width: 100%;
     background: transparent;
     border: none;
     border-left: 3px solid rgba(27, 58, 84, .12);
     border-radius: 0;
     padding: 1rem 1.2rem;
     color: var(--ink);
     font-weight: 600;
     font-size: .95rem;
     transition: border-color .2s ease, background .2s ease, color .2s ease;
     color: #fff;
 }

 .stage-list .nav-link::before {
     content: counter(stage, decimal-leading-zero);
     font-family: 'Fraunces', serif;
     font-weight: 700;
     font-size: .82rem;
     color: var(--gold);
     flex-shrink: 0;
 }

 .stage-list .nav-link:hover {
     background: rgba(201, 151, 63, .06);
     border-left-color: var(--gold);
 }

 .stage-list .nav-link.active {
     background: #fff;
     border-left-color: var(--gold);
     color: var(--navy-deep);
     box-shadow: 0 4px 14px rgba(18, 40, 64, .06);
 }

 .stage-panel {
     background: #fff;
     border-radius: 8px;
     padding: 28px;
     height: 100%;
 }

 .stage-panel .stage-duration {
     display: inline-block;
     background: #39B5DC;
     color: #ffffff;
     text-transform: uppercase;
     letter-spacing: .1em;
     font-size: 13px;
     font-weight: 700;
     padding: 6px 14px 5px;
     border-radius: 30px;
     margin-bottom: 1rem;
 }

 .stage-panel h3 {
     font-family: 'Fraunces', serif;
     font-weight: 700;
     color: var(--navy-deep);
     font-size: 1.5rem;
     margin-bottom: .9rem;
 }

 .stage-panel p {
     color: #566270;
     font-size: .96rem;
     line-height: 1.7;
     margin-bottom: 0;
 }

 .stage-panel p+p {
     margin-top: .9rem;
 }

 @media (max-width: 767.98px) {
     .stage-list {
         display: flex;
         overflow-x: auto;
         gap: .5rem;
         padding-bottom: .5rem;
         margin-bottom: 1.5rem;
         -ms-overflow-style: none;
         scrollbar-width: none;
     }

     .stage-list::-webkit-scrollbar {
         display: none;
     }

     .stage-list .nav-item {
         flex: 0 0 auto;
     }

     .stage-list .nav-link {
         border-left: none;
         border-bottom: 3px solid rgba(27, 58, 84, .12);
         white-space: nowrap;
         padding: .7rem 1rem;
     }

     .stage-list .nav-link.active {
         border-bottom-color: var(--gold);
         box-shadow: none;
     }

     .stage-panel {
         padding: 1.8rem;
     }
 }

 /* ---------- LEADERSHIP DESK ---------- */
 .leadership {
     padding: 4rem 0;
     background: #fff;
 }

 .leadership-head {
     text-align: center;
     max-width: 640px;
     margin: 0 auto 3rem;
 }

 .leadership-head h2 {
     font-size: clamp(1.5rem, 2.6vw, 2.1rem);
     font-weight: 700;
     color: var(--navy-deep);
     text-transform: uppercase;
     letter-spacing: .03em;
     margin-top: .4rem;
 }

 .desk-tabs {
     border: none;
     justify-content: center;
     gap: .6rem;
     margin-bottom: 2.5rem;
 }

 .desk-tabs .nav-link {
     border: 1px solid rgba(27, 58, 84, .14);
     border-radius: 30px;
     color: var(--navy);
     font-weight: 600;
     font-size: .88rem;
     padding: .6rem 1.4rem;
     background: transparent;
     transition: all .2s ease;
 }

 .desk-tabs .nav-link:hover {
     border-color: #ec9765;
     color: var(--navy-deep);
 }

 .desk-tabs .nav-link.active {
     background: #ec9765;
     color: #fff;
     border-color: #ec9765;
 }

 .desk-panel {
     background: #ffffff;
     border-radius: 8px;
     padding: 16px;
     box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
 }

 .desk-panel .row {
     align-items: center;
 }

 .desk-avatar {
     width: 130px;
     height: 130px;
     border-radius: 50%;
     background: var(--navy);
     color: var(--gold);
     font-family: 'Fraunces', serif;
     font-weight: 700;
     font-size: 2.2rem;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto 1.2rem;
     border: 4px solid #fff;
     box-shadow: 0 10px 26px rgba(18, 40, 64, .15);
 }

 .desk-role {
     text-align: center;
     color: var(--sage);
     text-transform: uppercase;
     letter-spacing: .12em;
     font-size: .72rem;
     font-weight: 700;
 }

 .desk-name {
     text-align: center;
     font-family: 'Fraunces', serif;
     font-weight: 700;
     font-size: 1.15rem;
     color: var(--navy-deep);
     margin-top: .2rem;
 }

 .desk-name a {
     color: inherit;
     text-decoration: none;
 }

 .desk-name a:hover {
     color: var(--navy);
 }

 .desk-quote {
     font-family: 'Fraunces', serif;
     font-style: italic;
     font-size: 16px;
     color: var(--ink);
     line-height: 1.6;
     position: relative;
     padding-left: 1.6rem;
     border-left: 3px solid var(--gold);
 }

 .desk-panel a.read-more {
     display: inline-block;
     margin-top: 1.3rem;
     font-size: .82rem;
     font-weight: 700;
     letter-spacing: .06em;
     text-transform: uppercase;
     color: var(--navy);
     text-decoration: none;
     border-bottom: 1px solid var(--gold);
     padding-bottom: 2px;
 }

 .desk-panel a.read-more:hover {
     color: var(--gold);
 }

 @media (max-width: 767.98px) {
     .desk-panel {
         padding: 2rem 1.5rem;
     }

     .desk-quote {
         border-left: none;
         border-top: 3px solid var(--gold);
         padding-left: 0;
         padding-top: 1rem;
         text-align: center;
     }
 }

 /* ---------- PORTAL SECTION ---------- */
 .portal {
     background: var(--navy-deep);
     position: relative;
     overflow: hidden;
     padding: 4rem 0;
 }

 .portal::before {
     content: "";
     position: absolute;
     inset: 0;
     background-image: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0px, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 48px);
     pointer-events: none;
 }

 .portal-grid {
     position: relative;
     display: grid;
     grid-template-columns: 1fr;
     gap: 2.5rem;
     align-items: center;
 }

 @media (min-width: 992px) {
     .portal-grid {
         grid-template-columns: 1fr 1fr;
         gap: 4rem;
     }
 }



 .portal-copy h2 {
     color: #F5EFE2;
     font-size: clamp(1.7rem, 2.8vw, 2.3rem);
     font-weight: 700;
     margin-bottom: 1rem;
 }

 .portal-copy p {
     color: #C9D3DC;
     font-size: 1rem;
     line-height: 1.6;
     max-width: 460px;
 }

 .portal-copy .portal-points {
     list-style: none;
     padding: 0;
     margin: 1.8rem 0 0;
 }

 .portal-copy .portal-points li {
     color: #DCE4EA;
     font-size: .92rem;
     display: flex;
     align-items: center;
     gap: .6rem;
     margin-bottom: .7rem;
 }

 .portal-copy .portal-points i {
     color: #ec9765;
 }

 .portal-card {
     background: #fff;
     border-radius: 8px;
     padding: 2.5rem;
     box-shadow: 0 24px 50px rgba(0, 0, 0, .28);
 }

 .portal-card .portal-tag {
     color: #ec9765;
     text-transform: uppercase;
     letter-spacing: .16em;
     font-size: .74rem;
     font-weight: 700;
     margin-bottom: .4rem;
 }

 .portal-card h3 {
     font-family: 'Fraunces', serif;
     font-weight: 700;
     color: var(--navy-deep);
     font-size: 1.4rem;
     margin-bottom: 1.6rem;
 }

 .role-choice {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: .9rem;
     margin-bottom: 1.8rem;
 }

 .role-choice input[type="radio"] {
     position: absolute;
     opacity: 0;
     width: 0;
     height: 0;
 }

 .role-choice label {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: .5rem;
     padding: 1.3rem 1rem;
     border: 2px solid rgba(27, 58, 84, .12);
     border-radius: 6px;
     cursor: pointer;
     text-align: center;
     transition: border-color .2s ease, background .2s ease;
 }

 .role-choice label i {
     font-size: 1.4rem;
     color: var(--navy);
 }

 .role-choice label span {
     font-weight: 700;
     font-size: .92rem;
     color: var(--ink);
 }

 .role-choice input[type="radio"]:checked+label {
     border-color: #ec9765;
     background: rgba(201, 151, 63, .08);
 }

 .role-choice input[type="radio"]:checked+label i,
 .role-choice input[type="radio"]:checked+label span {
     color: var(--navy-deep);
 }

 .role-choice input[type="radio"]:focus-visible+label {
     outline: 2px solid var(--gold);
     outline-offset: 2px;
 }

 .portal-card .btn-submit {
     width: 100%;
     background: #ec975f;
     color: #fff;
     font-weight: 700;
     letter-spacing: .04em;
     text-transform: uppercase;
     font-size: .88rem;
     padding: .85rem 1rem;
     border: none;
     border-radius: 5px;
     transition: background .2s ease;
 }

 .portal-card .btn-submit:hover {
     background: #39b5dc;
 }

 /* ---------- HEADER ---------- */
 .topbar {
     background: var(--navy-deep);
     color: #C9D3DC;
     font-size: .82rem;
     padding: .45rem 0;
 }

 .topbar a {
     color: #C9D3DC;
     text-decoration: none;
 }

 .topbar i {
     color: var(--gold);
     margin-right: .4rem;
 }

 .topbar .topbar-item+.topbar-item {
     margin-left: 1.6rem;
 }

 .site-header {
     background: #fff;
     border-bottom: 1px solid rgba(27, 58, 84, .08);
     position: sticky;
     top: 0;
     z-index: 1030;
 }

 .site-header .navbar-brand {
     display: flex;
     align-items: center;
     gap: .7rem;
     font-family: 'Fraunces', serif;
     font-weight: 700;
     color: var(--navy-deep);
     line-height: 1.15;
 }

 .site-header .brand-mark {
     /* width: 44px;
     height: 44px;
     border-radius: 50%;
     background: var(--navy);
     color: var(--gold);
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 1.2rem;
     flex-shrink: 0; */
 }

 .site-header .brand-mark img {
     width: 110px;
 }

 .site-header .brand-name {
     font-size: 1.15rem;
 }

 .site-header .brand-sub {
     font-family: 'Karla', sans-serif;
     font-weight: 500;
     font-size: .68rem;
     letter-spacing: .12em;
     text-transform: uppercase;
     color: var(--sage);
     display: block;
 }

 .site-header .nav-link {
     font-weight: 600;
     font-size: .92rem;
     color: var(--ink) !important;
     padding: .5rem 1rem !important;
     position: relative;
 }

 .site-header .nav-link.active,
 .site-header .nav-link:hover {
     color: var(--navy) !important;
 }

 .site-header .nav-link.active::after {
     content: "";
     position: absolute;
     left: 1rem;
     right: 1rem;
     bottom: .15rem;
     height: 2px;
     background: var(--gold);
 }

 .site-header .btn-enroll {
     background: var(--gold);
     color: #fff;
     font-weight: 700;
     font-size: .85rem;
     padding: .55rem 1.3rem;
     border-radius: 4px;
     border: none;
     white-space: nowrap;
 }

 .site-header .btn-enroll:hover {
     background: var(--navy);
     color: #fff;
 }

 .site-header .navbar-toggler {
     border: none;
     padding: .25rem .5rem;
 }

 .site-header .navbar-toggler:focus {
     box-shadow: 0 0 0 2px var(--gold);
 }

 @media (max-width: 991.98px) {
     .site-header .navbar-collapse {
         border-top: 1px solid rgba(27, 58, 84, .08);
         margin-top: .8rem;
         padding-top: .8rem;
     }

     .site-header .nav-link.active::after {
         display: none;
     }

     .site-header .nav-link.active {
         color: var(--gold) !important;
     }

     .site-header .btn-enroll {
         display: inline-block;
         margin-top: .6rem;
     }
 }

 /* ---------- HERO / QUOTE CAROUSEL ---------- */
 .hero {
     color: var(--white);
     position: relative;
     overflow: hidden;
     padding: 100px 0;
     background-image: url(/assets/images/abm-banner-hero-dark2.png);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: 100% 100%;
 }

 .hero::before {
     /* content: ""; */
     position: absolute;
     inset: 0;
     background-image:
         repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0px, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 48px);
     pointer-events: none;
 }

 .hero .quote-mark {
     font-family: 'Fraunces', serif;
     font-size: 5rem;
     color: #EC9758;
     line-height: 1;
     opacity: .85;
 }

 .hero .carousel-item .sliderHeading {
     font-size: 44px;
     color: #F5EFE2;
     font-weight: bold;
     line-height: 1.35;
     max-width: 700px;
     margin: 0 0;
     letter-spacing: .2px;
 }

 .hero .carousel-item .lead {
     color: #fff;
     max-width: 590px;
     font-size: 18px;
     margin: 28px 0;
 }

 .sliderHeading span {
     color: #39B5DC;
 }

 /* .sliderHeading::before {
     content: "";
     width: 100px;
     height: 50px;
     background-color: #fff;
     display: inline-block;
 } */

 .hero .school-tag {
     color: #EC9758;
     text-transform: uppercase;
     letter-spacing: .18em;
     font-size: 17px;
     font-weight: 800;
     margin-bottom: 34px;
 }

 .hero .carousel-indicators [data-bs-target] {
     width: 14px;
     height: 14px;
     border-radius: 50%;
     background-color: rgba(255, 255, 255, .35);
     background-color: rgb(0 0 0);
     border: none;
     margin: 0 5px;
 }

 .hero .carousel-indicators .active {
     background-color: #fff;
 }

 .hero .carousel-control-prev,
 .hero .carousel-control-next {
     width: 3rem;
     opacity: .55;
 }

 .hero .carousel-control-prev:hover,
 .hero .carousel-control-next:hover {
     opacity: 1;
 }

 .hero-intro {
     border-top: 1px solid rgba(255, 255, 255, .15);
     margin-top: 3.5rem;
     padding-top: 2rem;
 }

 .hero-intro p {
     color: #f5f5f5;
     max-width: 900px;
     margin: 0;
     font-size: 16px;
 }

 .hero-intro .est {
     color: #ec975f;
     font-weight: 700;
 }

 .btncatsec {
     background-color: #EC9758;
     padding: 16px 26px;
     line-height: 1;
     font-size: 16px;
     text-transform: uppercase;
     font-family: "Poppins", sans-serif;
     height: 46px;
     display: inline-block;
     font-weight: 600;
     margin: 30px auto 0;
     border-radius: 0;
     transition: width .2s ease;
 }

 .btncatsec:hover {
     background-color: #39B5DC;
 }

 .carousel-control-next-icon,
 .carousel-control-prev-icon {
     display: none;
 }

 /* ---------- FEATURE SECTION ---------- */
 .features {
     padding: 4rem 0;
 }

 .featureBgSec {
     background-image: url('/assets/images/background/bg2.png');
     background-repeat: no-repeat;
     background-size: cover;
 }

 .feactureImgSec {
     position: relative;
 }

 .feactureImgSec img {
     position: relative;
     z-index: 2;
 }

 .feactureImgSec::before {
     content: "";
     background-image: url(/assets/images/background/course-2-3.png);
     height: 130px;
     width: 130px;
     display: block;
     position: absolute;
     bottom: 120px;
     background-repeat: no-repeat;
     left: 20px;
 }

 .feactureImgSec::after {
     content: "";
     background-image: url(/assets/images/background/course-2-3.png);
     height: 130px;
     width: 130px;
     display: block;
     position: absolute;
     right: 70px;
     bottom: 10px;
     background-repeat: no-repeat;
     z-index: 1;

 }

 .whyImgsec {
     position: relative;
 }

 .whyImgsec img {
     position: relative;
     z-index: 2;
     border-radius: 30px;
 }

 .whyImgsec::after {
     content: "";
     background-image: url(/assets/images/background/course-2-3.png);
     height: 130px;
     width: 130px;
     display: block;
     position: absolute;
     bottom: -40px;
     left: -40px;
 }

 .section-eyebrow {
     color: #ec975f;
     text-transform: uppercase;
     letter-spacing: .18em;
     font-size: 13px;
     font-weight: 800;
 }

 .section-title {
     font-size: clamp(1.8rem, 3vw, 2.4rem);
     font-weight: 700;
     color: var(--navy-deep);
     margin: 0;
 }

 .feature-card {
     background: #fff;
     border: 1px solid rgba(27, 58, 84, .08);
     border-radius: 6px;
     padding: 2.2rem 1.8rem;
     height: 100%;
     position: relative;
     transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
     box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
 }

 .feature-card::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 3px;
     background: #1e5698;
     border-radius: 6px 6px 0 0;
     transform: scaleX(0);
     transform-origin: left;
     transition: transform .3s ease;
 }

 .feature-card:hover {
     transform: translateY(-6px);
     box-shadow: 0 18px 34px rgba(18, 40, 64, .12);
     border-color: transparent;
 }

 .feature-card:hover::before {
     transform: scaleX(1);
 }

 .feature-icon {
     width: 54px;
     height: 54px;
     border-radius: 50%;
     background: rgb(6 66 96);
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 1.4rem;
     font-size: 1.3rem;
     color: #ffffff;
 }

 .feature-card h3 {
     font-size: 20px;
     font-weight: 600;
     color: #07425f;
     margin-bottom: .7rem;
 }

 .feature-card p {
     font-size: .93rem;
     color: #566270;
     line-height: 1.55;
     margin-bottom: 1.2rem;
 }

 .feature-card a {
     font-size: .82rem;
     font-weight: 700;
     letter-spacing: .06em;
     text-transform: uppercase;
     color: #07425f;
     text-decoration: none;
     border-bottom: 1px solid #07425f;
     padding-bottom: 2px;
 }

 .feature-card a:hover {
     color: #EC9758;
 }

 @media (max-width: 767.98px) {
     .hero {
         padding: 4rem 0 3rem;
     }

     .features {
         padding: 3.5rem 0;
     }
 }

 a:focus-visible,
 button:focus-visible {
     outline: 2px solid var(--gold);
     outline-offset: 3px;
 }

 @media (prefers-reduced-motion: reduce) {

     .feature-card,
     .feature-card::before {
         transition: none;
     }
 }