.bigdata-page{

    overflow:hidden;
    color:#0f172a;
    background:#fff;

}

.bd-container{

    width:min(1200px,92%);
    margin:auto;

}

/* HERO */

.bd-hero{

    padding:90px 0;

    background:

    radial-gradient(circle at top right,#dbeafe,transparent 30%),

    radial-gradient(circle at bottom left,#ede9fe,transparent 35%),

    #fff;

}

.bd-grid{

    display:grid;

    grid-template-columns:1fr 520px;

    gap:70px;

    align-items:center;

}

.bd-tag{

    display:inline-block;

    padding:9px 18px;

    border-radius:50px;

    background:#eff6ff;

    color:#2563eb;

    font-weight:700;

    font-size:14px;

}

.bd-content h1{

    margin:28px 0;

    font-size:62px;

    line-height:1.08;

    letter-spacing:-2px;

}

.bd-content h1 span{

    display:block;

    background:linear-gradient(90deg,#2563eb,#06b6d4,#8b5cf6);

    -webkit-background-clip:text;

    color:transparent;

}

.bd-content p{

    font-size:18px;

    color:#64748b;

    line-height:1.9;

}

.bd-buttons{

    display:flex;

    gap:18px;

    margin-top:35px;

}

.primary-btn{

    background:#2563eb;

    color:white;

    padding:15px 30px;

    border-radius:50px;

    font-weight:700;

}

.secondary-btn{

    padding:15px 30px;

    border:1px solid #dbeafe;

    border-radius:50px;

    color:#2563eb;

}

.bd-trust{

    display:flex;

    gap:45px;

    margin-top:45px;

}

.bd-trust strong{

    font-size:30px;

    display:block;

}

.bd-trust small{

    color:#64748b;

}

/* DASHBOARD */

.dashboard-wrapper{

    position:relative;

}

.dashboard{

    background:white;

    border-radius:30px;

    overflow:hidden;

    border:1px solid #e2e8f0;

    box-shadow:0 30px 80px rgba(15,23,42,.12);

}

.dashboard-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:18px 25px;

    border-bottom:1px solid #edf2f7;

}

.dots{

    display:flex;

    gap:8px;

}

.dots span{

    width:10px;

    height:10px;

    border-radius:50%;

    background:#cbd5e1;

}

.dashboard-body{

    padding:28px;

}

.kpi-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

}

.kpi{

    padding:20px;

    border-radius:18px;

    background:#f8fafc;

}

.kpi h3{

    margin:8px 0;

    color:#2563eb;

    font-size:32px;

}

.chart{

    margin:35px 0;

    background:#f8fafc;

    border-radius:20px;

    padding:30px;

    height:220px;

}

.bars{

    display:flex;

    align-items:flex-end;

    gap:14px;

    height:100%;

}

.bars span{

    flex:1;

    border-radius:30px;

    background:linear-gradient(#2563eb,#06b6d4);

}

.pipeline{

    display:flex;

    flex-wrap:wrap;

    gap:12px;

}

.pipe{

    background:#eff6ff;

    padding:12px 18px;

    border-radius:40px;

    font-weight:600;

    color:#2563eb;

}

.float-card{

    position:absolute;

    background:white;

    border-radius:20px;

    padding:18px;

    width:170px;

    box-shadow:0 20px 45px rgba(15,23,42,.12);
    z-index: 5;

}

.card-ai{

    top:60px;

    left:-60px;

}

.card-data{

    right:-60px;

    bottom:80px;

}

/* TRUST */

.trusted{

    padding:70px 0;

    background:#f8fafc;

}

.trusted-title{

    text-align:center;

    color:#64748b;

    margin-bottom:40px;

    font-size:18px;

}

.company-grid{

    display:grid;

    grid-template-columns:repeat(6,1fr);

    gap:20px;

}

.company-grid div{

    background:white;

    border:1px solid #e2e8f0;

    border-radius:16px;

    padding:22px;

    text-align:center;

    font-weight:700;

    transition:.3s;

}

.company-grid div:hover{

    transform:translateY(-6px);

    box-shadow:0 20px 40px rgba(0,0,0,.08);

}

/* SERVICES */

.bd-services{

padding:100px 0;
background:#f8fafc;

}

.section-heading{

max-width:760px;
margin:auto;
text-align:center;

}

.section-heading span{

font-size:14px;
font-weight:700;
color:#2563eb;
letter-spacing:1px;

}

.section-heading h2{

font-size:48px;
margin:20px 0;

}

.section-heading p{

font-size:18px;
color:#64748b;
line-height:1.8;

}

.service-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:28px;
margin-top:60px;

}

.service-card{

background:white;
padding:35px;
border-radius:24px;
border:1px solid #e5e7eb;
transition:.35s;

}

.service-card:hover{

transform:translateY(-12px);

box-shadow:0 25px 60px rgba(15,23,42,.12);

}

.service-icon{

width:70px;
height:70px;
border-radius:18px;

display:flex;
align-items:center;
justify-content:center;

font-size:32px;

background:linear-gradient(135deg,#2563eb,#06b6d4);

margin-bottom:25px;

}

.service-card h3{

margin-bottom:15px;

font-size:24px;

}

.service-card p{

color:#64748b;
line-height:1.8;

}

/* WHY */

.why-us{

padding:100px 0;

}

.why-grid{

display:grid;
grid-template-columns:1.2fr 1fr;
gap:70px;
align-items:center;

}

.small-title{

color:#2563eb;
font-weight:700;

}

.why-content h2{

font-size:48px;
margin:20px 0;

}

.why-content p{

font-size:18px;
line-height:1.8;
color:#64748b;

}

.why-content ul{

margin-top:30px;

}

.why-content li{

margin-bottom:16px;
list-style:none;
font-size:17px;

}

.stats-grid{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:25px;

}

.stat-card{

padding:35px;
background:#f8fafc;
border-radius:24px;
text-align:center;

}

.stat-card h3{

font-size:46px;

background:linear-gradient(90deg,#2563eb,#8b5cf6);

-webkit-background-clip:text;

color:transparent;

}

.capability-grid{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
margin-top:60px;

}

.cap-card{

padding:30px;

background:white;

border:1px solid #e5e7eb;

border-radius:22px;

transition:.3s;

}

.cap-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 45px rgba(15,23,42,.12);

}

.cap-card h3{

margin-bottom:15px;

}
/* PROCESS */

.bd-process{

padding:100px 0;
background:#f8fafc;

}

.process-grid{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
margin-top:60px;

}

.process-card{

background:#fff;
padding:35px;
border-radius:25px;
border:1px solid #e5e7eb;
transition:.35s;

}

.process-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(15,23,42,.1);

}

.number{

width:60px;
height:60px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:linear-gradient(135deg,#2563eb,#06b6d4);

color:white;

font-weight:700;

margin-bottom:25px;

}

/* TECHNOLOGY */

.tech-section{

padding:100px 0;

}

.tech-box{

display:grid;

grid-template-columns:1fr 340px;

gap:60px;

align-items:center;

background:linear-gradient(135deg,#eff6ff,#ffffff);

padding:60px;

border-radius:35px;

}

.tech-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:15px;

margin-top:35px;

}

.tech-grid div{

background:white;

padding:18px;

border-radius:15px;

text-align:center;

font-weight:600;

border:1px solid #e5e7eb;

}

.tech-circle{

display:flex;

justify-content:center;

}

.tech-circle div{

width:260px;

height:260px;

border-radius:50%;

background:linear-gradient(135deg,#2563eb,#8b5cf6);

display:flex;

flex-direction:column;

align-items:center;

justify-content:center;

color:white;

}

.tech-circle strong{

font-size:65px;

}

.tech-circle span{

font-size:20px;

}

/* INDUSTRY */

.industry-section{

padding:100px 0;
background:#f8fafc;

}

.industry-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:25px;

margin-top:60px;

}

.industry-card{

background:white;

padding:35px;

border-radius:24px;

text-align:center;

transition:.35s;

border:1px solid #e5e7eb;

font-size:42px;

}

.industry-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 50px rgba(15,23,42,.1);

}

.industry-card h3{

font-size:24px;

margin:20px 0;

}

/* RESULTS */

.results-section{

padding:100px 0;

}

.results-box{

display:grid;

grid-template-columns:1fr 420px;

gap:70px;

align-items:center;

}

.result-cards{

display:grid;

gap:20px;

}

.result-cards div{

padding:30px;

background:#f8fafc;

border-radius:22px;

}

.result-cards strong{

display:block;

font-size:44px;

background:linear-gradient(90deg,#2563eb,#8b5cf6);

-webkit-background-clip:text;

color:transparent;

}
/* FAQ */

.bd-faq{

padding:100px 0;
background:#f8fafc;

}


.faq-grid{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:25px;
margin-top:60px;

}


.faq-card{

background:white;
padding:35px;
border-radius:25px;
border:1px solid #e2e8f0;
transition:.3s;

}


.faq-card:hover{

transform:translateY(-8px);

box-shadow:
0 25px 50px rgba(15,23,42,.10);

}


.faq-card h3{

font-size:22px;
margin-bottom:15px;

}


.faq-card p{

color:#64748b;
line-height:1.8;

}


/* FINAL CTA */


.bd-final-cta{

padding:100px 0;

}


.cta-box{

padding:80px 50px;

text-align:center;

border-radius:35px;

background:

linear-gradient(
135deg,
#2563eb,
#06b6d4,
#8b5cf6
);

color:white;

}


.cta-box h2{

font-size:48px;

line-height:1.2;

margin-bottom:20px;

}


.cta-box p{

max-width:750px;

margin:auto;

font-size:18px;

color:#e0f2fe;

line-height:1.8;

}


.cta-buttons{

display:flex;

justify-content:center;

gap:20px;

margin-top:35px;

}


.cta-box .primary-btn{

background:white;

color:#2563eb;

}


.cta-box .secondary-btn{

border:1px solid rgba(255,255,255,.5);

color:white;

}

@media(max-width:992px){

.bd-grid,
.why-grid,
.results-box,
.tech-box{

grid-template-columns:1fr;

}


.service-grid,
.industry-grid{

grid-template-columns:repeat(2,1fr);

}


.process-grid{

grid-template-columns:repeat(2,1fr);

}


.capability-grid{

grid-template-columns:repeat(2,1fr);

}


.company-grid{

grid-template-columns:repeat(3,1fr);

}


}


@media(max-width:768px){


.bd-content h1{

font-size:38px;

}


.section-heading h2,
.why-content h2{

font-size:34px;

}


.bd-buttons,
.cta-buttons{

flex-direction:column;

}


.bd-trust{

flex-wrap:wrap;

}


.service-grid,
.industry-grid,
.process-grid,
.capability-grid,
.faq-grid{

grid-template-columns:1fr;

}


.tech-grid{

grid-template-columns:repeat(2,1fr);

}


.cta-box{

padding:45px 20px;

}


.cta-box h2{

font-size:32px;

}


}


@media(max-width:480px){

.tech-grid{

grid-template-columns:1fr;

}


.bd-content h1{

font-size:32px;

}


}



.bigdata-page .dashboard {

    animation:
        dashboardFloat 5s ease-in-out infinite;

}


@keyframes dashboardFloat {

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-12px);
    }

    100%{
        transform:translateY(0);
    }

}
.bigdata-page .float-card {

    animation:
        cardFloat 4s ease-in-out infinite;

}


@keyframes cardFloat {

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-8px);
    }

    100%{
        transform:translateY(0);
    }

}

.bigdata-page .bd-tag {

    animation:
        glowPulse 3s ease infinite;

}


@keyframes glowPulse {

    0%,100%{

        box-shadow:
        0 0 0 rgba(37,99,235,0);

    }

    50%{

        box-shadow:
        0 0 25px rgba(37,99,235,.25);

    }

}

.bigdata-page .bars span {

    transform-origin:bottom;

    animation:
    chartGrow 2s ease forwards;

}


@keyframes chartGrow {

from{

    transform:scaleY(0);

}


to{

    transform:scaleY(1);

}

}

@media (prefers-reduced-motion: reduce){

.bigdata-page *,
.bigdata-page *::before,
.bigdata-page *::after{

animation:none!important;
transition:none!important;

}

}