.product-hero-sec {
    background: #111113;
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: relative;
}
.grid-pattern {
    background-image: linear-gradient(#daff0108 1px, #0000 0), linear-gradient(90deg, #daff0108 1px, #0000 0);
    background-size: 50px 50px;
    position: absolute;
    inset: 0px;
}
.radial-overlay {
    background: radial-gradient(ellipse at center, #daff010d 0, #0000 70%);
    position: absolute;
    inset: 0px;
}
.blur-box-right {
    background-color: rgb(218, 255, 1, 0.1);
    filter: blur(100px);
    width: 18rem;
    height: 18rem;
    position: absolute;
    right: 20%;
    top: 33.333333%;
    border-radius: 9999px;
}
.blur-box-bottom {
    background-color: rgb(218, 255, 1,0.1);
    filter: blur(120px);
    width: 24rem;
    height: 24rem;
    position: absolute;
    left: 12%;
    bottom: 25%;
    border-radius: 9999px;
}

.hero-grid {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));176

}

.hero-grid-content{margin:0}

.hero-grid-content .tagline {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
padding-right: 1rem;
background-color: rgb(17, 17, 17, 1);
border-width: 1px;
border-radius: 9999px;
align-items: center;
display: inline-flex;
margin-bottom: 2rem;
border-style: solid;
border-color: rgb(26, 26, 26, 1);
}
.hero-grid-content .tagline svg {
width: 1rem;
height: 1rem;
margin-right: 0.5rem;
color: #daff01;
}
.hero-grid-content .tagline span {
font-size: 0.875rem;
line-height: 1.25rem;
color: #9ca3af;
}

.hero-grid-content h1{
    font-size: 3.75rem;
    line-height: 1;
    color: #fff;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.hero-grid-content h1 span{
    color: #daff01;
}
p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #9ca3af;
    margin-bottom: 2rem;
    margin: 0;
}

.btn {
    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;
    justify-content: center;
}

.btn-primary:hover {
        background: #a6be15;
        box-shadow: 0 8px 25px #daff014d;
        transform: translateY(-2px);
    }

.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%;
}



 .btn-outline-primary:hover {
    background: #a6be15;
    box-shadow: 0 8px 25px #daff014d;
    transform: translateY(-2px);
    color: #333;
}

 .btn-outline-primary {
    color: #fff;
    border-color: #daff00;
    /* background: linear-gradient(130deg, rgb(78 150 50) 0%, rgb(78 150 50) 45%, rgb(128 173 109) 50%, rgb(78 150 50) 55%, rgb(78 150 50) 100%); */
    background-color: transparent;
    border-color: rgb(51, 51, 51, 1);
    border-width: 1px;
    border-style: solid;
    background-repeat: no-repeat;
    -webkit-background-position: 0px;
    background-position: 0px;
    background-size: 300%;
    animation: button-ani 2s infinite linear;
}


.btn-primary:hover:before {
    left: 100%;
}

.btn-primary:before {
    background: linear-gradient(90deg, #0000, #fff3, #0000);
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: left .5s;
    width: 100%;
}

.hero-video-sec {
    position: relative;
    width: 100%;
    
}
.aspect-square {
    background-image: linear-gradient(to bottom right, #111111, #1a1a1a);
    border-width: 1px;
    border-radius: 18px;
    overflow: hidden;
/*    aspect-ratio: 1 / 1;*/
    box-shadow: 0 0 30px #daff0133;
    border-style: solid;
    border-color: rgb(26, 26, 26, 1);
}
.hero-video-sec.custom-h .aspect-square {
    aspect-ratio: 1 / 1
}

.hero-video-sec.custom-h {
    width: 80%;
}
.video-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-content .video-icon {
    width: 5rem;
    height: 5rem;
    background-color: rgb(218, 255, 1, 0.1);
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1rem auto;
}

    .video-content .video-icon svg {
        width: 2.5rem;
        height: 2.5rem;
        color: #daff01;
    }

.video-content p {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #6b7280;
    margin-bottom: 0;
}

    .video-content p span {
        font-size: .85rem;
        line-height: 1.25rem;
        color: #4b5563;
        margin-bottom: 0;
    }


.add-box {
display: block;
background-color: rgb(17, 17, 17, 1);
border-color: rgb(26, 26, 26, 1);
padding: 1rem;
border-width: 1px;
border-radius: 0.75rem;
position: absolute;
top: 25%;
left: -1rem;
animation: float 3s ease-in-out infinite;
}

.add-box .svg-sec {
width: 2.5rem;
height: 2.5rem;
display: flex;
align-items: center;
justify-content: center;
background-color: rgb(218, 255, 1, 0.2);
border-radius: 0.5rem;
margin-right:10px
}
.add-box svg {
width: 1.25rem;
height: 1.25rem;
color: #daff01;
}

.add-box p {
font-weight: 600;
color: #fff;
margin: 0;
font-size:1rem;
line-height:1
}
.add-box p.text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
color: #6b7280;
}


/* 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%;
    }
}


.single-content {
padding-top: 6rem;
padding-bottom: 6rem;
background-color: rgb(21, 21, 21, 1);
text-align:center;
}

.single-content .tagline {
font-size: 0.875rem;
line-height: 1.25rem;
letter-spacing: 0.05em;
text-transform: uppercase;
font-weight: 600;
color: #daff01;
}
.single-content h2 {
font-size: 48px;
font-weight: 700;
line-height: 1.1;
letter-spacing: .03em;
color: #ffffff;
margin-bottom: 1.5rem;
margin-top: 1rem;
}
.single-content h2 span {
color: #daff01;
}

.single-content p {
font-size: 1.25rem;
line-height: 1.75rem;
color: #9ca3af;
max-width: 60rem;
margin: 0 auto;
}

.feature-sec {
padding-top: 6rem;
padding-bottom: 6rem;
background-color: #0a0a0a;
}

.feature-sec  .mb-16 {
margin-bottom: 4rem;
}

.feature-tag {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #daff01;
}
.feature-sec h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .03em;
    color: #ffffff;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

.feature-sec h2 span {
color: #daff01;
}

.feature-sec p {
font-size: 1.25rem;
line-height: 1.75rem;
color: #9ca3af;
max-width: 48rem;
margin-bottom: 2rem;
}

.feature-grid-sec {
    padding: 3rem;
    background-color: rgb(21, 21, 21, 1);
    border-color: rgb(28, 28, 28, 1);
    border-width: 1px;
    border-radius: 1rem;
    border-style: solid;
}

.feature-top-box {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.feature-top-box div{width:80%}


.feature-top-box .feature-icon {
width: 56px;
height: 56px;
background: rgb(218, 255, 1, .1);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 14px;
color: #daff01;
transition: all 0.3s ease;
}
.feature-top-box .feature-icon svg {
width: 1.75rem;
height: 1.75rem;
color: #daff01;
}
.feature-top-box .text-title {
font-size: 0.875rem;
line-height: 1.25rem;
font-weight: 500;
color: #daff01;
}

.feature-top-box h3 {
font-size: 1.5rem;
line-height: 2rem;
font-weight: 700;
margin: 0;
color: #fff;
}
.feature-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-box {
    padding: 1.5rem;
    background-color: rgb(10, 10,10, 1);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    border-width: 1px;
    border-radius: 0.75rem;
    border-color: rgb(26, 26, 26, 1);
    transition: transform .3s ease, box-shadow .3s ease;
    border-style: solid;
}

    .feature-box:hover {
        box-shadow: 0 10px 40px rgb(218, 255, 1, .15);
        transform: translateY(-5px);
        border-color: rgb(218, 255, 1, 0.3);
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    .feature-box .feature-icon {
        width: 3rem;
        height: 3rem;
        background: rgb(218, 255, 1, .1);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 14px;
        color: #daff01;
        transition: all 0.3s ease;
        margin-bottom: 1rem;
    }

        .feature-box .feature-icon svg {
            width: 1.5rem;
            height: 1.5rem;
            color: #daff01;
        }

    .feature-box h4 {
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 600;
        margin-bottom: 0.75rem;
        color: #fff;
        margin: 0;
        margin-bottom: 0.75rem;
    }

.feature-box p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #6b7280;
    margin: 0;
}

/*......................*/
.integration-sec {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.integration-sec .feature-tag {
font-size: 0.875rem;
line-height: 1.25rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #daff01;
}


.hero-content-left {
    margin: 0
}

.hero-title-large {
    font-size: 3rem;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.hero-description {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #9ca3af;
    max-width: 48rem;
    margin-bottom: 2rem;
}

.hero-features-list {
    display: flex;
    flex-direction: column;
}

.hero-feature-item {
    display: flex;
    align-items: start;
    gap: 12px;
    font-size: 16px;
    color: #9ca3af;
}

    .hero-feature-item:not(:last-child) {
        margin-bottom: 12px
    }

.svg-sec {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    display: flex;
}

.hero-feature-item .svg-sec svg {
    color: #daff01;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
}

.mini-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
    color: #daff01;
    margin-bottom: 14px;
    display: block;
}


.hero-feature-item p {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #d1d5db;
    margin-bottom: 0;
}


.integration-box-sec{margin:0}

.integration-box-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.integration-box {
    display: flex;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    border-width: 1px;
    border-style: solid;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    background-color: rgb(10, 10, 10, 1);
    border-color: rgb(26, 26, 26, 1);
}

    .integration-box .box-icon {
        width: 3rem;
        height: 3rem;
        background: rgb(218, 255, 1, .1);
        border-radius: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 14px;
        color: #daff01;
        transition: all 0.3s ease;
        margin-bottom: 0.5rem;
        margin-left: auto;
        margin-right: auto;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 700;
        color: #daff01;
    }

    .integration-box p.text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
        color: #6b7280;
        margin: 0
    }


/*........impact-sec..............*/

.impact-sec {
    padding-top: 6rem;
    padding-bottom: 6rem;
    overflow: hidden;
    position: relative;
    background-color: #141414;
}

.grid-pattern {
    opacity: 0.3;
    inset: 0px;
    position: absolute;
    background-image: linear-gradient(rgb(218, 255, 1, .09) 1px, #0000 0), linear-gradient(90deg, rgb(218, 255, 1, .09) 1px, #0000 0);
    background-size: 50px 50px;
}

.blur-sec {
    filter: blur(150px);
    background-color: rgb(218 255 1 / 0.05);
    border-radius: 9999px;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    top: 50%;
    left: 50%;
    position: absolute;
}

.impact-sec .mini-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
    color: #daff01;
    margin-bottom: 14px;
    display: block;
}

.impact-sec .hero-title-large {
    font-size: 3rem;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

    .impact-sec .hero-title-large span {
        color: #daff01;
    }

.impact-sec .mb-16 {
    margin-bottom: 4rem;
}

.number-grid {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    z-index: 10;
    position: relative;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
    display: grid;
}

    .number-grid .number-box {
        text-align: center;
        background-color: rgb(10, 10, 10, 1);
        padding: 2rem;
        border-color: rgb(26, 26, 26, 1);
        border-width: 1px;
        border-radius: 1rem;
        transition: transform .3s ease, box-shadow .3s ease;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
        border-style: solid;
    }

        .number-grid .number-box:hover {
            border-color: rgb(218, 255, 1, 0.3);
            box-shadow: 0 10px 40px rgb(218, 255, 1, .15);
            transform: translateY(-5px);
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
        }

        .number-grid .number-box .label {
            font-size: 2.25rem;
            line-height: 2.5rem;
            color: #daff01;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }

        .number-grid .number-box h4 {
            font-weight: 500;
            color: #fff;
            font-size: 1.125rem;
            margin-bottom: 0.5rem;
            line-height: 1.2
        }

        .number-grid .number-box p {
            color: #9ca3af;
            font-size: 0.875rem;
            line-height: 1.25rem;
            margin: 0;
        }


.section-header {
    text-align: center;
    margin-bottom: 64px;
}

.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;
}

.section-title span {
    color: #daff01;
}

.seven-solutions-grid {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
}


/* Values Section */
.about-values-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.feature-tag {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #daff01;
}

    .about-values-section .section-header {
        text-align: center;
        margin-bottom: 64px;
    }

    .about-values-section .section-title {
        font-size: 48px;
        font-weight: 700;
        line-height: 1.1;
        letter-spacing: .03em;
        color: #ffffff;
        margin-bottom: 16px;
    }

    .about-values-section .section-subtitle {
        color: #dadada;
        font-size: 18px;
        line-height: 1.6;
        margin: 0 auto;
        max-width: 600px;
    }

.values-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}

.value-card {
    background: #111113;
    border: 1px solid rgb(255, 255, 255,.1);
    border-radius: 16px;
    padding: 40px 32px;
    transition: all 0.3s ease;
    text-align: left;
}

    .value-card:hover {
        transform: translateY(-8px);
        border-color: #daff01;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    }

.value-icon {
    width: 3.5rem;
    height: 3.5rem;
    background: rgb(218, 255, 1, .1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #daff01;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
}

.value-card:hover .value-icon {
    transform: scale(1.1);
    background: #daff01;
    color: #111113;
}

.value-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.2;
}

.value-description {
    font-size: 16px;
    line-height: 1.6;
    color: #dadada;
}

@media only screen and (max-width: 1024px) {
    .product-hero-sec {
        padding-left: 10px;
        padding-right: 6px;
    }
    .hero-grid-content h1 {
        font-size: 46px;
    }
    .hero-grid-content .btn {
        padding: 16px 16px;
        font-size: 13px;
        letter-spacing: 1px;
        width: auto !important;
    }
    .single-content h2 {
        font-size: 40px;
    }
    .feature-sec h2 {
        font-size: 40px;
    }
    .impact-sec .hero-title-large {
        font-size: 40px;
    }
    .about-values-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .impact-sec {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .cta-section {
        padding-top: 4rem;
    }
    .single-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .section-header {
        padding: 0 50px;
    }
    .number-grid .number-box {
        padding: 1.2rem;

    }

}

@media (max-width: 768px) {

.integration-box-sec {
margin: 40px 0 0 0;
}
.blur-box-bottom {
filter: blur(50px);
bottom: 10%;
left: 0;
width: 20rem;
}
.hero-grid {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.hero-grid-content h1 {
font-size: 2.1rem;
line-height: 1.2;
}
.hero-video-sec.custom-h {
margin: 0 auto !important;
}
.product-hero-sec{padding-left:20px; padding-right:20px}

.single-content {
padding-left: 20px;
padding-right: 20px;
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.feature-grid {
grid-template-columns: repeat(2, 1fr);
}
.integration-sec {
padding-left: 20px;
padding-right: 20px
}
.integration-box-grid {
grid-template-columns: repeat(2, 1fr);
}
.hero-title-large {
font-size: 2.5rem;
}
.number-grid {
grid-template-columns: repeat(2, 1fr);
}

.hero-grid-content .btn {
font-size: 16px;
width: 100% !important;
}
.seven-solutions-grid {
grid-template-columns: repeat(2, 1fr) !important;
}

.section-header {
padding: 0 24px;
}


}

@media (max-width:767px) {
    .blur-box-bottom {
        filter: blur(50px);
        bottom: 10%;
        left: 0;
        width: 10rem;
    }
p {
font-size: 1rem;
}
.single-content p {
font-size: 1rem;
}
.hero-description {
font-size: 1rem;
}

.product-hero-sec {
padding-left: 6px;
padding-right: 6px
}
.single-content h2 span {
display: inline-block !important;
}
    .single-content h2 {
        font-size: 30px;
        line-height: 1.2;
    }
.feature-sec {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.feature-sec h2 {
font-size: 30px;
}
.feature-grid-sec {
padding: 2rem 1rem;
}
.feature-grid {
grid-template-columns: repeat(1, 1fr);
}
.hero-title-large {
font-size: 30px;
}
.integration-box-grid {
display: grid;
gap: 1rem;
grid-template-columns: repeat(3, 1fr);
}
.integration-sec {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.impact-sec {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.impact-sec .hero-title-large {
font-size: 30px;
}
.number-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
padding-left: 1rem;
padding-right: 1rem;
}
.about-values-section .section-title {
font-size: 30px;
}
.values-grid {
grid-template-columns: repeat(1, minmax(0, 1fr));
}



}
@media (max-width:360px) {
    .blur-box-bottom {
        filter: blur(50px);
        bottom: 10%;
        left: 0;
        width: 10rem;
    }
}
