/* Base */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: "Poppins", sans-serif;
    color: #222222;
    background-color: #f2f3f5;
    overflow-x: hidden;
}

/* Scroll to top */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: #f1db25;
    color: #1c1c1c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 9999;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    text-decoration: none;
}
.scroll-top.visible { opacity: 1; visibility: visible; }
.scroll-top:hover { background: #fff; transform: translateY(-3px); color: #1c1c1c; text-decoration: none; }

/* Top Bar */
.top-bar {
    background-color: #1c1c1c;
    padding: 12px 25px;
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    position: relative;
    z-index: 100;
}
.top-bar a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
    cursor: pointer;
}
.header_section { position: relative; z-index: 100; }
.slider_section { flex: 1; display: flex; align-items: center; position: relative; z-index: 1; padding: 60px 0; }
.top-bar a:hover { color: #f1db25; }
.top-bar i {
    color: #f1db25;
    margin-right: 6px;
}

/* Navbar */
.navbar { padding: 0; margin: 0; z-index: 9999; transition: all 0.3s; background-color: #ffffff; border-bottom: 1px solid #e0e0e0; }
.navbar .container-fluid { padding: 0 25px; }
.navbar-scrolled {
    background-color: #ffffff !important;
    position: fixed;
    top: 0; left: 0; right: 0;
    box-shadow: 0 2px 20px rgba(0,0,0,0.12);
    animation: slideDown 0.3s ease;
}
@keyframes slideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }

.brand-text {
    font-weight: 700;
    color: #1c1c1c;
    font-size: 26px;
    letter-spacing: 2px;
}
.nav-logo {
    height: 36px;
    margin-right: 10px;
    vertical-align: middle;
}
.navbar-nav .nav-link {
    color: #1c1c1c !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 20px 16px !important;
    transition: all 0.3s;
    position: relative;
}
.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #f1db25;
    transition: all 0.3s;
    transform: translateX(-50%);
}
.navbar-nav .nav-item:hover .nav-link::after,
.navbar-nav .nav-item.active .nav-link::after {
    width: 60%;
}
.navbar-nav .nav-item:hover .nav-link { color: #f1db25 !important; }

/* Hero Area */
.hero-area {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}
.hero-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Slider / Hero content */
.slider-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    padding: 0 25px;
}
.slider-section h1 {
    text-transform: uppercase;
    font-size: 3.2rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    animation: fadeInUp 1s ease;
}
.slider-section h1 span { color: #f1db25; }
.slider-section p {
    margin-top: 20px;
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 600px;
    animation: fadeInUp 1s ease 0.2s both;
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Buttons */
.btn-box { display: flex; margin-top: 35px; animation: fadeInUp 1s ease 0.4s both; }
.btn-box a {
    width: 180px;
    text-align: center;
    margin: 5px;
    padding: 12px 35px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    transition: all 0.3s;
    border: 2px solid transparent;
    text-decoration: none;
}
.btn-1 { background: #ffffff; color: #1c1c1c; }
.btn-1:hover { background: transparent; border-color: #ffffff; color: #ffffff; }
.btn-2 { background: #f1db25; color: #1c1c1c; }
.btn-2:hover { background: transparent; border-color: #f1db25; color: #f1db25; }

/* Stats Counter Section */
.stats-section {
    background: #eaebee;
    padding: 60px 0;
}
.stat-box {
    text-align: center;
    padding: 20px;
}
.stat-box .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1c1c1c;
}
.stat-box .stat-label {
    text-transform: uppercase;
    font-size: 13px;
    color: #666;
    margin-top: 5px;
    letter-spacing: 1px;
}
.stat-box i {
    font-size: 2rem;
    color: #f1db25;
    margin-bottom: 10px;
}

/* Service Section */
.service-section {
    background-color: #1c1c1c;
    padding: 90px 0;
}
.heading_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}
.heading_container h2 {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
    color: #ffffff;
}
.heading_container h2::before {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #f1db25;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.service-box {
    background: #ffffff;
    padding: 35px 25px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.15);
    margin-top: 30px;
    transition: all 0.4s;
}
.service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}
.service-box .icon {
    font-size: 50px;
    color: #f1db25;
    margin-bottom: 20px;
}
.service-box h6 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #1c1c1c;
}
.service-box p { color: #555; line-height: 1.7; }

/* Page Header */
.page-header {
    background: linear-gradient(135deg, #1c1c1c 0%, #2d2d2d 100%);
    color: #ffffff;
    padding: 80px 0 50px;
    text-align: center;
}
.page-header h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.2rem;
}
.page-header p { opacity: 0.7; margin-top: 10px; }
.page-header .breadcrumb {
    background: transparent;
    justify-content: center;
    margin-top: 15px;
}
.page-header .breadcrumb a { color: #f1db25; text-decoration: none; }
.page-header .breadcrumb .active { color: rgba(255,255,255,0.6); }

/* Team Cards */
.team-card {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.4s;
    text-align: center;
    border: 1px solid #f0f0f0;
}
.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    border-color: #f1db25;
}
.team-avatar {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1c1c1c, #333);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: #f1db25;
}
.team-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 15px;
    display: block;
    border: 3px solid #f1db25;
}

/* Equal height leader cards */
.leader-row { display: flex; justify-content: center; }
.leader-row > div { display: flex; }
.leader-row .team-card { width: 100%; min-height: 280px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.leader-row .team-card h4 { font-size: 1rem; margin-top: 10px; }
.leader-row .team-card .team-photo { width: 120px; height: 120px; }
.team-card .badge {
    background-color: #f1db25 !important;
    color: #1c1c1c;
    font-weight: 500;
    padding: 5px 12px;
}
.team-card h6 {
    color: #1c1c1c;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 10px;
}

.guidance-member {
    background: #fff;
    padding: 10px 15px;
    border-left: 3px solid #f1db25;
    font-size: 0.9rem;
    transition: all 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.guidance-member:hover {
    background: #f1db25;
    color: #1c1c1c;
    transform: translateX(5px);
}

/* Agenda */
.agenda-list li {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    transition: all 0.3s;
}
.agenda-list li:hover { padding-left: 10px; }
.agenda-list li:last-child { border-bottom: none; }
.agenda-list h5 {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 1.1rem;
}
.agenda-list h5 i { margin-right: 10px; color: #f1db25; }
.agenda-list p { color: #555; line-height: 1.7; margin: 0; }

/* Downloads */
.download-category { margin-bottom: 30px; }
.download-category h3 {
    background: linear-gradient(135deg, #1c1c1c, #2d2d2d);
    color: #fff;
    padding: 14px 20px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-bottom: 0;
}
.download-list li {
    padding: 10px 20px;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s;
}
.download-list li:hover {
    background: #fffde6;
    padding-left: 30px;
}
.download-list a { text-decoration: none; color: #333; font-size: 0.92rem; }
.download-list a:hover { color: #1c1c1c; }
.download-list i { margin-right: 10px; color: #e74c3c; }

/* Info/Footer Section */
.info-section {
    background-color: #101010;
    color: #ffffff;
    padding: 80px 0 30px;
}
.info-section h5 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
}
.info-section a { color: rgba(255,255,255,0.8); text-decoration: none; transition: all 0.3s; }
.info-section a:hover { color: #f1db25; padding-left: 3px; }
.info-section ul { padding: 0; list-style: none; }
.info-section ul li { margin-bottom: 12px; }
.footer-contact p {
    margin-bottom: 10px;
    color: rgba(255,255,255,0.7);
}
.footer-contact i {
    color: #f1db25;
    margin-right: 8px;
    width: 20px;
}

.footer-section {
    background-color: #0a0a0a;
    padding: 20px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-section p { color: rgba(254, 254, 255, 0.5); margin: 0; font-size: 14px; }
.footer-section a { color: #f1db25; text-decoration: none; }

/* Contact Card */
.contact-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
    transition: all 0.3s;
}
.contact-card:hover { box-shadow: 0 10px 40px rgba(0,0,0,0.12); }
.contact-card i { color: #f1db25; margin-right: 10px; font-size: 18px; }
.contact-card p { margin-bottom: 15px; font-size: 1.05rem; }
.contact-card a { color: #1c1c1c; text-decoration: none; }
.contact-card a:hover { color: #f1db25; }

/* About Section */
.about-content {
    background: #fff;
    padding: 50px 40px;
    border-radius: 8px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
    position: relative;
    border-left: 5px solid #f1db25;
}
.about-content .lead { font-size: 1.15rem; line-height: 1.8; color: #333; }
.about-content p { color: #555; line-height: 1.8; }

/* Responsive */
@media (max-width: 991px) {
    .top-bar { font-size: 12px; padding: 10px 15px; }
    .top-bar .d-flex { flex-wrap: wrap; gap: 6px; justify-content: center; }
    .top-bar a { font-size: 11px; }
    .slider_section { padding: 40px 0; }
    .navbar-nav .nav-link { padding: 12px 16px !important; }
    .navbar-nav .nav-link::after { display: none; }
    .btn-box { flex-direction: column; align-items: flex-start; }
    .btn-box a { width: 160px; }
    .stats-glass { margin-top: -30px; padding: 25px 10px; }
    .stat-box { border-right: none !important; border-bottom: 1px solid #ede5d5; padding: 15px 10px; }
    .service-card { margin-bottom: 20px; }
    .leader-row { flex-direction: column; align-items: center; }
    .leader-row > div { width: 80%; max-width: 300px; }
    .cta-section { padding: 50px 15px; }
    .cta-section h2 { font-size: 1.5rem; }
    .info-section { padding: 50px 0 20px; }
    .page-header { padding: 50px 0 30px; }
    .page-header h1 { font-size: 1.5rem; }
}
@media (max-width: 576px) {
    .top-bar a span { display: none; }
    .top-bar a i { font-size: 18px; margin: 0 10px; }
    .top-bar a { padding: 8px; display: inline-flex; align-items: center; min-width: 40px; min-height: 40px; justify-content: center; }
    .top-bar .d-flex { justify-content: center; gap: 0; }
    .hero-title .line-1 { font-size: 0.9rem; letter-spacing: 1px; }
    .hero-title .line-2 { font-size: 1.8rem; }
    .hero-title .line-3 { font-size: 1.3rem; }
    .hero-badge { font-size: 9px; padding: 5px 12px; }
    .hero-desc { font-size: 0.9rem; }
    .section-header h2 { font-size: 1.5rem; }
    .service-section { padding: 50px 0; }
    .download-category h3 { font-size: 0.85rem; padding: 12px 15px; }
    .download-list li { padding: 8px 12px; font-size: 0.85rem; }
    .team-card { padding: 20px 15px; }
    .guidance-member { font-size: 0.8rem; padding: 8px 10px; }
    .agenda-list h5 { font-size: 1rem; }
    .agenda-list p { font-size: 0.85rem; }
    .contact-card { padding: 25px 20px; }
    .footer-section p { font-size: 12px; }
    .scroll-indicator { display: none; }
    #darkModeToggle { width: 38px; height: 38px; font-size: 15px; bottom: 75px; right: 20px; }
    .scroll-top { width: 38px; height: 38px; font-size: 15px; bottom: 20px; right: 20px; }
}

/* Ripple effect */
.btn-1, .btn-2, .btn, .nav-link { position: relative; overflow: hidden; }
.ripple {
    position: absolute; border-radius: 50%;
    background: rgba(241,219,37,0.4);
    width: 120px; height: 120px; margin-top: -60px; margin-left: -60px;
    animation: rippleAnim 0.7s ease-out; pointer-events: none;
}
@keyframes rippleAnim { from { transform: scale(0); opacity: 1; } to { transform: scale(4); opacity: 0; } }

/* Scroll progress */
#scrollProgress { position: fixed; top: 0; left: 0; height: 3px; background: linear-gradient(90deg, #f1db25, #ffb400); z-index: 99999; width: 0; transition: width 0.1s linear; }

/* Active nav */
.navbar-nav .nav-item.active .nav-link { color: #f1db25 !important; }
.navbar-nav .nav-item.active .nav-link::after { width: 60%; }

/* Navbar */
.navbar-hidden { transform: translateY(-100%) !important; }
#mainNav { transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease; }

/* Downloads */
.download-list.collapsed { max-height: 0 !important; overflow: hidden; padding: 0; margin: 0; }
.download-list { max-height: 5000px; transition: max-height 0.4s ease; overflow: hidden; }
.collapse-toggle { float: right; transition: transform 0.3s ease; font-size: 0.85rem; }
.download-list li { transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
.download-list li:hover { transform: translateX(8px); background: rgba(241,219,37,0.1); }

/* Cards */
.service-box, .team-card { transform-style: preserve-3d; will-change: transform; }
.service-box:hover .icon { animation: pulse 0.5s ease; }
@keyframes pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.2); } }
.team-card:hover { box-shadow: 0 15px 50px rgba(241,219,37,0.2); }
.guidance-member { transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
.guidance-member:hover { transform: translateX(8px) scale(1.02); background: #f1db25; color: #1c1c1c; }

/* Page load */
body { opacity: 0; }
body.loaded { opacity: 1; transition: opacity 0.5s ease; }

/* Hero parallax */
.hero-area { overflow: hidden; position: relative; }
.hero-bg { transition: transform 0.05s linear; transform-origin: center top; pointer-events: none; }

/* Stats */
.stat-box:hover .stat-number { color: #d4a000; text-shadow: 0 0 10px rgba(241,219,37,0.3); }

/* Agenda accordion */
.agenda-list li { transition: all 0.3s ease; border-left: 3px solid transparent; padding-left: 15px; }
.agenda-list li:hover, .agenda-list li.agenda-open { border-left-color: #f1db25; background: rgba(241,219,37,0.05); }
.agenda-list li h5 { cursor: pointer; user-select: none; }
.agenda-list li h5::after { content: ' ▸'; font-size: 0.8rem; transition: transform 0.3s; display: inline-block; }
.agenda-list li.agenda-open h5::after { transform: rotate(90deg); }

/* ===== DARK MODE ===== */
#darkModeToggle {
    position: fixed; bottom: 90px; right: 30px;
    width: 45px; height: 45px; background: #1c1c1c; color: #f1db25;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    cursor: pointer; z-index: 9999; font-size: 18px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3); transition: all 0.3s;
}
#darkModeToggle:hover { transform: scale(1.1); background: #f1db25; color: #1c1c1c; }

body.dark-mode { background-color: #1a1a2e; color: #e0e0e0; }
body.dark-mode .page-header { background: linear-gradient(135deg, #0f0f1a, #1a1a2e); }
body.dark-mode .team-card, body.dark-mode .service-box,
body.dark-mode .contact-card, body.dark-mode .about-content { background: #16213e; color: #e0e0e0; border-color: #2a2a4a; }
body.dark-mode .contact-card h5, body.dark-mode .contact-card p, body.dark-mode .contact-card a { color: #e0e0e0; }
body.dark-mode .team-card h4, body.dark-mode .team-card h5, body.dark-mode .service-box h6 { color: #fff; }
body.dark-mode .guidance-member { background: #16213e; color: #ccc; border-left-color: #f1db25; }
body.dark-mode .guidance-member:hover { background: #f1db25; color: #1c1c1c; }
body.dark-mode .stats-section { background: #12121f; }
body.dark-mode .stat-number { color: #f1db25; }
body.dark-mode .download-category h3 { background: linear-gradient(135deg, #0f0f1a, #16213e); }
body.dark-mode .download-list a { color: #ccc; }
body.dark-mode .heading_container h2 { color: #fff !important; }
body.dark-mode .agenda-list li { border-bottom-color: #2a2a4a; }
body.dark-mode .agenda-list p { color: #aaa; }
body.dark-mode .text-muted { color: #888 !important; }
body.dark-mode #darkModeToggle { background: #f1db25; color: #1c1c1c; }
body.dark-mode .info-section { background: #0a0a15; }

/* ===== TOAST ===== */
.toast-notification {
    position: fixed; bottom: 30px; left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: #1c1c1c; color: #fff;
    padding: 12px 24px; border-radius: 8px; font-size: 14px;
    z-index: 99999; box-shadow: 0 8px 30px rgba(0,0,0,0.3);
    opacity: 0; transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-left: 4px solid #f1db25;
}
.toast-notification.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast-notification i { color: #f1db25; margin-right: 8px; }

/* ===== SKELETON ===== */
.skeleton { position: relative; overflow: hidden; background: #e0e0e0 !important; color: transparent !important; border-radius: 4px; }
.skeleton::after { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent); animation: shimmer 1.5s infinite; }
@keyframes shimmer { to { left: 100%; } }
body.dark-mode .skeleton { background: #2a2a4a !important; }

/* ===== PREMIUM HOMEPAGE ===== */

/* Particles canvas */
#particles { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
.hero-content { position: relative; z-index: 2; }

/* Hero badge */
.hero-badge {
    display: inline-block;
    background: rgba(241,219,37,0.15);
    border: 1px solid rgba(241,219,37,0.3);
    color: #f1db25;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    animation: fadeInUp 0.8s ease 0.2s both;
}

/* Hero title */
.hero-title { margin-bottom: 25px; }
.hero-title span { display: block; }
.line-1 { font-size: 1.4rem; font-weight: 300; opacity: 0.8; text-transform: uppercase; letter-spacing: 3px; }
.line-2 { font-size: 3.5rem; font-weight: 800; line-height: 1.1; }
.line-3 { font-size: 2.5rem; font-weight: 600; }
.hero-title .typing::after { content: '|'; animation: blink 0.7s infinite; margin-left: 2px; }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: 0; } }
.text-gradient {
    background: linear-gradient(135deg, #f1db25, #ffb400, #f1db25);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: fadeInUp 0.8s ease 0.5s both, gradientShift 3s ease infinite;
}
@keyframes gradientShift { 0%,100% { background-position: 0% center; } 50% { background-position: 100% center; } }

.hero-desc { font-size: 1.05rem; opacity: 0.85; max-width: 500px; line-height: 1.8; animation: fadeInUp 0.8s ease 0.9s both; }

/* Hero logo floating */
.hero-logo-float { animation: float 4s ease-in-out infinite; }
.hero-logo-img { width: 250px; filter: drop-shadow(0 20px 40px rgba(241,219,37,0.2)); }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }

/* Scroll indicator */
.scroll-indicator {
    position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    color: rgba(255,255,255,0.5); font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
    animation: fadeInUp 1s ease 1.5s both;
}
.scroll-line { width: 1px; height: 40px; background: rgba(255,255,255,0.2); position: relative; overflow: hidden; }
.scroll-line::after { content: ''; position: absolute; top: -100%; left: 0; width: 100%; height: 100%; background: #f1db25; animation: scrollDown 2s ease infinite; }
@keyframes scrollDown { 0% { top: -100%; } 100% { top: 100%; } }

/* Stats glassmorphism */
.stats-glass {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    border: 1px solid rgba(255,255,255,0.5);
    margin-top: -60px;
    position: relative;
    z-index: 10;
}
body.dark-mode .stats-glass { background: rgba(22,33,62,0.8); border-color: rgba(255,255,255,0.05); }
.stat-icon { font-size: 1.8rem; color: #f1db25; margin-bottom: 10px; }

/* Section headers */
.section-header { text-align: center; margin-bottom: 60px; }
.section-tag {
    display: inline-block; background: #f1db25; color: #1c1c1c;
    padding: 4px 14px; border-radius: 20px; font-size: 11px;
    text-transform: uppercase; letter-spacing: 2px; font-weight: 600; margin-bottom: 15px;
}
.section-header h2 { font-size: 2.2rem; font-weight: 700; text-transform: uppercase; color: #fff; }
.section-subtitle { color: rgba(255,255,255,0.6); margin-top: 10px; font-size: 1rem; }

/* Service cards upgraded */
.service-card {
    background: #fff; border-radius: 16px; padding: 40px 30px;
    text-align: center; position: relative; overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08); transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 30px;
}
.service-card:hover { transform: translateY(-12px); box-shadow: 0 20px 60px rgba(0,0,0,0.15); }
.service-icon-wrap {
    width: 70px; height: 70px; border-radius: 50%;
    background: linear-gradient(135deg, rgba(241,219,37,0.1), rgba(241,219,37,0.2));
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px; font-size: 28px; color: #f1db25;
    transition: all 0.3s;
}
.service-card:hover .service-icon-wrap { background: #f1db25; color: #1c1c1c; transform: scale(1.1); }
.service-card h4 { font-size: 1.1rem; font-weight: 700; text-transform: uppercase; margin-bottom: 12px; color: #1c1c1c; }
.service-card p { color: #666; line-height: 1.7; font-size: 0.92rem; }
.service-hover-line { position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background: #f1db25; transition: width 0.4s ease; }
.service-card:hover .service-hover-line { width: 100%; }
body.dark-mode .service-card { background: #16213e; }
body.dark-mode .service-card h4 { color: #fff; }
body.dark-mode .service-card p { color: #aaa; }

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #f1db25, #ffb400);
    padding: 80px 0;
    margin-top: 60px;
}
.cta-section h2 { font-size: 2rem; font-weight: 700; color: #1c1c1c; }
.cta-section p { color: rgba(0,0,0,0.7); font-size: 1.1rem; margin: 15px 0 30px; }
.cta-btn {
    display: inline-block; padding: 14px 40px;
    background: #1c1c1c; color: #fff; border-radius: 50px;
    font-weight: 600; font-size: 14px; text-transform: uppercase;
    letter-spacing: 1px; text-decoration: none; transition: all 0.3s;
}
.cta-btn:hover { background: #fff; color: #1c1c1c; transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.15); text-decoration: none; }

/* Responsive hero */
@media (max-width: 991px) {
    .line-1 { font-size: 1rem; }
    .line-2 { font-size: 2.2rem; }
    .line-3 { font-size: 1.6rem; }
    .stats-glass { margin-top: -30px; }
}
@media (max-width: 576px) {
    .line-2 { font-size: 1.8rem; }
    .line-3 { font-size: 1.3rem; }
    .hero-badge { font-size: 10px; }
}

/* ===== GLOBAL HOVER EFFECTS ===== */

/* Nav links glow */
.navbar-nav .nav-link:hover { text-shadow: 0 0 8px rgba(241,219,37,0.5); }

/* Buttons scale + glow */
.btn-1:hover, .btn-2:hover, .cta-btn:hover { box-shadow: 0 8px 25px rgba(241,219,37,0.3); }

/* Contact card sections */
.contact-card .col-md-6 { padding: 20px; border-radius: 8px; transition: all 0.3s ease; }
.contact-card .col-md-6:hover { background: rgba(241,219,37,0.05); transform: translateY(-3px); }

/* Download category header */
.download-category h3:hover { background: linear-gradient(135deg, #2d2d2d, #1c1c1c) !important; }

/* Stats box */
.stat-box { transition: all 0.3s ease; padding: 20px; border-radius: 12px; }
.stat-box:hover { background: rgba(241,219,37,0.08); transform: translateY(-5px); }
.stat-box:hover .stat-icon { transform: scale(1.2) rotate(5deg); }
.stat-icon { transition: all 0.3s ease; }

/* Page header shimmer on hover */
.page-header h1 { transition: all 0.3s; }
.page-header:hover h1 { text-shadow: 0 0 20px rgba(241,219,37,0.3); }

/* Footer links */
.info-section ul li a { transition: all 0.3s; padding-left: 0; }
.info-section ul li a:hover { padding-left: 8px; color: #f1db25; }

/* Breadcrumb */
.breadcrumb a:hover { text-decoration: underline; }

/* About content */
.about-content { transition: all 0.3s; }
.about-content:hover { border-left-color: #ffb400; box-shadow: 0 10px 40px rgba(0,0,0,0.12); }

/* Hero badge */
.hero-badge:hover { background: rgba(241,219,37,0.3); transform: translateY(-2px); }
.hero-badge { transition: all 0.3s; }

/* Section tag */
.section-tag { transition: all 0.3s; }
.section-tag:hover { transform: scale(1.05); }

/* Image hover zoom */
.team-photo { transition: all 0.4s ease; }
.team-card:hover .team-photo { transform: scale(1.08); border-color: #ffb400; }

/* Scroll top button */
.scroll-top:hover { transform: translateY(-5px) scale(1.1); }

/* ===== AGENDA LIST ===== */
.agenda-list li { padding: 20px 0; border-bottom: 1px solid #eee; }
.agenda-list li:last-child { border-bottom: none; }
.agenda-list h5 { margin-bottom: 8px; font-weight: 600; font-size: 1.1rem; }
.agenda-list h5 i { margin-right: 10px; color: #f1db25; }
.agenda-list p { color: #555; line-height: 1.7; margin: 0; }

/* ===== ENHANCED COLOR GRADING ===== */

/* Light mode panels */
.team-card { border: none; background: #ffffff; box-shadow: 0 2px 15px rgba(0,0,0,0.06); }
.service-card { border: none; background: #ffffff; box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.contact-card { border: none; background: #ffffff; box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.about-content { background: #ffffff; box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.guidance-member { border: none; background: #ffffff; box-shadow: 0 1px 5px rgba(0,0,0,0.06); }
.agenda-list li { border-bottom: 1px solid #eaeaea; }
.download-category h3 { background: #1c1c1c; border-bottom: 3px solid #f1db25; color: #fff; }
.download-list li { border-bottom: 1px solid #eaeaea; }
.stats-glass { border: none; background: #ffffff; box-shadow: 0 4px 30px rgba(0,0,0,0.08); }
.stat-box { border-right: 1px solid #eee; }
.stat-box:last-child { border-right: none; }
.page-header { background: #1c1c1c; border-bottom: 3px solid #f1db25; }

/* Dark mode panels */
body.dark-mode .team-card { border: 1px solid #2e3a55; background: linear-gradient(145deg, #1a2744, #16213e); }
body.dark-mode .service-card { border: 1px solid #2e3a55; background: linear-gradient(145deg, #1a2744, #16213e); }
body.dark-mode .contact-card { border: 1px solid #2e3a55; background: linear-gradient(145deg, #1a2744, #16213e); }
body.dark-mode .about-content { border-color: #2e3a55; background: linear-gradient(145deg, #1a2744, #16213e); }
body.dark-mode .guidance-member { border: 1px solid #2e3a55; background: linear-gradient(135deg, #16213e, #1a2744); }
body.dark-mode .agenda-list li { border-bottom: 1px solid #2e3a55; }
body.dark-mode .download-category h3 { background: linear-gradient(135deg, #0f1624, #1a2744); border-bottom: 3px solid #f1db25; }
body.dark-mode .download-list li { border-bottom: 1px solid #2e3a55; }
body.dark-mode .stats-glass { border: 1px solid #2e3a55; background: linear-gradient(145deg, rgba(22,33,62,0.9), rgba(26,39,68,0.9)); }
body.dark-mode .stat-box { border-right: 1px solid #2e3a55; }
body.dark-mode .page-header { background: linear-gradient(135deg, #0f1624 0%, #1a2744 50%, #0f1624 100%); border-bottom: 3px solid #f1db25; }

/* CTA section gradient enhancement */
.cta-section { background: linear-gradient(135deg, #f1db25 0%, #ffb400 50%, #f1db25 100%); border-top: 4px solid #1c1c1c; }
body.dark-mode .cta-section { background: linear-gradient(135deg, #f1db25 0%, #d4a000 50%, #f1db25 100%); }

/* Footer gradient */
.info-section { background: linear-gradient(180deg, #141414, #0a0a0a); border-top: 3px solid #f1db25; }
body.dark-mode .info-section { background: linear-gradient(180deg, #0a0a15, #050510); }
body.dark-mode .navbar { background-color: #1a1a2e; }
body.dark-mode .navbar-scrolled { background-color: #1a1a2e !important; }
body.dark-mode .brand-text { color: #ffffff; }
body.dark-mode .navbar-nav .nav-link { color: #ffffff !important; }

/* Service section */
.service-section { background: linear-gradient(180deg, #1c1c1c, #111111); }
body.dark-mode .service-section { background: linear-gradient(180deg, #0f1624, #080d16); }

/* Designer credit */
.designer-credit {
    position: fixed;
    bottom: 10px;
    left: 15px;
    z-index: 9999;
    font-size: 10px;
    opacity: 0.5;
}
.designer-credit:hover { opacity: 1; }
.designer-credit a { color: #666; text-decoration: none; transition: all 0.3s; }
.designer-credit a:hover { color: #0077b5; }
.designer-credit i { margin-right: 3px; }
body.dark-mode .designer-credit a { color: #888; }
