:root {
    --brand-dark: #0f172a;
    /* Deep Navy */
    --brand-primary: #10b981;
    /* Tech Emerald */
    --brand-accent: #3b82f6;
    /* Electric Blue */
    --text-main: #334155;
    --glass: rgba(255, 255, 255, 0.8);
}

html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}
body {
    font-family: 'Inter', sans-serif;
    color: var(--text-main);
    line-height: 1.7;
   
}

h1,
h2,
h3,
.navbar-brand {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
}

/* --- High Profile Header --- */
.navbar {
    transition: all 0.4s ease;
    padding: 20px 0;
    backdrop-filter: blur(10px);
    background: var(--glass);
}
.navbar img {width:160px;}

.navbar.scrolled {
    padding: 12px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.navbar-brand span {
    color: var(--brand-primary);
}

.nav-link {
    font-weight: 500;
    color: var(--brand-dark) !important;
    font-size: 0.95rem;
    margin: 0 15px;
}

.btn-premium {
    background: var(--brand-dark);
    color: white !important;
    border-radius: 8px;
    padding: 10px 24px;
    font-weight: 600;
    transition: 0.3s;
    border: none;
}

.btn-premium:hover {
    background: var(--brand-primary);
    transform: translateY(-2px);
}

/* --- Ultra-Modern Hero Section --- */
/* --- Professional Tech Hero --- */
.hero-premium {
    position: relative;
    padding: 140px 0 100px;
    background-color: #ffffff;
    /* The "Tech Grid" Pattern - Subtle & Professional */
    background-image: radial-gradient(#e2e8f0 1.5px, transparent 1.5px);
    background-size: 40px 40px; 
    overflow: hidden;
}

/* Fades the grid at the bottom so it blends into the next section */
.hero-premium::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, transparent, #ffffff);
    pointer-events: none;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #059669; /* Darker Emerald */
    margin-bottom: 25px;
}

.hero-headline {
    font-family: 'Outfit', sans-serif;
    font-size: 4rem; /* Slightly larger */
    font-weight: 800;
    line-height: 1.1;
    color: #0f172a;
    margin-bottom: 25px;
    letter-spacing: -1.5px;
}

/* Gradient Text Effect */
.text-gradient {
    background: linear-gradient(135deg, #0f172a 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* The Typing Cursor & Text */
.typing-text {
    color: #2563eb; /* Bright Blue for contrast */
    position: relative;
}

.cursor {
    display: inline-block;
    width: 3px;
    background-color: #2563eb;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

/* Button & Trust Badge Spacing */
.hero-btn-group {
    margin-top: 35px;
    margin-bottom: 45px;
}

.trust-badge-floating {
    background: white;
    padding: 12px 20px;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid #f1f5f9;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

/* Responsive Fixes */
@media (max-width: 991px) {
    .hero-headline { font-size: 2.8rem; }
    .hero-premium { padding: 120px 0 60px; text-align: center; }
    .hero-btn-group { justify-content: center; }
}
/* Background Decorative Accents */
.hero-glow {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
    top: -200px;
    right: -100px;
    z-index: 0;
}



.hero-tag i {
    color: var(--brand-primary);
    margin-right: 8px;
}

/* Typing Animation Headline */
.typing-text {
    color: var(--brand-primary);
    border-right: 3px solid var(--brand-primary);
    padding-right: 5px;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}



/* Glassmorphic Trust Card */
.trust-card-hero {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
    display: inline-flex;
    align-items: center;
    margin-top: 40px;
}

.student-avatars {
    display: flex;
    margin-right: 15px;
}

.student-avatars img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid white;
    margin-left: -12px;
}

.student-avatars img:first-child {
    margin-left: 0;
}

/* Premium Buttons */
.btn-glow {
    background: var(--brand-dark);
    color: white !important;
    padding: 16px 35px;
    border-radius: 12px;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.2);
    transition: 0.3s;
}

.btn-glow:hover {
    background: var(--brand-primary);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(16, 185, 129, 0.3);
}

/* Visual Illustration Side */
.hero-visual-container {
    position: relative;
    z-index: 1;
}

.hero-main-img {
    border-radius: 30px;
    box-shadow: 0 50px 100px rgba(15, 23, 42, 0.1);
}

.floating-badge {
    position: absolute;
    background: white;
    padding: 15px 25px;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    z-index: 2;
}

.badge-1 {
    top: 10%;
    left: -50px;
}

.badge-2 {
    bottom: 15%;
    right: -30px;
}

@media (max-width: 991px) {
    .hero-headline {
        font-size: 3rem;
    }

    .hero-premium {
        padding: 120px 0 60px;
        text-align: center;
    }

    .badge-1,
    .badge-2 {
        display: none;
    }

    .d-flex.gap-3 {
        justify-content: center;
    }
}

/* --- Modern Course Cards --- */
.course-card-corporate {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 40px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.course-card-corporate:hover {
    border-color: var(--brand-primary);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
}

.icon-box {
    width: 60px;
    height: 60px;
    background: #f1f5f9;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: var(--brand-primary);
    font-size: 1.5rem;
    transition: 0.3s;
}

.course-card-corporate:hover .icon-box {
    background: var(--brand-primary);
    color: white;
}

/* --- Trust Bar --- */
.trust-bar {
    padding: 40px 0;
    border-bottom: 1px solid #e2e8f0;
    background: #fff;
}

.trust-bar span {
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 2px;
}

/* --- Refined Trust Bar (Tools) --- */
.trust-bar {
    padding: 100px 0 60px;
    /* Increased top padding */
    background: #ffffff;
}

.trust-bar span {
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 40px;
}

.tech-icon-grid i {
    font-size: 4.5rem;
    color: #94a3b8;
    /* Subtle gray for corporate look */
    transition: all 0.3s ease;
}

.tech-icon-grid i:hover {
    color: var(--brand-primary);
    transform: scale(1.1);
}

/* --- High-Profile Specialized Programs --- */
.programs-section {
    padding: 100px 0;
    background-color: #f8fafc;
}

.category-label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--brand-primary);
    margin-bottom: 10px;
    display: block;
}

.program-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.program-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--brand-primary);
    opacity: 0;
    transition: 0.3s;
}

.program-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.08);
    border-color: transparent;
}

.program-card:hover::before {
    opacity: 1;
}

.course-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.course-list li {
    padding: 8px 0;
    font-size: 0.9rem;
    color: var(--text-main);
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f8fafc;
}

.course-list li i {
    color: var(--brand-primary);
    font-size: 0.8rem;
    margin-right: 12px;
}

.program-footer {
    margin-top: auto;
    padding-top: 20px;
}

.btn-link-custom {
    color: var(--brand-dark);
    font-weight: 700;
    text-decoration: none;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    transition: 0.3s;
}

.btn-link-custom i {
    margin-left: 8px;
    transition: 0.3s;
}

.btn-link-custom:hover {
    color: var(--brand-primary);
}

.btn-link-custom:hover i {
    transform: translateX(5px);
}

/* --- Clean Corporate Stats --- */
.stats-section {
    padding-bottom: 80px;
}

.stats-container {
    background: var(--brand-dark);
    padding: 60px 40px;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
}

.stat-item h2 {
    font-size: 3.5rem;
    color: var(--brand-primary);
    margin-bottom: 5px;
    font-weight: 800;
}

.stat-item p {
    color: #94a3b8;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.stat-divider {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .stat-divider {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

/* --- High-Profile Campus Gallery --- */
.gallery-section {
    padding: 120px 0;
    background-color: #f8fafc;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 300px);
    gap: 24px;
}

.gallery-item {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.05);
}

/* Grid Spans for Masonry Effect */
.item-1 {
    grid-column: span 8;
    grid-row: span 2;
}

/* Big Main Image */
.item-2 {
    grid-column: span 4;
    grid-row: span 1;
}

/* Top Right */
.item-3 {
    grid-column: span 4;
    grid-row: span 1;
}

/* Bottom Right */

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Hover Overlay & Caption */
.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.8), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: flex-end;
    padding: 30px;
}

.gallery-caption {
    color: white;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.gallery-caption h5 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.gallery-caption p {
    font-size: 0.9rem;
    margin-bottom: 0;
    opacity: 0.8;
}

/* Hover States */
.gallery-item:hover .gallery-img {
    transform: scale(1.05);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-caption {
    transform: translateY(0);
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-auto-rows: 250px;
    }

    .item-1 {
        grid-column: span 2;
        grid-row: span 2;
    }

    .item-2,
    .item-3 {
        grid-column: span 1;
        grid-row: span 1;
    }
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .item-1,
    .item-2,
    .item-3 {
        grid-column: span 1;
        grid-row: auto;
        height: 250px;
    }
}

/* Modal tweaks for premium feel */
.modal-content {
    border-radius: 24px;
    overflow: hidden;
    border: none;
}

.modal-body {
    padding: 0;
}

.modal-img {
    width: 100%;
    height: auto;
}

/* --- Meet the Lead Trainer Section --- */
.trainer-section {
    padding: 120px 0;
    background: #ffffff;
}

.trainer-profile-card {
    background: #0f172a;
    /* Deep Navy */
    border-radius: 30px;
    overflow: hidden;
    color: white;
    display: flex;
    align-items: center;
    box-shadow: 0 40px 100px rgba(15, 23, 42, 0.2);
}

.trainer-image-col {
    padding: 0;
    position: relative;
}

.trainer-image-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 500px;
}

.trainer-content-col {
    padding: 60px;
}

.trainer-badge {
    background: rgba(16, 185, 129, 0.2);
    color: #10b981;
    padding: 6px 16px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

.trainer-name {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.trainer-title {
    font-size: 1.2rem;
    color: #94a3b8;
    font-weight: 500;
    margin-bottom: 30px;
    display: block;
}

.trainer-bio {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #cbd5e1;
    margin-bottom: 30px;
}

.skill-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.skill-pill {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 0.85rem;
    color: #f1f5f9;
}

@media (max-width: 991px) {
    .trainer-profile-card {
        flex-direction: column;
    }

    .trainer-image-col img {
        min-height: 350px;
    }

    .trainer-content-col {
        padding: 40px 30px;
    }

    .trainer-name {
        font-size: 2.2rem;
    }
}

/* --- High-Profile Contact Section --- */
.contact-section {
    padding: 120px 0;
    background: #f8fafc;
}

.contact-card-info {
    background: var(--brand-dark);
    color: white;
    padding: 60px;
    border-radius: 30px;
    height: 100%;
}

.contact-method {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}

.contact-method-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-primary);
    font-size: 1.2rem;
    margin-right: 20px;
    flex-shrink: 0;
}

.contact-method h5 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact-method p,
.contact-method a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.95rem;
    margin-bottom: 0;
}

/* Glassmorphism Form */
.enquiry-form-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.05);
}

.form-control-custom {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 0.95rem;
    transition: 0.3s;
}

.form-control-custom:focus {
    background: #ffffff;
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.1);
    outline: none;
}

.map-container {
    border-radius: 20px;
    overflow: hidden;
    height: 250px;
    margin-top: 30px;
}

@media (max-width: 768px) {

    .contact-card-info,
    .enquiry-form-card {
        padding: 30px;
    }

    .contact-section {
        padding: 80px 0;
    }
}

/* ------------------- Stats Section ------------- */
.stats-grid {
    background: var(--brand-dark);
    padding: 80px 0;
    color: white;
    border-radius: 24px;
    margin-top: -50px;
    position: relative;
    z-index: 5;
}

.stat-item h2 {
    font-size: 3rem;
    color: var(--brand-primary);
    margin-bottom: 0;
}

.stat-item p {
    opacity: 0.7;
    font-size: 0.9rem;
}

/* --- Custom Floating Controls --- */
.floating-action {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.wa-btn {
    width: 60px;
    height: 60px;
    background: #25d366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3);
    text-decoration: none;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .stats-grid {
        border-radius: 0;
        margin-top: 0;
    }
}


/* --- Google Trust Section --- */
.reviews-section {
    padding: 100px 0;
    background: #fff; /* Very light slate */
    position: relative;
}

.google-badge-header {
    display: inline-flex;
    align-items: center;
    background: white;
    padding: 8px 16px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    font-weight: 700;
    color: #334155;
}

.google-badge-header img {
    width: 24px;
    margin-right: 10px;
}

.review-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 35px;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-color: rgba(66, 133, 244, 0.3); /* Google Blue hint */
}

.reviewer-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.reviewer-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    border: 2px solid #f1f5f9;
}

.reviewer-info h5 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 2px;
    color: #1e293b;
}

.reviewer-info small {
    color: #64748b;
    font-size: 0.8rem;
}

.star-rating {
    color: #fbbf24; /* Google Star Yellow */
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.review-text {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 25px;
    font-style: italic;
}

.google-icon-footer {
    position: absolute;
    bottom: 35px;
    right: 35px;
    opacity: 0.5;
    width: 24px;
}

/* Custom Navigation Buttons */
.review-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    border: 1px solid #e2e8f0;
    color: #1e293b;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.review-nav-btn:hover {
    background: var(--brand-dark);
    color: white;
    border-color: var(--brand-dark);
}

.review-prev { left: -25px; }
.review-next { right: -25px; }

@media (max-width: 991px) {
    .review-nav-btn { display: none; } /* Hide arrows on mobile */
}




/* --- High-Profile Corporate Footer --- */
.footer-corporate {
    background: #0f172a;
    /* Deep Navy to match leadership section */
    color: #f8fafc;
    padding: 100px 0 40px;
    position: relative;
    overflow: hidden;
}

.footer-corporate::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, var(--brand-primary), var(--brand-accent));
}

.footer-brand-side p {
    color: #94a3b8;
    line-height: 1.8;
    margin: 25px 0;
    font-size: 0.95rem;
}

.footer-heading {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: white;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: #94a3b8;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.footer-links a:hover {
    color: var(--brand-primary);
    padding-left: 8px;
}

.footer-contact-info {
    color: #94a3b8;
    font-size: 0.95rem;
}

.footer-contact-info i {
    color: var(--brand-primary);
    margin-right: 12px;
}

.social-circle-links a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    margin-right: 10px;
    transition: 0.3s;
    text-decoration: none;
}

.social-circle-links a:hover {
    background: var(--brand-primary);
    transform: translateY(-5px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 40px;
    margin-top: 80px;
}

.footer-bottom p {
    color: #64748b;
    font-size: 0.85rem;
    margin-bottom: 0;
}





















/* --- Course Detail Page Styles --- */
.course-header {
    background: #0f172a; /* Deep Navy */
    color: white;
    padding: 80px 0 100px;
    position: relative;
    overflow: hidden;
}

.course-header::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.1) 0%, transparent 70%);
}

.module-accordion .accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
}

.module-accordion .accordion-button {
    font-weight: 700;
    color: #1e293b;
    background: white;
    padding: 20px 25px;
    font-size: 1.1rem;
}

.module-accordion .accordion-button:not(.collapsed) {
    background-color: #f1f5f9;
    color: var(--brand-primary);
    box-shadow: none;
}

.module-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.module-list li {
    padding: 12px 0;
    border-bottom: 1px dashed #e2e8f0;
    color: #475569;
    display: flex;
    align-items: start;
}

.module-list li:last-child { border-bottom: none; }

.module-list i {
    color: #10b981; /* Emerald Green */
    margin-top: 5px;
    margin-right: 12px;
}

/* Sticky Request Form */
.syllabus-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    position: sticky;
    top: 100px; /* Sticks 100px from top of screen */
    z-index: 10;
}

.tool-badge {
    display: inline-block;
    padding: 8px 15px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #334155;
}