﻿
.header-with-topbar {
    position: fixed !important;
    top: 0;
    z-index: 999;
    background: #111113;
    width: 100%;
}
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 0 80px;
    overflow: hidden;
    background: #111113;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.04);
    z-index: 1;
}

.hero-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 1020px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10.5rem;
    padding-bottom: 5rem;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #1a1c1e;
    border: 1px solid #313335;
    border-radius: 20px;
    font-size: 14px;
    color: #dadada;
    margin-bottom: 24px;
    animation: fade-in-up 0.6s ease-out;
}

    .hero-badge svg {
        color: #daff01;
    }

.hero-title {
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.6px;
    color: #ffffff;
    margin-bottom: 24px;
    animation: fade-in-up 0.6s ease-out 0.1s both;
}

    .hero-title::selection {
        background: #daff01;
        color: #1a1c1e;
    }

.hero-subtitle {
    font-size: 20px;
    line-height: 1.6;
    color: #dadada;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    animation: fade-in-up 0.6s ease-out 0.2s both;
}

.gradient-text {
    -webkit-text-fill-color: #0000;
    animation: gradient-shift 3s ease infinite;
    background: linear-gradient(135deg, #daff01, #fff 50%, #daff01);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% 200%;
}

/* Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 0 20px rgba(218, 255, 1, 0.3);
    }

    50% {
        box-shadow: 0 0 40px rgba(218, 255, 1, 0.6);
    }
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.animatemouse {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 1s infinite;
}
.animatemouse  .mouse {
border-width: 2px;
border-radius: 9999px;
border-color: rgb(218, 255, 1,0.5);
width: 1.5rem;
height: 2.5rem;
display: flex;
justify-content: center;
border-style: solid;
}

.animatemouse .mouse .line {
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
width: 0.25rem;
height: 0.75rem;
margin-top: 0.5rem;
border-radius: 9999px;
background-color: #daff01;
}

.claims-box {
    padding: 0.75rem;
    background-color: rgb(17, 17,17, 0.8);
    border-color: rgb(218, 255, 1,0.2);
    border-width: 1px;
    border-radius: 0.5rem;
    top: 50%;
    right: 6%;
    position: absolute;
    animation: float 3s ease-in-out infinite;
    opacity: .4;
    border-style: solid;
}

.claims-box p {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #6b7280;
    margin:0
}
.claims-box p.font-bold {
font-weight: 700;
color: #daff01;
font-size: 1.125rem;
line-height: 1.75rem;
}

.tracking-box {
    padding: 0.75rem;
    background-color: rgb(17, 17,17, 0.8);
    border-color: rgb(218, 255, 1,0.2);
    border-width: 1px;
    border-radius: 0.5rem;
    left: 10%;
    top: 15%;
    position: absolute;
    animation: float 3s ease-in-out infinite;
    opacity: .4;
    border-style: solid;
}

.tracking-box p {
font-size: 0.75rem;
line-height: 1rem;
color: #6b7280;
margin: 0
}

.tracking-box p .animate-pulse {
width: 0.5rem;
height: 0.5rem;
border-radius: 9999px;
background: #daff01 ;
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.tracking-box p.text-xs {
font-size: 0.7rem !important;
line-height: 1.25rem;
font-weight: 400 !important;
}

.tracking-box p.font-bold {
font-weight: 700;
color: #daff01;
font-size: 1.125rem;
line-height: 1.75rem;
}
.tracking-box p.text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}

.tracking-box p.font-semibold {
font-weight: 800;color:#fff
}


.ontime-box {
    padding: 0.75rem;
    background-color: rgb(17, 17,17, 0.8);
    border-color: rgb(218, 255, 1,0.2);
    border-width: 1px;
    border-radius: 0.5rem;
    right: 8%;
    bottom: 20%;
    position: absolute;
    animation: float 3s ease-in-out infinite;
    opacity: .3;
    border-style: solid;
}

.ontime-box p {
font-size: 0.75rem;
line-height: 1rem;
color: #6b7280;
margin: 0
}

.ontime-box p .animate-pulse {
width: 0.5rem;
height: 0.5rem;
border-radius: 9999px;
background: #4ade80;
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.ontime-box p.text-xs {
font-size: 0.7rem !important;
line-height: 1.25rem;
font-weight: 400 !important;
}

    .ontime-box p.font-bold {
        font-weight: 700;
        color: #4ade80;
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

.ontime-box p.text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}

.ontime-box p.font-semibold {
font-weight: 800;
color: #fff
}




.hero-cta {
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
margin-bottom: 64px;
animation: fade-in-up 0.6s ease-out 0.3s both;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
    padding: 48px;
    background: #1a1c1e;
    border: 1px solid #2b2d2c;
    border-radius: 16px;
    animation: fade-in-up 0.6s ease-out 0.4s both;
}

.stat-item {
    text-align: center;
}

.stat-value {
    font-size: 36px;
    font-weight: 700;
    color: #daff01;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    color: #a1a1aa;
    font-weight: 500;
}

.hero-content .btn-primary {
    align-items: center;
    background: #daff01;
    border: none;
    border-radius: 12px;
    color: #111113;
    cursor: pointer;
    display: inline-flex;
    font-weight: 600;
    gap: 8px;
    min-height: 52px;
    overflow: hidden;
    padding: 16px 32px;
    position: relative;
    text-decoration: none;
    transition: all .2s ease;
}
.hero-content .btn-primary:hover {
background: #a6be15;
box-shadow: 0 8px 25px #daff014d;
transform: translateY(-2px);
}
.hero-content .btn-primary:before {
background: linear-gradient(90deg, #0000, #fff3, #0000);
content: "";
height: 100%;
left: -100%;
position: absolute;
top: 0;
transition: left .5s;
width: 100%;
}
.btn-primary:hover:before {
    left: 100%;
}

.hero-content .btn-secondary {
    align-items: center;
    background: #0000;
    border: 2px solid #3f3f3f;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    gap: 8px;
    min-height: 52px;
    padding: 14px 30px;
    text-decoration: none;
    transition: all .2s ease;
}

    .hero-content .btn-secondary:hover {
        background: #daff011a;
        border-color: #daff01;
        color: #daff01;
        transform: translateY(-2px);
    }

@media (max-width: 768px) {
    .hero {
        padding: 100px 0 60px;
        min-height: auto;
    }

    .hero-title {
        font-size: 36px;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-cta {
        flex-direction: column;
        width: 100%;
    }

        .hero-cta button {
            width: 100%;
            max-width: 300px;
        }

    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        padding: 32px 24px;
    }

    .stat-value {
        font-size: 28px;
    }
}




canvas {
    display: block;
    vertical-align: bottom;
}


/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js {
    width: 100%;
    height: 100%;
    background-color: #111113;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
}







/*........................*/


:root {
    --lime: #daff01;
    --lime-dark: #b8d900;
    --dark-bg: #0a0a0a;
    --dark-card: #111111;
    --dark-border: #1a1a1a;
    --dark-muted: #888888;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #0a0a0a;
}

::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 4px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #daff01;
    }

/* Animations */
@keyframes bounce {
    0%, 100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}


@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 0 20px rgba(218, 255, 1, 0.3);
    }

    50% {
        box-shadow: 0 0 40px rgba(218, 255, 1, 0.6);
    }
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.animate-float {
    animation: float 3s ease-in-out infinite;
}

.animate-pulse-glow {
    animation: pulse-glow 2s ease-in-out infinite;
}

.gradient-text {
    background: linear-gradient(135deg, #daff01 0%, #ffffff 50%, #daff01 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradient-shift 3s ease infinite;
}

.glass-card {
    background: rgba(17, 17, 17, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(218, 255, 1, 0.1);
}

.lime-glow {
    box-shadow: 0 0 30px rgba(218, 255, 1, 0.2);
}

.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .hover-lift:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 40px rgba(218, 255, 1, 0.15);
    }

/* Grid pattern background */
.grid-pattern {
    background-image: linear-gradient(rgba(218, 255, 1, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(218, 255, 1, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
}

/* Radial gradient overlay */
.radial-overlay {
    background: radial-gradient(ellipse at center, rgba(218, 255, 1, 0.05) 0%, transparent 70%);
}


.section-header {
    text-align: center;
    margin-bottom: 64px;
}

.section-title span {
    color: #daff01;
}
.section-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .03em;
    color: #ffffff;
    margin-bottom: 16px;
}

.section-subtitle {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #9ca3af;
    max-width: 48rem;
    margin: 0 auto;
}

/*........client-logo...........*/
.client-logo-sec {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.client-grid {
    display: grid;
    gap: 2rem;
    align-items: center;
    grid-template-columns: repeat(5, minmax(0, 1fr));

}

.clients-logo {
    background-color: #fff;
    height: 4rem;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.clients-logo figure {
margin: 0;
}
.clients-logo figure img {
display: block;
max-width: 100%;
width: auto;
margin: 0 auto;
max-height: 50px;
transition: all 500ms ease;

}
.client-logo {
    background-color: #fff;
    height: 4rem;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    gap: 6px;
    margin: 0 4px;
}
.client-logo img {
display: block;
max-width: 100%;
width: auto;
margin: 0 auto;
max-height: 50px;
transition: all 500ms ease;
}


.client-grid.bg-dark {
    background-color: #111113 !important;
}

.client-logo span{
    color: #4b5563;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.client-logo img {
max-height:100%;
max-width:100%
}
@media (max-width: 1024px) {
    .client-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media (max-width: 768px) {
    .client-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

}
@media (max-width: 600px) {
    .client-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

