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

    .light-about-section {
        padding: 90px 20px;
        background-color: #daebfa; /* Soft off-white canvas */
        font-family: 'Plus Jakarta Sans', sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -60px;
    }

   /* Container ke andar pattern dene ke liye */
.light-about-container {
    max-width: 1140px;
    width: 100%;
    background: #ffffff;
    border-radius: 24px;
    padding: 60px;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.05), 0 20px 40px -10px rgba(0, 0, 0, 0.03);
    border: 1px solid #e2e8f0;
    
    /* Pattern integration */
    position: relative;
    overflow: hidden; /* Taaki pattern container se bahar na nikle */
    background-image: 
        /* Wave Lines */
        linear-gradient(45deg, rgba(200, 220, 240, 0.2) 25%, transparent 25%, transparent 75%, rgba(200, 220, 240, 0.2) 75%),
        /* Light Dots */
        radial-gradient(circle, rgba(200, 220, 240, 0.4) 1px, transparent 1px);
    
    background-size: 80px 80px, 20px 20px;
    background-position: 0 0, 10px 10px;
}

    /* Sub-badge */
    .light-badge {
        background: linear-gradient(90deg, #e0e7ff 0%, #f3e8ff 100%);
        color: #4f46e5;
        padding: 6px 16px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 20px;
    }

    /* Header Typography */
    .about-header-block h1 {
        font-size: 40px;
        color: #0f172a; /* Slate 900 */
        font-weight: 700;
        margin-bottom: 18px;
        letter-spacing: -0.5px;
    }

    .hero-text {
        color: #475569; /* Slate 600 */
        font-size: 16.5px;
        line-height: 1.7;
        max-width: 980px;
        margin-bottom: 40px;
        font-weight: 400;
    }

    .section-subtitle {
        color: #1e293b;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    /* 4-Column Grid */
    .tech-spec-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
        margin-bottom: 45px;
    }

  /* Card Base Style - Ab colors permanent hain */
.tech-card {
    border: none; /* Border hata diya taaki gradient achhe se dikhe */
    border-radius: 14px;
    padding: 18px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

/* Static Gradients - Ab koi hover effect nahi chahiye */
.tech-card:nth-child(8n+1) { background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%); }
.tech-card:nth-child(8n+2) { background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%); }
.tech-card:nth-child(8n+3) { background: linear-gradient(135deg, #fef9c3 0%, #fef08a 100%); }
.tech-card:nth-child(8n+4) { background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%); }
.tech-card:nth-child(8n+5) { background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%); }
.tech-card:nth-child(8n+6) { background: linear-gradient(135deg, #f3e8ff 0%, #e9d5ff 100%); }
.tech-card:nth-child(8n+7) { background: linear-gradient(135deg, #fef3c7 0%, #d8b7e7 100%); }
.tech-card:nth-child(8n+8) { background: linear-gradient(135deg, #ffedd5 0%, #fed7aa 100%); }

/* Icon Wrapper - Gradient background ke upar clear dikhe */
.tech-icon-wrapper {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.6); 
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8da0db; 
    font-size: 16px;
}

.tech-info h4 {
    color: #1e293b; /* Dark text for better readability on light gradient */
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
    /* Hover States for Cards */
    .tech-card:hover {
        background: #ffffff;
        border-color: #4f46e5;
        transform: translateY(-4px);
        box-shadow: 0 12px 20px -8px rgba(79, 70, 229, 0.12);
    }

    .tech-card:hover .tech-icon-wrapper {
        background: #4f46e5;
        color: #ffffff;
    }

    /* Light Legal Card Footer */
    .legal-light-card {
       background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
        border: 1px solid #123056;
        border-radius: 16px;
        padding: 24px 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        margin-bottom: 30px;
    }
/* Subtitle ka margin adjust kiya */
.section-subtitle {
    color: #1e293b;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
    .legal-text {
        color: #475569;
        font-size: 14.5px;
        line-height: 1.5;
        margin: 0;
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }

    .legal-text strong {
        color: #0f172a;
    }

    .legal-icon {
        color: #10b981; /* Fresh Green */
        font-size: 20px;
    }

    .cin-divider {
        width: 1px;
        height: 40px;
        background: #e2e8f0;
    }

    .cin-wrapper {
        display: flex;
        align-items: center;
        gap: 10px;
        white-space: nowrap;
    }

    .cin-label {
        color: #334155;
        font-weight: 600;
        font-size: 14px;
    }

    .cin-val {
        font-family: 'Courier New', Courier, monospace;
        font-weight: 700;
        color: #5d5c66;
        background: #ced5de;
        /* padding: 6px 14px; */
        border-radius: 8px;
        border: 1px solid #cbd5e1;
        letter-spacing: 0.5px;
    }

    /* Responsive Breaks */
    @media (max-width: 1024px) {
        .tech-spec-grid {
            grid-template-columns: repeat(2, 1fr);
        }
        .legal-light-card {
            flex-direction: column;
            align-items: flex-start;
            gap: 16px;
        }
        .cin-divider {
            display: none;
        }
    }

    @media (max-width: 768px) {
        .light-about-container {
            padding: 35px 20px;
        }
        .about-header-block h1 {
            font-size: 32px;
        }
        .tech-spec-grid {
            grid-template-columns: 1fr;
        }
    }


/* 2.section */
.future-ready-section {
    padding: 100px 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    display: flex;
    justify-content: center;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    margin-top: -60px;
    
    /* Colorful Moving Mesh Background */
    background: linear-gradient(
        -45deg, 
     #fad0c4, #a18cd1, #fbc2eb
    );
    background-size: 400% 400%;
    animation: gradientAnimation 15s ease infinite;
    
    /* Text readability ke liye halka overlay (optional) */
    position: relative;
}

/* Ye animation background ko move karti hai */
@keyframes gradientAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

    .future-ready-container {
        max-width: 1140px;
        width: 100%;
    }

    /* 2-Column Balanced Grid Structure */
    .future-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: flex-start;
    }

    /* Left Block Styling */
    .section-tag-line {
        color: #4f46e5;
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        display: block;
        margin-bottom: 12px;
    }

    .future-left-block h2 {
        font-size: 38px;
        color: #0f172a;
        font-weight: 800;
        line-height: 1.25;
        margin-bottom: 20px;
        letter-spacing: -0.5px;
    }

    .future-main-p {
        font-size: 17px;
        line-height: 1.7;
        color: #334155;
        margin-bottom: 30px;
    }

    /* Elegant Callout Card for Technical Expertise */
    .expertise-quote-card {
        background:#c9bfd585;
        border-radius: 16px;
        padding: 24px;
        box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
        position: relative;
        border: 1px solid #e2e8f0;
    }

    .quote-decorator {
        position: absolute;
        left: 0;
        top: 24px;
        bottom: 24px;
        width: 4px;
        background: linear-gradient(to bottom, #4f46e5, #a855f7);
        border-radius: 0 4px 4px 0;
    }

    .expertise-quote-card p {
        margin: 0;
        padding-left: 12px;
        font-size: 15px;
        line-height: 1.6;
        color: #475569;
        font-weight: 500;
    }

    /* Right Block Styling */
    .future-sub-p {
        font-size: 16px;
        line-height: 1.7;
        color: #475569;
        margin-bottom: 35px;
    }

    /* Perks/Features List Stack */
    .feature-perk-list {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .perk-item {
        display: flex;
        gap: 16px;
        align-items: flex-start;
    }

    .perk-bullet {
        font-size: 22px;
        color: #4f46e5;
        line-height: 1;
        margin-top: 2px;
    }

    .perk-text h5 {
        font-size: 16px;
        color: #0f172a;
        font-weight: 700;
        margin: 0 0 4px 0;
    }

    .perk-text p {
        font-size: 14px;
        color: #64748b;
        margin: 0;
        line-height: 1.5;
    }

    /* Responsive Controls */
    @media (max-width: 992px) {
        .future-grid {
            grid-template-columns: 1fr;
            gap: 40px;
        }
        .future-ready-section {
            padding: 60px 20px;
        }
        .future-left-block h2 {
            font-size: 32px;
        }
    }


    /* 3.section */
    .dark-gradient-services-section {
        padding: 80px 40px;
        background: radial-gradient(circle at 50% 0%, #1e1b4b 0%, #090514 70%); /* Deep Navy to Cosmic Black Gradient */
        font-family: 'Plus Jakarta Sans', sans-serif;
        display: flex;
        justify-content: center;
        position: relative;
    }

    .dark-gradient-container {
        max-width: 1140px;
        width: 100%;
    }

    /* Premium Neon Header */
    .dark-header {
        text-align: center;
        margin-bottom: 70px;
    }

    .dark-gradient-tag {
        background: linear-gradient(90deg, #4f46e5 0%, #06b6d4 100%);
        color: #ffffff;
        padding: 6px 18px;
        border-radius: 30px;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 20px;
        box-shadow: 0 0 20px rgba(79, 70, 229, 0.4);
    }

    .dark-header h2 {
        font-size: 42px;
        color: #ffffff;
        font-weight: 800;
        line-height: 1.25;
        margin-bottom: 20px;
        letter-spacing: -0.5px;
    }

    .dark-lead {
        font-size: 17px;
        color: #94a3b8; /* Soft Slate Gray */
        max-width: 650px;
        margin: 0 auto;
        line-height: 1.6;
    }

    /* 3-Column Grid Layout */
    .dark-services-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    /* --- THE GRADIENT BORDER CARD MAGIC --- */
    .gradient-mesh-card {
        position: relative;
        border-radius: 20px;
        padding: 1px; /* यही 1px बॉर्डर का काम करेगा */
        background: rgba(255, 255, 255, 0.08); /* Default Border color */
        overflow: hidden;
        transition: all 0.4s ease;
    }

    /* होवर होने पर बॉर्डर रंग-बिरंगे ग्रेडिएंट में बदल जाएगी */
    .gradient-mesh-card:hover {
        background: linear-gradient(135deg, #4f46e5 0%, #06b6d4 50%, #a855f7 100%);
        transform: translateY(-8px);
        box-shadow: 0 20px 40px -15px rgba(79, 70, 229, 0.3);
    }

    /* Inner Solid Dark Body */
    .dark-card-content {
        background: #0d0b18; /* Solid Dark Base inside */
        border-radius: 19px;
        padding: 45px 35px;
        height: 100%;
        position: relative;
        z-index: 2;
        transition: background 0.3s ease;
    }

    .gradient-mesh-card:hover .dark-card-content {
        background: #110e22; /* Slightly Lighter Dark on Hover */
    }

    /* Glowing Icon Style */
    .dark-icon-wrap {
        width: 52px;
        height: 52px;
        background: linear-gradient(135deg, rgba(79, 70, 229, 0.15) 0%, rgba(6, 182, 212, 0.15) 100%);
        border: 1px solid rgba(79, 70, 229, 0.3);
        color: #06b6d4; /* Vivid Cyan */
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        margin-bottom: 28px;
        transition: all 0.4s ease;
    }

    .gradient-mesh-card:hover .dark-icon-wrap {
        background: linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%);
        color: #ffffff;
        border-color: transparent;
        box-shadow: 0 0 20px rgba(6, 182, 212, 0.5);
    }

    /* Text Color Rules */
    .dark-card-content h4 {
        font-size: 20px;
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 14px;
        line-height: 1.4;
    }

    .dark-card-content p {
        font-size: 14.5px;
        color: #94a3b8;
        line-height: 1.6;
        margin: 0;
    }

    /* Responsive Settings */
    @media (max-width: 1024px) {
        .dark-services-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 768px) {
        .dark-services-grid { grid-template-columns: 1fr; }
        .dark-header h2 { font-size: 32px; }
        .dark-gradient-services-section { padding: 70px 20px; }
        .desktop-only { display: none; }
    }

    /* 4.section */
    .w3-chain-pipeline-section {
        padding: 60px 20px; /* टाइट वर्टिकल स्पेसिंग */
        background-color: #ffffff;
        font-family: 'Plus Jakarta Sans', sans-serif;
        display: flex;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }

    /* हल्का बैकग्राउंड लाइट ब्लू और कयान ग्लो (ठीक आपके स्क्रीनशॉट की तरह) */
    .w3-pipeline-bg-glow {
        position: absolute;
        top: 20%; left: -10%;
        width: 450px; height: 450px;
        background: radial-gradient(circle, rgba(59, 130, 246, 0.05) 0%, transparent 70%);
        pointer-events: none;
        z-index: 1;
    }

    .w3-pipeline-container {
        max-width: 1240px;
        width: 100%;
        position: relative;
        z-index: 2;
    }

    /* Clean Header Styling */
    .w3-pipeline-header {
        text-align: left; /* इस बार लेफ्ट अलाइन ताकि लुक बदले */
        margin-bottom: 40px;
    }
    .w3-pipeline-badge {
        background: rgba(59, 130, 246, 0.08);
        color: #2563eb;
        border: 1px solid rgba(59, 130, 246, 0.2);
        padding: 5px 14px;
        border-radius: 20px;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 12px;
    }
    .w3-pipeline-header h2 {
        font-size: 36px;
        color: #1e293b;
        font-weight: 800;
        margin-bottom: 10px;
    }
    .w3-pipeline-subtitle {
        font-size: 15px;
        color: #64748b;
        max-width: 800px;
        line-height: 1.5;
        margin: 0;
    }

    /* --- PIPELINE LAYOUT WRAPPER (2 Columns Left-Right Combo) --- */
    .w3-pipeline-wrapper {
        display: grid;
        grid-template-columns: 280px 1fr; /* लेफ्ट में इमेज फिक्स, राइट में पूरी सर्विसेज़ की चेन */
        gap: 40px;
        align-items: center;
    }

   /* Container size chota kiya (320px -> 240px) */
.w3-pipeline-anchor-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px; 
    height: 240px;
    margin: auto;
}

/* Image container ke size ke hisaab se adjust ho jayegi */
.w3-pipeline-anchor-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    z-index: 2;
    /* Animation vahi rahegi */
    animation: pipelineFloat 4s infinite alternate ease-in-out;
}

/* Ring bhi ab 240px ki ho jayegi */
.glowing-blue-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    /* border: 1px solid rgba(6, 182, 212, 0.4); */
    border-radius: 50%;
    z-index: 1;
}

/* Mobile ke liye aur compact size */
@media (max-width: 490px) {
    .w3-pipeline-anchor-img {
        width: 210px;
        height: 210px;
    }
}

    /* Right Column Flow List (2 Columns inside to maximize space efficiency) */
    .w3-pipeline-flow {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        position: relative;
    }

    /* Individual Custom Node Connection Lines */
    .pipeline-node {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 16px 20px;
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 16px;
        position: relative;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    /* Elegant Soft Glow Borders and Icons */
    .node-cyan .pipeline-icon-box { color: #06b6d4; background: rgba(6, 182, 212, 0.06); }
    .node-blue .pipeline-icon-box { color: #3b82f6; background: rgba(59, 130, 246, 0.06); }
    .node-green .pipeline-icon-box { color: #84cc16; background: rgba(132, 204, 22, 0.06); }
    .node-purple .pipeline-icon-box { color: #a855f7; background: rgba(168, 85, 247, 0.06); }

    .pipeline-icon-box {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        flex-shrink: 0;
        transition: all 0.3s ease;
    }

    .pipeline-text-box h4 {
        font-size: 15.5px;
        color: #1e293b;
        font-weight: 700;
        margin: 0 0 3px 0;
    }
    .pipeline-text-box p {
        font-size: 13px;
        color: #64748b;
        margin: 0;
        line-height: 1.4;
    }

    /* --- MODERN HOVER INTERACTION --- */
    .pipeline-node:hover {
        transform: translateX(6px); /* होवर करने पर ब्लॉकचेन नोड हल्का सा आगे खिसकेगा */
        box-shadow: 0 10px 25px rgba(59, 130, 246, 0.08);
    }
    
    .node-cyan:hover { border-color: #06b6d4; }
    .node-blue:hover { border-color: #3b82f6; }
    .node-green:hover { border-color: #84cc16; }
    .node-purple:hover { border-color: #a855f7; }

    .pipeline-node:hover .pipeline-icon-box {
        transform: scale(1.05);
        background-image: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
        color: #ffffff;
    }

    /* Animations Keyframes */
    @keyframes pipelineFloat {
        0% { transform: translateY(0px); }
        100% { transform: translateY(-8px); }
    }

    /* Responsive Breakdown */
    @media (max-width: 992px) {
        .w3-pipeline-wrapper { grid-template-columns: 1fr; gap: 30px; }
        .w3-pipeline-anchor-img { width: 180px; margin: 0 auto; }
    }
    @media (max-width: 650px) {
        .w3-pipeline-flow { grid-template-columns: 1fr; }
        .w3-pipeline-header { text-align: center; }
    }

    /* 5.section */
    .w3-vibrant-grid-section {
        padding: 80px 20px;
        background-color: #f8fafc;
        font-family: 'Plus Jakarta Sans', sans-serif;
        display: flex;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }

    /* BACKGROUND DECORATIVE GLOWS */
    .vibrant-bg-auras {
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        pointer-events: none;
        z-index: 1;
    }
    .vibrant-light-blob {
        position: absolute;
        width: 500px; height: 500px;
        filter: blur(130px);
        opacity: 0.35;
        border-radius: 50%;
    }
    .blob-cyan { background: #22d3ee; top: -10%; left: -5%; }
    .blob-orange { background: #fb923c; bottom: -10%; right: -5%; }
    .blob-purple { background: #c084fc; top: 20%; left: 35%; }

    .w3-vibrant-container {
        max-width: 1400px; /* 5 कार्ड्स के लिए विड्थ थोड़ी बढ़ा दी ताकि कंटेंट खुला-खुला रहे */
        width: 100%;
        position: relative;
        z-index: 2;
    }

    /* Header Design */
    .w3-vibrant-header {
        text-align: center;
        margin-bottom: 55px;
    }
    .vibrant-badge {
        background: rgba(59, 130, 246, 0.08);
        color: #2563eb;
        padding: 5px 14px;
        border-radius: 20px;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: inline-block;
        margin-bottom: 12px;
    }
    .w3-vibrant-header h2 {
        font-size: 38px;
        color: #0f172a;
        font-weight: 800;
        margin-bottom: 12px;
    }
    .vibrant-subtitle {
        font-size: 15px;
        color: #64748b;
        max-width: 650px;
        margin: 0 auto;
        line-height: 1.5;
    }

    /* --- FIXED 5-COLUMN HORIZONTAL GRID --- */
    .w3-vibrant-cards-grid-five {
        display: grid;
        grid-template-columns: repeat(5, 1fr); /* 5 Columns strictly in one row */
        gap: 18px; /* बेहतरीन स्पेसिंग */
    }

    /* Master Card Design */
    .vibrant-card {
        background: rgba(255, 255, 255, 0.85);
        border: 1px solid rgba(226, 232, 240, 0.9);
        border-radius: 20px;
        padding: 24px 20px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: hidden;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.01);
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    /* Floating Icon Spheres */
    .vibrant-icon-sphere {
        width: 44px; height: 44px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        margin-bottom: 20px;
        transition: all 0.3s ease;
    }

    .vibrant-card-body h4 {
        font-size: 15px;
        color: #0f172a;
        font-weight: 700;
        margin: 0 0 8px 0;
        line-height: 1.3;
    }
    .vibrant-card-body p {
        font-size: 12.5px;
        color: #64748b;
        margin: 0;
        line-height: 1.5;
    }

    /* Bottom Colorful Accent Lines */
    .vibrant-card-footer-line {
        height: 3px;
        width: 30px;
        border-radius: 10px;
        margin-top: 20px;
        transition: all 0.3s ease;
    }

    /* INDIVIDUAL CARD COLOR PALETTES */
    .card-cyan .vibrant-icon-sphere { background: rgba(6, 182, 212, 0.08); color: #06b6d4; }
    .card-cyan .vibrant-card-footer-line { background: #06b6d4; }
    .card-cyan:hover { border-color: #06b6d4; box-shadow: 0 15px 30px rgba(6, 182, 212, 0.08); }

    .card-orange .vibrant-icon-sphere { background: rgba(249, 115, 22, 0.08); color: #f97316; }
    .card-orange .vibrant-card-footer-line { background: #f97316; }
    .card-orange:hover { border-color: #f97316; box-shadow: 0 15px 30px rgba(249, 115, 22, 0.08); }

    .card-purple .vibrant-icon-sphere { background: rgba(139, 92, 246, 0.08); color: #8b5cf6; }
    .card-purple .vibrant-card-footer-line { background: #8b5cf6; }
    .card-purple:hover { border-color: #8b5cf6; box-shadow: 0 15px 30px rgba(139, 92, 246, 0.08); }

    .card-green .vibrant-icon-sphere { background: rgba(16, 185, 129, 0.08); color: #10b981; }
    .card-green .vibrant-card-footer-line { background: #10b981; }
    .card-green:hover { border-color: #10b981; box-shadow: 0 15px 30px rgba(16, 185, 129, 0.08); }

    .card-blue .vibrant-icon-sphere { background: rgba(59, 130, 246, 0.08); color: #3b82f6; }
    .card-blue .vibrant-card-footer-line { background: #3b82f6; }
    .card-blue:hover { border-color: #3b82f6; box-shadow: 0 15px 30px rgba(59, 130, 246, 0.08); }

    /* HOver Interactions */
    .vibrant-card:hover {
        transform: translateY(-5px);
        background: #ffffff;
    }
    .vibrant-card:hover .vibrant-icon-sphere {
        transform: scale(1.08);
    }
    .vibrant-card:hover .vibrant-card-footer-line {
        width: 100%;
    }

    /* Responsive Breakdown for Tablets and Mobile Screens */
    @media (max-width: 1200px) {
        .w3-vibrant-cards-grid-five { grid-template-columns: repeat(3, 1fr); gap: 20px; }
    }
    @media (max-width: 768px) {
        .w3-vibrant-cards-grid-five { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 480px) {
        .w3-vibrant-cards-grid-five { grid-template-columns: 1fr; }
        .w3-vibrant-header h2 { font-size: 28px; }
    }
    

    /* 6.section. */
    .w3-space-process-section.compact-version {
        padding: 60px 20px; /* पैडिंग कम कर दी ताकि सेक्शन छोटा हो जाए */
        background-color: #060814;
        font-family: 'Plus Jakarta Sans', sans-serif;
        display: flex;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }

    /* BACKGROUND COSMIC EFFECT */
    .space-cosmic-bg {
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        pointer-events: none;
        z-index: 1;
    }
    .nebula-glow {
        position: absolute;
        border-radius: 50%;
        filter: blur(140px);
        opacity: 0.4;
        mix-blend-mode: screen;
        animation: spaceNebulaMotion 12s infinite alternate ease-in-out;
    }
    .nebula-pink { width: 400px; height: 400px; background: #db2777; top: -5%; right: -5%; }
    .nebula-violet { width: 500px; height: 500px; background: #6d28d9; bottom: -5%; left: -5%; animation-delay: 3s; }
    .nebula-cyan { width: 350px; height: 350px; background: #0e7490; top: 25%; left: 25%; animation-delay: 6s; }

    .cosmic-stars-overlay {
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        background-image: radial-gradient(white 1px, transparent 1px);
        background-size: 50px 50px;
        opacity: 0.12;
    }

    .w3-space-container {
        max-width: 950px; /* कंटेनर थोड़ा छोटा किया ताकि विड्थ भी सेट रहे */
        width: 100%;
        position: relative;
        z-index: 2;
    }

    /* Header Styling */
    .w3-space-header {
        text-align: center;
        margin-bottom: 45px; /* हेडर के नीचे का स्पेस कम किया */
    }
    .space-badge-neon {
        background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%);
        color: #ffffff;
        padding: 5px 14px;
        border-radius: 30px;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        display: inline-block;
        margin-bottom: 12px;
        box-shadow: 0 0 15px rgba(139, 92, 246, 0.3);
    }
    .w3-space-header h2 {
        font-size: 36px;
        color: #ffffff;
        font-weight: 800;
        margin-bottom: 10px;
        letter-spacing: -0.5px;
    }
    .space-subtitle-cosmic {
        font-size: 14.5px;
        color: #94a3b8;
        max-width: 550px;
        margin: 0 auto;
        line-height: 1.5;
    }

    /* --- COMPACT TIMELINE STRUCTURE --- */
    .w3-cosmic-stream-wrapper.compact-grid {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 16px; /* गैप को 45px से घटाकर सीधे 16px कर दिया! */
    }

    /* सेंटर लेज़र लाइन */
    .cosmic-laser-line-animated {
        position: absolute;
        top: 0; left: 50%;
        width: 2px;
        height: 0%;
        background: linear-gradient(to bottom, #06b6d4, #8b5cf6, #ec4899, #f97316, #10b981);
        transform: translateX(-50%);
        box-shadow: 0 0 10px rgba(139, 92, 246, 0.5);
        z-index: 1;
        animation: growLaserLine 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    }

    /* Nodes Setup (Bringing cards closer to center) */
    .cosmic-stream-node {
        display: flex;
        width: 100%;
        opacity: 0;
        transform: translateY(20px);
    }
    /* पैडिंग को एडजस्ट करके कार्ड्स को सेंटर लाइन के बिल्कुल पास खींच लिया */
    .node-left { justify-content: flex-start; padding-right: 50%; padding-left: 20px; }
    .node-right { justify-content: flex-end; padding-left: 50%; padding-right: 20px; }

    /* Compact Glassmorphic Cards */
    .cosmic-glass-card {
        width: 96%; /* विड्थ को एकदम परफेक्ट किया ताकि फालतू स्पेस न बचे */
        background: rgba(15, 23, 42, 0.65);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 18px;
        padding: 18px 22px; /* अंदर की पैडिंग कम की ताकि बॉक्स स्लिम लगे */
        display: flex;
        align-items: center; /* कंटेंट को वर्टिकली सेंटर किया */
        gap: 16px;
        position: relative;
        z-index: 2;
        transition: all 0.4s ease;
    }

    .cosmic-orbit-num {
        position: absolute;
        bottom: 8px; right: 16px;
        font-size: 38px; /* नंबर का साइज छोटा किया ताकि अजीब न लगे */
        font-weight: 900;
        color: rgba(255, 255, 255, 0.02);
        font-family: 'Inter', sans-serif;
    }

    .cosmic-icon-shield {
        width: 40px; height: 40px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        flex-shrink: 0;
        background: rgba(255, 255, 255, 0.02);
    }

    .cosmic-text h4 {
        font-size: 15px;
        color: #ffffff;
        font-weight: 700;
        margin: 0 0 4px 0;
    }
    .cosmic-text p {
        font-size: 12.5px;
        color: #94a3b8;
        margin: 0;
        line-height: 1.4;
    }

    /* --- ANIMATION DELAYS --- */
    .cascade-step-1 { animation: loadNodeIn 0.5s ease-out 0.3s forwards; }
    .cascade-step-2 { animation: loadNodeIn 0.5s ease-out 0.5s forwards; }
    .cascade-step-3 { animation: loadNodeIn 0.5s ease-out 0.7s forwards; }
    .cascade-step-4 { animation: loadNodeIn 0.5s ease-out 0.9s forwards; }
    .cascade-step-5 { animation: loadNodeIn 0.5s ease-out 1.1s forwards; }
    .cascade-step-6 { animation: loadNodeIn 0.5s ease-out 1.3s forwards; }
    .cascade-step-7 { animation: loadNodeIn 0.5s ease-out 1.5s forwards; }

    /* Glow Hovers */
    .glow-cyan:hover { border-color: #06b6d4; box-shadow: 0 8px 25px rgba(6, 182, 212, 0.2); }
    .glow-cyan .cosmic-icon-shield { color: #06b6d4; }
    .glow-indigo:hover { border-color: #6366f1; box-shadow: 0 8px 25px rgba(99, 102, 241, 0.2); }
    .glow-indigo .cosmic-icon-shield { color: #6366f1; }
    .glow-purple:hover { border-color: #a855f7; box-shadow: 0 8px 25px rgba(168, 85, 247, 0.2); }
    .glow-purple .cosmic-icon-shield { color: #a855f7; }
    .glow-pink:hover { border-color: #ec4899; box-shadow: 0 8px 25px rgba(236, 72, 153, 0.2); }
    .glow-pink .cosmic-icon-shield { color: #ec4899; }
    .glow-orange:hover { border-color: #f97316; box-shadow: 0 8px 25px rgba(249, 115, 22, 0.2); }
    .glow-orange .cosmic-icon-shield { color: #f97316; }
    .glow-amber:hover { border-color: #d97706; box-shadow: 0 8px 25px rgba(217, 119, 6, 0.2); }
    .glow-amber .cosmic-icon-shield { color: #d97706; }
    .glow-emerald:hover { border-color: #10b981; box-shadow: 0 8px 25px rgba(16, 185, 129, 0.2); }
    .glow-emerald .cosmic-icon-shield { color: #10b981; }

    .cosmic-glass-card:hover { transform: translateY(-2px); background: rgba(15, 23, 42, 0.85); }

    /* Compact Footer */
    .cosmic-status-footer {
        display: flex;
        align-items: center;
        gap: 12px;
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.06);
        padding: 12px 24px;
        border-radius: 30px;
        max-width: 600px;
        margin: 40px auto 0 auto; /* मार्जिन कम किया */
        justify-content: center;
    }
    .cosmic-status-footer span { font-size: 13px; color: #cbd5e1; }
    .status-pulse-dot {
        width: 7px; height: 7px; background: #10b981; border-radius: 50%;
        box-shadow: 0 0 10px #10b981; animation: neonPulse 1.5s infinite alternate;
    }

    /* ANIMATIONS */
    @keyframes growLaserLine { 0% { height: 0%; } 100% { height: 100%; } }
    @keyframes loadNodeIn { 0% { opacity: 0; transform: translateY(15px); } 100% { opacity: 1; transform: translateY(0); } }
    @keyframes spaceNebulaMotion { 0% { transform: scale(1); opacity: 0.4; } 100% { transform: scale(1.05) translate(10px, -10px); opacity: 0.5; } }
    @keyframes neonPulse { 0% { transform: scale(0.9); opacity: 0.6; } 100% { transform: scale(1.2); opacity: 1; } }

    /* Responsive Setup */
    @media (max-width: 768px) {
        .w3-space-process-section.compact-version { padding: 40px 15px; }
        .cosmic-laser-line-animated { left: 15px; transform: none; }
        .node-left, .node-right { justify-content: flex-start; padding-left: 35px; padding-right: 0; }
        .cosmic-glass-card { width: 100%; }
        .w3-space-header h2 { font-size: 28px; }
    }

    /* 7.section */

    /* Section aur Container */
.w3-tech-minimalist-section { 
    padding: 100px 20px; 
   background: radial-gradient(at 0% 0%, #e0e7ff 0px, transparent 50%),
            radial-gradient(at 100% 100%, #fee2e2 0px, transparent 50%),
            #f8fafc;
    /* Dot Grid Pattern */
    background-image: radial-gradient(#cbd5e1 1px, transparent 1px);
    background-size: 24px 24px; /* Dots ke beech ki doori */
    position: relative;
}

.w3-min-tech-container { 
    max-width: 1100px; 
    margin: 0 auto; 
    margin-top: -20px;
}

/* Header Spacing */
.w3-min-header { 
    text-align: center; 
    margin-bottom: 80px; 
}

/* Grid aur Cards */
.w3-min-tech-stack-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); 
    gap: 40px; /* Cards ke beech zyada space */
}

.min-tech-row { 
    background: #ffffff; 
    border: 1px solid #e2e8f0; 
    border-radius: 20px; 
    display: flex; 
    overflow: hidden; 
    transition: 0.4s ease; 
    box-shadow: 0 4px 6px rgba(0,0,0,0.03); 
    padding: 10px; /* Card ke andar thodi extra jagah */
}

.min-tech-row:hover { 
    transform: translateY(-10px); 
    box-shadow: 0 20px 30px rgba(0,0,0,0.08); 
}

/* Pillar aur Content */
.tech-accent-pillar { 
    width: 8px; 
    border-radius: 10px; 
    margin-right: 20px; /* Pillar aur text ke beech space */
}

.tech-row-content { 
    padding: 30px 20px; /* Content ke liye ample space */
}

.tech-meta { 
    display: flex; 
    align-items: center; 
    gap: 15px; 
    margin-bottom: 20px; /* Title aur paragraph ke beech space */
}

.tech-index { 
    font-weight: 800; 
    font-size: 1.3rem; 
    opacity: 0.2; 
}

.tech-row-icon { 
    font-size: 1.1rem; 
}

.tech-row-content h4 { 
    margin: 0; 
    font-size: 1.3rem; 
    letter-spacing: -0.5px;
}

.tech-row-content p { 
    color: #64748b; 
    line-height: 1.8; /* Text readability ke liye line height */
    font-size: 1rem; 
    margin: 0; 
}

/* Colors same rahenge */
.row-color-ai .tech-accent-pillar, .row-color-ai .tech-row-icon { color: #3b82f6; background: #3b82f6; }
.row-color-ml .tech-accent-pillar, .row-color-ml .tech-row-icon { color: #8b5cf6; background: #8b5cf6; }
.row-color-web3 .tech-accent-pillar, .row-color-web3 .tech-row-icon { color: #ec4899; background: #ec4899; }
.row-color-cloud .tech-accent-pillar, .row-color-cloud .tech-row-icon { color: #06b6d4; background: #06b6d4; }
.row-color-auto .tech-accent-pillar, .row-color-auto .tech-row-icon { color: #f59e0b; background: #f59e0b; }
.row-color-data .tech-accent-pillar, .row-color-data .tech-row-icon { color: #ef4444; background: #ef4444; }

/* section.8 */
.client-focus-section {
    padding: 20px 20px;
    background: radial-gradient(circle at 50% 50%, #f0f7ff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.section-header { text-align: center; margin-bottom: 80px; }
.section-header h2 { font-size: 2.5rem; color: #0f172a; margin-bottom: 15px; }
.section-header p { color: #64748b; font-size: 1.1rem; }

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 60px 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.feature-card {
    text-align: center;
    transition: 0.4s;
}

.icon-box {
    font-size: 2.5rem;
    color: #3b82f6;
    margin-bottom: 20px;
    display: inline-block;
    transition: 0.4s;
}

.feature-card h4 {
    font-size: 1.3rem;
    color: #1e293b;
    margin-bottom: 12px;
}

.feature-card p {
    color: #64748b;
    line-height: 1.6;
    font-size: 0.95rem;
    max-width: 250px;
    margin: 0 auto;
}

/* Hover effect */
.feature-card:hover .icon-box {
    transform: translateY(-10px) scale(1.1);
    color: #1e293b;
}

/* section.10 */
.cta-section {
    padding: 60px 20px;
    background: #ffffff;
}

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

.cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background: linear-gradient(135deg, #2563eb, #1e3a8a); /* Thoda brighter blue */
    padding: 60px;
    border-radius: 40px;
    color: #ffffff;
    min-height: 250px; /* Box ki height fix ki taaki content na chhupe */
    position: relative;
    overflow: hidden;
}

.cta-content {
    flex: 2; /* Text ko zyada space di */
}

.cta-content h2 {
    font-size: 2.8rem;
    margin-bottom: 15px;
    color: #ffffff;
    line-height: 1.2;
}

.cta-content p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #e0e7ff; /* Pure white ki jagah soft light blue, eyes ke liye acha hai */
    margin-bottom: 0;
}

/* Button Container - Isse "Connect with Us" nahi chhupega */
.cta-btn-wrapper {
    flex: 1;
    display: flex;
    justify-content: flex-end; /* Button ko right mein fix kiya */
    min-width: 200px; /* Button ke liye space reserve ki */
}

.abt-btn-primary {
    background: #ffffff;
    color: #1e3a8a;
    padding: 20px 40px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.btn-primary:hover {
    transform: scale(1.05);
    background: #f8fafc;
}

/* Mobile responsive - Yahan button aur text ka overlap solve kiya */
@media (max-width: 768px) {
    .cta-box { 
        flex-direction: column; 
        text-align: center; 
        padding: 40px 25px; 
    }
    
    .cta-btn-wrapper {
        justify-content: center; /* Mobile pe center kiya */
        margin-top: 20px;
    }

    .cta-content h2 { font-size: 2rem; }
}

/* sectiom.11 */
/* FAQ Section */
/* FAQ Section */
.faq-section {
    padding: 80px 20px;
    background: #f8fafc;
    position: relative;
    overflow: hidden;
    /* Diagonal Pattern */
    background-image: repeating-linear-gradient(
        45deg,
        rgba(219, 234, 254, 0.3) 0px,
        rgba(219, 234, 254, 0.3) 10px,
        transparent 10px,
        transparent 30px
    );
}

/* Background Blobs */
.faq-section::before, .faq-section::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    filter: blur(120px);
    border-radius: 50%;
    z-index: 0;
    opacity: 0.25;
    pointer-events: none;
}

.faq-section::before { top: -100px; right: -100px; background: #93c5fd; }
.faq-section::after { bottom: -100px; left: -100px; background: #f9a8d4; }

/* FAQ Container - Width badha di hai */
.faq-container {
    max-width: 1000px; 
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.faq-title {
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px;
    color: #1e293b;
    letter-spacing: -1px;
}

/* FAQ Items - Width aur Padding adjusted */
.faq-item {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 24px;
    margin-bottom: 16px;
    padding: 10px 40px; /* Text ke liye side padding badhayi */
    width: 100%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item:hover {
    background: #ffffff;
    border-color: #cbd5e1;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.02);
    transform: translateY(-2px);
}

.faq-question {
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
}

/* Icon style */
.faq-question span {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eff6ff;
    color: #3b82f6;
    border-radius: 50%;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    flex-shrink: 0; /* Icon ka size maintain rahega */
}

.faq-item.active .faq-question span {
    background: #3b82f6;
    color: #ffffff;
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.6;
    padding: 0 5px;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding-bottom: 25px;
    padding-top: 5px;
}