:root {
  --blue: #1156d9;
  --blue-dark: #0a2c6f;
  --orange: #f58020;
  --orange-dark: #d96308;
  --ink: #172033;
  --muted: #61708a;
  --line: #dfe7f3;
  --soft: #f4f8ff;
  --white: #fff;
  --shadow: 0 18px 42px rgba(17, 86, 217, 0.14);
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Poppins, Arial, sans-serif; color: var(--ink); background: var(--white); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.navbar {
    width: min(1400px, calc(100% - 32px));
    min-height: 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-dark); font-size: 1.1rem; font-weight: 800; }
.brand span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 8px; background: linear-gradient(135deg, var(--blue), var(--orange)); color: #fff; }
.brand img{
    height:70px;
    width:auto;
    display:block;
}

.brand span{
    display:none;
}
.nav-menu { display: flex; align-items: center; gap: 6px; padding: 0; margin: 0; list-style: none; }
.nav-menu a { display: inline-flex; align-items: center; min-height: 40px; padding: 8px; border-radius: 8px; color: #243049; font-size: .8rem; font-weight: 700; }
.nav-menu a:hover, .nav-pill { color: var(--blue) !important; background: #edf4ff; }
.nav-toggle { display: none; min-height: 42px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font: inherit; font-weight: 700; }
.hero { min-height: 620px; display: grid; align-items: center; color: #fff; background:
linear-gradient(90deg,
rgba(8,34,82,.55) 0%,
rgba(8,34,82,.28) 38%,
rgba(8,34,82,.08) 65%,
rgba(8,34,82,0) 100%),
url("../images/hero-banner.jpg") center center/cover no-repeat; }
.hero-inner { max-width: 760px; }
.eyebrow { margin: 0 0 10px; color: var(--orange); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(2.35rem, 5vw, 5rem); line-height: 1.04; }
h2 { margin: 0 0 16px; color: var(--blue-dark); font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.14; }
h3 { margin: 0 0 10px; color: var(--blue-dark); line-height: 1.25; }
p { margin: 0 0 14px; color: var(--muted); }
.hero p { color: rgba(255,255,255,.88); font-size: 1.1rem; }
.section { padding: 82px 0; }
.section-soft { background: var(--soft); }
.page-hero { padding: 96px 0 68px; color: #fff; background:
    linear-gradient(
        90deg,
        rgba(8,34,82,.88) 0%,
        rgba(8,34,82,.55) 38%,
        rgba(8,34,82,.18) 65%,
        rgba(8,34,82,0) 100%
    ),
    url("../images/hero-banner.jpg") center center/cover no-repeat;
}
.page-hero p { max-width: 760px; color: rgba(255,255,255,.86); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 18px; border: 0; border-radius: 8px; background: var(--orange); color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
.btn:hover { background: var(--orange-dark); transform: translateY(-1px); }
.btn-blue { background: var(--blue); }
.btn-blue:hover { background: var(--blue-dark); }
.hero-actions, .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.card, .form-card, .table-card, .stat { padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.card small, .meta { color: var(--orange); font-weight: 800; }
.stat strong { display: block; color: var(--orange); font-size: 2rem; line-height: 1; }
.form-card { max-width: 620px; margin: 0 auto; }
label { display: block; margin: 12px 0 6px; color: var(--blue-dark); font-weight: 800; }
input, textarea, select { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 8px; font: inherit; color: var(--ink); }
textarea { min-height: 130px; resize: vertical; }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(17,86,217,.12); }
.flash { margin-top: 18px; padding: 14px 18px; border-radius: 8px; background: #edf4ff; color: var(--blue-dark); font-weight: 700; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 720px; }
th, td { padding: 13px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--blue-dark); background: #f8fbff; }
.quiz-option { display: block; padding: 12px 14px; margin: 10px 0; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; }
.quiz-timer { position: sticky; top: 88px; z-index: 5; width: fit-content; margin: 0 0 20px auto; padding: 10px 16px; border-radius: 8px; background: var(--blue-dark); color: #fff; font-size: 1.2rem; font-weight: 800; box-shadow: var(--shadow); }
.timer-warning { background: #b42318; }
.progress { height: 10px; overflow: hidden; border-radius: 99px; background: var(--line); }
.progress span { display: block; height: 100%; background: linear-gradient(90deg, var(--blue), var(--orange)); }
.badge { display: inline-flex; padding: 5px 10px; border-radius: 99px; background: #edf4ff; color: var(--blue); font-size: .78rem; font-weight: 800; }
.empty-state { text-align: center; }
.inline-form { display: inline; }
.btn-small { min-height: 36px; padding: 7px 11px; font-size: .82rem; }
.danger { background: #b42318; }
.danger:hover { background: #7a271a; }
.video-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.video-grid iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 8px; box-shadow: var(--shadow); background: #000; }
.site-footer{
    background:#ffffff;
    color:#243049;
    border-top:1px solid #e5e7eb;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding: 50px 0; align-items: start;}
.site-footer p,
.site-footer a{
    color:#000;
}   
.footer-grid > div{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-grid h3{
    margin:0 0 15px;
    color:#243049;
}

.footer-grid p{
    color:#243049;
    text-decoration:none;
}

.footer-grid a:hover{
    color:#ffb703;
}
.site-footer h3,
.footer-brand{
    color:#ff7a00;   /* Orange */
}
.footer-bottom{
    padding:18px;
    border-top:1px solid #e5e7eb;
    text-align:center;
    color:#666;
}
.whatsapp-float { position: fixed; right: 18px; bottom: 18px; z-index: 20; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; font-weight: 800; box-shadow: 0 14px 28px rgba(37,211,102,.32); }
@media (max-width: 1240px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .nav-menu { position: absolute; left: 16px; right: 16px; top: 76px; display: none; flex-direction: column; align-items: stretch; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
  .nav-menu.open { display: flex; }
  .nav-menu a { width: 100%; }
  .grid-3, .grid-2, .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .section { padding: 58px 0; }
  .hero { min-height: 560px; }
  h1 { font-size: 2.45rem; }
  .hero-actions, .actions { flex-direction: column; align-items: stretch; }
}


/* ===== About Page ===== */

.hero-actions{
    margin-top:30px;
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.btn-primary,
.btn-secondary{
    display:inline-block;
    padding:14px 30px;
    border-radius:8px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.btn-primary{
    background:#2563eb;
    color:#fff;
}

.btn-primary:hover{
    background:#1d4ed8;
}

.btn-secondary{
    border:2px solid #fff;
    color:#fff;
}

.btn-secondary:hover{
    background:#fff;
    color:#2563eb;
}

.feature-list{
    list-style:none;
    padding:0;
    margin:0;
}

.feature-list li{
    padding:8px 0;
    font-size:17px;
}

.grid-3{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

@media(max-width:768px){

    .hero-actions{
        flex-direction:column;
    }

    .grid-3{
        grid-template-columns:1fr;
    }

}
.page-hero .container{
    max-width:1200px;
    margin:0 auto;
}

/* Achievement Counter */

.counter-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin-top:40px;
}

.counter-card{
    background:#fff;
    padding:35px 20px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.counter-card:hover{
    transform:translateY(-8px);
}

.counter-number{
    font-size:42px;
    font-weight:800;
    color:#2563eb;
}

.counter-text{
    margin-top:10px;
    font-size:18px;
    color:#555;
}

@media(max-width:768px){
    .counter-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:500px){
    .counter-grid{
        grid-template-columns:1fr;
    }
}

/* ===== New Hero Design ===== */

.hero-inner{
    display:grid;
    grid-template-columns:1fr;
    align-items:center;
    gap:60px;
    min-height:600px;

    max-width:1200px;
    margin:0 auto;
    padding:0 40px;
}

.hero-content h1{
    font-size:56px;
    line-height:1.15;
    margin:20px 0;
}

.hero-content p{
    font-size:18px;
    color:#555;
    max-width:600px;
}

.hero-badge{
    display:inline-block;
    background:#EEF4FF;
    color:#2563eb;
    padding:10px 18px;
    border-radius:50px;
    font-weight:700;
}

.hero-image{
    display:flex;
    justify-content:center;
    align-items:center;
}

.hero-image img{
    width:100%;
    max-width:520px;
}

@media(max-width:992px){

.hero-inner{
grid-template-columns:1fr;
text-align:center;
}

.hero-content p{
margin:auto;
}

.hero-actions{
justify-content:center;
}

}
.hero-content p{
    color:#ffffff;
}

.hero-content h1{
    color:#ffffff;
}
.hero-badge{
    background: rgba(255,255,255,.15);
    color:#fff;
    border:1px solid rgba(255,255,255,.25);
    backdrop-filter: blur(8px);
    
}

.hero-content{
    max-width:800px;
    width:100%;
}

.hero-content h1{
    width:100%;
    max-width:none;
    white-space:normal;
    word-break:normal;
    overflow-wrap:normal;
}

.hero-content h1{
    font-size:64px;
    line-height:1.15;
    max-width:none;
    width:100%;
}
.footer-brand img{
    width:220px;
    height:auto;
    display:block;
    margin-bottom:18px;
}

.footer-brand p{
    color:#555;
    line-height:1.8;
    max-width:320px;
}
/* Footer Brand Text */
.footer-brand p{
    color:#000 !important;
}

/* Footer Links */
.footer-grid p,
.footer-grid a{
    color:#000 !important;
}

/* Footer Headings */
.site-footer h3{
    color:#ff7a00 !important;
}
.notes-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,320px));
    gap:25px;
    justify-content:start;
}

.notes-grid .card{
    width:320px;
}

.notes-grid img{
    width:100%;
    height:180px;
    object-fit:cover;
    border-radius:10px;
}