/* ============================================================
   SumitJhaDigital IT Solutions Pvt. Ltd. — Public Website Stylesheet
   Ultra-Professional Modern Corporate & Tech Aesthetics
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800;900&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --primary:          #08192e;
    --primary-light:    #0f2c59;
    --primary-accent:   #1a4fa0;
    --accent:           #3b82f6;
    --accent-glow:      rgba(59, 130, 246, 0.35);
    --accent-cyan:      #06b6d4;
    --accent-emerald:   #10b981;
    --accent-amber:     #f59e0b;
    --accent-purple:    #8b5cf6;
    --text-dark:        #0b132a;
    --text-muted:       #52607d;
    --bg-page:          #fafcff;
    --bg-card:          #ffffff;
    --bg-section-alt:   #f1f5fb;
    --border:           #e2e8f0;
    --border-glow:      rgba(59, 130, 246, 0.2);
    --radius-xl:        24px;
    --radius-lg:        18px;
    --radius-md:        12px;
    --radius-sm:        8px;
    --shadow-sm:        0 2px 10px rgba(8, 25, 46, 0.04);
    --shadow-md:        0 10px 30px rgba(8, 25, 46, 0.08);
    --shadow-lg:        0 20px 50px rgba(8, 25, 46, 0.12);
    --shadow-glow:      0 12px 40px rgba(59, 130, 246, 0.3);
    --transition:       all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    --gradient-hero:    linear-gradient(135deg, #040c18 0%, #08192e 40%, #0f2c59 80%, #1a3a7a 100%);
    --gradient-brand:   linear-gradient(135deg, #0f2c59 0%, #1a4fa0 100%);
    --gradient-accent:  linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
    --gradient-emerald: linear-gradient(135deg, #059669 0%, #10b981 100%);
}

html { scroll-behavior: smooth; }
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: var(--bg-page);
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 { font-family: 'Outfit', sans-serif; letter-spacing: -0.5px; }

/* ─── Topbar ─────────────────────────────────────────────── */
.site-topbar {
    background: #040c18;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.text-accent { color: #60a5fa !important; }
.badge-iso {
    background: rgba(59, 130, 246, 0.15);
    color: #93c5fd;
    border: 1px solid rgba(59, 130, 246, 0.3);
    padding: 3px 10px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 600;
}
.topbar-link {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: var(--transition);
}
.topbar-link:hover { color: #60a5fa; }

/* ─── Navbar ─────────────────────────────────────────────── */
.site-navbar {
    position: sticky; top: 0; z-index: 1000;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    padding: 12px 0;
    transition: var(--transition);
}
.site-navbar.scrolled {
    box-shadow: 0 4px 30px rgba(8, 25, 46, 0.1);
    padding: 8px 0;
}
.nav-brand-icon {
    width: 42px; height: 42px; border-radius: 12px;
    background: var(--gradient-brand);
    display: inline-flex; align-items: center; justify-content: center;
    color: #fff; font-size: 18px;
    box-shadow: 0 6px 16px rgba(15, 44, 89, 0.3);
}
.nav-brand-text { display: inline-flex; flex-direction: column; margin-left: 10px; }
.brand-main { font-size: 18px; font-weight: 800; color: var(--primary); line-height: 1.1; }
.brand-main .accent { color: var(--accent); }
.brand-sub { font-size: 9px; color: var(--text-muted); letter-spacing: 0.8px; font-weight: 600; text-transform: uppercase; }

.navbar-brand { display: flex; align-items: center; text-decoration: none; }
.nav-link {
    font-size: 14px; font-weight: 600; color: var(--text-dark) !important;
    padding: 8px 16px !important; border-radius: 8px;
    transition: var(--transition);
}
.nav-link:hover { background: var(--bg-section-alt); color: var(--accent) !important; }

.btn-nav-cta {
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--gradient-brand);
    color: #fff !important; padding: 10px 22px;
    border-radius: var(--radius-md); font-size: 13.5px; font-weight: 700;
    text-decoration: none; transition: var(--transition);
    box-shadow: 0 4px 18px rgba(15, 44, 89, 0.3);
    border: none;
}
.btn-nav-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(15, 44, 89, 0.4); color: #fff; }

.mega-menu {
    min-width: 480px; padding: 12px;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    animation: fadeInDown 0.3s ease;
}
.mega-menu .dropdown-item {
    border-radius: var(--radius-sm);
    padding: 10px 12px; font-size: 13px; font-weight: 600;
    color: var(--text-dark); transition: var(--transition);
}
.mega-menu .dropdown-item:hover { background: var(--bg-section-alt); color: var(--accent); transform: translateX(3px); }

/* ─── Hero Section ────────────────────────────────────────── */
.hero-section {
    background: var(--gradient-hero);
    padding: 110px 0 90px;
    position: relative; overflow: hidden;
}

/* Canvas & Animated Particles */
.hero-particles-canvas {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1; pointer-events: auto; opacity: 0.85;
}

.tech-particles-container {
    position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden;
}

.tech-floating-item {
    position: absolute;
    width: 44px; height: 44px; border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    display: flex; align-items: center; justify-content: center;
    color: #60a5fa; font-size: 18px; font-weight: 700;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 15px rgba(59, 130, 246, 0.2);
    animation: floatParticle 10s ease-in-out infinite alternate;
}

.tech-floating-item.p1 { top: 12%; left: 8%; animation-duration: 9s; color: #60a5fa; }
.tech-floating-item.p2 { top: 25%; right: 10%; animation-duration: 12s; animation-delay: -2s; color: #38bdf8; }
.tech-floating-item.p3 { bottom: 20%; left: 5%; animation-duration: 11s; animation-delay: -4s; color: #34d399; }
.tech-floating-item.p4 { bottom: 15%; right: 7%; animation-duration: 10s; animation-delay: -1s; color: #a78bfa; }
.tech-floating-item.p5 { top: 65%; left: 45%; animation-duration: 13s; animation-delay: -3s; color: #fbbf24; }
.tech-floating-item.p6 { top: 18%; left: 48%; animation-duration: 8s; animation-delay: -5s; color: #f472b6; }
.tech-floating-item.p7 { bottom: 40%; right: 3%; animation-duration: 14s; animation-delay: -2.5s; color: #60a5fa; }
.tech-floating-item.p8 { top: 45%; left: 3%; animation-duration: 10.5s; animation-delay: -3.5s; font-family: monospace; font-size: 14px; color: #38bdf8; }

@keyframes floatParticle {
    0% { transform: translateY(0px) rotate(0deg) scale(1); }
    50% { transform: translateY(-25px) rotate(8deg) scale(1.1); box-shadow: 0 12px 35px rgba(59, 130, 246, 0.4); }
    100% { transform: translateY(15px) rotate(-6deg) scale(0.95); }
}

.hero-section::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(circle at 70% 30%, rgba(59, 130, 246, 0.15) 0%, transparent 60%),
                radial-gradient(circle at 20% 80%, rgba(6, 182, 212, 0.1) 0%, transparent 50%);
    pointer-events: none;
}
.hero-section .container { position: relative; z-index: 2; }

.hero-badge-pill {
    display: inline-flex; align-items: center; gap: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 8px 18px; border-radius: 100px;
    color: #93c5fd; font-size: 13px; font-weight: 600;
    backdrop-filter: blur(10px);
    margin-bottom: 24px;
}
.pulse-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.3);
    animation: pulse 2s infinite;
}
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.5); } 70% { box-shadow: 0 0 0 8px rgba(16, 185, 129, 0); } 100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); } }

.hero-title {
    font-size: clamp(36px, 4.8vw, 60px);
    font-weight: 900; color: #fff;
    line-height: 1.12; letter-spacing: -1.5px;
    margin-bottom: 18px;
}
.hero-title .gradient-text {
    background: linear-gradient(135deg, #60a5fa 0%, #38bdf8 50%, #34d399 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-subtitle {
    font-size: 16.5px; color: rgba(255, 255, 255, 0.85);
    line-height: 1.75; margin-bottom: 24px; max-width: 540px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

/* ─── Hero Slide-Up Text Slider ───────────────────────────── */
.hero-slider-wrapper {
    position: relative;
}
.hero-slider-container {
    position: relative;
    min-height: 250px;
}
.hero-slide-item {
    position: absolute;
    top: 0; left: 0; width: 100%;
    opacity: 0;
    transform: translateY(50px) scale(0.97);
    visibility: hidden;
    transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.75s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}
.hero-slide-item.active {
    position: relative;
    opacity: 1;
    transform: translateY(0) scale(1);
    visibility: visible;
    pointer-events: auto;
}
.hero-slide-item.exit-up {
    position: absolute;
    opacity: 0;
    transform: translateY(-50px) scale(0.97);
    visibility: hidden;
}
.hero-slider-dots {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    margin-bottom: 32px;
}
.hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.4s ease;
    padding: 0;
    outline: none;
}
.hero-dot:hover {
    background: rgba(255, 255, 255, 0.5);
}
.hero-dot.active {
    width: 34px;
    border-radius: 100px;
    background: #3b82f6;
    border-color: #60a5fa;
    box-shadow: 0 0 14px rgba(59, 130, 246, 0.7);
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 48px; }

.btn-hero-primary {
    background: var(--gradient-accent);
    color: #fff; padding: 15px 36px; border-radius: var(--radius-md);
    font-size: 16px; font-weight: 700; text-decoration: none;
    box-shadow: var(--shadow-glow);
    transition: var(--transition); display: inline-flex; align-items: center; gap: 10px;
}
.btn-hero-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 45px rgba(59, 130, 246, 0.5); color: #fff; }

.btn-hero-secondary {
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    color: #fff; padding: 15px 32px; border-radius: var(--radius-md);
    font-size: 16px; font-weight: 600; text-decoration: none;
    backdrop-filter: blur(10px); transition: var(--transition);
    display: inline-flex; align-items: center; gap: 10px;
}
.btn-hero-secondary:hover { background: rgba(255, 255, 255, 0.16); color: #fff; border-color: rgba(255, 255, 255, 0.35); }

/* Hero Dashboard Card Glass visual */
.hero-glass-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: var(--radius-xl);
    padding: 30px;
    color: #fff;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
    position: relative;
}
.hero-glass-card::before {
    content: ''; position: absolute; top: -1px; left: 30px; right: 30px; height: 2px;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.8), transparent);
}
.glass-header {
    display: flex; align-items: center; justify-content: space-between;
    padding-bottom: 20px; margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.glass-dots { display: flex; gap: 6px; }
.glass-dot { width: 10px; height: 10px; border-radius: 50%; }
.glass-dot.red { background: #ef4444; }
.glass-dot.yellow { background: #f59e0b; }
.glass-dot.green { background: #10b981; }

.glass-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.glass-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px; border-radius: var(--radius-md);
    transition: var(--transition);
}
.glass-item:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-2px); }
.glass-item i { font-size: 20px; color: #60a5fa; margin-bottom: 8px; }
.glass-item h5 { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.glass-item p { font-size: 12px; color: rgba(255, 255, 255, 0.6); margin: 0; }

/* Client Logo Ticker Strip */
.trust-strip {
    background: #040c18;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.trust-title { font-size: 12px; font-weight: 700; color: rgba(255, 255, 255, 0.4); text-transform: uppercase; letter-spacing: 1.2px; }
.trust-badges { display: flex; gap: 36px; align-items: center; justify-content: center; flex-wrap: wrap; opacity: 0.7; }
.trust-badge { color: #fff; font-weight: 700; font-size: 14px; display: flex; align-items: center; gap: 8px; }

/* ─── Section Typography ─────────────────────────────────── */
section { padding: 90px 0; }
.section-header { text-align: center; max-width: 680px; margin: 0 auto 60px; }
.section-tag {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(59, 130, 246, 0.1); color: var(--accent);
    padding: 6px 16px; border-radius: 100px;
    font-size: 12px; font-weight: 800; letter-spacing: 1.2px;
    text-transform: uppercase; margin-bottom: 16px;
    border: 1px solid var(--border-glow);
}
.section-title {
    font-size: clamp(30px, 4vw, 44px); font-weight: 900;
    color: var(--text-dark); line-height: 1.18; margin-bottom: 16px;
    letter-spacing: -0.8px;
}
.section-subtitle { font-size: 16px; color: var(--text-muted); line-height: 1.8; margin: 0; }

/* ─── Services Cards & Filter Nav ─────────────────────────── */
.service-filter-nav {
    display: flex; justify-content: center; gap: 10px;
    flex-wrap: wrap; margin-bottom: 48px;
}
.filter-btn {
    background: var(--bg-card);
    border: 1.5px solid var(--border);
    color: var(--text-dark);
    padding: 8px 20px; border-radius: 100px;
    font-size: 13.5px; font-weight: 700;
    cursor: pointer; transition: var(--transition);
    box-shadow: var(--shadow-sm);
}
.filter-btn:hover, .filter-btn.active {
    background: var(--gradient-brand);
    color: #fff; border-color: var(--primary-light);
    box-shadow: 0 4px 18px rgba(15, 44, 89, 0.25);
}

.service-card {
    background: var(--bg-card);
    border: 1.5px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 36px 30px;
    transition: var(--transition);
    height: 100%; display: flex; flex-direction: column;
    position: relative; overflow: hidden;
    box-shadow: var(--shadow-sm);
}
.service-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: var(--gradient-accent);
    opacity: 0; transition: var(--transition);
}
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(8, 25, 46, 0.1);
    border-color: rgba(59, 130, 246, 0.35);
}
.service-card:hover::before { opacity: 1; }

.service-card-header {
    display: flex; align-items: flex-start; justify-content: space-between;
    margin-bottom: 22px;
}
.service-icon-box {
    width: 60px; height: 60px; border-radius: var(--radius-md);
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.12) 0%, rgba(6, 182, 212, 0.12) 100%);
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; color: var(--accent);
    transition: var(--transition);
}
.service-card:hover .service-icon-box {
    background: var(--gradient-accent);
    color: #fff; box-shadow: var(--shadow-glow);
    transform: scale(1.05);
}

.service-pill-badge {
    background: var(--bg-section-alt);
    border: 1px solid var(--border);
    color: var(--primary-light);
    font-size: 11px; font-weight: 700;
    padding: 4px 12px; border-radius: 100px;
    text-transform: uppercase; letter-spacing: 0.5px;
}

.service-card h3 { font-size: 20px; font-weight: 800; margin-bottom: 12px; color: var(--text-dark); line-height: 1.3; }
.service-card p { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 20px; flex: 1; }

.service-features-list {
    list-style: none; padding: 0; margin: 0 0 24px 0;
    border-top: 1px dashed var(--border); padding-top: 16px;
}
.service-features-list li {
    font-size: 13px; font-weight: 600; color: var(--text-dark);
    margin-bottom: 8px; display: flex; align-items: center; gap: 8px;
}
.service-features-list li i { color: #10b981; font-size: 12px; }

.service-tech-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 20px; }
.tech-tag {
    background: rgba(59, 130, 246, 0.08); color: var(--accent);
    font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 6px;
}

.service-card-footer {
    display: flex; align-items: center; justify-content: space-between;
    padding-top: 16px; border-top: 1px solid var(--border);
    margin-top: auto;
}
.service-link {
    font-size: 13.5px; font-weight: 700; color: var(--accent);
    text-decoration: none; display: inline-flex; align-items: center; gap: 6px;
    transition: var(--transition);
}
.service-link:hover { color: var(--primary-light); gap: 10px; }

/* Flagship Banner Card */
.flagship-banner-card {
    background: var(--gradient-hero);
    border-radius: var(--radius-xl);
    padding: 44px; color: #fff;
    box-shadow: var(--shadow-lg);
    position: relative; overflow: hidden;
}
.flagship-banner-card::after {
    content: ''; position: absolute; right: -50px; bottom: -50px;
    width: 300px; height: 300px; border-radius: 50%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.25) 0%, transparent 70%);
    pointer-events: none;
}


/* ─── Process Stepper ─────────────────────────────────────── */
.process-section { background: var(--bg-section-alt); }
.process-step-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px 24px; text-align: center;
    position: relative; height: 100%;
    transition: var(--transition); box-shadow: var(--shadow-sm);
}
.process-step-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.step-num {
    width: 48px; height: 48px; border-radius: 50%;
    background: var(--gradient-brand);
    color: #fff; font-size: 18px; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 6px 16px rgba(15, 44, 89, 0.25);
}
.process-step-card h4 { font-size: 17px; font-weight: 800; margin-bottom: 10px; }
.process-step-card p { font-size: 13.5px; color: var(--text-muted); margin: 0; line-height: 1.7; }

/* ─── ERP Showcase Feature Cards ──────────────────────────── */
.erp-feature-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 28px; transition: var(--transition);
    display: flex; gap: 18px; align-items: flex-start;
    height: 100%; box-shadow: var(--shadow-sm);
}
.erp-feature-card:hover {
    transform: translateY(-4px); box-shadow: var(--shadow-md);
    border-color: var(--accent);
}
.erp-icon {
    width: 52px; height: 52px; border-radius: var(--radius-md);
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: #fff; font-size: 20px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.erp-feature-card h4 { font-size: 16px; font-weight: 800; margin-bottom: 6px; }
.erp-feature-card p { font-size: 13.5px; color: var(--text-muted); margin: 0; line-height: 1.6; }

/* ─── Stats Banner ───────────────────────────────────────── */
.stats-banner {
    background: var(--gradient-hero);
    padding: 85px 0; color: #fff;
    position: relative; overflow: hidden;
}
.stat-counter-item { text-align: center; }
.stat-counter-number {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(42px, 5vw, 60px); font-weight: 900;
    background: linear-gradient(135deg, #60a5fa 0%, #38bdf8 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1; margin-bottom: 8px;
}
.stat-counter-label { font-size: 14px; font-weight: 600; color: rgba(255, 255, 255, 0.7); text-transform: uppercase; letter-spacing: 1px; }

/* ─── Testimonials Cards ─────────────────────────────────── */
.testimonials-section { background: var(--bg-section-alt); }
.testimonial-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px; height: 100%;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    display: flex; flex-direction: column;
}
.testimonial-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.stars { color: #f59e0b; font-size: 14px; margin-bottom: 16px; }
.testimonial-quote {
    font-size: 14.5px; color: var(--text-dark);
    line-height: 1.8; font-style: italic;
    margin-bottom: 24px; flex: 1;
}
.client-info { display: flex; align-items: center; gap: 14px; }
.client-avatar {
    width: 46px; height: 46px; border-radius: 50%;
    background: var(--gradient-brand);
    color: #fff; font-size: 18px; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
}
.client-name { font-size: 14px; font-weight: 800; margin-bottom: 2px; }
.client-role { font-size: 12px; color: var(--text-muted); }

/* ─── FAQ Accordion ──────────────────────────────────────── */
.faq-accordion .accordion-item {
    border: 1px solid var(--border);
    border-radius: var(--radius-md) !important;
    margin-bottom: 12px; overflow: hidden;
    box-shadow: var(--shadow-sm);
}
.faq-accordion .accordion-button {
    font-family: 'Outfit', sans-serif;
    font-size: 16px; font-weight: 700; color: var(--text-dark);
    padding: 18px 24px; background: var(--bg-card);
}
.faq-accordion .accordion-button:not(.collapsed) {
    background: var(--bg-section-alt); color: var(--accent);
    box-shadow: none;
}
.faq-accordion .accordion-body { font-size: 14px; color: var(--text-muted); line-height: 1.8; padding: 20px 24px; }

/* ─── CTA Banner ─────────────────────────────────────────── */
.cta-banner {
    background: var(--gradient-hero);
    border-radius: var(--radius-xl);
    padding: 70px 40px; text-align: center;
    color: #fff; position: relative; overflow: hidden;
    box-shadow: var(--shadow-lg);
}
.cta-banner h2 { font-size: clamp(28px, 4vw, 44px); font-weight: 900; margin-bottom: 16px; }
.cta-banner p { font-size: 16px; color: rgba(255, 255, 255, 0.75); margin-bottom: 32px; max-width: 600px; margin-left: auto; margin-right: auto; }

/* ─── Contact Form Card ──────────────────────────────────── */
.contact-section { background: var(--bg-section-alt); }
.contact-card-box {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-xl);
    padding: 44px; box-shadow: var(--shadow-lg);
}

/* Floating PWA Download App Button (Medium Size & Mobile Responsive) */
.floating-pwa-btn {
    position: fixed; bottom: 24px; right: 24px; z-index: 9999;
    background: linear-gradient(135deg, #061527 0%, #0f2c59 50%, #1a4fa0 100%);
    color: #ffffff !important;
    border: 2px solid rgba(250, 204, 21, 0.7);
    padding: 10px 18px; border-radius: 50px;
    display: flex; align-items: center; gap: 8px;
    font-size: 13px; font-weight: 800; text-decoration: none;
    box-shadow: 0 8px 24px rgba(15, 44, 89, 0.35), 0 0 12px rgba(250, 204, 21, 0.25);
    transition: var(--transition);
    cursor: pointer;
    outline: none;
    touch-action: manipulation;
}
.floating-pwa-btn i { font-size: 14px; }
.floating-pwa-btn:hover {
    transform: translateY(-3px) scale(1.04);
    background: linear-gradient(135deg, #0f2c59 0%, #1a4fa0 50%, #2563eb 100%);
    color: #ffffff !important;
    border-color: #facc15;
    box-shadow: 0 12px 32px rgba(15, 44, 89, 0.5), 0 0 18px rgba(250, 204, 21, 0.4);
}

/* ─── Footer ─────────────────────────────────────────────── */
.site-footer {
    background: linear-gradient(135deg, #061527 0%, #0f2c59 35%, #1a4fa0 75%, #2563eb 100%);
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    overflow: hidden;
}
.site-footer .footer-top, .site-footer .footer-bottom {
    position: relative;
    z-index: 2;
}
.footer-top { padding: 80px 0 50px; }
.footer-logo { display: flex; align-items: center; margin-bottom: 20px; }
.footer-logo-link {
    transition: all 0.35s ease;
    display: inline-block;
    padding: 10px 20px;
    background: #ffffff !important;
    border: 1px solid #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}
.footer-logo-link:hover {
    background: #ffffff !important;
    border-color: #ffffff;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 35px rgba(59, 130, 246, 0.35);
}
.footer-logo .brand-main { color: #fff; }
.footer-desc { font-size: 13.5px; line-height: 1.8; color: rgba(255, 255, 255, 0.85); margin-bottom: 24px; text-shadow: 0 1px 4px rgba(0,0,0,0.3); }
.social-links { display: flex; gap: 10px; }
.social-link {
    width: 38px; height: 38px; border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex; align-items: center; justify-content: center;
    color: #ffffff; font-size: 14px; text-decoration: none;
    transition: var(--transition);
}
.social-link:hover { background: #ffffff; border-color: #ffffff; color: #1e4fa0; transform: translateY(-2px); }
.footer-heading { font-size: 13px; font-weight: 800; color: #fff; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; text-shadow: 0 2px 6px rgba(0,0,0,0.3); }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 12px; }
.footer-links a { font-size: 13.5px; color: rgba(255, 255, 255, 0.85); text-decoration: none; transition: var(--transition); }
.footer-links a:hover { color: #ffffff; padding-left: 4px; text-shadow: 0 0 10px rgba(255,255,255,0.8); }
.footer-contact { list-style: none; padding: 0; }
.footer-contact li { font-size: 13.5px; font-weight: 600; color: #ffffff !important; margin-bottom: 12px; display: flex; align-items: flex-start; gap: 10px; text-shadow: 0 1px 4px rgba(0,0,0,0.3); }
.footer-contact li a { color: #ffffff !important; text-decoration: none; transition: var(--transition); }
.footer-contact li a:hover { color: #38bdf8 !important; text-decoration: underline; }
.footer-contact i { color: #38bdf8; font-size: 14px; margin-top: 2px; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.08); padding: 22px 0; }
.footer-bottom p { font-size: 12.5px; color: rgba(255, 255, 255, 0.4); margin: 0; }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: 12.5px; color: rgba(255, 255, 255, 0.4); text-decoration: none; }
.footer-bottom-links a:hover { color: #60a5fa; }

/* ─── Buttons & Inputs ────────────────────────────────────── */
.btn-primary-site {
    background: var(--gradient-brand);
    color: #fff; padding: 13px 30px; border-radius: var(--radius-md);
    font-size: 14.5px; font-weight: 700; text-decoration: none;
    display: inline-flex; align-items: center; gap: 8px;
    box-shadow: 0 4px 18px rgba(15, 44, 89, 0.25);
    transition: var(--transition); border: none; cursor: pointer;
}
.btn-primary-site:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(15, 44, 89, 0.35); color: #fff; }

.btn-outline-site {
    border: 2px solid var(--primary-light); color: var(--primary-light);
    padding: 12px 28px; border-radius: var(--radius-md); font-size: 14.5px;
    font-weight: 700; text-decoration: none;
    display: inline-flex; align-items: center; gap: 8px;
    transition: var(--transition);
}
.btn-outline-site:hover { background: var(--primary-light); color: #fff; }

.form-control, .form-select {
    border-radius: var(--radius-md); border: 1.5px solid var(--border);
    font-size: 14px; padding: 12px 18px;
    transition: var(--transition); background: var(--bg-page);
}
.form-control:focus, .form-select:focus {
    border-color: var(--accent); box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
    background: #fff; outline: none;
}
.form-label { font-size: 13px; font-weight: 700; margin-bottom: 6px; color: var(--text-dark); }
.btn-submit {
    background: var(--gradient-brand);
    color: #fff; border: none; padding: 16px 40px; border-radius: var(--radius-md);
    font-size: 16px; font-weight: 800; cursor: pointer;
    box-shadow: 0 6px 24px rgba(15, 44, 89, 0.3);
    transition: var(--transition); width: 100%;
}
.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 35px rgba(15, 44, 89, 0.4); }

/* Responsive adjustments */
@media (max-width: 992px) {
    .hero-section { padding: 80px 0 60px; }
    .hero-title { font-size: 36px; }
    .hero-glass-card { margin-top: 40px; }
    .mega-menu { min-width: 100%; }
}
@media (max-width: 576px) {
    .hero-actions { flex-direction: column; }
    .btn-hero-primary, .btn-hero-secondary { width: 100%; justify-content: center; }
    .contact-card-box { padding: 24px; }
    .floating-pwa-btn { bottom: 18px; right: 16px; padding: 8px 14px; font-size: 12px; }
}

/* ============================================================
   Services Page Animation & Modern Tech Aesthetics
   ============================================================ */
@keyframes floatParticle {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-16px) rotate(4deg); }
}
@keyframes pulseGlowRing {
    0% { transform: scale(0.95); opacity: 0.4; }
    50% { transform: scale(1.06); opacity: 0.8; }
    100% { transform: scale(0.95); opacity: 0.4; }
}
@keyframes fadeInUpScale {
    from { opacity: 0; transform: translateY(28px) scale(0.97); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.services-hero-box {
    position: relative;
    background: linear-gradient(135deg, #061527 0%, #0f2c59 35%, #1a4fa0 75%, #2563eb 100%);
    padding: 90px 0 70px;
    color: #ffffff;
    overflow: hidden;
    box-shadow: inset 0 -20px 40px rgba(0, 0, 0, 0.2);
}
.services-hero-box::before {
    content: '';
    position: absolute;
    top: -25%; right: -15%;
    width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.35) 0%, rgba(37, 99, 235, 0.1) 50%, rgba(0, 0, 0, 0) 70%);
    border-radius: 50%;
    animation: pulseGlowRing 7s ease-in-out infinite;
    pointer-events: none;
}
.services-hero-box::after {
    content: '';
    position: absolute;
    bottom: -25%; left: -15%;
    width: 650px; height: 650px;
    background: radial-gradient(circle, rgba(15, 44, 89, 0.4) 0%, rgba(59, 130, 246, 0.1) 50%, rgba(0, 0, 0, 0) 70%);
    border-radius: 50%;
    animation: pulseGlowRing 9s ease-in-out infinite reverse;
    pointer-events: none;
}

#heroParticlesCanvas, #aboutParticlesCanvas, #careerParticlesCanvas, #trainingParticlesCanvas, #partnerParticlesCanvas, #contactParticlesCanvas, #footerParticlesCanvas {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    z-index: 1;
}

.service-v2-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 32px 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 20px rgba(8, 25, 46, 0.04);
}
.service-v2-card:hover {
    transform: translateY(-8px) scale(1.01);
    border-color: var(--accent);
    box-shadow: 0 20px 45px rgba(59, 130, 246, 0.18);
}
.service-v2-icon {
    width: 64px; height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(6, 182, 212, 0.15) 100%);
    color: var(--accent);
    display: flex; align-items: center; justify-content: center;
    font-size: 26px;
    margin-bottom: 24px;
    transition: all 0.4s ease;
}
.service-v2-card:hover .service-v2-icon {
    background: var(--gradient-accent);
    color: #ffffff;
    transform: scale(1.1) rotate(-4deg);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.35);
}

.service-feature-pill {
    background: rgba(241, 245, 251, 0.85);
    border: 1px solid #e2e8f0;
    color: #334155;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 100px;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
}
.filter-btn-pill {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 13.5px;
    padding: 10px 22px;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.filter-btn-pill:hover {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}
.filter-btn-pill.active {
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
    color: #ffffff !important;
    border-color: transparent;
    box-shadow: 0 8px 25px rgba(14, 165, 233, 0.5);
    transform: translateY(-2px);
}

/* ============================================================
   Button Aesthetics & Glowing Animations
   ============================================================ */
@keyframes buttonShimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.btn-glow-hero {
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
    color: #ffffff !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 15px;
    padding: 14px 34px;
    border-radius: 100px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 30px rgba(14, 165, 233, 0.45);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}
.btn-glow-hero:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 16px 40px rgba(14, 165, 233, 0.6);
    color: #ffffff !important;
}

.btn-glass-hero {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    color: #ffffff !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 15px;
    padding: 14px 34px;
    border-radius: 100px;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.35s ease;
    cursor: pointer;
    text-decoration: none;
}
.btn-glass-hero:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.7);
    transform: translateY(-3px) scale(1.03);
    color: #ffffff !important;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

.btn-card-quote {
    background: linear-gradient(135deg, #0f2c59 0%, #1e40af 100%);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 22px;
    border-radius: 100px;
    border: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 15px rgba(15, 44, 89, 0.2);
    text-decoration: none;
}
.btn-card-quote:hover {
    background: linear-gradient(135deg, #2563eb 0%, #0284c7 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.35);
    color: #ffffff !important;
}

.hero-gradient-text {
    color: #ffffff !important;
    font-weight: 900;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
    display: inline-block;
}

.services-hero-glass-card {
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
}

/* ============================================================
   About Page Interactive Animations & Counter Card Styles
   ============================================================ */
.about-reveal-card {
    opacity: 0;
    transform: translateY(30px) scale(0.98);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.about-reveal-card.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.counter-card-v2 {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 36px 28px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}
.counter-card-v2::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563eb, #06b6d4);
    opacity: 0.8;
    transition: all 0.4s ease;
}
.counter-card-v2:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: #3b82f6;
    box-shadow: 0 24px 50px rgba(37, 99, 235, 0.18);
}
.counter-card-v2:hover::before {
    height: 6px;
    background: linear-gradient(90deg, #0ea5e9, #10b981);
}

.counter-icon-box {
    width: 68px; height: 68px;
    border-radius: 18px;
    display: flex; align-items: center; justify-content: center;
    font-size: 28px;
    margin: 0 auto 20px;
    transition: all 0.4s ease;
}
.counter-card-v2:hover .counter-icon-box {
    transform: scale(1.12) rotate(-6deg);
    box-shadow: 0 12px 30px rgba(59, 130, 246, 0.3);
}

.hover-lift-card {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.hover-lift-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12) !important;
}

.social-link {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #334155;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}
.social-link:hover {
    background: #2563eb;
    color: #ffffff !important;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35);
}

/* ============================================================
   Horizontal Partner Logo Carousel Marquee
   ============================================================ */
.partner-carousel-section {
    background: #ffffff;
    padding: 60px 0;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #e2e8f0;
}

.partner-marquee-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.partner-marquee-container::before {
    content: '';
    position: absolute;
    top: 0; left: 0; bottom: 0;
    width: 100px;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255,255,255,0) 100%);
    z-index: 2;
    pointer-events: none;
}
.partner-marquee-container::after {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 100px;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255,255,255,0) 100%);
    z-index: 2;
    pointer-events: none;
}

.partner-marquee-track {
    display: flex;
    width: max-content;
    gap: 30px;
    animation: marqueeScroll 25s linear infinite;
}

.partner-marquee-track:hover {
    animation-play-state: paused;
}

@keyframes marqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.partner-logo-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 16px 26px;
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 230px;
    transition: all 0.35s ease;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.03);
    cursor: pointer;
}

.partner-logo-card:hover {
    background: #ffffff;
    border-color: #3b82f6;
    transform: translateY(-5px);
    box-shadow: 0 14px 35px rgba(37, 99, 235, 0.16);
}

.partner-logo-icon {
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    flex-shrink: 0;
}

.partner-logo-name {
    font-size: 14.5px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.2;
}

.partner-logo-sub {
    font-size: 11px;
    font-weight: 700;
    color: #64748b;
    margin: 0;
}


