/*
 * SourceKode Training Institute - Modern E-Learning Website
 * Color Palette: Green, Dark Green, White, Black, Yellow
 * Professional Typography with Calligraphy Accents
 * SEO-Optimized & Accessible Design
 * 
 * Created: November 2025
 */

/* ============================================================
   CSS CUSTOM PROPERTIES (Variables)
   ============================================================ */
:root {
    /* Primary Colors */
    --primary-green: #2e7d32;
    --primary-dark-green: #1b5e20;
    --primary-light-green: #4caf50;
    --accent-yellow: #ffc107;
    --accent-gold: #ffb300;
    
    /* Neutral Colors */
    --white: #ffffff;
    --off-white: #f8f9fa;
    --light-gray: #e9ecef;
    --medium-gray: #6c757d;
    --dark-gray: #343a40;
    --black: #1a1a1a;
    --pure-black: #000000;
    
    /* Gradients */
    --gradient-green: linear-gradient(135deg, var(--primary-green) 0%, var(--primary-dark-green) 100%);
    --gradient-dark: linear-gradient(135deg, var(--black) 0%, var(--dark-gray) 100%);
    --gradient-gold: linear-gradient(135deg, var(--accent-yellow) 0%, var(--accent-gold) 100%);
    
    /* Typography - Inter for headings, Maven Pro for body text */
    --font-display: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-body: 'Maven Pro', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    
    /* Spacing */
    --section-padding: 80px;
    --card-padding: 24px;
    --container-max: 1200px;
    
    /* Shadows */
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.12);
    --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.16);
    --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.2);
    
    /* Border Radius - Sharp Edges (0 for all except circular elements) */
    --radius-sm: 0;
    --radius-md: 0;
    --radius-lg: 0;
    --radius-xl: 0;
    --radius-circle: 50%; /* Only for icons and avatars */
    
    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
    --transition-base: 0.3s ease;
    
    /* Text Colors (for compatibility) */
    --dark-color: #1a1a1a;
    --light-color: #f8f9fa;
}

/* ============================================================
   LIGHT MODE THEME (White background, black text, green titles)
   ============================================================ */
[data-theme="light"] {
    /* Light Mode Colors */
    --bg-body: #ffffff;
    --bg-section: #f8f9fa;
    --bg-section-alt: #ffffff;
    --bg-card: #ffffff;
    --bg-header: rgba(255, 255, 255, 0.98);
    --bg-footer: #1b5e20;
    --text-primary: #1a1a1a;
    --text-secondary: #4a4a4a;
    --text-heading: #2e7d32;
    --text-muted: #5a6268; /* Improved contrast from #6c757d */
    --border-color: #dee2e6;
    --card-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Light mode body styles */
[data-theme="light"] body {
    background-color: var(--bg-body);
    color: var(--text-primary);
}

/* Light mode sections */
[data-theme="light"] section {
    background-color: var(--bg-section);
}

[data-theme="light"] section:nth-child(even) {
    background-color: var(--bg-section-alt);
}

[data-theme="light"] .bg-light {
    background-color: var(--bg-section) !important;
}

[data-theme="light"] .bg-white {
    background-color: var(--bg-card) !important;
}

/* Light mode headings - Keep green */
[data-theme="light"] h1,
[data-theme="light"] h2,
[data-theme="light"] h3,
[data-theme="light"] .section-title,
[data-theme="light"] .card-title {
    color: var(--text-heading);
}

[data-theme="light"] h4,
[data-theme="light"] h5,
[data-theme="light"] h6 {
    color: var(--text-primary);
}

/* Light mode text */
[data-theme="light"] p,
[data-theme="light"] .card-text,
[data-theme="light"] li {
    color: var(--text-secondary);
}

[data-theme="light"] .text-muted {
    color: var(--text-muted) !important;
}

/* EXCEPTIONS: Keep white text on green backgrounds in light mode */
[data-theme="light"] .price-card,
[data-theme="light"] .price-card p,
[data-theme="light"] .price-card li,
[data-theme="light"] .price-card span {
    color: #ffffff !important;
}

[data-theme="light"] .price-card h3 {
    color: #ffc107 !important; /* Golden yellow heading for consistency */
}

[data-theme="light"] .cta-section-new,
[data-theme="light"] .cta-section-new p,
[data-theme="light"] .cta-section-new li,
[data-theme="light"] .cta-section-new h2,
[data-theme="light"] .cta-title-new,
[data-theme="light"] .cta-subtitle-new,
[data-theme="light"] .cta-features-new li {
    color: #ffffff !important;
}

[data-theme="light"] .cta-features-new i {
    color: var(--accent-yellow) !important;
}

[data-theme="light"] .hero-section-new,
[data-theme="light"] .hero-section-new p,
[data-theme="light"] .hero-section-new li,
[data-theme="light"] .hero-title-new,
[data-theme="light"] .hero-subtitle-new {
    color: #ffffff !important;
}

[data-theme="light"] .hero-subtitle-new strong {
    color: var(--accent-yellow) !important;
}

/* Course Hero Section - Keep white text on green background */
[data-theme="light"] .course-hero-section,
[data-theme="light"] .course-hero-section h1,
[data-theme="light"] .course-hero-section p,
[data-theme="light"] .course-hero-section li,
[data-theme="light"] .course-hero-title,
[data-theme="light"] .course-hero-tagline,
[data-theme="light"] .stat-badge,
[data-theme="light"] .stat-badge span {
    color: #ffffff !important;
}

[data-theme="light"] .stat-badge i {
    color: var(--accent-yellow) !important;
}

[data-theme="light"] .course-badge-tag {
    color: #1a1a1a !important;
}

[data-theme="light"] .btn-hero-primary {
    color: #1a1a1a !important;
}

[data-theme="light"] .btn-hero-secondary {
    color: #ffffff !important;
}

/* Alumni/Review CTA section */
[data-theme="light"] .alumni-cta,
[data-theme="light"] .alumni-cta p,
[data-theme="light"] .alumni-cta h2,
[data-theme="light"] .review-cta,
[data-theme="light"] .review-cta p,
[data-theme="light"] .review-cta h2 {
    color: #ffffff !important;
}

/* Stats section with green background */
[data-theme="light"] .stats-section h2,
[data-theme="light"] .stats-section p,
[data-theme="light"] .stats-section .stat-number,
[data-theme="light"] .stats-section .stat-label {
    color: #ffffff !important;
}

/* Footer keeps its green background and white text */
[data-theme="light"] .site-footer h5,
[data-theme="light"] .site-footer p,
[data-theme="light"] .site-footer li,
[data-theme="light"] .site-footer a,
[data-theme="light"] .site-footer span {
    color: #ffffff !important;
}

[data-theme="light"] .site-footer a:hover {
    color: var(--accent-yellow) !important;
}

/* Green background sections (bg-success) keep white text */
[data-theme="light"] .bg-success,
[data-theme="light"] .bg-success h2,
[data-theme="light"] .bg-success p,
[data-theme="light"] .bg-success li,
[data-theme="light"] .bg-success span,
[data-theme="light"] .bg-success .lead {
    color: #ffffff !important;
}

[data-theme="light"] .bg-success .btn-light {
    background: #ffffff !important;
    color: #2e7d32 !important;
    border-color: #ffffff !important;
}

/* Light mode cards */
[data-theme="light"] .card,
[data-theme="light"] .course-card,
[data-theme="light"] .feature-card,
[data-theme="light"] .testimonial-card,
[data-theme="light"] .stat-card {
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    box-shadow: var(--card-shadow);
}

/* Light mode header */
[data-theme="light"] .site-header {
    background-color: transparent;
}

/* Light mode: Keep nav links white on hero (before scroll) since hero has dark overlay */
[data-theme="light"] .site-header.site-header-transparent .nav-link {
    color: #ffffff;
}

[data-theme="light"] .site-header.site-header-transparent .nav-link:hover,
[data-theme="light"] .site-header.site-header-transparent .nav-link.active {
    color: var(--accent-yellow);
}

[data-theme="light"] .site-header.site-header-transparent .btn-theme-toggle {
    border-color: #ffffff;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

[data-theme="light"] .site-header.site-header-transparent .btn-theme-toggle:hover {
    background: #ffffff;
    color: var(--primary-green);
}

[data-theme="light"] .site-header.scrolled {
    background-color: #ffffff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .site-header.scrolled .nav-link {
    color: var(--text-primary);
}

[data-theme="light"] .site-header.scrolled .nav-link:hover,
[data-theme="light"] .site-header.scrolled .nav-link.active {
    color: var(--primary-green);
}

[data-theme="light"] .site-header.scrolled .btn-theme-toggle {
    border-color: var(--primary-green);
    color: var(--primary-green);
}

[data-theme="light"] .site-header.scrolled .btn-theme-toggle:hover {
    background: var(--primary-green);
    color: #ffffff;
}

/* Light mode dropdown */
[data-theme="light"] .dropdown-menu {
    background-color: var(--bg-card);
    border: 1px solid var(--border-color);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .dropdown-item {
    color: var(--text-primary);
}

[data-theme="light"] .dropdown-item:hover,
[data-theme="light"] .dropdown-item:focus {
    background-color: #e8f5e9;
    color: var(--primary-green);
}

[data-theme="light"] .dropdown-header {
    color: var(--primary-dark-green);
}

[data-theme="light"] .dropdown-divider {
    border-color: var(--border-color);
}

/* Light mode mobile navigation */
@media (max-width: 991.98px) {
    [data-theme="light"] .navbar-collapse {
        background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 100%);
    }
    
    [data-theme="light"] .site-header.site-header-transparent .navbar-collapse {
        background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 100%);
    }
    
    [data-theme="light"] .navbar-nav .nav-link {
        color: #ffffff !important;
        border-bottom-color: rgba(255, 255, 255, 0.15);
    }
    
    [data-theme="light"] .navbar-nav .nav-link:hover {
        color: #ffc107 !important;
    }
    
    [data-theme="light"] .navbar-nav .dropdown-menu {
        background: rgba(0, 0, 0, 0.2);
        border: none;
    }
    
    [data-theme="light"] .navbar-nav .dropdown-menu .dropdown-item {
        color: rgba(255, 255, 255, 0.9);
        border-bottom-color: rgba(255, 255, 255, 0.1);
    }
    
    [data-theme="light"] .navbar-nav .dropdown-menu .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.1);
        color: #ffc107;
    }
    
    [data-theme="light"] .mega-menu .dropdown-header {
        color: #ffc107;
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }
    
    /* Light mode: Transparent navbar - toggler uses white */
    [data-theme="light"] .navbar-toggler {
        border-color: #ffffff;
        border-radius: 0; /* Sharp edges */
    }
    
    [data-theme="light"] .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    
    /* Light mode: Keep toggler white on transparent header */
    [data-theme="light"] .site-header.site-header-transparent:not(.scrolled) .navbar-toggler {
        border-color: #ffffff;
        border-radius: 0; /* Sharp edges */
    }
    
    [data-theme="light"] .site-header.site-header-transparent:not(.scrolled) .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    
    /* Phone button in mobile nav */
    [data-theme="light"] .navbar-collapse .btn-call {
        background: #ffc107;
        color: #1a1a1a !important;
        border-color: #ffc107;
    }
}

/* Light mode footer */
[data-theme="light"] .site-footer {
    background: linear-gradient(135deg, var(--primary-dark-green) 0%, var(--primary-green) 100%);
}

[data-theme="light"] .site-footer,
[data-theme="light"] .site-footer p,
[data-theme="light"] .site-footer a,
[data-theme="light"] .site-footer .widget-title,
[data-theme="light"] .footer-links a {
    color: #ffffff;
}

[data-theme="light"] .footer-links a:hover {
    color: var(--accent-yellow);
}

/* Light mode forms */
[data-theme="light"] .form-control,
[data-theme="light"] .form-select {
    background-color: var(--bg-card);
    border-color: var(--border-color);
    color: var(--text-primary);
}

[data-theme="light"] .form-control:focus,
[data-theme="light"] .form-select:focus {
    background-color: var(--bg-card);
    border-color: var(--primary-green);
    color: var(--text-primary);
    box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.15);
}

[data-theme="light"] .form-control::placeholder {
    color: var(--text-muted);
}

/* Bootstrap floating labels fix for light mode - hide placeholder, only show label */
[data-theme="light"] .form-floating > .form-control::placeholder,
[data-theme="light"] .form-floating > textarea::placeholder {
    color: transparent !important;
    opacity: 0 !important;
}

[data-theme="light"] .form-floating > label {
    color: #666;
}

[data-theme="light"] .form-floating > .form-control:focus ~ label,
[data-theme="light"] .form-floating > .form-control:not(:placeholder-shown) ~ label,
[data-theme="light"] .form-floating > .form-select ~ label {
    color: var(--primary-green);
}

/* Light mode buttons */
[data-theme="light"] .btn-outline-success {
    color: var(--primary-green);
    border-color: var(--primary-green);
}

[data-theme="light"] .btn-outline-success:hover {
    background-color: var(--primary-green);
    color: #ffffff;
}

[data-theme="light"] .btn-light {
    background-color: var(--bg-section);
    border-color: var(--border-color);
    color: var(--text-primary);
}

/* Light mode borders */
[data-theme="light"] .border,
[data-theme="light"] .border-bottom,
[data-theme="light"] .border-top {
    border-color: var(--border-color) !important;
}

/* Light mode hero - keep dark overlay for contrast */
[data-theme="light"] .hero-section .hero-content {
    /* Hero content keeps white text for visibility on dark overlay */
    color: #ffffff;
}

[data-theme="light"] .hero-section .hero-content h1,
[data-theme="light"] .hero-section .hero-content p {
    color: #ffffff;
}

/* Light mode page headers - for inner pages */
[data-theme="light"] .page-header,
[data-theme="light"] .inner-hero {
    background-color: var(--bg-section);
}

[data-theme="light"] .page-header h1,
[data-theme="light"] .inner-hero h1 {
    color: var(--text-heading);
}

/* Light mode tables */
[data-theme="light"] .table {
    color: var(--text-primary);
    border-color: var(--border-color);
}

[data-theme="light"] .table thead {
    background-color: var(--bg-section);
}

[data-theme="light"] .table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--bg-section);
}

/* Light mode accordion */
[data-theme="light"] .accordion-item {
    background-color: var(--bg-card);
    border-color: var(--border-color);
}

[data-theme="light"] .accordion-button {
    background-color: var(--bg-card);
    color: var(--text-primary);
}

[data-theme="light"] .accordion-button:not(.collapsed) {
    background-color: #e8f5e9;
    color: var(--primary-green);
}

[data-theme="light"] .accordion-body {
    background-color: var(--bg-card);
    color: var(--text-secondary);
}

/* Light mode list groups */
[data-theme="light"] .list-group-item {
    background-color: var(--bg-card);
    border-color: var(--border-color);
    color: var(--text-primary);
}

/* Light mode badges */
[data-theme="light"] .badge.bg-light {
    background-color: var(--bg-section) !important;
    color: var(--text-primary) !important;
}

/* Light mode feature icons */
[data-theme="light"] .feature-icon,
[data-theme="light"] .stat-icon {
    color: var(--primary-green);
}

/* Light mode course categories */
[data-theme="light"] .course-category {
    background-color: var(--bg-section);
}

/* Light mode stats section */
[data-theme="light"] .stats-section {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--primary-dark-green) 100%);
}

/* Theme toggle button - swap icons logic */
.btn-theme-toggle {
    width: 42px;
    height: 42px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 2px solid var(--accent-yellow);
    color: var(--accent-yellow);
    font-size: 1.1rem;
    transition: all var(--transition-normal);
    border-radius: var(--radius-circle) !important;
}

.btn-theme-toggle:hover {
    background: var(--accent-yellow);
    color: #1a1a1a;
    transform: rotate(15deg);
}

.btn-theme-toggle:focus {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.3);
}

[data-theme="light"] .btn-theme-toggle {
    border: 2px solid var(--primary-green);
    color: var(--primary-green);
    background: rgba(46, 125, 50, 0.08);
    box-shadow: 0 2px 8px rgba(46, 125, 50, 0.15);
}

[data-theme="light"] .btn-theme-toggle:hover {
    background: var(--primary-green);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(46, 125, 50, 0.3);
}

/* Smooth transition for theme change */
html {
    transition: background-color 0.3s ease, color 0.3s ease;
}

html.theme-transition,
html.theme-transition *,
html.theme-transition *:before,
html.theme-transition *:after {
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
    transition-delay: 0 !important;
}

/* ============================================================
   SHARP EDGES - Override Bootstrap Rounded Classes
   ============================================================ */
.rounded,
.rounded-1,
.rounded-2,
.rounded-3,
.rounded-4,
.rounded-5,
.rounded-top,
.rounded-bottom,
.rounded-start,
.rounded-end,
.card,
.btn,
.form-control,
.form-select,
.input-group-text,
.alert,
.badge,
.dropdown-menu,
.modal-content,
.toast,
.tooltip-inner,
.popover {
    border-radius: 0 !important;
}

/* Keep circular shapes for specific elements */
.rounded-circle,
.rounded-pill,
.top-bar-social a,
.back-to-top,
.whatsapp-float,
.stat-icon,
.icon-box,
.timeline-dot,
.testimonial-img {
    border-radius: var(--radius-circle) !important;
}

/* ============================================================
   RESET & BASE STYLES
   ============================================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.7;
    color: var(--dark-gray);
    background-color: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

/* Paragraph Typography - Maven Pro */
p, .lead, li, td, th, label, .text-muted, .card-text, .course-description {
    font-family: var(--font-body);
}

/* Accessibility - Skip Link */
.skip-link {
    position: absolute;
    top: -100%;
    left: 0;
    background: var(--primary-dark-green);
    color: var(--white);
    padding: 12px 24px;
    z-index: 10000;
    transition: top var(--transition-fast);
}

.skip-link:focus {
    top: 0;
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 600;
    line-height: 1.3;
    color: var(--black);
    margin-bottom: 0.5em;
}

h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.75rem, 4vw, 2.75rem); }
h3 { font-size: clamp(1.5rem, 3vw, 2rem); }
h4 { font-size: clamp(1.25rem, 2.5vw, 1.5rem); }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
    margin-bottom: 1rem;
}

a {
    color: var(--primary-green);
    text-decoration: none;
    transition: color var(--transition-fast);
}

a:hover {
    color: var(--primary-dark-green);
}

/* Calligraphy Style for Special Text */
.calligraphy {
    font-family: var(--font-display);
    font-style: italic;
    font-weight: 500;
}

/* ============================================================
   TOP BAR
   ============================================================ */
.top-bar {
    background: var(--gradient-dark);
    padding: 10px 0;
    font-size: 14px;
}

.top-bar-info {
    color: var(--white);
}

.top-bar-info span {
    margin-right: 25px;
}

.top-bar-info i {
    color: var(--accent-yellow);
    margin-right: 8px;
}

.top-bar-social a {
    color: var(--white);
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 8px;
    transition: all var(--transition-fast);
    background: rgba(255, 255, 255, 0.1);
}

.top-bar-social a:hover {
    background: var(--accent-yellow);
    color: var(--black);
    transform: translateY(-2px);
}

/* ============================================================
   HEADER & NAVIGATION - Transparent Style (sourcekode.space)
   ============================================================ */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    padding: 0;
}

/* ============================================================
   UNIVERSAL NAVBAR - Transparent on load, solid on scroll
   Same behavior on all pages
   ============================================================ */
.site-header.site-header-transparent {
    background: transparent;
    box-shadow: none;
}

.site-header.site-header-transparent .navbar {
    background: transparent;
}

.site-header.site-header-transparent .nav-link {
    color: #fff;
}

.site-header.site-header-transparent .nav-link:hover,
.site-header.site-header-transparent .nav-link.active {
    color: #ffc107;
}

.site-header.site-header-transparent .logo-img {
    /* Logo displays in original colors */
    filter: none;
}

/* Scrolled Header - Solid background */
.site-header.scrolled {
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.site-header.scrolled .nav-link {
    color: #1a1a1a;
}

.site-header.scrolled .nav-link:hover,
.site-header.scrolled .nav-link.active {
    color: #2e7d32;
}

.site-header.scrolled .logo-img {
    filter: none;
}

.site-header.scrolled .btn-cta {
    background: linear-gradient(135deg, #2e7d32, #1b5e20);
}

.navbar {
    padding: 20px 0;
    transition: padding 0.3s ease;
}

.site-header.scrolled .navbar {
    padding: 12px 0;
}

.navbar-brand {
    padding: 0;
}

.logo-img {
    height: 45px;
    width: auto;
    transition: all 0.3s ease;
}

.navbar-nav {
    gap: 5px;
}

.navbar-nav .nav-link {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 15px;
    padding: 10px 20px !important;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 0;
}

.navbar-nav .nav-link::after {
    display: none;
}

/* CTA Button in Nav */
.btn-cta {
    background: linear-gradient(135deg, #4caf50, #2e7d32);
    color: #fff !important;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 14px;
    padding: 12px 25px !important;
    border: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-cta:hover {
    background: linear-gradient(135deg, #66bb6a, #4caf50);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(76, 175, 80, 0.4);
    color: #fff !important;
}

.btn-cta i {
    margin-right: 8px;
}

/* Dropdown Caret Animation - Bounce effect */
.nav-link .fa-caret-down {
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: inline-block;
}

.nav-item.dropdown.show .nav-link .fa-caret-down,
.nav-item.dropdown:hover .nav-link .fa-caret-down {
    transform: translateY(3px) scale(1.2);
}

/* Dropdown styling */
.dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 15px 0;
    margin-top: 10px;
    border-top: 3px solid #2e7d32;
}

.dropdown-item {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 25px;
    color: #333;
    transition: all 0.2s ease;
}

.dropdown-item:hover {
    background: #e8f5e9;
    color: #2e7d32;
    padding-left: 30px;
}

.dropdown-item i {
    width: 20px;
}

/* Mega Menu */
.mega-menu {
    width: 100%;
    min-width: 800px;
    padding: 25px;
    border: none;
    border-radius: 0;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
    border-top: 3px solid #2e7d32;
}

.mega-menu .dropdown-header {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 13px;
    color: #1b5e20;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ffc107;
    margin-bottom: 10px;
}

.mega-menu .dropdown-item {
    padding: 8px 0;
    font-size: 14px;
    color: #555;
    transition: all 0.2s ease;
}

.mega-menu .dropdown-item:hover {
    background: transparent;
    color: #2e7d32;
    padding-left: 10px;
}

/* Mobile Navigation - Transparent navbar uses white toggler */
.navbar-toggler {
    border: 2px solid #fff;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0; /* Sharp edges */
}

.site-header.scrolled .navbar-toggler {
    border-color: #2e7d32;
    background: transparent;
    border-radius: 0; /* Sharp edges */
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.site-header.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%232e7d32' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile menu background */
@media (max-width: 991.98px) {
    .site-header.site-header-transparent .navbar-collapse {
        background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 100%);
        padding: 20px;
        margin-top: 15px;
        border-radius: 0;
        max-height: calc(100vh - 80px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .site-header.site-header-transparent .navbar-collapse .nav-link {
        color: #ffffff !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    
    .site-header.site-header-transparent .navbar-collapse .nav-link:hover {
        color: #ffc107 !important;
    }
    
    .site-header.scrolled .navbar-collapse {
        background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 100%);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }
    
    .site-header.scrolled .navbar-collapse .nav-link {
        color: #ffffff !important;
    }
    
    /* Fix mobile navbar scroll */
    .navbar-collapse {
        max-height: calc(100vh - 80px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }
    
    /* Prevent body scroll when nav is open */
    body.nav-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
    
    /* Mobile dropdown fixes */
    .navbar-nav .dropdown-menu {
        position: static !important;
        transform: none !important;
        float: none;
        width: 100%;
        border: none;
        box-shadow: none;
        padding: 0 0 0 15px;
        margin: 0;
        background: transparent;
        max-height: none;
        overflow: visible;
    }
    
    .navbar-nav .dropdown-menu.show {
        display: block;
    }
    
    /* Mega menu mobile fixes */
    .mega-menu {
        min-width: 100% !important;
        width: 100% !important;
        padding: 10px 0;
        border: none;
        box-shadow: none;
        border-top: none;
    }
    
    .mega-menu .row {
        margin: 0;
    }
    
    .mega-menu .col-lg-3 {
        padding: 0;
        margin-bottom: 10px;
    }
    
    .mega-menu .dropdown-header {
        font-size: 12px;
        padding: 10px 15px 5px;
        margin-top: 5px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .site-header.scrolled .mega-menu .dropdown-header {
        border-bottom-color: rgba(0, 0, 0, 0.1);
    }
    
    .mega-menu .dropdown-item {
        padding: 8px 15px;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.85);
    }
    
    .mega-menu .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.1);
        color: #ffc107;
    }
    
    .mega-menu .dropdown-header {
        color: #ffc107;
    }
    
    /* Nav items styling */
    .navbar-nav .nav-link {
        padding: 12px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        color: #ffffff;
    }
    
    .site-header.scrolled .navbar-nav .nav-link {
        border-bottom-color: rgba(255, 255, 255, 0.15);
        color: #ffffff;
    }
    
    .navbar-nav .nav-link::after {
        display: none;
    }
    
    .navbar-nav .dropdown-toggle::after {
        float: right;
        margin-top: 8px;
        border-top-color: #ffffff;
    }
    
    /* CTA button mobile */
    .btn-cta {
        margin-top: 15px;
        width: 100%;
        justify-content: center;
    }
    
    .btn-theme-toggle {
        margin-top: 10px;
    }
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero-section {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(27, 94, 32, 0.9) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    color: var(--white);
    padding: 40px 0;
}

.hero-badge {
    display: inline-block;
    background: var(--accent-yellow);
    color: var(--black);
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 20px;
    border-radius: var(--radius-xl);
    margin-bottom: 20px;
}

.hero-title {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    color: var(--white);
}

.hero-title .highlight {
    color: var(--accent-yellow);
    font-family: var(--font-display);
    font-style: italic;
}

.hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.95;
}

/* Hero Stats */
.hero-stats {
    display: flex;
    gap: 40px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: 700;
    color: var(--accent-yellow);
    line-height: 1;
}

.stat-label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
    margin-top: 5px;
}

/* Hero Buttons */
.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-buttons .btn {
    font-family: var(--font-heading);
    font-weight: 600;
    padding: 16px 36px;
    border-radius: var(--radius-xl);
    font-size: 18px;
    transition: all var(--transition-normal);
}

.hero-buttons .btn-primary {
    background: var(--accent-yellow);
    border-color: var(--accent-yellow);
    color: var(--black);
}

.hero-buttons .btn-primary:hover {
    background: var(--accent-gold);
    border-color: var(--accent-gold);
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.hero-buttons .btn-outline-light:hover {
    background: var(--white);
    color: var(--primary-dark-green);
    transform: translateY(-3px);
}

/* ============================================================
   SECTION STYLES
   ============================================================ */
.section-header {
    max-width: 700px;
    margin: 0 auto 30px;
}

.section-tag {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--primary-green);
    margin-bottom: 10px;
    position: relative;
    padding-left: 50px;
}

.section-tag::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 2px;
    background: var(--accent-yellow);
}

.section-tag.light {
    color: var(--accent-yellow);
}

.section-tag.light::before {
    background: var(--white);
}

.section-title {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--black);
    margin-bottom: 15px;
}

.section-desc {
    font-size: 1.1rem;
    color: var(--medium-gray);
    max-width: 600px;
    margin: 0 auto;
}

/* ============================================================
   WHY CHOOSE US - FEATURE CARDS
   ============================================================ */
.why-choose-section {
    background: var(--white);
}

.feature-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 40px 30px;
    text-align: center;
    transition: all var(--transition-normal);
    border: 1px solid var(--light-gray);
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-green);
}

.feature-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    background: var(--gradient-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition-normal);
}

.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
}

.feature-icon i {
    font-size: 36px;
    color: var(--white);
}

.feature-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--black);
}

.feature-desc {
    color: var(--medium-gray);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* ============================================================
   COURSES SECTION
   ============================================================ */
.courses-section {
    background: linear-gradient(180deg, var(--off-white) 0%, var(--white) 100%);
}

.course-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all var(--transition-normal);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.course-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.course-image {
    position: relative;
    overflow: hidden;
}

.course-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.course-card:hover .course-image img {
    transform: scale(1.08);
}

.course-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--primary-green);
    color: var(--white);
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    border-radius: var(--radius-xl);
}

.course-badge.trending {
    background: var(--accent-yellow);
    color: var(--black);
}

.course-badge.new {
    background: var(--primary-dark-green);
}

.course-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.course-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.course-title a {
    color: var(--black);
    transition: color var(--transition-fast);
}

.course-title a:hover {
    color: var(--primary-green);
}

.course-desc {
    font-size: 14px;
    color: var(--medium-gray);
    line-height: 1.6;
    margin-bottom: 15px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.course-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 13px;
    color: var(--medium-gray);
}

.course-meta i {
    color: var(--primary-green);
    margin-right: 5px;
}

.btn-course {
    background: transparent;
    color: var(--primary-green);
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 14px;
    padding: 12px 24px;
    border: 2px solid var(--primary-green);
    border-radius: var(--radius-xl);
    transition: all var(--transition-fast);
    width: fit-content;
}

.btn-course:hover {
    background: var(--primary-green);
    color: var(--white);
}

.btn-course i {
    margin-left: 8px;
    transition: transform var(--transition-fast);
}

.btn-course:hover i {
    transform: translateX(5px);
}

/* ============================================================
   CTA / DEMO FORM SECTION
   ============================================================ */
.cta-section {
    background: var(--gradient-dark);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: var(--primary-dark-green);
    opacity: 0.3;
    transform: rotate(20deg);
}

.cta-content {
    position: relative;
    z-index: 2;
    color: var(--white);
}

.cta-title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--white);
    margin-bottom: 10px;
}

.cta-subtitle {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-style: italic;
    color: var(--accent-yellow);
    margin-bottom: 30px;
}

.cta-features {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.cta-features li {
    font-size: 18px;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.cta-features i {
    color: var(--accent-yellow);
    margin-right: 15px;
    font-size: 18px;
}

.cta-contact {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.cta-contact .contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cta-contact .contact-item i {
    width: 50px;
    height: 50px;
    background: var(--accent-yellow);
    color: var(--black);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.cta-contact .contact-item span {
    display: block;
    font-size: 13px;
    opacity: 0.8;
}

.cta-contact .contact-item a {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
}

.cta-contact .contact-item a:hover {
    color: var(--accent-yellow);
}

/* Demo Form */
.demo-form-wrapper {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 40px;
    box-shadow: var(--shadow-xl);
    position: relative;
    z-index: 2;
}

.form-title {
    font-family: var(--font-heading);
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 5px;
}

.form-subtitle {
    color: var(--medium-gray);
    margin-bottom: 30px;
}

.demo-form .form-control,
.demo-form .form-select {
    border: 2px solid var(--light-gray);
    border-radius: var(--radius-sm);
    transition: border-color var(--transition-fast);
}

.demo-form .form-control:focus,
.demo-form .form-select:focus {
    border-color: var(--primary-green);
    box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.1);
}

.btn-submit {
    background: var(--gradient-green);
    color: var(--white);
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 18px;
    padding: 16px 32px;
    border: none;
    border-radius: var(--radius-xl);
    transition: all var(--transition-normal);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
    background: var(--primary-dark-green);
    color: var(--white);
}

/* ============================================================
   TESTIMONIALS SECTION
   ============================================================ */
.testimonials-section {
    background: var(--white);
}

.testimonial-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 35px;
    box-shadow: var(--shadow-md);
    height: 100%;
    transition: all var(--transition-normal);
    border-left: 4px solid var(--primary-green);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
}

.testimonial-rating {
    margin-bottom: 20px;
}

.testimonial-rating i {
    color: var(--accent-yellow);
    font-size: 18px;
}

.testimonial-quote {
    font-family: var(--font-body);
    font-size: 15px;
    font-style: italic;
    line-height: 1.8;
    color: var(--dark-gray);
    margin-bottom: 25px;
    position: relative;
    padding-left: 20px;
}

.testimonial-quote::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -10px;
    font-family: var(--font-display);
    font-size: 40px;
    color: var(--primary-green);
    opacity: 0.3;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--accent-yellow);
}

.author-info .author-name {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 2px;
}

.author-info p {
    font-size: 13px;
    color: var(--medium-gray);
    margin-bottom: 2px;
}

.author-info .package {
    display: inline-block;
    background: var(--primary-light-green);
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: var(--radius-xl);
}

/* ============================================================
   CATEGORIES SECTION
   ============================================================ */
.category-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: all var(--transition-normal);
    height: 100%;
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.category-image {
    overflow: hidden;
}

.category-image img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.category-card:hover .category-image img {
    transform: scale(1.05);
}

.category-content {
    padding: 30px;
}

.category-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.category-title a {
    color: var(--black);
}

.category-title a:hover {
    color: var(--primary-green);
}

.category-desc {
    font-size: 14px;
    color: var(--medium-gray);
    line-height: 1.7;
    margin-bottom: 20px;
}

/* ============================================================
   PARTNERS SECTION
   ============================================================ */
.partners-section {
    background: var(--white);
}

.hiring-partners {
    background: var(--black);
}

[data-theme="light"] .hiring-partners {
    background: var(--off-white);
}

/* Success Stories Section */
.success-stories {
    background: var(--black);
}

[data-theme="light"] .success-stories {
    background: var(--off-white);
}

/* Success Stories Carousel */
.stories-carousel-wrapper {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.stories-carousel {
    overflow: hidden;
    width: 100%;
    margin: 0 -15px;
    padding: 0 15px;
}

.stories-track {
    display: flex;
    gap: 25px;
    animation: storiesScroll 60s linear infinite;
    width: max-content;
}

.stories-track:hover {
    animation-play-state: paused;
}

@keyframes storiesScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.story-card {
    flex-shrink: 0;
    width: 350px;
    background: var(--dark-gray);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

[data-theme="light"] .story-card {
    background: var(--white);
    box-shadow: var(--shadow-md);
}

.story-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.story-header {
    background: var(--gradient-green);
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.story-header .role-badge {
    background: var(--accent-yellow);
    color: var(--black);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
}

.story-header .package {
    color: var(--white);
    font-weight: 700;
    font-size: 1rem;
}

.story-body {
    padding: 20px;
}

.student-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.student-info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--primary-green);
}

.student-info h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 2px;
    color: var(--white);
}

[data-theme="light"] .student-info h4 {
    color: var(--black);
}

.student-info p {
    font-size: 0.85rem;
    color: var(--medium-gray);
    margin: 0;
}

.story-body .testimonial {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin: 0;
    font-style: italic;
}

[data-theme="light"] .story-body .testimonial {
    color: var(--medium-gray);
}

/* Carousel Navigation */
.stories-carousel-wrapper .carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--gradient-green);
    border: none;
    color: var(--white);
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.stories-carousel-wrapper .carousel-nav:hover {
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.stories-carousel-wrapper .carousel-nav.prev {
    left: 10px;
}

.stories-carousel-wrapper .carousel-nav.next {
    right: 10px;
}

@media (max-width: 768px) {
    .story-card {
        width: 300px;
    }
    
    .stories-carousel-wrapper .carousel-nav {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

.partners-slider {
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.partners-track {
    display: flex;
    gap: 60px;
    animation: scroll 30s linear infinite;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.partner-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all var(--transition-normal);
}

.partner-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.partner-logo img {
    max-height: 60px;
    width: auto;
}

/* Partners Carousel (Hiring Partners Section) */
.partners-carousel-wrapper {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.partners-carousel-wrapper::before,
.partners-carousel-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}

.partners-carousel-wrapper::before {
    left: 0;
    background: linear-gradient(to right, var(--black) 0%, transparent 100%);
}

.partners-carousel-wrapper::after {
    right: 0;
    background: linear-gradient(to left, var(--black) 0%, transparent 100%);
}

[data-theme="light"] .partners-carousel-wrapper::before {
    background: linear-gradient(to right, var(--off-white) 0%, transparent 100%);
}

[data-theme="light"] .partners-carousel-wrapper::after {
    background: linear-gradient(to left, var(--off-white) 0%, transparent 100%);
}

.partners-carousel {
    overflow: hidden;
    width: 100%;
}

.partners-carousel .partners-track {
    display: flex;
    gap: 40px;
    animation: partnersScroll 40s linear infinite;
    width: max-content;
}

.partners-carousel .partners-track:hover {
    animation-play-state: paused;
}

@keyframes partnersScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.partner-slide {
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 80px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.partner-slide:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.partner-slide img {
    max-height: 50px;
    max-width: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(30%);
    transition: filter 0.3s ease;
}

.partner-slide:hover img {
    filter: grayscale(0%);
}

/* ============================================================
   CONTACT SECTION
   ============================================================ */
.contact-info-card {
    background: var(--white);
    padding: 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    height: 100%;
}

.contact-details {
    margin-top: 30px;
}

.contact-details .contact-item {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid var(--light-gray);
}

.contact-details .contact-item:last-child {
    border-bottom: none;
}

.contact-details .contact-icon {
    width: 55px;
    height: 55px;
    background: var(--gradient-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-details .contact-icon i {
    color: var(--white);
    font-size: 20px;
}

.contact-details .contact-text h4 {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-details .contact-text p,
.contact-details .contact-text address {
    color: var(--medium-gray);
    font-size: 14px;
    margin: 0;
    font-style: normal;
}

.contact-details .contact-text a {
    color: var(--primary-green);
}

.contact-details .contact-text a:hover {
    color: var(--primary-dark-green);
}

.map-wrapper {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    height: 100%;
    min-height: 450px;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
    background: var(--black);
    color: var(--white);
}

.footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
    filter: brightness(0) invert(1);
}

.footer-widget p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.8;
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: all var(--transition-fast);
}

.footer-social a:hover {
    background: var(--primary-green);
    transform: translateY(-3px);
}

.widget-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--accent-yellow);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    padding: 8px 0;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    transition: all var(--transition-fast);
}

.footer-links a:hover {
    color: var(--accent-yellow);
    padding-left: 10px;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.footer-contact li i {
    color: var(--accent-yellow);
    margin-top: 3px;
}

.footer-contact li a {
    color: rgba(255, 255, 255, 0.7);
}

.footer-contact li a:hover {
    color: var(--accent-yellow);
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.3);
}

.copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 25px;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.footer-bottom-links a:hover {
    color: var(--accent-yellow);
}

/* ============================================================
   BACK TO TOP BUTTON
   ============================================================ */
.back-to-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--primary-green);
    color: var(--white);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-normal);
    z-index: 999;
    box-shadow: var(--shadow-md);
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: var(--primary-dark-green);
    transform: translateY(-5px);
}

/* WhatsApp Float */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: var(--shadow-lg);
    z-index: 999;
    transition: all var(--transition-normal);
}

.whatsapp-float:hover {
    background: #128C7E;
    color: var(--white);
    transform: scale(1.1);
}

/* ============================================================
   UTILITY CLASSES
   ============================================================ */
.bg-light {
    background-color: var(--off-white) !important;
}

.text-primary {
    color: var(--primary-green) !important;
}

.btn-primary {
    background: var(--gradient-green);
    border: none;
}

.btn-primary:hover {
    background: var(--primary-dark-green);
}

.btn-outline-primary {
    color: var(--primary-green);
    border-color: var(--primary-green);
}

.btn-outline-primary:hover {
    background: var(--primary-green);
    border-color: var(--primary-green);
}

/* ============================================================
   RESPONSIVE STYLES
   ============================================================ */
@media (max-width: 1199.98px) {
    .mega-menu {
        min-width: 100%;
    }
}

@media (max-width: 991.98px) {
    /* Note: Mobile navbar styles are defined earlier in the Navigation section */
    
    .header-cta {
        margin-top: 15px;
        width: 100%;
    }
    
    .header-cta .btn {
        width: 100%;
        justify-content: center;
    }
    
    .hero-section {
        min-height: 80vh;
    }
    
    .hero-stats {
        gap: 25px;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .cta-section::before {
        display: none;
    }
    
    .demo-form-wrapper {
        margin-top: 40px;
    }
}

@media (max-width: 767.98px) {
    .top-bar {
        display: none;
    }
    
    .hero-section {
        min-height: 70vh;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-stats {
        gap: 20px;
    }
    
    .stat-item {
        flex: 1;
        min-width: 80px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .hero-buttons {
        flex-direction: column;
    }
    
    .hero-buttons .btn {
        width: 100%;
    }
    
    .section-tag {
        padding-left: 0;
    }
    
    .section-tag::before {
        display: none;
    }
    
    .cta-contact {
        flex-direction: column;
        gap: 20px;
    }
    
    .demo-form-wrapper {
        padding: 25px;
    }
    
    .testimonial-card {
        padding: 25px;
    }
    
    .contact-info-card {
        padding: 25px;
    }
    
    .footer-bottom {
        text-align: center;
    }
    
    .footer-bottom-links {
        justify-content: center;
        margin-top: 10px;
    }
}

@media (max-width: 575.98px) {
    .hero-stats {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .stat-item {
        flex: 0 0 45%;
        text-align: center;
    }
    
    .stat-number {
        font-size: 1.75rem;
    }
    
    .stat-label {
        font-size: 12px;
    }
    
    .partners-track {
        gap: 40px;
    }
    
    /* Typography scaling for small screens */
    h1 {
        font-size: 1.75rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.25rem;
    }
    
    h4 {
        font-size: 1.1rem;
    }
    
    /* Course cards mobile */
    .course-card {
        margin-bottom: 20px;
    }
    
    .course-card-body {
        padding: 20px;
    }
    
    /* Forms mobile */
    .form-control,
    .form-select {
        padding: 12px 15px;
        font-size: 16px; /* Prevents zoom on iOS */
    }
    
    /* Buttons mobile */
    .btn {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .btn-lg {
        padding: 14px 24px;
        font-size: 15px;
    }
    
    /* Footer mobile */
    .site-footer {
        padding: 40px 0 20px;
    }
    
    .footer-widget {
        margin-bottom: 30px;
        text-align: center;
    }
    
    .footer-links {
        justify-content: center;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    /* Contact info mobile */
    .contact-info-item {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-info-icon {
        margin-bottom: 10px;
    }
    
    /* WhatsApp and back to top buttons */
    .whatsapp-float,
    .back-to-top {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    .whatsapp-float {
        bottom: 20px;
        right: 15px;
    }
    
    .back-to-top {
        bottom: 75px;
        right: 15px;
    }
    
    /* Table responsive */
    .table-responsive {
        font-size: 14px;
    }
    
    /* Breadcrumb mobile */
    .breadcrumb {
        font-size: 13px;
        justify-content: center;
    }
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
    }
    50% {
        box-shadow: 0 0 20px rgba(76, 175, 80, 0.6), 0 0 40px rgba(76, 175, 80, 0.3);
    }
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-2px); }
    20%, 40%, 60%, 80% { transform: translateX(2px); }
}

@keyframes gentleTick {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    75% { transform: rotate(-5deg); }
}

@keyframes bounceIn {
    0% { transform: scale(0.3); opacity: 0; }
    50% { transform: scale(1.05); }
    70% { transform: scale(0.9); }
    100% { transform: scale(1); opacity: 1; }
}

@keyframes ripple {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(4);
        opacity: 0;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    14% { transform: scale(1.1); }
    28% { transform: scale(1); }
    42% { transform: scale(1.1); }
    70% { transform: scale(1); }
}

/* ============================================================
   INTERACTIVE ELEMENTS & MICRO-INTERACTIONS
   ============================================================ */

/* Magnetic Button Effect */
.btn-magnetic {
    position: relative;
    transition: transform 0.3s ease;
}

/* Ripple Effect for Buttons */
.btn-ripple {
    position: relative;
    overflow: hidden;
}

.btn-ripple::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: scale(0);
    pointer-events: none;
}

.btn-ripple:active::after {
    animation: ripple 0.6s ease-out;
}

/* Glowing CTA Buttons */
.btn-glow {
    animation: glow 2s ease-in-out infinite;
}

.btn-glow:hover {
    animation: none;
    box-shadow: 0 0 30px rgba(76, 175, 80, 0.8);
}

/* Pulsing Badge for Limited Offers */
.badge-pulse {
    animation: pulse 2s ease-in-out infinite;
}

/* Floating Elements */
.float-animation {
    animation: float 3s ease-in-out infinite;
}

/* Shimmer Effect for Loading/Highlights */
.shimmer-effect {
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.4) 50%, transparent 100%);
    background-size: 200% 100%;
    animation: shimmer 2s infinite;
}

/* Attention-grabbing Price Display */
.price-highlight {
    position: relative;
    display: inline-block;
}

.price-highlight::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -10px;
    right: -10px;
    bottom: -5px;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.1), rgba(255, 193, 7, 0.1));
    border-radius: 8px;
    z-index: -1;
    animation: pulse 2s ease-in-out infinite;
}

/* Course Card Enhancements */
.course-card {
    position: relative;
}

.course-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-green), var(--accent-yellow), var(--primary-green));
    background-size: 200% 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.course-card:hover::before {
    transform: scaleX(1);
    animation: shimmer 2s infinite;
}

/* Interactive Course Badge */
.course-badge {
    transition: all 0.3s ease;
}

.course-card:hover .course-badge {
    transform: scale(1.1) rotate(-3deg);
}

.course-badge.hot {
    background: linear-gradient(135deg, #f44336, #ff5722);
    animation: pulse 1.5s ease-in-out infinite;
}

/* Urgency Indicator */
.urgency-badge {
    background: linear-gradient(135deg, #f44336, #e91e63);
    color: white;
    padding: 8px 16px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    animation: heartbeat 1.5s ease-in-out infinite;
}

.urgency-badge i {
    animation: shake 0.5s ease-in-out infinite;
}

/* Limited Seats Counter */
.seats-counter {
    background: rgba(244, 67, 54, 0.1);
    border: 2px solid #f44336;
    border-radius: 8px;
    padding: 10px 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #f44336;
}

.seats-counter .count {
    font-size: 1.5rem;
    font-weight: 700;
    animation: pulse 1s ease-in-out infinite;
}

/* Discount Tag */
.discount-tag {
    position: absolute;
    top: -10px;
    right: -10px;
    background: linear-gradient(135deg, #f44336, #e91e63);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 4px 15px rgba(244, 67, 54, 0.4);
    animation: bounceIn 0.6s ease-out, pulse 2s ease-in-out infinite 0.6s;
    z-index: 10;
}

.discount-tag span {
    font-size: 0.7rem;
    font-weight: 400;
}

/* Trust Indicators */
.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(76, 175, 80, 0.1);
    border-radius: 50px;
    font-size: 0.85rem;
    color: var(--primary-green);
    transition: all 0.3s ease;
}

.trust-badge:hover {
    background: var(--primary-green);
    color: white;
    transform: translateY(-2px);
}

.trust-badge i {
    font-size: 1rem;
}

/* Testimonial Card Enhancements */
.testimonial-card {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.testimonial-card:hover {
    transform: translateY(-10px) scale(1.02);
}

.testimonial-card::after {
    content: '"';
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 80px;
    font-family: Georgia, serif;
    color: var(--primary-green);
    opacity: 0.1;
    line-height: 1;
    transition: opacity 0.3s ease;
}

.testimonial-card:hover::after {
    opacity: 0.2;
}

/* Star Rating Animation */
.star-rating i {
    transition: all 0.2s ease;
}

.star-rating:hover i {
    animation: bounceIn 0.3s ease-out;
    animation-fill-mode: both;
}

.star-rating:hover i:nth-child(1) { animation-delay: 0s; }
.star-rating:hover i:nth-child(2) { animation-delay: 0.05s; }
.star-rating:hover i:nth-child(3) { animation-delay: 0.1s; }
.star-rating:hover i:nth-child(4) { animation-delay: 0.15s; }
.star-rating:hover i:nth-child(5) { animation-delay: 0.2s; }

/* Feature Card Icons */
.feature-card .feature-icon {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.feature-card:hover .feature-icon {
    transform: scale(1.15) rotate(10deg);
    box-shadow: 0 10px 30px rgba(76, 175, 80, 0.3);
}

.feature-card:hover .feature-icon i {
    animation: float 1s ease-in-out infinite;
}

/* Stat Counter Enhancement */
.stat-item {
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: scale(1.05);
}

.stat-item:hover .stat-number {
    color: var(--accent-yellow);
    text-shadow: 0 0 20px rgba(255, 193, 7, 0.5);
}

/* CTA Section Enhancements */
.cta-section-new .btn-primary-new {
    position: relative;
    overflow: hidden;
}

.cta-section-new .btn-primary-new::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.cta-section-new .btn-primary-new:hover::before {
    width: 300px;
    height: 300px;
}

/* Scroll Progress Indicator */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-green), var(--accent-yellow));
    z-index: 9999;
    transition: width 0.1s ease;
}

/* Cursor Trail Effect Container */
.cursor-dot {
    width: 8px;
    height: 8px;
    background: var(--primary-green);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

body:hover .cursor-dot {
    opacity: 1;
}

/* Interactive Form Fields */
.form-control-interactive {
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.form-control-interactive:focus {
    border-color: var(--primary-green);
    box-shadow: 0 0 0 4px rgba(76, 175, 80, 0.1);
    transform: translateY(-2px);
}

/* Floating Labels Animation */
.form-floating-custom label {
    transition: all 0.3s ease;
}

.form-floating-custom input:focus ~ label,
.form-floating-custom input:not(:placeholder-shown) ~ label {
    transform: translateY(-25px) scale(0.85);
    color: var(--primary-green);
}

/* WhatsApp Button Enhancement */
.whatsapp-float {
    animation: float 3s ease-in-out infinite, glow 2s ease-in-out infinite;
}

.whatsapp-float:hover {
    animation: none;
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(37, 211, 102, 0.6);
}

/* Back to Top Enhancement */
.back-to-top {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.back-to-top:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 10px 30px rgba(76, 175, 80, 0.4);
}

/* Price Card Enhancements */
.price-card {
    position: relative;
    overflow: visible;
}

.price-card .course-price {
    position: relative;
}

.price-card .price-original {
    position: relative;
}

.price-card .price-original::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #f44336;
    animation: slideInRight 0.5s ease-out;
}

/* Social Proof Ticker */
.social-proof-ticker {
    background: linear-gradient(90deg, var(--primary-green), var(--primary-dark-green));
    color: white;
    padding: 10px 0;
    overflow: hidden;
}

.ticker-content {
    display: flex;
    animation: ticker 20s linear infinite;
    white-space: nowrap;
}

@keyframes ticker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 30px;
    font-size: 0.9rem;
}

.ticker-item i {
    color: var(--accent-yellow);
}

/* Loading Skeleton */
.skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 4px;
}

/* Notification Toast */
.toast-notification {
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: white;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 15px;
    transform: translateX(150%);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 9998;
    max-width: 350px;
}

.toast-notification.show {
    transform: translateX(0);
}

.toast-notification .toast-icon {
    width: 40px;
    height: 40px;
    background: var(--primary-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.toast-notification .toast-content h6 {
    margin: 0 0 5px;
    font-size: 0.9rem;
    color: var(--black);
}

.toast-notification .toast-content p {
    margin: 0;
    font-size: 0.8rem;
    color: var(--medium-gray);
}

/* Countdown Timer */
.countdown-timer {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.countdown-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 15px;
    border-radius: 8px;
    min-width: 70px;
    text-align: center;
}

.countdown-item .count {
    font-size: 2rem;
    font-weight: 700;
    color: var(--accent-yellow);
    line-height: 1;
}

.countdown-item .label {
    font-size: 0.75rem;
    text-transform: uppercase;
    opacity: 0.8;
    margin-top: 5px;
}

/* Parallax Background */
.parallax-bg {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Gradient Border Effect */
.gradient-border {
    position: relative;
    background: white;
}

.gradient-border::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 2px;
    background: linear-gradient(135deg, var(--primary-green), var(--accent-yellow), var(--primary-green));
    border-radius: inherit;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

/* Interactive Logo/Brand */
.navbar-brand img {
    transition: all 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

/* AOS Custom Animations */
[data-aos="fade-up"] {
    transform: translateY(30px);
}

/* Print Styles */
@media print {
    .top-bar,
    .site-header,
    .hero-section,
    .cta-section,
    .back-to-top,
    .whatsapp-float,
    .site-footer {
        display: none !important;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.5;
    }
}

/* ============================================================
   DARK MODE SUPPORT - Toggle Controlled
   ============================================================ */
[data-theme="dark"] {
    /* Override colors for dark mode */
    --white: #1a1a1a;
    --off-white: #242424;
    --light-gray: #333333;
    --medium-gray: #9ca3af;
    --dark-gray: #e5e5e5;
    --black: #f5f5f5;
    --pure-black: #ffffff;
    
    /* Shadows for dark mode */
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.4);
    --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.5);
    --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.6);
}

[data-theme="dark"] body {
    background-color: #121212;
    color: #e5e5e5;
}

/* Bootstrap utilities dark mode */
[data-theme="dark"] .bg-light {
    background-color: #1e1e1e !important;
}

[data-theme="dark"] .bg-white {
    background-color: #1e1e1e !important;
}

[data-theme="dark"] .text-muted {
    color: #9ca3af !important;
}

[data-theme="dark"] .text-dark {
    color: #e5e5e5 !important;
}

[data-theme="dark"] .badge.bg-light {
    background-color: #333 !important;
    color: #e5e5e5 !important;
}

/* Dark mode sections */
[data-theme="dark"] section {
    background-color: #121212;
}

[data-theme="dark"] section:nth-child(even) {
    background-color: #0a0a0a;
}

/* Headings dark mode */
[data-theme="dark"] h1, 
[data-theme="dark"] h2, 
[data-theme="dark"] h3, 
[data-theme="dark"] h4, 
[data-theme="dark"] h5, 
[data-theme="dark"] h6,
[data-theme="dark"] .section-title,
[data-theme="dark"] .section-title-new,
[data-theme="dark"] .hero-title,
[data-theme="dark"] .display-1, 
[data-theme="dark"] .display-2, 
[data-theme="dark"] .display-3, 
[data-theme="dark"] .display-4, 
[data-theme="dark"] .display-5, 
[data-theme="dark"] .display-6 {
    color: #f5f5f5 !important;
}

[data-theme="dark"] .section-subtitle,
[data-theme="dark"] .section-desc-new,
[data-theme="dark"] .lead {
    color: #9ca3af !important;
}

/* Header in dark mode - Transparent on load, solid on scroll */
[data-theme="dark"] .site-header,
[data-theme="dark"] .site-header.site-header-transparent {
    background: transparent;
    box-shadow: none;
}

[data-theme="dark"] .site-header.scrolled {
    background: rgba(18, 18, 18, 0.98);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

[data-theme="dark"] .site-header .nav-link {
    color: #e5e5e5 !important;
}

[data-theme="dark"] .site-header .nav-link:hover {
    color: var(--primary-light-green) !important;
}

[data-theme="dark"] .site-header .logo-img {
    /* Logo displays in original colors */
    filter: none;
}

[data-theme="dark"] .site-header.scrolled .logo-img {
    filter: none !important;
}

/* Top bar dark mode */
[data-theme="dark"] .top-bar {
    background: #0a0a0a;
    border-bottom: 1px solid #333;
}

[data-theme="dark"] .top-bar a {
    color: #9ca3af;
}

[data-theme="dark"] .top-bar a:hover {
    color: var(--primary-light-green);
}

/* Cards dark mode */
[data-theme="dark"] .card,
[data-theme="dark"] .course-card,
[data-theme="dark"] .course-card-new,
[data-theme="dark"] .testimonial-card,
[data-theme="dark"] .contact-info-card,
[data-theme="dark"] .demo-form-wrapper {
    background: #1e1e1e !important;
    border: 1px solid #333 !important;
}

[data-theme="dark"] .card-body,
[data-theme="dark"] .course-card-body,
[data-theme="dark"] .course-content-new {
    background: #1e1e1e !important;
}

[data-theme="dark"] .card-title,
[data-theme="dark"] .course-card h4,
[data-theme="dark"] .course-card-new h4,
[data-theme="dark"] .course-title-new {
    color: #f5f5f5 !important;
}

[data-theme="dark"] .card-text,
[data-theme="dark"] .course-card p,
[data-theme="dark"] .course-card-new p,
[data-theme="dark"] .course-desc-new {
    color: #9ca3af !important;
}

/* Course meta and price dark mode */
[data-theme="dark"] .course-meta-new,
[data-theme="dark"] .price-old {
    color: #9ca3af !important;
}

[data-theme="dark"] .price-current {
    color: var(--primary-light-green) !important;
}

[data-theme="dark"] .btn-course-new {
    background: transparent !important;
    border-color: var(--primary-light-green) !important;
    color: var(--primary-light-green) !important;
}

[data-theme="dark"] .btn-course-new:hover {
    background: var(--primary-green) !important;
    color: #fff !important;
}

/* Course filter tabs dark mode */
[data-theme="dark"] .filter-tab {
    background: #2a2a2a !important;
    border-color: #444 !important;
    color: #e5e5e5 !important;
}

[data-theme="dark"] .filter-tab:hover {
    background: #333 !important;
    border-color: #555 !important;
    color: #fff !important;
}

[data-theme="dark"] .filter-tab.active {
    background: var(--primary-green) !important;
    border-color: var(--primary-green) !important;
    color: #fff !important;
}

/* Why Choose Us / Feature cards dark mode */
[data-theme="dark"] .why-choose-section-new {
    background: #121212 !important;
}

[data-theme="dark"] .feature-card-new {
    background: #1e1e1e !important;
    border: 1px solid #333 !important;
}

[data-theme="dark"] .feature-icon-new {
    background: linear-gradient(135deg, rgba(46, 125, 50, 0.2) 0%, rgba(46, 125, 50, 0.3) 100%) !important;
}

[data-theme="dark"] .feature-title-new {
    color: #f5f5f5 !important;
}

[data-theme="dark"] .feature-desc-new {
    color: #9ca3af !important;
}

/* Dropdown dark mode */
[data-theme="dark"] .dropdown-menu {
    background: #1e1e1e;
    border: 1px solid #333;
    border-top: 3px solid var(--primary-green);
}

[data-theme="dark"] .dropdown-item {
    color: #e5e5e5;
}

[data-theme="dark"] .dropdown-item:hover {
    background: rgba(46, 125, 50, 0.2);
    color: var(--primary-light-green);
}

/* Mega menu dark mode */
[data-theme="dark"] .mega-menu {
    background: #1e1e1e;
    border: 1px solid #333;
}

[data-theme="dark"] .mega-menu .dropdown-header {
    color: var(--primary-light-green);
    border-bottom-color: var(--accent-yellow);
}

[data-theme="dark"] .mega-menu .dropdown-item {
    color: #9ca3af;
}

[data-theme="dark"] .mega-menu .dropdown-item:hover {
    color: var(--primary-light-green);
}

/* Sections dark mode */
[data-theme="dark"] .section-subtitle {
    color: #9ca3af;
}

[data-theme="dark"] .courses-section,
[data-theme="dark"] .testimonials-section,
[data-theme="dark"] .testimonials-section-new,
[data-theme="dark"] .partners-section {
    background: #121212 !important;
}

[data-theme="dark"] .about-section,
[data-theme="dark"] .cta-section {
    background: #0a0a0a;
}

/* Testimonials dark mode */
[data-theme="dark"] .testimonial-glass-card {
    background: #1e1e1e !important;
    border: 1px solid #333 !important;
}

[data-theme="dark"] .testimonial-glass-card::before {
    background: linear-gradient(135deg, rgba(46, 125, 50, 0.1) 0%, rgba(46, 125, 50, 0.05) 100%) !important;
}

[data-theme="dark"] .testimonial-text {
    color: #e5e5e5 !important;
}

[data-theme="dark"] .testimonial-author {
    border-top-color: #333 !important;
}

[data-theme="dark"] .author-info .author-name {
    color: #f5f5f5 !important;
}

[data-theme="dark"] .author-info p {
    color: var(--primary-light-green) !important;
}

[data-theme="dark"] .carousel-control-prev,
[data-theme="dark"] .carousel-control-next {
    background: #1e1e1e !important;
    border: 1px solid #333 !important;
}

[data-theme="dark"] .carousel-control-prev-icon,
[data-theme="dark"] .carousel-control-next-icon {
    filter: invert(0.7) !important;
}

/* Demo Form dark mode */
[data-theme="dark"] .demo-form-card-new {
    background: #1e1e1e !important;
    border: 1px solid #333 !important;
}

[data-theme="dark"] .form-title-new {
    color: #f5f5f5 !important;
}

[data-theme="dark"] .demo-form-new .form-control,
[data-theme="dark"] .demo-form-new .form-select {
    background: #2a2a2a !important;
    border-color: #444 !important;
    color: #e5e5e5 !important;
}

[data-theme="dark"] .demo-form-new .form-control::placeholder {
    color: #9ca3af !important;
}

[data-theme="dark"] .demo-form-new .form-control:focus,
[data-theme="dark"] .demo-form-new .form-select:focus {
    border-color: var(--primary-green) !important;
    background: #2a2a2a !important;
}

/* Footer dark mode */
[data-theme="dark"] .site-footer {
    background: #0a0a0a;
    border-top: 1px solid #333;
}

/* Logo should keep original colors - no filter needed */
[data-theme="dark"] .footer-logo,
[data-theme="dark"] .footer-logo img {
    filter: none !important;
}

[data-theme="dark"] .footer-widget h5 {
    color: #f5f5f5;
}

[data-theme="dark"] .footer-links a {
    color: #9ca3af;
}

[data-theme="dark"] .footer-links a:hover {
    color: var(--primary-light-green);
}

/* Forms dark mode */
[data-theme="dark"] .form-control,
[data-theme="dark"] .form-select {
    background: #2a2a2a;
    border-color: #444;
    color: #e5e5e5;
}

[data-theme="dark"] .form-control:focus,
[data-theme="dark"] .form-select:focus {
    background: #2a2a2a;
    border-color: var(--primary-green);
    color: #e5e5e5;
}

[data-theme="dark"] .form-control::placeholder {
    color: #6b7280;
}

/* Bootstrap floating labels fix for dark mode */
[data-theme="dark"] .form-floating > .form-control::placeholder,
[data-theme="dark"] .form-floating > .form-select::placeholder {
    color: transparent !important;
}

[data-theme="dark"] .form-floating > label {
    color: #9ca3af;
    background: transparent;
}

[data-theme="dark"] .form-floating > .form-control:focus ~ label,
[data-theme="dark"] .form-floating > .form-control:not(:placeholder-shown) ~ label,
[data-theme="dark"] .form-floating > .form-select ~ label {
    color: var(--primary-light-green);
    opacity: 1;
}

/* Tables dark mode */
[data-theme="dark"] .table {
    color: #e5e5e5;
}

[data-theme="dark"] .table > :not(caption) > * > * {
    background-color: #1e1e1e;
    border-color: #333;
}

[data-theme="dark"] .table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: #242424;
}

/* Breadcrumb dark mode */
[data-theme="dark"] .breadcrumb-item a {
    color: #9ca3af;
}

[data-theme="dark"] .breadcrumb-item.active {
    color: #e5e5e5;
}

/* Mobile navigation dark mode */
@media (max-width: 991.98px) {
    [data-theme="dark"] .navbar-collapse {
        background: #1e1e1e;
        border: 1px solid #333;
    }
    
    [data-theme="dark"] .site-header.scrolled .navbar-collapse {
        background: #1e1e1e;
    }
    
    [data-theme="dark"] .site-header.scrolled .navbar-collapse .nav-link {
        color: #e5e5e5 !important;
    }
}

/* Scrollbar dark mode */
[data-theme="dark"] ::-webkit-scrollbar {
    width: 10px;
}

[data-theme="dark"] ::-webkit-scrollbar-track {
    background: #1e1e1e;
}

[data-theme="dark"] ::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 5px;
}

[data-theme="dark"] ::-webkit-scrollbar-thumb:hover {
    background: var(--primary-green);
}

/* Selection dark mode */
[data-theme="dark"] ::selection {
    background: var(--primary-green);
    color: #fff;
}

/* ============================================================
   DARK MODE - Interactive Elements & Animations
   ============================================================ */

/* Toast Notification Dark Mode */
[data-theme="dark"] .toast-notification {
    background: #1e1e1e;
    border: 1px solid #333;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

[data-theme="dark"] .toast-notification .toast-content h6 {
    color: #f5f5f5;
}

[data-theme="dark"] .toast-notification .toast-content p {
    color: #9ca3af;
}

/* Scroll Progress Dark Mode */
[data-theme="dark"] .scroll-progress {
    background: linear-gradient(90deg, var(--primary-light-green), var(--accent-yellow));
}

/* Seats Counter Dark Mode */
[data-theme="dark"] .seats-counter {
    background: rgba(244, 67, 54, 0.15);
    border-color: #f44336;
}

/* Trust Badges Dark Mode */
[data-theme="dark"] .trust-badge {
    background: rgba(76, 175, 80, 0.15);
    color: var(--primary-light-green);
    border: 1px solid rgba(76, 175, 80, 0.3);
}

[data-theme="dark"] .trust-badge:hover {
    background: var(--primary-green);
    color: white;
}

/* Price Highlight Dark Mode */
[data-theme="dark"] .price-highlight::before {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.2), rgba(255, 193, 7, 0.2));
}

/* Course Card Glow Dark Mode */
[data-theme="dark"] .course-card:hover {
    box-shadow: 0 20px 60px rgba(76, 175, 80, 0.2);
}

/* Button Glow Dark Mode - More visible */
[data-theme="dark"] .btn-glow {
    animation: glowDark 2s ease-in-out infinite;
}

@keyframes glowDark {
    0%, 100% {
        box-shadow: 0 0 10px rgba(76, 175, 80, 0.4), 0 0 20px rgba(76, 175, 80, 0.2);
    }
    50% {
        box-shadow: 0 0 25px rgba(76, 175, 80, 0.6), 0 0 50px rgba(76, 175, 80, 0.4);
    }
}

[data-theme="dark"] .btn-glow:hover {
    animation: none;
    box-shadow: 0 0 40px rgba(76, 175, 80, 0.8);
}

/* Skeleton Loading Dark Mode */
[data-theme="dark"] .skeleton {
    background: linear-gradient(90deg, #2a2a2a 25%, #333333 50%, #2a2a2a 75%);
    background-size: 200% 100%;
}

/* Discount Tag Dark Mode */
[data-theme="dark"] .discount-tag {
    box-shadow: 0 4px 20px rgba(244, 67, 54, 0.5);
}

/* Social Proof Enrolled Avatars Dark Mode */
[data-theme="dark"] .enrolled-avatars img {
    border-color: #1e1e1e;
}

[data-theme="dark"] .enrolled-avatars .more-count {
    border-color: #1e1e1e;
}

[data-theme="dark"] .enrolled-text {
    color: #9ca3af;
}

/* Course Social Proof Border Dark Mode */
[data-theme="dark"] .course-social-proof {
    border-top-color: #333;
}

/* Gradient Border Dark Mode */
[data-theme="dark"] .gradient-border {
    background: #1e1e1e;
}

/* Countdown Items Dark Mode */
[data-theme="dark"] .countdown-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Feature Card Icon Glow Dark Mode */
[data-theme="dark"] .feature-card:hover .feature-icon {
    box-shadow: 0 10px 40px rgba(76, 175, 80, 0.4);
}

/* Stat Item Hover Dark Mode */
[data-theme="dark"] .stat-item:hover .stat-number {
    text-shadow: 0 0 30px rgba(255, 193, 7, 0.7);
}

/* ============================================================
   LIGHT MODE - Interactive Elements & Animations
   ============================================================ */

/* Button Glow Light Mode - Softer */
[data-theme="light"] .btn-glow {
    animation: glowLight 2s ease-in-out infinite;
}

@keyframes glowLight {
    0%, 100% {
        box-shadow: 0 0 5px rgba(46, 125, 50, 0.2), 0 0 10px rgba(46, 125, 50, 0.1);
    }
    50% {
        box-shadow: 0 0 15px rgba(46, 125, 50, 0.4), 0 0 30px rgba(46, 125, 50, 0.2);
    }
}

[data-theme="light"] .btn-glow:hover {
    animation: none;
    box-shadow: 0 0 25px rgba(46, 125, 50, 0.6);
}

/* Course Card Light Mode Enhancement */
[data-theme="light"] .course-card:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Toast Notification Light Mode */
[data-theme="light"] .toast-notification {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid #e5e7eb;
}

/* Trust Badges Light Mode */
[data-theme="light"] .trust-badge {
    background: rgba(46, 125, 50, 0.08);
    color: #2e7d32;
    border: 1px solid rgba(46, 125, 50, 0.2);
}

[data-theme="light"] .trust-badge:hover {
    background: #2e7d32;
    color: white;
}

/* Feature Card Light Mode */
[data-theme="light"] .feature-card:hover .feature-icon {
    box-shadow: 0 10px 30px rgba(46, 125, 50, 0.25);
}

/* ============================================================
   PLACEHOLDER IMAGE STYLES
   ============================================================ */
.placeholder-image {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--primary-dark-green) 100%);
    object-fit: contain;
    padding: 20px;
}

/* Course card placeholder */
.course-card .placeholder-image,
.course-card-new .placeholder-image {
    min-height: 200px;
}

/* Testimonial placeholder */
.testimonial-card .placeholder-image,
.testimonial-author .placeholder-image {
    border-radius: 50%;
    width: 80px !important;
    height: 80px !important;
}

/* Gallery placeholder */
.gallery-item .placeholder-image {
    min-height: 250px;
}

/* Company logo placeholder */
.logo-item .placeholder-image {
    max-height: 60px;
    padding: 10px;
    background: #f8f9fa;
}

/* Hero image placeholder */
.hero-image-wrapper .placeholder-image {
    min-height: 400px;
}

/* SVG placeholder specific styling */
img[src$=".svg"].placeholder-image {
    background: transparent;
}

/* ============================================================
   SWIPER CAROUSEL CUSTOMIZATION
   ============================================================ */
.stories-swiper,
.partners-swiper {
    padding: 20px 0 50px;
}

.stories-swiper .swiper-slide {
    height: auto;
}

.stories-swiper .placement-card {
    height: 100%;
}

/* Swiper Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
    width: 45px;
    height: 45px;
    background: var(--gradient-green);
    border-radius: 50%;
    color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Swiper Pagination */
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--medium-gray);
    opacity: 0.5;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: var(--primary-green);
    opacity: 1;
    width: 25px;
    border-radius: 5px;
}

/* Partners Swiper Specific */
.partners-swiper .partner-logo {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-swiper .partner-logo img {
    max-height: 50px;
    width: auto;
    object-fit: contain;
}

/* Dark Theme Adjustments */
[data-theme="dark"] .swiper-button-next,
[data-theme="dark"] .swiper-button-prev {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
        width: 35px;
        height: 35px;
    }
    
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 14px;
    }
}
