/*
Theme Name: G Bit Devices & Computers FULL 3D PRO
Theme URI: https://gbit.twcworks.in
Author: OpenAI
Description: Full premium 3D WordPress website theme with built-in graphics for G Bit Devices & Computers.
Version: 3.1 CLEAN
*/

:root{
    --bg:#050a14;
    --bg2:#0b1220;
    --panel:#101b2d;
    --cyan:#38bdf8;
    --blue:#2563eb;
    --green:#22c55e;
    --white:#fff;
    --muted:#b7c5d8;
    --border:rgba(56,189,248,.22);
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
    margin:0;
    font-family:Arial,Helvetica,sans-serif;
    color:#fff;
    overflow-x:hidden;
    background:
    radial-gradient(circle at 18% 10%, rgba(56,189,248,.20), transparent 26%),
    radial-gradient(circle at 85% 18%, rgba(37,99,235,.20), transparent 30%),
    radial-gradient(circle at 50% 80%, rgba(34,197,94,.08), transparent 30%),
    linear-gradient(180deg,#050914 0%,#071225 45%,#030712 100%);
}

body::before{
    content:"";
    position:fixed;
    inset:0;
    pointer-events:none;
    z-index:0;
    background:radial-gradient(circle at var(--mouse-x,50%) var(--mouse-y,30%), rgba(56,189,248,.16), transparent 260px);
}

a{text-decoration:none;color:inherit}

img{max-width:100%;height:auto}

iframe{max-width:100%}

.container{
    width:min(1060px,92%);
    margin:auto;
}

/* Header */

.topbar{
    background:#020617;
    color:#bdeafe;
    font-size:12px;
    padding:8px 0;
    border-bottom:1px solid rgba(56,189,248,.16);
}

.topbar .container{
    display:flex;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
}

.header{
    position:sticky;
    top:0;
    z-index:90;
    background:linear-gradient(180deg,rgba(7,14,28,.98),rgba(5,10,20,.95));
    backdrop-filter:blur(18px);
    border-bottom:1px solid rgba(56,189,248,.14);
    box-shadow:0 18px 45px rgba(0,0,0,.38);
}

.nav{
    height:88px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:22px;
}

.brand,
.premium-brand{
    display:flex;
    align-items:center;
    gap:18px;
}

.brand img{
    width:58px;
    height:58px;
}

.brand-logo-box{
    width:72px;
    height:72px;
    border-radius:18px;
    padding:7px;
    background:linear-gradient(145deg,rgba(56,189,248,.25),rgba(37,99,235,.12));
    border:1px solid rgba(56,189,248,.35);
    box-shadow:0 18px 45px rgba(56,189,248,.25);
    display:flex;
    align-items:center;
    justify-content:center;
    animation:logoFloat 4s ease-in-out infinite;
}

.brand-logo-box img{
    width:100%;
    height:100%;
    object-fit:contain;
    border-radius:12px;
}

.logo-3d{
    width:50px;
    height:50px;
    display:grid;
    place-items:center;
    border-radius:16px;
    font-size:22px;
    font-weight:900;
    color:#04111e;
    background:linear-gradient(145deg,#7dd3fc,#0ea5e9 55%,#1d4ed8);
    box-shadow:0 12px 28px rgba(56,189,248,.35);
    animation:logoFloat 4s ease-in-out infinite;
}

.brand h1,
.brand-text h1{
    font-size:26px;
    margin:0;
    color:#38bdf8;
    font-weight:900;
    letter-spacing:-.5px;
    line-height:1.1;
}

.brand span,
.brand-text span{
    font-size:13px;
    color:#d6e8ff;
    display:block;
    margin-top:5px;
    letter-spacing:.3px;
}

.menu{
    display:flex;
    align-items:center;
    gap:24px;
    color:#dbeafe;
    font-size:15px;
}

.menu a:hover{color:#38bdf8}

.call{
    background:linear-gradient(145deg,#22c55e,#15803d);
    padding:14px 26px;
    border-radius:999px;
    font-weight:800;
    font-size:16px;
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 18px 50px rgba(34,197,94,.35);
}

/* Common */

.header,
.hero,
.section,
.strip,
.cta,
.footer-pro{
    position:relative;
    z-index:2;
}

.section{padding:82px 0}

.title{
    text-align:center;
    max-width:820px;
    margin:0 auto 44px;
}

.title h2,
.section-title h2{
    font-size:clamp(32px,4vw,50px);
    margin:0 0 12px;
}

.title p,
.section-title p{
    color:#b7c5d8;
    font-size:18px;
    line-height:1.7;
}

/* Buttons */

.actions{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
}

.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:15px 22px;
    border-radius:16px;
    font-weight:900;
    transition:.25s ease;
    box-shadow:0 16px 40px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.10);
}

.primary{
    background:linear-gradient(145deg,#38bdf8,#2563eb);
    box-shadow:0 24px 55px rgba(37,99,235,.33);
}

.secondary{
    background:rgba(16,27,45,.75);
    border:1px solid var(--border);
    color:#e0f2fe;
}

.btn:hover,
.call:hover{
    transform:translateY(-4px) scale(1.04);
    box-shadow:0 25px 65px rgba(56,189,248,.35);
}

/* Hero */

.hero{
    min-height:640px;
    display:flex;
    align-items:center;
    padding:60px 0;
    overflow:hidden;
    perspective:1400px;
}

.hero::before{
    content:'';
    position:absolute;
    width:600px;
    height:600px;
    background:radial-gradient(circle,rgba(59,130,246,.18),transparent 70%);
    top:-180px;
    right:-120px;
    filter:blur(40px);
    animation:floatGlow 7s ease-in-out infinite;
    pointer-events:none;
}

.hero::after{
    content:'';
    position:absolute;
    width:400px;
    height:400px;
    background:radial-gradient(circle,rgba(34,197,94,.12),transparent 70%);
    bottom:-150px;
    left:-100px;
    filter:blur(40px);
    animation:floatGlow2 9s ease-in-out infinite;
    pointer-events:none;
}

.hero-grid{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:55px;
    align-items:center;
}

.hero-content{
    transform-style:preserve-3d;
    transition:transform .15s linear;
    will-change:transform;
}

.badge{
    display:inline-flex;
    gap:10px;
    align-items:center;
    border:1px solid var(--border);
    background:rgba(16,27,45,.76);
    padding:10px 16px;
    border-radius:999px;
    margin-bottom:22px;
    color:#e0f7ff;
    backdrop-filter:blur(10px);
    box-shadow:0 16px 40px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.10);
}

.dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#22c55e;
    box-shadow:0 0 18px #22c55e;
}

.hero h2{
    font-size:clamp(42px,6vw,76px);
    line-height:1.02;
    margin:0 0 20px;
    letter-spacing:-2px;
    text-shadow:0 8px 40px rgba(0,0,0,.35);
}

.hero h2 span{
    color:#38bdf8;
    display:block;
    text-shadow:0 0 25px rgba(56,189,248,.45), 0 12px 45px rgba(0,0,0,.40);
}

.hero p{
    font-size:18px;
    line-height:1.75;
    color:#b7c5d8;
    margin:0 0 28px;
}

.hero-art{
    position:relative;
    min-height:480px;
    perspective:1200px;
    animation:realFloat 3.5s ease-in-out infinite;
    will-change:transform;
}

.hero-art img{
    width:100%;
    filter:drop-shadow(0 35px 55px rgba(0,0,0,.55));
    transform:perspective(1000px) rotateY(-9deg) rotateX(5deg);
}

.float{
    position:absolute;
    background:rgba(16,27,45,.9);
    border:1px solid var(--border);
    padding:14px 17px;
    border-radius:18px;
    box-shadow:0 20px 55px rgba(56,189,248,.22);
    animation:chipMove 2.8s ease-in-out infinite;
    z-index:3;
}

.f1{top:10px;right:10px}
.f2{left:5px;bottom:80px;animation-delay:.7s}
.f3{right:35px;bottom:20px;animation-delay:1.2s}

/* Strip */

.strip{
    padding:24px 0;
    background:rgba(16,27,45,.65);
    border-top:1px solid rgba(56,189,248,.1);
    border-bottom:1px solid rgba(56,189,248,.1);
}

.strip-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
    text-align:center;
}

.strip b{
    display:block;
    font-size:26px;
    color:#7dd3fc;
}

.strip span{
    color:#b7c5d8;
    font-size:13px;
}

/* Cards */

.services,
.why-grid,
.review-grid,
.gallery-grid,
.stats,
.process,
.brands-grid,
.real-gallery-grid{
    display:grid;
    gap:24px;
}

.services{grid-template-columns:repeat(3,1fr)}
.why-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:40px}
.review-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:45px}
.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:45px}
.stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-top:40px}
.process{grid-template-columns:repeat(4,1fr)}
.brands-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-top:45px}
.real-gallery-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:50px}

.card,
.why-card,
.review-card,
.gallery-card,
.step,
.stat,
.panel,
.mapbox,
.gallery-item,
.brand-box{
    position:relative;
    overflow:hidden;
    border-radius:28px;
    background:linear-gradient(145deg,rgba(20,35,60,.96),rgba(5,12,26,.98));
    border:1px solid rgba(56,189,248,.15);
    box-shadow:0 25px 70px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.06);
    transform-style:preserve-3d;
    will-change:transform;
    transition:transform .18s ease, box-shadow .25s ease, border-color .25s ease;
}

.card::after,
.why-card::after,
.review-card::after,
.gallery-card::after,
.step::after,
.stat::after,
.gallery-item::after,
.brand-box::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    background:linear-gradient(135deg,rgba(255,255,255,.13),transparent 35%), radial-gradient(circle at top left,rgba(56,189,248,.18),transparent 45%);
    opacity:.65;
    pointer-events:none;
}

.card{
    min-height:270px;
    padding:30px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.card:before{
    content:"";
    position:absolute;
    inset:-80px auto auto -80px;
    width:180px;
    height:180px;
    background:radial-gradient(circle,rgba(56,189,248,.22),transparent 65%);
}

.card img{
    width:72px;
    height:72px;
    margin-bottom:18px;
    filter:drop-shadow(0 18px 25px rgba(56,189,248,.22));
}

.card h3,
.why-card h3,
.gallery-card h3{
    font-size:23px;
    margin:0 0 12px;
    color:#fff;
}

.card p,
.why-card p,
.gallery-card p,
.step p{
    color:#b7c5d8;
    line-height:1.7;
    margin:0;
}

.card .btn{margin-top:18px;width:100%}

.why-card,
.review-card,
.gallery-card,
.step{
    padding:28px;
}

.stat{
    padding:30px;
    text-align:center;
}

.stat h2{
    font-size:42px;
    color:#38bdf8;
    margin:0 0 10px;
    font-weight:800;
}

.stat span{
    opacity:.85;
    font-size:15px;
}

.step strong{
    display:grid;
    place-items:center;
    width:44px;
    height:44px;
    border-radius:14px;
    background:#38bdf8;
    color:#06111f;
    margin-bottom:18px;
}

.step h3{margin:0 0 10px}

.stars{
    font-size:24px;
    letter-spacing:3px;
    margin-bottom:18px;
    color:#facc15;
}

.review-card p{
    font-size:16px;
    line-height:1.8;
    opacity:.9;
    margin-bottom:20px;
}

.review-card h4{
    color:#38bdf8;
    font-size:16px;
}

/* CTA */

.cta{
    padding:70px 0;
    background:linear-gradient(145deg,rgba(37,99,235,.28),rgba(56,189,248,.10));
    border-top:1px solid rgba(56,189,248,.12);
    border-bottom:1px solid rgba(56,189,248,.12);
    text-align:center;
}

.cta h2{
    font-size:44px;
    margin:0 0 14px;
}

.cta p{
    color:#dbeafe;
    font-size:18px;
    margin:0 0 24px;
}

/* Contact */

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

.panel{
    border-radius:34px;
    padding:36px;
}

.panel h2{
    font-size:42px;
    margin:0 0 16px;
}

.line{
    padding:15px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
    color:#dbeafe;
}

.mapbox{
    min-height:360px;
    display:grid;
    place-items:center;
    text-align:center;
    color:#b7c5d8;
    padding:25px;
}

.map-embed{
    margin-top:20px;
    border-radius:24px;
    overflow:hidden;
    border:1px solid rgba(56,189,248,.18);
}

/* Brands and Gallery */

.brand-box{
    height:95px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:22px;
    font-size:28px;
    font-weight:800;
    color:#dbeafe;
}

.brand-box:hover{color:#38bdf8}

.gallery-item{
    min-height:280px;
    background:#071427;
}

.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .45s ease;
}

.gallery-item:hover img{transform:scale(1.08)}

.gallery-placeholder{
    height:280px;
    display:grid;
    place-items:center;
    font-size:70px;
    background:linear-gradient(145deg,rgba(56,189,248,.12),rgba(5,12,26,.98));
}

.gallery-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:24px;
    background:linear-gradient(180deg,transparent,rgba(2,6,23,.95));
    z-index:2;
}

.gallery-overlay h3{
    font-size:22px;
    font-weight:800;
    color:#fff;
    margin:0;
}

/* Footer */

.footer-pro{
    padding:55px 0;
    background:radial-gradient(circle at 20% 0%,rgba(56,189,248,.12),transparent 25%), linear-gradient(180deg,#050914,#030712);
    border-top:1px solid rgba(56,189,248,.12);
}

.footer-pro-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1.4fr;
    gap:30px;
    align-items:flex-start;
}

.footer-pro h2,
.footer-pro h3{
    color:#38bdf8;
    margin:0 0 14px;
}

.footer-pro p,
.footer-pro a{
    display:block;
    color:#cbd5e1;
    line-height:1.8;
    font-size:15px;
}

.footer-pro a:hover{color:#38bdf8}

.wa{
    position:fixed;
    right:22px;
    bottom:22px;
    background:linear-gradient(145deg,#22c55e,#15803d);
    padding:15px 22px;
    border-radius:999px;
    font-weight:900;
    z-index:100;
    box-shadow:0 24px 55px rgba(34,197,94,.34);
}

/* Motion */

/* Premium Minimal Cursor Glow */

.cursor-glow{
    position: fixed;
    width: 18px;
    height: 18px;

    border-radius: 50%;

    background: rgba(0,170,255,.22);

    pointer-events: none;

    filter: blur(8px);

    z-index: 9999;

    transition:
    transform .08s linear;
}
.gbit-particles{
    position:fixed;
    inset:0;
    pointer-events:none;
    z-index:1;
    background-image:
    radial-gradient(circle,rgba(56,189,248,.35) 1px,transparent 1px),
    radial-gradient(circle,rgba(34,197,94,.20) 1px,transparent 1px);
    background-size:60px 60px,90px 90px;
    animation:particleMove 18s linear infinite;
    opacity:.35;
}

@keyframes particleMove{
    from{background-position:0 0,0 0}
    to{background-position:600px 600px,-500px 400px}
}

@keyframes logoFloat{
    0%{transform:translateY(0)}
    50%{transform:translateY(-6px)}
    100%{transform:translateY(0)}
}

@keyframes realFloat{
    0%,100%{transform:translateY(0) rotate(0)}
    50%{transform:translateY(-22px) rotate(-1.5deg)}
}

@keyframes chipMove{
    0%,100%{transform:translateY(0) scale(1)}
    50%{transform:translateY(-20px) scale(1.04)}
}

@keyframes floatGlow{
    0%{transform:translateY(0) scale(1)}
    50%{transform:translateY(30px) scale(1.1)}
    100%{transform:translateY(0) scale(1)}
}

@keyframes floatGlow2{
    0%{transform:translateY(0) scale(1)}
    50%{transform:translateY(-25px) scale(1.08)}
    100%{transform:translateY(0) scale(1)}
}

/* Responsive */

@media(max-width:1100px){
    .menu{display:none}
}

@media(max-width:900px){
    .hero-grid,
    .contact{
        grid-template-columns:1fr;
    }

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

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

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

    .footer-pro-grid{
        grid-template-columns:1fr;
    }

    .hero{
        padding:48px 0;
    }
}

@media(max-width:768px){
    .gbit-particles,
    .cursor-glow,
    body::before,
    .hero::before,
    .hero::after{
        display:none !important;
    }

    .hero-art,
    .float,
    .logo-3d,
    .brand-logo-box{
        animation:none !important;
    }

    .card,
    .why-card,
    .review-card,
    .gallery-card,
    .gallery-item,
    .step,
    .stat,
    .brand-box{
        transform:none !important;
        transition:.15s ease !important;
    }

    .hero{
        min-height:auto !important;
        padding-top:35px !important;
        padding-bottom:50px !important;
    }

    .hero h2{
        font-size:42px !important;
        line-height:1.08 !important;
    }

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

    .section{
        padding:55px 0 !important;
    }

    iframe{
        height:260px !important;
    }
}

@media(max-width:560px){
    .topbar{font-size:12px}

    .brand h1,
    .brand-text h1{
        font-size:20px;
    }

    .brand span,
    .brand-text span{
        font-size:11px;
    }

    .brand-logo-box{
        width:56px;
        height:56px;
    }

    .hero h2{
        letter-spacing:-1px;
    }

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

    .actions .btn{
        width:100%;
    }

    .process,
    .strip-grid{
        grid-template-columns:1fr;
    }

    .hero-art{
        min-height:330px;
    }

    .float{
        font-size:12px;
        padding:11px 12px;
    }
}


.card img.service-photo{
width:100%;
height:220px;
object-fit:cover;
border-radius:20px;
margin-bottom:20px;
transition:.4s ease;
display:block;
}

.card:hover img.service-photo{
transform:scale(1.05);
}

.service-photo{
width:100%;
height:240px;
object-fit:cover;
border-radius:20px;
display:block;
}

.card:hover{
transform:
translateY(-10px)
rotateX(4deg)
rotateY(-4deg);

box-shadow:
0 25px 60px rgba(56,189,248,.25);
}

.btn.secondary:hover{
background:#22c55e;
color:#fff;
transform:translateY(-3px);
}

.process-card:hover{
transform:
translateY(-12px)
rotateX(6deg);

box-shadow:
0 25px 60px rgba(56,189,248,.25);
}


.real-gallery-grid img{
width:100%;
height:260px;
object-fit:cover;
border-radius:22px;
display:block;
transition:0.4s ease;
}

.gallery-item:hover img{
transform:scale(1.05);
}

.real-gallery-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:30px;
}

.gallery-item{
position:relative;
overflow:hidden;
border-radius:24px;
height:280px;
border:1px solid rgba(0,180,255,0.18);
box-shadow:0 0 30px rgba(0,140,255,0.08);
transition:0.4s ease;
}

.gallery-item img{
width:100%;
height:100%;
object-fit:cover;
transition:0.5s ease;
}

.gallery-item::after{
content:"";
position:absolute;
inset:0;
background:linear-gradient(to top, rgba(0,0,0,0.88), rgba(0,0,0,0.15));
}

.gallery-overlay{
position:absolute;
left:24px;
bottom:20px;
z-index:2;
}

.gallery-overlay h3{
color:#fff;
font-size:32px;
font-weight:800;
margin:0;
}

.gallery-item:hover img{
transform:scale(1.08);
}

.gallery-item:hover{
transform:translateY(-8px);
box-shadow:0 0 40px rgba(0,170,255,0.22);
}

/* V4 SEO + LEAD CONVERSION UPGRADE */
.card-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:18px}.mini-wa{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:999px;background:rgba(34,197,94,.14);border:1px solid rgba(34,197,94,.35);color:#bbf7d0;font-weight:800;box-shadow:0 12px 28px rgba(34,197,94,.14)}.mini-wa:hover{background:rgba(34,197,94,.25);transform:translateY(-2px)}
.instant-quote{padding:60px 0;background:linear-gradient(135deg,rgba(56,189,248,.08),rgba(34,197,94,.05));border-top:1px solid rgba(56,189,248,.13);border-bottom:1px solid rgba(56,189,248,.13)}.quote-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:28px;align-items:center}.quote-grid h2{font-size:clamp(30px,4vw,48px);margin:8px 0 12px}.quote-grid p{color:#c9d8ec;font-size:18px;line-height:1.7}.quote-actions{display:flex;flex-direction:column;gap:14px}.eyebrow{display:inline-flex;padding:7px 12px;border-radius:999px;color:#7dd3fc;background:rgba(56,189,248,.1);border:1px solid rgba(56,189,248,.24);font-size:13px;font-weight:900;letter-spacing:.5px;text-transform:uppercase}
.mobile-leadbar{display:none}.service-hero{padding:92px 0 70px;position:relative;z-index:2}.service-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}.service-hero h1{font-size:clamp(38px,5vw,68px);line-height:1.02;margin:18px 0 18px;color:#fff;letter-spacing:-1.4px}.service-hero p{font-size:20px;line-height:1.7;color:#c9d8ec;margin:0 0 26px}.service-hero-img{border-radius:34px;padding:14px;background:linear-gradient(145deg,rgba(56,189,248,.18),rgba(37,99,235,.07));border:1px solid rgba(56,189,248,.24);box-shadow:0 38px 95px rgba(0,0,0,.45),0 0 70px rgba(56,189,248,.16)}.service-hero-img img{width:100%;border-radius:24px;display:block;aspect-ratio:4/3;object-fit:cover}.split-info{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;align-items:stretch}.glass-panel{border:1px solid rgba(56,189,248,.22);background:linear-gradient(145deg,rgba(15,23,42,.88),rgba(2,6,23,.78));box-shadow:0 28px 70px rgba(0,0,0,.38);border-radius:28px;padding:34px}.glass-panel h2{font-size:34px;margin:0 0 10px}.glass-panel p{color:#bdd0e6;line-height:1.7}.feature-list{display:grid;gap:14px}.feature-row{display:flex;gap:14px;align-items:flex-start;padding:20px;border-radius:22px;background:rgba(15,23,42,.72);border:1px solid rgba(56,189,248,.16);box-shadow:0 18px 40px rgba(0,0,0,.22)}.feature-row strong{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:rgba(34,197,94,.16);color:#86efac}.feature-row span{color:#dbeafe;font-size:17px;line-height:1.55}.faq-grid{display:grid;gap:14px;max-width:900px;margin:auto}.faq-item{background:rgba(15,23,42,.72);border:1px solid rgba(56,189,248,.18);border-radius:20px;padding:18px 22px}.faq-item summary{cursor:pointer;font-weight:900;color:#e0f2fe}.faq-item p{color:#c4d3e6;line-height:1.7;margin:14px 0 0}.local-seo-section{background:rgba(2,6,23,.28)}
.service-page-links{display:flex;flex-wrap:wrap;gap:10px}.service-page-links a{padding:10px 14px;border-radius:999px;background:rgba(56,189,248,.08);border:1px solid rgba(56,189,248,.18);color:#bfdbfe;font-weight:700}
@media(max-width:900px){.quote-grid,.service-hero-grid,.split-info{grid-template-columns:1fr}.quote-actions{flex-direction:row;flex-wrap:wrap}.service-hero{padding:55px 0}.menu{display:none}.brand-text h1{font-size:20px}.brand-logo-box{width:58px;height:58px}.nav{height:76px}.mobile-leadbar{position:fixed;left:10px;right:10px;bottom:10px;z-index:120;display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;padding:8px;border-radius:20px;background:rgba(2,6,23,.92);border:1px solid rgba(56,189,248,.25);backdrop-filter:blur(14px);box-shadow:0 18px 60px rgba(0,0,0,.5)}.mobile-leadbar a{text-align:center;border-radius:14px;padding:12px 6px;font-size:13px;font-weight:900;color:#e0f2fe;background:rgba(56,189,248,.11)}.wa{bottom:78px!important}.footer-pro{padding-bottom:92px}.service-hero p{font-size:17px}.glass-panel h2{font-size:28px}}
@media(max-width:560px){.actions,.quote-actions{display:grid;grid-template-columns:1fr;width:100%}.btn,.mini-wa{width:100%;justify-content:center}.service-hero h1{font-size:36px}.section{padding:58px 0}.service-photo{min-height:190px;object-fit:cover}.topbar .container{justify-content:center;text-align:center}.brand{gap:10px}.brand-text span{font-size:11px}.brand-logo-box{width:52px;height:52px}.service-hero-img{border-radius:24px;padding:10px}.service-hero-img img{border-radius:18px}.card-actions{display:grid;grid-template-columns:1fr;width:100%}}

.brands-section {
    position: relative;
    padding: 100px 0;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
    margin-top: 50px;
}

.brand-card {
    background: linear-gradient(145deg, rgba(10,25,60,0.95), rgba(0,10,30,0.95));
    border: 1px solid rgba(0,170,255,0.2);
    border-radius: 22px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.brand-card:hover {
    transform: translateY(-8px);
    border-color: #00aaff;
    box-shadow: 0 0 30px rgba(0,170,255,0.25);
}

.brand-card img {
    width: 120px;
    max-height: 55px;
    object-fit: contain;
    opacity: 0.95;
    transition: all 0.3s ease;
}

.brand-card:hover img {
    transform: scale(1.08);
}

@media (max-width: 768px) {

    .brands-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .brand-card {
        height: 95px;
    }

    .brand-card img {
        width: 90px;
        max-height: 40px;
    }

}

.brand-card img {
    width: 130px;
    max-height: 58px;
    object-fit: contain;
    opacity: 0.92;
    transition: all 0.35s ease;

    filter:
    brightness(1.15)
    contrast(1.1);
}

.dark-logo img{
    filter:
    brightness(1.4)
    contrast(1.1)
    saturate(1.1);

    opacity: .95;
}

.brand-card img{
    width:140px;
}

.brand-card:hover{
    transform:
    translateY(-8px)
    scale(1.02);
}

.brand-card::after{
    content:'';
    position:absolute;
    width:120px;
    height:120px;
    background:rgba(0,170,255,.08);
    border-radius:50%;
    filter:blur(30px);
}

/* Individual Logo Adjustments */

.brand-card img[alt="Dell"]{
    width: 95px;
}

.brand-card img[alt="Hikvision"]{
    width: 115px;
}

.brand-card img[alt="Microsoft"]{
    width: 95px;
}

.brand-card img[alt="Nvidia"]{
    width: 110px;
    filter:
    brightness(1.6)
    contrast(1.1);
}

.brand-card:hover{
    transform:
    translateY(-6px)
    scale(1.015);
}

/* Logo Inner Glow */

.brand-card img{
    position: relative;
    z-index: 2;

    filter:
    drop-shadow(0 0 8px rgba(0,170,255,.18))
    drop-shadow(0 0 18px rgba(0,170,255,.10));

    transition:
    transform .35s ease,
    opacity .35s ease,
    filter .35s ease;
}

.brand-card:hover img{

    transform: scale(1.08);

    filter:
    drop-shadow(0 0 10px rgba(0,170,255,.35))
    drop-shadow(0 0 24px rgba(0,170,255,.22));

}

.owner-note{
    margin-top:25px;
    padding:18px 22px;

    border-radius:18px;

    background:
    linear-gradient(
        145deg,
        rgba(0,170,255,.08),
        rgba(0,40,80,.18)
    );

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

    color:#dbeafe;

    line-height:1.8;

    font-size:15px;

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

    backdrop-filter:blur(10px);
}

.owner-note{

    margin:40px auto 55px;

    max-width:900px;

    padding:24px 28px;

    border-radius:24px;

    background:
    linear-gradient(
        145deg,
        rgba(0,170,255,.08),
        rgba(0,30,60,.22)
    );

    border:1px solid rgba(0,170,255,.16);

    box-shadow:
    0 15px 40px rgba(0,0,0,.28);

    backdrop-filter:blur(12px);

    text-align:center;
}

.owner-note span{

    display:inline-block;

    margin-bottom:12px;

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

    color:#38bdf8;
}

.owner-note p{

    margin:0;

    color:#dbeafe;

    line-height:1.8;

    font-size:16px;
}

.owner-note{
    margin:36px auto 55px;
    max-width:820px;
    padding:22px 26px;
}

.owner-note span{
    font-size:20px;
}

.owner-note p{
    max-width:720px;
    margin:0 auto;
    font-size:15.5px;
    line-height:1.75;
    color:#d8e7f7;
}

/* === G BIT SINGLE PAGE PROFESSIONAL UPGRADE V2 === */
.real-work{
    padding-top:80px;
    padding-bottom:80px;
    background:
        radial-gradient(circle at 15% 10%, rgba(56,189,248,.12), transparent 35%),
        linear-gradient(180deg, rgba(2,8,23,.98), rgba(5,18,34,.98));
}
.real-work-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
}
.real-work-card{
    position:relative;
    overflow:hidden;
    min-height:260px;
    border-radius:24px;
    border:1px solid rgba(56,189,248,.22);
    background:#020617;
    box-shadow:0 22px 70px rgba(0,0,0,.42);
}
.real-work-card img{
    width:100%;
    height:100%;
    min-height:260px;
    object-fit:cover;
    display:block;
    transform:scale(1.02);
    transition:.45s ease;
}
.real-work-card:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, transparent 35%, rgba(2,6,23,.88));
}
.real-work-card h3{
    position:absolute;
    left:20px;
    right:20px;
    bottom:18px;
    z-index:2;
    margin:0;
    font-size:21px;
    color:#fff;
    letter-spacing:-.3px;
}
.real-work-card:hover img{transform:scale(1.09)}
.services{grid-template-columns:repeat(3,1fr)}
.service-photo{height:230px; object-fit:cover; border-radius:18px;}
.brand-premium{
    padding:80px 0;
    overflow:hidden;
    background:linear-gradient(180deg, rgba(3,12,24,.98), rgba(2,8,23,.98));
}
.brand-premium .section-header{text-align:center; margin-bottom:34px;}
.brand-premium .section-header h2{font-size:42px; color:#fff; margin-bottom:10px;}
.brand-premium .section-header p{color:#b6c4d8;}
.brand-marquee{
    position:relative;
    overflow:hidden;
    padding:24px 0;
    border-top:1px solid rgba(56,189,248,.12);
    border-bottom:1px solid rgba(56,189,248,.12);
    mask-image:linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.brand-track{
    display:flex;
    align-items:center;
    gap:72px;
    width:max-content;
    animation:gbitBrandScroll 28s linear infinite;
}
.brand-track img{
    height:54px;
    max-width:150px;
    object-fit:contain;
    opacity:.82;
    filter:grayscale(1) brightness(2.6) contrast(1.1) drop-shadow(0 0 12px rgba(56,189,248,.12));
    transition:.3s ease;
}
.brand-track img:hover{
    opacity:1;
    filter:brightness(3) drop-shadow(0 0 18px rgba(56,189,248,.55));
    transform:scale(1.08);
}
@keyframes gbitBrandScroll{
    from{transform:translateX(0)}
    to{transform:translateX(-50%)}
}
.gallery-pro .gallery-grid{grid-template-columns:repeat(4,1fr)}
.gallery-item img{height:280px; object-fit:cover;}
.mobile-leadbar{
    position:fixed; left:12px; right:12px; bottom:12px; z-index:9999;
    display:none; grid-template-columns:repeat(3,1fr); gap:8px;
    padding:8px; border-radius:18px;
    background:rgba(3,12,24,.88); backdrop-filter:blur(14px);
    border:1px solid rgba(56,189,248,.25);
}
.mobile-leadbar a{
    text-align:center; padding:12px 8px; border-radius:13px;
    color:#fff; text-decoration:none; font-weight:800;
    background:linear-gradient(135deg, rgba(14,165,233,.25), rgba(15,23,42,.75));
}
@media(max-width:1024px){
    .real-work-grid,.gallery-pro .gallery-grid{grid-template-columns:repeat(2,1fr)}
    .services{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
    .real-work-grid,.services,.gallery-pro .gallery-grid{grid-template-columns:1fr}
    .brand-track{gap:42px; animation-duration:22s;}
    .brand-track img{height:42px; max-width:120px;}
    .mobile-leadbar{display:grid;}
    body{padding-bottom:76px;}
}



/* === FINAL FLOATING BUTTON FIX - G BIT === */
/* Real WhatsApp button in your HTML is <a class="wa"> */
.wa{
    position:fixed!important;
    left:22px!important;
    right:auto!important;
    bottom:22px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    min-height:52px!important;
    padding:0 24px!important;
    border-radius:999px!important;
    background:linear-gradient(145deg,#22c55e,#15803d)!important;
    color:#fff!important;
    font-weight:900!important;
    z-index:99998!important;
    box-shadow:0 18px 45px rgba(34,197,94,.34)!important;
}

/* Remove any fake arrow generated inside WhatsApp */
.wa::before,
.wa::after{
    content:none!important;
    display:none!important;
}

/* Back to top button must be separate from WhatsApp */
#backToTop,
.back-to-top{
    position:fixed!important;
    right:22px!important;
    left:auto!important;
    bottom:22px!important;
    width:54px!important;
    height:54px!important;
    min-width:54px!important;
    min-height:54px!important;
    padding:0!important;
    border:0!important;
    border-radius:50%!important;
    background:linear-gradient(145deg,#38bdf8,#2563eb)!important;
    color:#fff!important;
    font-size:25px!important;
    font-weight:900!important;
    line-height:54px!important;
    text-align:center!important;
    cursor:pointer!important;
    z-index:99999!important;
    box-shadow:0 18px 45px rgba(56,189,248,.38)!important;
}

/* Mobile spacing */
@media(max-width:700px){
    .wa{
        left:14px!important;
        right:auto!important;
        bottom:18px!important;
        min-height:48px!important;
        padding:0 20px!important;
        font-size:15px!important;
    }

    #backToTop,
    .back-to-top{
        right:14px!important;
        left:auto!important;
        bottom:18px!important;
        width:48px!important;
        height:48px!important;
        min-width:48px!important;
        min-height:48px!important;
        line-height:48px!important;
        font-size:22px!important;
    }
}
