/* =========================================================
   ADNI PRIMARY SCHOOL - CSS INDEX
   =========================================================
   00. GLOBAL / VARIABLES / TYPOGRAPHY
   01. HERO
   02. QUICK NAVIGATION
   03. CURRICULUM
   04. LEARNING APPROACH / TABS
   05. CROSS CURRICULAR DAY / ACCORDION
   06. STUDENT LIFE / ACTIVITY CARDS
   07. TKRS MUSLEH
   08. GALLERY
   09. CTA
   10. LIGHTBOX
   11. FOOTER
   12. RESPONSIVE / MOBILE
   ========================================================= */

:root{
	
	
	
 --navy:#07386f; --blue:#0d55a5; --blue2:#1670ca; --yellow:#f5c518;
 --cream:#fffaf0; --soft:#eef6ff; --ink:#172033; --muted:#66758a;
 --white:#fff; --line:#dbe7f3; --shadow:0 18px 45px rgba(7,56,111,.12);
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:white;line-height:1.65}
button{font:inherit}.container{width:min(1160px,calc(100% - 36px));margin:auto}
section{padding:86px 0}.center{text-align:center}.center .intro{margin-left:auto;margin-right:auto}
.kicker{display:inline-flex;align-items:center;gap:9px;font-size:.76rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--navy)}
.kicker:before,.kicker:after{content:"";width:28px;height:3px;background:var(--yellow);border-radius:10px}
h1,h2,h3{line-height:1.12}h1{font-size:clamp(3rem,7vw,6rem);margin:12px 0 20px}
h2{font-size:clamp(2rem,4vw,3.25rem);color:var(--navy);margin:12px 0 16px}
h3{color:var(--navy);margin:8px 0 10px}.intro{max-width:760px;color:var(--muted);font-size:1.07rem}
/* =========================================================
   SECTION 01 : HERO
   ========================================================= */
.hero{min-height:670px;display:grid;place-items:center;text-align:center;color:#fff;position:relative;overflow:hidden;
background:radial-gradient(circle at 50% 115%,rgba(245,197,24,.3),transparent 34%),linear-gradient(135deg,#052b57,#07386f 55%,#1161b3)}
.hero:before,.hero:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.1);border-radius:50%}
.hero:before{width:500px;height:500px;left:-250px;top:-200px}.hero:after{width:700px;height:700px;right:-350px;bottom:-360px}
.hero .kicker{color:#fff}.hero h1 span{color:var(--yellow)}.hero p{max-width:760px;margin:auto;color:#dbeaff;font-size:1.15rem}
.hero-buttons{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{border:0;border-radius:999px;padding:13px 22px;font-weight:800;text-decoration:none;cursor:pointer}
.btn-yellow{background:var(--yellow);color:#10284c}.btn-glass{background:rgba(255,255,255,.09);color:#fff;border:1px solid rgba(255,255,255,.28)}
/* =========================================================
   SECTION 02 : QUICK NAVIGATION
   ========================================================= */
.navchips{margin-top:-32px;position:relative;z-index:5}.chips{background:white;box-shadow:var(--shadow);border-radius:20px;padding:12px;display:flex;gap:8px;justify-content:center;flex-wrap:wrap}
.chips a{color:var(--navy);text-decoration:none;font-weight:800;font-size:.86rem;padding:10px 14px;border-radius:12px}.chips a:hover{background:var(--soft)}
/* =========================================================
   SECTION 03 : CURRICULUM / GENERAL CARDS
   ========================================================= */
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:38px}
.card{border:1px solid var(--line);background:white;border-radius:22px;padding:26px;box-shadow:0 8px 25px rgba(7,56,111,.05);transition:.25s}
.card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.icon{width:54px;height:54px;border-radius:16px;background:var(--yellow);display:grid;place-items:center;margin:0 auto 17px;font-size:1.65rem}
.card p{color:var(--muted);font-size:.94rem;margin-bottom:0}
.soft{background:var(--soft)}
/* =========================================================
   SECTION 04 : LEARNING APPROACH / INTERACTIVE TABS
   ========================================================= */
.feature-tabs{margin-top:36px}.tabs{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:22px}
.tab{border:1px solid var(--line);background:white;color:var(--navy);padding:11px 17px;border-radius:999px;font-weight:800;cursor:pointer}
.tab.active{background:var(--navy);color:white;border-color:var(--navy)}
.tab-panel{display:none;grid-template-columns:1.05fr .95fr;min-height:410px;background:white;border-radius:26px;overflow:hidden;box-shadow:var(--shadow)}
.tab-panel.active{display:grid}.photo{position:relative;min-height:360px;background:linear-gradient(135deg,#b9d6ef,#e9f4ff);display:grid;place-items:center;overflow:hidden}
.photo img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.photo-placeholder{text-align:center;color:var(--navy);padding:30px;z-index:1}
.photo-placeholder b{display:block;font-size:1.2rem}.photo-placeholder small{color:var(--muted)}
.panel-copy{padding:44px;display:flex;flex-direction:column;justify-content:center}.panel-copy p{color:var(--muted)}
.mini-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.mini-tags span{background:var(--soft);color:var(--navy);font-size:.8rem;font-weight:800;padding:7px 10px;border-radius:999px}
/* =========================================================
   SECTION 08 : GALLERY
   ========================================================= */
.gallery-section{background:var(--navy);color:white}.gallery-section h2{color:white}.gallery-section .intro{color:#d6e6f7}
.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:220px 220px;gap:14px;margin-top:36px}
.gitem{position:relative;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#0d55a5,#1670ca);cursor:pointer}
.gitem:first-child{grid-row:1/3}.gitem img{width:100%;height:100%;object-fit:cover;transition:.35s}.gitem:hover img{transform:scale(1.04)}
.glabel{position:absolute;left:0;right:0;bottom:0;padding:30px 18px 16px;background:linear-gradient(transparent,rgba(0,0,0,.72));font-weight:800}
.gph{height:100%;display:grid;place-items:center;text-align:center;color:#dcecff;padding:20px}.gph b{display:block;color:white}
/* =========================================================
   SECTION 05 : CROSS CURRICULAR DAY / ACCORDION
   ========================================================= */
.accordion-wrap{max-width:900px;margin:36px auto 0}.acc{border:1px solid var(--line);border-radius:18px;margin-bottom:12px;overflow:hidden;background:white}
.acc-btn{width:100%;border:0;background:white;padding:20px 22px;display:flex;justify-content:space-between;align-items:center;text-align:left;color:var(--navy);font-weight:900;cursor:pointer}
.acc-btn span:last-child{font-size:1.4rem;transition:.25s}.acc.open .acc-btn span:last-child{transform:rotate(45deg)}
.acc-content{max-height:0;overflow:hidden;transition:max-height .35s ease}.acc-inner{padding:0 22px 22px;color:var(--muted)}
/* =========================================================
   SECTION 06 : STUDENT LIFE / ACTIVITY CARDS
   ========================================================= */
.activity-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:36px}.activity{border-radius:22px;overflow:hidden;background:white;border:1px solid var(--line);transition:.25s}
.activity:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.activity-photo{height:175px;background:linear-gradient(135deg,#dcecff,#fff4b5);display:grid;place-items:center;color:var(--navy);text-align:center;padding:18px}
.activity-copy{padding:20px}.activity-copy h3{margin:0 0 7px}.activity-copy p{margin:0;color:var(--muted);font-size:.9rem}
/* =========================================================
   SECTION 07 : TKRS MUSLEH
   ========================================================= */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#d8e5f2;border-radius:22px;overflow:hidden;margin-top:38px}.stat{background:white;padding:27px;text-align:center}.stat strong{display:block;color:var(--blue);font-size:2rem}.stat span{color:var(--muted);font-size:.85rem}
/* =========================================================
   SECTION 09 : CTA / ADMISSIONS
   ========================================================= */
.cta{background:linear-gradient(135deg,#fff5bf,#fff);text-align:center}.cta-box{background:var(--navy);border-radius:28px;padding:58px 25px;color:white;position:relative;overflow:hidden}.cta-box h2{color:white}.cta-box p{color:#d9e8f8;max-width:650px;margin:0 auto 24px}
/* =========================================================
   SECTION 10 : LIGHTBOX
   ========================================================= */
.lightbox{position:fixed;inset:0;background:rgba(0,20,45,.88);z-index:99;display:none;place-items:center;padding:25px}.lightbox.show{display:grid}.lightbox-box{max-width:900px;width:100%;background:white;border-radius:22px;overflow:hidden}.lightbox-img{min-height:480px;background:#e9f4ff;display:grid;place-items:center;text-align:center;color:var(--navy)}.lightbox-close{position:fixed;right:25px;top:20px;color:white;font-size:2rem;background:none;border:0;cursor:pointer}
/* =========================================================
   SECTION 11 : FOOTER
   ========================================================= */
footer{background:#04264d;color:#b9cee7;text-align:center;padding:22px}
/* =========================================================
   SECTION 12 : RESPONSIVE / TABLET & MOBILE
   ========================================================= */
@media(max-width:900px){.grid,.activity-grid,.stats{grid-template-columns:1fr 1fr}.tab-panel.active{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr;grid-template-rows:300px 190px 190px}.gitem:first-child{grid-column:1/3;grid-row:auto}}
@media(max-width:600px){section{padding:65px 0}.grid,.activity-grid,.stats{grid-template-columns:1fr}.gallery{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(5,220px)}.gitem:first-child{grid-column:auto}.panel-copy{padding:28px}.hero{min-height:610px}.chips{justify-content:flex-start;overflow:auto;flex-wrap:nowrap}.chips a{white-space:nowrap}}
/* =========================================================
   LOCAL IMAGE FILES
   Images are loaded from ../images/primary/
   Keep filenames listed in IMAGE-GUIDE.txt to replace images
   without editing HTML again.
   ========================================================= */
.photo > img,
.activity-photo > img,
.gallery-item > img,
.gallery-placeholder > img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}


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