/* =========================================
   LIGHT THEME OVERRIDES (WHITE MODE)
   ========================================= */

/* 1. Global Backgrounds & Text */
body {
    background-color: #ffffff !important;
    color: #1f2937 !important; /* Dark Gray Text */
}

/* Force all major dark sections to be White or very Light Gray */
.hero, 
.mentor-section, 
.premium-audience, 
.master-program, 
.premium-tools-section, 
.premium-addons, 
.resume-cta-premium,
.job-roles-premium, 
.success-stories-premium, 
.final-cta-section, 
.agency-internship, 
.key-features, 
.premium-success-stories,
.cta-section-outline,
.cta-section,
.tools-section,
.why-choose,
.hero-bg {
    background: #ffffff !important;
}

/* Add subtle contrast to alternating sections */
.premium-audience, 
.job-roles-premium, 
.key-features,
.premium-addons {
    background: #f8fafc !important; /* Very pale blue-gray */
}

/* 2. Typography Colors */

.section-title, 
.hero h1, 
.ai-title, 
.pm-name, 
.pa-title, 
.pt-title,
.rcp-title,
.jrs-title,
.tcta-title,
.rcta2-title,
.cta-banner-title,
.feature-title,
.audience-title,
.value-text h3 {
    color: #111827 !important; /* Near Black */
}


.section-subtitle, 
.hero-subtitle, 
.ai-subtitle, 
.pm-role, 
.pa-desc, 
.pt-subtitle,
.rcp-desc,
.jrs-subtitle,
.tcta-subtitle,
.rcta2-subtitle,
.cta-banner-text,
.feature-desc,
.audience-desc,
.value-text p,
.hero-location {
    color: #4b5563 !important; /* Medium Gray */
}

/* Keep Highlighting Gradients but ensure they work on white */
.highlight, 
.hero-highlight, 
.pca-highlight, 
.highlight {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 800;
}

/* 3. Navigation Bar */
nav {
    background: rgba(255, 255, 255, 0.9) !important;
    border-bottom: 1px solid #e2e8f0 !important;
    backdrop-filter: blur(10px);
}
.nav-links a { color: #1f2937 !important; }
.nav-links a:hover { color: #4f46e5 !important; }
.hero-navbar {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.hero-nav-btn {
    color: #1f2937 !important;
    border-color: #e2e8f0 !important;
}

/* 4. Cards (The "Glass" look converts to Clean Shadow Cards) */
.pm-card, 
.pa-card, 
.pt-card, 
.ai-glass-card, 
.feature-card, 
.audience-card, 
.value-card, 
.program-content, 
.ssp-card, 
.jrs-role-card, 
.key-feature-card, 
.syllabus-vertical-item, 
.rcta2-card, 
.cta-banner-inner, 
.pct-container,
.ai-benefit-item,
.pss-image-card,
.tcta-card,
.pca-container,
.rcp-wrapper {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important; /* Light gray border */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.02) !important;
    backdrop-filter: none !important;
}

/* Hover effects for cards */
.pm-card:hover, .pa-card:hover, .pt-card:hover, .ai-benefit-item:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    border-color: #4f46e5 !important;
    background: #ffffff !important;
}

/* 5. Specific Section Tweaks */

/* Hero Specifics */
.hero-bg { display: none; } /* Remove dark glowing blobs */
.hero-grid {
    background-image: 
        linear-gradient(#f1f5f9 1px, transparent 1px),
        linear-gradient(90deg, #f1f5f9 1px, transparent 1px) !important;
    opacity: 1;
}
.hero-location-chip {
    background: #f1f5f9 !important;
    border: 1px solid #e2e8f0 !important;
}
.loc-text { color: #4b5563 !important; }
.loc-text strong { color: #111827 !important; }

/* Internship Section (New) */

.ai-logo-box {
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.ai-big-num {
    text-shadow: none !important;
    /* Keep gradient text for the number */
}
.ai-status-badge {
    background: #dcfce7 !important; /* Light green bg */
    color: #166534 !important; /* Dark green text */
    border-color: #bbf7d0 !important;
}
.ai-benefit-item strong { color: #1f2937 !important; }
.ai-benefit-item span { color: #6b7280 !important; }

/* Mentors */
.pm-role { color: #4f46e5 !important; }
.pm-company { color: #6b7280 !important; }
.pm-exp-badge {
    background: #fefce8 !important; /* Light yellow */
    color: #854d0e !important; /* Dark gold */
    border-color: #fde047 !important;
}
/* --- Social Links Container --- */
.pm-socials {
    position: absolute;
    bottom: -10px; /* Moves them slightly over the edge for a layered look */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px; /* Space between icons */
    z-index: 5;
    background: rgba(255, 255, 255, 0.9); /* Optional: Background pill behind icons */
    padding: 4px 8px;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* --- Common Icon Style --- */
.pm-social-link {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

/* Hover Effect */
.pm-social-link:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* --- Brand Colors --- */
.pm-social-link.linkedin {
    background: #0077b5; /* LinkedIn Blue */
}

.pm-social-link.insta {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); /* Insta Gradient */
}

.pm-social-link.web {
    background: #333; /* Dark Gray for Website */
}
/* Tools (Periodic Table) */
.pt-card span { color: #374151 !important; }
.pt-card img { filter: none !important; } /* Make logos crisp */
.pt-badge { 
    background: #f1f5f9; 
    color: #4f46e5; 
    border-color: #e2e8f0; 
}
.pt-group-title {
    color: #111827 !important;
}

/* Job Ready Modules */
.pa-icon-box {
    background: #eff6ff !important;
    color: #4f46e5 !important;
    border: none !important;
}
.pa-card-content h3 { color: #111827 !important; }
.pa-card-content p { color: #6b7280 !important; }

/* Master Program */
.mp-badge {
    background: #eff6ff;
    color: #4f46e5;
    border-color: #bfdbfe;
}
.mp-feature-item {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
}
.mp-feature-text strong { color: #111827 !important; }
.mp-feature-text span { color: #6b7280 !important; }

/* Footer */
footer {
    background: #f8fafc !important;
    border-top: 1px solid #e2e8f0 !important;
}
.footer-bottom {
    background: #f8fafc !important;
    color: #6b7280 !important;
    border-top: 1px solid #e2e8f0 !important;
}
.sticky-footer-bar {
    background: rgba(255, 255, 255, 0.95) !important;
    border-top: 1px solid #e2e8f0 !important;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.05) !important;
}
.sf-text { color: #111827 !important; }
.sf-label { color: #b45309 !important; } /* Darker yellow for readability */
.sf-msg { color: #4b5563 !important; }

/* Modal */
.contact-modal-dialog {
    background: #ffffff !important;
    border: 1px solid #e2e8f0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.contact-title { color: #111827 !important; }
.contact-subtitle { color: #6b7280 !important; }
.input-wrapper {
    background: #f9fafb !important;
    border: 1px solid #d1d5db !important;
}
.form-control { color: #111827 !important; }
.form-control::placeholder { color: #9ca3af !important; }
.contact-modal-close {
    background: #f3f4f6 !important;
    color: #111 !important;
}

/* 6. Job Roles Chips */
.role-chip {
    background: #ffffff !important;
    color: #374151 !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.role-chip.ai-role {
    background: #eff6ff !important;
    color: #2563eb !important;
    border-color: #bfdbfe !important;
}


/* =========================================
   Certifications Section
   ========================================= */

.certifications-section {
    padding: 80px 24px;
    background: #f8fafc; /* Light gray contrast background */
    border-bottom: 1px solid #e2e8f0;
}

.cert-container {
    max-width: 1200px;
    margin: 0 auto;
}

.cert-grid {
    display: grid;
    /* 3 Columns on Desktop */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 48px;
}

/* Card Styling */
.cert-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

/* Colored Top Border for visual flair */
.cert-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #e2e8f0;
    transition: background 0.3s ease;
}

/* Hover Effects */
.cert-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    border-color: #cbd5e1;
}

.cert-card:hover::before {
    background: linear-gradient(180deg, #667eea, #764ba2);
}

/* Logo Wrapper */
.cert-logo-wrap {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #f1f5f9;
    padding: 8px;
    flex-shrink: 0;
}

.cert-logo-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Text Info */
.cert-info {
    display: flex;
    flex-direction: column;
}

.cert-info h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.cert-issuer {
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
}

/* Special Styling for FITA Card (Optional) */
.fita-cert {
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
    border-color: #bbf7d0;
}

/* Responsive */
@media (max-width: 600px) {
    .certifications-section {
        padding: 60px 20px;
    }
    
    .cert-grid {
        grid-template-columns: 1fr;
    }
    
    .cert-card {
        padding: 24px;
    }
}

/* =========================================
   YouTube Video Showcase Section
   ========================================= */

.video-showcase-section {
    padding: 80px 24px;
    background: #f8fafc; /* Light gray to contrast with white Hero */
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: center;
}

.yv-container {
    max-width: 1000px; /* Restrict width so video doesn't get too tall */
    width: 100%;
}

/* The Card Frame around the video */
.yv-video-card {
    background: #ffffff;
    padding: 16px; /* Creates the white frame border */
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.1); /* Soft premium shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.yv-video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px -10px rgba(79, 70, 229, 0.15); /* Purple glow on hover */
    border-color: #cbd5e1;
}

/* Responsive 16:9 Aspect Ratio Wrapper */
.yv-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
    border-radius: 16px;
    background: #000; /* Fallback color */
}

.yv-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* --- Responsive Adjustments --- */
@media (max-width: 600px) {
    .video-showcase-section {
        padding: 60px 20px;
    }
    
    .yv-video-card {
        padding: 8px; /* Thinner frame on mobile */
        border-radius: 16px;
    }
    
    .yv-video-wrapper {
        border-radius: 12px;
    }
}
/* Only use this if you accept cutting off the top 60px of the video */
.yv-video-wrapper iframe {
    top: -60px; /* Pulls video up to hide title bar */
    height: calc(100% + 60px); /* Increases height to fill gap */
}


/* New Sections Styles */
/* AI Tools Section */
.ai-tools {
padding: 96px 32px;
background: #0a0a0a;
}
.tools-grid {
max-width: 1400px;
margin: 48px auto 0;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 24px;
}
.tool-badge {
background: rgba(20, 20, 20, 0.6);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 15px;
padding: 24px 16px;
text-align: center;
transition: all 0.3s;
font-weight: 600;
font-size: 15.2px;
}
.tool-badge:hover {
border-color: rgba(102, 126, 234, 0.5);
transform: translateY(-5px);
background: rgba(102, 126, 234, 0.1);
}
/* Value Additions Section */
.value-additions {
padding: 96px 32px;
background: linear-gradient(135deg, #0f0f0f 0%, #1a0a2e 50%, #0f0f0f 100%);
}
.value-grid {
max-width: 1400px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 32px;
}
.value-card {
background: rgba(20, 20, 20, 0.6);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 20px;
padding: 32px;
transition: all 0.3s;
display: flex;
align-items: center;
gap: 24px;
}
.value-card:hover {
border-color: rgba(102, 126, 234, 0.3);
transform: translateX(10px);
}
.value-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, #667eea 0%, #306cb5 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
flex-shrink: 0;
}
.value-text h3 {
font-size: 19.2px;
margin-bottom: 8px;
}
.value-text p {
color: #b0b0b0;
font-size: 14.4px;
}
/* Companies Section */
.companies {
padding: 96px 32px;
background: #0a0a0a;
}
.companies-grid {
max-width: 1400px;
margin: 48px auto 0;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 32px;
align-items: center;
}
.company-logo {
background: rgba(20, 20, 20, 0.6);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 15px;
padding: 32px;
text-align: center;
transition: all 0.3s;
font-weight: 700;
font-size: 17.6px;
}
.company-logo:hover {
border-color: rgba(102, 126, 234, 0.5);
transform: scale(1.05);
}
/* CTA Section */
.cta-section {
padding: 96px 32px;
background: linear-gradient(135deg, #667eea 0%, #306cb5 100%);
position: relative;
overflow: hidden;
}
.cta-container {
max-width: 1000px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 1;
}
.cta-section h2 {
font-size: 56px;
font-weight: 900;
margin-bottom: 24px;
letter-spacing: -1px;
}
.cta-section p {
font-size: 20.8px;
margin-bottom: 48px;
opacity: 0.95;
}
.cta-buttons {
display: flex;
gap: 24px;
justify-content: center;
flex-wrap: wrap;
}
.btn-white {
padding: 19.2px 48px;
background: white;
border: none;
border-radius: 50px;
color: #667eea;
font-weight: 700;
font-size: 17.6px;
cursor: pointer;
transition: all 0.3s;
}
.btn-white:hover {
transform: translateY(-3px);
box-shadow: 0 15px 40px rgba(255, 255, 255, 0.3);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
background: #0a0a0a;
color: #fff;
overflow-x: hidden;
line-height: 1.6;
}
/* Navigation */
nav {
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
background: rgba(10, 10, 10, 0.95);
backdrop-filter: blur(20px);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
transition: all 0.3s ease;
}
nav.scrolled {
background: rgba(10, 10, 10, 0.98);
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
.logo {
font-size: 28.8px;
font-weight: 800;
background: linear-gradient(135deg, #667eea 0%, #306cb5 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
letter-spacing: -0.5px;
}
.nav-links {
display: flex;
gap: 40px;
list-style: none;
align-items: center;
}
.nav-links a {
color: #e0e0e0;
text-decoration: none;
font-weight: 500;
transition: all 0.3s;
font-size: 15.2px;
}
.nav-links a:hover {
color: #667eea;
}
.btn-enroll {
padding: 12.8px 32px;
background: linear-gradient(135deg, #667eea 0%, #306cb5 100%);
border: none;
border-radius: 50px;
color: white;
font-weight: 600;
cursor: pointer;
transition: all 0.3s;
font-size: 15.2px;
}
.btn-enroll:hover {
transform: translateY(-2px);
box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}
.menu-toggle {
display: none;
font-size: 24px;
background: none;
border: none;
color: white;
cursor: pointer;
}

/* =========================================
   Premium Mentor Section Styles
   ========================================= */

.mentor-section {
    padding: 96px 32px;
    background: radial-gradient(circle at top center, #1a0a2e 0%, #050505 70%, #000000 100%);
    position: relative;
    overflow: hidden;
}

/* Background ambient glow effect */
.mentor-section::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.mentor-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    /* Smart grid: Minimum 320px width, fills space automatically */
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 32px;
    justify-content: center;
}

/* --- Premium Card Container --- */
.pm-card {
    background: rgba(15, 17, 26, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.pm-card:hover {
    transform: translateY(-10px);
    border-color: rgba(102, 126, 234, 0.5);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.8), 
        0 0 0 1px rgba(102, 126, 234, 0.3);
    background: rgba(20, 22, 35, 0.8);
}

/* --- Header & Image Area --- */
.pm-header {
    padding: 32px 32px 0 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.pm-image-wrap {
    position: relative;
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
}

.pm-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid rgba(102, 126, 234, 0.3);
    padding: 4px; /* Creates a gap between image and border */
    background: transparent;
    transition: all 0.3s ease;
}

.pm-card:hover .pm-img {
    border-color: #667eea;
    transform: scale(1.05);
}

/* --- LinkedIn Button (Floating) --- */
.pm-linkedin {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 42px;
    height: 42px;
    background: #0077b5; /* LinkedIn Blue */
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
	    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
    text-decoration: none;
}

.pm-linkedin:hover {
    transform: scale(1.15) rotate(5deg);
    background: white;
    color: #0077b5;
}

/* --- Experience Badge --- */
.pm-exp-badge {
    background: rgba(255, 255, 255, 0.05);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    color: #facc15; /* Gold color */
    border: 1px solid rgba(250, 204, 21, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}

/* --- Content Area --- */
.pm-content {
    padding: 10px 32px 32px 32px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pm-name {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 6px 0;
    /*background: linear-gradient(90deg, #fff, #e0e0e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.pm-role {
    font-size: 15px;
    font-weight: 600;
    color: #667eea; /* Theme purple/blue */
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.pm-company {
    font-size: 14px;
    color: #9ca3af;
    font-weight: 500;
}

/* Tiny divider line */
.pm-divider {
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    margin: 16px 0;
    border-radius: 2px;
}

.pm-bio {
    font-size: 14px;
    color: #b0b0b0;
    line-height: 1.6;
    margin: 0;
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
    .mentor-section {
        padding: 60px 20px;
    }
    .pm-card {
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
    }
}

/* =========================================
   Premium Target Audience Section
   ========================================= */

.premium-audience {
    padding: 100px 32px;
    background: #050505;
    position: relative;
    overflow: hidden;
}

/* Background visual flair */
.premium-audience::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    height: 600px;
    background: radial-gradient(ellipse at center, rgba(102, 126, 234, 0.08) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.pa-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 64px;
    position: relative;
    z-index: 2;
}

.pa-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 32px;
    position: relative;
    z-index: 2;
}
.pa-grid1 {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 32px;
    position: relative;
    z-index: 2;
}
/* --- Card Styling --- */
.pa-card {
    position: relative;
    background: rgba(15, 17, 26, 0.6); /* Dark Glass */
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 40px 32px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Hover Effect: Border glow and lift */
.pa-card:hover {
    transform: translateY(-8px);
    border-color: rgba(118, 75, 162, 0.5); /* Purple border */
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6), 
                inset 0 0 20px rgba(118, 75, 162, 0.1);
}

/* --- Large Background Number --- */
.pa-bg-num {
    position: absolute;
    top: -20px;
    right: -10px;
    font-size: 140px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.03); /* Very subtle */
    line-height: 1;
    z-index: 0;
    font-family: 'Inter', sans-serif;
    transition: all 0.4s ease;
}

.pa-card:hover .pa-bg-num {
    color: rgba(102, 126, 234, 0.08); /* Slightly brighter on hover */
    transform: scale(1.1);
}

/* --- Content Wrapper --- */
.pa-content {
    position: relative;
    z-index: 1;
}

/* --- Icon Box --- */
.pa-icon-box {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
    border: 1px solid rgba(102, 126, 234, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 26px;
    color: #a5b4fc; /* Light purple/blue text */
    transition: transform 0.3s ease;
}

.pa-card:hover .pa-icon-box {
    transform: rotateY(180deg); /* Cool flip effect on hover */
    background: linear-gradient(135deg, #667eea, #306cb5);
    color: #fff;
    border-color: transparent;
}

/* --- Title & Desc --- */
.pa-title {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
}

.pa-desc {
    font-size: 16px;
    color: #b0b0b0;
    line-height: 1.7;
    margin-bottom: 32px;
}

/* --- Bottom Tags (Outcome Badge) --- */
.pa-tags {
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.pa-tags span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #667eea; /* Brand Color */
    background: rgba(102, 126, 234, 0.08);
    padding: 8px 16px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* --- Responsive --- */
@media (max-width: 992px) {
    .pa-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 640px) {
    .premium-audience {
        padding: 60px 20px;
    }
    .pa-grid {
        grid-template-columns: 1fr; /* 1 Column on Mobile */
        gap: 24px;
    }
    .pa-grid1 {
        grid-template-columns: 1fr !important; /* 1 Column on Mobile */
        gap: 24px;
    }
    .pa-card {
        padding: 32px 24px;
    }
    .pa-bg-num {
        font-size: 100px;
    }
}
/* =========================================
   Classroom Gallery Section
   ========================================= */

.gallery-section {
    padding: 80px 24px;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.gallery-container {
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-grid {
    display: grid;
    /* 3 Columns on Desktop */
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.gallery-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/3; /* Keeps all images the same shape */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    background: #f3f4f6; /* Placeholder color while loading */
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

/* Hover Effect: Zoom In */
.gallery-item:hover .gallery-img {
    transform: scale(1.1);
}

/* Optional: Add a subtle overlay on hover */
.gallery-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.gallery-item:hover::after {
    opacity: 1;
}

/* --- Responsive Adjustments --- */
@media (max-width: 900px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 Columns on Tablet */
    }
}

@media (max-width: 600px) {
    .gallery-section {
        padding: 60px 20px;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr; /* 1 Column on Mobile */
        gap: 16px;
    }
}
/* =========================================
   Master Program Section (Fixed & Aligned)
   ========================================= */

.master-program {
    padding: 80px 32px; /* Reduced top/bottom padding slightly */
    background: radial-gradient(circle at center, #1a0a2e 0%, #050505 70%);
    display: flex;
    justify-content: center;
    align-items: center; /* Vertically center the whole section */
    min-height: 700px;   /* Ensure section has height on large screens */
}

.mp-container {
    width: 100%;
    max-width: 1100px; /* Slightly narrower for a premium feel */
}

/* Main Card Container */
.program-content {
    display: grid;
    /* Fixed grid ratio: 45% image, 55% text. */
    grid-template-columns: 45% 55%;
    /* Ensure both columns stretch to the same height */
    align-items: stretch;
    background: rgba(15, 17, 26, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 32px;
    overflow: hidden;
    border: 1px solid rgba(129, 140, 248, 0.2);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.9);
    /* Set a minimum height for the card itself */
    min-height: 550px; 
}

/* Image Side - FIX for zoom issue */
.program-image {
    position: relative;
    width: 100%;
    height: 100%; /* Fill the column height completely */
    overflow: hidden;
}

.program-image img {
    width: 100%;
    height: 100%;
    /* 'cover' ensures it fills the space without distortion */
    object-fit: cover; 
    /* 'center top' focuses on the person's face */
    object-position: center top; 
    display: block;
}

/* Text Side - FIX for alignment */
.program-text {
    padding: 48px; /* Slightly reduced padding for better proportion */
    display: flex;
    flex-direction: column;
    /* Vertically center the content within the column */
    justify-content: center; 
}

/* Badge */
.mp-badge {
    display: inline-flex; /* Use inline-flex for better icon alignment */
    align-items: center;
    gap: 8px;
    background: rgba(102, 126, 234, 0.15);
    color: #a5b4fc;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 24px; /* Increased space below badge */
    align-self: flex-start;
    border: 1px solid rgba(102, 126, 234, 0.3);
}

/* Heading */
.program-text h2 {
    font-size: 34px; /* Slightly smaller font for better fit */
    font-weight: 800;
    margin-bottom: 32px;
    color: #000000;
    line-height: 1.25;
}

.mp-highlight {
    background: linear-gradient(90deg, #667eea, #306cb5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* --- Features Grid Layout --- */
.mp-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 Columns */
    gap: 20px; /* Slightly smaller gap */
    margin-bottom: 40px;
}

.mp-feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255, 255, 255, 0.03);
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.mp-feature-item:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-3px);
    border-color: rgba(102, 126, 234, 0.4);
}

/* Icon Styling */
.mp-icon-box {
    width: 44px; /* Slightly smaller icons */
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea, #306cb5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

/* Text inside feature */
.mp-feature-text {
    display: flex;
    flex-direction: column;
}

.mp-feature-text strong {
    font-size: 15px;
    color: #fff;
    margin-bottom: 3px;
    font-weight: 600;
}

.mp-feature-text span {
    font-size: 13px;
    color: #a5b4fc; /* Lighter purple for better contrast */
    font-weight: 500;
}

/* Make the Placement card span full width */
.mp-full-width {
    grid-column: 1 / -1;
    background: linear-gradient(90deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
    border-color: rgba(102, 126, 234, 0.3);
}

/* Button */
.btn-primary1 {
    align-self: flex-start;
    background: linear-gradient(135deg, #667eea, #306cb5);
    color: #ffffff;
    padding: 16px 40px;
    border: none;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(118, 75, 162, 0.5);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-primary1:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(118, 75, 162, 0.7);
}

/* --- Responsive --- */
@media (max-width: 992px) {
    .program-content {
        grid-template-columns: 1fr; /* Stack vertically on tablet */
        min-height: auto; /* Remove min-height */
    }
    .program-image {
        height: 350px; /* Fixed height for image on tablet */
    }
    .program-text {
        padding: 40px 32px;
    }
}

@media (max-width: 600px) {
    .master-program {
        padding: 60px 20px;
    }
    .program-image {
        height: 280px; /* Smaller height on mobile */
    }
    .mp-features-grid {
        grid-template-columns: 1fr; /* 1 Column for features */
        gap: 16px;
    }
    .program-text h2 {
        font-size: 26px;
    }
    .btn-primary1 {
        width: 100%; /* Full width button on mobile */
        justify-content: center;
    }
}



/* =========================================
   Premium Hero Section (Cyber-Glow Theme)
   ========================================= */

.hero {
    position: relative;
    min-height: 100vh; /* Full screen height */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 24px;
    background: #050505;
    overflow: hidden;
}

/* --- Animated Background --- */
.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

/* Subtle Grid Pattern */
.hero-grid {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    mask-image: radial-gradient(circle at center, black 40%, transparent 80%);
    -webkit-mask-image: radial-gradient(circle at center, black 40%, transparent 80%);
}

/* Glowing Orbs */
.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.4;
    animation: floatGlow 10s infinite alternate;
}

.hero-glow-1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #667eea 0%, transparent 70%);
    top: -100px;
    left: -100px;
}

.hero-glow-2 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #306cb5 0%, transparent 70%);
    bottom: -100px;
    right: -100px;
    animation-delay: -5s;
}

@keyframes floatGlow {
    0% { transform: translate(0, 0); opacity: 0.3; }
    100% { transform: translate(40px, 40px); opacity: 0.5; }
}

/* --- Container & Navbar --- */
.hero-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.hero-navbar {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
}

.hero-logo-img {
    height: 100px;
    width: auto;
}

.hero-nav-btn {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-nav-btn:hover {
    background: white;
    color: #000;
}

/* --- Main Content --- */
.hero-content {
    text-align: center;
    margin-top: 50px; /* Space for navbar */
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Badge */
.hero-badge-wrapper {
    margin-bottom: -10px;
    margin-top: 15px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    background: rgba(102, 126, 234, 0.1);
    border: 1px solid rgba(102, 126, 234, 0.4);
    border-radius: 50px;
    color: #a5b4fc;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background: #22c55e; /* Green active dot */
    border-radius: 50%;
    box-shadow: 0 0 10px #22c55e;
    animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.2); }
    100% { opacity: 1; transform: scale(1); }
}

/* Typography */
.hero h1 {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 24px;
    color: #ffffff;
    letter-spacing: -1.5px;
}

.hero-highlight {
    background: linear-gradient(135deg, #667eea 0%, #a78bfa 50%, #306cb5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    filter: drop-shadow(0 0 20px rgba(102, 126, 234, 0.3));
}

.hero-subtitle {
    font-size: 18px;
    color: #9ca3af; /* Muted grey */
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.text-white {
    color: #e5e7eb;
    font-weight: 500;
}

/* Location Chip */
.hero-location-chip {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(20, 20, 20, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 24px;
    border-radius: 12px;
    margin-bottom: 40px;
    backdrop-filter: blur(5px);
}

.loc-icon {
    color: #f87171; /* Red location pin color */
    font-size: 18px;
}

.loc-text {
    color: #d1d5db;
    font-size: 15px;
}

.loc-text strong {
    color: white;
}

/* Main CTA Button */
.btn-hero-primary {
    padding: 20px 56px;
    background: linear-gradient(135deg, #667eea 0%, #306cb5 100%);
    color: white;
    border: none;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 0 40px rgba(102, 126, 234, 0.5); /* Glowing shadow */
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.btn-hero-primary:hover {
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 0 60px rgba(102, 126, 234, 0.7);
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .hero {
        padding: 0 16px;
    }
    .hero h1 {
        font-size: 37px;
    }
    .hero-subtitle {
        font-size: 16px;
    }
    .hero-navbar {
        top: 16px;
        padding: 12px 16px;
    }
    .hero-content {
        /*margin-top: 100px;*/
    }
    .btn-hero-primary {
        width: 100%;
        justify-content: center;
    }
}


/* =========================================
   Clean Premium Modal (Fixed Layout)
   ========================================= */

.contact-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.contact-modal.active {
    display: flex;
    animation: fadeIn 0.3s ease-out forwards;
}

.contact-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.9); /* Darker background */
    backdrop-filter: blur(5px);
}

.contact-modal-dialog {
    position: relative;
    width: 100%;
    max-width: 400px; /* Optimal width */
    background: #111111; /* Solid dark background */
    border: 1px solid #333;
    border-radius: 20px;
    z-index: 10;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.8);
}

/* Close Button */
.contact-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #222;
    border: none;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: 0.2s;
    z-index: 20;
}

.contact-modal-close:hover {
    background: #ef4444;
}

/* Content Padding */
.modal-content-wrap {
    padding: 30px 25px;
}

.modal-header {
    text-align: center;
    margin-bottom: 25px;
}

.contact-title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.highlight {
    color: #667eea;
}

.contact-subtitle {
    color: #888;
    font-size: 13px;
    margin: 0;
}

/* Form Layout */
.form-grid {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Spacing between fields */
    margin-bottom: 20px;
}

.form-group {
    position: relative;
}

/* Input Wrapper */
.input-wrapper {
    position: relative;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.input-icon {
    position: absolute;
    left: 15px;
    color: #667eea;
    font-size: 16px;
    pointer-events: none;
}

.form-control {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    padding: 0 15px 0 45px; /* Space for icon */
    color: #fff;
    font-size: 15px;
    outline: none;
}

.form-control::placeholder {
    color: #555;
}

/* Focus & Error States */
.input-wrapper:focus-within {
    border-color: #667eea;
    background: #222;
}

.form-group.error .input-wrapper {
    border-color: #ef4444;
    background: rgba(239, 68, 68, 0.05);
}

.error-msg {
    display: none;
    color: #ef4444;
    font-size: 12px;
    margin-top: 5px;
    padding-left: 5px;
}

.form-group.error .error-msg {
    display: block;
}

/* Button */
.btn-modal-submit {
    width: 100%;
    height: 50px;
    background: linear-gradient(90deg, #667eea, #306cb5);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s;
}

.btn-modal-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

/* Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}


/* =========================================
   Google Reviews Section (Light Theme)
   ========================================= */

.google-reviews-section {
    padding: 40px 24px;
    background: #ffffff; /* White background */
    border-bottom: 1px solid #e2e8f0; /* Subtle separator */
    display: flex;
    justify-content: center;
}

.gr-container {
    max-width: 900px;
    width: 100%;
}

.gr-card {
    background: #f8fafc; /* Very light gray/slate background */
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

/* --- Left Side: Logo & Rating --- */
.gr-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.gr-icon-box {
    width: 56px;
    height: 56px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08);
    border: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.gr-icon-box img {
    width: 28px;
    height: 28px;
}

.gr-rating-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 4px;
}

.gr-score {
    font-size: 28px;
    font-weight: 800;
    color: #111827; /* Dark text */
    line-height: 1;
}

.gr-stars {
    color: #facc15; /* Star Yellow */
    font-size: 18px;
    display: flex;
    gap: 2px;
}

.gr-label {
    font-size: 14px;
    color: #6b7280; /* Gray text */
    margin: 0;
}

.gr-label strong {
    color: #374151; /* Darker gray for emphasis */
}

/* --- Right Side: Location & Button --- */
.gr-right {
    display: flex;
    align-items: center;
    gap: 32px;
    border-left: 1px solid #e2e8f0;
    padding-left: 32px;
}

.gr-location-info h3 {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 4px 0;
}

.gr-verified {
    font-size: 13px;
    color: #16a34a; /* Green verified color */
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.btn-gr-view {
    padding: 12px 24px;
    background: #ffffff;
    color: #4f46e5; /* Brand Purple/Blue */
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-gr-view:hover {
    background: #eff6ff; /* Light blue hover */
    border-color: #bfdbfe;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.1);
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .gr-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
        gap: 24px;
    }

    .gr-right {
        border-left: none;
        padding-left: 0;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        border-top: 1px solid #e2e8f0;
        padding-top: 20px;
    }

    .btn-gr-view {
        width: 100%;
        justify-content: center;
    }
}


/* =========================================
   Modern Syllabus Section (Grid Layout)
   ========================================= */

.syllabus-modern-section {
    padding: 80px 24px;
    background: #ffffff; /* White background */
    position: relative;
    border-bottom: 1px solid #e5e7eb;
}

.syllabus-container {
    max-width: 1200px;
    margin: 0 auto;
}

.syllabus-grid {
    display: grid;
    /* Responsive Grid: 3 columns on desktop, 2 on tablet, 1 on mobile */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 48px;
}

/* --- Card Styling --- */
.syllabus-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px 24px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    overflow: hidden;
}

/* Hover Effect: Lift up + Shadow */
.syllabus-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -5px rgba(0, 0, 0, 0.1);
    border-color: #4f46e5; /* Highlight border on hover */
}

/* --- Icons --- */
.syllabus-icon {
    width: 54px;
    height: 54px;
    background: #eff6ff; /* Light Blue background */
    color: #4f46e5; /* Primary Purple/Blue */
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

/* Icon change on hover */
.syllabus-card:hover .syllabus-icon {
    background: #4f46e5;
    color: #ffffff;
    transform: rotateY(180deg);
}

/* --- Text Content --- */
.syllabus-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 10px 0;
}

.syllabus-content p {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
}

/* --- Highlight Cards (AI & GEO) --- */
/* Makes important modules stand out slightly */
.highlight-card {
    background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%); /* Subtle Green Tint */
    border-color: #bbf7d0;
}

.highlight-card .syllabus-icon {
    background: #dcfce7;
    color: #16a34a;
}

.highlight-card:hover {
    border-color: #16a34a;
    box-shadow: 0 20px 40px -5px rgba(22, 163, 74, 0.15);
}

.highlight-card:hover .syllabus-icon {
    background: #16a34a;
    color: #ffffff;
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
    .syllabus-modern-section {
        padding: 60px 20px;
    }
    
    .syllabus-grid {
        grid-template-columns: 1fr; /* Stack vertically on mobile */
        gap: 16px;
    }

    .syllabus-card {
        flex-direction: row; /* Horizontal layout on mobile for compactness */
        align-items: flex-start;
        padding: 24px;
        gap: 16px;
    }

    .syllabus-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
    
    .syllabus-content h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }
}
/* =========================================
   Premium Core Modules (About) Section
   ========================================= */

.core-modules-premium {
    padding: 100px 32px;
    /*background: #050505;*/
    background: linear-gradient(135deg, rgb(5 5 67 / 95%), rgb(7 7 68 / 98%));
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Background decorative glow */
.core-modules-premium::before {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(118, 75, 162, 0.15) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.cmp-container {
    max-width: 1100px;
    margin: 0 auto;
    /* display: grid;
    grid-template-columns: 1.2fr 0.8fr; 
    gap: 64px; */
    align-items: center;
    position: relative;
    z-index: 1;
}

/* --- Content Side --- */
.cmp-content {
    display: flex;
    flex-direction: column;
}

.cmp-badge {
    display: inline-block;
    color: #a5b4fc;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.cmp-title {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 24px;
}

.cmp-title .highlight {
    background: linear-gradient(135deg, #667eea, #306cb5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cmp-text p {
    font-size: 17px;
    color: #9ca3af;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 24px;
}

.cmp-text strong, 
.cmp-text .text-white {
    color: #e5e7eb;
    font-weight: 600;
}

/* --- Stats Side --- */
.cmp-stats-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.cmp-stat-card {
    display: flex;
    align-items: center;
    gap: 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 32px;
    border-radius: 20px;
    transition: transform 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* Hover Effect */
.cmp-stat-card:hover {
    transform: translateY(-5px);
    border-color: rgba(102, 126, 234, 0.4);
    background: rgba(255, 255, 255, 0.05);
}

.cmp-stat-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #667eea, #306cb5);
    opacity: 0.7;
}

/* Icon Box */
.cmp-icon-box {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15), rgba(118, 75, 162, 0.15));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #a5b4fc;
    flex-shrink: 0;
    border: 1px solid rgba(102, 126, 234, 0.2);
}

.cmp-stat-card:hover .cmp-icon-box {
    background: linear-gradient(135deg, #667eea, #306cb5);
    color: #fff;
    border-color: transparent;
}

/* Stat Text */
.cmp-stat-info {
    display: flex;
    flex-direction: column;
}

.cmp-number {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 4px;
}

.cmp-label {
    font-size: 15px;
    color: #9ca3af;
    font-weight: 500;
}

/* --- Responsive --- */
@media (max-width: 900px) {
    .cmp-container {
        /* grid-template-columns: 1fr;
        gap: 40px; */
    }
    
    .cmp-title {
        font-size: 30px;
    }
    
    .cmp-stats-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .cmp-stat-card {
        flex: 1;
        min-width: 280px;
        padding: 24px;
    }
}

@media (max-width: 600px) {
    .core-modules-premium {
        padding: 60px 20px;
    }
    
    .cmp-stats-wrapper {
        flex-direction: column;
    }
    
    .cmp-stat-card {
        padding: 20px;
        gap: 16px;
    }
    
    .cmp-icon-box {
        width: 50px;
        height: 50px;
        font-size: 22px;
    }
    
    .cmp-number {
        font-size: 32px;
    }
}
/* =========================================
   Premium Success Stories (Hall of Fame)
   ========================================= */

.premium-success-stories {
    padding: 50px 32px;
    background: #050505;
    position: relative;
    overflow: hidden;
}

/* Background visual flair */
.premium-success-stories::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 30%, rgba(102, 126, 234, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.pss-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* --- Header --- */
.pss-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 56px;
}

.pss-header .highlight {
    background: linear-gradient(135deg, #667eea, #306cb5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* --- Image Card Wrapper --- */
.pss-image-card {
    padding: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.pss-image-card:hover {
    transform: translateY(-5px);
    border-color: rgba(102, 126, 234, 0.3);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.9), 0 0 30px rgba(102, 126, 234, 0.1);
}

.pss-image-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    /* Aspect ratio control if needed, or let image dictate height */
}

.pss-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.pss-image-card:hover .pss-img {
    transform: scale(1.02);
}

/* --- Floating Badge --- */
.pss-floating-badge {
    position: absolute;
    bottom: 24px;
    right: 24px;
    background: rgba(15, 23, 42, 0.85); /* Dark semi-transparent */
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 16px 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    animation: floatBadge 4s ease-in-out infinite;
}

@keyframes floatBadge {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.pss-badge-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #667eea, #306cb5);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
}

.pss-badge-text {
    display: flex;
    flex-direction: column;
}

.pss-badge-text .count {
    font-size: 20px;
    font-weight: 800;
    color: white;
    line-height: 1;
}

.pss-badge-text .label {
    font-size: 13px;
    color: #a5b4fc;
    font-weight: 500;
}

/* --- CTA Section --- */
.pss-cta {
    text-align: center;
    margin-top: 48px;
}

.btn-pss {
    padding: 16px 40px;
    background: linear-gradient(135deg, #667eea, #306cb5);
    border: 2px solid #667eea;
    color: #fff;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-pss:hover {
    background: linear-gradient(135deg, #667eea, #306cb5);
    border-color: transparent; /* Hide border on fill */
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(118, 75, 162, 0.5);
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .premium-success-stories {
        padding: 60px 20px;
    }
    
    .pss-image-card {
        padding: 8px;
    }

    .pss-floating-badge {
        bottom: 16px;
        right: 16px;
        left: 16px; /* Full width on mobile */
        padding: 12px 16px;
        justify-content: center;
    }
    
    .pss-badge-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

/* =========================================
   Premium CTA Alert Section
   ========================================= */

.premium-cta-alert {
    padding: 80px 24px;
    /*background: #050505;*/
    display: flex;
    justify-content: center;
}

.pca-container {
    position: relative;
    max-width: 1100px;
    width: 100%;
    background: linear-gradient(135deg, rgba(20, 20, 30, 0.95), rgba(10, 10, 15, 0.98));
    border: 1px solid rgba(102, 126, 234, 0.3);
    border-radius: 24px;
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8), 
                inset 0 0 40px rgba(102, 126, 234, 0.05);
    overflow: hidden;
}

/* Background Glow Effect */
.pca-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #667eea, #306cb5);
}

/* --- Live Tag (Top Left) --- */
.pca-live-tag {
    position: absolute;
    top: 24px;
    left: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(34, 197, 94, 0.1); /* Green tint */
    padding: 6px 12px;
    border-radius: 50px;
    border: 1px solid rgba(34, 197, 94, 0.2);
}

.pulse-ring {
    width: 8px;
    height: 8px;
    background-color: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(34, 197, 94, 0.4);
    animation: pulse-green 2s infinite;
}

.live-text {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4ade80;
    letter-spacing: 0.5px;
}

@keyframes pulse-green {
    0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4); }
    70% { box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }
    100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

/* --- Content --- */
.pca-content {
    flex: 1;
    padding-top: 16px; /* Space for live tag */
}

.pca-title {
    font-size: 32px;
    font-weight: 800;
    color: #000;
    margin-bottom: 12px; 	
    line-height: 1.3;
}

.pca-highlight {
    background: linear-gradient(90deg, #667eea, #306cb5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    font-weight: 900;
}

.pca-subtitle {
    font-size: 16px;
    color: #5a5757;
    line-height: 1.6;
    max-width: 600px;
}

.pca-subtitle strong {
    color: #3f5581;
}

/* --- Action Button --- */
.pca-action {
    flex-shrink: 0;
}

.btn-pca-primary {
    padding: 18px 36px;
    background: linear-gradient(135deg, #667eea 0%, #306cb5 100%);
    color: white;
    border: none;
    border-radius: 14px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-pca-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.6);
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .pca-container {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 24px;
        text-align: left;
    }
    
    .pca-title {
        font-size: 26px;
    }
    
    .pca-highlight {
        font-size: 30px;
    }
    
    .btn-pca-primary {
        width: 100%;
        justify-content: center;
    }
}

/* =========================================
   Premium Add-ons (Job Ready) Section
   ========================================= */

.premium-addons {
    padding: 100px 32px;
    background: #050505;
    position: relative;
    overflow: hidden;
}

/* Background Effect */
.premium-addons::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: radial-gradient(circle at bottom center, rgba(102, 126, 234, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.pa-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Header */
.pa-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 64px;
}

.pa-header .highlight {
    background: linear-gradient(135deg, #667eea, #306cb5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Grid Layout */
.pa-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 24px;
    margin-bottom: 48px;
}

/* --- Card Styles --- */
.pa-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    cursor: default;
}

/* Hover Effect */
.pa-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(102, 126, 234, 0.4);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

/* Highlight Card (Internship) */
.pa-highlight-card {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05), rgba(118, 75, 162, 0.05));
    border-color: rgba(102, 126, 234, 0.3);
}

.pa-highlight-card:hover {
    border-color: #667eea;
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.15);
}

/* Icon Box */
.pa-icon-box {
    width: 60px;
    height: 60px;
    background: #0f111a;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #a5b4fc;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.pa-card:hover .pa-icon-box {
    background: linear-gradient(135deg, #667eea, #306cb5);
    color: white;
    border-color: transparent;
    transform: rotateY(180deg);
}

/* Content */
.pa-card-content {
    flex: 1;
}

.pa-card-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px 0;
}

.pa-card-content p {
    font-size: 14px;
    color: #9ca3af;
    margin: 0;
}

/* Arrow Icon */
.pa-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667eea;
    font-size: 14px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.pa-card:hover .pa-arrow {
    opacity: 1;
    background: white;
    color: #000;
    border-color: white;
    transform: translateX(5px);
}

/* CTA Button */
.pa-cta-wrapper {
    text-align: center;
}

.btn-pa-primary {
    padding: 16px 40px;
    background: linear-gradient(135deg, #667eea 0%, #306cb5 100%);
    color: white;
    border: none;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-pa-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 45px rgba(102, 126, 234, 0.5);
}

/* Responsive */
@media (max-width: 600px) {
    .premium-addons {
        padding: 60px 20px;
    }
    .pa-grid {
        grid-template-columns: 1fr;
    }
    .pa-card {
        padding: 20px;
    }
    .btn-pa-primary {
        width: 100%;
    }
}

/* =========================================
   Premium Resume CTA (Insight Alert)
   ========================================= */

.resume-cta-premium {
    padding: 0px 24px;
    background: #050505;
    display: flex;
    justify-content: center;
}

.rcp-wrapper {
    max-width: 1100px;
    width: 100%;
    /* Dark glass background */
    background: linear-gradient(135deg, rgba(20, 20, 35, 0.95), rgba(10, 10, 15, 0.98));
    border-radius: 24px;
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    overflow: hidden;
    /* Glowing Border Effect */
    border: 1px solid rgba(102, 126, 234, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
}

/* Background visual accent */
.rcp-wrapper::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

/* --- Left: Visual & Stat --- */
.rcp-visual {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1); /* Divider */
}

.rcp-icon-box {
    position: relative;
    width: 64px;
    height: 64px;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #a5b4fc;
    border: 1px solid rgba(102, 126, 234, 0.3);
}

/* Pulse Animation */
.rcp-pulse {
    position: absolute;
    inset: -4px;
    border-radius: 18px;
    border: 1px solid #667eea;
    opacity: 0;
    animation: pulse-border 2s infinite;
}

@keyframes pulse-border {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.4); opacity: 0; }
}

.rcp-stat-info {
    display: flex;
    flex-direction: column;
}

.rcp-big-num {
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(135deg, #f87171, #f43f5e); /* Warning Red/Pink gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rcp-stat-label {
    font-size: 13px;
    color: #9ca3af;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    max-width: 120px;
}

/* --- Center: Text Content --- */
.rcp-content {
    flex: 1;
}

.rcp-title {
    font-size: 28px;
    font-weight: 800;
    color: white;
    margin-bottom: 12px;
    line-height: 1.3;
}

.rcp-title .highlight {
    color: #a5b4fc; /* Light purple */
}

.rcp-desc {
    font-size: 16px;
    color: #b0b0b0;
    margin: 0;
}

.rcp-desc strong {
    color: white;
    font-weight: 600;
}

/* --- Right: Action Button --- */
.rcp-action {
    flex-shrink: 0;
}

.btn-rcp-primary {
    padding: 16px 36px;
    background: linear-gradient(135deg, #667eea, #306cb5);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-rcp-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.5);
}

/* --- Responsive --- */
@media (max-width: 900px) {
    .rcp-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        padding: 40px 32px;
    }

    .rcp-visual {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-right: 0;
        padding-bottom: 24px;
        width: 100%;
    }

    .rcp-action {
        width: 100%;
    }

    .btn-rcp-primary {
        width: 100%;
        justify-content: center;
    }
}

/* --- Secondary Hero Button (Download Syllabus) --- */
.btn-hero-secondary {
    padding: 18px 40px; /* Slightly smaller padding than primary */
    background: transparent;
    color: #4f46e5; /* Primary Brand Color */
    border: 2px solid #4f46e5;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-hero-secondary:hover {
    background: #eff6ff; /* Very light blue background on hover */
    transform: translateY(-2px);
    box-shadow: 0 10px 25px -5px rgba(79, 70, 229, 0.15);
}

/* Update hero-buttons container to handle spacing */
.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 16px; /* Space between buttons */
    flex-wrap: wrap; /* Stack on mobile if needed */
}

/* Mobile Adjustment */
@media (max-width: 600px) {
    .btn-hero-secondary {
        width: 100%;
        justify-content: center;
    }
}
/* =========================================
   Holographic HUD CTA
   ========================================= */

.holographic-cta {
    padding: 80px 24px;
    /*background: #050505;*/
    background: linear-gradient(135deg, rgb(5 5 67 / 95%), rgb(7 7 68 / 98%));
    display: flex;
    justify-content: center;
}

.h-cta-container {
    position: relative;
    max-width: 900px;
    width: 100%;
    background: linear-gradient(135deg, rgb(5 5 67 / 95%), rgb(7 7 68 / 98%));
    border: 1px solid rgba(102, 126, 234, 0.2);
    padding: 64px 40px;
    text-align: center;
    overflow: hidden;
    /* Subtle Grid Background */
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
}

/* --- Tech Corners --- */
.cta-corner {
    position: absolute;
    width: 20px;
    height: 20px;
    border-color: #667eea;
    border-style: solid;
    pointer-events: none;
}

.top-left {
    top: 0; left: 0;
    border-width: 2px 0 0 2px;
}

.top-right {
    top: 0; right: 0;
    border-width: 2px 2px 0 0;
}

.bottom-left {
    bottom: 0; left: 0;
    border-width: 0 0 2px 2px;
}

.bottom-right {
    bottom: 0; right: 0;
    border-width: 0 2px 2px 0;
}

/* --- Content --- */
.h-cta-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #a5b4fc;
    margin-bottom: 24px;
    background: rgba(102, 126, 234, 0.1);
    padding: 6px 16px;
    border-radius: 4px;
}

.status-dot {
    width: 6px;
    height: 6px;
    background: #f43f5e; /* Alert Red */
    border-radius: 50%;
    box-shadow: 0 0 8px #f43f5e;
    animation: blink 2s infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.h-cta-title {
    font-size: 38px;
    font-weight: 800;
    color: white;
    margin-bottom: 16px;
    line-height: 1.2;
}

.text-accent {
    color: #22c55e; /* Matrix Green for the stat */
    font-family: 'Courier New', monospace; /* Tech font feel */
    font-weight: 900;
    font-size: 44px;
    text-shadow: 0 0 20px rgba(34, 197, 94, 0.3);
}

.h-cta-desc {
    font-size: 18px;
    color: #9ca3af;
    max-width: 600px;
    margin: 0 auto 40px;
}

/* Button */
.btn-holo {
    padding: 18px 48px;
    background: transparent;
    border: 1px solid #667eea;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

/* Hover Fill Effect */
.btn-holo::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #667eea, #306cb5);
    transition: left 0.3s ease;
    z-index: -1;
}

.btn-holo:hover::before {
    left: 0;
}

.btn-holo:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(102, 126, 234, 0.4);
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 600px) {
    .h-cta-title {
        font-size: 28px;
    }
    .text-accent {
        font-size: 32px;
    }
    .btn-holo {
        width: 100%;
        justify-content: center;
    }
    .h-cta-container {
        padding: 40px 24px;
    }
}

/* =========================================
   Premium Tools Ecosystem (Periodic Table Style)
   ========================================= */

.premium-tools-section {
    padding: 100px 32px;
    background: #050505;
    position: relative;
    overflow: hidden;
}

.pt-container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* --- Section Header --- */
.pt-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 64px;
}

.pt-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #a5b4fc;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pt-title {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.2;
}

.pt-title .highlight {
    background: linear-gradient(135deg, #667eea, #306cb5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pt-subtitle {
    font-size: 18px;
    color: #9ca3af;
    line-height: 1.6;
}

/* --- Group Styling --- */
.pt-group {
    margin-bottom: 64px;
}

.pt-group-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 16px;
    flex-wrap: nowrap;
    justify-content: center;
}

.pt-group-title i {
    color: #667eea;
}

.pt-group-title.title-ai i {
    color: #d946ef; /* Magenta for AI */
}

/* --- The Grid --- */
.pt-grid {
    display: grid;
    /* Responsive Grid: Cards fill available space, min width 160px */
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 16px;
}

/* --- Card Base --- */
.pt-card {
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: default;
}

.pt-card img {
    height: 90px;
    width: auto;
    object-fit: contain;
    filter: grayscale(20%); /* Slight mute */
    transition: filter 0.3s;
}

.pt-card span {
    font-size: 14px;
    font-weight: 500;
    color: #d1d5db;
    text-align: center;
}

/* --- Hover Effects --- */
.pt-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(102, 126, 234, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.pt-card:hover img {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.pt-card:hover span {
    color: #fff;
}

/* --- AI Card Specifics (The "Glow" Effect) --- */
.ai-card {
    background: rgba(118, 75, 162, 0.05); /* Very faint purple tint */
    border-color: rgba(118, 75, 162, 0.2);
}

.ai-card:hover {
    border-color: #d946ef;
    box-shadow: 0 10px 30px rgba(217, 70, 239, 0.2); /* Pink/Purple glow */
}

/* --- Bottom CTA Banner --- */
.pt-cta-banner {
        background: linear-gradient(135deg, rgb(5 5 67 / 95%), rgb(7 7 68 / 98%));
    border: 1px solid rgba(102, 126, 234, 0.3);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
    position: relative;
    overflow: hidden;
}

/* Glow line on top of banner */
.pt-cta-banner::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 2px;
    background: linear-gradient(90deg, transparent, #667eea, transparent);
}

.pt-cta-content {
    display: flex;
    align-items: center;
    gap: 24px;
}

.pt-cta-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #667eea, #306cb5);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
    flex-shrink: 0;
}

.pt-cta-text h3 {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 6px 0;
}

.pt-cta-text p {
    font-size: 16px;
    color: #9ca3af;
    margin: 0;
}

.btn-pt-cta {
    padding: 16px 36px;
    background: transparent;
    border: 2px solid #667eea;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.btn-pt-cta:hover {
    background: #667eea;
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}

/* --- Responsive --- */
@media (max-width: 900px) {
    .pt-cta-banner {
        flex-direction: column;
        text-align: center;
        padding: 32px 24px;
    }
    
    .pt-cta-content {
        flex-direction: column;
        gap: 16px;
    }
    
    .btn-pt-cta {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .premium-tools-section {
        padding: 60px 16px;
    }
    
    .pt-title {
        font-size: 32px;
    }
    
    .pt-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 per row on mobile */
    }
    
    .pt-card {
        padding: 16px 10px;
    }
    
    .pt-card img {
        height: 70px;
    }
    
    .pt-card span {
        font-size: 12px;
    }
}
/* =========================================
   1. Portfolio CTA (Stat Focus)
   ========================================= */
.portfolio-cta-premium {
    padding: 80px 24px;
    background: linear-gradient(135deg, rgb(5 5 67 / 95%), rgb(7 7 68 / 98%));
    display: flex;
    justify-content: center;
}

.pcp-container {
    max-width: 1100px;
    width: 100%;
}

.pcp-wrapper {
    background: linear-gradient(135deg, rgb(5 5 67 / 95%), rgb(7 7 68 / 98%));
    border: 1px solid rgba(102, 126, 234, 0.3);
    border-radius: 24px;
    padding: 48px;
    display: flex;
    align-items: center;
    gap: 48px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
    position: relative;
    overflow: hidden;
}

/* Background Glow */
.pcp-wrapper::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.pcp-visual {
    flex-shrink: 0;
    text-align: center;
    padding-right: 48px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.pcp-big-number {
    display: block;
    font-size: 64px;
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(135deg, #667eea, #306cb5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
}

.pcp-label {
    display: block;
    color: #9ca3af;
    font-size: 14px;
    max-width: 180px;
    margin: 0 auto;
}

.pcp-content {
    flex: 1;
}

.pcp-title {
    font-size: 28px;
    font-weight: 800;
    color: white;
    margin-bottom: 12px;
}

.pcp-desc {
    color: #b0b0b0;
    margin-bottom: 24px;
    font-size: 16px;
}

.btn-pcp {
    padding: 14px 32px;
    background: white;
    color: #000;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-pcp:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

/* =========================================
   2. Job Roles (Skill Chips)
   ========================================= */
.job-roles-premium {
    padding: 80px 24px;
    background: #050505;
    text-align: center;
}

.jrp-container {
    max-width: 1000px;
    margin: 0 auto;
}

.jrp-header {
    margin-bottom: 48px;
}

.jrp-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.role-chip {
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: #d1d5db;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: default;
}

.role-chip:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}

/* AI Roles Highlight */
.role-chip.ai-role {
    background: rgba(102, 126, 234, 0.1);
    border-color: rgba(102, 126, 234, 0.4);
    color: #a5b4fc;
    font-weight: 600;
}

.role-chip.ai-role:hover {
    background: rgba(102, 126, 234, 0.2);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.2);
}

.role-chip i {
    margin-right: 8px;
}

/* =========================================
   3. Success Stories (Cinema Grid)
   ========================================= */
.success-stories-premium {
    padding: 100px 24px;
    background: radial-gradient(circle at center, #1a0a2e 0%, #050505 70%);
}

.ssp-container {
    max-width: 1200px;
    margin: 0 auto;
}

.ssp-header {
    text-align: center;
    margin-bottom: 56px;
}

.ssp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ssp-card {
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.ssp-card:hover {
    transform: translateY(-5px);
    border-color: #667eea;
    box-shadow: 0 20px 50px rgba(102, 126, 234, 0.15);
}

.ssp-video-wrap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
}

.ssp-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* =========================================
   4. Final Callback CTA
   ========================================= */
.final-cta-section {
    padding: 60px 24px;
    background: #050505;
    display: flex;
    justify-content: center;
}

.fc-container {
    max-width: 1000px;
    width: 100%;
}

.fc-box {
    background: linear-gradient(90deg, #667eea 0%, #306cb5 100%);
    border-radius: 20px;
    padding: 40px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 20px 50px rgba(118, 75, 162, 0.4);
}

.fc-text h2 {
    font-size: 28px;
    font-weight: 800;
    color: white;
    margin-bottom: 8px;
}

.fc-text p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin: 0;
}

.btn-fc-white {
    padding: 14px 32px;
    background: white;
    color: #667eea;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.2s;
    white-space: nowrap;
}

.btn-fc-white:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* =========================================
   Responsive Adjustments
   ========================================= */
@media (max-width: 900px) {
    .pcp-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 32px;
    }
    .pcp-visual {
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 24px;
    }
    
    .ssp-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .fc-box {
        flex-direction: column;
        text-align: center;
        gap: 24px;
        padding: 32px;
    }
}

@media (max-width: 600px) {
    .ssp-grid {
        grid-template-columns: 1fr;
    }
    .pcp-big-number {
        font-size: 56px;
    }
    .btn-pcp, .btn-fc-white {
        width: 100%;
        justify-content: center;
    }
}

/* =========================================
   Sticky Footer Call to Action
   ========================================= */

/* Add padding to body so footer doesn't cover content at the very bottom */
body {
    padding-bottom: 80px; /* Adjust based on footer height */
}

.sticky-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999; /* High z-index to stay on top */
    background: rgba(10, 12, 24, 0.95); /* Dark Glass */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(102, 126, 234, 0.3); /* Purple top border */
    padding: 16px 24px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.5);
    animation: slideUp 0.5s ease-out;
}

@keyframes slideUp {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}

.sf-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

/* --- Left Side: Text & Indicator --- */
.sf-text {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    font-size: 16px;
}

/* Red Pulse Dot for Urgency */
.sf-pulse {
    width: 10px;
    height: 10px;
    background-color: #ef4444; /* Alert Red */
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(239, 68, 68, 0.4);
    animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
    0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(239, 68, 68, 0); }
    100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}

.sf-label {
    color: #facc15; /* Warning Yellow/Gold */
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.sf-msg {
    color: #e5e7eb;
    font-weight: 500;
}

/* --- Right Side: Button --- */
.btn-sf-primary {
    padding: 12px 32px;
    background: linear-gradient(135deg, #667eea 0%, #306cb5 100%);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(102, 126, 234, 0.4);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.btn-sf-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 25px rgba(102, 126, 234, 0.6);
}

/* --- Responsive Design --- */
@media (max-width: 768px) {
    body {
        padding-bottom: 120px; /* More padding for stacked mobile footer */
    }

    .sf-container {
        flex-direction: column; /* Stack vertically on mobile */
        text-align: center;
        gap: 12px;
    }

    .sf-text {
        flex-direction: column;
        gap: 4px;
        font-size: 14px;
    }
    
    .sf-pulse {
        display: none; /* Hide pulse on mobile to save space if needed */
    }

    .btn-sf-primary {
        width: 100%;
        justify-content: center;
        padding: 14px;
    }
}

/* =========================================
   Premium Agency Internship Section
   ========================================= */

.agency-internship {
   padding: 100px 24px;
   background: #050505;
   position: relative;
   overflow: hidden;
   display: flex;
   justify-content: center;
}

.ai-container {
   max-width: 1100px;
   width: 100%;
   position: relative;
   z-index: 2;
}

/* Ambient Background Glow */
.ai-glow-bg {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 600px;
   height: 400px;
   background: radial-gradient(circle, rgba(102, 126, 234, 0.15) 0%, transparent 70%);
   pointer-events: none;
   z-index: -1;
}

/* The Glass Card */
.ai-glass-card {
   background: rgba(15, 17, 26, 0.85);
   backdrop-filter: blur(12px);
   -webkit-backdrop-filter: blur(12px);
   border: 1px solid rgba(255, 255, 255, 0.1);
   border-radius: 32px;
   padding: 0;
   overflow: hidden;
   box-shadow: 0 30px 80px rgba(0, 0, 0, 0.9);
   position: relative;
}

/* Glowing Border Animation */
.ai-glass-card::before {
   content: '';
   position: absolute;
   top: 0; left: 0; right: 0; height: 1px;
   background: linear-gradient(90deg, transparent, #667eea, transparent);
   opacity: 0.8;
}

.ai-grid {
   display: grid;
   grid-template-columns: 350px 1fr; /* Fixed sidebar, flexible content */
}

/* --- Left Column: Brand & Visual --- */
.ai-brand-col {
   background: linear-gradient(135deg, rgb(106 63 234), rgb(11 35 110)) !important;
   padding: 48px 32px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
   border-right: 1px solid rgba(255, 255, 255, 0.05);
   position: relative;
}

.ai-logo-box {
   background: white;
   padding: 20px;
   border-radius: 16px;
   margin-bottom: 24px;
   box-shadow: 0 10px 30px rgba(0,0,0,0.3);
   width: 100%;
   max-width: 200px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.ai-agency-logo {
   max-width: 100%;
   height: auto;
   display: block;
}

.ai-status-badge {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   background: rgba(34, 197, 94, 0.15);
   color: #4ade80;
   padding: 8px 16px;
   border-radius: 50px;
   font-size: 13px;
   font-weight: 700;
   border: 1px solid rgba(34, 197, 94, 0.3);
   margin-bottom: 32px;
}

.ai-duration {
  margin-bottom: auto;
}

.ai-big-num {
   display: block;
   font-size: 80px;
   font-weight: 900;
   line-height: 0.8;
   background: linear-gradient(135deg, #fff 0%, #a5b4fc 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   margin-bottom: 8px;
}

.ai-duration-text {
   color: #ffffff;
   font-size: 16px;
   font-weight: 500;
   line-height: 1.4;
   display: block;
}

/* --- Right Column: Content --- */
.ai-content-col {
   padding: 48px;
}

.ai-title {
   font-size: 36px;
   font-weight: 800;
   color: white;
   margin-bottom: 16px;
   line-height: 1.2;
}

.ai-title .highlight {
   background: linear-gradient(135deg, #667eea, #306cb5);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.ai-subtitle {
   font-size: 17px;
   color: #9ca3af;
   line-height: 1.6;
   margin-bottom: 40px;
   max-width: 90%;
}

.ai-subtitle strong {
   color: #2d84fa;
}

/* Benefits Grid */
.ai-benefits-grid {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 24px;
   margin-bottom: 40px;
}

.ai-benefit-item {
   display: flex;
   align-items: center;
   gap: 16px;
   background: rgba(255, 255, 255, 0.03);
   padding: 16px;
   border-radius: 12px;
   border: 1px solid rgba(255, 255, 255, 0.05);
   transition: all 0.3s ease;
}

.ai-benefit-item:hover {
   background: rgba(255, 255, 255, 0.06);
   border-color: rgba(102, 126, 234, 0.4);
   transform: translateY(-3px);
}

.ai-icon {
   width: 48px;
   height: 48px;
   border-radius: 12px;
   background: linear-gradient(135deg, rgba(102, 126, 234, 0.2), rgba(118, 75, 162, 0.2));
   color: #a5b4fc;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 20px;
   flex-shrink: 0;
}

.ai-text {
   display: flex;
   flex-direction: column;
}

.ai-text strong {
   color: white;
   font-size: 15px;
   font-weight: 700;
   margin-bottom: 2px;
}

.ai-text span {
   color: #9ca3af;
   font-size: 13px;
}

/* CTA Button */
.btn-ai-primary {
   padding: 16px 40px;
   background: linear-gradient(135deg, #667eea, #306cb5);
   color: white;
   border: none;
   border-radius: 999px;
   font-size: 16px;
   font-weight: 700;
   cursor: pointer;
   display: inline-flex;
   align-items: center;
   gap: 10px;
   box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
   transition: all 0.3s ease;
}

.btn-ai-primary:hover {
   transform: translateY(-2px);
   box-shadow: 0 15px 40px rgba(102, 126, 234, 0.5);
}

/* --- Responsive Design --- */
@media (max-width: 900px) {
   .ai-grid {
      grid-template-columns: 1fr; /* Stack visually */
   }
   
   .ai-brand-col {
      padding: 40px 32px 0; /* Adjust padding since it's stacked */
      border-right: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      background: linear-gradient(180deg, rgba(102, 126, 234, 0.1), transparent);
   }

   .ai-logo-box {
      margin-bottom: 20px;
   }
   
   .ai-status-badge {
      margin-bottom: 20px;
   }

   .ai-duration {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 30px;
   }

   .ai-big-num {
      font-size: 60px;
      margin-bottom: 0;
   }
   
   .ai-duration-text {
      text-align: left;
   }
   
   .ai-content-col {
      padding: 32px 24px 40px;
   }
}

@media (max-width: 600px) {
   .agency-internship {
      padding: 60px 20px;
   }
   
   .ai-title {
      font-size: 28px;
   }
   
   .ai-benefits-grid {
      grid-template-columns: 1fr; /* 1 column for benefits */
   }
   
   .btn-ai-primary {
      width: 100%;
      justify-content: center;
   }
}
/* --- New Styles for the FREE Tag --- */

.ai-free-tag {
    background: linear-gradient(135deg, #22c55e, #16a34a); /* Bright Green */
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 8px;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.4);
    animation: pulse-free 2s infinite;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(255,255,255,0.2);
}

@keyframes pulse-free {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
    70% { transform: scale(1.05); box-shadow: 0 0 0 10px rgba(34, 197, 94, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

/* Update spacing for the big number to accommodate the Free tag */
.ai-big-num {
    margin-top: 4px;
}














/* Hero Section */
.hero {
position: relative;
min-height: 100vh;
display: flex;
align-items: center;
padding: 10px 32px 64px;
background: linear-gradient(135deg, #0a0a0a 0%, #1a0a2e 50%, #0a0a0a 100%);
overflow: hidden;
}
.hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(circle at 30% 50%, rgba(102, 126, 234, 0.15), transparent 50%),
radial-gradient(circle at 70% 50%, rgba(118, 75, 162, 0.15), transparent 50%);
pointer-events: none;
}
.hero-container {
max-width: 1400px;
margin: 0 auto;
position: relative;
z-index: 1;
text-align: center;
}
.hero-badge {
display: inline-block;
padding: 9.6px 24px;
background: rgba(102, 126, 234, 0.1);
border: 1px solid rgba(102, 126, 234, 0.3);
border-radius: 50px;
margin-bottom: 32px;
font-size: 14.4px;
font-weight: 600;
color: #667eea;
animation: pulse 2s infinite;
}
@keyframes pulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.05); }
}

.btn-primary {
padding: 19.2px 48px;
background: linear-gradient(135deg, #667eea 0%, #306cb5 100%);
border: none;
border-radius: 50px;
color: white;
font-weight: 700;
font-size: 17.6px;
cursor: pointer;
transition: all 0.3s;
display: inline-flex;
align-items: center;
gap: 12.8px;
}
.btn-primary:hover {
transform: translateY(-3px);
box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
}
.btn-secondary {
padding: 19.2px 48px;
background: rgba(255, 255, 255, 0.05);
border: 2px solid rgba(255, 255, 255, 0.2);
border-radius: 50px;
color: white;
font-weight: 700;
font-size: 17.6px;
cursor: pointer;
transition: all 0.3s;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 12.8px;
}
.btn-secondary:hover {
background: rgba(255, 255, 255, 0.1);
border-color: rgba(255, 255, 255, 0.4);
}
/* Logo + Button overlay on banner */
.hero-overlay {
position: relative;

display: flex;
justify-content: space-between;
align-items: center;
z-index: 10;
pointer-events: none;
}
.hero-overlay > * {
pointer-events: auto;
}
.hero-logo-img {
height: 100px;
width: auto;
transition: transform 0.2s ease;
}
.hero-logo-img:hover {
transform: scale(1.05);
}
.hero-overlay-button {
padding: 12px 28px;
background: linear-gradient(135deg, #667eea 0%, #306cb5 100%);
border: none;
border-radius: 999px;
color: #ffffff;
font-weight: 700;
font-size: 15px;
cursor: pointer;
box-shadow: 0 8px 25px rgba(102,126,234,0.4);
transition: all 0.25s ease;
white-space: nowrap;
}
.hero-overlay-button:hover {
transform: translateY(-2px);
box-shadow: 0 15px 35px rgba(102,126,234,0.6);
}
/* Responsive positioning */
@media (max-width: 768px) {
.hero-overlay {
left: 20px;
right: 20px;
top: 20px;
}
.hero-overlay-button {
padding: 10px 20px;
font-size: 14px;
}
}
@media (max-width: 480px) {
.hero-logo-img {
height: 100px;
}
}
.hero-location {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
margin-bottom: 32px;
padding: 12px 24px;
background: rgba(102, 126, 234, 0.1);
border: 1px solid rgba(102, 126, 234, 0.3);
border-radius: 50px;
font-size: 16px;
color: #a5b4fc;
font-weight: 500;
max-width: 500px;
margin-left: auto;
margin-right: auto;
}
.hero-location i {
color: #667eea;
font-size: 18px;
}
.hero-location:hover {
background: rgba(102, 126, 234, 0.2);
transform: translateY(-1px);
transition: all 0.2s ease;
}
/* Stats Bar */
.stats-bar {
background: rgba(20, 20, 20, 0.8);
backdrop-filter: blur(20px);
padding: 48px 32px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.stats-container {
max-width: 1400px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 48px;
text-align: center;
}
.stat-item {
padding: 16px;
}
.stat-number {
font-size: 44px;
font-weight: 900;
background: linear-gradient(135deg, #667eea 0%, #306cb5 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 8px;
}
.stat-label {
color: #b0b0b0;
font-size: 16px;
}
/* Why Choose Section */
.why-choose {
padding: 96px 32px;
background: #0a0a0a;
}
.section-header {
text-align: center;
max-width: 900px;
margin: 0 auto 64px;
}
.section-badge {
display: inline-block;
padding: 8px 19.2px;
background: rgba(102, 126, 234, 0.1);
border: 1px solid rgba(102, 126, 234, 0.3);
border-radius: 50px;
margin-bottom: 24px;
font-size: 13.6px;
font-weight: 600;
color: #667eea;
}
.section-title {
font-size: 48px;
font-weight: 700;
margin-bottom: 24px;
letter-spacing: -1px;
}
.section-subtitle {
font-size: 19.2px;
color: #b0b0b0;
line-height: 1.8;
}
.features-grid {
max-width: 1400px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 32px;
}
.feature-card {
background: rgba(20, 20, 20, 0.6);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 20px;
padding: 40px;
transition: all 0.3s;
position: relative;
overflow: hidden;
}
.feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, #667eea 0%, #306cb5 100%);
opacity: 0;
transition: opacity 0.3s;
}
.feature-card:hover {
transform: translateY(-5px);
border-color: rgba(102, 126, 234, 0.3);
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}
.feature-card:hover::before {
opacity: 1;
}
.feature-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, #667eea 0%, #306cb5 100%);
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
font-size: 28.8px;
margin-bottom: 24px;
}
.feature-title {
font-size: 22.4px;
font-weight: 700;
margin-bottom: 16px;
}
.feature-desc {
color: #b0b0b0;
line-height: 1.8;
}
/* Target Audience Section */
.target-audience {
padding: 70px 32px;
/* padding: 96px 32px; */
background: linear-gradient(135deg, #0f0f0f 0%, #1a0a2e 50%, #0f0f0f 100%);
}
.audience-grid {
max-width: 1400px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 32px;
}
.audience-card {
background: rgba(20, 20, 20, 0.6);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 20px;
padding: 48px;
transition: all 0.3s;
text-align: center;
}
.audience-card:hover {
transform: scale(1.05);
border-color: rgba(102, 126, 234, 0.4);
}
.audience-icon {
width: 80px;
height: 80px;
background: linear-gradient(135deg, #667eea 0%, #306cb5 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 40px;
margin: 0 auto 24px;
}
.audience-title {
font-size: 28.8px;
font-weight: 700;
margin-bottom: 16px;
color: #667eea;
}
.audience-desc {
color: #b0b0b0;
line-height: 1.8;
margin-bottom: 24px;
}
.audience-benefits {
list-style: none;
text-align: left;
}
.audience-benefits li {
color: #d0d0d0;
margin-bottom: 13px;
padding-left: 28.8px;
position: relative;
}
.audience-benefits li::before {
content: '✓';
position: absolute;
left: 0;
color: #667eea;
font-weight: bold;
}
/* AI Tools Section */
.ai-tools {
padding: 96px 32px;
background: #0a0a0a;
}
.tools-grid {
max-width: 1400px;
margin: 48px auto 0;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 24px;
}
.tool-badge {
background: rgba(20, 20, 20, 0.6);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 15px;
padding: 24px 16px;
text-align: center;
transition: all 0.3s;
font-weight: 600;
font-size: 15.2px;
}
.tool-badge:hover {
border-color: rgba(102, 126, 234, 0.5);
transform: translateY(-5px);
background: rgba(102, 126, 234, 0.1);
}
/* Value Additions Section */
.value-additions {
padding: 96px 32px;
background: linear-gradient(135deg, #0f0f0f 0%, #1a0a2e 50%, #0f0f0f 100%);
}
.value-grid {
max-width: 1400px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 32px;
}
.value-card {
background: rgba(20, 20, 20, 0.6);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 20px;
padding: 32px;
transition: all 0.3s;
display: flex;
align-items: center;
gap: 24px;
}
.value-card:hover {
border-color: rgba(102, 126, 234, 0.3);
transform: translateX(10px);
}
.value-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, #667eea 0%, #306cb5 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
flex-shrink: 0;
}
.value-text h3 {
font-size: 19.2px;
margin-bottom: 8px;
}
.value-text p {
color: #b0b0b0;
font-size: 14.4px;
}
/* Companies Section */
.companies {
padding: 96px 32px;
background: #0a0a0a;
}
.companies-grid {
max-width: 1400px;
margin: 48px auto 0;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 32px;
align-items: center;
}
.company-logo {
background: rgba(20, 20, 20, 0.6);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 15px;
padding: 32px;
text-align: center;
transition: all 0.3s;
font-weight: 700;
font-size: 17.6px;
}
.company-logo:hover {
border-color: rgba(102, 126, 234, 0.5);
transform: scale(1.05);
}
/* CTA Section */
.cta-section {
padding: 96px 32px;
background: linear-gradient(135deg, #667eea 0%, #306cb5 100%);
position: relative;
overflow: hidden;
}
.cta-container {
max-width: 1000px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 1;
}
.cta-section h2 {
font-size: 56px;
font-weight: 900;
margin-bottom: 24px;
letter-spacing: -1px;
}
.cta-section p {
font-size: 20.8px;
margin-bottom: 48px;
opacity: 0.95;
}
.cta-buttons {
display: flex;
gap: 24px;
justify-content: center;
flex-wrap: wrap;
}
.btn-white {
padding: 19.2px 48px;
background: white;
border: none;
border-radius: 50px;
color: #667eea;
font-weight: 700;
font-size: 17.6px;
cursor: pointer;
transition: all 0.3s;
}
.btn-white:hover {
transform: translateY(-3px);
box-shadow: 0 15px 40px rgba(255, 255, 255, 0.3);
}
/* Responsive */
@media (max-width: 968px) {
.nav-links {
display: none;
}
.menu-toggle {
display: block;
}

.section-title {
font-size: 35.2px;
}
.features-grid,
.audience-grid,
.value-grid {
grid-template-columns: 1fr;
}
.cta-section h2 {
font-size: 40px;
}
}
/* Footer */
footer {
background: #050505;
padding: 64px 32px 32px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-container {
max-width: 1400px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 48px;
margin-bottom: 48px;
}
.footer-col h3 {
margin-bottom: 24px;
font-size: 19.2px;
}
.footer-col ul {
list-style: none;
}
.footer-col ul li {
margin-bottom: 12.8px;
}
.footer-col a {
color: #b0b0b0;
text-decoration: none;
transition: color 0.3s;
}
.footer-col a:hover {
color: #667eea;
}
.footer-bottom {
text-align: center;
padding-top: 25px;
padding-bottom: 25px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
color: #808080;
}
.social-links {
display: flex;
gap: 16px;
margin-top: 16px;
}
.social-links a {
width: 40px;
height: 40px;
background: rgba(255, 255, 255, 0.05);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s;
}
.social-links a:hover {
background: linear-gradient(135deg, #667eea 0%, #306cb5 100%);
transform: translateY(-3px);
}
/* Responsive */
@media (max-width: 968px) {
.nav-links {
display: none;
}
.menu-toggle {
display: block;
}

.section-title {
font-size: 35.2px;
}
.features-grid,
.audience-grid,
.value-grid {
grid-template-columns: 1fr;
}
.cta-section h2 {
font-size: 40px;
}
}
/* key features */
.key-features {
padding: 70px 32px;
background: linear-gradient(135deg, #0f0f0f 0%, #1a0a2e 50%, #0f0f0f 100%);
}
.section-header {
text-align: center;
margin-bottom: 48px;
}
/* Timeline */
.key-features-timeline {
position: relative;
max-width: 900px;
margin: 72px auto 0;
padding: 0 24px;
}
/* central line */
.key-features-timeline::before {
content: "";
position: absolute;
left: 50%;
top: 24px;
bottom: 24px;
width: 3px;
background: linear-gradient(180deg, #667eea 0%, #306cb5 100%);
transform: translateX(-50%);
border-radius: 999px;
opacity: 0.9;
}
.key-feature-step {
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 48px;
position: relative;
}
.key-feature-right {
flex-direction: row-reverse;
}
/* cards */
.key-feature-card {
background: rgba(20, 20, 20, 0.8);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 20px;
padding: 40px 32px;
box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
min-width: 320px;
max-width: 410px;
z-index: 2;
transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.key-feature-title {
font-size: 22.4px;
font-weight: 700;
color: #4a49aa;
margin-bottom: 16px;
}
/* paragraph + GREEN triangle arrow ONLY here */
.key-feature-card p {
color: #4b5563;
font-size: 15.2px;
line-height: 1.7;
position: relative;
padding-left: 22px; /* a bit more space for bigger arrow */
}
.key-feature-card p::before {
content: "";
position: absolute;
left: 0;
top: 0.9em;
transform: translateY(-50%);
width: 0;
height: 0;
/* Bigger green triangle */
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 12px solid #22c55e;
}
/* icon circles instead of numbers (keeps your purple theme) */
.key-feature-icon {
flex-shrink: 0;
width: 54px;
height: 54px;
border-radius: 50%;
background: linear-gradient(135deg, #667eea 0%, #306cb5 100%);
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
margin: 0 40px;
box-shadow: 0 12px 32px rgba(102, 126, 234, 0.5);
z-index: 3;
}
.key-feature-icon i {
font-size: 22px;
color: #ffffff;
}
/* hover */
.key-feature-card:hover {
border-color: rgba(102, 126, 234, 0.4);
transform: translateY(-4px);
box-shadow: 0 22px 55px rgba(0, 0, 0, 0.7);
}
/* responsive adjustments */
@media (max-width: 968px) {
.key-features-timeline {
max-width: 100%;
padding: 0;
}
/* Hide center line on mobile */
.key-features-timeline::before {
display: none;
}
.key-feature-step,
.key-feature-right,
.key-feature-left {
flex-direction: column;
align-items: flex-start;
}
/* Hide icon circles on mobile (like numbers earlier) */
.key-feature-icon {
display: none;
}
.key-feature-card {
min-width: 0;
max-width: 100%;
}
.key-feature-step {
margin-bottom: 32px;
}
}

/* syllabus */
.syllabus-vertical-section {
/* padding: 96px 28px; */
padding: 70px 28px;
/*background: radial-gradient(circle at center, #1a0a2e 0%, #050505 65%);*/
max-width: 800px;
/* margin: 48px auto 0; */
margin: 0px auto 0;
font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.section-header {
text-align: center;
margin-bottom: 48px;
color: #e0e0e0;
}
.section-title {
font-size: 36px;
color: #f6f6f8;
margin-bottom: 10px;
}
.section-subtitle {
font-size: 18px;
color: #b0b0b0;
max-width: 600px;
margin: 0 auto;
line-height: 1.6;
}
/* Each syllabus item in column */
.syllabus-vertical-list {
display: flex;
flex-direction: column;
gap: 32px;
}
/* Individual module container */
.syllabus-vertical-item {
display: flex;
align-items: flex-start;
gap: 30px;
background: rgba(20, 20, 20, 0.85);
border-radius: 20px;
padding: 24px 28px;
box-shadow: 0 15px 48px 0 rgba(102, 126, 234, 0.35);
border: 1px solid rgba(102, 126, 234, 0.15);
transition: transform 0.3s ease, box-shadow 0.3s ease;
cursor: default;
}
.syllabus-vertical-item:hover {
transform: translateY(-6px);
box-shadow: 0 22px 60px rgba(118, 75, 162, 0.5);
border-color: #667eea;
}
/* Number circles */
.syllabus-vertical-num {
min-width: 70px;
min-height: 70px;
background: linear-gradient(135deg, #667eea 0%, #306cb5 100%);
border-radius: 30px;
color: white;
font-weight: 900;
font-size: 24px;
line-height: 70px;
text-align: center;
box-shadow: 0 6px 28px rgba(102, 126, 234, 0.3);
flex-shrink: 0;
user-select: none;
}
/* Content */
.syllabus-vertical-content {
flex: 1;
}
.syllabus-vertical-content h3 {
margin: 0 0 8px;
font-size: 22px;
font-weight: 800;
color: #000000;
}
.syllabus-vertical-content p {
margin: 0;
color: #4b5563;
font-size: 16px;
line-height: 1.65;
}
/* Highlight last module with golden accent */
.syllabus-ai-highlight {
border: 1.8px solid #facc15;
box-shadow: 0 22px 60px rgba(250, 204, 21, 0.4);
}
.syllabus-ai-highlight .syllabus-vertical-num {
background: linear-gradient(135deg, #facc15 0%, #f97316 100%);
color: #232323;
box-shadow: 0 7px 30px rgba(250, 204, 21, 0.6);
}
/* Responsive */
@media (max-width: 640px) {
.syllabus-vertical-section {
padding: 48px 20px;
}
.section-title {
font-size: 28px;
}
.syllabus-vertical-item {
flex-direction: column;
align-items: flex-start;
gap: 18px;
}
.syllabus-vertical-num {
min-width: 54px;
min-height: 54px;
font-size: 18px;
line-height: 54px;
border-radius: 24px;
}
.syllabus-vertical-content h3 {
font-size: 18px;
}
.syllabus-vertical-content p {
font-size: 14px;
}
}
.syllabus-arrow {
display: inline-block;
width: 0;
height: 0;
border-left: 12px solid #22c55e;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
margin-right: 14px;
vertical-align: baseline;
flex-shrink: 0;
position: relative;
top: 2px;
}
.syllabus-vertical-content p {
margin: 0;
color: #b0b0b0;
font-size: 16px;
line-height: 1.65;
text-indent: -26px;  /* Pulls text left under arrow */
padding-left: 26px;  /* Creates space for arrow */
position: relative;
}
/* cta form */

@keyframes modalIn {
0% { opacity: 0; transform: translateY(45px) scale(0.92);}
100% { opacity: 1; transform: translateY(0) scale(1);}
}



/* Mobile Styling */
@media (max-width: 650px) {


/* tools */
.tools-section {
/* padding: 96px 32px; */
padding: 60px 32px;
background: #05070a; /* or match your main background */
}
.tools-section1 {
/* padding: 96px 32px; */
padding: 60px 32px;
background: linear-gradient(135deg, #0f0f0f 0%, #1a0a2e 50%, #0f0f0f 100%); /* or match your main background */
}
.tools-header {
text-align: center;
margin-bottom: 48px;
}
.tools-header h2 {
font-size: 36px;
font-weight: 800;
color: #ffffff;
}
/* Grid: 5 per row on desktop, fewer on smaller screens */
.tools-grid {
max-width: 1200px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: center;             
gap: 40px;                            
}
/* Each item takes 1/5 of the row on desktop */
.tool-item {
flex: 0 1 calc(20% - 40px);          /* 5 per row minus gap */
display: flex;
align-items: center;
gap: 12px;
color: #e5e5e5;
font-size: 16px;
font-weight: 500;
opacity: 0.9;
transition: transform 0.2s ease, opacity 0.2s ease;
}
.tool-item img {
height: 55px;
width: 55px;
width: auto;
}
.tool-item:hover {
transform: translateY(-4px);
opacity: 1;
}
/* Responsive */
@media (max-width: 1024px) {
.tools-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
column-gap: 28px;
}
}
@media (max-width: 640px) {
.tools-section {
padding: 56px 20px;
}
.tools-header h2 {
font-size: 26px;
}
.tools-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
column-gap: 20px;
}
.tool-item {
gap: 8px;
font-size: 14px;
}
.tool-item img {
height: 32px;
}
}
/* Responsive breakpoints */
@media (max-width: 1024px) {
.tool-item {
flex: 0 1 calc(33.333% - 40px);    /* 3 per row */
}
}
@media (max-width: 640px) {
.tool-item {
flex: 0 1 calc(50% - 30px);        /* 2 per row */
font-size: 14px;
}
.tool-item img {
height: 32px;
}
}
/* testimony */
.testimonial-section {
/* padding: 90px 32px; */
padding: 70px 32px;
background: radial-gradient(circle at top, #1a0a2e 0%, #050505 60%, #000 100%);
color: #f5f5f5;
}
.testimonial-header {
max-width: 800px;
margin: 0 auto 40px;
text-align: center;
}
.testimonial-header p {
font-size: 16px;
color: #b0b0b0;
}
/* Image wrapper keeps 1200×500 ratio but scales */
.testimonial-image-wrap {
max-width: 1200px;
margin: 0 auto;
border-radius: 22px;
overflow: hidden;
box-shadow: 0 24px 70px rgba(0,0,0,0.8);
}
.testimonial-image {
display: block;
width: 100%;     /* responsive */
height: auto;    /* keeps 1200×500 ratio */
}
/* Mobile tweaks */
@media (max-width: 768px) {
.testimonial-section {
padding: 60px 20px;
}
.testimonial-header h2 {
font-size: 26px;
}
.testimonial-header p {
font-size: 14px;
}
.testimonial-image-wrap {
border-radius: 16px;
}
}
/* cta */
.cta-section-outline {
padding: 80px 24px;
background: #050505;
display: flex;
justify-content: center;
align-items: center;
}
.cta-inner-outline {
max-width: 900px;
width: 100%;
text-align: center;
padding: 40px 24px;
border-radius: 28px;
background: #1a0a2e;
box-shadow: 0 12px 60px rgba(0, 0, 0, 0.7);
}
.cta-kicker-outline {
font-size: 16px;
text-transform: uppercase;
color: #c7cffc;
margin-bottom: 10px;
}
.cta-heading-outline {
font-size: 32px;
font-weight: 700;
color: #fff;
margin-bottom: 25px;
line-height: 1.3;
}
.cta-button-outline {
padding: 14px 34px;
border-radius: 30px;
border: 2px solid #667eea;
background: none;
color: #667eea;
font-size: 18px;
font-weight: bold;
cursor: pointer;
transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.cta-button-outline:hover {
transform: scale(1.05);
background: linear-gradient(135deg, #667eea, #306cb5);
color: #fff;
box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
}
/* Mobile Adjustments */
@media (max-width: 650px) {
.cta-section-outline {
padding: 60px 16px;
}
.cta-heading-outline {
font-size: 24px;
}
.cta-button-outline {
width: 100%;
font-size: 16px;
}
}

/* last-cta */
.cta-banner {
padding: 60px 16px;
display: flex;
justify-content: center;
background: transparent;
}
.cta-banner-inner {
width: 100%;
max-width: 1180px;
padding: 40px 24px 46px;
border-radius: 32px;
background: radial-gradient(circle at top, #1a0a2e 0%, #050505 70%);
border: 1px solid rgba(140,130,255,0.4);
box-shadow:
0 24px 80px rgba(0,0,0,0.9),
0 0 0 1px rgba(15,23,42,0.8);
text-align: center;
color: #e5e7eb;
position: relative;
overflow: hidden;
}
/* subtle grid / glow in background */
.cta-banner-inner::before {
content: "";
position: absolute;
inset: 0;
background-image:
radial-gradient(circle at 0 0, rgba(102,126,234,0.35), transparent 55%),
radial-gradient(circle at 100% 100%, rgba(118,75,162,0.35), transparent 55%),
repeating-linear-gradient(
to right,
rgba(88,99,255,0.18) 0,
rgba(88,99,255,0.18) 1px,
transparent 1px,
transparent 42px
),
repeating-linear-gradient(
to bottom,
rgba(88,99,255,0.18) 0,
rgba(88,99,255,0.18) 1px,
transparent 1px,
transparent 42px
);
opacity: 0.22;
pointer-events: none;
}
.cta-banner-title,
.cta-banner-text,
.cta-banner-btn {
position: relative;
z-index: 1;
}
.cta-banner-title {
font-size: 40px;
font-weight: 900;
margin-bottom: 12px;
color: #ffffff;
}
.cta-banner-text {
max-width: 840px;
margin: 0 auto 26px;
font-size: 17px;
line-height: 1.6;
color: #d1d5db;
}
.cta-banner-text a {
color: #9ca3ff;
text-decoration: none;
font-weight: 600;
}
.cta-banner-text a:hover {
text-decoration: underline;
}
/* THEME CTA BUTTON (purple/blue gradient) */
.cta-banner-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 14px 40px;
border-radius: 999px;
border: none;
cursor: pointer;
font-size: 17px;
font-weight: 700;
color: #ffffff;
background: linear-gradient(135deg, #667eea, #306cb5);
box-shadow:
0 0 24px rgba(118,75,162,0.9),
0 10px 28px rgba(0,0,0,0.85);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cta-banner-btn:hover {
transform: translateY(-2px) scale(1.03);
box-shadow:
0 0 32px rgba(118,75,162,1),
0 14px 34px rgba(0,0,0,0.95);
}
/* Responsive */
@media (max-width: 768px) {
.cta-banner-inner {
padding: 28px 18px 32px;
border-radius: 24px;
}
.cta-banner-title {
font-size: 24px;
}
.cta-banner-text {
font-size: 14px;
}
.cta-banner-btn {
width: 100%;
font-size: 20px;
}
}
/* addons */
.addons-section {
padding: 80px 32px;
background: #05070a;
color: #f9fafb;
}
/* Heading area */
.addons-header {
text-align: center;
margin-bottom: 36px;
}
.addons-kicker {
text-transform: uppercase;
letter-spacing: 0.16em;
font-size: 11px;
color: #a5b4fc;
margin-bottom: 6px;
}
.addons-title {
font-size: 32px;
font-weight: 900;
margin-bottom: 6px;
background: linear-gradient(135deg, #667eea, #306cb5);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.addons-subtitle {
font-size: 14px;
color: #9ca3af;
}
/* 3×2 grid like the reference */
.addons-cards {
max-width: 1120px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 24px;
}
/* Card base */
.addon-card {
position: relative;
background: rgba(12, 15, 25, 0.96);
/* border-radius: 18px; */
padding: 26px 20px 24px;
text-align: center;
border-top: 3px solid transparent;
border-image: linear-gradient(135deg, #4f46e5, #a855f7) 1;
border-left: 1px solid rgba(148,163,255,0.35);
border-right: 1px solid rgba(148,163,255,0.35);
border-bottom: 1px solid rgba(15,23,42,0.9);
box-shadow:
0 18px 40px rgba(0,0,0,0.85),
0 0 0 1px rgba(15,23,42,0.7);
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
overflow: hidden;
transition:
transform 0.18s ease,
box-shadow 0.18s ease,
border-color 0.18s ease,
background 0.18s ease;
}
/* Featured card with subtle gradient background */
.addon-card-featured {
background: radial-gradient(circle at top, rgba(79,70,229,0.28), rgba(12,15,25,0.96));
}
/* Glow on hover */
.addon-card::before {
content: "";
position: absolute;
inset: -40%;
background: radial-gradient(circle at top, rgba(129,140,248,0.18), transparent 60%);
opacity: 0;
transition: opacity 0.18s ease;
}
.addon-card:hover::before {
opacity: 1;
}
.addon-card:hover {
transform: translateY(-4px);
box-shadow:
0 24px 55px rgba(118,75,162,0.9),
0 0 0 1px rgba(129,140,248,0.9);
}
/* Icon circle */
.addon-icon {
width: 50px;
height: 50px;
border-radius: 999px;
background: #05070a;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid #667eea;
box-shadow: 0 10px 30px rgba(0,0,0,0.85);
}
.addon-icon i {
font-size: 22px;
color: #ffffff;
}
/* Label */
.addon-label {
font-size: 16px;
font-weight: 600;
color: #e5e7eb;
margin: 0;
}
/* Small pill tag (innovation) */
.addon-tag {
margin-top: 4px;
padding: 3px 10px;
border-radius: 999px;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
color: #0b1120;
background: linear-gradient(135deg, #facc15, #fb923c);
}
/* Responsive */
@media (max-width: 960px) {
.addons-cards {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
.addons-section {
padding: 56px 20px;
}
.addons-title {
font-size: 24px;
}
.addons-cards {
grid-template-columns: 1fr;
}
}
/* CTA wrapper */
.addons-cta-wrap {
margin-top: 62px;
display: flex;
justify-content: center;
}
/* CTA button in your theme */
.addons-cta-btn {
padding: 13px 34px;
border-radius: 999px;
border: none;
cursor: pointer;
font-size: 16px;
font-weight: 700;
color: #ffffff;
background: linear-gradient(135deg, #667eea, #306cb5);
box-shadow:
0 0 20px rgba(118,75,162,0.9),
0 10px 28px rgba(0,0,0,0.85);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.addons-cta-btn:hover {
transform: translateY(-2px) scale(1.03);
box-shadow:
0 0 28px rgba(118,75,162,1),
0 14px 34px rgba(0,0,0,0.95);
}
/* Mobile tweak */
@media (max-width: 640px) {
.addons-cta-btn {
width: 100%;
text-align: center;
}
}
/* image/content */
.master-program {
padding: 80px 136px;
background: radial-gradient(circle at top, #1a0a2e 0%, #050505 60%, #000 100%);
color: #f9fafb;
display: flex;
justify-content: center;
}
.mp-container {
width: 100%;
max-width: 1180px;
}
.program-content {
display: grid;
grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
gap: 40px;
align-items: center;
background: rgba(10, 12, 22, 0.96);
border-radius: 28px;
overflow: hidden;
box-shadow: 0 24px 70px rgba(0,0,0,0.9);
border: 1px solid rgba(129,140,248,0.3);
}
.program-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.program-text {
padding: 32px 32px 32px 24px;
}
.mp-kicker {
text-transform: uppercase;
letter-spacing: 0.16em;
font-size: 11px;
color: #a5b4fc;
margin-bottom: 8px;
}
.program-text h2 {
font-size: 25px;
font-weight: 700;
margin-bottom: 18px;
color: #000000;
line-height: 35px;
}
.program-text p {
font-size: 15px;
margin-bottom: 10px;
display: flex;
align-items: center;
color: #e5e7eb;
}
.program-text p i {
margin-right: 10px;
font-size: 16px;
color: #a5b4fc;
}
.btn-primary1 {
margin-top: 18px;
background: linear-gradient(135deg, #667eea, #306cb5);
color: #ffffff;
padding: 12px 30px;
text-decoration: none;
border-radius: 999px;
font-size: 15px;
font-weight: 700;
display: inline-flex;
align-items: center;
justify-content: center;
box-shadow: 0 0 20px rgba(118, 75, 162, 0.9), 0 10px 28px rgb(0 0 0 / 0%);
}
.btn-primary1:hover {
transform: translateY(-2px) scale(1.03);
box-shadow:
0 0 28px rgba(118,75,162,1),
0 14px 34px rgba(0,0,0,0.95);
}
@media (max-width: 900px) {
.program-content {
grid-template-columns: 1fr;
}
.program-text {
padding: 24px 22px 28px;
}
.program-text h2 {
font-size: 24px;
}
}
@media (max-width: 600px) {
.master-program {
padding: 56px 20px;
}
.btn-primary1 {
width: 100%;
text-align: center;
}
}
.program-text p i {
margin-right: 10px;
font-size: 16px;
color: #a5b4fc;
}
/* core modules */
/* core modules */
.core-modules {
padding: 80px 32px;
background: radial-gradient(circle at top, #1a0a2e 0%, #050505 60%, #000 100%);
color: #f9fafb;
display: flex;
justify-content: center;
}
.cm-container {
width: 100%;
max-width: 1180px;
}
/* heading */
.cm-header {
text-align: center;
margin-bottom: 24px;
}
.cm-kicker {
text-transform: uppercase;
letter-spacing: 0.16em;
font-size: 11px;
color: #a5b4fc;
margin-bottom: 6px;
}
.cm-title {
font-size: 30px;
font-weight: 900;
margin: 0;
background: linear-gradient(135deg, #667eea, #306cb5);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
/* content */
.cm-copy {
max-width: 860px;
margin: 0 auto 26px;
}
.cm-copy p {
font-size: 18px;
color: #d1d5db;
line-height: 1.7;
margin-bottom: 12px;
text-align: center; /* Ensures text is justified */
}
/* stats row: two cards, left/right, fixed width */
.cm-stats-row {
max-width: 860px;
margin: 0 auto;
display: flex;
justify-content: space-between;
gap: 18px;
flex-wrap: wrap; /* Ensures wrapping on smaller screens */
}
.cm-stat-card {
flex: 1 1 48%; /* Adjusted to allow wrapping */
padding: 18px 20px;
border-radius: 18px;
text-align: center;
background: radial-gradient(circle at top left,
rgba(102,126,234,0.3),
rgba(12,16,32,0.98));
border: 1px solid rgba(129,140,248,0.7);
box-shadow: 0 18px 45px rgba(0,0,0,0.9);
position: relative;
overflow: hidden;
transition:
transform 0.2s ease,
box-shadow 0.2s ease,
border-color 0.2s ease;
}
/* soft glow */
.cm-stat-card::before {
content: "";
position: absolute;
inset: -40%;
background: radial-gradient(circle at top,
rgba(129,140,248,0.45),
transparent 60%);
opacity: 0.4;
pointer-events: none;
transition: opacity 0.2s ease;
}
.cm-stat-number {
display: block;
font-size: 34px;
font-weight: 900;
color: #ffffff;
transition: transform 0.25s ease;
}
/* Added green tick mark before the numbers */
.cm-stat-number::before {
font-size: 28px;
margin-right: 8px; /* Space between the tick and the number */
}
/* stat label */
.cm-stat-label {
display: block;
margin-top: 4px;
font-size: 13px;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #cbd5f5;
}
/* HOVER ANIMATION */
.cm-stat-card:hover {
transform: translateY(-4px) scale(1.02);
box-shadow:
0 24px 60px rgba(118,75,162,0.95),
0 0 0 1px rgba(129,140,248,0.9);
border-color: #a855f7;
}
.cm-stat-card:hover::before {
opacity: 0.7;
}
/* number pulse on hover */
.cm-stat-card:hover .cm-stat-number {
transform: scale(1.08);
}
/* responsive */
@media (max-width: 768px) {
.core-modules {
padding: 56px 20px;
}
.cm-stats-row {
flex-direction: column; 
}
.cm-stat-card {
flex: 1 1 100%; 
margin-bottom: 18px; 
}
}
@media (max-width: 640px) {
.cm-title {
font-size: 24px;
}
.core-modules {
padding: 56px 20px;
}
.cm-copy p {
font-size: 16px; 
}
.cm-stats-row {
flex-direction: column;
}
.cm-stat-card {
flex: 1 1 100%; 
margin-bottom: 16px; 
}
}
/* insta video */
.ig-testimonials {
padding: 80px 32px;
background: radial-gradient(circle at top, #1a0a2e 0%, #050505 60%, #000 100%);
color: #f9fafb;
display: flex;
justify-content: center;
}
.ig-container {
width: 100%;
max-width: 1180px;
}
/* Header */
.ig-header {
text-align: center;
margin-bottom: 32px;
}
.ig-kicker {
text-transform: uppercase;
letter-spacing: 0.16em;
font-size: 11px;
color: #a5b4fc;
margin-bottom: 6px;
}
.ig-title {
font-size: 30px;
font-weight: 900;
margin-bottom: 6px;
background: linear-gradient(135deg, #667eea, #306cb5);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.ig-subtitle {
font-size: 14px;
color: #9ca3af;
}
/* 3‑video grid */
.ig-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 24px;
}
/* Card wrapper for each video */
.ig-card {
background: rgba(10,12,24,0.96);
border-radius: 20px;
padding: 16px;
border: 1px solid rgba(129,140,248,0.4);
box-shadow: 0 20px 50px rgba(0,0,0,0.9);
position: relative;
overflow: hidden;
transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
/* subtle glow overlay */
.ig-card::before {
content: "";
position: absolute;
inset: -40%;
background: radial-gradient(circle at top,
rgba(129,140,248,0.4),
transparent 60%);
opacity: 0.25;
pointer-events: none;
transition: opacity 0.2s ease;
}
/* Hover */
.ig-card:hover {
transform: translateY(-4px) scale(1.01);
box-shadow:
0 26px 60px rgba(118,75,162,0.9),
0 0 0 1px rgba(129,140,248,0.9);
border-color: #a855f7;
}
.ig-card:hover::before {
opacity: 0.55;
}
/* Video wrapper with 16:9 ratio (works nicely even for vertical reels with padding) */
.ig-video-wrap {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 */
border-radius: 14px;
overflow: hidden;
}
/* Instagram/YouTube iframe style */
.ig-video-wrap iframe {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
border-radius: 14px;
}
/* Responsive */
@media (max-width: 1024px) {
.ig-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 640px) {
.ig-testimonials {
padding: 56px 20px;
}
.ig-title {
font-size: 24px;
}
.ig-grid {
grid-template-columns: 1fr; /* 1 video per row on mobile */
}
}
/* 2027- cta */
/* key features */
.ai-cta {
padding: 72px 24px;
background: radial-gradient(circle at top, #1a0a2e 0%, #050505 60%, #000 100%);
display: flex;
justify-content: center;
color: #f9fafb;
}
.ai-cta-inner {
width: 100%;
max-width: 1100px;
padding: 28px 28px 30px;
border-radius: 28px;
background: radial-gradient(circle at top left,
rgba(102,126,234,0.28),
rgba(10,12,24,0.98));
border: 1px solid rgba(129,140,248,0.5);
box-shadow:
0 24px 70px rgba(0,0,0,0.9),
0 0 0 1px rgba(15,23,42,0.9);
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
flex-wrap: wrap;
}
.ai-cta-text {
max-width: 680px;
}
.ai-cta-kicker {
text-transform: uppercase;
letter-spacing: 0.16em;
font-size: 11px;
color: #a5b4fc;
margin-bottom: 6px;
}
.ai-cta-title {
font-size: 26px;
font-weight: 900;
margin-bottom: 8px;
color: #ffffff;
}
.ai-cta-subtitle {
font-size: 18px;
color: #d1d5db;
}
/* Highlighted Number */
.highlight-number {
color: white ; /* Green color for highlighting */
font-weight: 900;
background:  linear-gradient(135deg, #667eea, #306cb5);
padding: 0 4px;
border-radius: 4px;
}
/* Button */
.ai-cta-button {
padding: 13px 34px;
border-radius: 999px;
border: none;
cursor: pointer;
font-size: 16px;
font-weight: 700;
color: #ffffff;
background: linear-gradient(135deg, #667eea, #306cb5);
box-shadow:
0 0 20px rgba(118,75,162,0.9),
0 10px 28px rgba(0,0,0,0.85);
white-space: nowrap;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ai-cta-button:hover {
transform: translateY(-2px) scale(1.03);
box-shadow:
0 0 28px rgba(118,75,162,1),
0 14px 34px rgba(0,0,0,0.95);
}
/* Responsive */
@media (max-width: 768px) {
.ai-cta-inner {
flex-direction: column;
align-items: flex-start;
}
.ai-cta-title {
font-size: 22px;
}
.ai-cta-button {
width: 100%;
text-align: center;
}
}
@media (max-width: 480px) {
.ai-cta {
padding: 56px 18px;
}
}
/* resume-cta */
.resume-cta-2 {
padding: 80px 32px;
background: radial-gradient(circle at top, #1a0a2e 0%, #050505 80%, #000 100%);
display: flex;
justify-content: center;
}
.rcta2-container {
max-width: 1100px;
width: 100%;
}
.rcta2-card {
background: rgba(10,12,24,0.95);
border-radius: 28px;
padding: 40px;
border: 1px solid rgba(129,140,248,0.5);
box-shadow: 0 30px 80px rgba(0,0,0,0.95);
display: flex;
align-items: center;
gap: 24px;
position: relative;
overflow: hidden;
}
.rcta2-card::before {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(circle at top left, rgba(102,126,234,0.15), transparent);
pointer-events: none;
}
.rcta2-icon {
width: 64px;
height: 64px;
border-radius: 16px;
background: linear-gradient(135deg, #667eea, #306cb5);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
font-size: 24px;
color: #ffffff;
box-shadow: 0 12px 30px rgba(102,126,234,0.5);
}
.rcta2-content {
flex: 1;
}
.rcta2-stat {
font-size: 13px;
color: #a5b4fc;
font-weight: 600;
letter-spacing: 0.04em;
margin-bottom: 8px;
}
.rcta2-title {
font-size: 32px;
font-weight: 900;
color: #ffffff;
margin: 0 0 8px 0;
line-height: 1.2;
}
.rcta2-subtitle {
font-size: 15px;
color: #d1d5db;
margin: 0;
}
.rcta2-button {
padding: 16px 32px;
background: linear-gradient(135deg, #667eea, #306cb5);
color: #ffffff;
text-decoration: none;
border-radius: 999px;
font-size: 16px;
font-weight: 700;
display: inline-flex;
align-items: center;
gap: 8px;
box-shadow: 0 15px 40px rgba(118,75,162,0.8);
transition: all 0.2s ease;
white-space: nowrap;
}
.rcta2-button:hover {
transform: translateY(-3px) scale(1.02);
box-shadow: 0 20px 50px rgba(118,75,162,1);
}
@media (max-width: 900px) {
.rcta2-card {
flex-direction: column;
text-align: center;
padding: 32px 24px;
}
.rcta2-title {
font-size: 26px;
}
}
@media (max-width: 640px) {
.resume-cta-2 {
padding: 56px 20px;
}
.rcta2-title {
font-size: 22px;
}
.rcta2-button {
width: 100%;
justify-content: center;
}
}
/* tools-cta */
.tools-center-cta {
padding: 47px 0;
display: flex;
justify-content: center;
}
.tools-cta-button {
padding: 12px 15px;
background: linear-gradient(135deg, #667eea, #306cb5);
color: #ffffff;
text-decoration: none;
border-radius: 12px;
font-size: 17px;
font-weight: 700;
box-shadow: 0 12px 35px rgba(102,126,234,0.4);
border: 1px solid rgba(102,126,234,0.2);
transition: all 0.25s ease;
}
.tools-cta-button:hover {
transform: translateY(-2px);
box-shadow: 0 20px 45px rgba(102,126,234,0.6);
}
@media (max-width: 640px) {
.tools-cta-button {
width: 100%;
max-width: 280px;
text-align: center;
}
}
/* job roles */
.job-roles-single {
padding: 96px 32px;
background: radial-gradient(circle at top left, #1a0a2e 0%, #050505 70%);
display: flex;
justify-content: center;
}
.jrs-container {
max-width: 1200px;
width: 100%;
}
.jrs-header {
text-align: center;
margin-bottom: 64px;
}
.jrs-title {
font-size: 42px;
font-weight: 900;
background: linear-gradient(135deg, #667eea, #306cb5);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin: 0 0 20px 0;
line-height: 1.2;
}
.jrs-subtitle {
font-size: 18px;
color: #d1d5db;
line-height: 1.7;
max-width: 900px;
margin: 0 auto;
}
/* Unified masonry-style grid */
.jrs-role-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
grid-auto-rows: 120px;
gap: 24px;
padding: 20px 0;
}
/* Individual role cards */
.jrs-role-card {
background: rgba(12, 15, 32, 0.9);
border-radius: 20px;
padding: 28px 24px;
border: 1px solid rgba(102, 126, 234, 0.3);
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.9);
display: flex;
align-items: center;
font-size: 18px;
font-weight: 700;
color: #e5e7eb;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
cursor: default;
}
.jrs-role-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, #667eea, #306cb5);
opacity: 0;
transition: opacity 0.3s ease;
}
.jrs-role-card:hover {
transform: translateY(-8px) scale(1.02);
box-shadow: 0 35px 90px rgba(102, 126, 234, 0.5);
border-color: #667eea;
}
.jrs-role-card:hover::before {
opacity: 1;
}
/* AI roles highlighted */
.jrs-role-ai {
background: rgba(16, 185, 129, 0.15);
border-color: rgba(16, 185, 129, 0.5);
color: #10b981;
font-weight: 800;
}
.jrs-role-ai::before {
background: linear-gradient(90deg, #10b981, #059669);
}
.jrs-role-ai:hover {
box-shadow: 0 35px 90px rgba(16, 185, 129, 0.6);
border-color: #10b981;
}
/* Responsive */
@media (max-width: 1024px) {
.jrs-role-grid {
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
}
}
@media (max-width: 640px) {
.job-roles-single {
padding: 64px 20px;
}
.jrs-title {
font-size: 32px;
}
.jrs-role-grid {
grid-template-columns: 1fr;
grid-auto-rows: 100px;
}
.jrs-role-card {
font-size: 16px;
padding: 24px 20px;
}
}
/* tools-cta */
.tools-cta {
padding: 72px 32px;
background: radial-gradient(circle at top left, #1a0a2e 0%, #05070a 70%, #000 100%);
display: flex;
justify-content: center;
}
.tcta-container {
max-width: 1050px;
width: 100%;
}
.tcta-card {
background: rgba(10,12,24,0.97);
border-radius: 24px;
padding: 44px 36px;
border: 1px solid rgba(129,140,248,0.45);
box-shadow: 
0 28px 75px rgba(0,0,0,0.95),
inset 0 1px 0 rgba(255,255,255,0.05);
display: flex;
align-items: center;
gap: 28px;
position: relative;
overflow: hidden;
}
/* animated glow overlay */
.tcta-card::before {
content: "";
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(102,126,234,0.12) 0%, transparent 70%);
animation: tcta-glow 4s ease-in-out infinite alternate;
pointer-events: none;
}
@keyframes tcta-glow {
0% { opacity: 0.4; transform: scale(1); }
100% { opacity: 0.7; transform: scale(1.1); }
}
.tcta-tools-icon {
width: 72px;
height: 72px;
border-radius: 20px;
background: linear-gradient(135deg, #667eea 0%, #306cb5 100%);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
font-size: 26px;
color: #ffffff;
box-shadow: 0 16px 40px rgba(102,126,234,0.6);
position: relative;
z-index: 2;
}
.tcta-content {
flex: 1;
}
.tcta-stat {
font-size: 13px;
color: #a5b4fc;
font-weight: 600;
letter-spacing: 0.05em;
text-transform: uppercase;
margin-bottom: 8px;
}
.tcta-title {
font-size: 32px;
font-weight: 900;
color: #ffffff;
margin: 0 0 6px 0;
line-height: 1.25;
background: linear-gradient(135deg, #ffffff 0%, #e5e7eb 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.tcta-subtitle {
font-size: 15px;
color: #d1d5db;
margin: 0;
font-weight: 400;
}
.tcta-button {
padding: 16px 36px;
background: linear-gradient(135deg, #667eea 0%, #306cb5 100%);
color: #ffffff;
text-decoration: none;
border-radius: 999px;
font-size: 16px;
font-weight: 700;
display: inline-flex;
align-items: center;
gap: 10px;
box-shadow: 
0 16px 45px rgba(118,75,162,0.85),
0 4px 20px rgba(0,0,0,0.3);
transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
z-index: 2;
white-space: nowrap;
}
.tcta-button:hover {
transform: translateY(-3px) scale(1.02);
box-shadow: 
0 24px 60px rgba(118,75,162,1),
0 8px 30px rgba(0,0,0,0.5);
}
.tcta-button:hover .tcta-arrow {
transform: translateX(4px);
}
.tcta-arrow {
font-size: 18px;
font-weight: 900;
transition: transform 0.2s ease;
}
/* Responsive */
@media (max-width: 900px) {
.tcta-card {
flex-direction: column;
text-align: center;
padding: 36px 28px;
gap: 24px;
}
.tcta-title {
font-size: 28px;
}
}
@media (max-width: 640px) {
.tools-cta {
padding: 56px 20px;
}
.tcta-title {
font-size: 24px;
}
.tcta-subtitle {
font-size: 14px;
}
.tcta-button {
width: 100%;
justify-content: center;
}
}
/* cta */
.portfolio-cta {
padding: 72px 32px;
background: linear-gradient(135deg, rgba(26,10,46,0.95), rgba(5,5,5,0.98));
display: flex;
justify-content: center;
}
.pct-container {
max-width: 900px;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
gap: 48px;
background: rgba(12,16,32,0.9);
border: 1px solid rgba(129,140,248,0.4);
border-radius: 24px;
padding: 48px 40px;
box-shadow: 0 30px 80px rgba(0,0,0,0.95);
position: relative;
overflow: hidden;
}
.pct-container::before {
content: '';
position: absolute;
top: -2px;
left: 50%;
transform: translateX(-50%);
width: 120px;
height: 4px;
background: linear-gradient(90deg, #667eea, #306cb5);
border-radius: 2px;
}
.pct-content {
flex: 1;
}
.pct-stat {
display: flex;
align-items: baseline;
gap: 12px;
margin-bottom: 12px;
}
.pct-number {
font-size: 48px;
font-weight: 900;
background: linear-gradient(135deg, rgb(102, 126, 234) 0%, rgb(118, 75, 162) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1;
}
.pct-label {
font-size: 16px;
color: #a5b4fc;
font-weight: 600;
letter-spacing: 0.03em;
}
.pct-title {
font-size: 28px;
font-weight: 800;
color: #ffffff;
margin: 0;
line-height: 1.3;
}
.pct-button {
padding: 20px 36px;
background: linear-gradient(135deg, #667eea 0%, #306cb5 100%);
color: #ffffff;
text-decoration: none;
border-radius: 16px;
font-size: 18px;
font-weight: 800;
display: inline-flex;
align-items: center;
gap: 12px;
box-shadow: 
0 20px 50px rgba(118,75,162,0.6),
0 8px 25px rgba(0,0,0,0.4);
border: 1px solid rgba(102,126,234,0.4);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
white-space: nowrap;
flex-shrink: 0;
}
.pct-button:hover {
transform: translateY(-4px);
box-shadow: 
0 30px 70px rgba(118,75,162,0.9),
0 12px 35px rgba(0,0,0,0.5);
}
.pct-button i {
font-size: 16px;
transition: transform 0.2s ease;
}
.pct-button:hover i {
transform: translateX(4px);
}
/* Responsive */
@media (max-width: 900px) {
.pct-container {
flex-direction: column;
gap: 36px;
text-align: center;
padding: 40px 32px;
}
.pct-number {
font-size: 40px;
}
.pct-title {
font-size: 24px;
}
}
@media (max-width: 640px) {
.portfolio-cta {
padding: 56px 20px;
}
.pct-number {
font-size: 36px;
}
.pct-title {
font-size: 22px;
}
.pct-button {
width: 100%;
justify-content: center;
}
}

/* faq */
.faq2-section {
    background: linear-gradient(135deg, rgb(5 5 67 / 95%), rgb(7 7 68 / 98%));
    padding: 90px 24px 80px;
    text-align: center;
  }
  .faq2-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(139, 92, 246, .45);
    border-radius: 50px;
    padding: 8px 20px;
    margin-bottom: 36px;
  }
  .faq2-pill-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7c3aed;
    display: inline-block;
  }
  .faq2-pill-text {
    color: #a5b4fc;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }
  .faq2-h1 {
    color: #fff;
    font-size: clamp(38px, 6vw, 57px);
    font-weight: 900;
   
    line-height: 1.1;
    margin-bottom: 4px;
  }
  .faq2-h1-purple {
    color: #7c3aed;
    font-size: clamp(38px, 6vw, 62px);
    font-weight: 900;
    font-style: italic;
    display: block;
    line-height: 1.15;
  }
  .faq2-sub {
    color: #8b8bb5;
    font-size: 16px;
    margin: 20px auto 60px;
    max-width: 560px;
    line-height: 1.6;
  }
  .faq2-list {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
  }
  .faq2-item {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(99, 102, 241, .2);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color .3s, background .3s;
  }
  .faq2-item.open {
    background: rgba(79, 70, 229, .07);
    border-color: rgba(124, 58, 237, .45);
  }
  .faq2-q {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 26px;
    cursor: pointer;
    user-select: none;
  }
  .faq2-num {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 8px;
    background: rgba(124, 58, 237, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: #818cf8;
    font-style: italic;
    letter-spacing: .5px;
    flex-shrink: 0;
    transition: background .3s, color .3s;
  }
  .faq2-item.open .faq2-num {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    color: #fff;
  }
  .faq2-q-text {
    color: #e2e8f0;
    font-size: 15px;
    font-weight: 700;
    flex: 1;
    line-height: 1.4;
  }
  .faq2-chevron {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    border: 1px solid rgba(129, 140, 248, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform .35s, border-color .3s, background .3s;
  }
  .faq2-item.open .faq2-chevron {
    transform: rotate(180deg);
    border-color: rgba(124, 58, 237, .6);
    background: rgba(124, 58, 237, .15);
  }
  .faq2-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s cubic-bezier(.4, 0, .2, 1);
  }
  .faq2-answer-inner {
    padding: 0 26px 24px 82px;
    color: #94a3b8;
    font-size: 15px;
    line-height: 1.75;
  }
  .faq2-answer-inner strong {
    color: #c4b5fd;
  }
  @media (max-width: 600px) {
    .faq2-answer-inner { padding: 0 18px 20px 18px; }
    .faq2-q { padding: 18px; gap: 12px; }
    .faq2-h1, .faq2-h1-purple { font-size: 36px; }
  }

