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

.hero-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-top:20px;

}

.stat-card:hover{

    transform:translateY(-6px);

    border-color:var(--primary);

    box-shadow:0 20px 40px rgba(0,212,255,.18);

}

.btn-primary:hover{
transform:translateY(-3px);
}

/* OLD HERO RESPONSIVE BLOCK */

@media (max-width: 768px){

	/* OLD HERO RESPONSIVE BLOCK */

    .hero-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .hero-content{
        text-align:center;
    }

    .hero-title{
        font-size:36px;
        line-height:1.15;
        letter-spacing:-1px;
    }

    .hero-buttons{
        flex-direction:column;
        gap:15px;
    }

    .hero-buttons a{
        width:100%;
    }

    .hero-section{
        padding:80px 0 40px;


    }
}

@media (max-width:768px){

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

.hero-title{
font-weight:800;
line-height:1;
letter-spacing:-3px;
}

.gradient-text{

background:linear-gradient(
90deg,
#00D4FF,
#6B5CFF
);

-webkit-background-clip:text;
-webkit-text-fill-color:transparent;

}

.hero-description{

font-size:18px;

max-width:650px;

color:#b9c3d5;

margin-bottom:40px;

}

/* Homepage Hero Badge Override */

.hero-section .hero-badge{

    background-color:rgba(0,212,255,.12);
    background-image:none !important;

    border:1px solid rgba(0,212,255,.35);

    color:#00D4FF !important;

    -webkit-background-clip:border-box !important;
    background-clip:border-box !important;

    -webkit-text-fill-color:#00D4FF !important;

    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px);

    box-shadow:
        0 0 8px rgba(0,212,255,.45),
        0 0 20px rgba(0,212,255,.28),
        0 0 40px rgba(0,212,255,.15),
        inset 0 0 20px rgba(0,212,255,.06);

}

.stat-card h3{
font-size:46px;
font-weight:800;
color:#00D4FF;
margin-bottom:10px;
}

.hero-content h1{

    line-height:1.05;
    font-weight:800;
    letter-spacing:-2px;
	max-width:700px;
    margin-bottom:20px;
}

.hero-content p{
max-width:650px;
    margin-bottom:30px;
    line-height:1.8;
    color:#b9c3d5;
    font-size:18px;

}

.hero-buttons{
display:flex;
    gap:20px;
    flex-wrap:nowrap;
    justify-content:flex-start;
    margin-bottom:30px;

}

/* HERO BUTTONS */

.hero-buttons .btn-primary{

    min-width:320px;
    width:auto;

    background:linear-gradient(
        135deg,
        #00D4FF,
        #8B5CF6
    );

    border:none;

    color:#fff;

    box-shadow:
        0 15px 40px rgba(0,212,255,.25),
        0 15px 40px rgba(139,92,246,.25);

    transition:all .35s ease;

}

.hero-buttons .btn-primary:hover{

    transform:translateY(-4px);

    box-shadow:
        0 20px 50px rgba(0,212,255,.35),
        0 20px 50px rgba(139,92,246,.35);

}

/* HERO VIEW PORTFOLIO BUTTONS */

.hero-buttons .btn-secondary{


    min-width:320px;
    width:auto;

    background:linear-gradient(
        135deg,
        #1A2340,
        #2A245F
    );

    color:#fff;

    border:1px solid rgba(139,92,246,.80);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.10),
        0 0 0 1px rgba(139,92,246,.40),
        0 0 35px rgba(139,92,246,.35),
        0 0 60px rgba(139,92,246,.18);

    transition:all .35s ease;

}

/* HOVER */

.hero-buttons .btn-secondary:hover{

    transform:translateY(-4px);

    background:linear-gradient(
        135deg,
        #A855F7,
        #4F8FFF,
        #00E5FF
    );

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

    box-shadow:
        0 0 35px rgba(0,229,255,.45),
        0 0 70px rgba(168,85,247,.35);

}

.hero-image img{

width:100%;

border-radius:20px;

}

.logo-track{

display:flex;

position:relative;
    z-index:2;

align-items:center;

gap:20px;

width:max-content;

animation:logoScroll 35s linear infinite;

}

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

.stat-card{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:30px 20px;
    min-height:140px;
    backdrop-filter:blur(20px);
    display:flex;
    flex-direction:column;
    justify-content:center;
    width:100%;
    min-width:auto;
    transition:.35s ease;
	box-shadow:0 0 20px rgba(0,212,255,.06);
}

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

.services-section{

    padding:120px 0;

    position:relative;

}

.services-section .container{

    max-width:1400px;

    margin:0 auto;

}

/* ==========================================================
   SERVICES SECTION PREMIUM SPACING (V4)
========================================================== */

.services-section{

    position:relative;

    padding:140px 0;

    overflow:hidden;

    background:
    radial-gradient(circle at top,
    rgba(0,212,255,.06),
    transparent 45%);

}

.services-section::before{

    content:"";

    position:absolute;

    width:700px;

    height:700px;

    left:50%;

    top:-320px;

    transform:translateX(-50%);

    border-radius:50%;

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

    filter:blur(130px);

    pointer-events:none;

}

.section-title{

    position:relative;

    z-index:2;

    max-width:860px;

    margin:0 auto;

    text-align:center;

}

.services-section>.container>p{

    position:relative;

    z-index:2;

    max-width:760px;

    margin:28px auto 90px;

    text-align:center;

    font-size:20px;

    line-height:1.9;

    color:rgba(255,255,255,.72);

}

.section-title h2{

    margin:22px 0 0;

    font-size:60px;

    line-height:1.08;

    font-weight:800;

    letter-spacing:-1px;

}

.section-title .section-badge{

    padding:10px 22px;

    border-radius:999px;

    backdrop-filter:blur(12px);

}

.services-grid{

    position:relative;

    z-index:2;

}

@media (max-width:991px){

.section-title h2{

font-size:46px;

}

.services-section>.container>p{

font-size:18px;

margin-bottom:70px;

}

}

@media (max-width:767px){

.services-section{

padding:90px 0;

}

.section-title h2{

font-size:34px;

}

.services-section>.container>p{

font-size:17px;

line-height:1.8;

margin-bottom:50px;

}

}

/* ==========================================================
   SECTION HEADER
========================================================== */

.section-title{

    text-align:center;

    max-width:900px;

    margin:0 auto 20px;

}

.section-title h2{

    margin-top:18px;

    margin-bottom:18px;

}

.services-section> .container>p{

    max-width:760px;

    margin:0 auto 70px;

    text-align:center;

    color:var(--text-light);

    line-height:1.8;

}

/* ==========================================================
   GRID
========================================================== */

.services-grid{

    display:grid;

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

    gap:40px;

    max-width:1280px;

    margin:0 auto;

    align-items:stretch;

}

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

.service-card{

    position:relative;

    display:flex;

    flex-direction:column;

    justify-content:flex-start;

    height:100%;

    min-height:430px;

    padding:34px;

    border-radius:28px;

    background:rgba(18,28,60,.82);

    backdrop-filter:blur(18px);

    -webkit-backdrop-filter:blur(18px);

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

    overflow:hidden;

    transition:
        transform .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;

}

.service-card::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
        135deg,
        rgba(0,212,255,.05),
        rgba(107,92,255,.05)
    );

    opacity:0;

    transition:.35s;

}

.service-card:hover{

    transform:translateY(-10px);

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

    box-shadow:

        0 30px 70px rgba(0,0,0,.35),

        0 0 30px rgba(0,212,255,.12);

}

.service-card:hover::before{

    opacity:1;

}

/* ==========================================================
   CARD TOP
========================================================== */

.service-card-top{

    display:flex;

    justify-content:space-between;

    align-items:flex-start;

    margin-bottom:28px;

}

.service-tag{

    padding:8px 16px;

    border-radius:999px;

    font-size:12px;

    font-weight:600;

    color:#00D4FF;

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

    border:1px solid rgba(0,212,255,.18);

}

/* ==========================================================
   ICON
========================================================== */

.service-icon{

    width:72px;

    height:72px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

    border-radius:22px;

    color:#00D4FF;

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

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

    box-shadow:

        0 15px 35px rgba(0,0,0,.20);

    transition:.35s;

}

.service-card:hover .service-icon{

    transform:scale(1.08);

    color:#fff;

    background:linear-gradient(

        135deg,

        #00D4FF,

        #6B5CFF

    );

}

/* ==========================================================
   TYPOGRAPHY
========================================================== */

.service-card h3{

    font-size:28px;

    line-height:1.25;

    margin-bottom:20px;

    color:#fff;

    transition:.35s;

}

.service-card p{

    color:var(--text-light);

    line-height:1.8;

    margin-bottom:35px;

    flex:1;

}

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

.service-footer{

    margin-top:auto;

}

.service-link{

    display:inline-flex;

    align-items:center;

    gap:10px;

    font-weight:600;

    color:#fff;

    text-decoration:none;

    transition:.35s;

}

.service-link:hover{

    color:#00D4FF;

}

.service-link .arrow{

    transition:.35s;

}

.service-link:hover .arrow{

    transform:translateX(6px);

}

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

@media(max-width:991px){

    .services-grid{

        grid-template-columns:1fr;

        gap:30px;

    }

}

@media(max-width:767px){

    .services-grid{

        grid-template-columns:1fr;

    }

    .service-card{

        min-height:auto;

    }

}

@media(max-width:992px){

    .services-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .section-title h2{
        font-size:42px;
    }

}

@media(max-width:768px){

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

	.industries-grid,
    .tech-grid,
    .portfolio-grid{
        grid-template-columns:1fr;
    }

    .section-title h2{
        font-size:34px;
    }

}



/* ==========================
   INDUSTRIES
========================== */

.industries-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
	max-width:1200px;
    margin:0 auto;
}

@media(max-width:992px){
    .industries-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){
    .industries-grid{
        grid-template-columns:1fr;
    }
}

.industry-card:hover{
    transform:translateY(-6px);

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

    background:linear-gradient(
        180deg,
        rgba(20,35,80,.95),
        rgba(8,15,40,.95)
    );

    box-shadow:
        0 15px 40px rgba(0,212,255,.12),
        0 0 30px rgba(0,212,255,.12);

    z-index:2;
}


.industry-icon{

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

width:80px;
height:80px;

margin:0 auto 20px;

font-size:38px;

border-radius:20px;

background:
linear-gradient(
135deg,
rgba(0,212,255,.15),
rgba(107,92,255,.15)
);

}

.industry-card h3{

	font-size:26px;
    font-weight:800;
    margin:25px 0 15px;
    color:#fff;

	transition:all .4s ease;
}

.industry-card p{

    font-size:17px;

    line-height:1.8;

    color:#b9c3d5;

}

/* DUPLICATE INDUSTRIES RESPONSIVE - REMOVE AFTER FINAL AUDIT */

@media(max-width:992px){

.industries-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

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

}

/* DUPLICATE INDUSTRIES RESPONSIVE - REMOVE AFTER FINAL AUDIT */

/* ==========================
   TECHNOLOGY STACK
========================== */

.tech-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;

}

.tech-card{

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

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

border-radius:24px;

padding:35px;

text-align:center;

backdrop-filter:blur(20px);

transition:.35s ease;

}

.tech-card:hover{

transform:translateY(-10px);

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

box-shadow:
0 20px 60px rgba(0,212,255,.12);

}

.tech-card:hover img{

transform:scale(1.12);

}

.tech-card{

position:relative;
overflow:hidden;

}

.tech-card p{

margin-top:10px;

font-size:14px;

color:rgba(255,255,255,.65);

line-height:1.6;

}

.tech-card h3{

margin-top:10px;
margin-bottom:8px;

font-size:22px;
font-weight:700;

}

.tech-card::before{

content:"";

position:absolute;

top:-100%;
left:-100%;

width:220%;
height:220%;

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

transition:.5s ease;

}

.tech-card:hover::before{

top:-60%;
left:-60%;

}

.tech-card img{

width:70px;
height:70px;

object-fit:contain;

margin:0 auto 20px;

display:block;

transition:.35s ease;

}

.tech-card:hover img{

transform:scale(1.12);

}

.tech-card h3{

font-size:22px;

}

@media(max-width:992px){

.tech-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

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

}

/* ==========================
   TRUSTED BRANDS
========================== */

.logo-carousel{

    position:relative;

    overflow:visible;

    padding:30px 0 40px;

}

.logo-item{

min-width:180px;

height:90px;

position:relative;

overflow:visible;

display:flex;

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

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

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

border-radius:20px;

font-weight:700;

font-size:18px;

color:var(--text-light);

transition:.3s ease;

}

.logo-item:hover{

    transform:translateY(-4px);

    border-color:#18d8ff;

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

    box-shadow:

        0 0 18px rgba(24,216,255,.30),

        inset 0 0 18px rgba(24,216,255,.06);

}

@keyframes logoScroll{

0%{
transform:translateX(0);
}

100%{
transform:translateX(-50%);
}

}

/* ==========================
   PORTFOLIO PREMIUM
========================== */

.portfolio-placeholder{

height:220px;

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

background:
linear-gradient(
135deg,
rgba(0,212,255,.08),
rgba(107,92,255,.08)
);

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

}

.portfolio-placeholder span{

font-weight:700;
color:var(--text-light);

}

.portfolio-category{

display:inline-block;

margin:25px 25px 10px;

padding:8px 16px;

border-radius:50px;

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

color:var(--primary);

font-size:13px;
font-weight:700;

}

.portfolio-result{

    margin:0;

    font-size:16px;

    line-height:1.8;

    font-weight:400;

    color:var(--text-light);

}

.portfolio-stack{

padding:0 25px;

color:var(--text-light);

font-size:14px;

}

/* ==========================
   PORTFOLIO
========================== */



/* Mobile Fix */
@media(max-width:991px){

    .portfolio-section .portfolio-grid{
        grid-template-columns:repeat(2,1fr) !important;
    }

}

@media(max-width:768px){

    .portfolio-section .portfolio-grid{
        grid-template-columns:1fr !important;
    }

}

    .related-projects .portfolio-card{
        width:100% !important;
    }

	/* Tablet */
@media(max-width:991px){

    .related-projects .portfolio-grid{
        grid-template-columns:repeat(2,1fr) !important;
    }

}

@media(max-width:768px){

    .related-projects .portfolio-grid{
        grid-template-columns:1fr !important;
    }

}

.portfolio-card:hover{

transform:translateY(-10px);

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

box-shadow:
0 20px 60px rgba(0,212,255,.12);

}

.portfolio-content{

    padding:30px;

    display:flex;

    flex-direction:column;

    gap:18px;

}

.portfolio-card img{

width:100%;
height:240px;
object-fit:cover;

}

.portfolio-card h3{

    margin:0;

    font-size:28px;

    line-height:1.35;

    color:#fff;

}

.portfolio-card p{

padding:0 25px 25px;

}

.portfolio-category{

    display:inline-flex;

    align-self:flex-start;

    padding:8px 16px;

    border-radius:50px;

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

    color:var(--primary);

    font-size:13px;

    font-weight:700;

}

/* ==========================
   TESTIMONIALS
========================== */

.testimonials-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;

}

.swiper-slide-active .testimonial-card{
    border:1px solid rgba(0,212,255,.35);

    box-shadow:
        0 0 30px rgba(0,212,255,.15);
}

.testimonial-card:hover{

transform:translateY(-10px);

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

box-shadow:
0 20px 60px rgba(0,212,255,.12);

}

.rating{

font-size:22px;

margin-bottom:20px;

color:#FFD700;

}

.testimonial-card p{
    font-size:24px;
    line-height:1.8;
    font-weight:500;
    max-width:760px;
    letter-spacing:-0.2px;
	margin:0 auto 25px;
    position:relative;
	padding-left:0;
	text-wrap:balance;

}

.testimonial-card p::before{
    content:'❝';
    display:block;
    text-align:center;
    font-size:48px;
    line-height:1;
    color:rgba(0,212,255,.35);
    margin-bottom:5px;
}

.testimonial-card span{

color:var(--text-light);

}

@media(max-width:992px){

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

}

/* ==========================
   TESTIMONIAL SLIDER
========================== */

.testimonial-slider{

position:relative;
	max-width:900px;
    margin:0 auto;
}

.testimonial-slider,
.swiper,
.swiper-wrapper{
    overflow:hidden;
}


.testimonial-track{

display:flex;
gap:0px;
transition:.5s ease;

}

.testimonial-card{
     display:flex;
    flex-direction:column;

    flex:0 0 100%;
    width:100%;
    min-width:100%;
    max-width:100%;

    margin:0 auto;
    padding:25px 45px;
    min-height:420px;

    text-align:center;

    position:relative;
    overflow:hidden;

    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.08);
    border-radius:30px;

    backdrop-filter:blur(20px);
}

.testimonial-card.active{
    border:1px solid rgba(0,212,255,.35);

    box-shadow:
        0 0 30px rgba(0,212,255,.12),
        0 20px 50px rgba(0,0,0,.25);
}

.testimonial-author{
    margin-top:auto;
}

.testimonial-author h4{
    font-size:28px;
    font-weight:700;
    margin-bottom:8px;
	color:#fff;

}

.testimonial-author span,
.testimonial-author p{
    font-size:18px;
    opacity:.8;
	color:rgba(255,255,255,.7);
}

.testimonial-rating{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-bottom:25px;
}

.testimonial-rating span{
    font-size:28px;
    filter:drop-shadow(0 0 8px rgba(0,212,255,.4));
}

.testimonial-rating span:nth-child(1){
    color:#00D4FF;
}

.testimonial-rating span:nth-child(2){
    color:#29C5FF;
}

.testimonial-rating span:nth-child(3){
    color:#4DA6FF;
}

.testimonial-rating span:nth-child(4){
    color:#6366F1;
}

.testimonial-rating span:nth-child(5){
    color:#8B5CF6;
}

.testimonial-dots{

display:flex;

justify-content:center;

gap:10px;

margin-top:40px;

}

.testimonial-dots span{

width:12px;
height:12px;

border-radius:50%;

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

cursor:pointer;

}

.testimonial-dots span.active{

background:var(--primary);

}

@media(max-width:992px){

.testimonial-card{
min-width:100%;
}

}

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

/* OLD HERO RESPONSIVE - DO NOT USE */



/* OLD HERO RESPONSIVE BLOCK START */

	@media (max-width:768px){

.hero-section{

padding-top:120px;

}

}

/* OLD HERO RESPONSIVE BLOCK END */


	.hero-stats{

margin-top:20px;

grid-template-columns:1fr 1fr;

}

.hero-buttons{

flex-direction:column;

}

.cta-box{
padding:50px 25px;

}

.cta-box h2{
font-size:36px;
}

.cta-box p{
font-size:18px;
margin:30px auto 48px;
margin-top:0;
}

.floating-whatsapp{
bottom:25px;
left:25px;

z-index:999;

}

@media (max-width:768px){

.floating-whatsapp{

width:55px;
height:55px;

}

}

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

.dashboard-mockup{

width:100%;
max-width:560px;
margin-top:25px;
position:relative;
z-index:20;
background:rgba(8,12,30,.88);
border:1px solid rgba(255,255,255,.08);
border-radius:30px;
overflow:hidden;
backdrop-filter:blur(20px);
box-shadow:
0 30px 80px rgba(0,0,0,.25);
}

.dashboard-header{

display:flex;
gap:10px;

padding:18px 20px;

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

}

.dashboard-header span{

width:12px;
height:12px;

border-radius:50%;

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

}

.dashboard-body{

padding:25px;

display:grid;

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

gap:20px;

}

.metric-card{

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

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

border-radius:20px;

padding:22px;

}

.metric-card small{

display:block;

color:var(--text-light);

margin-bottom:10px;

}

.metric-card h3{

font-size:32px;

color:var(--primary);

}

/* =========================================
   HERO DASHBOARD — PREMIUM GROWTH CHART
========================================= */

.chart-card{
    grid-column:1 / -1 !important;

    height:180px;

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

    position:relative;
    overflow:hidden;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.025) 0%,
            rgba(0,212,255,.015) 100%
        );
}


/* CHART GRID */

.chart-grid{
    position:absolute;
    inset:24px 34px 26px;

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

    background-size:
        100% 32px,
        25% 100%;

    pointer-events:none;
}


/* SOFT AREA GLOW */

.chart-area{
    position:absolute;

    left:35px;
    right:35px;
    bottom:28px;

    height:100px;

    background:linear-gradient(
        180deg,
        rgba(0,212,255,.20) 0%,
        rgba(79,172,254,.08) 48%,
        rgba(107,92,255,0) 100%
    );

    clip-path:polygon(
        0 78%,
        24% 62%,
        48% 70%,
        73% 35%,
        100% 8%,
        100% 100%,
        0 100%
    );

    filter:blur(2px);
}


/* GROWTH LINE */

.chart-line{
    position:absolute;

    left:35px;
    right:35px;
    bottom:28px;

    height:100px;

    background:linear-gradient(
        90deg,
        #00D4FF 0%,
        #4FACFE 55%,
        #8B5CF6 100%
    );

    clip-path:polygon(
        0 76%,
        24% 60%,
        48% 68%,
        73% 33%,
        100% 6%,
        100% 10%,
        73% 37%,
        48% 72%,
        24% 64%,
        0 80%
    );

    box-shadow:
        0 0 14px rgba(0,212,255,.55),
        0 0 28px rgba(79,172,254,.30);
}


/* DATA POINTS */

.chart-point{
    position:absolute;

    width:10px;
    height:10px;

    border:2px solid #00D4FF;
    border-radius:50%;

    background:#081225;

    box-shadow:
        0 0 8px rgba(0,212,255,.95),
        0 0 18px rgba(0,212,255,.55);

    transform:translate(-50%, 50%);

    z-index:3;
}

.chart-point.point-1{
    left:35px;
    bottom:52px;
}

.chart-point.point-2{
    left:27%;
    bottom:68px;
}

.chart-point.point-3{
    left:49%;
    bottom:60px;
}

.chart-point.point-4{
    left:72%;
    bottom:95px;
}

.chart-point.point-5{
    right:30px;
    bottom:122px;
}

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


.communication-grid{

    display:grid;

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

    gap:24px;

    max-width:1000px;

    margin:0 auto;

}

@media(max-width:768px){

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

}


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

/* ==================
   TABLETS
================== */

@media (max-width: 992px){

.hero-grid{
grid-template-columns:1fr;
gap:60px;
text-align:center;
}

@media(max-width:768px){

    .services-grid,
    .industries-grid,
    .tech-grid,
    .portfolio-grid{

        grid-template-columns:1fr !important;

    }

}


.hero-buttons{
justify-content:center;
}

.hero-stats{
justify-content:center;
flex-wrap:wrap;
}

.dashboard-mockup{
max-width:100%;
}

}


/* ==================
   TABLET PORTRAIT
================== */

@media (max-width:1024px){

    .hero-title{
        font-size:72px;
    }

}

@media (max-width:768px){

    .hero-title{
        font-size:48px;
        line-height:1.1;
        letter-spacing:-1px;
    }

    .hero-content{
        width:100%;
        max-width:100%;
        padding:0 20px;
        text-align:center;
    }

    .hero-subtitle{
        font-size:18px;
        line-height:1.7;
    }

    .hero-content h1{
        line-height:1.1;
    }

    .hero-buttons{
        flex-direction:column;
        gap:15px;
    }

    .hero-buttons a{
        width:100%;
    }

    .services-grid,
    .industries-grid,
    .tech-grid,
    .portfolio-grid{
        grid-template-columns:1fr;
    }

    .section-title h2{
        font-size:36px;
    }

    .chart-card{
        grid-column:span 1;
    }

    .testimonial-card{
        min-width:100%;
        padding:30px 25px;
    }

    .testimonial-card p{
        font-size:20px;
        padding-left:20px;
    }

    .testimonial-card p::before{
        font-size:50px;
        top:-5px;
    }

}


/* ==================
   MOBILE
================== */

@media (max-width: 576px){

.container{
padding:0 18px;
}

.hero-section{
padding-top:80px;
}

.hero-content p{
font-size:16px;
}

.section-title h2{
font-size:30px;
}

.stat-card{
width:100%;
}

.logo-item{
min-width:140px;
height:70px;
font-size:15px;
}

.metric-card h3{
font-size:26px;
}

.dashboard-header{
padding:15px;
}

.dashboard-body{
padding:15px;
}

}


/* ==================
   SMALL MOBILE
================== */

@media (max-width:480px){

	.hero-title{
        font-size:36px;
        line-height:1.15;
        letter-spacing:0;
    }
}


	@media(max-width:768px){

.services-section,
.industries-section{
    padding-top: 60px;
    padding-bottom: 120px;
	margin-top: -100px !important;
}

.tech-section .section-title {
    margin-bottom: 60px;

}

		.trusted-section .section-title,
.logo-carousel .section-title {
    padding-top: 0 !important;
}

.tech-section .section-title p {
    font-size: 18px;
    line-height: 1.8 !important;
    padding-bottom: 15px !important;
	overflow: visible !important;

}


.portfolio-section,
.testimonials-section,
.cta-section{

padding:80px 0;

}

}

.metric-card{
padding:18px;
}

.metric-card h3{
font-size:22px;
}

@keyframes logoScroll{

0%{
transform:translateX(0);
}

100%{
transform:translateX(-50%);
}

}

/* =========================
   PORTFOLIO PREMIUM
========================= */

.portfolio-card{

    position:relative;

    display:flex;

    flex-direction:column;

    height:100%;

    max-width:540px;

    width:100%;

    margin:0 auto;

    overflow:hidden;

    border-radius:24px;

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

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

    transition:.35s ease;

}

.portfolio-card:hover{

transform:translateY(-10px);

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

}

.portfolio-placeholder{

height:220px;

background:
linear-gradient(
135deg,
#00d4ff,
#6b5cff
);

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

font-size:22px;
font-weight:700;
color:#fff;

}

.portfolio-tags{

display:flex;

flex-wrap:wrap;

gap:10px;

padding:0 25px 20px;

}

.portfolio-tags span{

padding:8px 14px;

border-radius:50px;

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

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

font-size:13px;

font-weight:600;

color:#00d4ff;

}

.portfolio-link{

display:inline-flex;

align-items:center;

gap:8px;

font-weight:600;

transition:.3s;

}

.portfolio-link:hover{

transform:translateX(6px);

}

/* Force Font Awesome */

.fa,
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands {
    font-family: "Font Awesome 5 Free" !important;
}

.fas,
.fa-solid {
    font-weight: 900 !important;
}

.fab,
.fa-brands {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400 !important;
}

/* ==========================
   PORTFOLIO IMAGE FIX
========================== */

.portfolio-placeholder{
    height:260px;
    overflow:hidden;
    border-radius:20px;
}

.portfolio-placeholder img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* ==========================
   SINGLE PORTFOLIO
========================== */

.portfolio-single{
    padding:120px 0;
}

.portfolio-featured-image{
    border-radius:20px;
    overflow:hidden;
    margin-bottom:40px;
}

.portfolio-featured-image img{
    width:100%;
    display:block;
}

.portfolio-single h1{
    font-size:48px;
    margin-bottom:30px;
    color:#fff;
}

.portfolio-content{
    max-width:900px;
    color:#d6d6d6;
    line-height:1.9;
    font-size:18px;
}

.portfolio-content{
    max-width:900px;
    margin:0 auto;
}

.portfolio-content h2{
    margin-top:40px;
    margin-bottom:15px;
    font-size:32px;
    color:#fff;
}

.portfolio-content p,
.portfolio-content li{
    font-size:18px;
    line-height:1.8;
    color:#d6d6d6;
}

.related-projects .portfolio-grid{
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:30px !important;
}

@media(max-width:991px){
    .related-projects .portfolio-grid{
        grid-template-columns:repeat(2,1fr) !important;
    }
}

@media(max-width:768px){
    .related-projects .portfolio-grid{
        grid-template-columns:1fr !important;
    }
}

.related-projects .portfolio-card{
    height:100%;
    display:flex;
    flex-direction:column;
}

.related-projects .portfolio-placeholder{
    height:230px;
    overflow:hidden;
}

.related-projects .portfolio-placeholder img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.portfolio-cta{
    margin-top:120px !important;
    text-align:center !important;
}

.related-projects .portfolio-card{
    height:100%;
    display:flex;
    flex-direction:column;
}

.related-projects .portfolio-placeholder{
    height:220px;
    overflow:hidden;
}

.related-projects .portfolio-placeholder img{
    width:100%;
    height:100%;
    object-fit:cover;
}

@media screen and (max-width:768px){

    .related-projects .portfolio-grid{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:20px !important;
    }

}

.project-meta{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin:40px 0;
    padding:30px;
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
}

.project-meta div{
    color:#d6d6d6;
}

.project-meta strong{
    color:#00d4ff;
}

@media(max-width:768px){

    .project-meta{
        grid-template-columns:1fr;
    }

}

.project-demo-btn{
    margin:40px 0;
    text-align:center;
}

/* ==========================
   PORTFOLIO FILTERS
========================== */

.portfolio-filters{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    justify-content:center;
    margin-bottom:60px;
}

.filter-btn{
    padding:12px 24px;
    border-radius:50px;
    background:#0b1229;
    border:1px solid rgba(255,255,255,.08);
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.filter-btn:hover{
    background:linear-gradient(
        90deg,
        #00d4ff,
        #6a5cff
    );
    color:#fff;
}

.filter-btn.active{
    background:linear-gradient(
        90deg,
        #00d4ff,
        #6a5cff
    );
}

.portfolio-badge{
    display:inline-flex;
    align-self:flex-start;

    padding:8px 16px;
    margin-bottom:15px;

    border-radius:30px;

    font-size:12px;
    font-weight:600;

    background:rgba(0,212,255,.15);
    color:#00d4ff;

    border:1px solid rgba(0,212,255,.25);
}

/* Portfolio Equal Height Cards */

.portfolio-grid{

    display:grid;

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

    gap:56px;

    max-width:1180px;

    margin:70px auto 0;

    align-items:stretch;

}

@media(max-width:992px){

    .portfolio-grid{

        grid-template-columns:1fr;

        gap:32px;

    }

}

.portfolio-card .portfolio-content{
    display:flex;
    flex-direction:column;
    flex:1;
}

.portfolio-card a:last-child{
    margin-top:auto;
}

/* Industry Icons */

/* INDUSTRY CARDS */

.industry-card:hover h3{
    color:#fff;
    transform:translateY(-2px);
	 text-shadow:none;

}

.industry-card:hover i{

    transform:scale(1.15) rotate(5deg);

    text-shadow:
        0 0 20px currentColor,
        0 0 40px currentColor;

}

/* INDUSTRY ICONS */

.industry-card i{
    display:flex;
    align-items:center;
    justify-content:center;

    width:90px;
    height:90px;

    margin:0 auto 25px;

    font-size:42px;

    border-radius:24px;

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

    transition:all .35s ease;
}

/* Colors */

.industry-card:nth-child(1) i{
    color:#00D4FF;
}

.industry-card:nth-child(2) i{
    color:#FF5E7E;
}

.industry-card:nth-child(3) i{
    color:#FFB100;
}

.industry-card:nth-child(4) i{
    color:#22C55E;
}

.industry-card:nth-child(5) i{
    color:#38BDF8;
}

.industry-card:nth-child(6) i{
    color:#A855F7;
}

.industry-card:nth-child(7) i{
    color:#F97316;
}

.industry-card:nth-child(8) i{
    color:#84CC16;
}

.industry-card{
    min-height:320px;
    position:relative;
    overflow:hidden;

    display:flex;
    flex-direction:column;
    justify-content:flex-start;

    padding:35px;

    border-radius:24px;
    text-align:center;

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

    transition:all .4s ease;
}

.industry-card::after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;

    background:linear-gradient(
        90deg,
        #00d4ff,
        #8b5cf6
    );

    opacity:0;
    transition:.4s ease;
}

.industry-card:hover::after{
    opacity:1;
}

/* Industry Section Center Fix */

.industries-section .section-title{
    text-align:center !important;
    max-width:900px;
    margin:0 auto 60px !important;
}

.industries-section .section-title span{
    display:inline-flex !important;
    width:auto !important;
    max-width:max-content !important;
	margin-bottom:20px;

    padding:10px 22px;
    border-radius:24px;
	border:1px solid rgba(255,255,255,.06);
    background:rgba(0,212,255,.08);

    color:var(--primary);
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

/* ====================================
GLOBAL SECTION TITLE FIX
==================================== */

.trusted-section{

    position:relative;

    padding:110px 0 70px;

    overflow:hidden;

    isolation:isolate;

}

.trusted-section::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    radial-gradient(circle at 20% 20%,
    rgba(0,212,255,.08),
    transparent 38%),

    radial-gradient(circle at 80% 70%,
    rgba(124,92,255,.08),
    transparent 38%);

    pointer-events:none;

}

.trusted-section .container{

    position:relative;

    z-index:2;

}

@media(max-width:768px){

    .section-title h2{
        font-size:36px;
        line-height:1.3;
    }

    .section-title p{
        font-size:16px;
    }

}

/* Services Icon Colors */

.service-card:nth-child(1) i{
    color:#00D4FF; /* AI */
}

.service-card:nth-child(2) i{
    color:#6B5CFF; /* Software */
}

.service-card:nth-child(3) i{
    color:#22C55E; /* WordPress */
}

.service-card:nth-child(4) i{
    color:#38BDF8; /* Web */
}

.service-card:nth-child(5) i{
    color:#F59E0B; /* SEO */
}

.service-card:nth-child(6) i{
    color:#EF4444; /* Marketing */
}

.service-card:nth-child(7) i{
    color:#8B5CF6; /* Mobile */
}

.service-card:nth-child(8) i{
    color:#06B6D4; /* Cloud */
}

.service-card:nth-child(9) i{
    color:#10B981; /* Ecommerce */
}

.service-card:before{
    content:'';
    position:absolute;
	transition:all .4s ease;
    top:0;
    left:0;
    width:100%;
    height:3px;
    background:linear-gradient(
        90deg,
        #00d4ff,
        #6b5cff
    );
}

.service-card:hover .service-link{
 color:#00d4ff !important;
    transform:translateX(2px);
}

.service-card:hover .service-link i{
     transform:translateX(8px) scale(1.08);

}

.service-card:hover .service-icon{
     transform:
        translateY(-4px)
        scale(1.08);

    box-shadow:
    0 0 12px rgba(255,255,255,.45),
    0 0 24px rgba(0,212,255,.45),
    0 0 36px rgba(0,212,255,.20);

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

.service-card:hover .service-icon i{
    transform:scale(1.1);
    filter:drop-shadow(0 0 15px currentColor);
}

.service-link::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-4px;
    width:0;
    height:2px;
    background:#00d4ff;
    transition:.35s ease;
}

.service-card:hover .service-link::after{
    width:100%;
}

/* ===================================
FINAL SERVICE CARD STYLE
=================================== */

.service-card{
    position:relative;
    background:#0f1b3d;
    display:flex;
    flex-direction:column;
    border:1px solid rgba(0,212,255,.25);
    border-radius:32px;
    min-height:250px;
    overflow:hidden;
    padding:32px;
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.service-card::before{
     content:'';
    position:absolute;
    top:0;

    left:10px;
    right:10px;

    height:3px;

    background:linear-gradient(
        90deg,
        #00d4ff,
        #6b5cff
    );

    border-radius:3px;

    transition:.5s ease;
}

.service-card:hover::before{
    box-shadow:
        0 0 12px rgba(0,212,255,.8),
        0 0 20px rgba(107,92,255,.5);
}

.service-card::after{
    content:'';
    position:absolute;
    inset:0;
	display:none;
    border-radius:24px;
    padding:1px;

    background:linear-gradient(
        135deg,
        rgba(0,212,255,.55),
        rgba(107,92,255,.45)
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;
    mask-composite:exclude;

    opacity:0;
    transition:opacity .35s ease;
    pointer-events:none;
}


.service-card:hover::after{
    opacity:1;
}

.service-link::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-3px;
    width:0;
    height:1.5px;
    opacity:.7;
    background:currentColor;
    transition:width .35s ease;
}

.service-card:hover .service-link::after{
    width:100%;
}

.service-card:hover{
    transform:translateY(-12px);

    border-color:rgba(0,212,255,.25);

    box-shadow:
        0 0 25px rgba(0,212,255,.10),
        0 16px 40px rgba(0,212,255,.10);
}

.portfolio-stat{
    display:none !important;
}



@media (max-width:768px){

    .hero-content{
        width:100% !important;
        max-width:100% !important;
        padding:0 !important;
        text-align:center !important;
    }

    .hero-content h1{
        font-size:32px !important;
        line-height:1.2 !important;
        letter-spacing:-1px !important;
        width:auto !important;
        max-width:100% !important;
        white-space:normal !important;
        word-break:break-word !important;
		margin-bottom:16px;
    }

    .hero-content p{
        max-width:100% !important;
    }

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

    .hero-image{
        display:flex !important;
        justify-content:center;
        align-items:center;
        margin-top:30px;
        transform:none;
    }

}

.dashboard-mockup{
    width:100%;
    max-width:560px;
    margin:0 auto;
    }

/* ====================================
HERO SECTION CLEAN VERSION
==================================== */

.hero-image{

    position:relative;

    display:flex;

    justify-content:flex-end;

    align-items:flex-start;

    width:100%;
    height:100%;

    margin-top:0;

    padding-top:0;

    z-index:30;

    filter:
        drop-shadow(0 0 25px rgba(0,212,255,.12))
        drop-shadow(0 0 35px rgba(168,85,247,.10));

}

.hero-grid{

    display:grid;

    grid-template-columns:58% 42%;

    gap:40px;

    align-items:center;

    position:relative;

    z-index:2;

    transform:translateY(-40px);

}

.hero-content{

    position:relative;

    z-index:20;

    max-width:700px;

    transform:translateY(-45px);

}

.hero-content h1{

    font-size:60px;
    line-height:1.05;
    font-weight:800;
    letter-spacing:-1px;
	max-width:800px;

    padding-bottom:10px;
    margin-bottom:14px;

	text-shadow:
0 0 20px rgba(0,212,255,.15),
0 0 40px rgba(168,85,247,.12);

    background:linear-gradient(
        90deg,
        #00E5FF,
        #4FACFE,
        #A855F7
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;

}

.hero-content p{
    max-width:700px;
    margin:0 0 35px;
    line-height:1.8;
    color:#b9c3d5;
    font-size:18px;
}

.hero-buttons{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    justify-content:center;
    margin-bottom:30px;
}

.hero-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-top:20px;
}

/* ====================================
   HERO WORLD MAP
==================================== */

.hero-section{
    isolation:isolate;
}

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

@media (max-width:768px){

    .hero-section{
        padding:90px 0 40px !important;
    }

    .hero-grid{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:30px !important;
    }

    .hero-content{
        width:100% !important;
        max-width:100% !important;
        padding:0 12px !important;
        text-align:center !important;
    }

    .hero-content h1{
        font-size:40px !important;
        line-height:1.08 !important;
        letter-spacing:-1px !important;
        white-space:normal !important;
        overflow-wrap:break-word !important;
    }

    .hero-content p{
        max-width:100% !important;
        font-size:16px !important;
    }

    .hero-buttons{
        flex-direction:column !important;
        gap:15px !important;
    }

    .hero-buttons a{
        width:100% !important;
    }

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

    .hero-image{
        display:flex !important;
        justify-content:center !important;
        align-items:center !important;
        margin-top:20px !important;
        transform:none !important;
    }

    .dashboard-mockup{
        width:100% !important;
        max-width:260px !important;
        margin:0 auto !important;
        transform:none !important;
        height:auto !important;
        min-height:0 !important;
    }

    .dashboard-body{
        grid-template-columns:1fr !important;
        padding:15px !important;
    }

	.contact-hero-stats{
gap:25px;
flex-wrap:wrap;
}

.contact-hero-stats strong{
font-size:28px;
}

.contact-hero-actions{
flex-direction:column;
align-items:center;
}

}


/* =========================
   PORTFOLIO VIEW ALL BUTTON
========================= */

.portfolio-view-all{

    display:flex;

    justify-content:center;

    align-items:center;

    margin:40px 0 70px;

}

.portfolio-view-all .btn-primary{

    min-width:220px;

}


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

.page-hero,
.contact-section,
.map-section,
.faq-section{
background:#050816;
}

.page-hero{

padding:100px 0 0;

min-height:900px;

display:flex;
align-items:flex-start;
justify-content:center;
padding:40px 0 10px;
position:relative;

text-align:center;

overflow:hidden;

background-image:
        linear-gradient(
           rgba(5,8,22,.15),
			rgba(5,8,22,.25)
        ),
url("../images/contact-bg.webp");

background-size:cover;
background-position:center -45px;
background-repeat:no-repeat;
border-bottom:1px solid rgba(255,255,255,.05);

}

.page-hero::after{
content:'';
position:absolute;
bottom:0;
left:0;
width:100%;
height:1px;
background:rgba(255,255,255,.05);
}

.page-hero::before{
content:'';
position:absolute;
width:500px;
height:500px;
background:radial-gradient(
circle,
rgba(0,212,255,.18),
transparent 70%
);
top:-200px;
left:50%;
transform:translateX(-50%);
pointer-events:none;
}

.page-hero-content{
	max-width:900px;
    margin:0 auto;
	padding-top:120px;
    padding-bottom:120px;
	padding-bottom:110px;
	position:relative;
	z-index:2;

}

.page-hero h1{
font-size:64px;
line-height:1.1;
font-weight:800;
margin-bottom:20px;
color:#fff;
}

.page-hero p{
font-size:18px;
line-height:1.8;
color:#B8C5D6;
max-width:760px;
margin:0 auto;
}

.contact-hero-stats{
display:flex;
justify-content:center;
gap:60px;
margin-top:35px;
margin-bottom:35px;
}

.contact-hero-stats div{
display:flex;
flex-direction:column;
align-items:center;
}

.contact-hero-stats strong{
font-size:34px;
font-weight:800;
color:#00D4FF;
line-height:1;
}

.contact-hero-stats span{
margin-top:8px;
font-size:14px;
color:#B8C5D6;
}

.contact-hero-actions{
display:flex;
justify-content:center;
gap:18px;
margin-top:10px;
}

.contact-hero-actions .btn-secondary{
padding:14px 30px;
border-radius:999px;
border:1px solid rgba(255,255,255,.12);
background:rgba(255,255,255,.04);
color:#fff;
font-weight:600;
transition:.3s;
}

.contact-hero-actions .btn-secondary:hover{
transform:translateY(-2px);
border-color:#00D4FF;
background:rgba(255,255,255,.08);
}

.contact-section{
	padding:90px 0 100px;
    background:#050816;
	position:relative;
	z-index:5;
}

.grid-2{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:start;
}

.contact-info h2{
font-size:42px;
margin-bottom:20px;
color:#fff;
}

.contact-info > p{
color:#B8C5D6;
margin-bottom:40px;
line-height:1.8;
}

.contact-card{
background:rgba(255,255,255,0.03);
border:1px solid rgba(255,255,255,0.08);
border-radius:18px;
padding:24px;
margin-bottom:20px;
backdrop-filter:blur(10px);
}

.contact-card h3{
font-size:20px;
margin-bottom:8px;
color:#fff;
}

.contact-card p{
color:#B8C5D6;
margin:0;
}

.contact-form-wrap{
background:rgba(255,255,255,0.03);
border:1px solid rgba(255,255,255,0.08);
border-radius:24px;
padding:40px;
backdrop-filter:blur(10px);
}

.contact-form-wrap input,
.contact-form-wrap textarea{
width:100%;
padding:16px 18px;
margin-bottom:18px;
border-radius:12px;
border:1px solid rgba(255,255,255,0.12);
background:rgba(255,255,255,0.04);
color:#fff;
font-size:15px;
}

.contact-form-wrap textarea{
min-height:160px;
resize:none;
}

.contact-form-wrap input::placeholder,
.contact-form-wrap textarea::placeholder{
color:#9CAFC3;
}

.map-section{
padding:100px 0;
background:#050816;
}

.map-placeholder{
height:450px;
border-radius:24px;
background:rgba(255,255,255,0.04);
border:1px solid rgba(255,255,255,0.08);
display:flex;
align-items:center;
justify-content:center;
font-size:20px;
color:#B8C5D6;
}

.faq-section{
padding:100px 0;
background:#050816;
}

.faq-list{
max-width:900px;
margin:auto;
}

.faq-item{
background:rgba(255,255,255,0.03);
border:1px solid rgba(255,255,255,0.08);
border-radius:20px;
padding:25px;
margin-bottom:20px;
}

.faq-item h3{
color:#fff;
margin-bottom:10px;
}

.faq-item p{
color:#B8C5D6;
margin:0;
}

@media(max-width:768px){

.page-hero{
padding:90px 0 60px;
}

.page-hero h1{
font-size:42px;
}

.page-hero p{
font-size:16px;
}

.grid-2{
grid-template-columns:1fr;
gap:40px;
}

.contact-info h2{
font-size:34px;
}

.contact-form-wrap{
padding:25px;
}

.hero-content p{
max-width:320px;
margin-left:auto;
margin-right:auto;
}

}

/* ====================================
HERO SECTION WOW BACKGROUND
==================================== */

.hero-section{

    position:relative;
    overflow:visible;
    isolation:isolate;

    padding:120px 0 40px;

    background:

    radial-gradient(
        circle at 15% 30%,
        rgba(0,212,255,.12),
        transparent 25%
    ),

    radial-gradient(
        circle at 85% 70%,
        rgba(168,85,247,.10),
        transparent 25%
    ),

    linear-gradient(
        180deg,
        #020611 0%,
        #050816 40%,
        #07112A 100%
    );

}


.hero-section .container{

position:relative;
	z-index:10;

}


.hero-section::before{

content:'';

position:absolute;

inset:0;

background:
url('../images/world-map.webp')
center center
no-repeat;

background-size:100% auto;

opacity:.30;

pointer-events:none;

z-index:0;

}


.hero-section::after{
display:none;
}


.hero-content,
.hero-image{

position:relative;

z-index:2;

}


/* LEFT ENERGY GLOW */

.hero-section .container::before{

content:'';

position:absolute;

left:-250px;
top:80px;

width:700px;
height:700px;

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

filter:blur(90px);

pointer-events:none;

z-index:1;

}

/* RIGHT ENERGY GLOW */

.hero-section .container::after{

content:'';

position:absolute;

right:-250px;
top:120px;

width:800px;
height:800px;
	opacity:1;

background:
radial-gradient(
circle,
rgba(168,85,247,.22),
transparent 70%
);

filter:blur(120px);

pointer-events:none;

z-index:1;

}

.hero-motto{

display:block;

margin-top:14px;
margin-bottom:18px;

font-size:14px;
font-weight:600;

letter-spacing:5px;

text-transform:uppercase;

color:#8B5CF6;

opacity:.75;

}

.footer-tech-logo{

max-width:220px;

}

.footer-tagline{
    margin-top:8px;
}

/* ==========================================
PREMIUM CONTACT PAGE V2
========================================== */

.contact-grid{
display:grid;
grid-template-columns:1.1fr .9fr;
gap:60px;
align-items:center;
}

.contact-content h2{
font-size:56px;
line-height:1.1;
margin:20px 0;
color:#fff;
}

.contact-content > p{
font-size:18px;
line-height:1.8;
color:#B8C5D6;
max-width:650px;
margin-bottom:40px;
}

/* ===================================
   GLOBAL SECTION BADGE
=================================== */

.section-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:12px 28px;

    border-radius:999px;

    border:1px solid rgba(0,212,255,.35);

    background:

    linear-gradient(
        180deg,
        rgba(20,35,70,.85),
        rgba(10,18,38,.92)
    );

    color:#18d8ff;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    box-shadow:

    0 0 25px rgba(0,212,255,.18),

    inset 0 0 18px rgba(0,212,255,.08);

}

.contact-highlights{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
margin-bottom:40px;
}

.highlight-card{
padding:24px;
border-radius:20px;
background:rgba(255,255,255,.03);
border:1px solid rgba(255,255,255,.08);
backdrop-filter:blur(10px);
transition:.3s;
}

.highlight-card:hover{
transform:translateY(-5px);
border-color:rgba(0,212,255,.35);
}

.highlight-card h3{
font-size:18px;
margin-bottom:10px;
color:#fff;
}

.highlight-card p{
margin:0;
color:#B8C5D6;
}

.contact-stats{
display:flex;
gap:50px;
margin-top:20px;
}

.stat-item h3{
font-size:42px;
margin:0;
color:#00D4FF;
}

.stat-item span{
color:#B8C5D6;
font-size:14px;
}

.contact-form-box{
position:relative;
padding:40px;
border-radius:30px;
background:rgba(255,255,255,.03);
border:1px solid rgba(255,255,255,.08);
backdrop-filter:blur(14px);
overflow:hidden;
}

.contact-form-box::before{
content:'';
position:absolute;
inset:-100px;
background:
radial-gradient(
circle,
rgba(0,212,255,.15),
transparent 70%
);
pointer-events:none;
}

.form-header{
position:relative;
z-index:2;
margin-bottom:30px;
}

.form-header h3{
font-size:32px;
margin-bottom:10px;
color:#fff;
}

.form-header p{
color:#B8C5D6;
}

.contact-form-box form{
position:relative;
z-index:2;
}

.contact-form-box input,
.contact-form-box textarea{
width:100%;
padding:18px;
margin-bottom:18px;
border-radius:14px;
border:1px solid rgba(255,255,255,.12);
background:rgba(255,255,255,.04);
color:#fff;
}

.contact-form-box textarea{
height:180px;
resize:none;
}

.contact-form-box button{
width:100%;
}

@media(max-width:768px){

.contact-grid{
grid-template-columns:1fr;
gap:40px;
}

.contact-content h2{
font-size:38px;
}

.contact-highlights{
grid-template-columns:1fr;
}

.contact-stats{
justify-content:space-between;
gap:15px;
}

.stat-item h3{
font-size:28px;
}

.contact-form-box{
padding:25px;
}

}

.contact-trust-box{
background:rgba(255,255,255,.03);
border:1px solid rgba(255,255,255,.08);
border-radius:20px;
padding:30px;
margin-top:30px;
}

/* CONTACT PAGE HEADING GRADIENT */

.page-hero h1,
.contact-content h2,
.form-header h3,
.map-section h2,
.faq-section h2{

background:linear-gradient(
90deg,
#00E5FF,
#4FACFE,
#A855F7
);

-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
background-clip:text;

}

/* Contact Form 7 Inputs */

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

    font-size: 16px !important;
	font-weight: 500;
    line-height: 1.5;

}

/* Placeholder */

.contact-form-box input::placeholder,
.contact-form-box textarea::placeholder {

    font-size: 15px;
    opacity: 0.75;
	height:52px;

}

.contact-form-box label {

    font-size: 14px;
    font-weight: 600;
	color:#E5E7EB;

}

.contact-form-box .wpcf7-submit {

    font-size: 16px;
    font-weight: 600;

}

.wpcf7-submit{

    height:54px;
    font-size:16px;
    font-weight:700;

}

/* ==========================================
VISIT OFFICE SECTION
========================================== */

.office-grid{
display:grid;
grid-template-columns:1.4fr .8fr;
gap:40px;
align-items:stretch;
margin-top:60px;
}

.office-map{
border-radius:24px;
overflow:hidden;
border:1px solid rgba(255,255,255,.08);
background:rgba(255,255,255,.03);
min-height:500px;
}

.office-map iframe{
width:100%;
height:100%;
min-height:500px;
border:0;
display:block;
}

.office-info{
display:flex;
flex-direction:column;
gap:20px;
}

.office-card{
background:rgba(255,255,255,.03);
border:1px solid rgba(255,255,255,.08);
border-radius:20px;
padding:25px;
backdrop-filter:blur(12px);
}

.office-card h3{
font-size:22px;
margin-bottom:10px;
color:#fff;
}

.office-card p{
margin:0;
line-height:1.8;
color:#B8C5D6;
}

.office-info .btn-primary{
margin-top:10px;
text-align:center;
}

@media(max-width:991px){

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

.office-map{
min-height:400px;
}

.office-map iframe{
min-height:400px;
}

}

/* ==========================================
PREMIUM FAQ
========================================== */

.faq-section{
padding:120px 0;
}

.faq-list{
max-width:1000px;
margin:60px auto 0;
}

.faq-item{
background:rgba(255,255,255,.03);
border:1px solid rgba(255,255,255,.08);
border-radius:22px;
padding:30px;
margin-bottom:20px;
transition:.3s;
backdrop-filter:blur(12px);
}

.faq-item:hover{
transform:translateY(-4px);
border-color:rgba(0,212,255,.25);
box-shadow:0 20px 50px rgba(0,212,255,.08);
}

.faq-item h3{
font-size:24px;
margin-bottom:15px;
color:#fff;
}

.faq-item p{
color:#B8C5D6;
line-height:1.8;
margin:0;
}

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

.contact-services-section{
padding:120px 0;
}

.contact-services-section .section-title{
max-width:900px;
margin:0 auto 70px;
}

.contact-services-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
margin-top:60px;
}

.contact-service-card{
background:rgba(255,255,255,.03);
border:1px solid rgba(255,255,255,.08);
border-radius:24px;
padding:35px;
backdrop-filter:blur(12px);
transition:.35s ease;
}

.contact-service-card:hover{
transform:translateY(-6px);
border-color:rgba(0,229,255,.35);
box-shadow:
0 0 30px rgba(0,229,255,.8),
0 25px 60px rgba(0,212,255,.10);
}

.contact-service-card h3{
font-size:28px;
font-weight:800;
line-height:1.3;

background:linear-gradient(
90deg,
#00E5FF,
#4FACFE,
#A855F7
);

-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.contact-service-card ul{
list-style:none;
padding:0;
margin:0;
}

.contact-service-card li{
padding:12px 0 12px 28px;
position:relative;
color:#B8C5D6;
border-bottom:1px solid rgba(255,255,255,.05);
}

.contact-service-card li::before{
content:"✓";
position:absolute;
left:0;
top:12px;
color:#00D4FF;
font-weight:700;
}

.contact-service-card li:last-child{
border-bottom:none;
}

@media(max-width:768px){

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

}

.service-badges{

display:flex;
flex-wrap:wrap;
gap:10px;

margin-top:20px;

}

.service-badges span{

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

padding:8px 14px;

border-radius:999px;

font-size:12px;
font-weight:600;
letter-spacing:.5px;

color:#00D4FF;

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

border:1px solid rgba(0,212,255,.20);

transition:.3s ease;

}

.service-badges span:hover{

transform:translateY(-2px);

border-color:#00D4FF;

box-shadow:
0 0 15px rgba(0,212,255,.25);

}



/* ==========================================
SERVICES LIST LI
========================================== */


.service-list li{

display:flex;
justify-content:space-between;
align-items:center;
gap:15px;

}

.service-tag{

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

min-width:95px;

padding:6px 14px;

border-radius:30px;

font-size:14px;
font-weight:600;

color:#00D4FF;

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

border:1px solid rgba(0,212,255,.25);

}

/* =========================
   FAQ SECTION
========================= */

.faq-accordion{

max-width:900px;
margin:60px auto 0;

}

.faq-item{

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

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

border-radius:20px;

margin-bottom:20px;

overflow:hidden;

transition:.35s ease;

}

.faq-item:hover{

transform:translateY(-2px);

border-color:rgba(0,229,255,.25);

}

.faq-item.active{

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

box-shadow:
0 0 30px rgba(0,229,255,.08);

}

.faq-question{

width:100%;

background:none;

border:none;

padding:28px 30px;

display:flex;

align-items:center;

justify-content:space-between;

cursor:pointer;

color:#fff;

font-size:22px;

font-weight:700;

text-align:left;

}

.faq-question span:first-child{

flex:1;

}

.faq-icon{

font-size:32px;

font-weight:700;

color:#00E5FF;

margin-left:20px;

transition:.3s ease;

}

.faq-answer{

padding:0 30px 28px;
overflow:hidden;
animation:faqFade .3s ease;

}

.faq-answer p{

margin:0;

font-size:16px;

line-height:1.8;

color:rgba(255,255,255,.75);

}

/* closed items */

.faq-item:not(.active) .faq-answer{

display:none;

}

@keyframes faqFade{

from{
opacity:0;
transform:translateY(-5px);
}

to{
opacity:1;
transform:translateY(0);
}

}

@media(max-width:768px){

.whatsapp-float{
width:54px;
height:54px;
left:15px;
bottom:15px;
}

.whatsapp-float i{
font-size:28px;
}

}

@media(max-width:768px){

.back-to-top{
width:54px;
height:54px;
right:15px;
bottom:15px;
}

}

/* =========================
   FLOATING BUTTON HOVER
========================= */

.whatsapp-float,
.back-to-top{
position:fixed;
overflow:visible;
}

.whatsapp-float::before,
.back-to-top::before{

content:'';
position:absolute;
inset:-15px;
border-radius:50%;

opacity:0;
transition:.35s ease;

z-index:-1;

}

#floating-whatsapp::before{

background:#25D366;
filter:blur(25px);

}

.back-to-top::before{

background:linear-gradient(
45deg,
#00D4FF,
#4FACFE,
#A855F7
);

filter:blur(25px);

}

.whatsapp-float:hover::before,
.back-to-top:hover::before{

opacity:.9;

}

/* WhatsApp Hover */

#floating-whatsapp:hover{

transform:translateY(-6px) scale(1.12);

box-shadow:
0 0 25px #25D366,
0 0 50px #25D366,
0 0 80px rgba(37,211,102,.9),
0 0 120px rgba(37,211,102,.7),
0 0 160px rgba(37,211,102,.5);

}

@media (hover:hover){

.whatsapp-float:hover{
    transform:translateY(-4px) scale(1.08);
}

.back-to-top:hover{
    transform:translateY(-4px) scale(1.08);
}

}

/* =========================
   WHATSAPP FLOAT
========================= */

a[href*="wa.me"]{
transition:all .35s ease !important;
}

a[href*="wa.me"]:hover{

transform:translateY(-6px) scale(1.15);

box-shadow:
0 0 20px #25D366,
0 0 40px #25D366,
0 0 80px #25D366,
0 0 120px rgba(37,211,102,.9),
0 0 180px rgba(37,211,102,.8);

}


/* MOBILE FLOATING BUTTONS */

@media(max-width:768px){

#floating-whatsapp{

left:15px !important;
bottom:15px !important;

width:60px;
height:60px;

}

#backToTop{

right:15px !important;
bottom:15px !important;

width:55px;
height:55px;

}

}

@media(max-width:768px){

.footer-bottom{
padding-bottom:90px;
}

}

@media(max-width:768px){

#floating-whatsapp{
left:15px;
bottom:75px !important;
}

#backToTop{
right:15px;
bottom:75px !important;
}

}

/* ====================================
   CTA SECTION V3
==================================== */

.cta-section{

    position:relative;

    padding:140px 0;

    overflow:hidden;

    background:
    radial-gradient(circle at top right, rgba(0,212,255,.08), transparent 35%),
    radial-gradient(circle at bottom left, rgba(107,92,255,.08), transparent 35%),
    var(--dark);

}

.cta-box{

    position:relative;

    overflow:hidden;

    border-radius:34px;

    padding:80px;

    background:linear-gradient(
    145deg,
    #181c2f,
    #10131f
    );

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

    box-shadow:
    0 30px 80px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,255,255,.05);

}

.cta-box::before{

    content:"";

    position:absolute;

    width:420px;
    height:420px;

    left:-180px;
    top:-180px;

    border-radius:50%;

    background:radial-gradient(
    rgba(0,212,255,.22),
    transparent 70%
    );

    filter:blur(40px);

    pointer-events:none;

}

.cta-box::after{

    content:"";

    position:absolute;

    width:420px;
    height:420px;

    right:-180px;
    bottom:-180px;

    border-radius:50%;

    background:radial-gradient(
    rgba(123,97,255,.18),
    transparent 70%
    );

    filter:blur(40px);

    pointer-events:none;

}

/* ==========================
   FELIX CTA AURORA
========================== */

.cta-box{

    position:relative;

    overflow:hidden;

    max-width:1280px;

    margin:0 auto;

    padding:110px 90px;

    border-radius:36px;

    text-align:center;

    background:
        linear-gradient(145deg,
        rgba(18,24,42,.96),
        rgba(12,16,30,.98));

    border:1px solid rgba(0,225,255,.12);

    box-shadow:

        0 40px 120px rgba(0,0,0,.45),

        inset 0 1px 0 rgba(255,255,255,.04),

        0 0 80px rgba(0,225,255,.08);

}

.cta-box h2 span{

    background:linear-gradient(
        90deg,
        #00d8ff,
        #7b61ff
    );

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}

.cta-trust{

    display:flex;

    justify-content:center;

    gap:50px;

    margin-top:45px;

    flex-wrap:wrap;

}

.cta-trust div{

    display:flex;

    align-items:center;

    gap:10px;

    color:#d8e6ff;

    font-weight:600;

}

.cta-trust span{

    opacity:.9;

}

.cta-glow{

    position:absolute;

    width:600px;

    height:600px;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

    background:

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

    filter:blur(80px);

    pointer-events:none;

}

.cta-box::before{

    content:"";

    position:absolute;

    width:650px;
    height:650px;

    left:-220px;
    top:-220px;

    border-radius:50%;

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

    animation:felixAuroraOne 14s ease-in-out infinite;

    z-index:-2;

}

.cta-box::after{

    content:"";

    position:absolute;

    width:600px;
    height:600px;

    right:-180px;
    bottom:-220px;

    border-radius:50%;

    background:
        radial-gradient(circle,
        rgba(123,97,255,.18) 0%,
        transparent 70%);

    animation:felixAuroraTwo 16s ease-in-out infinite;

    z-index:-2;

}

@keyframes felixAuroraOne{

    0%{
        transform:translate(0,0) scale(1);
    }

    50%{
        transform:translate(70px,40px) scale(1.12);
    }

    100%{
        transform:translate(0,0) scale(1);
    }

}

@keyframes felixAuroraTwo{

    0%{
        transform:translate(0,0) scale(1);
    }

    50%{
        transform:translate(-60px,-40px) scale(1.10);
    }

    100%{
        transform:translate(0,0) scale(1);
    }

}

/*==============================
GRID
==============================*/

.cta-grid{

    display:grid;

    grid-template-columns:1.4fr .8fr;

    gap:68px;

    align-items:center;

    position:relative;

    z-index:2;

}

/*==============================
LEFT
==============================*/

.cta-content{

    position:relative;

    margin-top:-20px;

    max-width:620px;

    margin-right:40px;

}

.cta-content .section-badge{

    margin-bottom:30px;

}

.cta-content h2{

    font-size:64px;

    line-height:1.05;

    max-width:650px;

    font-weight:800;

    margin-bottom:28px;

    color:#fff;

}

.cta-content h2 span{

    background:linear-gradient(
90deg,
#18D8FF,
#42A5FF,
#6C63FF,
#8B5CF6
);

-webkit-background-clip:text;
-webkit-text-fill-color:transparent;

}

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

.cta-stats{

    display:grid;

    grid-template-columns:repeat(2,210px);

    gap:16px;

}

/*==============================
BUTTONS
==============================*/

.cta-buttons .btn{

    min-width:215px;

    justify-content:center;

     height:56px;

}

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

@media(max-width:991px){

.cta-box{

padding:60px 40px;

}

.cta-grid{

grid-template-columns:1fr;

gap:55px;

}

.cta-content{

text-align:center;

}

.cta-content p{

margin:0 auto 40px;

}

.cta-buttons{

justify-content:center;

}

}

@media(max-width:640px){

.cta-box{

padding:40px 25px;

}

.cta-content h2{

font-size:42px;

}

.cta-content p{

font-size:17px;

}

.cta-stats{

grid-template-columns:1fr;

}

.cta-buttons{

flex-direction:column;

}

.cta-buttons .btn{

width:100%;

}

}

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

@media (max-width:768px){

.cta-box{

padding:60px 16px;

}

.cta-box h2{

font-size:42px;

line-height:1.06;

letter-spacing:-0.8px;

margin-bottom:18px;

}

.cta-box h2 span{

display:block;

padding-bottom:6px;

 background:linear-gradient(
        90deg,
        #18C8FF 0%,
        #4EA6FF 45%,
        #7C6DFF 75%,
        #A855F7 100%
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;

}

.cta-line{

display:block;

margin-top:6px;

}

.cta-text{

max-width:100%;

margin:24px auto 34px;

font-size:17px;

line-height:1.7;

color:#C6D3E8;

}

.cta-box .btn-primary{

padding:18px 40px;

font-size:17px;

}

}

/* ===========================
   GLOBAL SECTION HEADER
=========================== */

.section-header{

    max-width:900px;

    margin:0 auto 70px;

    text-align:center;

}

.section-header p{

    max-width:760px;

    margin:18px auto 0;

    font-size:18px;

    line-height:1.8;

    color:var(--text-light);

}

.section-header .section-title{

    font-size:56px;

    line-height:1.05;

    font-weight:800;

    letter-spacing:-2px;

    margin:0;

    background:linear-gradient(
        90deg,
        #00D4FF,
        #4FACFE,
        #8B5CF6
    );

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

    background-clip:text;

}

.section-header p{

    max-width:760px;

    margin:18px auto 0;

    font-size:18px;

    line-height:1.8;

    color:var(--text-light);

}

/* ==========================
   GLOBAL SECTION TITLE
========================== */

.section-title{

    max-width:820px;

    margin:0 auto 65px;

    text-align:center;

}

.section-title .section-badge{

    display:inline-flex;

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

    align-self:center;

    margin:0 auto 18px;

}

.section-title .section-badge{

    display:inline-flex;

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

    margin:0 auto 18px;

}

.section-title .section-badge{

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

    width:auto;

    padding:10px 18px;

    margin-bottom:16px;

    border-radius:999px;

    background:rgba(0,212,255,.10);

    border:1px solid rgba(0,212,255,.45);

    backdrop-filter:blur(15px);

    box-shadow:
        0 0 8px rgba(0,212,255,.50),
        0 0 20px rgba(0,212,255,.35),
        0 0 40px rgba(0,212,255,.20);

    color:#00D4FF;

    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;

}

.section-title h2{

    margin:28px 0 22px;

    font-size:56px;

    line-height:1.08;

    font-weight:800;

    background:

    linear-gradient(
        90deg,
        #18d8ff,
        #68a8ff,
        #9d6dff
    );

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}

.section-title p{

    max-width:760px;

    margin:auto;

    color:#b9c9df;

    font-size:19px;

    line-height:1.9;

}

/* ==========================
   TRUSTED SECTION
========================== */

.trusted-section .container{

    display:flex;
    flex-direction:column;
    align-items:center;

}

.trusted-section .section-badge{

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

    padding:10px 20px;

    margin:0 auto 20px;

    border-radius:999px;

    background:rgba(0,212,255,.10);

    border:1px solid rgba(0,212,255,.45);

    color:#00D4FF;

    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;

    backdrop-filter:blur(15px);

    box-shadow:
        0 0 10px rgba(0,212,255,.55),
        0 0 24px rgba(0,212,255,.35),
        0 0 45px rgba(0,212,255,.18);

    position:relative;

}

.trusted-section .section-badge::before{

    content:"";

    position:absolute;

    inset:1px 1px auto 1px;

    height:45%;

    border-radius:999px;

    background:linear-gradient(
        180deg,
        rgba(255,255,255,.12),
        transparent
    );

    pointer-events:none;

}

.trusted-section .section-title{

    max-width:900px;
    margin:0 auto 24px;

    text-align:center;

    font-size:56px;
    line-height:1.18;
    padding-bottom:16px;
    font-weight:800;
    letter-spacing:-2px;

    overflow:visible;

    background:linear-gradient(
        90deg,
        #00D4FF,
        #4FACFE,
        #8B5CF6
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;

}

.trusted-section p{

    max-width:780px;
    margin:0 auto 60px;

    text-align:center;

    font-size:18px;
    line-height:1.8;

    color:var(--text-light);

}

/* =========================
   TRUSTED SECTION DESCRIPTION FIX
========================= */

.trusted-section .section-title p{

    max-width:850px !important;

    margin:-20px auto 55px !important;

    font-size:18px !important;

    line-height:1.8 !important;

    font-weight:400 !important;

    text-align:center !important;

    color:#b9c3d5 !important;

    background:none !important;

    background-image:none !important;

    -webkit-background-clip:border-box !important;

    background-clip:border-box !important;

    -webkit-text-fill-color:#b9c3d5 !important;

    letter-spacing:0 !important;

    text-shadow:none !important;

}

/* =========================
   OUR EXPERTISE SECTION FIX
========================= */

.services-section .section-title h2{

    padding-bottom:12px !important;

    line-height:1.15 !important;

    overflow:visible !important;

}


/* =========================
   OUR EXPERTISE DESCRIPTION FIX
========================= */

.services-section > .container > p{

    max-width:1050px !important;

    margin:18px auto 34px !important;

    font-size:17px !important;

    line-height:1.7 !important;

    font-weight:400 !important;

    text-align:center !important;

    color:#b9c3d5 !important;

    background:none !important;

    background-image:none !important;

    -webkit-background-clip:border-box !important;

    background-clip:border-box !important;

    -webkit-text-fill-color:#b9c3d5 !important;

    letter-spacing:0 !important;

    text-shadow:none !important;

}

/* =========================
   SERVICES HEADER FINAL FIX
========================= */

.services-section .section-title{
    min-height: 0 !important;
    height: auto !important;
    margin-bottom: 14px !important;
    padding-bottom: 0 !important;
}

.services-section .section-title h2{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 8px !important;
}

.services-section .section-title + p{
    max-width: 760px !important;
    width: 100%;
    margin: 0 auto 32px !important;

    text-align: center;
    line-height: 1.7;
}

/* =========================
   COMMUNICATION DESCRIPTION WIDTH FIX
========================= */

.communication-section .section-title > p{
    max-width: 760px !important;
    width: 100% !important;

    margin: 20px auto 32px !important;

    text-align: center !important;
    line-height: 1.7 !important;
}

/* =========================================
   TRUSTED LOGO SLIDER — MOBILE BOTTOM GAP
========================================= */

@media (max-width: 768px){

    .logo-carousel{
        margin-bottom:190px !important;
    }

}

/* =========================================
   HOMEPAGE SECTION BADGE TEXT COLOR FINAL
========================================= */

.home .section-badge{
    color:#00D4FF !important;

    background-color:rgba(0,212,255,.10) !important;
    background-image:none !important;

    -webkit-background-clip:border-box !important;
    background-clip:border-box !important;

    -webkit-text-fill-color:#00D4FF !important;
}

/* ==========================================================
   FELIX HERO GLASS CARDS
========================================================== */

.hero-visual{

    position:relative;

    width:100%;
    height:680px;

    display:flex;

    justify-content:flex-end;

    align-items:flex-start;

    overflow:visible;

    padding-top:60px;

    transform:translateX(180px);

}

/* =======================================================
   HERO V2 — CARD SYSTEM
======================================================= */

.floating-card{

    position:relative;
    left:auto;
    top:auto;
    right:auto;
    bottom:auto;
    transform:none !important;

    width:230px;

    min-height:132px;

    display:flex;

    align-items:center;

    gap:16px;

    padding:20px;

    box-sizing:border-box;

    border-radius:22px;

    overflow:hidden;

    isolation:isolate;

    background:
    linear-gradient(
    180deg,
    rgba(255,255,255,.08),
    rgba(255,255,255,.04)
    );

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

    backdrop-filter:blur(20px);

    box-shadow:

    0 20px 45px rgba(0,0,0,.25);

    transition:

    border-color .35s,

    box-shadow .35s,

    background .35s;

    pointer-events:auto;

}

.floating-card:hover{

    border-color:#19d4ff;

    box-shadow:

    0 25px 60px rgba(0,212,255,.18);

}

.floating-card::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    linear-gradient(

    115deg,

    transparent 15%,

    rgba(255,255,255,.18) 48%,

    transparent 82%

    );

    transform:translateX(-180%) skewX(-18deg);

    animation:felixShine 8s linear infinite;

}

/* ===================================
   RESTORE CARD SIZE
=================================== */

.floating-card{

    width:230px;
    min-height:130px;
    padding:22px;

    display:flex;
    align-items:center;

    border-radius:24px;

    box-sizing:border-box;

}

/* Hover */



/* ---------------------------
   Icon
---------------------------- */

.card-icon{

    width:56px;

    height:56px;

    flex-shrink:0;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:18px;

    font-size:28px;

    background:

    linear-gradient(

    135deg,

    rgba(0,212,255,.20),

    rgba(123,97,255,.20)

    );

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

}

/* ---------------------------
   Text
---------------------------- */

.card-content{

    flex:1;

}

.card-content h4{

    margin:0 0 6px;

    font-size:18px;

    font-weight:700;

    line-height:1.25;

    color:#fff;

}

.card-content p{

    margin:0;

    font-size:14px;

    line-height:1.45;

    color:#BFD2F4;

}

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

@keyframes floatOne{

    0%{

        transform:translateY(0px);

    }

    50%{

        transform:translateY(-10px);

    }

    100%{

        transform:translateY(0);

    }

}

@keyframes floatTwo{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(8px);

    }

    100%{

        transform:translateY(0);

    }

}

.card-ai{

    animation:floatOne 7s ease-in-out infinite;

}

.card-web{

    animation:floatTwo 9s ease-in-out infinite;

}

.card-seo{

    animation:floatOne 8s ease-in-out infinite;

}

.card-cloud{

    animation:floatTwo 10s ease-in-out infinite;

}

.card-mobile{

    animation:floatOne 8.5s ease-in-out infinite;

}

.card-whatsapp{

    animation:floatTwo 9.5s ease-in-out infinite;

}

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

@media(max-width:991px){

    .hero-visual{

        height:560px;

    }

    .floating-card{

        width:170px;

        padding:14px;

    }

    .card-content h4{

        font-size:15px;

    }

    .card-content p{

        font-size:12px;

    }

}

@media(max-width:767px){

    .hero-visual{

        height:460px;

    }

    .floating-card{

        transform:scale(.82);

    }

}

/* ==========================
   CLIENT LOGOS MARQUEE
========================== */

.clients-section{
    padding:120px 0;
    overflow:hidden;
}

.logo-marquee{
    width:100%;
    overflow:hidden;
    margin-top:70px;
    position:relative;
}

.logo-marquee::before,
.logo-marquee::after{
    content:"";
    position:absolute;
    top:0;
    width:180px;
    height:100%;
    z-index:0;
    pointer-events:none;
}

.logo-marquee::before{
    left:0;
    background:linear-gradient(to right,#070b18 0%,transparent 100%);
}

.logo-marquee::after{
    right:0;
    background:linear-gradient(to left,#070b18 0%,transparent 100%);
}

.logo-track{

    display:flex;
    align-items:center;
    gap:26px;
    overflow:visible;
    width:max-content;

    animation:felixMarquee 34s linear infinite;

}

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

.logo-track span{

    flex:0 0 auto;

    padding:16px 30px;

    border-radius:999px;

    position:relative;

    overflow:visible;

    isolation:isolate;

    border-radius:20px;

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

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

    color:#fff;

    font-weight:600;

    font-size:16px;

    letter-spacing:.3px;

    backdrop-filter:blur(14px);

     transition:
        transform .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.05),
        0 10px 30px rgba(0,0,0,.25);

}

.logo-track span::before{

    content:"";

    position:absolute;

    top:-6px;
    left:-6px;
    right:-6px;
    bottom:-6px;

    border-radius:20px;
     inset:0;
    border:2px solid transparent;

    opacity:0;

    transition:.35s;

    pointer-events:none;

}

.logo-track span:hover{

    transform:translateY(-4px);

    border-color:rgba(24,216,255,.55);

    color:#00e5ff;

    box-shadow:
        0 0 0 1px rgba(24,216,255,.85),
        0 0 18px rgba(24,216,255,.35),
        0 0 38px rgba(24,216,255,.18);

}

.logo-track span:hover::before{

    opacity:1;

    border-color:#18d8ff;

    box-shadow:
        inset 0 0 0 1px #18d8ff,
        0 0 18px rgba(24,216,255,.45);

}

@keyframes felixMarquee{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }

}

/* ====================================
   FELIX CTA PREMIUM POLISH
==================================== */

/* Bigger Stats */

.cta-stat h3{

    font-size:58px;

    line-height:1;

    margin-bottom:16px;

    background:linear-gradient(
        90deg,
        #18D8FF,
        #5B7CFF
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

}

/* Hover */

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

.cta-content p{

max-width:540px;

font-size:20px;

line-height:1.7;

color:#c6d0e3;

margin-bottom:42px;

}

/* Better buttons */

.cta-buttons .btn{

    min-width:230px;

    height:60px;

    font-size:17px;

    border-radius:999px;

    transition:.35s;

}

.cta-buttons .btn:hover{

    transform:translateY(-4px);

}

/* Animated center glow */

.cta-box{

    isolation:isolate;

}

.cta-box::before{

    animation:felixAuroraOne 16s ease-in-out infinite;

}

.cta-box::after{

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

    right:-80px;

    bottom:-80px;

    opacity:.12;

}

.cta-box .cta-glow{

    position:absolute;

    inset:0;

    pointer-events:none;

    z-index:0;

}

.cta-box .cta-glow::before{

    content:"";

    position:absolute;

    left:50%;

    top:50%;

    width:520px;

    height:520px;

    transform:translate(-50%,-50%);

    border-radius:50%;

    background:

    radial-gradient(circle,

    rgba(0,212,255,.10),

    transparent 70%);

    filter:blur(70px);

    animation:felixPulse 8s ease-in-out infinite;

}

/* Keep content above glow */

.cta-grid{

    position:relative;

    z-index:2;

}

@keyframes felixPulse{

0%{

transform:translate(-50%,-50%) scale(1);

opacity:.6;

}

50%{

transform:translate(-50%,-50%) scale(1.18);

opacity:1;

}

100%{

transform:translate(-50%,-50%) scale(1);

opacity:.6;

}

}

/* ====================================
   FELIX CTA FINAL POLISH v3
==================================== */

.cta-grid{

    align-items:center;

    gap:90px;

}

.cta-content h2{

    max-width:720px;

    line-height:.96;

    letter-spacing:-2px;

}

.cta-box{

    border:1px solid rgba(0,212,255,.18);

    box-shadow:

    inset 0 1px 0 rgba(255,255,255,.05),

    0 40px 100px rgba(0,0,0,.45),

    0 0 90px rgba(0,212,255,.08);

}

.cta-box::before{

    filter:blur(70px);

}

.cta-box::after{

    filter:blur(70px);

}

.cta-box:hover{

    box-shadow:

    inset 0 1px 0 rgba(255,255,255,.05),

    0 50px 120px rgba(0,0,0,.55),

    0 0 120px rgba(0,212,255,.12);

}

.cta-content{

    animation:felixFadeLeft .9s ease both;

}

.cta-stats{

    animation:felixFadeRight .9s ease both;

}

@keyframes felixFadeLeft{

    from{

        opacity:0;

        transform:translateX(-40px);

    }

    to{

        opacity:1;

        transform:none;

    }

}

@keyframes felixFadeRight{

    from{

        opacity:0;

        transform:translateX(40px);

    }

    to{

        opacity:1;

        transform:none;

    }

}

@media(max-width:992px){

    .cta-grid{

        gap:55px;

    }

    .cta-stat{

        width:100%;

        height:170px;

    }

}

@media(max-width:768px){

    .cta-content p{

        font-size:18px;

    }

    .cta-stat h3{

        font-size:48px;

    }

}

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

.cta-stat{

    width:210px;

    height:190px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    padding:30px;

    text-align:center;

    border-radius:22px;

    background:
    linear-gradient(
    180deg,
    rgba(255,255,255,.05),
    rgba(255,255,255,.02)
    );

    backdrop-filter:blur(18px);

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

    box-shadow:none;

    transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;

}

.cta-stat:hover{

    transform:translateY(-8px) scale(1.03);

    border-color:#19d4ff;

    box-shadow:
    0 18px 40px rgba(0,212,255,.16),
    0 0 40px rgba(0,212,255,.20);

}

.cta-stat span{

    font-size:18px;

    line-height:1.6;

    color:#d5def0;

}

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

.cta-buttons{

display:flex;

justify-content:flex-start;

align-items:center;

gap:18px;

margin-top:12px;

}

/* ====================================
   FELIX HERO SIDE DECORATIONS
==================================== */

.hero-section{
    position:relative;
    overflow:hidden;
}

/* Side Wrapper */

.hero-side{

    position:absolute;

    top:0;
    bottom:0;

    width:240px;

    pointer-events:none;

    z-index:1;

}

.hero-side-left{

    left:0;

}

.hero-side-right{

    right:0;

}

/* Grid */

.hero-side-grid{

    position:absolute;

    inset:0;

    opacity:.22;

    background-image:

        linear-gradient(rgba(0,212,255,.12) 1px, transparent 1px),

        linear-gradient(90deg, rgba(0,212,255,.12) 1px, transparent 1px);

    background-size:34px 34px;

    mask-image:linear-gradient(to right,
        rgba(0,0,0,1),
        transparent);

    -webkit-mask-image:linear-gradient(to right,
        rgba(0,0,0,1),
        transparent);

}

.hero-side-right .hero-side-grid{

    mask-image:linear-gradient(to left,
        rgba(0,0,0,1),
        transparent);

    -webkit-mask-image:linear-gradient(to left,
        rgba(0,0,0,1),
        transparent);

}

/* Glow */

.hero-side-glow{

    position:absolute;

    width:280px;
    height:280px;

    border-radius:50%;

    filter:blur(90px);

    opacity:.35;

}

.hero-side-left .hero-side-glow{

    top:18%;

    left:-120px;

    background:#00D4FF;

}

.hero-side-right .hero-side-glow{

    bottom:18%;

    right:-120px;

    background:#7B61FF;

}

/* Responsive */

@media(max-width:991px){

.hero-side{

display:none;

}

}

/* ====================================
   HOMEPAGE PREMIUM BACKGROUND
==================================== */

.homepage-wrapper{

    position:relative;

    overflow:hidden;

}

.homepage-bg{

    position:absolute;

    top:0;

    bottom:0;

    width:180px;

    pointer-events:none;

    z-index:0;

}

.homepage-bg-left{

    left:0;

}

.homepage-bg-right{

    right:0;

}

.homepage-grid{

    position:absolute;

    inset:0;

    opacity:.18;

    background-image:

        linear-gradient(rgba(0,212,255,.16) 1px, transparent 1px),

        linear-gradient(90deg, rgba(0,212,255,.16) 1px, transparent 1px);

    background-size:40px 40px;

    animation:gridMove 20s linear infinite;

}

.homepage-glow{

    position:absolute;

    inset:0;

    background:

        radial-gradient(circle at center,

        rgba(0,212,255,.18),

        transparent 70%);

    filter:blur(70px);

    animation:gridGlow 8s ease-in-out infinite;

}

@keyframes gridMove{

    from{

        transform:translateY(0);

    }

    to{

        transform:translateY(40px);

    }

}

@keyframes gridGlow{

    0%{

        opacity:.25;

    }

    50%{

        opacity:.7;

    }

    100%{

        opacity:.25;

    }

}

/* Keep sections above background */

.homepage-wrapper > *{

    position:relative;

    z-index:2;

}

/* ====================================
   FELIX MOTION SYSTEM v1.1
   HERO INDIVIDUAL FLOATING CARDS
==================================== */



.floating-card-inner{

    width:100%;

    height:100%;

    transition:
        transform .22s ease-out;

    will-change:transform;

}

/* AI */

.card-ai .floating-card-inner{

    animation:floatAI 7s ease-in-out infinite;

}

.card-web .floating-card-inner{

    animation:floatWeb 8s ease-in-out infinite;

}

.card-seo .floating-card-inner{

    animation:floatSEO 6.5s ease-in-out infinite;

}

.card-cloud .floating-card-inner{

    animation:floatCloud 9s ease-in-out infinite;

}

.card-mobile .floating-card-inner{

    animation:floatMobile 7.5s ease-in-out infinite;

}

.card-whatsapp .floating-card-inner{

    animation:floatWhatsApp 8.5s ease-in-out infinite;

}

/* ====================================
   KEYFRAMES
==================================== */

@keyframes floatAI{

    0%,100%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-16px);

    }

}

@keyframes floatWeb{

    0%,100%{

        transform:translate(0,0) rotate(0deg);

    }

    50%{

        transform:translate(-10px,-14px) rotate(-2deg);

    }

}

@keyframes floatSEO{

    0%,100%{

        transform:translateX(0);

    }

    50%{

        transform:translateX(10px);

    }

}

@keyframes floatCloud{

    0%,100%{

        transform:translate(0,0);

    }

    50%{

        transform:translate(-8px,-10px);

    }

}

@keyframes floatMobile{

    0%,100%{

        transform:translateY(0) rotate(0deg);

    }

    50%{

        transform:translateY(-18px) rotate(2deg);

    }

}

@keyframes floatWhatsApp{

    0%,100%{

        transform:translate(0,0);

    }

    50%{

        transform:translate(8px,-12px);

    }

}

/* ====================================
   HERO CARD POSITIONS
==================================== */



/* ===================================
   HERO CARDS CONTAINER
=================================== */

.hero-cards-grid{

    position:absolute;

    inset:0;

    transform:translateX(480px);

    width:100%;

    height:100%;

    display:block;

    pointer-events:none;

    z-index:10;

}

.cards-column{

    display:flex;

    flex-direction:column;

    gap:46px;

}

.cards-column:first-child{

    margin-top:-30px;

}

.cards-column:last-child{

    margin-top:30px;

}

/*=========================================
AI CORE
=========================================*/

.hero-core{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:160px;
    height:160px;

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

.core-dot{

    position:absolute;

    inset:38px;

    border-radius:50%;

    background:

    radial-gradient(circle,

    #6ef3ff 0%,

    #33b5ff 45%,

    #675dff 100%);

    box-shadow:

    0 0 35px rgba(0,212,255,.55),

    0 0 90px rgba(106,90,255,.45);

}

.core-glow{

    position:absolute;

    inset:-40px;

    width:150px;
    height:150px;

    filter:blur(18px);

    border-radius:50%;

    background:

    radial-gradient(circle,

    rgba(0,212,255,.22),

    transparent 72%);

}

.core-ring{

    position:absolute;

    inset:0;

    border-radius:50%;

    border:1px solid rgba(0,212,255,.28);

}

.ring-1{

    animation:ringPulse 4s linear infinite;

}

.ring-2{

    animation:ringPulse 4s linear infinite 1.2s;

}

.ring-3{

    animation:ringPulse 4s linear infinite 2.4s;

}

@keyframes ringPulse{

    0%{

        transform:scale(.72);

        opacity:0;

    }

    30%{

        opacity:.85;

    }

    100%{

        transform:scale(1.45);

        opacity:0;

    }

}

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

.hero-network{

    position:absolute;

    inset:0;

    pointer-events:none;

    z-index:1;

}

.hero-network span{

    position:absolute;

    height:2px;

    background:

    linear-gradient(

    90deg,

    transparent,

    rgba(0,212,255,.7),

    transparent);

    animation:dataFlow 5s linear infinite;

}

.line-1{

    width:210px;

    top:34%;

    left:41%;

    transform:rotate(-18deg);

}

.line-2{

    width:180px;

    top:46%;

    left:44%;

    transform:rotate(22deg);

}

.line-3{

    width:220px;

    top:56%;

    left:40%;

    transform:rotate(-12deg);

}

.line-4{

    width:200px;

    top:67%;

    left:46%;

    transform:rotate(18deg);

}

@keyframes dataFlow{

    0%{

        opacity:.15;

        background-position:0;

    }

    50%{

        opacity:1;

    }

    100%{

        opacity:.15;

        background-position:220px;

    }

}

/*=========================================
FELIX CURSOR LIGHT
=========================================*/

.hero-light{

    position:absolute;

    width:340px;

    height:340px;

    border-radius:50%;

    pointer-events:none;

    z-index:1;

    opacity:.55;

    transform:translate(-50%,-50%);

    background:
    radial-gradient(circle,
    rgba(0,212,255,.22) 0%,
    rgba(79,70,229,.12) 45%,
    transparent 72%);

    filter:blur(28px);

    transition:
        left .12s linear,
        top .12s linear;

}

/* ==========================================
   PREMIUM GLASS SHINE
========================================== */



@keyframes felixGlassShine{

    0%{

        transform:translateX(-180%) skewX(-22deg);

    }

    100%{

        transform:translateX(220%) skewX(-22deg);

    }

}

@keyframes felixShine{

    from{

        transform:translateX(-180%) skewX(-18deg);

    }

    to{

        transform:translateX(220%) skewX(-18deg);

    }

}

/* ==========================================
   PREMIUM CARD ICONS
========================================== */



.floating-card:hover .card-icon{

    transform:scale(1.12);

    box-shadow:
        0 0 28px rgba(0,212,255,.55),
        0 0 55px rgba(126,87,255,.35);

}

/* ============================
   SYMMETRIC CIRCLE LAYOUT
============================ */



/*==================================================
  FELIX HERO RADIAL LAYOUT
==================================================*/

.hero-cards-grid{

    position:absolute;
    inset:0;

    width:100%;
    height:100%;

    pointer-events:none;

}

/* ---------------- CORE ---------------- */

.hero-core{

    position:absolute;

    left:50%;
    top:50%;

    width:140px;
    height:140px;

    transform:translate(-50%,-50%);

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

    z-index:30;

}

/* --------------- CARDS ---------------- */

.hero-cards-grid .floating-card{

    position:absolute;

    width:230px;

    pointer-events:auto;

    z-index:20;

}

/* TOP */

.card-ai{
left:76%;
top:12%;
}


/* TOP RIGHT */

.card-web{
left:82%;
top:29%;
}

/* RIGHT */

.card-cloud{
left:83%;
top:57%;
}

/* BOTTOM */

.card-whatsapp{
left:76%;
top:80%;
}

/* BOTTOM LEFT */

.card-mobile{
left:63%;
top:64%;
}

/* LEFT */

.card-seo{
left:62%;
top:31%;
}

.core-logo img{

    width:68px;
    height:68px;
    object-fit:contain;

}

.core-logo{

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

    width:100%;
    height:100%;

}

/*====================================
 HERO CLUSTER V2
====================================*/

.hero-cluster{

    position:relative;

    width:100%;
    height:100%;

    top:0;
    right:0;

    transform:translate(-80px,0);

    z-index:5;

}

/* =====================================================
   FEATURED PROJECTS - PREMIUM POLISH V1
===================================================== */

.portfolio-section{

    position:relative;

    overflow:hidden;

    padding:140px 0;

}

.portfolio-section::before{

    content:"";

    position:absolute;

    left:50%;

    top:-280px;

    width:700px;

    height:700px;

    transform:translateX(-50%);

    border-radius:50%;

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

    filter:blur(130px);

    pointer-events:none;

}

/* Featured Project */

.featured-project::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    radial-gradient(circle at top left,

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

    transparent 45%);

    opacity:.9;

    pointer-events:none;

}

.featured-project:hover{

    transform:translateY(-8px);

    border-color:rgba(0,212,255,.28);

    box-shadow:

    0 35px 90px rgba(0,0,0,.42),

    0 0 45px rgba(0,212,255,.14);

}

/* Right Side Project List */

.mini-project:hover{

    transform:translateX(8px);

    border-color:rgba(0,212,255,.22);

    background:

    rgba(20,33,58,.92);

}

/* Footer Button */

.portfolio-footer{

    margin-top:60px;

    text-align:center;

}

/*=========================================================
  PORTFOLIO SECTION V2
=========================================================*/

.portfolio-section{

    position:relative;

    padding:140px 0;

    overflow:hidden;

    background:
    radial-gradient(circle at top,
    rgba(0,212,255,.05),
    transparent 45%);

}

.portfolio-section::before{

    content:"";

    position:absolute;

    width:720px;

    height:720px;

    left:50%;

    top:-320px;

    transform:translateX(-50%);

    border-radius:50%;

    background:rgba(0,212,255,.07);

    filter:blur(130px);

    pointer-events:none;

}

.portfolio-section .container{

    position:relative;

    z-index:2;

}

.portfolio-grid{

    display:grid;

    grid-template-columns:1.35fr .85fr;

    gap:32px;

    align-items:stretch;

    margin-top:70px;

}

/*=========================================================
  FEATURED PROJECT
=========================================================*/

.featured-project{

    position:relative;

    display:flex;

    flex-direction:column;

    justify-content:flex-start;

    min-height:430px;

    padding:42px;

    border-radius:30px;

    overflow:hidden;

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

    background:
    linear-gradient(
    180deg,
    rgba(20,33,58,.90),
    rgba(10,18,35,.98));

    backdrop-filter:blur(18px);

    transition:
    transform .45s ease,
    box-shadow .45s ease,
    border-color .45s ease;

    box-shadow:

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

    inset 0 1px 0 rgba(255,255,255,.05);

}

.featured-project::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    radial-gradient(circle at top left,

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

    transparent 42%);

    pointer-events:none;

}

.featured-project:hover{

    transform:translateY(-8px);

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

    box-shadow:

    0 40px 90px rgba(0,0,0,.40),

    0 0 45px rgba(0,212,255,.14);

}

/*=========================================================
  PROJECT PREVIEW
=========================================================*/

.project-preview{

    width:120px;

    height:120px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:28px;

    margin-bottom:40px;

    background:

    linear-gradient(
    135deg,
    rgba(0,212,255,.16),
    rgba(255,255,255,.05));

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

}

.project-content{

    margin-top:auto;

}

.project-emoji{

    font-size:60px;

    line-height:1;

}


