    /* ===== HITEK EVOLUTION - CUSTOM STYLES ===== */
    :root {
        --navy: #1a2370;
        --gold: #f5a623;
        --gold-dark: #e09615;
        --white: #ffffff;
        --light-gray: #f8f9fa;
        --dark-text: #1a1a2e;
    }

    /* Top Bar */
    /*.hitek-topbar {*/
    /*    background: var(--navy);*/
    /*    padding: 8px 0;*/
    /*    font-size: 13px;*/
    /*}*/
    /*.hitek-topbar a, .hitek-topbar span { color: rgba(255,255,255,0.85); text-decoration: none; margin-right: 20px; }*/
    /*.hitek-topbar a:hover { color: var(--gold); }*/
    /*.hitek-topbar .social-links a { margin-right: 10px; font-size: 14px; }*/

    /* Navbar */
    /*.hitek-navbar {*/
    /*    background: #fff;*/
    /*    box-shadow: 0 2px 20px rgba(0,0,0,0.1);*/
    /*    padding: 0;*/
    /*    position: sticky;*/
    /*    top: 0;*/
    /*    z-index: 9999;*/
    /*}*/
    /*.hitek-navbar .navbar-brand img { height: 55px; }*/
    /*.hitek-navbar .navbar-brand .brand-text { line-height: 1.1; }*/
    /*.hitek-navbar .brand-name { font-size: 18px; font-weight: 900; color: var(--navy); letter-spacing: 1px; }*/
    /*.hitek-navbar .brand-sub { font-size: 10px; color: var(--gold); letter-spacing: 3px; font-weight: 600; }*/
    /*.hitek-navbar .nav-link { color: var(--navy) !important; font-weight: 600; font-size: 14px; padding: 20px 15px !important; text-transform: uppercase; letter-spacing: 0.5px; transition: color 0.3s; }*/
    /*.hitek-navbar .nav-link:hover, .hitek-navbar .nav-link.active { color: var(--gold) !important; }*/
    /*.hitek-navbar .nav-link.active { border-bottom: 3px solid var(--gold); }*/
    /*.hitek-navbar .btn-enroll { background: var(--gold); color: #fff !important; border-radius: 4px; padding: 10px 22px !important; font-weight: 700; margin-left: 10px; }*/
    /*.hitek-navbar .btn-enroll:hover { background: var(--gold-dark); }*/
 
    /* Hero Section */
    .hero-section {
        background: linear-gradient(135deg, var(--navy) 0%, #0d1560 60%, #1a3a6e 100%);
        min-height: 90vh;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden;
    }
    .hero-section::before {
        content: '';
        position: absolute;
        top: 0; right: 0; bottom: 0; left: 0;
        background: url('../images/background/banner.png') ;
        opacity: 0.15;
    }
    .hero-section .hero-badge {
        background: var(--gold);
        color: var(--navy);
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 3px;
        text-transform: uppercase;
        padding: 6px 16px;
        border-radius: 50px;
        display: inline-block;
        margin-bottom: 20px;
    }
    .hero-section h1 {
        font-size: clamp(2rem, 5vw, 3.8rem);
        font-weight: 900;
        color: #fff;
        line-height: 1.1;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    .hero-section h1 span { color: var(--gold); }
    .hero-section .hero-tagline {
        font-size: clamp(1rem, 2.5vw, 1.4rem);
        color: rgba(255,255,255,0.85);
        margin-bottom: 15px;
        font-weight: 300;
        letter-spacing: 1px;
    }
    .hero-section .hero-sub {
        font-size: 15px;
        color: rgba(255,255,255,0.7);
        margin-bottom: 35px;
        border-left: 4px solid var(--gold);
        padding-left: 15px;
    }
    .hero-section .btn-primary-custom {
        background: var(--gold);
        color: var(--navy);
        font-weight: 800;
        padding: 14px 34px;
        border-radius: 4px;
        text-decoration: none;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: inline-block;
        transition: all 0.3s;
        border: 2px solid var(--gold);
    }
    .hero-section .btn-primary-custom:hover { background: transparent; color: var(--gold); }
    .hero-section .btn-outline-custom {
        border: 2px solid rgba(255,255,255,0.6);
        color: #fff;
        font-weight: 700;
        padding: 14px 34px;
        border-radius: 4px;
        text-decoration: none;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: inline-block;
        transition: all 0.3s;
        margin-left: 12px;
    }
    .hero-section .btn-outline-custom:hover { background: rgba(255,255,255,0.15); color: #fff; }
    .hero-highlights { margin-top: 50px; }
    .hero-highlights .highlight-item { display: flex; align-items: center; color: rgba(255,255,255,0.85); margin-bottom: 12px; }
    .hero-highlights .highlight-item i { color: var(--gold); margin-right: 10px; font-size: 16px; }

    /* Stats Bar */
    .stats-bar {
        background: var(--gold);
        padding: 30px 0;
    }
    .stats-bar .stat-item { text-align: center; }
    .stats-bar .stat-number { font-size: 2.4rem; font-weight: 900; color: var(--navy); line-height: 1; }
    .stats-bar .stat-label { font-size: 12px; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }

    /* Section Styles */
    .section-title { margin-bottom: 50px; }
    .section-title .label { font-size: 12px; font-weight: 700; color: var(--gold); text-transform: uppercase; letter-spacing: 3px; margin-bottom: 10px; display: block; }
    .section-title h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 900; color: var(--navy); text-transform: uppercase; line-height: 1.2; }
    .section-title h2 span { color: var(--gold); }
    .section-title .divider { width: 60px; height: 4px; background: var(--gold); margin: 15px 0; }
    .section-title .divider.center { margin: 15px auto; }
    .section-title p { color: #666; font-size: 16px; max-width: 650px; }

    /* About Section */
    .about-section { padding: 90px 0; background: #fff; }
    .about-img-wrap { position: relative; }
    .about-img-wrap img { width: 100%; border-radius: 8px; box-shadow: 0 20px 60px rgba(0,0,0,0.15); }
    .about-badge {
        position: absolute;
        bottom: -20px;
        right: -20px;
        background: var(--gold);
        color: var(--navy);
        padding: 20px 25px;
        border-radius: 8px;
        text-align: center;
        box-shadow: 0 10px 30px rgba(245,166,35,0.4);
    }
    .about-badge .num { font-size: 2.5rem; font-weight: 900; line-height: 1; }
    .about-badge .txt { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
    .about-feature { display: flex; align-items: flex-start; margin-bottom: 20px; }
    .about-feature .icon-box { width: 50px; height: 50px; background: rgba(245,166,35,0.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-right: 15px; }
    .about-feature .icon-box i { color: var(--gold); font-size: 20px; }
    .about-feature h5 { font-weight: 700; color: var(--navy); margin-bottom: 4px; font-size: 15px; }
    .about-feature p { color: #666; font-size: 14px; margin: 0; }

    /* Programs Section */
    .programs-section { padding: 90px 0; background: var(--light-gray); }
    .program-card {
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 40px rgba(0,0,0,0.08);
        transition: transform 0.3s, box-shadow 0.3s;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .program-card:hover { transform: translateY(-8px); box-shadow: 0 20px 60px rgba(0,0,0,0.15); }
    .program-card .card-header-custom {
        background: var(--navy);
        padding: 28px 28px 22px;
        position: relative;
    }
    .program-card .card-header-custom.gold { background: var(--gold); }
    .program-card .card-header-custom .program-type { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 8px; }
    .program-card .card-header-custom.gold .program-type { color: var(--navy); }
    .program-card .card-header-custom:not(.gold) .program-type { color: var(--gold); }
    .program-card .card-header-custom h3 { font-weight: 900; text-transform: uppercase; line-height: 1.1; margin-bottom: 8px; }
    .program-card .card-header-custom.gold h3 { color: var(--navy); font-size: 1.5rem; }
    .program-card .card-header-custom:not(.gold) h3 { color: #fff; font-size: 1.5rem; }
    .program-card .card-header-custom .duration-badge {
        display: inline-flex;
        align-items: center;
        background: rgba(255,255,255,0.2);
        border-radius: 50px;
        padding: 4px 14px;
        font-size: 12px;
        font-weight: 600;
    }
    .program-card .card-header-custom.gold .duration-badge { background: rgba(26,35,112,0.15); color: var(--navy); }
    .program-card .card-header-custom:not(.gold) .duration-badge { color: rgba(255,255,255,0.9); }
    .program-card .card-header-custom .duration-badge i { margin-right: 5px; }
    .program-card .card-body-custom { padding: 28px; flex: 1; display: flex; flex-direction: column; }
    .program-card .ideal-badge {
        display: inline-block;
        background: rgba(245,166,35,0.12);
        color: var(--gold-dark);
        font-size: 11px;
        font-weight: 700;
        padding: 3px 10px;
        border-radius: 50px;
        margin-right: 4px;
        margin-bottom: 4px;
    }
    .module-list { list-style: none; padding: 0; margin: 0; }
    .module-list li { padding: 8px 0; border-bottom: 1px solid #f0f0f0; font-size: 14px; color: #444; display: flex; align-items: flex-start; }
    .module-list li:last-child { border-bottom: none; }
    .module-list li i { color: var(--gold); margin-right: 8px; margin-top: 3px; flex-shrink: 0; font-size: 12px; }
    .outcome-pill { display: inline-flex; align-items: center; background: rgba(26,35,112,0.07); color: var(--navy); font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 50px; margin: 3px; }
    .outcome-pill i { margin-right: 5px; color: var(--gold); }
    .program-card .enroll-btn {
        display: block;
        background: var(--navy);
        color: #fff;
        text-align: center;
        padding: 12px;
        font-weight: 700;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 6px;
        text-decoration: none;
        transition: background 0.3s;
        margin-top: auto;
    }
    .program-card .enroll-btn:hover { background: var(--gold); color: var(--navy); }
    .program-card .enroll-btn.gold-btn { background: var(--gold); color: var(--navy); }
    .program-card .enroll-btn.gold-btn:hover { background: var(--gold-dark); color: #fff; }

    /* Why Choose Us */
    .why-section { padding: 90px 0; background: #fff; }
    .why-card {
        text-align: center;
        padding: 40px 25px;
        border-radius: 12px;
        border: 2px solid #f0f0f0;
        transition: all 0.3s;
        height: 100%;
    }
    .why-card:hover { border-color: var(--gold); box-shadow: 0 15px 40px rgba(245,166,35,0.15); transform: translateY(-5px); }
    .why-card .icon-wrap { width: 70px; height: 70px; background: rgba(26,35,112,0.07); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; transition: background 0.3s; }
    .why-card:hover .icon-wrap { background: var(--gold); }
    .why-card .icon-wrap img { width: 36px; height: 36px; filter: invert(14%) sepia(50%) saturate(3000%) hue-rotate(210deg) brightness(80%); }
    .why-card:hover .icon-wrap img { filter: brightness(0) invert(1); }
    .why-card h4 { font-weight: 800; color: var(--navy); text-transform: uppercase; font-size: 14px; letter-spacing: 0.5px; margin-bottom: 12px; }
    .why-card p { color: #666; font-size: 14px; line-height: 1.7; }

    /* Training Structure */
    .training-section { padding: 90px 0; background: var(--navy); }
    .training-section .section-title h2 { color: #fff; }
    .training-section .section-title .label { color: var(--gold); }
    .training-section .section-title p { color: rgba(255,255,255,0.7); }
    .training-item { display: flex; align-items: flex-start; margin-bottom: 35px; }
    .training-item .step-num { width: 50px; height: 50px; background: var(--gold); color: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 18px; flex-shrink: 0; margin-right: 20px; }
    .training-item .content h5 { color: #fff; font-weight: 700; margin-bottom: 5px; }
    .training-item .content p { color: rgba(255,255,255,0.65); font-size: 14px; margin: 0; }
    .training-format-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 30px; text-align: center; margin-bottom: 20px; }
    .training-format-card i { font-size: 2rem; color: var(--gold); margin-bottom: 15px; }
    .training-format-card h5 { color: #fff; font-weight: 700; margin-bottom: 8px; }
    .training-format-card p { color: rgba(255,255,255,0.6); font-size: 13px; margin: 0; }

    /* CTA Section */
    .cta-section { background: linear-gradient(135deg, var(--gold) 0%, #e09615 100%); padding: 70px 0; }
    .cta-section h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 900; color: var(--navy); text-transform: uppercase; }
    .cta-section p { color: rgba(26,35,112,0.8); font-size: 16px; }
    .cta-section .btn-cta { background: var(--navy); color: #fff; font-weight: 800; padding: 14px 38px; border-radius: 6px; text-decoration: none; font-size: 15px; text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s; display: inline-block; }
    .cta-section .btn-cta:hover { background: #0d1560; color: #fff; transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0,0,0,0.2); }

    /* Contact Section */
    .contact-section { padding: 90px 0; background: var(--light-gray); }
    .contact-card { background: #fff; border-radius: 12px; padding: 35px; box-shadow: 0 8px 30px rgba(0,0,0,0.07); height: 100%; }
    .contact-info-item { display: flex; align-items: flex-start; margin-bottom: 25px; }
    .contact-info-item .icon { width: 46px; height: 46px; background: var(--navy); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-right: 15px; }
    .contact-info-item .icon i { color: var(--gold); font-size: 18px; }
    .contact-info-item h6 { font-weight: 700; color: var(--navy); margin-bottom: 3px; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
    .contact-info-item p, .contact-info-item a { color: #555; font-size: 14px; margin: 0; text-decoration: none; }
    .contact-info-item a:hover { color: var(--gold); }
    .form-control-custom { border: 2px solid #e8e8e8; border-radius: 6px; padding: 12px 16px; font-size: 14px; width: 100%; transition: border-color 0.3s; outline: none; }
    .form-control-custom:focus { border-color: var(--navy); }
    .btn-submit { background: var(--navy); color: #fff; border: none; padding: 13px 35px; border-radius: 6px; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; transition: all 0.3s; width: 100%; }
    .btn-submit:hover { background: var(--gold); color: var(--navy); }

    /* Footer */
    .hitek-footer { background: var(--navy); padding: 60px 0 0; }
    .footer-logo .brand-name { font-size: 22px; font-weight: 900; color: #fff; letter-spacing: 1px; }
    .footer-logo .brand-sub { font-size: 10px; color: var(--gold); letter-spacing: 3px; font-weight: 600; }
    .hitek-footer p { color: rgba(255,255,255,0.6); font-size: 14px; line-height: 1.8; }
    .hitek-footer h5 { color: #fff; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; font-size: 14px; }
    .hitek-footer h5::after { content: ''; display: block; width: 30px; height: 3px; background: var(--gold); margin-top: 8px; }
    .footer-links { list-style: none; padding: 0; }
    .footer-links li { margin-bottom: 10px; }
    .footer-links li a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 14px; transition: color 0.3s; display: flex; align-items: center; }
    .footer-links li a i { margin-right: 8px; color: var(--gold); font-size: 10px; }
    .footer-links li a:hover { color: var(--gold); }
    .footer-social a { width: 38px; height: 38px; background: rgba(255,255,255,0.08); border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.7); font-size: 16px; text-decoration: none; margin-right: 8px; transition: all 0.3s; }
    .footer-social a:hover { background: var(--gold); color: var(--navy); }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,0.1);   padding: 20px 0; }
    .footer-bottom p { color: rgba(255,255,255,0.4); font-size: 13px; margin: 0; }

    /* Utilities */
    .section-full-navy { background: var(--navy); }
    .text-gold { color: var(--gold) !important; }
    .bg-gold { background: var(--gold) !important; }
    .bg-navy { background: var(--navy) !important; }

    /* Mobile Nav */
    @media (max-width: 991px) {
        .hero-section { min-height: 70vh; padding: 80px 0 60px; }
        .about-badge { right: 0; }
        .hero-section .btn-outline-custom { margin-left: 0; margin-top: 10px; }
    }