/* ============================================================
   Typeface: Rubik (loaded once from BaseLayout <link>, not @import)
   replaces the theme's Poppins everywhere except icon fonts.
   ============================================================ */
body,button,input,select,textarea,
h1,h2,h3,h4,h5,h6,p,a,li,span,div,td,th,label,blockquote,figcaption,
.flat-title,.widget-title,.title,.breadcrumbs-wrap .title,.education-text,
.numb-count,.name-count,.entry-title,.item-title,.sub-title,.caption{
    font-family:'Rubik',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;}
i,em.fa,.fa,[class^="fa-"],[class*=" fa-"]{font-family:FontAwesome !important;}
[class^="icon-"],[class*=" icon-"],.icon-event,.icon-quote{font-family:'icomoon' !important;}
[class^="ti-"],[class*=" ti-"]{font-family:'themify' !important;}
/* Rubik runs a touch wider than Poppins — tighten the display sizes */
h1,h2,h3,h4,h5,h6,.flat-title,.education-text,.breadcrumbs-wrap .title{letter-spacing:-.4px;}
.flat-title{font-weight:600;}

/* ============================================================
   AJAS layer on top of Edukin.
   Rule: do NOT restyle Edukin chrome. Only (a) adapt the nav to a
   10-item / 4-level college menu, (b) type-set migrated body copy,
   (c) add the few blocks Edukin has no component for.
   Edukin palette: #ff5f60 coral · #3f4c99 indigo · #7ecc88 green
                   #183251 navy · #ffbe34 amber · #25cf71 · #a476b4
   Font: Poppins (inherited from style.css) — no override.
   ============================================================ */

/* ---------- inner-page banner: Edukin's .bg-header, AJAS photo ---------- */
.bg-header{
    background-image:linear-gradient(rgba(24,50,81,.86),rgba(24,50,81,.86)),url('uploads/2024/01/P1222323-building-2048x1154-1.webp');
    background-size:cover;background-position:center 32%;background-repeat:no-repeat;
    height:auto;padding-bottom:70px;
}
.breadcrumbs-blog{padding-top:64px;}
.breadcrumbs-wrap .title{font-size:34px;line-height:44px;font-weight:600;}
.breadcrumbs-inner li a{font-size:14px;opacity:.85;}
.breadcrumbs-inner li:last-of-type{font-size:14px;color:#fff;opacity:.85;}

/* top bar sits on the photo, so give it its own tint */
.flat-header-blog .top-bar{background:rgba(9,24,42,.55);border-bottom:1px solid rgba(255,255,255,.12);}
.top-bar .information{margin:0;padding:0;list-style:none;}
.top-bar .information li{display:inline-block;color:#fff;font-size:14px;margin-right:26px;}
.top-bar .information li i{margin-right:7px;color:#ff5f60;}
.top-bar .information li a{color:#fff;}

/* ---------- nav: 10 top-level items, up to 4 levels ---------- */
/* one row, always: logo left, menu right, never wrapping to a second line */
.menu-bar .menu-bar-wrap{
    padding:0;border-top:0;background:transparent;border-radius:0;
    display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:20px;}
.menu-bar #logo{margin:0;flex:0 0 auto;}
.header-menu{max-width:none;float:none;flex:1 1 auto;display:flex;justify-content:flex-end;}
#main-nav>ul.menu{display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-end;}
.main-nav .menu li{padding-left:0;}
.menu-bar #main-nav>ul>li{padding-top:26px;padding-bottom:26px;}
#main-nav>ul.menu>li>a{
    font-size:14px;padding:0 11px;white-space:nowrap;letter-spacing:.1px;position:relative;
    transition:color .22s ease;}
/* underline that grows from the centre on hover / active */
#main-nav>ul.menu>li>a:before{
    content:"";position:absolute;left:11px;right:11px;bottom:-6px;height:2px;background:#ff5f60;
    transform:scaleX(0);transform-origin:center;transition:transform .28s cubic-bezier(.2,.7,.3,1);}
#main-nav>ul.menu>li:hover>a:before,#main-nav>ul.menu>li.current>a:before{transform:scaleX(1);}
#main-nav>ul.menu>li>a:after{content:"";}
#main-nav>ul.menu>li.has-sub>a:after{
    content:"\f107";font-family:FontAwesome;margin-left:6px;font-size:11px;opacity:.7;font-weight:400;}
/* dropdown panels — Edukin's dark panel, tightened for long labels */
#main-nav .sub-menu{
    background-color:#183251;margin-left:0;min-width:246px;padding:8px 0;line-height:1.45;
    border-top:3px solid #ff5f60;box-shadow:0 18px 40px rgba(9,24,42,.34);}
#main-nav .sub-menu li a{
    display:block;padding:9px 20px;font-size:13.5px;font-weight:500;color:#dfe7f1;white-space:normal;}
#main-nav .sub-menu li a:hover{background:rgba(255,255,255,.06);color:#ff5f60;}
/* level 3+ flyouts */
#main-nav .sub-menu li{position:relative;}
#main-nav .sub-menu .sub-menu{left:100%;top:-11px;border-top-width:3px;}
#main-nav .sub-menu li.has-sub>a:after{
    content:"\f105";font-family:FontAwesome;position:absolute;right:16px;top:9px;opacity:.6;}
#main-nav .sub-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);}
#main-nav .sub-menu li:not(:hover)>.sub-menu{opacity:0;visibility:hidden;}
/* keep the last few menus from running off-screen */
.menu-bar #main-nav>ul>li:nth-last-child(-n+3) .sub-menu{left:auto;right:0;}
.menu-bar #main-nav>ul>li:nth-last-child(-n+3) .sub-menu .sub-menu{left:auto;right:100%;}
/* utility links in the top bar */
.top-utility{float:right;margin:0;padding:0;list-style:none;}
.top-utility li{display:inline-block;position:relative;margin-left:18px;}
.top-utility li a{color:#fff;font-size:13px;font-weight:500;text-transform:capitalize;}
.top-utility li a:hover{color:#ff5f60;}
.top-utility li:after{content:"";width:1px;height:12px;background:rgba(255,255,255,.3);position:absolute;right:-10px;top:4px;}
.top-utility li:last-of-type:after{display:none;}
#logo img{max-height:56px;width:auto;}

/* ---------- migrated body copy ---------- */
.migrate-content{font-size:16px;line-height:29px;color:#8a8a8a;}
.migrate-content h1,.migrate-content h2,.migrate-content h3,
.migrate-content h4,.migrate-content h5,.migrate-content h6{color:#183251;font-weight:600;line-height:1.35;}
.migrate-content>:first-child{margin-top:0;}
.migrate-content h1{font-size:28px;margin:0 0 22px;}
.migrate-content h2{font-size:23px;margin:34px 0 14px;}
.migrate-content h3{font-size:19px;margin:28px 0 12px;}
.migrate-content h4{font-size:17px;margin:24px 0 10px;}
.migrate-content h5,.migrate-content h6{font-size:15px;margin:20px 0 8px;}
.migrate-content h2:after,.migrate-content h1:after{
    content:"";display:block;width:52px;height:3px;background:#ff5f60;margin-top:13px;border-radius:2px;}
.migrate-content p{margin:0 0 18px;}
.migrate-content a{color:#ff5f60;font-weight:500;}
.migrate-content a:hover{text-decoration:underline;}
.migrate-content ul,.migrate-content ol{margin:0 0 20px;padding:0;list-style:none;}
.migrate-content ol{list-style:decimal;margin-left:22px;}
.migrate-content ul>li{position:relative;padding-left:28px;margin:10px 0;}
.migrate-content ul>li:before{
    content:"\f00c";font-family:FontAwesome;position:absolute;left:0;top:1px;color:#7ecc88;font-size:13px;}
.migrate-content ol>li{margin:10px 0;padding-left:6px;}
.migrate-content img{max-width:100%;height:auto;border-radius:6px;margin:18px auto;display:block;}
.migrate-content blockquote{
    border-left:4px solid #ff5f60;background:#f7f9fc;margin:0 0 22px;padding:20px 26px;
    font-style:italic;color:#5c6b7f;}
.migrate-content table{width:100%;border-collapse:collapse;margin:0 0 24px;font-size:15px;}
.migrate-content th,.migrate-content td{border:1px solid #e7ebf1;padding:12px 15px;text-align:left;vertical-align:top;}
.migrate-content th{background:#183251;color:#fff;font-weight:600;}
.migrate-content tr:nth-child(even) td{background:#f7f9fc;}
.embed-wrap{position:relative;padding-bottom:56.25%;height:0;margin:20px 0;border-radius:6px;overflow:hidden;}
.embed-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;}
.mig-empty-note{background:#fff7e6;border-left:4px solid #ffbe34;padding:16px 20px;color:#8a6d3b;}

/* full-width page: programme grid across the container, form band below */
.wide-page .wide-intro{max-width:none;margin-bottom:52px;}
.wide-page .wide-intro>h1,.wide-page .wide-intro>h2:first-child{
    text-align:center;border-top:0;padding-top:0;margin:0 0 40px;}
.wide-page .wide-intro>h2:first-child:after{margin-left:auto;margin-right:auto;}
.form-band{
    background:#fff;border:1px solid #eef1f5;border-radius:10px;padding:44px 48px;
    box-shadow:0 4px 26px rgba(24,50,81,.06);}
.form-band-title{font-size:24px;font-weight:600;color:#183251;margin:0 0 8px;}
.form-band-title:after{
    content:"";display:block;width:52px;height:3px;border-radius:2px;margin-top:14px;
    background:linear-gradient(90deg,#ff5f60,#ffbe34);}
@media(max-width:767px){.form-band{padding:26px 20px;}}

/* programme cards (folded out of the repeated fee tables) */
.prog-cards{margin-top:10px;}
/* across the full container these can run three-up */
.wide-page .prog-cards>div{flex:0 0 33.3333%;max-width:33.3333%;}
@media(max-width:991px){.wide-page .prog-cards>div{flex:0 0 50%;max-width:50%;}}
@media(max-width:575px){.wide-page .prog-cards>div{flex:0 0 100%;max-width:100%;}}
.prog-card{
    background:#fff;border:1px solid #eef1f5;border-radius:8px;padding:26px 26px 22px;height:100%;
    margin-bottom:26px;box-shadow:0 4px 22px rgba(24,50,81,.06);position:relative;overflow:hidden;
    transition:transform .3s cubic-bezier(.2,.7,.3,1),box-shadow .3s,border-color .3s;}
.prog-card:before{
    content:"";position:absolute;left:0;top:0;bottom:0;width:3px;
    background:linear-gradient(#ff5f60,#ffbe34);opacity:0;transition:opacity .3s;}
.prog-card:hover{transform:translateY(-5px);box-shadow:0 18px 44px rgba(24,50,81,.14);border-color:#fde3e3;}
.prog-card:hover:before{opacity:1;}
.pc-name{font-size:18px;font-weight:600;color:#183251;margin:0 0 16px;line-height:1.35;}
.pc-name:after{content:none;}
/* Rows, not columns: two cards sit inside an already-narrow content well,
   so three side-by-side chips force values like "06 sem / 03yrs" to break. */
.pc-meta{
    margin:0 0 18px;padding:0;list-style:none;background:#f7f9fc;border-radius:8px;overflow:hidden;}
.pc-meta li{
    display:flex;align-items:baseline;justify-content:space-between;gap:14px;
    padding:10px 16px;margin:0 !important;border-bottom:1px solid #edf1f6;}
.pc-meta li:last-child{border-bottom:0;}
.pc-meta li:before{content:none !important;}
.pc-meta .pm-k{
    font-size:11px;letter-spacing:1.2px;text-transform:uppercase;color:#a3b0c0;font-weight:600;
    flex:0 0 auto;}
.pc-meta .pm-v{
    font-size:14.5px;color:#183251;font-weight:500;text-align:right;line-height:1.35;}
.pc-note{font-size:14px;line-height:24px;color:#8a8a8a;margin-top:10px;}
.pc-note strong{color:#183251;font-weight:600;display:block;margin-bottom:3px;font-size:13.5px;}

/* role -> name roster table */
.mig-roster{width:100%;border-collapse:collapse;margin:6px 0 26px;font-size:15px;}
.mig-roster td{border:1px solid #e7ebf1;padding:12px 16px;vertical-align:top;}
.mig-roster td.rl{background:#f7f9fc;font-weight:600;color:#183251;width:52%;}
.mig-roster td.nm{color:#8a8a8a;}
.mig-roster tr:hover td{background:#fff2f2;}

/* downloads table */
.mig-downloads{width:100%;border-collapse:collapse;margin:8px 0 26px;}
.mig-downloads td{border:1px solid #e7ebf1;padding:12px 16px;vertical-align:middle;}
.mig-downloads td.dl-name{color:#5c6b7f;font-size:15px;}
.mig-downloads td.dl-act{width:130px;text-align:right;}
.mig-downloads tr:nth-child(even) td{background:#f7f9fc;}
.dl-btn{display:inline-block;background:#183251;color:#fff !important;padding:7px 18px;border-radius:20px;
    font-size:13px;font-weight:500;white-space:nowrap;}
.dl-btn:hover{background:#ff5f60;text-decoration:none !important;}
.dl-btn i{margin-right:6px;}

/* ---------- content column / sidebar shell ---------- */
.blog-single.content-blog{padding:80px 0 90px;background:#fff;}
.blog-single .site-content{
    background:#fff;border:1px solid #eef1f5;border-radius:6px;padding:44px 46px;
    box-shadow:0 4px 30px rgba(24,50,81,.06);}
.blog-single .sidebar .widget{
    background:#fff;border:1px solid #eef1f5;border-radius:6px;padding:26px 24px;margin-bottom:30px;
    box-shadow:0 4px 24px rgba(24,50,81,.05);}
.blog-single .sidebar .widget-title{
    font-size:18px;font-weight:600;color:#183251;margin:0 0 18px;padding-bottom:13px;border-bottom:1px solid #eef1f5;}
.blog-single .sidebar .widget-title span{position:relative;}
.blog-single .sidebar .widget-title span:after{
    content:"";position:absolute;left:0;bottom:-14px;width:44px;height:2px;background:#ff5f60;}
.sidebar .categories-wrap{margin:0;padding:0;list-style:none;}
.sidebar .categories-wrap li{border-bottom:1px solid #f3f5f8;}
.sidebar .categories-wrap li:last-child{border-bottom:0;}
.sidebar .categories-wrap li a{
    display:block;padding:10px 0 10px 20px;color:#8a8a8a;font-size:14px;position:relative;
    line-height:1.45;transition:.2s;}
.sidebar .categories-wrap li a:before{
    content:"\f105";font-family:FontAwesome;position:absolute;left:2px;top:10px;color:#ff5f60;}
.sidebar .categories-wrap li a:hover{color:#ff5f60;padding-left:26px;}
.widget-downloads .categories-wrap li a:before{content:none;}
.widget-downloads .categories-wrap li a i{color:#ff5f60;margin-right:8px;}
.mig-contact{margin:0;padding:0;list-style:none;}
.mig-contact li{position:relative;padding:0 0 15px 28px;color:#8a8a8a;font-size:14px;line-height:1.6;}
.mig-contact li i{position:absolute;left:0;top:3px;color:#ff5f60;}
.mig-contact li a{color:#8a8a8a;}
.mig-contact li a:hover{color:#ff5f60;}
.widget-sent.widget{background:transparent !important;border:0 !important;box-shadow:none !important;padding:0 !important;}
.widget-sent .apply-admission-wrap{
    background:linear-gradient(135deg,#183251,#3f4c99) !important;border:0 !important;border-radius:6px;
    padding:34px 26px !important;text-align:center;}
.widget-sent .apply-admission-wrap .title span{color:#fff;font-size:21px;font-weight:600;}
.widget-sent .apply-admission-wrap .caption{color:rgba(255,255,255,.72);font-size:14px;margin:12px 0 22px;}
.widget-sent .mig-cta-btn .btn,.widget-sent .apply-admission-wrap .btn{
    display:inline-block;background:#ff5f60;color:#fff !important;padding:12px 30px;border-radius:24px;
    font-weight:500;font-size:14.5px;}
.widget-sent .apply-admission-wrap .btn:hover{background:#fff;color:#183251 !important;}

/* static forms */
.migrate-form{margin-top:16px;}
.migrate-form input,.migrate-form textarea{
    width:100%;padding:13px 16px;margin-bottom:18px;border:1px solid #e2e7ee;border-radius:4px;font-size:15px;
    font-family:inherit;color:#5c6b7f;}
.migrate-form input:focus,.migrate-form textarea:focus{outline:none;border-color:#ff5f60;}
.migrate-form .btn{background:#ff5f60;color:#fff;border:0;padding:14px 38px;border-radius:26px;font-weight:500;}
.migrate-form .btn:hover{background:#183251;}
.migrate-form-note{background:#fff7e6;border:1px solid #ffe2ad;color:#8a6d3b;padding:14px 18px;border-radius:4px;
    margin:20px 0;font-size:14px;}
.migrate-form-note i{margin-right:7px;color:#ffbe34;}

/* faculty portrait inside a bio */
.fac-photo{float:right;width:250px;margin:0 0 24px 30px;}
.fac-photo img{width:100%;border-radius:6px;box-shadow:0 10px 30px rgba(24,50,81,.16);margin:0;}

/* gallery grid (Edukin ships no gallery component) */
.gallery-grid{margin-top:6px;}
.gal-item{margin-bottom:26px;}
.gal-item a{display:block;border-radius:6px;overflow:hidden;box-shadow:0 6px 22px rgba(24,50,81,.1);}
.gal-item img{width:100%;height:238px;object-fit:cover;transition:.4s;}
.gal-item a:hover img{transform:scale(1.07);}

/* ---------- listing cards (Edukin .flat-course, extra bits) ---------- */
/* equal-height cards: Edukin's demo relies on fixed-length dummy copy */
.flat-courses .row{display:flex;flex-wrap:wrap;}
.flat-courses .course{margin-bottom:30px;display:flex;}
.flat-course{
    display:flex;flex-direction:column;width:100%;background:#fff;border:1px solid #eef1f5;border-radius:6px;
    overflow:hidden;box-shadow:0 4px 24px rgba(24,50,81,.07);transition:transform .3s,box-shadow .3s;}
.flat-course:hover{transform:translateY(-6px);box-shadow:0 18px 42px rgba(24,50,81,.16);}
.flat-course .course-content{flex:1;display:flex;flex-direction:column;padding:24px 24px 26px;}
.flat-course .wrap-course-content{flex:1;display:flex;flex-direction:column;}
.flat-course .author-info{margin-top:auto;padding-top:16px;}
.flat-course .enroll a{
    display:inline-block;color:#ff5f60 !important;font-weight:500;font-size:14px;
    border:1px solid #ffd2d2 !important;background:transparent !important;
    padding:7px 20px;border-radius:20px;transition:.25s;}
.flat-course .enroll a:hover{background:#ff5f60 !important;border-color:#ff5f60 !important;color:#fff !important;}
.flat-course .entry-image.pic img{width:100%;height:212px;object-fit:cover;}
.flat-course .course-content h4{font-size:18px;line-height:1.4;}
.flat-course .course-content h4 a{color:#183251;}
.flat-course .course-content h4 a:hover{color:#ff5f60;}
.flat-course .course-content p{font-size:14px;line-height:25px;}
.mig-noimg{width:100%;height:212px;background:linear-gradient(135deg,#183251,#3f4c99);position:relative;}
.mig-noimg:after{
    content:"\f19d";font-family:FontAwesome;position:absolute;left:0;top:0;right:0;bottom:0;
    display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.18);font-size:56px;}
/* Edukin parks the caption at bottom:-31px so social icons can slide up on
   hover; our bios have no socials, so dock it and let names of any length fit. */
.team-box-layout-h1{
    margin-bottom:30px;background:#fff;border:1px solid #eef1f5;border-radius:6px;overflow:hidden;
    box-shadow:0 4px 22px rgba(24,50,81,.07);transition:transform .3s,box-shadow .3s;
    display:flex;flex-direction:column;height:calc(100% - 30px);}
.team-box-layout-h1:hover{transform:translateY(-5px);box-shadow:0 16px 38px rgba(24,50,81,.16);}
.team-box-layout-h1 .item-img img{
    width:100%;height:280px;object-fit:cover;object-position:center top;padding-bottom:0;display:block;}
.team-box-layout-h1 .item-content{
    position:static;background:#fffcf7;padding:18px 18px 20px;text-align:center;flex:1;
    display:flex;flex-direction:column;justify-content:center;}
.team-box-layout-h1 .item-title{margin-bottom:5px;line-height:1.35;}
.team-box-layout-h1 .item-title a{color:#183251;font-size:16px;}
.team-box-layout-h1 .item-title a:hover{color:#ff5f60;}
.team-box-layout-h1 .item-content .item-subtitle{font-size:13.5px;color:#8a8a8a;line-height:1.45;margin-bottom:0;}
.flat-team .row{display:flex;flex-wrap:wrap;}
.listing-intro{max-width:760px;margin:0 auto 52px;text-align:center;color:#8a8a8a;font-size:16px;line-height:29px;}

/* ---------- home: bits Edukin has no component for ---------- */
.prog-columns .prog-col{
    background:#fff;border:1px solid #eef1f5;border-radius:6px;padding:34px 32px;height:100%;
    box-shadow:0 6px 30px rgba(24,50,81,.07);}
.prog-columns .prog-col h3{
    font-size:20px;font-weight:600;color:#183251;margin:0 0 6px;}
.prog-columns .prog-col .prog-sub{font-size:14px;color:#ff5f60;font-weight:500;margin-bottom:20px;display:block;}
.prog-columns .prog-col ul{margin:0;padding:0;list-style:none;}
.prog-columns .prog-col ul li{position:relative;padding:9px 0 9px 30px;border-bottom:1px solid #f3f5f8;font-size:15px;color:#5c6b7f;}
.prog-columns .prog-col ul li:last-child{border-bottom:0;}
.prog-columns .prog-col ul li:before{
    content:"\f19d";font-family:FontAwesome;position:absolute;left:0;top:10px;color:#ff5f60;font-size:14px;}
.prog-columns{display:flex;flex-wrap:wrap;}
.prog-columns .prog-col{transition:transform .3s cubic-bezier(.2,.7,.3,1),box-shadow .3s;}
.prog-columns .prog-col:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(24,50,81,.12);}
.prog-note{font-size:14.5px;line-height:26px;color:#8a8a8a;margin:22px 0 0;}
.ajas-programmes .pd-top60{padding-top:74px;}
.ajas-programmes .flat-courses{margin-top:6px;}
.mig-quicklinks{margin:0;padding:0;list-style:none;}
.mig-clubs .club-chip{
    display:block;background:#fff;border:1px solid #eef1f5;border-radius:6px;padding:18px 20px;margin-bottom:22px;
    color:#183251;font-size:15px;font-weight:500;transition:.25s;box-shadow:0 4px 18px rgba(24,50,81,.05);}
.mig-clubs .club-chip:hover{background:#183251;color:#fff;transform:translateY(-4px);
    box-shadow:0 14px 30px rgba(24,50,81,.18);}
.mig-clubs .club-chip i{color:#ff5f60;margin-right:10px;}
.mig-clubs .club-chip:hover i{color:#fff;}
.mig-clubs .chip-note{font-size:14px;line-height:25px;color:#8a8a8a;margin:-12px 0 30px;padding:0 4px;}

/* footer additions */
.logo-footer .footer-brand-text{color:#fff;font-size:26px;font-weight:600;line-height:1.15;display:block;}
.logo-footer .footer-brand-text span{display:block;font-size:14px;font-weight:400;color:rgba(255,255,255,.6);margin-top:6px;}
#footer .footer-address{color:rgba(255,255,255,.65);font-size:14px;line-height:26px;margin-top:18px;}
#footer .footer-address li{position:relative;padding-left:26px;margin-bottom:10px;list-style:none;}
#footer .footer-address li i{position:absolute;left:0;top:5px;color:#ff5f60;}
#footer .footer-address li a{color:rgba(255,255,255,.65);}
#footer .footer-address li a:hover{color:#ff5f60;}

/* ============================================================
   Placeholder replacement.
   The Edukin package ships blank grey art in every photo and icon
   slot. Each one below is re-pointed at a college photograph or a
   Font Awesome glyph so the page matches the template's live demo.
   ============================================================ */
.ajas-icon{
    display:inline-block;width:74px;height:74px;line-height:74px;text-align:center;border-radius:50%;
    background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.28);}
.ajas-icon i{font-size:30px;color:#fff;line-height:74px;}
.iconbox-icon .ajas-icon{width:64px;height:64px;line-height:64px;}
.iconbox-icon .ajas-icon i{font-size:26px;line-height:64px;}

/* facilities band (was images/home1/parallax1.jpg — blank) */
.flat-services.style1.parallax1,.parallax1{
    background-image:url('uploads/2025/03/WhatsApp-Image-2025-03-17-at-4.16.10-PM.jpeg') !important;
    background-size:cover;background-position:center;}
.flat-services.style1 .section-overlay{background:rgba(255,95,96,.90);}
.flat-services.style1{padding:88px 0;}
.flat-imagebox.imagebox-services .imagebox-content h5{margin-top:26px;margin-bottom:16px;}
/* these two sections use .container-fluid, which runs text to the viewport edge */
.flat-services.style1>.container-fluid,.flat-benefit.style1>.container-fluid,
.flat-event.flat-event-style1>.container-fluid{
    max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px;}

/* why-choose band (was images/home1/17.png — blank) */
.flat-benefit.style1{
    background-image:linear-gradient(105deg,rgba(15,33,53,.96) 0%,rgba(24,50,81,.93) 55%,rgba(31,66,107,.88) 100%),
        url('uploads/2024/01/building-admin-P1222310-1024x577-copy-1.png') !important;
    background-size:cover;background-position:center;}
.flat-benefit.style1 .iconbox-content h3 a{color:#fff;font-size:19px;}
.flat-benefit.style1 .iconbox-content h3 a:hover{color:#ff5f60;}
.flat-benefit.style1 .iconbox-content p{color:rgba(255,255,255,.72);font-size:14.5px;line-height:26px;}
.flat-benefit.style1 .iconbox{margin-bottom:42px;}
.flat-benefit.style1 .col-benefit-left{padding-right:60px;}
.flat-benefit .form-apply .apply-now .btn-50 .btn,
.flat-benefit .form-apply .btn,.flat-benefit .btn-50 .btn,
.flat-benefit .btn-50.hv-border .btn{
    background:#ff5f60 !important;color:#fff !important;padding:15px 44px !important;border-radius:28px !important;
    font-weight:500;font-size:15px;display:inline-block !important;border:2px solid #ff5f60 !important;
    width:auto !important;height:auto !important;line-height:1 !important;opacity:1 !important;
    box-shadow:0 14px 32px rgba(255,95,96,.4);transition:.28s cubic-bezier(.2,.7,.3,1);}
.flat-benefit .form-apply .btn:hover,.flat-benefit .btn-50 .btn:hover{
    background:#fff !important;border-color:#fff !important;color:#183251 !important;transform:translateY(-3px);}
.flat-benefit .btn-50{margin-top:26px;}
/* .section-overlay183251 is a translucent sheet painted over the form —
   lift the form itself above it or the fields and button look greyed out */
.flat-benefit .form-apply{position:relative;}
.flat-benefit .form-apply .section-overlay183251{z-index:0;}
.flat-benefit .form-apply .apply-now{position:relative;z-index:2;}
.flat-benefit .form-apply input::placeholder{color:rgba(255,255,255,.72);}
/* Edukin's staggered event collage depends on its demo images' exact sizes;
   ours are posters of every shape, so lay them out as a plain stacked grid. */
.ajas-events .images-list{
    display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;height:auto !important;padding:0 !important;}
.ajas-events .images-list-1,.ajas-events .images-list-2{
    display:contents;position:static !important;transform:none !important;}
.ajas-events .img-event{
    position:relative;overflow:hidden;border-radius:8px;margin:0 !important;
    box-shadow:0 14px 38px rgba(24,50,81,.16);float:none !important;width:auto !important;}
.ajas-events .images-list-1 .img-event:first-child{grid-column:1 / -1;}
.ajas-events .img-event img{
    width:100%;height:250px;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.2,.7,.3,1);}
.ajas-events .images-list-1 .img-event:first-child img{height:300px;}
.ajas-events .img-event:hover img{transform:scale(1.06);}
.ajas-events .img-event .number{
    position:absolute;left:16px;top:16px;width:38px;height:38px;line-height:38px;text-align:center;
    border-radius:50%;color:#fff;font-weight:600;font-size:15px;z-index:2;}

/* quick-link band (was images/home1/parallax2.jpg — blank) */
.parallax2{
    background-image:url('uploads/2025/03/WhatsApp-Image-2025-03-17-at-4.01.34-PM.jpeg') !important;
    background-size:cover;background-position:center 30%;}
.quick-link .section-overlay{background:rgba(15,33,53,.90);}
.quick-link.quick-link-style1{padding:96px 0;}

/* footer band (was images/footer/01.png — blank) */
#footer.footer-type1{
    background-image:linear-gradient(rgba(12,28,48,.97),rgba(12,28,48,.97)),
        url('uploads/2024/01/P1222323-building-2048x1154-1.webp') !important;
    background-size:cover;background-position:center;}
/* accreditation band at the top of the footer, on every page */
.footer-trust{
    border-bottom:1px solid rgba(255,255,255,.10);background:rgba(0,0,0,.16);padding:32px 0 28px;
    text-align:center;}
.trust-line{
    color:rgba(255,255,255,.62);font-size:13.5px;letter-spacing:.4px;margin:0 0 22px;line-height:1.7;}
.trust-marks{
    display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px 40px;
    margin:0;padding:0;list-style:none;}
.trust-marks li{
    display:flex;flex-direction:column;align-items:center;gap:9px;list-style:none;}
/* the seals are dark artwork on white, so they need a light chip to read
   against the navy footer — greyscaling them just produced pale blobs */
.trust-marks img{
    height:56px;width:auto;display:block;background:#fff;border-radius:8px;padding:6px 10px;
    box-shadow:0 4px 14px rgba(0,0,0,.22);transition:transform .3s cubic-bezier(.2,.7,.3,1);}
.trust-marks li:hover img{transform:translateY(-3px);}
.trust-marks span{
    font-size:10.5px;letter-spacing:1.3px;text-transform:uppercase;color:rgba(255,255,255,.55);
    font-weight:600;white-space:nowrap;}
@media(max-width:767px){
    .footer-trust{padding:26px 0 22px;}
    .trust-line{font-size:12.5px;}
    .trust-marks{gap:14px 22px;}
    .trust-marks img{height:32px;}
    .trust-marks span{display:none;}
}
#footer #footer-widget{padding:78px 0 54px;}
#footer #footer-widget h3.widget.widget-title,
#footer #footer-widget .widget.widget-title{color:#fff !important;font-size:18px;margin-bottom:22px;font-weight:600;}
#footer #footer-widget .widget-nav-menu li{margin-bottom:11px;list-style:none;}
#footer #footer-widget .widget-nav-menu li a{color:rgba(255,255,255,.64) !important;font-size:14.5px;}
#footer #footer-widget .widget-nav-menu li a:hover{color:#ff5f60 !important;}
#footer .widget-social-media li{display:inline-block;margin-right:9px;}
#footer .widget-social-media li a i{
    width:40px;height:40px;line-height:40px;text-align:center;border-radius:50%;
    background:rgba(255,255,255,.1);color:#fff;font-size:16px;display:inline-block;transition:.25s;}
#footer .widget-social-media li a i:hover{background:#ff5f60;}
#bottom.bottom-type1{background:rgba(0,0,0,.28);padding:20px 0;}
#bottom #copyright,#bottom #copyright a{color:rgba(255,255,255,.5);font-size:13.5px;}
#bottom ul.bottom-nav{margin:0;padding:0;list-style:none;float:right;}
#bottom ul.bottom-nav>li{display:inline-block;margin-left:22px;}
#bottom ul.bottom-nav>li>a{color:rgba(255,255,255,.5);font-size:13.5px;}
#bottom ul.bottom-nav>li>a:hover{color:#ff5f60;}

/* principal photo panel (Edukin's decorative dot art was blank — dropped) */
.flat-introduce-style1{padding:70px 0 96px;}
.flat-introduce .videobox{position:relative;display:inline-block;}
.flat-introduce .videobox img{
    width:100%;border-radius:8px;box-shadow:0 26px 64px rgba(24,50,81,.24);position:relative;z-index:1;
    display:block;}
/* offset frame anchored to the photo's own corners, not floating beside it */
.flat-introduce .videobox:after{
    content:"";position:absolute;left:-22px;bottom:-22px;width:62%;height:62%;
    border-left:4px solid #ff5f60;border-bottom:4px solid #ff5f60;border-radius:0 0 0 8px;
    opacity:.35;z-index:0;}

/* Edukin's read-more pill, unstyled in the shipped CSS */
.btn-box-shadow{
    display:inline-block;background:#ff5f60;color:#fff !important;padding:13px 32px;border-radius:26px;
    font-weight:500;font-size:14.5px;box-shadow:0 10px 26px rgba(255,95,96,.3);transition:.25s;}
.btn-box-shadow:hover{background:#183251;box-shadow:0 10px 26px rgba(24,50,81,.28);color:#fff !important;}
.content-introduce .btn-about{margin-top:26px;}

/* ---------- home page ---------- */
/* Edukin's nav text is white, so the in-flow home header needs a dark ground.
   No z-index here: it would trap the sticky header in a stacking context and
   let later sections (the admissions card) paint over it. */
/* Edukin's .flat-header is position:absolute so the demo header floats over a
   transparent hero. Ours is a solid bar, so it must sit in flow — otherwise it
   covers the top ~140px of the slider and clips the kicker line. */
.wrap-header{position:relative;z-index:auto;}
.ajas-home-header{background:#183251;position:static;}
.ajas-home-header .top-bar{background:rgba(0,0,0,.24);border-bottom:1px solid rgba(255,255,255,.1);}
.ajas-home-header #logo img{filter:brightness(0) invert(1);}
.bg-header #logo img{filter:brightness(0) invert(1);}

/* ---------- sticky header: compact, navy, above everything ---------- */
.header.menu-bar{transition:background .3s ease,box-shadow .3s ease;}
.header.header-sticky{
    background:rgba(18,40,66,.97) !important;
    -webkit-backdrop-filter:saturate(160%) blur(10px);backdrop-filter:saturate(160%) blur(10px);
    box-shadow:0 10px 30px rgba(9,24,42,.28) !important;z-index:100000 !important;}
.header.header-sticky .menu-bar-wrap{padding:0;}
/* while the hero is still on screen, the bar stays in flow and scrolls away */
body.hero-hold .header.header-sticky{
    position:static !important;background:transparent !important;box-shadow:none !important;
    -webkit-backdrop-filter:none;backdrop-filter:none;animation:none !important;}
body.hero-hold .header-sticky #logo img{max-height:56px !important;}
body.hero-hold .header-sticky.menu-bar #main-nav>ul>li{padding-top:26px;padding-bottom:26px;}
body.hero-hold .header-sticky #main-nav>ul.menu>li>a{font-size:14px;}
.header-sticky #logo img{max-height:38px !important;transition:max-height .3s ease;}
.header-sticky.menu-bar #main-nav>ul>li{padding-top:15px;padding-bottom:15px;}
.header-sticky #main-nav>ul.menu>li>a{font-size:13.5px;}
#logo img{transition:max-height .3s ease;}
/* the admissions card overlaps the strip below the slider — keep it under the nav */
.partner-clients .iconbox-style1{position:relative;z-index:5;}

/* ---------- hero (static markup, CSS-only cross-fade) ---------- */
/* min-height reserves space so LCP/text paint does not shift when bg images load */
.ajas-hero{
    position:relative;overflow:hidden;background:#0c1e34;padding:120px 0 104px;
    min-height:min(78vh,640px);}
.hero-media{position:absolute;left:0;top:0;right:0;bottom:0;z-index:0;}
.hero-layer{
    position:absolute;left:0;top:0;right:0;bottom:0;background-size:cover;background-position:center 42%;
    opacity:0;animation:heroFade 21s infinite;
    will-change:opacity;/* opacity-only animation → no CLS */}
/* First frame visible immediately (no blank → flash CLS) */
.hero-layer.hl1{opacity:1;animation-delay:0s;}
.hero-layer.hl2{animation-delay:7s;}
.hero-layer.hl3{animation-delay:14s;}
@keyframes heroFade{
    0%{opacity:0}   4%{opacity:1}   30%{opacity:1}   36%{opacity:0}   100%{opacity:0}
}
/* hl1 starts visible; animation still runs from delay 0 */
.hero-layer.hl1{animation-name:heroFadeFirst;}
@keyframes heroFadeFirst{
    0%{opacity:1}   30%{opacity:1}   36%{opacity:0}   100%{opacity:0}
}
.hero-scrim{
    position:absolute;left:0;top:0;right:0;bottom:0;
    background:linear-gradient(100deg,rgba(9,24,42,.94) 0%,rgba(11,30,52,.86) 42%,rgba(11,30,52,.52) 100%);}
.ajas-hero .container{position:relative;z-index:2;}
.hero-inner{max-width:720px;}
.hero-kicker{
    font-size:13px;letter-spacing:3.2px;text-transform:uppercase;color:#ffbe34;font-weight:600;margin:0 0 20px;}
.hero-title{
    font-size:56px;line-height:1.1;font-weight:600;color:#fff;margin:0 0 22px;letter-spacing:-1px;}
.hero-text{font-size:17px;line-height:31px;color:rgba(255,255,255,.8);margin:0 0 34px;max-width:620px;}
.hero-cta{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:52px;}
.hero-btn{
    display:inline-block;padding:16px 36px;border-radius:30px;font-size:15px;font-weight:500;
    border:2px solid transparent;transition:.28s cubic-bezier(.2,.7,.3,1);}
.hero-btn-primary{
    background:#ff5f60;border-color:#ff5f60;color:#fff;box-shadow:0 14px 34px rgba(255,95,96,.36);}
.hero-btn-primary:hover{
    background:#fff;border-color:#fff;color:#183251;transform:translateY(-3px);}
.hero-btn-ghost{background:transparent;border-color:rgba(255,255,255,.55);color:#fff;}
.hero-btn-ghost:hover{background:#fff;border-color:#fff;color:#183251;transform:translateY(-3px);}
.hero-facts{
    display:flex;flex-wrap:wrap;gap:14px 48px;margin:0;padding:26px 0 0;list-style:none;
    border-top:1px solid rgba(255,255,255,.16);}
.hero-facts li{list-style:none;margin:0;}
.hero-facts strong{
    display:block;font-size:30px;font-weight:600;color:#fff;line-height:1.1;letter-spacing:-.6px;}
.hero-facts span{
    display:block;font-size:12px;letter-spacing:1.6px;text-transform:uppercase;
    color:rgba(255,255,255,.6);margin-top:6px;font-weight:500;}
@media(prefers-reduced-motion:reduce){
    .hero-layer{animation:none;}
    .hero-layer.hl1{opacity:1;}
}
/* Edukin's .btn-styl2 is a fixed-size round play button; ours is a text
   button, so every one of its circle dimensions has to be unset. */
.ajas-slider .tp-caption .btn-styl1,.ajas-slider .tp-caption .ajas-btn-ghost{
    display:inline-block !important;width:auto !important;height:auto !important;
    line-height:1 !important;border-radius:30px !important;font-weight:500;font-size:15px;
    letter-spacing:.2px;text-align:center;vertical-align:middle;transition:.28s cubic-bezier(.2,.7,.3,1);}
.ajas-slider .tp-caption .btn-styl1{
    background:#ff5f60 !important;color:#fff !important;padding:17px 38px !important;margin-right:14px;
    border:2px solid #ff5f60 !important;box-shadow:0 14px 34px rgba(255,95,96,.36);}
.ajas-slider .tp-caption .btn-styl1:hover{
    background:#fff !important;border-color:#fff !important;color:#183251 !important;
    transform:translateY(-3px);box-shadow:0 18px 40px rgba(0,0,0,.3);}
.ajas-slider .tp-caption .ajas-btn-ghost{
    background:transparent !important;border:2px solid rgba(255,255,255,.65) !important;color:#fff !important;
    padding:17px 36px !important;}
.ajas-slider .tp-caption .ajas-btn-ghost:hover{
    background:#fff !important;border-color:#fff !important;color:#183251 !important;transform:translateY(-3px);}
.ajas-slider .tp-caption .ajas-btn-ghost:before,.ajas-slider .tp-caption .ajas-btn-ghost:after{content:none !important;}
.ajas-slider .tp-bullet{background:rgba(255,255,255,.45);width:10px;height:10px;border-radius:50%;}
.ajas-slider .tp-bullet.selected{background:#ff5f60;}

/* quick-action tiles straddling the bottom of the hero */
.ajas-actions{position:relative;z-index:6;margin-top:-72px;padding-bottom:8px;}
.action-tile{
    display:flex;align-items:center;gap:18px;padding:26px 26px;border-radius:10px;min-height:118px;
    box-shadow:0 18px 44px rgba(9,24,42,.20);position:relative;overflow:hidden;
    transition:transform .3s cubic-bezier(.2,.7,.3,1),box-shadow .3s;}
.action-tile:hover{transform:translateY(-6px);box-shadow:0 26px 56px rgba(9,24,42,.28);}
.action-tile .tile-ico{
    flex:0 0 auto;width:54px;height:54px;line-height:54px;text-align:center;border-radius:50%;
    background:rgba(255,255,255,.18);}
.action-tile .tile-ico i{font-size:22px;line-height:54px;}
.action-tile .tile-body{flex:1 1 auto;min-width:0;}
.action-tile .tile-title{display:block;font-size:17px;font-weight:600;line-height:1.3;margin-bottom:5px;}
.action-tile .tile-sub{display:block;font-size:13.5px;line-height:1.45;opacity:.82;}
.action-tile .tile-cta{
    position:absolute;right:26px;bottom:14px;font-size:12.5px;font-weight:600;letter-spacing:1px;
    text-transform:uppercase;opacity:.85;transition:.25s;}
.action-tile:hover .tile-cta{opacity:1;}
.action-tile .tile-cta i{margin-left:5px;transition:transform .25s;}
.action-tile:hover .tile-cta i{transform:translateX(5px);}
.tile-primary{background:linear-gradient(135deg,#ff5f60,#f0484e);color:#fff;}
.tile-primary .tile-title,.tile-primary .tile-cta,.tile-primary .tile-ico i{color:#fff;}
.tile-navy{background:linear-gradient(135deg,#183251,#28477a);color:#fff;}
.tile-navy .tile-title,.tile-navy .tile-cta,.tile-navy .tile-ico i{color:#fff;}
.tile-light{background:#fff;color:#5c6b7f;border:1px solid #eef1f5;}
.tile-light .tile-ico{background:#fff4f4;}
.tile-light .tile-ico i,.tile-light .tile-cta{color:#ff5f60;}
.tile-light .tile-title{color:#183251;}
@media(max-width:991px){
    .ajas-actions{margin-top:-34px;}
    .action-tile{margin-bottom:22px;min-height:0;}
}

/* accreditation strip */
.ajas-accred{padding:58px 0 54px;text-align:center;background:#fff;}
.accred-label{
    font-size:12px;letter-spacing:3px;text-transform:uppercase;color:#a3b0c0;font-weight:600;margin:0 0 30px;}
.accred-row{
    display:flex;align-items:flex-end;justify-content:center;gap:58px;margin:0;padding:0;list-style:none;
    flex-wrap:wrap;}
.accred-row li{list-style:none;text-align:center;}
.accred-row img{
    height:78px;width:auto;display:block;margin:0 auto 12px;
    filter:grayscale(100%);opacity:.58;transition:filter .3s ease,opacity .3s ease,transform .3s ease;}
.accred-row li:hover img{filter:none;opacity:1;transform:translateY(-4px);}
.accred-row span{
    display:block;font-size:11.5px;letter-spacing:1.2px;text-transform:uppercase;color:#b3bdc9;font-weight:600;}
.accred-row li:hover span{color:#183251;}
.ajas-apply-btn{
    display:inline-block;background:#ff5f60;color:#fff !important;padding:13px 34px;border-radius:26px;
    font-weight:500;font-size:15px;border:0;}
.ajas-apply-btn:hover{background:#183251;color:#fff !important;}
.apply-admission-wrap .ajas-apply-btn{background:#183251;}
.apply-admission-wrap .ajas-apply-btn:hover{background:#0f2135;}
.apply-sent.apply-sent-style1{text-align:center;padding-top:6px;}

/* section rhythm */
.ajas-programmes{padding:96px 0 100px;}
.pd-top60{padding-top:60px;}
.pd-top30{padding-top:30px;}
.ajas-programmes .listing-intro{margin-bottom:44px;}
/* CTA between programme columns and department grid — stay above cards */
.ajas-programmes .prog-columns{position:relative;z-index:1;margin-bottom:8px;}
.ajas-programmes .pd-top15{
    position:relative;z-index:6;margin-top:28px;margin-bottom:8px;clear:both;}
.ajas-programmes .pd-top15 .btn-box-shadow{
    position:relative;z-index:6;display:inline-block;}
.ajas-programmes .title-section.pd-top60{position:relative;z-index:1;}
.ajas-programmes .flat-courses{position:relative;z-index:1;}
.ajas-news{padding:90px 0 100px;background:#f7f9fc;}
.ajas-success{padding:96px 0 90px;}
.ajas-events .content-event-list{margin-top:10px;}
.ajas-testi-role{font-size:13.5px;color:#98a5b5;margin-top:7px;letter-spacing:.3px;}
.ajas-success .iconbox-about{padding-top:24px;}
.textbox-about .btn-about a,.btn-about .btn-box-shadow{background:#ff5f60 !important;color:#fff !important;}
.textbox-about .btn-about a:hover,.btn-about .btn-box-shadow:hover{background:#183251 !important;}
.ajas-services .read-more a{color:#fff;font-weight:500;}
.ajas-services .read-more a:hover{color:#183251;}
.ajas-benefit .iconbox-content h3 a{color:#fff;}
.ajas-quicklink .info-quick-link li img{max-height:30px;width:auto;}

/* Campus news carousel — Edukin's card assumes a fixed-ratio demo image
   and an author avatar; ours has neither, so re-balance the two columns. */
.ajas-news .post-bg{background:#fff3f3;overflow:hidden;}
.ajas-news .post-bg .bg{display:flex;align-items:stretch;}
.ajas-news .post-bg .bg .position{
    float:none;flex:0 0 auto;padding:26px 26px;color:#ff5f60;letter-spacing:3px;}
.ajas-news .post-bg .bg .featured-post{float:none;flex:1;transform:translateY(-14px);padding-right:0;}
.ajas-news .post-bg .featured-post img{width:100%;height:236px;object-fit:cover;border-radius:4px;display:block;}
.ajas-news .post-content{padding:22px 30px 30px !important;}
.ajas-news .post-content .entry-info{margin-bottom:6px;}
.ajas-news .post-title h5{margin:0;}
.ajas-news .post-title h5 a{font-size:18px;line-height:1.45;color:#183251;font-weight:600;}
.ajas-news .post-title h5 a:hover{color:#ff5f60;}
.ajas-news .post-content .post-link{margin-left:0 !important;margin-top:16px !important;}
.ajas-news .post-content .post-link a{color:#ff5f60;font-size:15px;}
.ajas-news .owl-dots{margin-top:34px;}

/* Testimonials — Edukin scatters avatars over an illustration that ships
   blank; use a campus photo and cluster the avatars instead. */
.ajas-testimonials .wrap-info{
    background-image:linear-gradient(135deg,rgba(24,50,81,.90),rgba(63,76,153,.86)),
        url('uploads/2025/03/WhatsApp-Image-2025-03-17-at-4.20.43-PM.jpeg') !important;
    background-size:cover !important;background-position:center !important;
    display:flex;align-items:center;justify-content:center;padding:70px 40px !important;}
.ajas-testimonials .wrap-info .flexslider{width:100%;background:none;border:0;margin:0;}
.ajas-testimonials .wrap-info .flex-viewport{overflow:visible !important;height:auto !important;}
.ajas-testimonials .wrap-info ul.slides{
    display:flex !important;flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;
    transform:none !important;width:auto !important;margin:0;padding:0;}
.ajas-testimonials .wrap-info ul li.avatar{
    position:static !important;top:auto !important;left:auto !important;bottom:auto !important;
    width:auto !important;float:none !important;display:block !important;opacity:1 !important;}
.ajas-testimonials .wrap-info ul li.avatar img{
    width:88px;height:88px;border-radius:50%;object-fit:cover;object-position:center top;
    border:4px solid rgba(255,255,255,.28);box-shadow:0 10px 26px rgba(0,0,0,.24);}
.ajas-testimonials .wrap-quote{
    background-image:none !important;background:#f7f9fc;
    padding:80px 70px !important;display:flex;align-items:center;min-height:100%;}
.ajas-testimonials{display:flex;flex-wrap:wrap;}
.ajas-testimonials .wrap-info,.ajas-testimonials .wrap-quote{width:50%;float:none;}
@media(max-width:991px){.ajas-testimonials .wrap-info,.ajas-testimonials .wrap-quote{width:100%;}}
.ajas-testimonials .wrap-quote .flexslider{width:100%;background:none;border:0;}
.ajas-testimonials .wrap-quote .client-info li .speech{
    font-size:17px;line-height:31px;color:#5c6b7f;margin:26px 0 20px;}
.ajas-testimonials .wrap-quote .client-info li .name{color:#183251;font-size:17px;}
.ajas-testimonials .wrap-quote .flex-control-nav{
    writing-mode:horizontal-tb;text-orientation:mixed;position:static;margin-top:26px;text-align:center;}
.ajas-testimonials .wrap-quote .flex-control-nav li{display:inline-block;margin:0 5px;}
.ajas-testimonials .wrap-quote .flex-control-paging li a{background:#d5dde7;width:10px;height:10px;}
.ajas-testimonials .wrap-quote .flex-control-paging li a.flex-active{background:#ff5f60;}
.ajas-events .img-event img{width:100%;height:100%;object-fit:cover;}

/* blog listing cards */
.post-blog.box-shadow-type2{
    margin-bottom:40px;border:1px solid #eef1f5;border-radius:6px;overflow:hidden;background:#fff;
    box-shadow:0 4px 26px rgba(24,50,81,.07);}
.post-blog .featured-post img{width:100%;height:330px;object-fit:cover;display:block;}
.post-blog .content-post-blog{padding:30px 32px 34px;}
.post-blog .entry-title{font-size:22px;line-height:1.35;margin:0 0 14px;font-weight:600;}
.post-blog .entry-title a{color:#183251;}
.post-blog .entry-title a:hover{color:#ff5f60;}
.post-blog .content-post-blog p{font-size:15px;line-height:27px;margin-bottom:18px;}
.post-blog .entry-date{font-size:13.5px;color:#98a5b5;margin-bottom:14px;letter-spacing:.3px;}
.post-blog .post-meta{float:left;margin-right:26px;}
.post-blog .clendar-wrap{
    background:#ff5f60;color:#fff;border-radius:6px;text-align:center;padding:12px 0;width:72px;
    margin-top:-52px;position:relative;z-index:2;box-shadow:0 8px 20px rgba(255,95,96,.32);}
.post-blog .clendar-wrap .day{font-size:24px;font-weight:600;line-height:1.1;}
.post-blog .clendar-wrap .month{font-size:12px;letter-spacing:1.4px;}
.post-blog .content-post-inner{overflow:hidden;}
.ajas-post-date{font-size:13px;color:#98a5b5;margin-top:6px;}
.post-blog .readmore{color:#ff5f60;font-weight:500;font-size:14px;}
.post-blog .readmore i{margin-left:5px;}
.blog-bl .site-content{background:transparent;border:0;box-shadow:none;padding:0;}

/* ============================================================
   Motion. Everything is opt-in via .has-reveal, so with JS off or
   prefers-reduced-motion on, content renders plainly and in place.
   ============================================================ */
.has-reveal .reveal{
    opacity:0;
    transition:opacity .75s cubic-bezier(.2,.7,.3,1),transform .75s cubic-bezier(.2,.7,.3,1);
    will-change:opacity,transform;}
.has-reveal .rv-up{transform:translateY(30px);}
.has-reveal .rv-left{transform:translateX(-34px);}
.has-reveal .rv-right{transform:translateX(34px);}
.has-reveal .rv-zoom{transform:scale(.92);}
.has-reveal .rv-fade{transform:none;}
.has-reveal .reveal.is-in{opacity:1;transform:none;}
@media(prefers-reduced-motion:reduce){
    .has-reveal .reveal{opacity:1 !important;transform:none !important;transition:none !important;}
    html{scroll-behavior:auto !important;}
}
/* sideways entrances would push past a phone viewport mid-transition */
@media(max-width:991px){
    .has-reveal .rv-left,.has-reveal .rv-right{transform:translateY(22px);}
}

/* ============================================================
   Section furniture — consistent kicker + title across the site.
   ============================================================ */
.title-section{margin-bottom:16px;}
.title-section .sub-title{
    font-size:12.5px;letter-spacing:3px;text-transform:uppercase;color:#ff5f60;font-weight:600;margin-bottom:14px;}
.flat-title.medium{font-size:40px;line-height:1.18;color:#183251;}
.flat-title.larger{font-size:42px;line-height:1.15;color:#183251;}
.flat-title.small{font-size:34px;line-height:1.2;}
.title-section.text-center .flat-title{position:relative;display:inline-block;padding-bottom:20px;}
.title-section.text-center .flat-title:after{
    content:"";position:absolute;left:50%;bottom:0;width:64px;height:3px;border-radius:2px;
    background:linear-gradient(90deg,#ff5f60,#ffbe34);transform:translateX(-50%);}
.listing-intro{max-width:760px;margin:0 auto 52px;text-align:center;color:#8a8a8a;font-size:16.5px;line-height:30px;}

/* ---------- staff rosters ---------- */
.roster-page .migrate-content{max-width:none;}
.people-grid{margin-top:8px;}
.people-card{
    display:flex;flex-direction:column;width:100%;
    background:#fff;border:1px solid #eef1f5;border-radius:10px;overflow:hidden;margin-bottom:30px;
    box-shadow:0 4px 22px rgba(24,50,81,.07);
    transition:transform .3s cubic-bezier(.2,.7,.3,1),box-shadow .3s,border-color .3s;}
.people-card .pg-body{flex:1;}
.people-card:hover{
    transform:translateY(-6px);box-shadow:0 20px 46px rgba(24,50,81,.16);border-color:#fde3e3;}
.pg-photo{position:relative;overflow:hidden;background:#f2f5f9;}
.pg-photo img{
    width:100%;height:290px;object-fit:cover;object-position:center 18%;display:block;
    transition:transform .55s cubic-bezier(.2,.7,.3,1);}
.people-card:hover .pg-photo img{transform:scale(1.06);}
.pg-photo .mig-noimg{height:290px;}
.pg-body{padding:20px 20px 22px;text-align:center;}
.pg-name{font-size:16.5px;font-weight:600;color:#183251;margin:0 0 6px;line-height:1.35;}
.pg-name:after{content:none;}
.pg-role{font-size:13.5px;color:#8a8a8a;margin:0;line-height:1.5;}
.people-grid>div{display:flex;}
@media(max-width:767px){
    .pg-photo img,.pg-photo .mig-noimg{height:210px;}
    .pg-body{padding:14px 12px 16px;}
    .pg-name{font-size:14.5px;}
    .pg-role{font-size:12.5px;}
}

/* ---------- profile pages (principal / vice-principal / faculty) ---------- */
.profile-page{padding-top:0 !important;}
.profile-card{
    display:flex;align-items:center;gap:52px;background:#fff;border:1px solid #eef1f5;border-radius:12px;
    padding:46px 52px;margin-top:-58px;position:relative;z-index:3;
    box-shadow:0 26px 64px rgba(9,24,42,.18);}
.profile-role{
    display:block;font-size:13px;letter-spacing:2.8px;text-transform:uppercase;color:#ff5f60;
    font-weight:600;margin-bottom:12px;}
.profile-photo{flex:0 0 auto;width:380px;max-width:44%;}
.profile-photo img{
    width:100%;height:450px;object-fit:cover;object-position:center 20%;border-radius:10px;display:block;
    box-shadow:0 22px 52px rgba(24,50,81,.26);}
.profile-photo .mig-noimg{width:100%;height:450px;border-radius:10px;}
.profile-head{flex:1 1 auto;min-width:0;}
.profile-name{
    font-size:38px;font-weight:600;color:#183251;line-height:1.15;margin:0 0 18px;}
.profile-name:after{content:"";display:block;width:56px;height:3px;border-radius:2px;margin-top:16px;
    background:linear-gradient(90deg,#ff5f60,#ffbe34);}
.profile-meta{margin:0 0 20px;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:10px;}
.profile-meta li{
    background:#f7f9fc;border:1px solid #eef1f5;border-radius:20px;padding:7px 18px;
    font-size:14px;color:#5c6b7f;margin:0;}
.profile-meta li:first-child{background:#fff4f4;border-color:#ffd9d9;color:#183251;font-weight:500;}
.profile-back{
    display:inline-block;font-size:13.5px;font-weight:500;color:#ff5f60;transition:.2s;}
.profile-back:hover{color:#183251;}
.profile-back i{margin-right:5px;transition:transform .2s;}
.profile-back:hover i{transform:translateX(-4px);}
.profile-bio{
    background:#fff;border:1px solid #eef1f5;border-radius:10px;padding:44px 48px;margin:30px 0 0;
    box-shadow:0 4px 26px rgba(24,50,81,.06);}
.profile-bio>:first-child{margin-top:0;}
.profile-bio h2{border-top:0;padding-top:0;margin-top:32px;}
@media(max-width:767px){
    .profile-card{flex-direction:column;text-align:center;gap:26px;padding:26px 20px;margin-top:-40px;}
    /* the desktop max-width:44% would leave a sliver once stacked */
    .profile-photo{width:100%;max-width:300px;margin:0 auto;}
    .profile-photo img,.profile-photo .mig-noimg{height:340px;}
    .profile-name{font-size:25px;}
    .profile-name:after{margin-left:auto;margin-right:auto;}
    .profile-meta{justify-content:center;}
    .profile-bio{padding:26px 22px;}
}

/* ---------- short institutional pages ---------- */
.narrow-page .site-content{padding:52px 56px;}
.page-chips{margin:36px 0 0;text-align:center;}
.chips-label{
    display:block;font-size:12px;letter-spacing:2.6px;text-transform:uppercase;color:#a3b0c0;
    font-weight:600;margin-bottom:16px;}
.page-chip{
    display:inline-block;background:#fff;border:1px solid #eef1f5;border-radius:22px;padding:9px 20px;
    margin:0 6px 10px;font-size:14px;color:#5c6b7f;transition:.25s cubic-bezier(.2,.7,.3,1);
    box-shadow:0 3px 14px rgba(24,50,81,.05);}
.page-chip:hover{
    background:#183251;border-color:#183251;color:#fff;transform:translateY(-3px);
    box-shadow:0 10px 24px rgba(24,50,81,.2);}
@media(max-width:767px){.narrow-page .site-content{padding:26px 20px;}}

/* ---------- long article pages ---------- */
.sidebar-sticky{position:sticky;top:100px;}
.blog-single .site-content{padding:52px 56px;}
/* clipart and scanned pages dominate these documents; keep them in scale */
.migrate-content img{
    max-height:330px;width:auto;object-fit:contain;
    box-shadow:0 8px 30px rgba(24,50,81,.10);background:#fff;}
.migrate-content p>img,.migrate-content>img{margin:26px auto 30px;}
/* let genuine photographs (wide, not line art) run to the column width */
.migrate-content img[src*="scaled"],.migrate-content img[src*="1536x"],.migrate-content img[src*="2048x"]{
    max-height:460px;width:100%;object-fit:cover;}
.migrate-content h2{
    margin-top:52px;padding-top:34px;border-top:1px solid #eef1f5;}
.migrate-content>h2:first-child,.migrate-content>h1+h2{border-top:0;padding-top:0;margin-top:0;}
.migrate-content h2:first-of-type{border-top:0;padding-top:0;}
.migrate-content h3{margin-top:34px;}

/* "On this page" jump nav */
.widget-toc .toc-wrap{margin:0;padding:0;list-style:none;}
.widget-toc .toc-wrap li{position:relative;padding-left:14px;border-left:2px solid #eef1f5;}
.widget-toc .toc-wrap li.lv3{padding-left:26px;}
.widget-toc .toc-wrap li a{
    display:block;padding:8px 0;color:#8a8a8a;font-size:13.5px;line-height:1.45;transition:.2s;}
.widget-toc .toc-wrap li a:hover{color:#ff5f60;}
.widget-toc .toc-wrap li.active{border-left-color:#ff5f60;}
.widget-toc .toc-wrap li.active a{color:#183251;font-weight:500;}
html{scroll-behavior:smooth;}
[id]{scroll-margin-top:110px;}

/* ---------- responsive ---------- */
@media(max-width:1400px){
    #main-nav>ul.menu>li>a{font-size:13px;padding:0 8px;}
    .header-menu{max-width:calc(100% - 250px);}
}
@media(max-width:1199px){
    #logo img{max-height:44px;}
    #main-nav>ul.menu>li>a{font-size:12.5px;padding:0 7px;}
}
/* Edukin hands over to the burger only below 992px, so 992–1199 still has to
   fit the wordmark plus ten top-level items on one line. */
@media(min-width:992px) and (max-width:1199px){
    #logo img{max-height:34px;}
    .menu-bar #main-nav>ul>li{padding-top:20px;padding-bottom:20px;}
    #main-nav>ul.menu>li>a{font-size:12px;padding:0 5px;letter-spacing:-.2px;}
    #main-nav>ul.menu>li>a:before{left:5px;right:5px;}
    #main-nav>ul.menu>li.has-sub>a:after{margin-left:3px;font-size:9px;}
    .header-sticky #logo img{max-height:30px !important;}
    .top-utility li{margin-left:12px;}
    .top-utility li a{font-size:12px;}
    .top-bar .information li{font-size:12.5px;margin-right:16px;}
}
@media(max-width:991px){
    html,body{overflow-x:hidden;}
    .bg-header{padding-bottom:50px;}
    .breadcrumbs-blog{padding-top:40px;}
    .breadcrumbs-wrap .title{font-size:26px;line-height:34px;}
    .top-utility{display:none;}
    .top-bar .information{text-align:center;}
    .top-bar .information li{margin:0 10px;font-size:13px;}
    .blog-single .site-content{padding:30px 24px;}
    .blog-single .sidebar{margin-top:40px;}
    .fac-photo{float:none;width:100%;margin:0 0 22px;}
    .prog-columns .prog-col{margin-bottom:26px;}
    .profile-card{gap:32px;padding:32px 30px;}
    .profile-photo{width:300px;max-width:40%;}
    .profile-photo img,.profile-photo .mig-noimg{height:360px;}
    .profile-name{font-size:30px;}
    .profile-bio{padding:32px 28px;}
    .wide-page .wide-intro{margin-bottom:36px;}

    /* hand the nav back to Edukin's off-canvas menu */
    .menu-bar .menu-bar-wrap{padding:14px 15px;}
    .header-menu{max-width:100%;float:none;display:block;}
    .menu-bar #main-nav>ul>li,.menu-bar #mainnav-mobi>ul>li{padding-top:0;padding-bottom:0;}
    #main-nav>ul.menu,#mainnav-mobi>ul.menu{display:block !important;flex-wrap:nowrap;}
    #main-nav>ul.menu>li,#mainnav-mobi>ul.menu>li{display:block;width:100%;}
    #mainnav-mobi{background:#183251;width:100%;overflow-y:auto;max-height:calc(100vh - 90px);}
    #mainnav-mobi>ul.menu>li>a,#mainnav-mobi .sub-menu li a{
        display:block;padding:0 15px !important;height:48px;line-height:48px;font-size:14px;color:#fff !important;
        white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
    #mainnav-mobi ul.sub-menu{
        background:#0f2135;position:relative;left:auto;top:auto;min-width:0;width:100%;
        box-shadow:none;border-top:0;padding-left:0 !important;border-radius:0;}
    #mainnav-mobi ul li{border-top:1px solid rgba(255,255,255,.08);}
    #main-nav>ul.menu>li.has-sub>a:after,#mainnav-mobi li.has-sub>a:after,
    #mainnav-mobi .sub-menu li.has-sub>a:after{content:none !important;}
    #mainnav-mobi .btn-submenu{
        position:absolute;right:0;top:0;width:48px;height:48px;line-height:48px;text-align:center;cursor:pointer;}
    #mainnav-mobi .btn-submenu:after{
        content:"\f107";font-family:FontAwesome;color:rgba(255,255,255,.7);font-size:15px;}
    #mainnav-mobi .btn-submenu.active:after{content:"\f106";}
    .mobile-button{display:block;top:auto;right:15px;}
    .ajas-home-header .mobile-button:before,.ajas-home-header .mobile-button:after,
    .ajas-home-header .mobile-button span,
    .bg-header .mobile-button:before,.bg-header .mobile-button:after,
    .bg-header .mobile-button span{background:#fff;}

    /* stacked hero + sections */
    .flat-introduce .col-left,.flat-introduce .col-right{width:100%;float:none;}
    .flat-introduce .videobox{margin-bottom:36px;}
    .flat-introduce .videobox:before{display:none;}
    .flat-benefit.style1 .col-benefit-left,.flat-benefit.style1 .col-benefit-right{
        width:100%;float:none;padding-right:15px;}
    .flat-benefit.style1 .col-benefit-right{margin-top:40px;}
    .flat-event .col-left,.flat-event .col-right{width:100%;float:none;}
    .flat-event .col-right{margin-top:36px;}
    .partner-clients .iconbox-style1 .apply-admission{transform:none !important;margin-top:34px;}
    .ajas-programmes,.ajas-news,.ajas-success,.flat-services.style1,
    .quick-link.quick-link-style1,.flat-introduce-style1{padding:56px 0 !important;}
    .flat-title{font-size:28px !important;line-height:1.25 !important;}
    .container-fluid,.container{padding-left:15px;padding-right:15px;}
    .ajas-testimonials .wrap-quote{padding:52px 26px !important;}
    .ajas-testimonials .wrap-info{padding:44px 20px !important;}
    .ajas-testimonials .wrap-info ul li.avatar img{width:64px;height:64px;}
    .team-box-layout-h1 .item-img img{height:230px;}
    #bottom ul.bottom-nav{float:none;margin-top:14px;}
    #bottom ul.bottom-nav>li{margin:0 16px 0 0;}
}
@media(max-width:767px){
    .blog-single.content-blog{padding:50px 0 60px;}
    .blog-single .site-content{padding:26px 20px;}
    .migrate-content{font-size:15px;line-height:27px;}
    .migrate-content table{display:block;overflow-x:auto;}
    .migrate-content img{max-height:260px;}
    .sidebar-sticky{position:static;}
    /* the tile CTA is absolutely placed on desktop; let it flow here */
    .action-tile{flex-wrap:wrap;padding:22px 20px 18px;}
    .action-tile .tile-cta{position:static;display:block;width:100%;margin-top:12px;text-align:right;}
    .accred-row{gap:34px 30px;}
    .accred-row img{height:62px;}
    .flat-title.medium,.flat-title.larger,.flat-title.small{font-size:27px !important;}
    .ajas-testimonials .wrap-info ul.slides{gap:12px;}
}
/* Phone overrides live last on purpose: the 991px tablet block above also
   matches phone widths, so anything set there has to be re-stated here. */
@media(max-width:767px){
    .profile-card{flex-direction:column;text-align:center;gap:26px;padding:26px 20px;margin-top:-40px;}
    .profile-photo{width:100% !important;max-width:300px !important;margin:0 auto;}
    .profile-photo img,.profile-photo .mig-noimg{height:340px !important;}
    .profile-name{font-size:25px !important;}
    .profile-name:after{margin-left:auto;margin-right:auto;}
    .profile-meta{justify-content:center;}
    .profile-bio{padding:26px 20px !important;}
}
@media(max-width:575px){
    /* keep the wordmark clear of the hamburger — the SVG is very wide, so
       cap the width, not just the height */
    #logo,.menu-bar #logo{max-width:calc(100% - 54px);}
    #logo img,.header-sticky #logo img{max-height:30px !important;max-width:100% !important;height:auto;}
    .menu-bar .menu-bar-wrap{padding:12px 52px 12px 15px;}
    .top-bar .information li{display:block;margin:2px 0;}
    /* the floated date badge leaves too little room for a long single-word
       headline at this width — stack it instead */
    .post-blog .post-meta{float:none;margin:0 0 16px;}
    .post-blog .clendar-wrap{margin-top:-46px;}
    .post-blog .entry-title{overflow-wrap:anywhere;}
    .action-tile .tile-title,.pc-name,.profile-name{overflow-wrap:anywhere;}
}

/* ============================================================
   Performance: snappier page load & reveal (AJAS polish)
   ============================================================ */
/* Overlay is position:fixed in theme CSS — never take document flow space */
#loading-overlay{
  position:fixed !important;
  inset:0 !important;
  z-index:99999 !important;
  transition:opacity .15s ease,visibility .15s ease !important;
  contain:strict;
}
#loading-overlay .loader{
  animation-duration:.55s !important;
}
/* Hide ASAP — long overlay fade was a soft LCP delay, not CLS, but still snappy */
body.is-loaded #loading-overlay,
html.is-loaded #loading-overlay{
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transition:opacity .12s ease,visibility .12s ease !important;
}
/* Prefer reduced-motion: skip reveal transforms that can look like shift */
@media (prefers-reduced-motion:reduce){
  .has-reveal .reveal{opacity:1 !important;transform:none !important;transition:none !important;}
  .has-reveal .rv-up,.has-reveal .rv-left,.has-reveal .rv-right,.has-reveal .rv-zoom{
    transform:none !important;}
}
.has-reveal .reveal{
  transition:opacity .35s cubic-bezier(.2,.7,.3,1),transform .35s cubic-bezier(.2,.7,.3,1) !important;
}
.has-reveal .rv-up{transform:translateY(16px) !important;}
.has-reveal .rv-left{transform:translateX(-16px) !important;}
.has-reveal .rv-right{transform:translateX(16px) !important;}
.has-reveal .rv-zoom{transform:scale(.97) !important;}

/* ============================================================
   Accessibility & Lighthouse fixes (contrast, touch, headings)
   ============================================================ */

/* Contrast: muted greys were ~#8a8a8a on white (~3.5:1). Aim ≥4.5:1. */
.migrate-content,
.listing-intro,
.prog-note,
.mig-clubs .chip-note,
.team-box-layout-h1 .item-content .item-subtitle,
.pc-note,
.mig-roster td.nm,
.pg-role,
.ajas-programmes .listing-intro{
    color:#5c6578 !important;
}
.ajas-testi-role,
.post-blog .entry-date,
.ajas-post-date{
    color:#5a6575 !important;
}
.mig-contact li,
.mig-contact li a,
.widget-nav-menu a{
    color:#d7dde8;
}
/* Footer widgets: light text on dark needs higher contrast */
#footer .widget-nav-menu a,
#footer .footer-address,
#footer .footer-address a{
    color:rgba(255,255,255,.88) !important;
}
#footer .widget-title{color:#fff !important;}

/* Touch targets ≥ 44×44 — pad without expanding document flow of top bar */
.top-utility a,
.nav-sing a,
.bottom-nav a{
    min-height:44px;
    display:inline-flex;
    align-items:center;
    padding:10px 8px;
    box-sizing:border-box;
}
.widget-social-media a{
    width:44px;
    height:44px;
    min-width:44px;
    min-height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    box-sizing:border-box;
}
.mobile-button{
    min-height:44px;
    min-width:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}
/* Card CTAs: min size without huge reflow — keep text wrapping inside card */
.flat-course .links a,
.flat-course .enroll a,
.ajas-card-more{
    min-height:44px;
    display:inline-flex;
    align-items:center;
    padding:10px 12px;
    box-sizing:border-box;
    line-height:1.25;
}
.flat-course .enroll a{
    white-space:normal;
    text-align:left;
    height:auto;
}
/* Long “Read more about …” labels: clamp visual height, keep full accessible name */
.flat-course .enroll a,
.ajas-card-more{
    max-width:100%;
}
.flat-course .links a{
    /* overlay “View …” can be long — keep on image overlay */
    max-width:90%;
    text-align:center;
    font-size:13px;
}

/* Page banner title as real heading */
.breadcrumbs-wrap .title{
    font-size:clamp(1.5rem,2.5vw,2rem);
    margin:8px 0 0;
    line-height:1.25;
    font-weight:600;
    color:#fff;
}
/* Department cards: h3.course-title under section h2 */
.flat-course h3.course-title{
    font-size:18px;
    line-height:1.4;
    margin:0 0 8px;
}
.flat-course h3.course-title a{color:#183251;}
.flat-course h3.course-title a:hover{color:#ff5f60;}

/* Avoid double h1 look if body still has h1 matching page title */
.ajas-prose > h1:first-child{
    /* keep content h1 if present; banner is also h1 — acceptable single-page dual rare */
}
