!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Principal's Principles 2026 | The Visionary EduLeader</title>
<meta name="description" content="How are you? Are you a school leader who's ready to leave a legacy? An exclusive invitation-only gathering of 100 visionary educators.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&family=Inter:wght@300;400;500;600;700&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
navy: { 950:'#070D1A', 900:'#0F172A', 800:'#1E293B', 700:'#334155', 600:'#475569', 500:'#64748B', 400:'#94A3B8', 300:'#CBD5E1' },
gold: { 600:'#B45309', 500:'#D97706', 400:'#F59E0B', 300:'#FCD34D', 200:'#FDE68A' },
cream: { 50:'#FFFEFB', 100:'#F8FAFC', 200:'#F1F5F9' }
},
fontFamily: {
'display': ['"Playfair Display"', 'Georgia', 'serif'],
'body': ['"Inter"', 'system-ui', 'sans-serif'],
'elegant': ['"Cormorant Garamond"', 'Georgia', 'serif'],
}
}
}
}
</script>
<style>
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;background:#070D1A;color:#F8FAFC;overflow-x:hidden}
::-webkit-scrollbar{width:5px}
::-webkit-scrollbar-track{background:#070D1A}
::-webkit-scrollbar-thumb{background:#D97706;border-radius:3px}
/* ---- ANIMATIONS ---- */
@keyframes fadeInUp{from{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes slideInLeft{from{opacity:0;transform:translateX(-60px)}to{opacity:1;transform:translateX(0)}}
@keyframes slideInRight{from{opacity:0;transform:translateX(60px)}to{opacity:1;transform:translateX(0)}}
@keyframes scaleUp{from{opacity:0;transform:scale(0.85)}to{opacity:1;transform:scale(1)}}
@keyframes shimmer{0%{background-position:-200% center}100%{background-position:200% center}}
@keyframes pulseGlow{0%,100%{box-shadow:0 0 20px rgba(217,119,6,0.12)}50%{box-shadow:0 0 40px rgba(217,119,6,0.25)}}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@keyframes typewriter{from{width:0}to{width:100%}}
@keyframes blink{0%,50%{border-color:transparent}51%,100%{border-color:#D97706}}
@keyframes grainMove{0%{transform:translate(0,0)}20%{transform:translate(-2%,-2%)}40%{transform:translate(2%,1%)}60%{transform:translate(-1%,2%)}80%{transform:translate(1%,-1%)}100%{transform:translate(0,0)}}
@keyframes drawLine{from{width:0}to{width:100%}}
@keyframes revealText{0%{clip-path:inset(0 100% 0 0)}100%{clip-path:inset(0 0% 0 0)}}
.anim-on-scroll{opacity:0;transform:translateY(50px);transition:all 0.9s cubic-bezier(0.16,1,0.3,1)}
.anim-on-scroll.visible{opacity:1;transform:translateY(0)}
.anim-on-scroll.d1{transition-delay:.1s}.anim-on-scroll.d2{transition-delay:.2s}
.anim-on-scroll.d3{transition-delay:.3s}.anim-on-scroll.d4{transition-delay:.4s}
.anim-on-scroll.d5{transition-delay:.5s}.anim-on-scroll.d6{transition-delay:.6s}
.anim-on-scroll.d7{transition-delay:.7s}
.anim-left{opacity:0;transform:translateX(-50px);transition:all 0.9s cubic-bezier(0.16,1,0.3,1)}
.anim-left.visible{opacity:1;transform:translateX(0)}
.anim-right{opacity:0;transform:translateX(50px);transition:all 0.9s cubic-bezier(0.16,1,0.3,1)}
.anim-right.visible{opacity:1;transform:translateX(0)}
.anim-scale{opacity:0;transform:scale(0.85);transition:all 0.9s cubic-bezier(0.16,1,0.3,1)}
.anim-scale.visible{opacity:1;transform:scale(1)}
/* ---- HERO GRAIN ---- */
.hero-grain::after{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");background-size:128px 128px;animation:grainMove 8s steps(10) infinite;pointer-events:none;z-index:1}
/* ---- GOLD SHIMMER ---- */
.gold-shimmer{background:linear-gradient(110deg,#D97706 0%,#FCD34D 30%,#D97706 50%,#FCD34D 70%,#D97706 100%);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 5s linear infinite}
/* ---- REVEAL TEXT ---- */
.reveal-text{animation:revealText 1.2s cubic-bezier(0.16,1,0.3,1) forwards;animation-delay:var(--delay,0s);clip-path:inset(0 100% 0 0)}
/* ---- MARQUEE ---- */
.marquee-track{display:flex;width:max-content;animation:marquee 30s linear infinite}
.marquee-track:hover{animation-play-state:paused}
/* ---- NAV ---- */
.nav-scrolled{background:rgba(7,13,26,0.92)!important;backdrop-filter:blur(24px)!important;border-bottom:1px solid rgba(217,119,6,0.1)!important}
/* ---- MOBILE MENU ---- */
.mobile-menu{transform:translateX(100%);transition:transform 0.5s cubic-bezier(0.16,1,0.3,1)}
.mobile-menu.open{transform:translateX(0)}
/* ---- CARDS ---- */
.card-dark{background:linear-gradient(135deg,rgba(15,23,42,0.7),rgba(30,41,59,0.5));border:1px solid rgba(217,119,6,0.1);backdrop-filter:blur(8px);transition:all .5s cubic-bezier(0.16,1,0.3,1)}
.card-dark:hover{border-color:rgba(217,119,6,0.35);box-shadow:0 0 35px rgba(217,119,6,0.08),0 25px 50px rgba(0,0,0,0.3);transform:translateY(-5px)}
.card-light{background:white;border:1px solid #E2E8F0;transition:all .5s cubic-bezier(0.16,1,0.3,1)}
.card-light:hover{border-color:#D97706;box-shadow:0 0 30px rgba(217,119,6,0.06),0 25px 50px rgba(0,0,0,0.06);transform:translateY(-5px)}
.award-card{background:linear-gradient(135deg,rgba(15,23,42,0.85),rgba(30,41,59,0.6));border:1px solid rgba(217,119,6,0.08);transition:all .5s cubic-bezier(0.16,1,0.3,1)}
.award-card:hover{border-color:rgba(217,119,6,0.35);transform:translateY(-2px);box-shadow:0 0 20px rgba(217,119,6,0.08)}
.principle-item{background:rgba(255,255,255,0.02);border:1px solid rgba(217,119,6,0.08);transition:all .4s ease}
.principle-item:hover{background:rgba(217,119,6,0.04);border-color:rgba(217,119,6,0.25)}
/* ---- CTA ---- */
.cta-gold{background:linear-gradient(135deg,#D97706,#B45309);color:white;font-weight:600;letter-spacing:.02em;transition:all .3s ease;position:relative;overflow:hidden}
.cta-gold::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#F59E0B,#D97706);opacity:0;transition:opacity .3s ease}
.cta-gold:hover::before{opacity:1}
.cta-gold:hover{transform:translateY(-2px);box-shadow:0 10px 35px rgba(217,119,6,0.35)}
.cta-gold span{position:relative;z-index:1}
.cta-ghost{border:1px solid rgba(217,119,6,0.35);color:#D97706;font-weight:500;transition:all .3s ease}
.cta-ghost:hover{background:rgba(217,119,6,0.08);border-color:#D97706;transform:translateY(-2px)}
.cta-outline-light{border:1px solid rgba(248,250,252,0.2);color:#F8FAFC;font-weight:500;transition:all .3s ease}
.cta-outline-light:hover{background:rgba(248,250,252,0.05);border-color:rgba(248,250,252,0.4);transform:translateY(-2px)}
/* ---- TIMELINE ---- */
.tl-item{position:relative;padding-left:2.5rem;transition:all .3s ease}
.tl-item::before{content:'';position:absolute;left:0;top:7px;width:10px;height:10px;border-radius:50%;background:#D97706;border:2px solid #070D1A;z-index:2;transition:all .3s ease}
.tl-item::after{content:'';position:absolute;left:4px;top:21px;width:2px;height:calc(100% - 7px);background:linear-gradient(to bottom,rgba(217,119,6,0.4),rgba(217,119,6,0.05));z-index:1}
.tl-item:last-child::after{display:none}
.tl-item:hover::before{box-shadow:0 0 14px rgba(217,119,6,0.6);transform:scale(1.4)}
.tl-item:hover{padding-left:3rem}
/* ---- COUNTDOWN ---- */
.cd-box{background:rgba(217,119,6,0.06);border:1px solid rgba(217,119,6,0.15);animation:pulseGlow 3s ease-in-out infinite}
/* ---- CORNERS ---- */
.corner{position:absolute;width:50px;height:50px;border-color:rgba(217,119,6,0.15)}
.c-tl{top:-1px;left:-1px;border-top:1px solid;border-left:1px solid}
.c-tr{top:-1px;right:-1px;border-top:1px solid;border-right:1px solid}
.c-bl{bottom:-1px;left:-1px;border-bottom:1px solid;border-left:1px solid}
.c-br{bottom:-1px;right:-1px;border-bottom:1px solid;border-right:1px solid}
/* ---- DIVIDER ---- */
.divider{height:1px;background:linear-gradient(to right,transparent,rgba(217,119,6,0.2),transparent)}
/* ---- BIG QUESTION ---- */
.big-q{font-size:clamp(3rem,12vw,10rem);line-height:.95;font-weight:800;letter-spacing:-.03em}
/* ---- CONVERSATION BUBBLE ---- */
.bubble{background:rgba(217,119,6,0.06);border:1px solid rgba(217,119,6,0.12);border-radius:1.5rem 1.5rem 1.5rem 0.25rem}
/* ---- SECTION LABEL ---- */
.sec-label{display:inline-flex;align-items:center;gap:8px;font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#D97706}
.sec-label::before,.sec-label::after{content:'';width:24px;height:1px;background:#D97706}
/* ---- VIP BADGE ---- */
.vip-badge{background:linear-gradient(135deg,rgba(217,119,6,0.12),rgba(180,83,9,0.08));border:1px solid rgba(217,119,6,0.25);backdrop-filter:blur(8px)}
/* ---- GLOW ---- */
.hero-glow{background:radial-gradient(ellipse 50% 40% at 50% 20%,rgba(217,119,6,0.06) 0%,transparent 70%)}
/* ---- LOGO NAV ---- */
.nav-logo-img{height:36px;width:auto;object-fit:contain}
@media(max-width:640px){
.big-q{font-size:clamp(2.5rem,14vw,5rem)}
}
</style>
</head>
<body>
<!-- ========== NAVIGATION ========== -->
<nav id="mainNav" class="fixed top-0 left-0 right-0 z-50 transition-all duration-500" style="background:transparent;border-bottom:1px solid transparent">
<div class="max-w-7xl mx-auto px-5 lg:px-8">
<div class="flex items-center justify-between h-16 lg:h-18">
<!-- Logo: GEN | Principal's Principles -->
<a href="#" class="flex items-center gap-2.5 sm:gap-3 group">
<img src="https://z-cdn-media.chatglm.cn/files/48c6b7b3-f32e-47a6-a043-1dc11770fe07.png?auth_key=1885405699-ca3671803af04140b83b5c495d050957-0-6473452db45ff3b13b896f8bd7679cb6" alt="Global Education News" class="nav-logo-img group-hover:opacity-90 transition-opacity">
<span class="hidden sm:inline text-navy-600 text-lg font-light">|</span>
<div class="hidden sm:block">
<div class="text-[13px] font-display font-semibold text-cream-100 leading-tight tracking-tight">Principal's Principles</div>
<div class="text-[9px] font-body text-navy-500 tracking-[0.15em] uppercase">2026 · The Visionary EduLeader</div>
</div>
</a>
<!-- Desktop Links -->
<div class="hidden lg:flex items-center gap-7">
<a href="#about" class="text-[13px] text-navy-400 hover:text-gold-400 transition-colors font-body">About</a>
<a href="#why" class="text-[13px] text-navy-400 hover:text-gold-400 transition-colors font-body">Why Attend</a>
<a href="#honoree" class="text-[13px] text-navy-400 hover:text-gold-400 transition-colors font-body">Honoree</a>
<a href="#awards" class="text-[13px] text-navy-400 hover:text-gold-400 transition-colors font-body">Awards</a>
<a href="#agenda" class="text-[13px] text-navy-400 hover:text-gold-400 transition-colors font-body">Agenda</a>
<a href="https://forms.cloud.microsoft/r/iv3puddQNx" target="_blank" class="cta-gold px-5 py-2.5 rounded-lg text-[13px]"><span>Accept Invitation</span></a>
</div>
<!-- Mobile Toggle -->
<button id="mobToggle" class="lg:hidden w-10 h-10 flex flex-col items-center justify-center gap-1.5" aria-label="Menu">
<span class="w-6 h-0.5 bg-cream-100 transition-all duration-300" id="b1"></span>
<span class="w-6 h-0.5 bg-cream-100 transition-all duration-300" id="b2"></span>
<span class="w-4 h-0.5 bg-cream-100 transition-all duration-300" id="b3"></span>
</button>
</div>
</div>
</nav>
<!-- Mobile Menu -->
<div id="mobMenu" class="mobile-menu fixed inset-0 z-[60] bg-navy-950/98 backdrop-blur-2xl flex flex-col">
<div class="flex items-center justify-between px-5 h-16">
<img src="https://z-cdn-media.chatglm.cn/files/48c6b7b3-f32e-47a6-a043-1dc11770fe07.png?auth_key=1885405699-ca3671803af04140b83b5c495d050957-0-6473452db45ff3b13b896f8bd7679cb6" alt="GEN" class="h-8 w-auto">
<button id="mobClose" class="w-10 h-10 flex items-center justify-center text-cream-100" aria-label="Close">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/></svg>
</button>
</div>
<div class="flex-1 flex flex-col items-center justify-center gap-7">
<a href="#about" class="ml text-3xl font-display text-cream-100 hover:text-gold-400 transition-colors">About</a>
<a href="#why" class="ml text-3xl font-display text-cream-100 hover:text-gold-400 transition-colors">Why Attend</a>
<a href="#honoree" class="ml text-3xl font-display text-cream-100 hover:text-gold-400 transition-colors">Honoree</a>
<a href="#awards" class="ml text-3xl font-display text-cream-100 hover:text-gold-400 transition-colors">Awards</a>
<a href="#agenda" class="ml text-3xl font-display text-cream-100 hover:text-gold-400 transition-colors">Agenda</a>
<a href="https://forms.cloud.microsoft/r/iv3puddQNx" target="_blank" class="cta-gold px-8 py-3.5 rounded-xl text-lg mt-6"><span>Accept Invitation</span></a>
</div>
</div>
<!-- ========================================= -->
<!-- HERO 1: "How are you?" -->
<!-- ========================================= -->
<section class="relative min-h-screen flex items-center justify-center hero-grain overflow-hidden">
<div class="absolute inset-0 bg-navy-950"></div>
<div class="absolute inset-0 hero-glow"></div>
<div class="absolute top-1/4 left-[10%] w-80 h-80 bg-gold-500/4 rounded-full blur-[100px]"></div>
<div class="absolute bottom-1/4 right-[10%] w-96 h-96 bg-gold-600/3 rounded-full blur-[120px]"></div>
<div class="relative z-10 max-w-6xl mx-auto px-5 lg:px-8 text-center">
<!-- Badge -->
<div class="inline-flex items-center gap-2 vip-badge px-4 py-1.5 rounded-full mb-10" style="animation:fadeInUp .8s ease forwards">
<div class="w-1.5 h-1.5 rounded-full bg-gold-400 animate-pulse"></div>
<span class="text-[10px] font-body font-semibold tracking-[0.2em] uppercase text-gold-300">By Invitation Only · 22 August 2026</span>
</div>
<!-- THE BIG QUESTION -->
<h1 class="big-q font-display text-cream-100 mb-6" style="animation:fadeInUp .9s .15s ease both">
How are you?
</h1>
<!-- Conversational follow-up -->
<p class="max-w-xl mx-auto text-lg sm:text-xl text-navy-400 font-body leading-relaxed mb-4" style="animation:fadeInUp .9s .35s ease both">
No, really. <span class="text-cream-200 font-medium">How are you?</span>
</p>
<p class="max-w-lg mx-auto text-base text-navy-500 font-body leading-relaxed mb-12" style="animation:fadeInUp .9s .5s ease both">
Because if you're a school leader who still believes education can change the world — we've been looking for you.
</p>
<!-- Scroll cue -->
<div style="animation:fadeIn 1.5s 1s ease both">
<div class="flex flex-col items-center gap-2">
<span class="text-[10px] uppercase tracking-[0.2em] text-navy-600 font-body">Keep scrolling</span>
<div class="w-5 h-8 rounded-full border border-navy-700 flex items-start justify-center p-1">
<div class="w-1 h-2 bg-gold-500 rounded-full animate-bounce"></div>
</div>
</div>
</div>
</div>
</section>
<!-- ========================================= -->
<!-- HERO 2: "Are you an EduLeader?" -->
<!-- ========================================= -->
<section class="relative py-28 sm:py-36 lg:py-44 bg-navy-950 overflow-hidden">
<div class="absolute top-0 left-0 right-0 h-px bg-gradient-to-r from-transparent via-navy-800 to-transparent"></div>
<div class="relative z-10 max-w-6xl mx-auto px-5 lg:px-8">
<div class="max-w-4xl">
<h2 class="font-display font-bold text-3xl sm:text-4xl md:text-5xl lg:text-6xl text-cream-100 leading-[1.1] mb-8 anim-on-scroll">
Are you a <span class="gold-shimmer">Principal</span> who leads with purpose?
</h2>
<div class="space-y-4 text-base sm:text-lg text-navy-400 font-body leading-relaxed anim-on-scroll d2">
<p>Someone who believes that <span class="text-cream-200">empathy</span>, <span class="text-cream-200">creativity</span>, and <span class="text-cream-200">courage</span> belong in every classroom?</p>
<p>Someone who looks at their school and thinks — <em class="text-gold-400 font-elegant text-xl">"We can do more. We can be more."</em></p>
</div>
<!-- Conversation bubble -->
<div class="bubble inline-block px-6 py-4 mt-10 anim-on-scroll d3">
<p class="text-sm text-gold-300 font-body font-medium">
Then this invitation is for you.
</p>
</div>
</div>
</div>
</section>
<!-- ========================================= -->
<!-- MARQUEE STRIP -->
<!-- ========================================= -->
<div class="relative py-5 bg-navy-900/50 border-y border-navy-800/50 overflow-hidden">
<div class="marquee-track">
<div class="flex items-center gap-8 px-4 whitespace-nowrap">
<span class="text-sm font-display text-navy-600">Principal's Principles 2026</span>
<span class="text-gold-600">✦</span>
<span class="text-sm font-display text-navy-600">The Visionary EduLeader</span>
<span class="text-gold-600">✦</span>
<span class="text-sm font-display text-navy-600">22 August 2026</span>
<span class="text-gold-600">✦</span>
<span class="text-sm font-display text-navy-600">100 School Leaders</span>
<span class="text-gold-600">✦</span>
<span class="text-sm font-display text-navy-600">UID NCR Campus</span>
<span class="text-gold-600">✦</span>
<span class="text-sm font-display text-navy-600">By Invitation Only</span>
<span class="text-gold-600">✦</span>
<span class="text-sm font-display text-navy-600">National Awards</span>
<span class="text-gold-600">✦</span>
</div>
<div class="flex items-center gap-8 px-4 whitespace-nowrap" aria-hidden="true">
<span class="text-sm font-display text-navy-600">Principal's Principles 2026</span>
<span class="text-gold-600">✦</span>
<span class="text-sm font-display text-navy-600">The Visionary EduLeader</span>
<span class="text-gold-600">✦</span>
<span class="text-sm font-display text-navy-600">22 August 2026</span>
<span class="text-gold-600">✦</span>
<span class="text-sm font-display text-navy-600">100 School Leaders</span>
<span class="text-gold-600">✦</span>
<span class="text-sm font-display text-navy-600">UID NCR Campus</span>
<span class="text-gold-600">✦</span>
<span class="text-sm font-display text-navy-600">By Invitation Only</span>
<span class="text-gold-600">✦</span>
<span class="text-sm font-display text-navy-600">National Awards</span>
<span class="text-gold-600">✦</span>
</div>
</div>
</div>
<!-- ========================================= -->
<!-- HERO 3: THE EVENT INTRO + COUNTDOWN -->
<!-- ========================================= -->
<section class="relative py-24 sm:py-32 lg:py-40 bg-navy-950 overflow-hidden">
<div class="absolute inset-0">
<div class="absolute bottom-0 left-1/2 -translate-x-1/2 w-[800px] h-[400px] bg-gold-500/4 rounded-full blur-[120px]"></div>
</div>
<div class="relative z-10 max-w-5xl mx-auto px-5 lg:px-8 text-center">
<div class="sec-label mb-6 anim-on-scroll">The Event</div>
<h2 class="font-display font-bold text-3xl sm:text-4xl md:text-5xl lg:text-6xl text-cream-100 leading-[1.08] mb-6 anim-on-scroll d1">
Lead the Future.<br><span class="gold-shimmer">Leave a Legacy.</span>
</h2>
<p class="max-w-2xl mx-auto text-base sm:text-lg text-navy-400 font-body leading-relaxed mb-10 anim-on-scroll d2">
An exclusive, invitation-only gathering of <span class="text-cream-200 font-medium">100 selected School Leaders</span>, Directors, and Principals redefining educational excellence across India.
</p>
<!-- Countdown -->
<div id="countdown" class="flex items-center justify-center gap-3 sm:gap-4 mb-10 anim-on-scroll d3">
<div class="cd-box rounded-xl px-4 py-3 sm:px-6 sm:py-4 text-center min-w-[65px] sm:min-w-[80px]">
<div id="cd-d" class="font-display font-bold text-2xl sm:text-3xl text-gold-400">--</div>
<div class="text-[9px] sm:text-[10px] text-navy-500 uppercase tracking-[0.15em] mt-1 font-body">Days</div>
</div>
<span class="text-gold-700 text-lg font-light">:</span>
<div class="cd-box rounded-xl px-4 py-3 sm:px-6 sm:py-4 text-center min-w-[65px] sm:min-w-[80px]">
<div id="cd-h" class="font-display font-bold text-2xl sm:text-3xl text-gold-400">--</div>
<div class="text-[9px] sm:text-[10px] text-navy-500 uppercase tracking-[0.15em] mt-1 font-body">Hours</div>
</div>
<span class="text-gold-700 text-lg font-light">:</span>
<div class="cd-box rounded-xl px-4 py-3 sm:px-6 sm:py-4 text-center min-w-[65px] sm:min-w-[80px]">
<div id="cd-m" class="font-display font-bold text-2xl sm:text-3xl text-gold-400">--</div>
<div class="text-[9px] sm:text-[10px] text-navy-500 uppercase tracking-[0.15em] mt-1 font-body">Mins</div>
</div>
<span class="text-gold-700 text-lg font-light">:</span>
<div class="cd-box rounded-xl px-4 py-3 sm:px-6 sm:py-4 text-center min-w-[65px] sm:min-w-[80px]">
<div id="cd-s" class="font-display font-bold text-2xl sm:text-3xl text-gold-400">--</div>
<div class="text-[9px] sm:text-[10px] text-navy-500 uppercase tracking-[0.15em] mt-1 font-body">Secs</div>
</div>
</div>
<!-- Key Details -->
<div class="flex flex-wrap items-center justify-center gap-4 sm:gap-6 mb-10 text-sm font-body text-navy-400 anim-on-scroll d4">
<div class="flex items-center gap-2"><span class="text-gold-500 text-base">📅</span>Saturday, 22 August 2026</div>
<div class="hidden sm:block w-px h-4 bg-navy-800"></div>
<div class="flex items-center gap-2"><span class="text-gold-500 text-base">⏰</span>9:00 AM – 4:30 PM+</div>
<div class="hidden sm:block w-px h-4 bg-navy-800"></div>
<div class="flex items-center gap-2"><span class="text-gold-500 text-base">📍</span>UID, NCR Campus</div>
</div>
<!-- CTAs -->
<div class="flex flex-col sm:flex-row items-center justify-center gap-4 anim-on-scroll d5">
<a href="https://forms.cloud.microsoft/r/iv3puddQNx" target="_blank" class="cta-gold px-8 py-4 rounded-xl text-base w-full sm:w-auto text-center">
<span>Accept Invitation & Nominate School</span>
</a>
<a href="#agenda" class="cta-ghost px-8 py-4 rounded-xl text-base w-full sm:w-auto text-center">
Explore the Agenda
</a>
</div>
</div>
</section>
<div class="divider"></div>
<!-- ========================================= -->
<!-- SECTION: THE FORUM (Metrics) -->
<!-- ========================================= -->
<section id="about" class="relative py-24 lg:py-32 bg-navy-950">
<div class="relative z-10 max-w-7xl mx-auto px-5 lg:px-8">
<div class="text-center max-w-3xl mx-auto mb-16">
<div class="sec-label mb-5 anim-on-scroll">The Forum</div>
<h2 class="font-display font-bold text-3xl sm:text-4xl lg:text-5xl text-cream-100 mb-5 leading-tight anim-on-scroll d1">
A National Forum for<br>Visionary Educators
</h2>
<p class="text-base text-navy-400 font-body leading-relaxed anim-on-scroll d2">
Bringing together visionary leaders representing CBSE, ICSE, IB, Cambridge, and leading independent institutions from across the country for an unprecedented peer-to-peer exchange.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 lg:gap-8">
<div class="card-dark rounded-2xl p-8 lg:p-10 text-center relative overflow-hidden anim-on-scroll d1">
<div class="corner c-tl"></div><div class="corner c-br"></div>
<div class="font-display font-bold text-5xl lg:text-6xl text-gold-400 mb-2">100</div>
<div class="font-display text-xl text-cream-100 mb-3">Delegations</div>
<p class="text-sm text-navy-500 font-body leading-relaxed">Strictly capped to maintain an intimate, high-value executive cohort.</p>
</div>
<div class="card-dark rounded-2xl p-8 lg:p-10 text-center relative overflow-hidden anim-on-scroll d2">
<div class="corner c-tl"></div><div class="corner c-br"></div>
<div class="font-display font-bold text-5xl lg:text-6xl text-gold-400 mb-2">1</div>
<div class="font-display text-xl text-cream-100 mb-3">Unified Platform</div>
<p class="text-sm text-navy-500 font-body leading-relaxed">Bridging K-12 school leaders, higher education institutions, and design thinkers.</p>
</div>
<div class="card-dark rounded-2xl p-8 lg:p-10 text-center relative overflow-hidden anim-on-scroll d3">
<div class="corner c-tl"></div><div class="corner c-br"></div>
<div class="font-display font-bold text-5xl lg:text-6xl text-gold-400 mb-2">5</div>
<div class="font-display text-xl text-cream-100 mb-3">Core Principles</div>
<p class="text-sm text-navy-500 font-body leading-relaxed">Grounded in human-centered leadership, future-ready skills, and pedagogical innovation.</p>
</div>
</div>
</div>
</section>
<div class="divider"></div>
<!-- ========================================= -->
<!-- SECTION: WHY ATTEND -->
<!-- ========================================= -->
<section id="why" class="relative py-24 lg:py-32 bg-navy-950">
<div class="relative z-10 max-w-7xl mx-auto px-5 lg:px-8">
<div class="text-center max-w-3xl mx-auto mb-6">
<div class="sec-label mb-5 anim-on-scroll">Why Attend</div>
<h2 class="font-display font-bold text-3xl sm:text-4xl lg:text-5xl text-cream-100 mb-5 leading-tight anim-on-scroll d1">
Not Another Conference.
</h2>
</div>
<!-- Highlight bubble -->
<div class="text-center mb-14 anim-on-scroll d2">
<div class="inline-block bubble px-6 py-4 max-w-xl">
<p class="text-sm sm:text-base text-gold-300 font-body font-medium">
No long keynote speeches. No passive sitting. Every moment is built for active collaboration, reflection, and strategic networking.
</p>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6 lg:gap-8">
<div class="card-dark rounded-2xl p-8 flex gap-5 anim-on-scroll d1">
<div class="flex-shrink-0 w-12 h-12 rounded-xl bg-gold-500/8 border border-gold-500/15 flex items-center justify-center text-gold-400">
<svg class="w-6 h-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M4.26 10.147a60.436 60.436 0 00-.491 6.347A48.627 48.627 0 0112 20.904a48.627 48.627 0 018.232-4.41 60.46 60.46 0 00-.491-6.347m-15.482 0a50.57 50.57 0 00-2.658-.813A59.905 59.905 0 0112 3.493a59.902 59.902 0 0110.399 5.84c-.896.248-1.783.52-2.658.814m-15.482 0A50.697 50.697 0 0112 13.489a50.702 50.702 0 017.74-3.342M6.75 15a.75.75 0 100-1.5.75.75 0 000 1.5zm0 0v-3.675A55.378 55.378 0 0112 8.443m-7.007 11.55A5.981 5.981 0 006.75 15.75v-1.5"/></svg>
</div>
<div>
<h3 class="font-display font-semibold text-lg text-cream-100 mb-2">Professional Certification & National Honors</h3>
<p class="text-sm text-navy-500 font-body leading-relaxed">Receive a Professional Certification in Creative Leadership along with National Participation Honors.</p>
</div>
</div>
<div class="card-dark rounded-2xl p-8 flex gap-5 anim-on-scroll d2">
<div class="flex-shrink-0 w-12 h-12 rounded-xl bg-gold-500/8 border border-gold-500/15 flex items-center justify-center text-gold-400">
<svg class="w-6 h-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M18 18.72a9.094 9.094 0 003.741-.479 3 3 0 00-4.682-2.72m.94 3.198l.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0112 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 016 18.719m12 0a5.971 5.971 0 00-.941-3.197m0 0A5.995 5.995 0 0012 12.75a5.995 5.995 0 00-5.058 2.772m0 0a3 3 0 00-4.681 2.72 8.986 8.986 0 003.74.477m.94-3.197a5.971 5.971 0 00-.94 3.197M15 6.75a3 3 0 11-6 0 3 3 0 016 0zm6 3a2.625 2.625 0 11-4.5 0 2.625 2.625 0 014.5 0zm-13.5 0a2.625 2.625 0 11-4.5 0 2.625 2.625 0 014.5 0z"/></svg>
</div>
<div>
<h3 class="font-display font-semibold text-lg text-cream-100 mb-2">Immersive Leadership Labs & Workshops</h3>
<p class="text-sm text-navy-500 font-body leading-relaxed">Hands-on collaborative workshops — real frameworks, real peer learning, real outcomes.</p>
</div>
</div>
<div class="card-dark rounded-2xl p-8 flex gap-5 anim-on-scroll d3">
<div class="flex-shrink-0 w-12 h-12 rounded-xl bg-gold-500/8 border border-gold-500/15 flex items-center justify-center text-gold-400">
<svg class="w-6 h-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M21 11.25v8.25a1.5 1.5 0 01-1.5 1.5H5.25a1.5 1.5 0 01-1.5-1.5v-8.25M12 4.875A2.625 2.625 0 109.375 7.5H12m0-2.625V7.5m0-2.625A2.625 2.625 0 1114.625 7.5H12m0 0V21m-8.625-9.75h18c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125h-18c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125z"/></svg>
</div>
<div>
<h3 class="font-display font-semibold text-lg text-cream-100 mb-2">The Mystery Box Leadership Challenge</h3>
<p class="text-sm text-navy-500 font-body leading-relaxed">An experiential decision-making lab — unpredictable, collaborative, and unforgettable.</p>
</div>
</div>
<div class="card-dark rounded-2xl p-8 flex gap-5 anim-on-scroll d4">
<div class="flex-shrink-0 w-12 h-12 rounded-xl bg-gold-500/8 border border-gold-500/15 flex items-center justify-center text-gold-400">
<svg class="w-6 h-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M9.75 3.104v5.714a2.25 2.25 0 01-.659 1.591L5 14.5M9.75 3.104c-.251.023-.501.05-.75.082m.75-.082a24.301 24.301 0 014.5 0m0 0v5.714c0 .597.237 1.17.659 1.591L19.8 15.3M14.25 3.104c.251.023.501.05.75.082M19.8 15.3l-1.57.393A9.065 9.065 0 0112 15a9.065 9.065 0 00-6.23.693L5 14.5m14.8.8l1.402 1.402c1.232 1.232.65 3.318-1.067 3.611A48.309 48.309 0 0112 21c-2.773 0-5.491-.235-8.135-.687-1.718-.293-2.3-2.379-1.067-3.61L5 14.5"/></svg>
</div>
<div>
<h3 class="font-display font-semibold text-lg text-cream-100 mb-2">Practical School Frameworks</h3>
<p class="text-sm text-navy-500 font-body leading-relaxed">AI integration, transformative school culture, and activity-based STEM pedagogy — ready to implement.</p>
</div>
</div>
</div>
</div>
</section>
<div class="divider"></div>
<!-- ========================================= -->
<!-- SECTION: HONOREE -->
<!-- ========================================= -->
<section id="honoree" class="relative py-24 lg:py-32 bg-navy-950 overflow-hidden">
<div class="absolute top-0 right-0 w-1/2 h-full bg-gradient-to-l from-gold-500/2 to-transparent pointer-events-none"></div>
<div class="relative z-10 max-w-7xl mx-auto px-5 lg:px-8">
<div class="text-center mb-16">
<div class="sec-label mb-5 anim-on-scroll">Honoree Profile</div>
<h2 class="font-display font-bold text-3xl sm:text-4xl lg:text-5xl text-cream-100 leading-tight anim-on-scroll d1">
Four Decades of Transformational<br>School Leadership
</h2>
</div>
<div class="grid grid-cols-1 lg:grid-cols-5 gap-10 lg:gap-14 mb-20">
<!-- Profile -->
<div class="lg:col-span-2 anim-left">
<div class="card-dark rounded-2xl p-8 relative overflow-hidden">
<div class="corner c-tl"></div><div class="corner c-tr"></div><div class="corner c-bl"></div><div class="corner c-br"></div>
<div class="w-20 h-20 rounded-2xl bg-gradient-to-br from-gold-500/15 to-gold-600/8 border border-gold-500/15 flex items-center justify-center mb-5">
<span class="font-display font-bold text-2xl text-gold-400">NB</span>
</div>
<h3 class="font-display font-bold text-2xl text-cream-100 mb-1">Dr. Neeta Bali</h3>
<p class="text-sm text-gold-400 font-body font-medium mb-5">Chief Mentor & Visionary Leader</p>
<div class="space-y-2.5 text-sm text-navy-500 font-body leading-relaxed">
<p>• Four decades of distinguished service in school education</p>
<p>• Former Principal of premier national institutions</p>
<p>• Recognized for championing creative, holistic pedagogy</p>
<p>• Advocate for cross-cultural inclusivity & mindfulness</p>
<p>• Mentor to hundreds of school leaders across India</p>
</div>
</div>
</div>
<!-- Quote -->
<div class="lg:col-span-3 flex items-center anim-right">
<div class="relative">
<div class="font-display text-[7rem] sm:text-[8rem] leading-none text-gold-500/10 absolute -top-8 -left-3 select-none">"</div>
<blockquote class="font-elegant text-2xl sm:text-3xl lg:text-4xl text-cream-100/90 leading-snug italic pl-2 pt-10">
Great schools are built by visionary leaders who inspire people before they inspire performance.
</blockquote>
<div class="mt-5 pl-2 flex items-center gap-3">
<div class="w-10 h-px bg-gold-500"></div>
<span class="text-sm text-gold-400 font-body font-medium">— Dr. Neeta Bali</span>
</div>
</div>
</div>
</div>
<!-- 5 Principles -->
<div class="anim-on-scroll">
<h3 class="font-display font-semibold text-xl sm:text-2xl text-cream-100 text-center mb-10">Five Interconnected Leadership Principles</h3>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-5 gap-4">
<div class="principle-item rounded-xl p-5 text-center anim-on-scroll d1">
<div class="text-2xl mb-3">❤️</div>
<h4 class="font-display font-semibold text-sm text-cream-100 mb-1.5">Empathy</h4>
<p class="text-[11px] text-navy-500 font-body leading-relaxed">Leading with compassion, understanding, and student-centered decision-making.</p>
</div>
<div class="principle-item rounded-xl p-5 text-center anim-on-scroll d2">
<div class="text-2xl mb-3">🌏</div>
<h4 class="font-display font-semibold text-sm text-cream-100 mb-1.5">Cross-Cultural Inclusivity</h4>
<p class="text-[11px] text-navy-500 font-body leading-relaxed">Building diverse, equitable, and globally connected learning environments.</p>
</div>
<div class="principle-item rounded-xl p-5 text-center anim-on-scroll d3">
<div class="text-2xl mb-3">🧩</div>
<h4 class="font-display font-semibold text-sm text-cream-100 mb-1.5">Activity-Based Learning</h4>
<p class="text-[11px] text-navy-500 font-body leading-relaxed">Promoting experiential pedagogy that inspires curiosity and innovation.</p>
</div>
<div class="principle-item rounded-xl p-5 text-center anim-on-scroll d4">
<div class="text-2xl mb-3">✨</div>
<h4 class="font-display font-semibold text-sm text-cream-100 mb-1.5">Creativity & Mindfulness</h4>
<p class="text-[11px] text-navy-500 font-body leading-relaxed">Fostering emotional well-being, creative thinking, and resilience.</p>
</div>
<div class="principle-item rounded-xl p-5 text-center anim-on-scroll d5">
<div class="text-2xl mb-3">💬</div>
<h4 class="font-display font-semibold text-sm text-cream-100 mb-1.5">Communication & Collaboration</h4>
<p class="text-[11px] text-navy-500 font-body leading-relaxed">Strengthening partnerships between educators, institutions, and communities.</p>
</div>
</div>
</div>
</div>
</section>
<div class="divider"></div>
<!-- ========================================= -->
<!-- SECTION: AWARDS -->
<!-- ========================================= -->
<section id="awards" class="relative py-24 lg:py-32 bg-navy-950">
<div class="relative z-10 max-w-7xl mx-auto px-5 lg:px-8">
<div class="text-center max-w-3xl mx-auto mb-16">
<div class="sec-label mb-5 anim-on-scroll">National Recognition</div>
<h2 class="font-display font-bold text-3xl sm:text-4xl lg:text-5xl text-cream-100 mb-5 leading-tight anim-on-scroll d1">
National Leadership &<br>Research Awards
</h2>
<p class="text-base text-navy-400 font-body leading-relaxed anim-on-scroll d2">
Nominate yourself or a deserving peer leader for national recognition during registration.
</p>
</div>
<div class="grid grid-cols-1 lg:grid-cols-2 gap-8 lg:gap-12">
<!-- Dr. Neeta Bali Awards -->
<div class="anim-left">
<div class="flex items-center gap-3 mb-6">
<div class="w-10 h-10 rounded-lg bg-gradient-to-br from-gold-500 to-gold-600 flex items-center justify-center text-white text-sm font-display font-bold">NB</div>
<div>
<h3 class="font-display font-bold text-base text-cream-100">Dr. Neeta Bali Leadership Awards</h3>
<p class="text-[11px] text-navy-500 font-body">Five categories of excellence</p>
</div>
</div>
<div class="space-y-2.5">
<div class="award-card rounded-xl p-4 flex items-start gap-3">
<span class="w-7 h-7 rounded-lg bg-gold-500/8 flex items-center justify-center flex-shrink-0 text-gold-500 text-xs font-display font-bold mt-0.5">1</span>
<div><h4 class="font-body font-semibold text-[13px] text-cream-100">Creative School Leadership</h4><p class="text-[11px] text-navy-500 font-body">Championing Innovation</p></div>
</div>
<div class="award-card rounded-xl p-4 flex items-start gap-3">
<span class="w-7 h-7 rounded-lg bg-gold-500/8 flex items-center justify-center flex-shrink-0 text-gold-500 text-xs font-display font-bold mt-0.5">2</span>
<div><h4 class="font-body font-semibold text-[13px] text-cream-100">Holistic Education Excellence</h4><p class="text-[11px] text-navy-500 font-body">Nurturing Character & Mind</p></div>
</div>
<div class="award-card rounded-xl p-4 flex items-start gap-3">
<span class="w-7 h-7 rounded-lg bg-gold-500/8 flex items-center justify-center flex-shrink-0 text-gold-500 text-xs font-display font-bold mt-0.5">3</span>
<div><h4 class="font-body font-semibold text-[13px] text-cream-100">Capacity Building Leadership</h4><p class="text-[11px] text-navy-500 font-body">Empowering Educators & Staff</p></div>
</div>
<div class="award-card rounded-xl p-4 flex items-start gap-3">
<span class="w-7 h-7 rounded-lg bg-gold-500/8 flex items-center justify-center flex-shrink-0 text-gold-500 text-xs font-display font-bold mt-0.5">4</span>
<div><h4 class="font-body font-semibold text-[13px] text-cream-100">Future-Ready Learning Communities</h4><p class="text-[11px] text-navy-500 font-body">Preparing Learners for Tomorrow</p></div>
</div>
<div class="award-card rounded-xl p-4 flex items-start gap-3">
<span class="w-7 h-7 rounded-lg bg-gold-500/8 flex items-center justify-center flex-shrink-0 text-gold-500 text-xs font-display font-bold mt-0.5">5</span>
<div><h4 class="font-body font-semibold text-[13px] text-cream-100">Human-Centred Educational Leadership</h4><p class="text-[11px] text-navy-500 font-body">Leading with Purpose & Compassion</p></div>
</div>
</div>
</div>
<!-- Dr. Suryakant Awards -->
<div class="anim-right">
<div class="flex items-center gap-3 mb-6">
<div class="w-10 h-10 rounded-lg bg-gradient-to-br from-gold-500 to-gold-600 flex items-center justify-center text-white text-sm font-display font-bold">SK</div>
<div>
<h3 class="font-display font-bold text-base text-cream-100">Dr. Suryakant Research & Innovation Awards</h3>
<p class="text-[11px] text-navy-500 font-body">Two categories of research excellence</p>
</div>
</div>
<div class="space-y-2.5">
<div class="award-card rounded-xl p-4 flex items-start gap-3">
<span class="w-7 h-7 rounded-lg bg-gold-500/8 flex items-center justify-center flex-shrink-0 text-gold-500 mt-0.5">
<svg class="w-3.5 h-3.5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z"/></svg>
</span>
<div>
<h4 class="font-body font-semibold text-[13px] text-cream-100">Educational Research Excellence</h4>
<p class="text-[11px] text-navy-500 font-body">Recognizing outstanding contributions to educational research that advance pedagogical understanding and practice.</p>
</div>
</div>
<div class="award-card rounded-xl p-4 flex items-start gap-3">
<span class="w-7 h-7 rounded-lg bg-gold-500/8 flex items-center justify-center flex-shrink-0 text-gold-500 mt-0.5">
<svg class="w-3.5 h-3.5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M3.75 13.5l10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75z"/></svg>
</span>
<div>
<h4 class="font-body font-semibold text-[13px] text-cream-100">Research-Driven Innovation in Education</h4>
<p class="text-[11px] text-navy-500 font-body">Honoring transformative innovations rooted in rigorous research that reshape educational outcomes.</p>
</div>
</div>
</div>
<!-- Mini CTA -->
<div class="mt-8 p-5 rounded-2xl bg-gradient-to-br from-gold-500/8 to-gold-600/4 border border-gold-500/15">
<p class="text-sm text-navy-400 font-body mb-3">All award nominations are accepted through the official registration form.</p>
<a href="https://forms.cloud.microsoft/r/iv3puddQNx" target="_blank" class="cta-gold inline-block px-5 py-2.5 rounded-lg text-[13px]"><span>Submit Nomination →</span></a>
</div>
</div>
</div>
</div>
</section>
<div class="divider"></div>
<!-- ========================================= -->
<!-- SECTION: AGENDA -->
<!-- ========================================= -->
<section id="agenda" class="relative py-24 lg:py-32 bg-navy-950">
<div class="absolute inset-0 bg-gradient-to-b from-transparent via-gold-500/1 to-transparent pointer-events-none"></div>
<div class="relative z-10 max-w-4xl mx-auto px-5 lg:px-8">
<div class="text-center mb-16">
<div class="sec-label mb-5 anim-on-scroll">Schedule</div>
<h2 class="font-display font-bold text-3xl sm:text-4xl lg:text-5xl text-cream-100 mb-3 leading-tight anim-on-scroll d1">
A Day Designed<br>for <span class="gold-shimmer">You</span>
</h2>
<p class="text-sm text-navy-500 font-body anim-on-scroll d2">Saturday, 22 August 2026</p>
</div>
<div class="space-y-0 anim-on-scroll">
<div class="tl-item py-4"><div class="flex flex-col sm:flex-row sm:items-start gap-1 sm:gap-4"><span class="text-[11px] font-body font-semibold text-gold-400 whitespace-nowrap min-w-[135px]">09:00 – 09:15 AM</span><div><h4 class="font-body font-semibold text-[13px] text-cream-100">Registration & Onboarding</h4></div></div></div>
<div class="tl-item py-4"><div class="flex flex-col sm:flex-row sm:items-start gap-1 sm:gap-4"><span class="text-[11px] font-body font-semibold text-gold-400 whitespace-nowrap min-w-[135px]">09:15 – 09:30 AM</span><div><h4 class="font-body font-semibold text-[13px] text-cream-100">Tea & Informal Networking</h4></div></div></div>
<div class="tl-item py-4"><div class="flex flex-col sm:flex-row sm:items-start gap-1 sm:gap-4"><span class="text-[11px] font-body font-semibold text-gold-400 whitespace-nowrap min-w-[135px]">09:30 – 10:00 AM</span><div><h4 class="font-body font-semibold text-[13px] text-cream-100">Opening Activity: Collaborative Leadership Immersion</h4></div></div></div>
<div class="tl-item py-4"><div class="flex flex-col sm:flex-row sm:items-start gap-1 sm:gap-4"><span class="text-[11px] font-body font-semibold text-gold-400 whitespace-nowrap min-w-[135px]">10:00 – 10:25 AM</span><div><h4 class="font-body font-semibold text-[13px] text-cream-100">Session 1: Empathy & Cross-Cultural Inclusivity</h4></div></div></div>
<div class="tl-item py-4"><div class="flex flex-col sm:flex-row sm:items-start gap-1 sm:gap-4"><span class="text-[11px] font-body font-semibold text-gold-400 whitespace-nowrap min-w-[135px]">10:25 – 10:50 AM</span><div><h4 class="font-body font-semibold text-[13px] text-cream-100">UID Session: Design, Creativity & Future-Ready Leadership</h4></div></div></div>
<div class="tl-item py-4"><div class="flex flex-col sm:flex-row sm:items-start gap-1 sm:gap-4"><span class="text-[11px] font-body font-semibold text-gold-400 whitespace-nowrap min-w-[135px]">10:50 – 11:20 AM</span><div><h4 class="font-body font-semibold text-[13px] text-cream-100">UID Workshop: Hands-on Design Thinking Experience</h4></div></div></div>
<div class="tl-item py-4"><div class="flex flex-col sm:flex-row sm:items-start gap-1 sm:gap-4"><span class="text-[11px] font-body font-semibold text-gold-400 whitespace-nowrap min-w-[135px]">11:20 – 11:45 AM</span><div><h4 class="font-body font-semibold text-[13px] text-cream-100">Principals' Discussion I: Creativity, Innovation & STEM</h4></div></div></div>
<div class="tl-item py-4"><div class="flex flex-col sm:flex-row sm:items-start gap-1 sm:gap-4"><span class="text-[11px] font-body font-semibold text-gold-400 whitespace-nowrap min-w-[135px]">11:45 – 12:10 PM</span><div><h4 class="font-body font-semibold text-[13px] text-cream-100">GD Goenka University Session: Academic Innovation</h4></div></div></div>
<div class="tl-item py-4"><div class="flex flex-col sm:flex-row sm:items-start gap-1 sm:gap-4"><span class="text-[11px] font-body font-semibold text-gold-400 whitespace-nowrap min-w-[135px]">12:10 – 12:40 PM</span><div><h4 class="font-body font-semibold text-[13px] text-cream-100">GD Goenka University Workshop: Practical Leadership</h4></div></div></div>
<div class="tl-item py-4"><div class="flex flex-col sm:flex-row sm:items-start gap-1 sm:gap-4"><span class="text-[11px] font-body font-semibold text-gold-400 whitespace-nowrap min-w-[135px]">12:40 – 01:00 PM</span><div><h4 class="font-body font-semibold text-[13px] text-cream-100">Principals' Discussion II: Future-Ready Schools & Well-being</h4></div></div></div>
<div class="tl-item py-4"><div class="flex flex-col sm:flex-row sm:items-start gap-1 sm:gap-4"><span class="text-[11px] font-body font-semibold text-gold-400 whitespace-nowrap min-w-[135px]">01:00 – 02:00 PM</span><div><h4 class="font-body font-semibold text-[13px] text-cream-100">Executive Networking Lunch</h4></div></div></div>
<div class="tl-item py-4"><div class="flex flex-col sm:flex-row sm:items-start gap-1 sm:gap-4"><span class="text-[11px] font-body font-semibold text-gold-400 whitespace-nowrap min-w-[135px]">02:00 – 02:30 PM</span><div><h4 class="font-body font-semibold text-[13px] text-cream-100">The Mystery Box Challenge: Leadership Decision-Making Lab</h4></div></div></div>
<div class="tl-item py-4"><div class="flex flex-col sm:flex-row sm:items-start gap-1 sm:gap-4"><span class="text-[11px] font-body font-semibold text-gold-400 whitespace-nowrap min-w-[135px]">02:30 – 02:55 PM</span><div><h4 class="font-body font-semibold text-[13px] text-cream-100">Leadership Reflection: Key Takeaways & Collective Insights</h4></div></div></div>
<div class="tl-item py-4"><div class="flex flex-col sm:flex-row sm:items-start gap-1 sm:gap-4"><span class="text-[11px] font-body font-semibold text-gold-400 whitespace-nowrap min-w-[135px]">02:55 – 03:20 PM</span><div><h4 class="font-body font-semibold text-[13px] text-cream-100">UID Campus Experiential Walkthrough</h4></div></div></div>
<div class="tl-item py-4"><div class="flex flex-col sm:flex-row sm:items-start gap-1 sm:gap-4"><span class="text-[11px] font-body font-semibold text-gold-400 whitespace-nowrap min-w-[135px]">03:20 – 04:20 PM</span><div><h4 class="font-body font-semibold text-[13px] text-cream-100">Principals' Principles Awards & Individual Felicitations</h4></div></div></div>
<div class="tl-item py-4"><div class="flex flex-col sm:flex-row sm:items-start gap-1 sm:gap-4"><span class="text-[11px] font-body font-semibold text-gold-400 whitespace-nowrap min-w-[135px]">04:20 – 04:30 PM</span><div><h4 class="font-body font-semibold text-[13px] text-cream-100">Closing Remarks & Vote of Thanks</h4></div></div></div>
<div class="tl-item py-4"><div class="flex flex-col sm:flex-row sm:items-start gap-1 sm:gap-4"><span class="text-[11px] font-body font-semibold text-gold-400 whitespace-nowrap min-w-[135px]">04:30 PM Onwards</span><div><h4 class="font-body font-semibold text-[13px] text-cream-100">Networking Showcase, Media Interaction & Photography</h4></div></div></div>
</div>
</div>
</section>
<div class="divider"></div>
<!-- ========================================= -->
<!-- SECTION: FINAL CTA -->
<!-- ========================================= -->
<section id="register" class="relative py-24 lg:py-36 bg-navy-950 overflow-hidden">
<div class="absolute inset-0">
<div class="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-[600px] h-[600px] bg-gold-500/4 rounded-full blur-[120px]"></div>
</div>
<div class="relative z-10 max-w-4xl mx-auto px-5 lg:px-8">
<div class="anim-scale">
<div class="relative rounded-3xl overflow-hidden" style="background:linear-gradient(135deg,rgba(217,119,6,0.06),rgba(180,83,9,0.03));border:1px solid rgba(217,119,6,0.15)">
<div class="corner c-tl" style="border-color:rgba(217,119,6,0.25)"></div>
<div class="corner c-tr" style="border-color:rgba(217,119,6,0.25)"></div>
<div class="corner c-bl" style="border-color:rgba(217,119,6,0.25)"></div>
<div class="corner c-br" style="border-color:rgba(217,119,6,0.25)"></div>
<div class="p-10 sm:p-14 lg:p-16 text-center">
<div class="inline-flex items-center gap-2 vip-badge px-4 py-1.5 rounded-full mb-8">
<div class="w-1.5 h-1.5 rounded-full bg-gold-400 animate-pulse"></div>
<span class="text-[10px] font-body font-semibold tracking-[0.2em] uppercase text-gold-300">100 Seats Only</span>
</div>
<h2 class="font-display font-bold text-3xl sm:text-4xl lg:text-5xl text-cream-100 mb-4 leading-tight">
So, are you in?
</h2>
<p class="max-w-xl mx-auto text-base text-navy-400 font-body leading-relaxed mb-3">
Participation is <span class="text-cream-200 font-medium">complimentary</span> and strictly by invitation. First-come, first-served.
</p>
<p class="text-sm text-navy-500 font-body mb-8">
Reserve your delegation & submit award nominations today.
</p>
<a href="https://forms.cloud.microsoft/r/iv3puddQNx" target="_blank" class="cta-gold inline-block px-10 py-5 rounded-xl text-base sm:text-lg" style="animation:pulseGlow 3s ease-in-out infinite">
<span class="flex items-center gap-2">
Accept Invitation & Register
<svg class="w-5 h-5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M13.5 4.5L21 12m0 0l-7.5 7.5M21 12H3"/></svg>
</span>
</a>
<div class="mt-8 flex flex-col sm:flex-row items-center justify-center gap-4 sm:gap-8 text-xs text-navy-500 font-body">
<a href="tel:+919811890247" class="flex items-center gap-2 hover:text-gold-400 transition-colors">
<svg class="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 002.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 01-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 00-1.091-.852H4.5A2.25 2.25 0 002.25 4.5v2.25z"/></svg>
+91 98118 90247
</a>
<a href="mailto:secretariat@globaleducationnews.in" class="flex items-center gap-2 hover:text-gold-400 transition-colors">
<svg class="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"/></svg>
secretariat@globaleducationnews.in
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ========================================= -->
<!-- FOOTER -->
<!-- ========================================= -->
<footer class="relative bg-navy-950 border-t border-navy-800/40">
<div class="max-w-7xl mx-auto px-5 lg:px-8 py-14">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-10 mb-10">
<!-- Branding -->
<div class="lg:col-span-2">
<div class="flex items-center gap-2.5 mb-4">
<img src="https://z-cdn-media.chatglm.cn/files/48c6b7b3-f32e-47a6-a043-1dc11770fe07.png?auth_key=1885405699-ca3671803af04140b83b5c495d050957-0-6473452db45ff3b13b896f8bd7679cb6" alt="Global Education News" class="h-8 w-auto">
<span class="text-navy-700 text-lg font-light">|</span>
<span class="text-sm font-display font-semibold text-cream-100">Principal's Principles 2026</span>
</div>
<p class="text-sm text-navy-600 font-body leading-relaxed max-w-md mb-3">
An exclusive national leadership convening bringing together 100 selected school leaders for a day of collaboration, recognition, and transformational dialogue.
</p>
<div class="inline-block bg-navy-900/60 border border-navy-800/60 rounded-lg px-3.5 py-1.5 text-[11px] text-navy-500 font-body">
🚗 Travel reimbursement provided as per event guidelines.
</div>
</div>
<!-- Links -->
<div>
<h4 class="text-[10px] font-body font-semibold tracking-[0.15em] uppercase text-navy-500 mb-4">Navigate</h4>
<ul class="space-y-2">
<li><a href="#about" class="text-sm text-navy-600 hover:text-gold-400 transition-colors font-body">About</a></li>
<li><a href="#why" class="text-sm text-navy-600 hover:text-gold-400 transition-colors font-body">Why Attend</a></li>
<li><a href="#honoree" class="text-sm text-navy-600 hover:text-gold-400 transition-colors font-body">Honoree</a></li>
<li><a href="#awards" class="text-sm text-navy-600 hover:text-gold-400 transition-colors font-body">Awards</a></li>
<li><a href="#agenda" class="text-sm text-navy-600 hover:text-gold-400 transition-colors font-body">Agenda</a></li>
</ul>
</div>
<!-- Contact -->
<div>
<h4 class="text-[10px] font-body font-semibold tracking-[0.15em] uppercase text-navy-500 mb-4">Secretariat</h4>
<ul class="space-y-2.5">
<li><a href="tel:+919811890247" class="flex items-center gap-2 text-sm text-navy-600 hover:text-gold-400 transition-colors font-body">
<svg class="w-3.5 h-3.5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 002.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 01-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 00-1.091-.852H4.5A2.25 2.25 0 002.25 4.5v2.25z"/></svg>
+91 98118 90247
</a></li>
<li><a href="mailto:secretariat@globaleducationnews.in" class="flex items-center gap-2 text-sm text-navy-600 hover:text-gold-400 transition-colors font-body">
<svg class="w-3.5 h-3.5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"/></svg>
secretariat@globaleducationnews.in
</a></li>
<li class="flex items-start gap-2 text-sm text-navy-600 font-body">
<svg class="w-3.5 h-3.5 mt-0.5 flex-shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M15 10.5a3 3 0 11-6 0 3 3 0 016 0z"/><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1115 0z"/></svg>
UID, NCR Campus
</li>
</ul>
</div>
</div>
<div class="border-t border-navy-800/40 pt-7 flex flex-col sm:flex-row items-center justify-between gap-3">
<div class="flex flex-wrap items-center justify-center gap-x-4 gap-y-1">
<span class="text-[11px] text-navy-700 font-body">Organized by</span>
<span class="text-[11px] text-navy-500 font-body font-medium">Global Education News</span>
<span class="text-navy-800">&</span>
<span class="text-[11px] text-navy-500 font-body font-medium">Shravni Knowledge Ventures</span>
</div>
<span class="text-[11px] text-navy-700 font-body">© 2026 Principal's Principles. All rights reserved.</span>
</div>
<div class="mt-5 text-center">
<span class="text-[9px] text-navy-700 font-body tracking-[0.15em] uppercase">Academic Partner — Unitedworld Institute of Design (UID), NCR Campus</span>
</div>
</div>
</footer>
<!-- ========== JS ========== -->
<script>
// Countdown
function cd(){
const t=new Date('2026-08-22T09:00:00+05:30').getTime(),n=new Date().getTime(),d=t-n;
if(d<=0){document.getElementById('cd-d').textContent='00';document.getElementById('cd-h').textContent='00';document.getElementById('cd-m').textContent='00';document.getElementById('cd-s').textContent='00';return}
document.getElementById('cd-d').textContent=String(Math.floor(d/864e5)).padStart(2,'0');
document.getElementById('cd-h').textContent=String(Math.floor(d%864e5/36e5)).padStart(2,'0');
document.getElementById('cd-m').textContent=String(Math.floor(d%36e5/6e4)).padStart(2,'0');
document.getElementById('cd-s').textContent=String(Math.floor(d%6e4/1e3)).padStart(2,'0');
}
cd();setInterval(cd,1000);
// Scroll animations
const obs=new IntersectionObserver(e=>{e.forEach(x=>{if(x.isIntersecting)x.target.classList.add('visible')})},{root:null,rootMargin:'0px 0px -50px 0px',threshold:0.08});
document.querySelectorAll('.anim-on-scroll,.anim-left,.anim-right,.anim-scale').forEach(el=>obs.observe(el));
// Nav scroll
const nav=document.getElementById('mainNav');
window.addEventListener('scroll',()=>{nav.classList.toggle('nav-scrolled',window.pageYOffset>40)},{passive:true});
// Mobile menu
const mm=document.getElementById('mobMenu');
document.getElementById('mobToggle').addEventListener('click',()=>{mm.classList.add('open');document.body.style.overflow='hidden'});
document.getElementById('mobClose').addEventListener('click',()=>{mm.classList.remove('open');document.body.style.overflow=''});
document.querySelectorAll('.ml').forEach(l=>l.addEventListener('click',()=>{mm.classList.remove('open');document.body.style.overflow=''}));
// Smooth scroll
document.querySelectorAll('a[href^="#"]').forEach(a=>{a.addEventListener('click',function(e){e.preventDefault();const t=document.querySelector(this.getAttribute('href'));if(t){const y=t.getBoundingClientRect().top+window.pageYOffset-70;window.scrollTo({top:y,behavior:'smooth'})}})});
</script>
</body>
</html>