/* Custom CSS Variables - Design System */
:root {
    /* Colors (HSL) */
    --primary: #dbff66;
    --primary-foreground: hsl(213, 13%, 6.7%);
    --secondary: hsl(215, 25%, 57%);
    --secondary-foreground: hsl(0, 0%, 96.1%);
    --background: hsl(213, 13%, 6.7%);
    --foreground: hsl(0, 0%, 96.1%);
    --card: hsl(216, 12%, 8.4%);
    --card-foreground: hsl(0, 0%, 96.1%);
    --muted: hsl(217, 32%, 17%);
    --muted-foreground: hsl(215, 20%, 65%);
    --border: hsl(217, 32%, 17%);
    --radius: 0.75rem;
}


#results .result-item p.text-muted b{color:#dbff66;}


  .marquee-container {
      position: sticky;
      top: 0;
      background-color: #dbff66;
      color: #000;
      overflow: hidden;
      white-space: nowrap;
      z-index: 1040; /* above content but below modal if any */
    }

    .marquee-text {
      display: inline-block;
      padding: 7px 0;
      font-weight: 600;
      gap:30px;
      font-size: 1rem;
      animation: slide-left 15s linear infinite;
    }

    @keyframes slide-left {
      0% {
        transform: translateX(100%);
      }
      100% {
        transform: translateX(-100%);
      }
    }

    /* Sticky Navbar below marquee */
    .sticky-navbar {
      position: sticky;
      top: 40px; /* height of marquee */
      z-index: 1030;
    }




  
/* Base Styles */
* {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
            background-color: var(--bg-dark);
            color: var(--text-light);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

#auditForm input::placeholder {color: #a0a0a0 !important; font-size:14px;}

.text-secondary {color:#a0a0a0;}

.hero-section h1{font-size:80px; font-weight: 800;}
.hero-section {        padding-top: 8rem;
        padding-bottom: 8rem;}

        h2.growth{font-size:48px!important;}

        .bg-card .aprt:hover .feature-icon{background:#dbff6633;}

/* Custom Bootstrap Overrides */
.bg-dark {
    background-color: var(--background) !important;
}

.bg-card {
    background-color: var(--card) !important;
}

.text-primary {
    color: var(--primary) !important;
}

.text-light {
    color: var(--foreground) !important;
}

.text-muted {
    color: var(--muted-foreground) !important;
}

.border-muted {
    border-color: var(--border) !important;
}

.border-primary {
    border-color: var(--primary) !important;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--primary-foreground);
    border-radius: var(--radius);
}

.btn-primary:hover {
    background-color: hsl(74, 100%, 65%);
    border-color: hsl(74, 100%, 65%);
}

.btn-outline-primary {
    border-color: var(--primary);
    color: var(--primary);
    border-radius: var(--radius);
}

.btn-outline-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--primary-foreground);
}

.form-control {
    background-color: var(--card);
    border-color: var(--border);
    color: var(--foreground);
    border-radius: var(--radius);
}

.form-control:focus {
    background-color: var(--card);
    border-color: var(--primary);
    color: var(--foreground);
    box-shadow: 0 0 0 0.2rem rgba(166, 255, 77, 0.25);
}

.form-select {
    background-color: var(--card);
    border-color: var(--border);
    color: var(--foreground);
    border-radius: var(--radius);
}

.form-select:focus {
    background-color: var(--card);
    border-color: var(--primary);
    color: var(--foreground);
    box-shadow: 0 0 0 0.2rem rgba(166, 255, 77, 0.25);
}

.card {
    background-color: var(--card);
    border-color: var(--border);
    border-radius: var(--radius);
}

.navbar {
    background-color: rgba(27, 32, 38, 0.9) !important;
    backdrop-filter: blur(10px);
}

.navbar-dark .navbar-nav .nav-link {
    color: var(--foreground);
    transition: color 0.3s ease;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--primary);
}

.badge {
    border-radius: calc(var(--radius) * 2);
}

.badge.bg-secondary {
    background-color: var(--secondary) !important;
}

.badgehead {
    border-radius: 50px!important;
         display: inline-block!important;
    padding:4px 0px;
    background-color: var(--primary) !important;
    color: var(--primary-foreground) !important;
}

.badge.bg-outline-primary {
    background-color: transparent !important;
    border: 1px solid var(--primary);
    color: var(--primary) !important;
}

/* Logo Icon */
.logo-icon {
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--primary);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hero Section */
.hero-section {
    padding-top: 120px;
    padding-bottom: 80px;
}

.display-1 {
    font-size: clamp(3rem, 8vw, 7rem);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.display-4 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.2;
    font-weight: 600;
}

.display-5 {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    line-height: 1.3;
    font-weight: 600;
}

.lead {
    font-size: 24px!important;
    line-height: 1.6;
}

/* Stat Cards */
.stat-icon {
    width: 3rem;
    height: 3rem;
    background-color: rgba(166, 255, 77, 0.1);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-icon i {
    width: 1.5rem;
    height: 1.5rem;
}

/* Program Cards */
.program-card {
    transition: all 0.3s ease;
    border-radius: var(--radius);
}

.program-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.program-icon {
    width: 4rem;
    height: 4rem;
    background-color: rgba(166, 255, 77, 0.1);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
}

.program-icon i {
    width: 2rem;
    height: 2rem;
}

/* Feature Icons */
.feature-icon {
    width: 5rem;
    height: 5rem;
    background-color: rgba(166, 255, 77, 0.1);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: background-color 0.3s ease;
}

.feature-icon:hover {
    background-color: rgba(166, 255, 77, 0.2);
}

.feature-icon i {
    width: 2.5rem;
    height: 2.5rem;
}

/* Result Cards */
.result-card {
    transition: all 0.3s ease;
    overflow: hidden;
}

.result-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.result-img {
    height: 200px;
    overflow: hidden;
}

.result-img img {
    height: 100%;
    object-fit: fill;
    transition: transform 0.3s ease;
}

.result-card:hover .result-img img {
    transform: scale(1.05);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-section {
        padding-top: 100px;
        padding-bottom: 60px;
    }
    
    .display-1 {
        font-size: 3rem;
    }
    
    .display-4 {
        font-size: 2rem;
    }
    
    .lead {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    
    .display-1 {
        font-size: 2.5rem;
    }
    
    .display-4 {
        font-size: 1.8rem;
    }
    
    .lead {
        font-size: 1.1rem;
    }
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--background);
}

::-webkit-scrollbar-thumb {
    background: var(--muted);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}

/* Utility classes */
.cursor-pointer {
    cursor: pointer;
}

.transition-all {
    transition: all 0.3s ease;
}

/* Border customization */
.border-top {
    border-top: 1px solid var(--border) !important;
}

.border-bottom {
    border-bottom: 1px solid var(--border) !important;
}

/* Focus states */
.btn:focus,
.form-control:focus,
.form-select:focus {
    outline: none;
}

/* Icon sizing */
[data-lucide] {
    width: 1.2em;
    height: 1.2em;
}

.navbar [data-lucide] {
    width: 1.5em;
    height: 1.5em;
}

/* Navbar toggler */
.navbar-toggler {
    border-color: var(--border);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(166, 255, 77, 0.25);
}

/* Footer icons */
footer [data-lucide] {
    width: 1.5rem;
    height: 1.5rem;
    transition: color 0.3s ease;
}

footer [data-lucide]:hover {
    color: var(--primary) !important;
}

@media (max-width:767px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }
    
    .hero-section p {
        font-size: 1rem;
    }
    
    .program-card {
        margin-bottom: 20px;
    }
    
    .result-card {
        margin-bottom: 20px;
    }
    
    .feature-icon {
        width: 4rem;
        height: 4rem;
    }
    
    .feature-icon i {
        width: 1.5rem;
        height: 1.5rem;
    }       
}