/* ==========================================================
   SYNERGETICSPARK TECHNOLOGIES
   PREMIUM ENTERPRISE TECH DESIGN
   ========================================================== */

:root{

    --primary:#2563eb;
    --primary-light:#60a5fa;
    --primary-dark:#1d4ed8;

    --dark:#07111f;
    --dark-secondary:#0f172a;
    --dark-card:#111827;

    --text:#cbd5e1;
    --text-dark:#1e293b;

    --white:#ffffff;
    --light:#f8fafc;

    --border:rgba(255,255,255,.08);

    --shadow-lg:
    0 25px 80px rgba(0,0,0,.35);

    --shadow-md:
    0 10px 40px rgba(0,0,0,.12);

    --radius:24px;

}

/* ==========================================================
   RESET
   ========================================================== */

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

html{
    scroll-behavior:smooth;
}

body{

    font-family:'Inter',sans-serif;

    background:#fff;

    color:#111827;

    overflow-x:hidden;

    line-height:1.7;

}

/* ==========================================================
   CONTAINER
   ========================================================== */

.container{

    width:100%;

    max-width:1440px;

    margin:auto;

    padding-left:40px;
    padding-right:40px;

}

/* ==========================================================
   PROGRESS BAR
   ========================================================== */

.progress-bar{

    position:fixed;

    top:0;
    left:0;

    width:0;

    height:4px;

    background:linear-gradient(
    90deg,
    #2563eb,
    #60a5fa
    );

    z-index:9999;

}

/* ==========================================================
   NAVBAR
   ========================================================== */

.navbar{

    position:fixed;

    top:0;
    left:0;

    width:100%;

    z-index:999;

    transition:.35s ease;

    padding:22px 0;

}

.navbar.scrolled{

    background:rgba(7,17,31,.82);

    backdrop-filter:blur(20px);

    border-bottom:1px solid rgba(255,255,255,.06);

}

.navbar-container{

    display:flex;

    align-items:center;

    justify-content:space-between;
    

}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: #030712;
}

.logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-icon img {
    width: 130px;      /* Adjust as needed */
    height: 130px;
    object-fit: contain;
    display: block;
    border-radius: 100%;
    clip-path: circle(40% at 52% 45%);
}

.logo-text h3 {
    margin: 0;
    font-size: 48px;
}

.logo-text p {
    margin: 0;
    font-size: 38px;
}
.logo-text h3,
.logo-text p {
    color: white;
}

.nav-menu{

    list-style:none;

    display:flex;

    gap:35px;
   

}

.nav-menu a{

    color:#fff;

    text-decoration:none;
font-size: 26px;
    font-weight:600;

    transition:.3s;


}

.nav-menu a:hover{

    color:#60a5fa;

}

.nav-btn{

    text-decoration:none;

    color:#fff;

    padding:14px 24px;

    border-radius:12px;

    background:linear-gradient(
    135deg,
    #2563eb,
    #3b82f6
    );

    font-weight:700;
   

}

/* ==========================================================
   HERO
   ========================================================== */

.hero{

    position:relative;

    min-height:100vh;

    background:
    linear-gradient(
    135deg,
    #07111f 0%,
    #0f172a 40%,
    #111827 100%
    );

    overflow:hidden;

}

.hero-content{

    min-height:100vh;

    display:grid;

    grid-template-columns:
    1.1fr
    .9fr;

    align-items:center;

    gap:80px;

    position:relative;

    z-index:5;

}

.hero-left{

    color:#fff;

}

.hero-badge{

    display:inline-block;

    padding:10px 18px;

    border-radius:999px;

    background:rgba(37,99,235,.15);

    border:1px solid rgba(96,165,250,.3);

    color:#93c5fd;

    font-weight:600;

    margin-bottom:25px;

}

.hero-left h1{

    font-size:5.5rem;

    line-height:1.05;

    font-weight:900;

    letter-spacing:-3px;

    margin-bottom:30px;

}

.hero-description{

    max-width:700px;

    font-size:1.25rem;

    color:#cbd5e1;

    margin-bottom:40px;

}

.hero-buttons{

    display:flex;

    gap:20px;

    margin-bottom:50px;

}

.btn-primary{

    padding:18px 30px;

    border-radius:14px;

    background:linear-gradient(
    135deg,
    #2563eb,
    #3b82f6
    );

    color:#fff;

    text-decoration:none;

    border:none;

    cursor:pointer;

    font-weight:700;

    transition:.3s;

}

.btn-primary:hover{

    transform:translateY(-4px);

}

.btn-secondary{

    padding:18px 30px;

    border-radius:14px;

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

    text-decoration:none;

    color:#fff;

}

.hero-trust{

    display:flex;

    gap:50px;

}

.hero-trust h3{

    color:#60a5fa;

    font-size:2rem;

}

.hero-trust span{

    color:#94a3b8;

}

/* ==========================================================
   DASHBOARD CARD
   ========================================================== */

.dashboard-card{

    background:
    rgba(255,255,255,.06);

    backdrop-filter:blur(25px);

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

    border-radius:28px;

    padding:35px;

    box-shadow:var(--shadow-lg);

}

.dashboard-header{

    display:flex;

    align-items:center;

    gap:12px;

    color:#fff;

    margin-bottom:30px;

}

.status-dot{

    width:10px;
    height:10px;

    border-radius:50%;

    background:#22c55e;

}

.metric{

    margin-bottom:25px;

}

.metric-top{

    display:flex;

    justify-content:space-between;

    color:#fff;

    margin-bottom:10px;

}

.bar{

    height:10px;

    background:rgba(255,255,255,.08);

    border-radius:50px;

}

.fill{

    height:100%;

    border-radius:50px;

    background:linear-gradient(
    90deg,
    #2563eb,
    #60a5fa
    );

}

.fill1{width:96%;}
.fill2{width:94%;}
.fill3{width:98%;}

.dashboard-stats{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:15px;

    margin-top:30px;

}

.mini-card{

    background:rgba(255,255,255,.05);

    padding:20px;

    border-radius:18px;

    text-align:center;

    color:#fff;

}

/* ==========================================================
   BACKGROUND EFFECTS
   ========================================================== */

.hero-grid-bg{

    position:absolute;

    inset:0;

    background-image:
    linear-gradient(
    rgba(255,255,255,.03) 1px,
    transparent 1px
    ),
    linear-gradient(
    90deg,
    rgba(255,255,255,.03) 1px,
    transparent 1px
    );

    background-size:60px 60px;

    animation:gridMove 20s linear infinite;

}

@keyframes gridMove{

    from{
        transform:translateY(0);
    }

    to{
        transform:translateY(60px);
    }

}

.orb{

    position:absolute;

    border-radius:50%;

    filter:blur(120px);

    opacity:.25;

}

.orb1{

    width:400px;
    height:400px;

    background:#2563eb;

    top:-120px;
    left:-120px;

    animation:float1 15s infinite ease-in-out;

}

.orb2{

    width:350px;
    height:350px;

    background:#0ea5e9;

    right:-100px;
    top:200px;

    animation:float2 18s infinite ease-in-out;

}

.orb3{

    width:300px;
    height:300px;

    background:#3b82f6;

    bottom:-100px;
    left:40%;

}

@keyframes float1{

    50%{
        transform:translateY(80px);
    }

}

@keyframes float2{

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

}

#particles{

    position:absolute;

    inset:0;

    z-index:1;

}

/* ==========================================================
   SECTIONS
   ========================================================== */

section{

    padding:120px 0;

}

.section-title{

    text-align:center;

    margin-bottom:80px;

}

.section-title span{

    color:#2563eb;

    font-weight:700;

    letter-spacing:2px;

}

.section-title h2{

    font-size:3.2rem;

    margin-top:10px;

    margin-bottom:20px;

    color:#0f172a;

}

.section-title p{

    max-width:800px;

    margin:auto;

    color:#64748b;

    font-size:1.1rem;

}

/* ==========================================================
   STATS
   ========================================================== */

.stats-grid{

    display:grid;

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

    gap:25px;

}

.stat-card{

    background:#fff;

    padding:45px;

    border-radius:24px;

    box-shadow:var(--shadow-md);

    text-align:center;

}

.stat-card h2{

    font-size:3rem;

    color:#2563eb;

}

/* ==========================================================
   SERVICES
   ========================================================== */

.services{

    background:#f8fafc;

}

.services-grid{

    display:grid;

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

    gap:30px;

}

.service-card{

    background:#fff;

    border-radius:24px;

    padding:40px;

    box-shadow:var(--shadow-md);

    transition:.35s;

}

.service-card:hover{

    transform:
    translateY(-12px);

}

.service-card i{

    font-size:2rem;

    color:#2563eb;

    margin-bottom:20px;

}

.service-card h3{

    margin-bottom:15px;

    font-size:1.4rem;

}

/* ==========================================================
   WHY US
   ========================================================== */

.why-grid{

    display:grid;

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

    gap:25px;

}

.why-card{

    background:#fff;

    padding:35px;

    border-radius:20px;

    box-shadow:var(--shadow-md);

    text-align:center;

    font-weight:700;

}

/* ==========================================================
   PROCESS
   ========================================================== */

.process{

    background:#f8fafc;

}

.timeline{

    display:grid;

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

    gap:20px;

}

.step{

    background:#fff;

    border-radius:24px;

    text-align:center;

    padding:35px;

    box-shadow:var(--shadow-md);

}

.step span{

    display:inline-flex;

    width:60px;
    height:60px;

    border-radius:50%;

    background:#2563eb;

    color:#fff;

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

    margin-bottom:20px;

}

/* ==========================================================
   CONTACT
   ========================================================== */

.contact{

    background:#07111f;

}

.contact-wrapper{

    display:grid;

    grid-template-columns:
    1fr
    1fr;

    gap:60px;

    align-items:start;

}

.contact-info{

    color:#fff;

}

.contact-info span{

    color:#60a5fa;

}

.contact-info h2{

    font-size:3rem;

    margin:20px 0 40px;

}

.info-item{

    margin-bottom:25px;

    display:flex;

    gap:15px;

    align-items:center;

}

.contact-form{

    background:
    rgba(255,255,255,.05);

    backdrop-filter:blur(20px);

    padding:40px;

    border-radius:24px;

}

.contact-form form{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.contact-form input,
.contact-form select,
.contact-form textarea{

    width:100%;

    padding:18px;

    border:none;

    border-radius:14px;

    font-family:inherit;

}

/* ==========================================================
   FOOTER
   ========================================================== */

footer{

    background:#030712;

    color:#94a3b8;

    text-align:center;

    padding:50px 0;

}

footer h3{

    color:#fff;

    margin-bottom:10px;

}

.copyright{

    margin-top:15px;

    opacity:.7;

}

/* ==========================================================
   REVEAL
   ========================================================== */

.reveal{

    opacity:0;

    transform:translateY(50px);

    transition:.8s ease;

}

.reveal.active{

    opacity:1;

    transform:translateY(0);

}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media(max-width:1200px){

.hero-content,
.contact-wrapper{
grid-template-columns:1fr;
}

.services-grid{
grid-template-columns:1fr 1fr;
}

.timeline{
grid-template-columns:1fr;
}

.why-grid{
grid-template-columns:1fr 1fr;
}

.stats-grid{
grid-template-columns:1fr 1fr;
}

.hero-left h1{
font-size:4rem;
}

}

@media(max-width:768px){

.container{
padding-left:20px;
padding-right:20px;
}

.hero-left h1{
font-size:3rem;
}

.nav-menu,
.nav-btn{
display:none;
}

.services-grid,
.stats-grid,
.why-grid{
grid-template-columns:1fr;
}

.section-title h2{
font-size:2.2rem;
}

.hero-trust{
flex-direction:column;
gap:20px;
}

}