*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Poppins', sans-serif; color: #2D3436; background: #FAFBFC; line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: color 0.3s; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section { padding: 80px 0; position: relative; }

h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; font-weight: 700; line-height: 1.3; }
.section-header { text-align: center; margin-bottom: 50px; }
.section-tag { display: inline-block; background: rgba(27,79,145,0.08); color: #1B4F91; padding: 6px 20px; border-radius: 50px; font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 16px; }
.section-title { font-size: 2.2rem; color: #1B4F91; margin-bottom: 12px; line-height: 1.2; }
.section-title span { color: #C9A84C; }
.section-desc { font-size: 1rem; color: #636e72; max-width: 600px; margin: 0 auto; }

.btn { display: inline-block; padding: 14px 36px; border-radius: 50px; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 0.9rem; border: none; cursor: pointer; transition: all 0.3s ease; position: relative; overflow: hidden; }
.btn-primary { background: linear-gradient(135deg, #1B4F91, #2563EB); color: #fff; box-shadow: 0 4px 15px rgba(27,79,145,0.3); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(27,79,145,0.4); }
.btn-outline { background: transparent; color: #1B4F91; border: 2px solid #1B4F91; }
.btn-outline:hover { background: #1B4F91; color: #fff; }
.btn-accent { background: linear-gradient(135deg, #C9A84C, #C9A84C); color: #fff; box-shadow: 0 4px 15px rgba(201,168,76,0.3); }
.btn-accent:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(201,168,76,0.4); }
.btn-outline-light { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.6); }
.btn-outline-light:hover { background: #fff; color: #1B4F91; border-color: #fff; }
.btn-lg { padding: 15px 40px; font-size: 1rem; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: #fff; box-shadow: 0 2px 20px rgba(0,0,0,0.06); transition: all 0.3s ease; }
.site-header.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.1); }
.header-top { background: #1B4F91; color: #fff; padding: 8px 0; font-size: 0.82rem; }
.header-top-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.header-tagline { font-weight: 500; letter-spacing: 0.3px; }
.header-title { display: inline-block; font-size: 0.88rem; font-weight: 600; color: #C9A84C; letter-spacing: 0.4px; margin: 0; }
.header-phone { display: inline-flex; align-items: center; gap: 6px; color: #C9A84C; margin-left: 16px; font-weight: 500; font-size: 0.88rem; transition: color 0.3s; text-decoration: none; }
.header-phone:hover { color: #fff; }
.header-phone svg { flex-shrink: 0; }
.header-main { padding: 0; }
.header-main-inner { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; }
.site-logo a { display: flex; align-items: center; gap: 10px; }
.logo-img { height: 45px; width: auto; }
.logo-text { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.3rem; color: #1B4F91; display: none; }

.main-nav ul { display: flex; align-items: center; gap: 4px; }
.main-nav li { position: relative; }
.main-nav a { padding: 8px 16px; font-weight: 500; font-size: 0.88rem; color: #2D3436; border-radius: 8px; transition: all 0.3s ease; }
.main-nav a:hover { background: rgba(27,79,145,0.08); color: #1B4F91; }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; z-index: 1000; }

.hero-section { position: relative; display: flex; align-items: center; margin-top: 100px; overflow: hidden; background: #0b2240; padding: 110px 0 90px; }
.hero-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 2; }
.hero-text { color: #fff; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(201,168,76,0.12); border: 1px solid rgba(201,168,76,0.2); color: #C9A84C; padding: 6px 22px; border-radius: 50px; font-weight: 600; font-size: 0.82rem; margin-bottom: 22px; }
.hero-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: #C9A84C; }
.hero-title { font-size: 2.6rem; font-weight: 800; margin-bottom: 12px; line-height: 1.15; }
.hero-highlight { color: #C9A84C; }
.h-sub-gold { color: #C9A84C; font-weight: 700; }
.h-sub-bar { color: rgba(255,255,255,0.15); margin: 0 5px; }
.hero-subtitle { font-size: 1rem; opacity: 0.9; margin-bottom: 18px; line-height: 1.6; }
.hero-tagline { display: inline-block; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); padding: 7px 26px; border-radius: 50px; font-weight: 600; font-size: 0.85rem; margin-bottom: 26px; letter-spacing: 0.3px; color: rgba(255,255,255,0.8); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-actions .btn { padding: 12px 30px; font-size: 0.9rem; border-radius: 8px; font-weight: 600; }
.hero-strip { margin-top: 22px; background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.15); color: #C9A84C; padding: 8px 24px; border-radius: 50px; display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 0.84rem; }
.hero-mockup { position: relative; display: flex; align-items: center; justify-content: center; }
.mockup-frame { background: #1a2d4a; border-radius: 14px; overflow: hidden; width: 100%; max-width: 420px; box-shadow: 0 25px 80px rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.06); }
.mockup-top { display: flex; gap: 6px; padding: 12px 16px; background: rgba(0,0,0,0.15); }
.mockup-dot { width: 10px; height: 10px; border-radius: 50%; }
.mockup-screen { display: flex; min-height: 220px; }
.msidebar { width: 56px; background: rgba(0,0,0,0.12); padding: 14px 10px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.mslogo { width: 34px; height: 34px; border-radius: 8px; background: #C9A84C; color: #fff; font-size: 0.7rem; font-weight: 800; display: flex; align-items: center; justify-content: center; font-family: 'Montserrat',sans-serif; margin-bottom: 6px; }
.msline { height: 6px; border-radius: 3px; background: rgba(255,255,255,0.08); }
.mmain { flex: 1; padding: 14px 16px; }
.mmtop { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.mmt-av { width: 32px; height: 32px; border-radius: 50%; background: rgba(201,168,76,0.2); flex-shrink: 0; }
.mmgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 14px; }
.mmcard { background: rgba(255,255,255,0.05); border-radius: 8px; padding: 10px 8px; text-align: center; }
.mmc-num { font-family: 'Montserrat',sans-serif; font-size: 1.1rem; font-weight: 800; color: #C9A84C; display: block; }
.mmc-lbl { font-size: 0.6rem; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.5px; }
.mmbar { height: 6px; background: rgba(255,255,255,0.06); border-radius: 3px; }
.mmbar-fill { height: 6px; border-radius: 3px; background: linear-gradient(90deg,#C9A84C,#C9A84C); }
.mmbar-lbl { font-size: 0.6rem; color: rgba(255,255,255,0.3); margin-top: 4px; }
.mockup-float { position: absolute; display: flex; align-items: center; gap: 10px; background: #fff; border-radius: 12px; padding: 12px 18px; box-shadow: 0 8px 30px rgba(0,0,0,0.15); }
.mockup-float .mf-icon { font-size: 1.2rem; }
.mockup-float .mf-num { display: block; font-family: 'Montserrat',sans-serif; font-size: 0.95rem; font-weight: 800; color: #1B4F91; line-height: 1.2; }
.mockup-float .mf-lbl { font-size: 0.65rem; color: #888; }
.f1 { top: -15px; right: -20px; }
.f2 { bottom: 30px; left: -25px; }

.section-spotlight { background: #fff; }
.spotlight-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.spotlight-image { display: flex; }
.spotlight-img-wrap { position: relative; border-radius: 18px; overflow: hidden; box-shadow: 0 20px 60px rgba(27,79,145,0.12); width: 100%; }
.spotlight-img { width: 100%; height: auto; max-height: 420px; object-fit: contain; display: block; transition: transform 0.6s ease; }
.spotlight-img-wrap:hover .spotlight-img { transform: scale(1.03); }
.admission-split-img { width: 100%; height: auto; max-height: 420px; object-fit: contain; border-radius: 18px; box-shadow: 0 20px 60px rgba(27,79,145,0.12); }
.spotlight-badge { position: absolute; top: 10px; right: 10px; background: #C9A84C; color: #fff; padding: 4px 14px; border-radius: 50px; font-weight: 700; font-size: 0.74rem; box-shadow: 0 4px 15px rgba(201,168,76,0.3); }
.spotlight-content .section-title { margin-bottom: 16px; }
.spotlight-content p { color: #555; margin-bottom: 14px; font-size: 0.95rem; line-height: 1.8; }
.spotlight-stats { display: flex; gap: 30px; margin: 24px 0 28px; }
.s-stat { text-align: center; }
.s-stat-num { display: block; font-family: 'Montserrat',sans-serif; font-size: 1.6rem; font-weight: 800; color: #1B4F91; }
.s-stat-label { font-size: 0.8rem; color: #888; font-weight: 500; }
.spotlight-highlights { margin: 20px 0 28px; }
.s-hl { padding: 8px 0; font-size: 0.92rem; color: #444; display: flex; align-items: center; gap: 10px; }
.s-hl-icon { display: inline-flex; width: 24px; height: 24px; border-radius: 50%; background: rgba(27,79,145,0.1); color: #1B4F91; align-items: center; justify-content: center; font-weight: 700; font-size: 0.8rem; flex-shrink: 0; }
.section-spotlight-alt { background: #F8FAFD; }

.sat-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 14px 0 18px; }
.sat-point { background: #F8FAFD; border: 1px solid #E8ECF2; border-left: 3px solid #C9A84C; border-radius: 8px; padding: 10px 12px; }
.sat-point-num { display: inline-flex; width: 22px; height: 22px; border-radius: 50%; background: #1B4F91; color: #fff; align-items: center; justify-content: center; font-weight: 800; font-size: 0.75rem; margin-bottom: 6px; }
.sat-point h4 { margin: 0 0 3px; font-size: 0.85rem; color: #1B4F91; line-height: 1.3; }
.sat-point p { margin: 0; font-size: 0.78rem; color: #555; line-height: 1.45; }
@media (max-width: 767px) { .sat-points { grid-template-columns: 1fr; } }

/* ===== SAT PAGE ===== */
.sat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sat-card { background: #fff; border-radius: 14px; padding: 26px 22px; box-shadow: 0 4px 20px rgba(0,0,0,0.06); border: 1px solid rgba(27,79,145,0.08); transition: all 0.4s ease; }
.sat-card:hover { transform: translateY(-6px); box-shadow: 0 10px 30px rgba(27,79,145,0.15); }
.sat-card-icon { width: 52px; height: 52px; border-radius: 12px; background: rgba(27,79,145,0.08); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.sat-card h3 { font-size: 1.02rem; color: #1B4F91; margin: 0 0 8px; }
.sat-card p { font-size: 0.88rem; color: #555; line-height: 1.6; margin: 0; }
.sat-dark { background: linear-gradient(135deg, #0b2240 0%, #1B4F91 100%); color: #fff; }
.sat-dark-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); }
.sat-dark-card h3 { color: #fff; }
.sat-dark-card p { color: rgba(255,255,255,0.85); }
.sat-dark .section-tag, .sat-dark .section-title span { color: #C9A84C; }
.sat-stat { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); border-radius: 14px; padding: 24px; text-align: center; }
.sat-stat-num { display: block; font-size: 2rem; font-weight: 800; color: #C9A84C; font-family: 'Montserrat', sans-serif; }
.sat-stat-label { font-size: 0.82rem; color: rgba(255,255,255,0.8); margin-top: 4px; display: block; }
.sat-roadmap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sat-step { position: relative; background: #fff; border-radius: 14px; padding: 28px 22px 22px; border: 1px solid rgba(27,79,145,0.08); box-shadow: 0 4px 18px rgba(0,0,0,0.05); }
.sat-step-num { position: absolute; top: -18px; left: 22px; width: 36px; height: 36px; border-radius: 50%; background: #C9A84C; color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 1rem; box-shadow: 0 4px 12px rgba(201,168,76,0.4); }
.sat-step h3 { font-size: 1rem; color: #1B4F91; margin: 6px 0 8px; }
.sat-step p { font-size: 0.86rem; color: #555; line-height: 1.6; margin: 0; }
.sat-cta { background: linear-gradient(135deg, #1B4F91, #0b2240); border-radius: 20px; padding: 50px 40px; text-align: center; color: #fff; position: relative; overflow: hidden; }
.sat-cta:before { content: ''; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: rgba(201,168,76,0.15); top: -120px; right: -80px; }
.sat-cta h2 { font-size: 1.7rem; margin: 0 0 10px; }
.sat-cta p { color: rgba(255,255,255,0.85); margin: 0 0 24px; }
@media (max-width: 767px) { .sat-grid, .sat-roadmap { grid-template-columns: 1fr; } .sat-cta { padding: 36px 20px; } }
@media (min-width: 768px) and (max-width: 991px) { .sat-grid, .sat-roadmap { grid-template-columns: repeat(2, 1fr); } }

.section-why { background: #fff; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-card { background: #fff; border-radius: 16px; padding: 32px 24px; text-align: center; box-shadow: 0 2px 15px rgba(0,0,0,0.04); border: 1px solid rgba(27,79,145,0.06); transition: all 0.4s ease; }
.why-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(27,79,145,0.1); border-color: rgba(27,79,145,0.15); }
.why-icon { width: 56px; height: 56px; margin: 0 auto 18px; }
.why-icon svg { width: 100%; height: 100%; }
.why-card h3 { font-size: 1.1rem; color: #1B4F91; margin-bottom: 10px; }
.why-card p { font-size: 0.88rem; color: #636e72; line-height: 1.6; }

/* ===== MENTOR SLIDER ===== */
.mentor-slider { overflow: hidden; padding: 10px 0 6px; }
.mentor-track { display: flex; width: max-content; animation: mentorScroll 38s linear infinite; }
.mentor-slider:hover .mentor-track, .mentor-slider:focus-within .mentor-track { animation-play-state: paused; }
.mentor-group { display: flex; gap: 24px; padding-right: 24px; }
.mentor-group .why-card { width: 300px; flex-shrink: 0; border-top: 3px solid transparent; }
.mentor-group .why-card:hover { transform: translateY(-6px); border-top-color: #C9A84C; background: linear-gradient(180deg, #ffffff, #F8FAFD); box-shadow: 0 12px 40px rgba(201,168,76,0.18); }
.mentor-group .why-card:hover .why-icon svg circle:first-of-type { stroke: #C9A84C; }
.mentor-group .why-card:hover h3 { color: #C9A84C; }
@keyframes mentorScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .mentor-track { animation: none; flex-wrap: wrap; } }

.featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.featured-card { background: #fff; padding: 28px 24px; border-radius: 16px; text-align: center; box-shadow: 0 2px 12px rgba(0,0,0,0.04); border: 1px solid #eee; transition: all 0.3s ease; text-decoration: none; display: block; position: relative; }
.featured-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(27,79,145,0.1); border-color: rgba(27,79,145,0.15); }
.featured-icon { width: 48px; height: 48px; margin: 0 auto 14px; }
.featured-icon svg { width: 100%; height: 100%; }
.featured-card h3 { font-size: 1rem; color: #1B4F91; margin-bottom: 6px; }
.featured-card p { font-size: 0.85rem; color: #888; margin-bottom: 0; }
.featured-arrow { display: inline-block; margin-top: 12px; color: #1B4F91; font-size: 1.2rem; font-weight: 700; transition: transform 0.3s; opacity: 0; }
.featured-card:hover .featured-arrow { opacity: 1; transform: translateX(4px); }

.section-courses { background: #F8FAFD; }
.courses-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-bottom: 60px; }
.course-card { background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.06); transition: all 0.4s ease; }
.course-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(27,79,145,0.12); }
.course-card-header { background: linear-gradient(135deg, #1B4F91, #2563EB); color: #fff; padding: 28px; display: flex; align-items: center; gap: 16px; }
.course-icon { width: 48px; height: 48px; flex-shrink: 0; }
.course-icon svg { width: 100%; height: 100%; }
.course-icon svg circle, .course-icon svg rect, .course-icon svg path, .course-icon svg line { stroke: rgba(255,255,255,0.8) !important; }
.course-card-header h3 { font-size: 1.15rem; color: #fff; }
.course-card-body { padding: 26px; }
.course-card-body p { color: #636e72; margin-bottom: 14px; font-size: 0.93rem; }
.course-features li { padding: 5px 0; padding-left: 22px; position: relative; color: #555; font-size: 0.88rem; }
.course-features li::before { content: '✓'; position: absolute; left: 0; color: #1B4F91; font-weight: 700; }
.courses-subsection { margin-top: 44px; }
.subsection-title { font-size: 1.5rem; color: #1B4F91; margin-bottom: 20px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.subtitle-tag { font-size: 0.82rem; background: rgba(201,168,76,0.12); color: #C9A84C; padding: 4px 14px; border-radius: 50px; font-weight: 600; }
.course-detail-card { background: #fff; border-radius: 14px; padding: 30px; box-shadow: 0 2px 12px rgba(0,0,0,0.04); border-left: 4px solid #1B4F91; }
.course-detail-text p { color: #555; margin-bottom: 14px; font-size: 0.95rem; }
.course-detail-list li { padding: 7px 0; border-bottom: 1px solid #f0f0f0; color: #444; font-size: 0.9rem; }
.course-detail-list li:last-child { border: none; }
.course-detail-list strong { color: #1B4F91; }

.section-sat { background: #F8FAFD; }
.sat-wrapper { position: relative; border-radius: 24px; overflow: hidden; background: linear-gradient(135deg, #1B4F91, #2563EB); min-height: 400px; }
.sat-bg { position: absolute; inset: 0; background: url('../images/sat-banner.jpg') center / cover no-repeat; }
.sat-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(27,79,145,0.93), rgba(37,99,235,0.88)); }
.sat-inner { position: relative; z-index: 2; display: flex; gap: 40px; padding: 60px 50px; color: #fff; align-items: center; }
.sat-left { flex: 1; }
.sat-right { flex: 0 0 200px; text-align: center; }
.sat-badge { display: inline-block; background: rgba(201,168,76,0.2); border: 1px solid rgba(201,168,76,0.4); color: #C9A84C; padding: 6px 24px; border-radius: 50px; font-weight: 600; font-size: 0.82rem; margin-bottom: 14px; }
.sat-title { font-size: 2.2rem; font-weight: 800; margin-bottom: 6px; }
.sat-subtitle { font-size: 1rem; opacity: 0.85; margin-bottom: 12px; }
.sat-highlight { display: inline-block; background: linear-gradient(135deg, #C9A84C, #C9A84C); color: #fff; padding: 8px 26px; border-radius: 50px; font-weight: 700; font-size: 0.9rem; margin-bottom: 16px; box-shadow: 0 4px 15px rgba(201,168,76,0.3); }
.sat-desc { opacity: 0.92; font-size: 0.92rem; line-height: 1.7; margin-bottom: 18px; }
.sat-features { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 8px; }
.sat-features li { padding-left: 24px; position: relative; font-size: 0.9rem; opacity: 0.9; }
.sat-features li::before { content: '✓'; position: absolute; left: 0; color: #C9A84C; font-weight: 700; }
.sat-faculty { font-size: 0.9rem; margin-top: 16px; }
.sat-faculty-label { opacity: 0.7; }
.sat-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.sat-qr { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.sat-qr span { font-weight: 600; opacity: 0.9; font-size: 0.85rem; }

.section-results { background: #F8FAFD; }
.results-tabs { display: flex; justify-content: center; gap: 12px; margin-bottom: 36px; }
.results-tab { padding: 10px 28px; border-radius: 8px; border: 2px solid #1B4F91; background: #fff; color: #1B4F91; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 0.88rem; cursor: pointer; transition: all 0.3s ease; }
.results-tab.active { background: #1B4F91; color: #fff; box-shadow: 0 4px 14px rgba(27,79,145,0.25); }
.results-tab:hover { background: #1B4F91; color: #fff; }
.results-content { display: none; }
.results-content.active { display: block; }
.results-year-title { font-size: 1.3rem; color: #1B4F91; margin-bottom: 28px; text-align: center; }
.achievers-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; }
.achiever-card { display: flex; align-items: center; gap: 14px; background: #fff; padding: 14px 18px; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.03); transition: all 0.3s ease; border: 1px solid #f0f0f0; }
.achiever-card:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(27,79,145,0.08); border-color: rgba(27,79,145,0.12); }
.achiever-avatar { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, #1B4F91, #2563EB); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.85rem; flex-shrink: 0; }
.achiever-info h4 { font-size: 0.92rem; color: #1B4F91; margin-bottom: 2px; }
.achiever-school { font-size: 0.78rem; color: #888; margin-bottom: 3px; }
.achiever-score { display: inline-block; background: rgba(201,168,76,0.1); color: #C9A84C; padding: 2px 12px; border-radius: 50px; font-size: 0.78rem; font-weight: 600; }

.section-about { background: #fff; }
.about-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.about-image { display: flex; justify-content: center; }
.about-img { width: auto; max-width: 100%; max-height: 450px; display: block; border-radius: 18px; box-shadow: 0 15px 50px rgba(27,79,145,0.12); transition: all 0.5s ease; }
.about-img:hover { transform: scale(1.02); box-shadow: 0 20px 60px rgba(201,168,76,0.2), 0 10px 30px rgba(27,79,145,0.08); }
.about-img-placeholder svg { width: 100%; border-radius: 18px; }
.section-about .section-tag { color: #C9A84C !important; border-color: rgba(201,168,76,0.3) !important; }
.section-about .section-title span { color: #C9A84C; }
.section-spotlight .spotlight-image img { transition: all 0.5s ease; }
.section-spotlight .spotlight-image img:hover { transform: scale(1.02); box-shadow: 0 20px 60px rgba(201,168,76,0.2); }
.about-content p { color: #555; margin-bottom: 14px; font-size: 0.95rem; line-height: 1.8; }
.about-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 32px; }
.stat-item { text-align: center; padding: 18px; background: #F8FAFD; border-radius: 12px; }
.stat-number { display: block; font-family: 'Montserrat', sans-serif; font-size: 1.8rem; font-weight: 800; color: #1B4F91; }
.stat-number::after { content: '+'; color: #C9A84C; }
.stat-label { font-size: 0.78rem; color: #888; font-weight: 500; }

.section-about-gallery { background: #F8FAFD; }
.about-gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.about-gal-item { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 4/3; cursor: pointer; }
.about-gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.about-gal-item:hover img { transform: scale(1.05); }
.about-gal-overlay { position: absolute; inset: 0; background: linear-gradient(transparent 50%, rgba(27,79,145,0.85)); display: flex; align-items: flex-end; padding: 20px; opacity: 0; transition: opacity 0.3s ease; }
.about-gal-item:hover .about-gal-overlay { opacity: 1; }
.about-gal-overlay span { color: #fff; font-weight: 600; font-size: 0.9rem; }

.section-gallery { background: linear-gradient(135deg, #F8FAFD 0%, #fff 50%, #F8FAFD 100%); }
.section-gallery .section-header .section-tag { color: #C9A84C; border-color: rgba(201,168,76,0.3); }
.section-gallery .section-title span { color: #C9A84C; }
.gallery-grid { column-count: 4; column-gap: 16px; }
.gallery-item { break-inside: avoid; margin-bottom: 16px; display: inline-block; width: 100%; position: relative; border-radius: 14px; overflow: hidden; cursor: pointer; box-shadow: 0 6px 20px rgba(0,0,0,0.06); transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); border: 1px solid rgba(201,168,76,0.1); }
.gallery-item::before { content: ''; position: absolute; inset: -1px; border-radius: 15px; background: linear-gradient(135deg, #C9A84C 0%, transparent 40%, transparent 60%, #C9A84C 100%); z-index: 2; pointer-events: none; opacity: 0; transition: opacity 0.5s ease; }
.gallery-item::after { content: ''; position: absolute; inset: 2px; border-radius: 12px; background: #fff; z-index: 0; pointer-events: none; }
.gallery-item:hover::before { opacity: 1; }
.gallery-item:hover { transform: translateY(-10px) scale(1.02); box-shadow: 0 20px 50px rgba(201,168,76,0.2), 0 8px 25px rgba(27,79,145,0.1); border-color: #C9A84C; }
.gallery-item img { width: 100%; height: auto; display: block; transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); position: relative; z-index: 1; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent 30%, rgba(27,79,145,0.55) 60%, rgba(27,79,145,0.8)); padding: 20px 14px 12px; display: flex; align-items: flex-end; justify-content: space-between; z-index: 3; }
.gallery-label { color: #fff; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.3px; }
.gallery-view-btn { opacity: 0; transform: translateY(6px); color: #C9A84C; font-weight: 700; padding: 6px 18px; border: 2px solid #C9A84C; border-radius: 50px; font-size: 0.72rem; cursor: pointer; transition: all 0.3s; letter-spacing: 0.5px; background: rgba(255,255,255,0.15); backdrop-filter: blur(6px); }
.gallery-item:hover .gallery-view-btn { opacity: 1; transform: translateY(0); background: #C9A84C; color: #fff; box-shadow: 0 4px 20px rgba(201,168,76,0.4); }

.section-events { background: #fff; }
.events-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 20px; }
.event-card { display: flex; gap: 16px; background: #F8FAFD; padding: 20px; border-radius: 16px; position: relative; transition: all 0.3s ease; border: 1px solid #f0f0f0; }
.event-card:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(27,79,145,0.08); border-color: #e0e8f0; }
.event-badge { position: absolute; top: 12px; right: 12px; padding: 3px 12px; border-radius: 50px; font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.event-badge.offline { background: #E3F2FD; color: #1B4F91; }
.event-badge.online { background: #FFF3E0; color: #C9A84C; }
.event-badge.highlight { background: #FEF3C7; color: #C9A84C; }
.event-badge.live { background: #DCFCE7; color: #16A34A; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity:1; } 50% { opacity:0.7; } }
.event-date { text-align: center; flex-shrink: 0; width: 50px; }
.event-day { display: block; font-family: 'Montserrat', sans-serif; font-size: 1.4rem; font-weight: 800; color: #1B4F91; line-height: 1.1; }
.event-month { font-size: 0.72rem; font-weight: 600; color: #888; text-transform: uppercase; }
.event-info { flex: 1; }
.event-info h3 { font-size: 1rem; color: #1B4F91; margin-bottom: 4px; padding-right: 70px; }
.event-info p { font-size: 0.85rem; color: #636e72; margin-bottom: 10px; }
.event-details { display: flex; gap: 12px; flex-wrap: wrap; }
.event-meta { display: inline-flex; align-items: center; gap: 5px; font-size: 0.8rem; color: #999; }
.event-meta svg { flex-shrink: 0; width: 12px; height: 12px; }
.timetable-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.timetable-card { background: #fff; border-radius: 18px; padding: 32px 28px; box-shadow: 0 2px 12px rgba(0,0,0,0.04); border: 1px solid #eee; transition: all 0.3s; }
.timetable-card:hover { box-shadow: 0 8px 30px rgba(27,79,145,0.08); transform: translateY(-3px); }
.timetable-card h3 { font-size: 1.1rem; color: #1B4F91; margin-bottom: 4px; }
.timetable-card > p { font-size: 0.82rem; color: #888; margin-bottom: 18px; }
.timetable-list { list-style: none; padding: 0; margin: 0; }
.timetable-list li { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #f0f0f0; font-size: 0.88rem; }
.timetable-list li:last-child { border-bottom: none; }
.timetable-list li span:first-child { color: #1B4F91; font-weight: 600; }
.timetable-list li span:last-child { color: #636e72; }

.section-testimonials { background: #F8FAFD; }
.testimonials-slider { max-width: 750px; margin: 0 auto; position: relative; overflow: hidden; }
.testimonial-track { display: flex; transition: transform 0.5s ease; }
.testimonial-card { flex: 0 0 100%; padding: 36px; background: #fff; border-radius: 18px; text-align: center; box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.testimonial-stars { color: #C9A84C; font-size: 1.2rem; margin-bottom: 14px; }
.testimonial-text { font-size: 1rem; color: #555; font-style: italic; line-height: 1.8; margin-bottom: 22px; }
.testimonial-author { display: flex; align-items: center; gap: 14px; justify-content: center; }
.testimonial-avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, #1B4F91, #2563EB); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.9rem; }
.testimonial-avatar-img { width: 64px; height: 64px; border-radius: 50%; overflow: hidden; border: 2px solid #C9A84C; flex: 0 0 64px; }
.testimonial-avatar-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; display: block; }
.testimonial-author h4 { font-size: 0.95rem; color: #1B4F91; }
.testimonial-author span { font-size: 0.82rem; color: #888; }
.testimonial-controls { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 28px; }
.testimonial-btn { width: 42px; height: 42px; border-radius: 50%; border: 2px solid #1B4F91; background: #fff; color: #1B4F91; font-size: 1.1rem; cursor: pointer; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; }
.testimonial-btn:hover { background: #1B4F91; color: #fff; }
.testimonial-dots { display: flex; gap: 8px; }
.testimonial-dots span { width: 8px; height: 8px; border-radius: 50%; background: #ddd; cursor: pointer; transition: all 0.3s; }
.testimonial-dots span.active { background: #1B4F91; width: 24px; border-radius: 4px; }

.section-admission { background: #fff; padding: 80px 0; }

.admission-split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.admission-split-image { position: relative; }
.admission-steps { display: flex; flex-direction: column; gap: 16px; margin: 0 0 28px; }
.admission-step { display: flex; gap: 14px; align-items: flex-start; background: #F8FAFD; padding: 18px 20px; border-radius: 14px; border: 1px solid #eee; transition: all 0.3s; }
.admission-step:hover { background: #fff; box-shadow: 0 4px 15px rgba(27,79,145,0.06); transform: translateX(4px); }
.step-number { font-family: 'Montserrat', sans-serif; font-size: 1.5rem; font-weight: 800; color: #C9A84C; line-height: 1; flex-shrink: 0; min-width: 36px; }
.step-info h3 { font-size: 0.95rem; margin-bottom: 2px; }
.step-info p { font-size: 0.82rem; }
.admission-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 10px; }
.result-highlights { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 0 0 20px; }
.result-highlight { background: #fff; border: 1px solid #eef2f7; border-radius: 14px; padding: 16px 12px; text-align: center; transition: all 0.3s; }
.result-highlight:hover { box-shadow: 0 4px 15px rgba(27,79,145,0.08); transform: translateY(-2px); }
.rh-value { display: block; font-family: 'Montserrat', sans-serif; font-size: 1.8rem; font-weight: 800; color: #1B4F91; line-height: 1.1; margin-bottom: 4px; }
.rh-label { display: block; font-size: 0.75rem; color: #888; line-height: 1.3; }

.section-contact { background: #F8FAFD; }
.contact-wrapper { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; }
.contact-form-wrap { background: #fff; padding: 36px; border-radius: 18px; box-shadow: 0 2px 15px rgba(0,0,0,0.04); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-weight: 600; font-size: 0.85rem; color: #333; margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border: 2px solid #e8e8e8; border-radius: 10px; font-family: 'Poppins', sans-serif; font-size: 0.92rem; transition: all 0.3s ease; background: #FAFBFC; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: #1B4F91; box-shadow: 0 0 0 3px rgba(27,79,145,0.08); }
.btn-submit { width: 100%; margin-top: 6px; padding: 14px; }
.form-success { text-align: center; padding: 50px 20px; }
.form-success h3 { color: #2E7D32; font-size: 1.5rem; margin: 14px 0 8px; }
.form-success p { color: #555; font-size: 0.95rem; }

.contact-info-wrap { display: flex; flex-direction: column; gap: 18px; }
.contact-info-card { display: flex; gap: 14px; align-items: flex-start; background: #fff; padding: 22px; border-radius: 14px; box-shadow: 0 2px 10px rgba(0,0,0,0.03); }
.contact-icon { width: 42px; height: 42px; border-radius: 12px; background: rgba(27,79,145,0.08); color: #1B4F91; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-icon svg { width: 20px; height: 20px; }
.contact-info-card h4 { font-size: 0.88rem; color: #1B4F91; margin-bottom: 3px; }
.contact-info-card p, .contact-info-card a { font-size: 0.88rem; color: #555; }
.contact-info-card a:hover { color: #1B4F91; }
.contact-label-small { font-size: 0.78rem; color: #888; }
.contact-map { background: #fff; padding: 22px; border-radius: 14px; box-shadow: 0 2px 10px rgba(0,0,0,0.03); }
.contact-map h4 { font-size: 0.88rem; color: #1B4F91; margin-bottom: 10px; }

.footer-cta { background: linear-gradient(135deg, #1a3a6b, #1B4F91); color: #fff; text-align: center; padding: 40px 20px 36px; }
.footer-cta h2 { font-size: 1.6rem; margin-bottom: 4px; font-weight: 800; }
.footer-cta p { font-size: 0.9rem; opacity: 0.85; margin-bottom: 16px; margin-top: 0; }
.footer-cta .btn { padding: 12px 36px; font-size: 0.9rem; }
.footer-main { background: #1a1a2e; color: rgba(255,255,255,0.8); padding: 70px 0 35px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.5fr 1.8fr; gap: 40px; }
.footer-logo { height: 45px; width: auto; margin-bottom: 14px; }
.footer-desc { font-size: 0.88rem; line-height: 1.8; margin-bottom: 18px; color: rgba(255,255,255,0.65); }
.footer-social { display: flex; gap: 10px; }
.social-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; padding: 8px; }
.social-icon:hover { background: #1B4F91; transform: translateY(-3px); }
.social-icon svg { width: 100%; height: 100%; fill: #fff; }
.footer-col h3 { color: #fff; font-size: 1.05rem; margin-bottom: 18px; position: relative; padding-bottom: 10px; }
.footer-col h3::after { content: ''; position: absolute; bottom: 0; left: 0; width: 28px; height: 3px; background: #C9A84C; border-radius: 2px; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { color: rgba(255,255,255,0.7); font-size: 0.88rem; transition: all 0.3s; }
.footer-col ul li a:hover { color: #C9A84C; padding-left: 4px; }
.footer-contact-item { margin-bottom: 10px; font-size: 0.88rem; }
.footer-contact-label { font-weight: 600; color: #C9A84C; }
.footer-contact-item a { color: rgba(255,255,255,0.8); }
.footer-contact-item a:hover { color: #C9A84C; }
.footer-bottom { background: #111122; text-align: center; padding: 20px; font-size: 0.82rem; color: rgba(255,255,255,0.45); }
.footer-credit { margin: 0 0 8px; font-size: 0.9rem; color: rgba(255,255,255,0.6); }
.credit-link { color: #C9A84C; font-weight: 700; text-decoration: none; letter-spacing: 0.5px; position: relative; padding-bottom: 2px; transition: all 0.3s ease; }
.credit-link span { color: #fff; font-weight: 600; transition: all 0.3s ease; }
.credit-link::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: #C9A84C; transition: width 0.3s ease; }
.credit-link:hover { color: #fff; text-shadow: 0 0 14px rgba(201,168,76,0.7); }
.credit-link:hover span { color: #C9A84C; }
.credit-link:hover::after { width: 100%; }

.float-phone, .float-whatsapp { position: fixed; right: 24px; width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 999; box-shadow: 0 4px 20px rgba(0,0,0,0.2); transition: all 0.3s ease; cursor: pointer; }
.float-phone { bottom: 96px; background: linear-gradient(135deg, #1B4F91, #2563EB); color: #fff; }
.float-whatsapp { bottom: 28px; background: #25D366; color: #fff; }
.float-phone:hover, .float-whatsapp:hover { transform: scale(1.1); }
.float-phone svg, .float-whatsapp svg { width: 26px; height: 26px; fill: currentColor; }

.page-hero { background: linear-gradient(135deg, #1B4F91 0%, #1a3a6b 50%, #1B4F91 100%); color: #fff; text-align: center; padding: 110px 20px 40px; margin-top: 82px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; top: -40%; right: -15%; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(201,168,76,0.08) 0%, transparent 70%); pointer-events: none; animation: heroGlow 6s ease-in-out infinite alternate; }
.page-hero::after { content: ''; position: absolute; bottom: -30%; left: -10%; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(37,99,235,0.12) 0%, transparent 70%); pointer-events: none; animation: heroGlow 8s ease-in-out infinite alternate-reverse; }
@keyframes heroGlow { 0% { transform: translate(0, 0) scale(1); } 100% { transform: translate(30px, -20px) scale(1.1); } }
.page-hero .container { position: relative; z-index: 1; }
.page-title { font-size: 2rem; font-weight: 800; margin-bottom: 6px; position: relative; display: inline-block; animation: fadeInDown 0.8s ease; }
.page-title::after { content: ''; display: block; width: 50px; height: 3px; background: #C9A84C; margin: 10px auto 0; border-radius: 2px; }
.page-hero p { animation: fadeInUp 0.8s ease 0.2s both; }
.page-hero-alt { padding: 30px 0 10px; margin-top: 82px; position: relative; }
.page-hero-alt .pha-inner { display: flex; align-items: center; gap: 18px; }
.page-hero-alt .pha-badge { font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: #C9A84C; background: rgba(201,168,76,0.1); padding: 6px 16px; border-radius: 50px; }
.page-hero-alt .pha-title { font-size: 2rem; font-weight: 800; color: #14141F; margin: 0; line-height: 1.2; }
.page-hero-alt .pha-line { flex: 1; height: 2px; background: linear-gradient(90deg, #C9A84C 0%, rgba(201,168,76,0.2) 100%); position: relative; overflow: hidden; border-radius: 2px; }
.page-hero-alt .pha-line::after { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, #C9A84C, transparent); animation: phaLineShine 2.5s ease-in-out infinite; }
@keyframes phaLineShine { 0% { left: -100%; } 100% { left: 200%; } }
.page-content { padding: 50px 0; min-height: 350px; }
.page-content p { margin-bottom: 14px; color: #555; line-height: 1.8; }

.lightbox { display: none; position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.92); align-items: center; justify-content: center; }
.lightbox.active { display: flex; }
.lightbox-close { position: absolute; top: 20px; right: 30px; color: #fff; font-size: 2.5rem; background: none; border: none; cursor: pointer; z-index: 10; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; transition: all 0.3s; }
.lightbox-close:hover { transform: rotate(90deg); }
.lightbox-img { max-width: 90%; max-height: 85vh; object-fit: contain; border-radius: 8px; box-shadow: 0 10px 50px rgba(0,0,0,0.5); }
.lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); color: #fff; font-size: 2rem; background: rgba(255,255,255,0.1); border: none; width: 50px; height: 50px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s; }
.lightbox-nav:hover { background: rgba(255,255,255,0.25); }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }
.lightbox-counter { position: absolute; bottom: 25px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.6); font-size: 0.85rem; font-weight: 500; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }

@keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }

@keyframes fadeInLeft { from { opacity: 0; transform: translateX(-40px); } to { opacity: 1; transform: translateX(0); } }

@keyframes fadeInRight { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: translateX(0); } }
.fade-up { opacity: 0; transform: translateY(30px); transition: all 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

.stat-number { display: inline-block; }

/* ===== HERO SLIDER ===== */
.hero-slider { position: relative; margin-top: 82px; height: 560px; overflow: hidden; background: #0b2240; }
.slider-container { position: relative; width: 100%; height: 100%; }
.slider-track { position: relative; width: 100%; height: 100%; }
.slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 0.6s ease-in-out; z-index: 1; }
.slide.active { opacity: 1; z-index: 2; }
.slide-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 0%; display: block; }
.slide-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to right, rgba(11,34,64,0.5) 0%, rgba(11,34,64,0.2) 60%, rgba(11,34,64,0.05) 100%); }
.slide-content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; display: flex; flex-direction: column; justify-content: center; }
.slide-content-inner { max-width: 650px; padding: 40px 0; }
.slide-content-inner.right { margin-left: auto; text-align: right; }
.slide-content-inner.right .slide-desc { margin-left: auto; }
.slide-title { font-family: 'Montserrat', sans-serif; font-size: 2.7rem; font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.5px; }
.slide-desc { font-size: 1.05rem; color: rgba(255,255,255,0.92); line-height: 1.7; margin-bottom: 24px; max-width: 560px; }
.slide-cta { display: inline-block; padding: 14px 38px; font-size: 0.95rem; border-radius: 8px; }
.slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; width: 44px; height: 44px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.06); color: #fff; font-size: 1.2rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; }
.slider-arrow:hover { background: #C9A84C; border-color: #C9A84C; color: #fff; }
.slider-arrow.prev { left: 20px; }
.slider-arrow.next { right: 20px; }
.slider-dots { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; gap: 10px; }
.slider-dots span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.3); cursor: pointer; transition: all 0.3s ease; }
.slider-dots span.active { background: #C9A84C; width: 28px; border-radius: 5px; }

/* Slide animations */
@keyframes dropIn { from { opacity: 0; transform: translateY(-60px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
.slide.active .slide-title { animation: dropIn 0.7s ease both; }
.slide.active .slide-desc { animation: fadeUp 0.7s ease 0.15s both; }
.slide.active .slide-cta { animation: fadeUp 0.7s ease 0.3s both; }

/* ===== GALLERY HERO ===== */
.gallery-hero-tag { display: inline-block; background: #C9A84C; color: #fff; padding: 8px 28px; border-radius: 50px; font-weight: 700; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 2.5px; margin-bottom: 16px; box-shadow: 0 4px 20px rgba(201,168,76,0.4); animation: dropIn 0.7s ease both; }
.gallery-hero-title { font-family: 'Montserrat', sans-serif; font-size: 3.6rem; font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 12px; text-shadow: 0 4px 25px rgba(0,0,0,0.5); animation: dropIn 0.7s ease 0.15s both; }
.gallery-hero-title span { color: #C9A84C; }
.gallery-hero-sub { color: rgba(255,255,255,0.95); font-size: 1.1rem; font-weight: 500; text-shadow: 0 2px 10px rgba(0,0,0,0.4); animation: dropIn 0.7s ease 0.3s both; }

@media (max-width: 768px) {
    .gallery-hero { height: 300px !important; }
    .gallery-hero-title { font-size: 2.6rem; }
    .gallery-hero-sub { font-size: 0.92rem; }
}

@media (max-width: 480px) {
    .gallery-hero { height: 260px !important; }
    .gallery-hero-title { font-size: 2rem; }
    .gallery-hero-sub { font-size: 0.85rem; }
}

@media (max-width: 1024px) {
    .section { padding: 60px 0; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
    .about-wrapper { grid-template-columns: 1fr; gap: 35px; }
    .about-stats { grid-template-columns: repeat(2, 1fr); }
    .contact-wrapper { grid-template-columns: 1fr; }
    .sat-content { padding: 50px 30px; }
    .featured-grid { grid-template-columns: repeat(2, 1fr); }
    .spotlight-wrapper { grid-template-columns: 1fr; gap: 40px; }
    .admission-split { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 768px) {
    .section { padding: 50px 0; }
    .section-title { font-size: 1.6rem; }
    .section-header { margin-bottom: 36px; }
    .hero-new { height: auto; min-height: auto; padding: 20px 0; }
    .hero-new-body { min-height: auto; }
    .hero-new-row { flex-direction: column; align-items: center; gap: 24px; height: auto; }
    .hn-col-left { flex: none; width: 100%; padding: 0; align-items: center; text-align: center; justify-content: flex-start; }
    .hn-title { font-size: 2rem; }
    .hn-icons-row { justify-content: center; }
    .hn-desc-premium { max-width: 100%; border-left: none; border-top: 4px solid #C9A84C; text-align: center; flex-direction: column; align-items: center; }
    .hn-left-actions { justify-content: center; }
    .hn-col-center { width: 100%; justify-content: center; min-height: 0; }
    .teacher-section { width: 200px; height: 340px; }
    .hn-col-right { flex: none; width: 100%; padding-left: 0; padding-top: 0; align-items: center; text-align: center; }
    .hn-divider { display: none; }
    .hn-avatars { justify-content: center; }
    .hbb-date { margin-left: 0; }
    .header-top { display: none; }
    .main-nav { position: fixed; top: 0; right: -100%; width: 300px; height: 100%; background: #fff; box-shadow: -8px 0 30px rgba(0,0,0,0.15); padding: 90px 16px 24px; transition: all 0.35s ease; z-index: 999; overflow-y: auto; }
    .main-nav::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #1B4F91, #C9A84C); }
    .main-nav.open { right: 0; }
    .main-nav ul { flex-direction: column; gap: 4px; width: 100%; margin: 0; padding: 0; list-style: none; }
    .main-nav li { width: 100%; margin: 0; }
    .main-nav li.current-menu-item > a { background: rgba(27,79,145,0.08); color: #1B4F91; font-weight: 700; border-left: 3px solid #C9A84C; }
    .main-nav li.current-menu-item > a:hover { padding-left: 16px; }
    .main-nav a { display: flex; align-items: center; min-height: 44px; padding: 10px 16px; font-size: 0.95rem; font-weight: 500; color: #2D3436; border-radius: 10px; transition: all 0.25s ease; }
    .main-nav a:hover { background: rgba(201,168,76,0.14); color: #1B4F91; padding-left: 20px; }
    .menu-toggle { display: flex; flex-direction: column; gap: 5px; }
    .menu-toggle span { display: block; width: 28px; height: 3px; background: #1B4F91; border-radius: 2px; transition: all 0.3s ease; }
    .menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 6px); }
    .menu-toggle.active span:nth-child(2) { opacity: 0; }
    .menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -6px); }
    .why-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
    .courses-grid { grid-template-columns: 1fr; }
    .events-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .footer-cta { padding: 28px 20px 24px; }
    .footer-cta h2 { font-size: 1.2rem; }
    .footer-cta p { font-size: 0.82rem; margin-bottom: 12px; }
    .courses-subsection { padding: 0; }
    .about-gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .page-hero { padding: 90px 20px 30px; }
    .page-title { font-size: 1.5rem; }
    .page-hero-alt { padding: 24px 0 8px; }
    .page-hero-alt .pha-inner { flex-wrap: wrap; gap: 10px; }
    .page-hero-alt .pha-title { font-size: 1.5rem; }
    .page-hero-alt .pha-line { display: none; }
    .contact-form-wrap { padding: 24px; }
    .about-stats { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .stat-number { font-size: 1.5rem; }
    .results-tab { padding: 8px 20px; font-size: 0.82rem; }
    .achievers-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .featured-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .spotlight-stats { gap: 20px; }
    .s-stat-num { font-size: 1.3rem; }
    .spotlight-img { max-height: 280px; }
    .result-highlights { grid-template-columns: repeat(2, 1fr); }
    .timetable-grid { grid-template-columns: 1fr; gap: 16px; }
    .event-details { flex-direction: column; gap: 6px; }
    .sat-inner { flex-direction: column; padding: 40px 30px; text-align: center; }
    .sat-right { flex: none; }
    .sat-title { font-size: 1.6rem; }
    .sat-features { align-items: center; }
    .sat-cta { justify-content: center; }
    .hero-slider { height: auto; aspect-ratio: 1264 / 843; margin-top: 76px; background: #fff; }
    .slide-img { object-fit: cover; object-position: 15% 30%; background: #fff; }
    .slide-overlay { background: linear-gradient(to top, rgba(11,34,64,0.5) 0%, rgba(11,34,64,0.12) 50%, rgba(11,34,64,0) 75%); }
    .slide-content { justify-content: center; padding: 30px 16px 36px; }
    .slide-content-inner { max-width: 100%; text-align: left; }
    .slide-title { font-size: 1.35rem; text-shadow: 0 2px 12px rgba(0,0,0,0.45); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
    .slide-desc { font-size: 0.84rem; max-width: 100%; margin-bottom: 12px; text-shadow: 0 1px 8px rgba(0,0,0,0.4); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
    .slide-cta { padding: 11px 26px; font-size: 0.8rem; }
    .slider-arrow { width: 38px; height: 38px; font-size: 1rem; background: rgba(11,34,64,0.55); border-color: rgba(255,255,255,0.35); }
    .slider-arrow.prev { left: 14px; }
    .slider-arrow.next { right: 14px; }
    .slider-dots { bottom: 20px; }
    .gallery-grid { column-count: 3; column-gap: 12px; }
    .gallery-item { margin-bottom: 12px; }
    .gallery-item:hover { transform: translateY(-4px) scale(1.01); }
    .about-gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .subsection-title { font-size: 1.2rem; }
    .timetable-grid { grid-template-columns: 1fr; }
}

/* === HERO SECTION === */
.hero-new {
  background: #EDEFF2;
  height: 580px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 20px;
}
.hero-new-body {
  flex: 1;
  display: flex;
  min-height: 0;
}
.hero-new-row {
  display: flex;
  align-items: stretch;
  height: 100%;
  gap: 50px;
}
.hn-col {
  display: flex;
  flex-direction: column;
}
.hn-col-left {
  flex: 0 0 380px;
  justify-content: space-between;
  padding-top: 30px;
  padding-right: 10px;
  padding-bottom: 30px;
}
.hn-left-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.hn-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: #111;
  line-height: 1.1;
  margin-bottom: 28px;
  letter-spacing: -0.8px;
}
.hn-title .hn-sub {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #6B7280;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.hn-dinesh {
  font-family: 'Dancing Script', cursive;
  font-weight: 700;
  color: #2F6FED;
  font-size: 1.2em;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}
.hn-dinesh::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #C9A84C;
  vertical-align: middle;
  margin-right: 8px;
}
.hn-icons-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.hn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hn-icon-chat {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #2F6FED;
}
.hn-icon-gear {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #E5E7EB;
}
.hn-desc-premium {
  display: flex;
  gap: 14px;
  max-width: 300px;
  background: linear-gradient(135deg, rgba(201,168,76,0.06) 0%, rgba(47,111,237,0.04) 100%);
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid rgba(201,168,76,0.15);
  border-left: 4px solid #C9A84C;
  box-shadow: 0 2px 12px rgba(201,168,76,0.08);
}
.hn-dp-icon {
  flex-shrink: 0;
  padding-top: 2px;
}
.hn-dp-text {
  display: inline;
  font-size: 14px;
  color: #1F2937;
  line-height: 1.7;
  font-weight: 500;
}
.hn-dp-subjects {
  display: block;
  font-weight: 700;
  color: #14141F;
  letter-spacing: -0.2px;
}
.hn-dp-exams {
  display: inline;
  font-weight: 600;
  color: #C9A84C;
}
.hn-dp-tagline {
  display: inline;
  color: #6B7280;
  font-weight: 400;
  font-style: italic;
}
.hn-col-center {
  flex: 1;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: visible;
}
.teacher-section {
  position: relative;
  width: 230px;
  height: 430px;
  flex-shrink: 0;
}
.teacher-photo {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(145deg, #1B4F91 0%, #2563EB 60%, #1a3a6b 100%);
  box-shadow: 0 15px 40px rgba(27,79,145,0.2);
}
.teacher-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.teacher-photo-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 20px;
}
.tpf-icon svg {
  display: block;
}
.tpf-label {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: rgba(255,255,255,0.75);
  letter-spacing: 2px;
}
.hn-col-right {
  flex: 0 0 200px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  padding-top: 50px;
}
.hn-big-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #14141F;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}
.hn-r-sub {
  font-size: 14px;
  color: #6B7280;
  max-width: 160px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.hn-divider {
  width: 1px;
  height: 60px;
  background: #D1D5DB;
  margin-bottom: 18px;
}
.hn-avatars {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.hn-av {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  flex-shrink: 0;
}
.hn-av:nth-child(1) {
  background: linear-gradient(135deg, #667eea, #764ba2);
  z-index: 3;
}
.hn-av:nth-child(2) {
  background: linear-gradient(135deg, #C9A84C, #C9A84C);
  margin-left: -12px;
  z-index: 2;
}
.hn-av:nth-child(3) {
  background: linear-gradient(135deg, #1B4F91, #2563EB);
  margin-left: -12px;
  z-index: 1;
}
.hn-av-label {
  font-size: 12px;
  color: #6B7280;
  display: block;
}
.hero-bottom-bar {
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0,0,0,0.04);
}
.hbb-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
}
.hbb-btn-orange {
  background: #C9A84C;
  color: #fff;
  padding: 10px 28px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
}
.hbb-btn-orange:hover {
  background: #EA580C;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(201,168,76,0.3);
}
.hbb-btn-outline {
  background: transparent;
  color: #14141F;
  border: 2px solid #D1D5DB;
  padding: 9px 28px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
}
.hbb-btn-outline:hover {
  border-color: #14141F;
  background: rgba(0,0,0,0.02);
}
.hbb-date {
  font-size: 13px;
  color: #C9A84C;
  font-weight: 500;
  margin-left: auto;
}

@media (max-width: 480px) {
    .hero-title { font-size: 1.5rem; }
    .hero-section { padding: 70px 0 40px; }
    .hero-mockup { max-width: 280px; }
    .mockup-screen { min-height: 170px; }
    .mmgrid { gap: 5px; }
    .mmcard { padding: 6px 4px; }
    .mmc-num { font-size: 0.9rem; }
    .f1, .f2 { display: none; }
    .section { padding: 40px 0; }
    .container { padding-left: 16px; padding-right: 16px; }
    .hero-new { padding: 10px 0; min-height: auto; height: auto; }
    .hero-new-body { min-height: auto; }
    .hero-new-row { flex-direction: column; align-items: center; gap: 16px; height: auto; }
    .hn-title { font-size: 1.3rem; text-align: center; }
    .hn-sub { font-size: 0.75rem; }
    .hn-col-left { flex: none; width: 100%; padding: 0; align-items: center; text-align: center; }
    .hn-icons-row { justify-content: center; }
    .hn-desc-premium { max-width: 100%; border-left: none; border-top: 3px solid #C9A84C; text-align: center; flex-direction: column; align-items: center; padding: 12px 0 0; gap: 6px; }
    .hn-left-actions { flex-direction: column; align-items: center; gap: 8px; width: 100%; }
    .hn-left-actions .hbb-btn-orange, .hn-left-actions .hbb-btn-outline { width: 100%; max-width: 260px; text-align: center; padding: 10px 20px; font-size: 0.85rem; }
    .hn-col-center { width: 100%; min-height: 0; justify-content: center; }
    .teacher-section { width: 140px; height: 240px; }
    .hn-col-right { flex: none; width: 100%; padding: 0; align-items: center; text-align: center; }
    .hn-big-num { font-size: 24px; }
    .hn-r-sub { font-size: 0.82rem; }
    .hn-avatars { justify-content: center; }
    .hn-divider { display: none; }
    .spotlight-img { max-height: 200px; }
    .spotlight-wrapper { gap: 24px; }
    .why-grid { grid-template-columns: 1fr; gap: 12px; }
    .mentor-group .why-card { width: 258px; }
    .mentor-group { gap: 16px; padding-right: 16px; }
    .section-title { font-size: 1.3rem; }
    .section-desc { font-size: 0.85rem; }
    .section-header { margin-bottom: 28px; }
    .btn { font-size: 0.85rem; padding: 10px 24px; }
    .hero-actions { flex-direction: column; align-items: center; }
    .hero-actions .btn { width: 100%; max-width: 280px; text-align: center; }
    .admission-cta { flex-direction: column; align-items: center; }
    .admission-cta .btn { width: 100%; max-width: 280px; text-align: center; }
    .sat-inner { padding: 24px 16px; gap: 20px; }
    .sat-cta { flex-direction: column; align-items: center; }
    .sat-cta .btn { width: 100%; max-width: 280px; text-align: center; }
    .sat-features { align-items: flex-start; }
    .sat-title { font-size: 1.4rem; }
    .featured-grid { grid-template-columns: 1fr; gap: 14px; }
    .featured-card { padding: 20px; }
    .courses-grid { grid-template-columns: 1fr; gap: 16px; }
    .course-card-body { padding: 16px; }
    .events-grid { grid-template-columns: 1fr; gap: 14px; }
    .hero-slider { height: auto; aspect-ratio: 1264 / 843; margin-top: 72px; background: #fff; }
    .slide-img { object-fit: cover; object-position: 15% 30%; background: #fff; }
    .slide-overlay { background: linear-gradient(to top, rgba(11,34,64,0.55) 0%, rgba(11,34,64,0.15) 50%, rgba(11,34,64,0) 75%); }
    .slide-content { justify-content: center; padding: 24px 14px 30px; }
    .slide-content-inner { max-width: 100%; text-align: left; }
    .slide-title { font-size: 1.15rem; margin-bottom: 6px; text-shadow: 0 2px 12px rgba(0,0,0,0.45); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
    .slide-desc { font-size: 0.78rem; margin-bottom: 10px; line-height: 1.5; text-shadow: 0 1px 8px rgba(0,0,0,0.4); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
    .slide-cta { padding: 9px 20px; font-size: 0.75rem; }
    .slider-arrow { width: 32px; height: 32px; font-size: 0.85rem; background: rgba(11,34,64,0.55); border-color: rgba(255,255,255,0.35); }
    .slider-arrow.prev { left: 8px; }
    .slider-arrow.next { right: 8px; }
    .slider-dots { bottom: 14px; gap: 6px; }
    .slider-dots span { width: 8px; height: 8px; }
    .slider-dots span.active { width: 20px; }
    .gallery-grid { column-count: 2; column-gap: 8px; }
    .gallery-item { margin-bottom: 8px; }
    .gallery-item:hover { transform: translateY(-3px) scale(1.01); }
    .about-gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
    .footer-main { padding: 40px 0 20px; }
    .footer-col h3 { margin-bottom: 10px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-contact-info { grid-column: 1 / -1; }
    .footer-desc { font-size: 0.82rem; }
    .footer-contact-item { font-size: 0.82rem; }
    .page-hero { padding: 80px 16px 24px; }
    .page-title { font-size: 1.3rem; }
    .page-hero-alt { padding: 20px 0 6px; }
    .page-hero-alt .pha-title { font-size: 1.3rem; }
    .admission-split { gap: 24px; }
    .result-highlights { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .achievers-grid { grid-template-columns: 1fr; gap: 10px; }
    .achiever-card { padding: 12px; }
    .courses-subsection { padding: 0; }
    .course-detail-card { padding: 16px; }
    .testimonial-grid { grid-template-columns: 1fr; gap: 16px; }
    .contact-wrapper { gap: 24px; }
    .contact-form-wrap { padding: 20px; }
    .about-stats { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .about-wrapper { gap: 24px; }
    .subsection-title { font-size: 1.1rem; flex-wrap: wrap; gap: 8px; }
    .subtitle-tag { font-size: 0.75rem; }
    .section-tag { font-size: 0.72rem; padding: 4px 14px; }
    .spotlight-stats { gap: 10px; flex-wrap: wrap; justify-content: space-between; }
    .s-stat { flex: 0 0 calc(33.333% - 8px); }
    .s-stat-num { font-size: 1.15rem; }
    .s-stat-label { font-size: 0.68rem; }
}
