/*==========================================================
    WaveAccent Technologies
    Premium Enterprise Theme
    Version : 1.0
==========================================================*/

/*==========================
Google Fonts
==========================*/

:root{

    --primary:#0057FF;
    --secondary:#00C8FF;
    --accent:#6A5CFF;

    --dark:#07162D;
    --dark2:#0C1F3F;
    --dark3:#12284D;

    --light:#F5F8FC;
    --white:#FFFFFF;

    --text:#B9C6D8;
    --heading:#FFFFFF;

    --success:#17C964;

    --radius:18px;

    --transition:.35s ease;

    --shadow:

    0 20px 60px rgba(0,0,0,.30);

}

/*==========================
Reset
==========================*/

*{

margin:0;
padding:0;
box-sizing:border-box;

}

html{

scroll-behavior:smooth;

}

body{

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

background:var(--dark);

color:var(--text);

overflow-x:hidden;

line-height:1.8;

}

img{

max-width:100%;

display:block;

}

a{

text-decoration:none;

transition:var(--transition);

}

ul{

list-style:none;

padding:0;

margin:0;

}

.section-padding{

padding:120px 0;

}

/*==========================
Typography
==========================*/

h1,
h2,
h3,
h4,
h5,
h6{

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

font-weight:700;

color:var(--heading);

line-height:1.2;

}

h1{

font-size:68px;

}

h2{

font-size:46px;

}

h3{

font-size:30px;

}

h4{

font-size:24px;

}

p{

font-size:17px;

color:var(--text);

}

.section-subtitle{

display:inline-block;

color:var(--secondary);

letter-spacing:3px;

font-size:13px;

font-weight:700;

text-transform:uppercase;

margin-bottom:15px;

}

.section-title{

max-width:700px;

margin:auto;

margin-bottom:25px;

}

.section-text{

max-width:760px;

font-size:18px;

color:var(--text);

}

/*==========================
Buttons
==========================*/

.btn{

padding:14px 34px;

font-weight:600;

border-radius:50px;

transition:.4s;

}

.btn-primary{

background:linear-gradient(
135deg,
var(--primary),
var(--secondary));

border:none;

}

.btn-primary:hover{

transform:translateY(-4px);

box-shadow:

0 20px 40px rgba(0,87,255,.35);

}

.btn-outline-light{

border:2px solid rgba(255,255,255,.4);

}

.btn-outline-light:hover{

background:#fff;

color:var(--primary);

}

/*==========================
Preloader
==========================*/

#preloader{

position:fixed;

top:0;
left:0;

width:100%;
height:100%;

background:var(--dark);

display:flex;

justify-content:center;

align-items:center;

z-index:99999;

}

.loader-wrapper{

position:relative;

width:170px;

height:170px;

display:flex;

justify-content:center;

align-items:center;

}

.loader-circle{

position:absolute;

width:170px;

height:170px;

border-radius:50%;

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

border-top-color:var(--secondary);

animation:spin 1.3s linear infinite;

}

.loader-wrapper img{

width:82px;

z-index:10;

}

@keyframes spin{

100%{

transform:rotate(360deg);

}

}

/*==========================
Navbar
==========================*/

#header{

position:fixed;

width:100%;

top:0;

left:0;

z-index:999;

transition:.4s;

}

.navbar{

padding:22px 0;

background:transparent;

transition:.4s;

}

.navbar.scrolled{

background:rgba(7,22,45,.95);

backdrop-filter:blur(18px);

box-shadow:

0 15px 40px rgba(0,0,0,.25);

padding:16px 0;

}

.logo{

height:54px;

}

.nav-link{

color:#fff;

font-weight:600;

margin-left:18px;

position:relative;

}

.nav-link:hover{

color:var(--secondary);

}

.nav-link::after{

content:"";

position:absolute;

left:0;

bottom:-8px;

width:0;

height:2px;

background:var(--secondary);

transition:.35s;

}

.nav-link:hover::after{

width:100%;

}

/*==========================
Hero Section
==========================*/

.hero{

position:relative;

min-height:100vh;

display:flex;

align-items:center;

background:

linear-gradient(
135deg,
#061225 0%,
#081A36 35%,
#0A244A 100%);

overflow:hidden;

}

.hero-overlay{

position:absolute;

width:100%;

height:100%;

background:

radial-gradient(circle at 70% 30%,

rgba(0,200,255,.12),

transparent 45%),

radial-gradient(circle at 20% 70%,

rgba(0,87,255,.14),

transparent 40%);

pointer-events:none;

}

#networkCanvas{

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

z-index:1;

}

.hero .container{

position:relative;

z-index:5;

}

.hero-content{

padding-top:120px;

}

.hero-label{

display:inline-block;

padding:10px 20px;

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

backdrop-filter:blur(14px);

border-radius:30px;

font-size:13px;

letter-spacing:2px;

color:#fff;

margin-bottom:28px;

}

.hero h1{

font-size:72px;

font-weight:800;

margin-bottom:25px;

}

.hero h1 span{

background:

linear-gradient(
90deg,
var(--secondary),
#ffffff);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

.hero p{

font-size:20px;

max-width:650px;

margin-bottom:40px;

line-height:1.9;

}

.hero-buttons{

display:flex;

gap:18px;

margin-bottom:55px;

}

.hero-metrics{

display:flex;

gap:60px;

}

.metric h3{

font-size:40px;

color:var(--secondary);

margin-bottom:5px;

}

.metric span{

font-size:14px;

color:#BFD3EA;

letter-spacing:1px;

text-transform:uppercase;

}

.hero-visual{

position:relative;

height:650px;

display:flex;

justify-content:center;

align-items:center;

}

#ai-network{

width:100%;

height:100%;

}

.center-glow{

position:absolute;

width:260px;

height:260px;

border-radius:50%;

background:

radial-gradient(circle,

rgba(0,200,255,.55),

transparent 70%);

filter:blur(35px);

animation:pulseGlow 5s infinite;

}

.center-logo{

position:absolute;

width:140px;

height:140px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

background:

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

backdrop-filter:blur(15px);

box-shadow:

0 0 60px rgba(0,200,255,.25);

}

.center-logo img{

width:82px;

}

@keyframes pulseGlow{

0%{

transform:scale(.9);

opacity:.6;

}

50%{

transform:scale(1.08);

opacity:1;

}

100%{

transform:scale(.9);

opacity:.6;

}

}

/*========== PART 2 STARTS BELOW ==========*/

/*==========================================================
        ABOUT SECTION
==========================================================*/

.about-home{

position:relative;

background:linear-gradient(
180deg,
#08162D 0%,
#0A1D39 100%);

overflow:hidden;

}

.about-home::before{

content:"";

position:absolute;

top:-250px;

right:-250px;

width:500px;

height:500px;

border-radius:50%;

background:radial-gradient(circle,
rgba(0,200,255,.08),
transparent 70%);

}

.about-home::after{

content:"";

position:absolute;

left:-200px;

bottom:-200px;

width:420px;

height:420px;

border-radius:50%;

background:radial-gradient(circle,
rgba(0,87,255,.08),
transparent 70%);

}

.about-image-wrapper{

position:relative;

padding:40px;

z-index:2;

}

.about-image-wrapper img{

border-radius:24px;

box-shadow:0 30px 80px rgba(0,0,0,.35);

}

.experience-card{

position:absolute;

top:0;

right:0;

background:linear-gradient(
135deg,
var(--primary),
var(--secondary));

padding:30px;

border-radius:20px;

width:220px;

text-align:center;

box-shadow:var(--shadow);

z-index:3;

}

.experience-card h2{

font-size:56px;

margin-bottom:8px;

}

.experience-card p{

margin:0;

color:#fff;

font-size:15px;

font-weight:500;

}

.feature-mini{

display:flex;

align-items:flex-start;

gap:18px;

margin-bottom:28px;

}

.feature-icon{

width:64px;

height:64px;

border-radius:18px;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

background:linear-gradient(
135deg,
rgba(0,87,255,.18),
rgba(0,200,255,.18));

color:var(--secondary);

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

}

.feature-mini h5{

margin-bottom:6px;

font-size:20px;

}

.feature-mini p{

font-size:15px;

line-height:1.7;

margin:0;

}

/*==========================================================
        ENTERPRISE CAPABILITIES
==========================================================*/

.capabilities{

background:#091A34;

position:relative;

overflow:hidden;

}

.capabilities::before{

content:"";

position:absolute;

left:50%;

top:-300px;

transform:translateX(-50%);

width:700px;

height:700px;

border-radius:50%;

background:radial-gradient(circle,
rgba(0,200,255,.06),
transparent 70%);

}

.capability-card{

position:relative;

height:100%;

padding:42px 30px;

border-radius:24px;

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

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

backdrop-filter:blur(18px);

transition:.45s;

overflow:hidden;

}

.capability-card::before{

content:"";

position:absolute;

top:0;

left:0;

width:4px;

height:0;

background:linear-gradient(
180deg,
var(--secondary),
var(--primary));

transition:.45s;

}

.capability-card:hover{

transform:translateY(-12px);

border-color:rgba(0,200,255,.35);

box-shadow:

0 25px 60px rgba(0,0,0,.30);

}

.capability-card:hover::before{

height:100%;

}

.capability-icon{

width:82px;

height:82px;

display:flex;

align-items:center;

justify-content:center;

font-size:36px;

border-radius:22px;

margin-bottom:28px;

background:linear-gradient(
135deg,
rgba(0,87,255,.15),
rgba(0,200,255,.15));

color:var(--secondary);

}

.capability-card h4{

margin-bottom:18px;

}

.capability-card p{

margin:0;

line-height:1.9;

}

/*==========================================================
        TRANSFORMATION TIMELINE
==========================================================*/

.transformation{

background:linear-gradient(
180deg,
#07162D,
#0C2141);

}

.timeline{

position:relative;

max-width:900px;

margin:70px auto 0;

padding-left:45px;

}

.timeline::before{

content:"";

position:absolute;

left:15px;

top:0;

bottom:0;

width:3px;

background:linear-gradient(
180deg,
var(--secondary),
var(--primary));

}

.timeline-item{

position:relative;

padding-left:55px;

margin-bottom:70px;

}

.timeline-item:last-child{

margin-bottom:0;

}

.timeline-number{

position:absolute;

left:-8px;

top:0;

width:46px;

height:46px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-weight:700;

background:linear-gradient(
135deg,
var(--primary),
var(--secondary));

color:#fff;

box-shadow:

0 0 25px rgba(0,200,255,.35);

}

.timeline-content{

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

padding:30px;

border-radius:20px;

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

transition:.35s;

}

.timeline-content:hover{

transform:translateX(8px);

border-color:rgba(0,200,255,.35);

}

.timeline-content h4{

margin-bottom:15px;

}

.timeline-content p{

margin:0;

}

/*========== PART 3 STARTS BELOW ==========*/
/*==========================================================
        INDUSTRIES
==========================================================*/

.industries{

background:#08162B;

position:relative;

overflow:hidden;

}

.industries::before{

content:"";

position:absolute;

top:-180px;

right:-180px;

width:450px;

height:450px;

border-radius:50%;

background:radial-gradient(circle,
rgba(0,200,255,.08),
transparent 72%);

}

.industry-card{

height:100%;

padding:45px 30px;

text-align:center;

border-radius:22px;

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

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

transition:.4s;

cursor:pointer;

}

.industry-card:hover{

transform:translateY(-12px);

background:linear-gradient(
180deg,
rgba(0,87,255,.12),
rgba(0,200,255,.08));

border-color:rgba(0,200,255,.35);

box-shadow:0 20px 50px rgba(0,0,0,.30);

}

.industry-card i{

font-size:52px;

color:var(--secondary);

margin-bottom:24px;

display:block;

}

.industry-card h4{

font-size:22px;

margin:0;

line-height:1.5;

}

/*==========================================================
        TECHNOLOGY ECOSYSTEM
==========================================================*/

.technology{

background:linear-gradient(
180deg,
#091A34,
#07162B);

}

.technology-grid{

display:grid;

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

gap:30px;

margin-top:70px;

}

.tech-column{

padding:35px;

border-radius:22px;

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

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

transition:.35s;

}

.tech-column:hover{

transform:translateY(-10px);

border-color:rgba(0,200,255,.30);

box-shadow:0 25px 60px rgba(0,0,0,.30);

}

.tech-column h4{

margin-bottom:28px;

padding-bottom:16px;

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

}

.tech-column ul{

display:flex;

flex-direction:column;

gap:15px;

}

.tech-column li{

display:flex;

align-items:center;

font-size:16px;

color:var(--text);

}

.tech-column li::before{

content:"";

width:10px;

height:10px;

margin-right:15px;

border-radius:50%;

background:var(--secondary);

box-shadow:

0 0 15px rgba(0,200,255,.6);

}

/*==========================================================
        SOLUTIONS
==========================================================*/

.solutions{

background:#08162D;

}

.solution-card{

height:100%;

padding:40px;

border-radius:24px;

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

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

transition:.4s;

position:relative;

overflow:hidden;

}

.solution-card::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:5px;

background:linear-gradient(
90deg,
var(--primary),
var(--secondary));

transform:scaleX(0);

transform-origin:left;

transition:.4s;

}

.solution-card:hover{

transform:translateY(-12px);

border-color:rgba(0,200,255,.30);

}

.solution-card:hover::before{

transform:scaleX(1);

}

.solution-icon{

width:85px;

height:85px;

border-radius:22px;

display:flex;

align-items:center;

justify-content:center;

background:linear-gradient(
135deg,
rgba(0,87,255,.15),
rgba(0,200,255,.15));

font-size:36px;

color:var(--secondary);

margin-bottom:28px;

}

.solution-card h4{

margin-bottom:20px;

}

.solution-card p{

margin:0;

line-height:1.9;

}

/*==========================================================
        BUSINESS OUTCOMES
==========================================================*/

.outcomes{

background:linear-gradient(
180deg,
#07162D,
#0A1E3A);

}

.outcome-list{

display:flex;

flex-direction:column;

gap:25px;

}

.outcome-list li{

display:flex;

align-items:center;

font-size:20px;

font-weight:500;

color:#E8EEF7;

}

.outcome-list i{

font-size:24px;

margin-right:18px;

color:var(--secondary);

}

/*========== PART 4 STARTS BELOW ==========*/

/*==========================================================
        STATISTICS
==========================================================*/

.statistics{

position:relative;

padding:100px 0;

background:
linear-gradient(
135deg,
#0057FF 0%,
#006EFF 35%,
#00C8FF 100%);

overflow:hidden;

}

.statistics::before{

content:"";

position:absolute;

top:-250px;

left:-250px;

width:550px;

height:550px;

border-radius:50%;

background:

radial-gradient(circle,
rgba(255,255,255,.12),
transparent 70%);

}

.statistics::after{

content:"";

position:absolute;

bottom:-220px;

right:-220px;

width:500px;

height:500px;

border-radius:50%;

background:

radial-gradient(circle,
rgba(255,255,255,.08),
transparent 70%);

}

.counter-box{

position:relative;

padding:40px 20px;

border-radius:20px;

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

backdrop-filter:blur(12px);

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

transition:.35s;

}

.counter-box:hover{

transform:translateY(-10px);

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

}

.counter-box h2{

font-size:60px;

font-weight:800;

color:#fff;

margin-bottom:12px;

}

.counter-box p{

margin:0;

font-size:16px;

font-weight:500;

letter-spacing:1px;

text-transform:uppercase;

color:#EAF4FF;

}



/*==========================================================
        INSIGHTS
==========================================================*/

.insights{

background:#08162B;

}

.insight-card{

height:100%;

padding:40px;

border-radius:22px;

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

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

transition:.4s;

}

.insight-card:hover{

transform:translateY(-12px);

border-color:rgba(0,200,255,.30);

box-shadow:

0 20px 50px rgba(0,0,0,.30);

}

.insight-card h4{

margin-bottom:18px;

}

.insight-card p{

margin-bottom:25px;

}

.insight-card a{

color:var(--secondary);

font-weight:600;

}

.insight-card a:hover{

color:#fff;

}



/*==========================================================
        CTA
==========================================================*/

.cta-section{

padding:120px 0;

background:

linear-gradient(
135deg,
#08162D,
#102B52);

}

.cta-box{

padding:70px;

border-radius:28px;

background:

linear-gradient(
135deg,
rgba(0,87,255,.18),
rgba(0,200,255,.12));

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

backdrop-filter:blur(18px);

box-shadow:

0 30px 80px rgba(0,0,0,.30);

}

.cta-box h2{

font-size:48px;

margin-bottom:25px;

}

.cta-box p{

font-size:19px;

line-height:1.9;

}



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

.footer{

background:#050F20;

padding-top:100px;

padding-bottom:35px;

}

.footer-logo{

height:60px;

}

.footer h5{

margin-bottom:28px;

font-size:22px;

}

.footer p{

color:#9FB1C8;

line-height:1.9;

}

.footer-links{

display:flex;

flex-direction:column;

gap:16px;

}

.footer-links a{

color:#9FB1C8;

transition:.35s;

}

.footer-links a:hover{

color:var(--secondary);

padding-left:8px;

}

.footer-contact{

display:flex;

flex-direction:column;

gap:22px;

}

.footer-contact li{

display:flex;

align-items:flex-start;

gap:16px;

color:#9FB1C8;

}

.footer-contact i{

font-size:20px;

color:var(--secondary);

margin-top:3px;

}

.social-links{

display:flex;

gap:16px;

}

.social-links a{

width:46px;

height:46px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

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

color:#fff;

font-size:18px;

transition:.35s;

}

.social-links a:hover{

background:var(--secondary);

color:var(--dark);

transform:translateY(-6px);

}

.footer-divider{

margin:60px 0 35px;

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

}

.copyright{

margin:0;

font-size:15px;

}

.footer .text-md-end a{

color:#9FB1C8;

margin-left:15px;

transition:.35s;

}

.footer .text-md-end a:hover{

color:var(--secondary);

}



/*==========================================================
        UTILITIES
==========================================================*/

.text-gradient{

background:linear-gradient(
90deg,
var(--secondary),
#ffffff);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

.glass{

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

backdrop-filter:blur(15px);

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

}

.shadow-lg{

box-shadow:var(--shadow);

}

.rounded-xl{

border-radius:24px;

}

/*========== PART 5 STARTS BELOW ==========*/

/*==========================================================
        ANIMATIONS
==========================================================*/

.fade-up{

opacity:0;

transform:translateY(30px);

transition:all .8s ease;

}

.fade-up.show{

opacity:1;

transform:translateY(0);

}

.fade-left{

opacity:0;

transform:translateX(-40px);

transition:all .8s ease;

}

.fade-left.show{

opacity:1;

transform:translateX(0);

}

.fade-right{

opacity:0;

transform:translateX(40px);

transition:all .8s ease;

}

.fade-right.show{

opacity:1;

transform:translateX(0);

}

.zoom-in{

opacity:0;

transform:scale(.92);

transition:all .7s ease;

}

.zoom-in.show{

opacity:1;

transform:scale(1);

}

.float{

animation:floatAnimation 6s ease-in-out infinite;

}

@keyframes floatAnimation{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-15px);

}

100%{

transform:translateY(0);

}

}

.rotate{

animation:rotateAnimation 25s linear infinite;

}

@keyframes rotateAnimation{

100%{

transform:rotate(360deg);

}

}

.glow{

animation:glowPulse 3.5s ease-in-out infinite;

}

@keyframes glowPulse{

0%{

box-shadow:0 0 0 rgba(0,200,255,.15);

}

50%{

box-shadow:

0 0 35px rgba(0,200,255,.45),

0 0 60px rgba(0,200,255,.20);

}

100%{

box-shadow:0 0 0 rgba(0,200,255,.15);

}

}

/*==========================================================
        SCROLLBAR
==========================================================*/

::-webkit-scrollbar{

width:10px;

}

::-webkit-scrollbar-track{

background:#061225;

}

::-webkit-scrollbar-thumb{

background:linear-gradient(
180deg,
var(--primary),
var(--secondary));

border-radius:50px;

}

::-webkit-scrollbar-thumb:hover{

background:var(--secondary);

}

/*==========================================================
        SELECTION
==========================================================*/

::selection{

background:var(--secondary);

color:#061225;

}

/*==========================================================
        FORM ELEMENTS
==========================================================*/

input,
textarea,
select{

width:100%;

padding:16px 20px;

border-radius:14px;

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

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

color:#fff;

font-size:16px;

transition:.3s;

outline:none;

}

input:focus,
textarea:focus,
select:focus{

border-color:var(--secondary);

box-shadow:

0 0 20px rgba(0,200,255,.18);

}

textarea{

min-height:180px;

resize:vertical;

}

::placeholder{

color:#8EA4C3;

}

/*==========================================================
        BACK TO TOP BUTTON
==========================================================*/

.back-to-top{

position:fixed;

right:30px;

bottom:30px;

width:52px;

height:52px;

border-radius:50%;

background:linear-gradient(
135deg,
var(--primary),
var(--secondary));

display:flex;

align-items:center;

justify-content:center;

color:#fff;

font-size:22px;

cursor:pointer;

opacity:0;

visibility:hidden;

transition:.35s;

z-index:999;

box-shadow:

0 10px 30px rgba(0,87,255,.35);

}

.back-to-top.active{

opacity:1;

visibility:visible;

}

.back-to-top:hover{

transform:translateY(-6px);

}

/*==========================================================
        NETWORK CANVAS
==========================================================*/

#networkCanvas{

position:absolute;

inset:0;

z-index:1;

pointer-events:none;

}

#ai-network{

width:100%;

height:100%;

display:block;

}

/*==========================================================
        LOADER HIDE
==========================================================*/

body.loaded #preloader{

opacity:0;

visibility:hidden;

transition:opacity .5s ease, visibility .5s ease;

}

/*==========================================================
        SMALL HELPER CLASSES
==========================================================*/

.mt-80{

margin-top:80px;

}

.mb-80{

margin-bottom:80px;

}

.py-120{

padding-top:120px;

padding-bottom:120px;

}

.text-light-muted{

color:#AFC0D7;

}

.border-gradient{

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

background:linear-gradient(
180deg,
rgba(255,255,255,.03),
rgba(255,255,255,.01));

}

/*==========================================================
        END OF FILE
==========================================================*/