.blob,
.heading-glow::before {
    z-index: -1;
    pointer-events: none
}

*,
dl,
ol,
ul {
    padding: 0;
    margin: 0
}

a,
li,
p {
    font-family: 'Inter 24pt'
}

body {
  font-family: 'Sora', sans-serif;
  font-size: clamp(14px, 13.4px + 0.16vw, 16px);
  line-height: 1.6;
}

.nav-link:hover::after,
img {
    width: 100%
}

input::-ms-input-placeholder { /* Edge old */
  color: #888888 !important;
}
/* Input + Textarea */
input::placeholder,
textarea::placeholder {
  color: #888888 !important;
}

/* Chrome, Safari */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888 !important;
}

/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888 !important;
}

/* Old Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #888888 !important;
}

.navbar {
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), background 0.4s ease, padding 0.4s ease !important;
    will-change: transform, background;
}
.border-top {
    border-top: 0px solid #4d566b !important;
}

.heading-glow,
.navbar-btn a {
    display: inline-block;
    will-change: transform;
}

.navbar-btn a,
.navbar-btn-two {
    font-family: Sora, sans-serif;
    font-weight: 500;
    letter-spacing: .5px
}

.gradient-text,
.navbar-btn-two span {
    -webkit-text-fill-color: transparent
}

.blob,
.contact-box::after,
.contact-box::before,
.heading-glow::before,
.lenis.lenis-scrolling iframe {
    pointer-events: none
}

.clients-sec,
.community-silder,
.contact-box,
.img-box,
.lenis.lenis-stopped,
.marquee-wrapper,
.sales-card {
    overflow: hidden !important;
}

.btn-learn,
.footer-links a,
a {
    text-decoration: none
}

.Industries-sec .swiper-slide,
html.lenis,
html.lenis body {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #000814
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #4bdcf4 0, #3274d0 65.1%);
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #38b6ff
}

/* Vertical Auto Scroll System */
.vertical-scroll-container {
    height: 500px;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
    -webkit-mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
}

.vertical-scroll-track {
    display: flex;
    flex-direction: column;
    gap: 20px;
    animation: scrollUp 20s linear infinite;
    will-change: transform;
    transform: translateZ(0);
}

.vertical-scroll-track:hover {
    animation-play-state: paused;
}

@keyframes scrollUp {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

/* Premium Glass UI Card */
.glass-card {
    background: rgba(255, 255, 255, 0.03);
    /* Optimized: lower blur radius is much faster to render */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 24px;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin: 0px 10px 0px 10px;
    will-change: transform;
    transform: translateZ(0);
}

.glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent
    );
    transform: skewX(-25deg);
    transition: 0.5s;
}

.glass-card:hover::before {
    left: 150%;
}

.glass-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(56, 182, 255, 0.4);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 30px rgba(56, 182, 255, 0.1);
}

.cursor-glow {
    position: fixed;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(56, 182, 255, .15) 0, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    will-change: transform, opacity;
    transform: translate3d(-50%, -50%, 0);
}

.blob {
    position: fixed;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(56, 182, 255, .12) 0%, transparent 70%);
    border-radius: 50%;
    animation: 20s infinite alternate float;
    will-change: transform;
    pointer-events: none;
    z-index: -1;
    transform: translateZ(0); /* Force GPU */
}

.heading-glow,
.nav-link,
.sales-card,
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    transform: translateZ(0);
    color: white;
}

.blob-1 {
    top: -100px;
    right: -100px
}

.blob-2 {
    bottom: -100px;
    left: -100px;
    background: radial-gradient(circle, rgba(159, 57, 255, .15) 0, transparent 70%)
}

@keyframes float {
    0% {
        transform: translate(0, 0) scale(1)
    }

    100% {
        transform: translate(50px, 50px) scale(1.1)
    }
}

.hero-text,
.hero-text-container {
    display: flex;
    align-items: center
}

.heading-glow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateZ(0);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgb(56 182 255 / 6%) 0%, #00000000 70%);
    /* Optimized blur */
    filter: blur(15px);
    z-index: -1;
    will-change: opacity;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-shadow: 0 0 20px rgba(56, 182, 255, .2)
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
    transition: .3s;
    opacity: .8
}

.nav-link:hover {
    opacity: 1;
    color: #38b6ff !important;
    text-shadow: 0 0 10px rgba(56, 182, 255, .6)
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #38b6ff, #9f39ff);
    transition: width .3s
}

.industries-box:hover,
.sales-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 40px rgba(56, 182, 255, .15)
}

.industries-box::after,
.sales-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(56, 182, 255, .1) 0, transparent 70%);
    opacity: 0;
    transition: opacity .5s;
    pointer-events: none
}

.industries-box:hover::after,
.sales-card:hover::after {
    opacity: 1
}

.img-box img,
.industries-box img {
    transition: transform .8s cubic-bezier(.4, 0, .2, 1)
}

.industries-box:hover img,
.sales-card:hover .img-box img {
    transform: scale(1.1) rotate(2deg)
}

.hero-btn .navbar-btn a,
.navbar-btn a {
    transition: .3s;
    box-shadow: 0 0 0 rgba(56, 182, 255, 0)
}

.navbar-btn a:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(56, 182, 255, .4);
    filter: brightness(1.1);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(75, 220, 244, .2);
    background: linear-gradient(180deg, #5ee6ff 0, #3b82f6 70%)
}

.partner-card,
.testimonial-card {
    backdrop-filter: blur(12px) saturate(180%)
}

body {
    opacity: 0;
    transition: opacity 1.5s;
    background: #000;
    background-color: #000 !important
}

* {
    box-sizing: border-box
}

@font-face {
    font-family: 'Inter 24pt';
    src: url('../fonts/Inter24pt-Regular.woff2') format('woff2'), url('../fonts/Inter24pt-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-SemiBold.woff2') format('woff2'), url('../fonts/Inter18pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Sora;
    src: url('../fonts/Sora-SemiBold.woff2') format('woff2'), url('../fonts/Sora-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Sora;
    src: url('../fonts/Sora-Medium.woff2') format('woff2'), url('../fonts/Sora-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

:root {
    --primary-color: #05102c;
    --secondary-color: #4bdcf4;
    --black-color: #000;
    --white-color: #fff
}

li {
    list-style: none
}

li,
p {
    font-size: 16px !important;
    font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Sora
}

p {
    color: #cdcdcd !important
}

h3,
h4,
h5,
h6 {
    color: #fff
}

h1 {
  font-size: clamp(36px, 27.9px + 2.26vw, 64px);
  line-height: 1.2;
}

h2 {
  font-size: clamp(30px, 24.8px + 1.45vw, 48px);
  line-height: 1.25;
}

h3 {
  font-size: clamp(24px, 20.5px + 0.97vw, 36px);
  line-height: 1.3;
}

h4 {
  font-size: clamp(20px, 17.7px + 0.65vw, 28px);
  line-height: 1.35;
}

h5 {
  font-size: clamp(18px, 16.8px + 0.32vw, 22px);
}

h6 {
  font-size: clamp(16px, 15.4px + 0.16vw, 18px);
}

p {
  font-size: clamp(14px, 12.8px + 0.32vw, 18px);
  color: #cdcdcd !important
}

.small-text {
  font-size: clamp(12px, 11.4px + 0.16vw, 14px);
}

.btn {
  font-size: clamp(14px, 13.4px + 0.16vw, 16px);
}

.pt-6 {
    padding-top: 60px
}

.pb-6 {
    padding-bottom: 60px
}

img {
    max-width: 100%;
    /*transition: .4s;*/
}

nav.navbar {
    /* background: rgb(5 12 38) !important */
    transition: 0.10 ease-in-out !important;
}

nav.navbar img {
    width: 296px;
    height: auto
}
/* Animation when sticky class added */
.navbar.sticky {
  animation: slideDown 0.6s ease forwards;
}

@keyframes slideDown {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.navbar-mean ul li {
    color: #fff;
    padding: 0 10px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: clamp(14px, 13.4px + 0.16vw, 18px);
    line-height: 100%;
    letter-spacing: 5%;
    vertical-align: middle
}

.navbar-btn a {
    background: linear-gradient(180deg, #4bdcf4 0, #3274d0 65.1%);
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: clamp(14px, 13.4px + 0.16vw, 18px);
    transition: .3s
}

.hero-text h2,
.industries-box .heading-text h4 {
    font-family: Sora;
    font-style: SemiBold;
    letter-spacing: 2%;
    vertical-align: middle
}

.hero-section {
    height: 100vh;
    /* background: radial-gradient(circle at center, rgba(56, 182, 255, 0.25) 0%, rgba(10, 25, 47, 0.9) 60%, #000814 100%), #000814; */
    position: relative;
    overflow: hidden;
}

#hero-canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 0.6;
}

#partners-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 0.5;
}

#global-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    pointer-events: none;
    background: #000814;
}


.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-text {
    flex-direction: column;
    justify-content: center
}

.hero-text h6 {
    background: rgba(50, 116, 208, .2);
    color: #4bdbf4 !important;
    padding: 6px 20px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .418)
}

.hero-text h2 {
    font-weight: 600;
    font-size: clamp(32px, 23.9px + 2.26vw, 60px);
    line-height: 1.25;
    text-align: center;
    color: #fff
}

.hero-text-container {
    align-content: center;
    justify-content: center;
    height: 100vh
}

.gradient-text {
    background: linear-gradient(90deg, #22d3ee, #3b82f6, #6366f1, #22d3ee);
    background-size: 200% auto;
    -webkit-background-clip: text;
    animation: 6s linear infinite gradientMove
}

@keyframes gradientMove {
    0% {
        background-position: 0 center
    }

    100% {
        background-position: 200% center
    }
}

.hero-text p {
    color: #fff !important;
    font-weight: 400;
    font-size: clamp(16px, 15.4px + 0.16vw, 18px);
    line-height: 1.6;
    letter-spacing: 5%;
    text-align: center;
    vertical-align: middle;
    font-family: 'Inter 24pt' !important
}

.navbar-btn-two {
    display: inline-block;
    border-radius: 50px;
    border: 1px solid rgba(75, 219, 244, .3);
    background: rgba(50, 116, 208, .15);
    backdrop-filter: blur(10px);
    font-size: clamp(14px, 13.4px + 0.16vw, 18px);
    padding: 10px 24px !important
}

.navbar-btn-two span {
    background: linear-gradient(90deg, #4bdbf4, #3274d0);
    -webkit-background-clip: text
}

.btn-learn,
h6.head-small {
    background: rgba(50, 116, 208, .2)
}

.navbar-btn-two:hover {
    background: rgba(50, 116, 208, .25);
    transform: translateY(-2px);
    transition: .3s
}

.hero-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center
}

h6.head-small {
    color: #4bdbf4 !important;
    padding: 4px 20px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .418);
    width: fit-content
}

/*.service-sec {*/
/*    border-bottom: 1px solid #4d566b;*/
/*    border-top: 1px solid #4d566b*/
/*}*/

.sales-card {
    border-radius: 20px !important;
    cursor: pointer;
    transition: .6s ease-in-out;
    margin-bottom: 26px;
    border-radius: 20px !important;
}

.img-box img {
    height: 450px !important;
    object-fit: cover
}

.sales-card::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .95) 0, rgba(0, 0, 0, .4) 50%, transparent 100%);
    z-index: 1;
    transition: opacity .4s
}

.btn-learn,
.sales-card:hover {
    transition: .6s;
    transform: perspective(1000px) rotateX(8deg) rotateY(5deg) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    border-radius: 20px !important;
}

.sales-card:hover::before {
    background: linear-gradient(to top, #000 0, rgba(0, 8, 20, .5) 50%, transparent 100%)
}

.content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
    z-index: 2
}

.content h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px
}

.content p {
    font-size: 16px;
    opacity: .9;
    margin-bottom: 15px
}

.btn-learn {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    border: 1px solid rgba(75, 219, 244, .4);
    backdrop-filter: blur(8px);
    color: #4bdbf4
}

.btn-learn:hover {
    background: #4bdbf4;
    box-shadow: 0 0 15px rgba(75, 219, 244, .5);
    transform: translateY(-3px);
    display: inline-block;
    background: linear-gradient(180deg, #4bdcf4 0, #3274d0 65.1%);
    color: #fff
}

.img-one:hover,
.img-three:hover,
.img-two:hover {
    box-shadow: 0 10px 40px rgba(56, 182, 255, .4)
}

.sales-card:hover img {
    transform: scale(1.1)
}

.industries-box .heading-text h4 {
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    text-transform: capitalize
}

.heading-text {
    width: 70% !important
}

.heading-icon {
    width: 126px;
    height: 125px
}

.industries-box {
    border: 1px solid #4d566b;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .3);
    width: 90%;
    background: rgba(255, 255, 255, .05);
    border-radius: 15px;
    padding: 20px;
    height: 249px;
    transition: .3s
}

.industries-box .heading-text p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 5%;
    vertical-align: middle
}

.benefits-text,
.industries-box .heading-text h5 {
    font-family: Sora;
    font-style: SemiBold;
    letter-spacing: 2%;
    vertical-align: middle;
    text-transform: capitalize
}

.industries-box .heading-text h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 46px
}

.industries-box:hover {
    transform: translateY(-8px)
}

.Industries-sec .swiper {
    height: 900px
}

.industries-box-text h4 {
    font-size: 36px !important;
    line-height: normal !important
}

.industries-box-text img {
    width: 100px;
    height: 100px
}

.div-overflow {
    position: sticky;
    top: 141px;
}

.Industries-sec .swiper-slide.swiper-slide-active .industries-box {
    background: rgba(255, 255, 255, .1) !important
}

.scroll-track {
    display: flex;
    flex-direction: column;
    animation: 20s linear infinite scrollUp
}

@keyframes scrollUp {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-50%)
    }
}

.about-img-group {
    position: relative;
    height: 480px;
    margin-bottom: 30px;
}

.newsletter-input {
    position: relative
}


.about-counter,
.contact-box::after,
.img-box::after,
.img-one,
.img-three,
.img-two,
.newsletter-input i {
    position: absolute
}

.img-one {
    width: 155px;
    top: 150px;
    border-radius: 20px !important;
}


.img-two {
    width: 285px;
    left: 180px;
}


.img-three {
    width: 120px;
    right: 13px;
    top: 26px;
    border-radius: 20px;
    z-index: 999;
}

.img-one,
.img-three,
.img-two {
    transition: .5s cubic-bezier(.4, 0, .2, 1);
    z-index: 1
}

.img-one:hover,
.img-three:hover,
.img-two:hover {
    z-index: 0;
}

.img-one:hover {
    transform: scale(1.1) rotate(-2deg) translateY(-10px)
}

.img-two:hover {
    transform: scale(1.05) rotate(2deg) translateY(-10px)
}

.img-three:hover {
    transform: scale(1.15) translateY(-10px);
    z-index: 999;
}

.about-img-group img {
    border-radius: 20px;
    transition: .5s;
    width: 100%;
    height: auto
}

.about-img-group img:hover {
    filter: brightness(1.2)
}

.about-counter {
    z-index: 99;
    padding: 20px 30px;
    right: 14px;
    top: 270px;
    border-radius: 20px;
    text-align: center;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .15);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    transition: .4s
}

.about-counter:hover {
    transform: translateY(-5px) scale(1.05);
    background: rgba(255, 255, 255, .12);
    border-color: rgba(56, 182, 255, .4);
    box-shadow: 0 10px 40px rgba(56, 182, 255, .2)
}

.about-icon {
    width: 60px;
    margin-right: 30px
}

.about-icon-box {
    border: 1px solid #4d566b;
    padding: 30px 20px;
    border-radius: 20px;
    transition: .4s cubic-bezier(.4, 0, .2, 1);
    background: rgba(255, 255, 255, .02);
    height: 260px;
}

.about-icon-box:hover {
    transform: perspective(1000px) rotateX(10deg) translateY(-10px);
    background: rgba(56, 182, 255, .05);
    border-color: rgba(56, 182, 255, .4);
    box-shadow: 0 15px 30px rgba(56, 182, 255, .1)
}

.about-icon img {
    transition: transform .4s
}

.about-icon-box:hover .about-icon img {
    transform: scale(1.1) rotate(5deg)
}

.about-icon-text {
    font-size: clamp(18px, 16.3px + 0.48vw, 24px);
    font-weight: 700
}

.swiper-wrapper {
    transition-timing-function: linear !important
}

.community-silder {
    height: 370px
}

.community-img {
    background: rgba(255, 255, 255, .1);
    height: 120px !important;
    padding: 29px 25px;
    border: 1px solid #4d566b;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px !important;
    box-shadow: rgba(204, 219, 232, .171) 3px 3px 6px 0 inset, rgba(255, 255, 255, .11) -3px -3px 6px 1px inset;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.community-img:hover {
    transform: translateY(-10px) scale(1.05);
    background: rgba(56, 182, 255, 0.15);
    border-color: #38b6ff;
    box-shadow: 0 10px 20px rgba(56, 182, 255, 0.2), rgba(204, 219, 232, .171) 3px 3px 6px 0 inset;
}

.community-img:hover img {
    transform: scale(1.1);
}

/* Specific scrolling card styles */
.scrolling-card-content {
    display: flex;
    gap: 20px;
    align-items: center;
}

.scrolling-card-icon {
    width: 60px;
    height: 60px;
    background: rgba(56, 182, 255, 0.1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38b6ff;
    font-size: 24px;
    flex-shrink: 0;
}

.scrolling-card-text h4 {
    margin-bottom: 8px;
    font-size: 20px;
    color: #fff;
}

.scrolling-card-text p {
    font-size: 14px !important;
    margin-bottom: 0;
    color: #cdcdcd;
}

.benefits-text {
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    font-size: clamp(20px, 17.7px + 0.65vw, 28px) !important
}

.benefits-box {
    padding: 16px 12px;
    transition: transform 0.5s ease;
    cursor: default;
}

.benefits-box:hover {
    transform: perspective(1000px) rotateX(10deg) rotateY(-5deg);
}

.benefits-img {
    position: relative;
    perspective: 1000px;
    z-index: 1;
}

.benefits-img img {
    width: 100%;
    height: 560px;
    border-radius: 20px;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.benefits-img:hover img {
    box-shadow: 0 30px 60px rgba(56, 182, 255, 0.2);
}

.benefits-img .benefits.hero-btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%) translateZ(50px);
    z-index: 2;
    width: 100%;
    pointer-events: auto;
}

.client-logo,
.testimonial-card {
    border: 1px solid rgba(255, 255, 255, .1)
}

.benefits.hero-btn {
    margin-top: -29px
}

.client-logo,
.partner-card {
    display: flex;
    align-items: center
}

.testimonial-card {
    background: rgba(255, 255, 255, .03);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 24px;
    position: relative;
    transition: .4s;
    height: 100% !important;
    margin: 20px 8px;
}

.benefits-text span {
    margin-right: 12px
}

.partners-sec {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: #010a17;
    height: 100%;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.partners-wrapper {
    /* max-width: 1000px; */
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.partner-card {
    background: rgba(13, 27, 62, .6);
    border: 1px solid rgba(75, 219, 244, .2);
    border-radius: 20px;
    padding: 20px;
    justify-content: center;
    backdrop-filter: blur(6px); /* Optimized blur */
    transition: transform 0.4s cubic-bezier(.175, .885, .32, 1.275), border-color 0.4s ease;
    box-shadow: 0 0 15px rgba(75, 219, 244, .05);
    width: 280px;
    height: 140px;
    will-change: transform;
    transform: translateZ(0);
}

.partner-card:hover {
    border-color: rgba(75, 219, 244, .8);
    box-shadow: 0 0 30px rgba(75, 219, 244, .4);
    transform: perspective(1000px) rotateX(10deg) rotateY(10deg) translateY(-10px) scale(1.05);
    background: rgba(13, 27, 62, .9);
}

.partner-card img {
    max-width: 200px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain
}

.main-partner {
    width: 401px;
    height: 119px;
    border-width: 2px;
    border-color: rgba(75, 219, 244, .5);
    background: rgba(13, 27, 62, .85);
    box-shadow: 0 0 40px rgba(75, 219, 244, .2)
}

.main-partner img {
    max-width: 300px;
    max-height: 100px
}

.testimonial-card:hover {
    background: rgba(255, 255, 255, .05);
    border-color: #38b6ff;
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg) translateY(-5px);
    box-shadow: 0 10px 30px rgba(56, 182, 255, .15);
}

.testimonial-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 24px;
    border: 2px solid #38b6ff
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testimonial-card p {
    color: #e0e0e0;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
    font-style: italic
}

.testimonial-author {
    color: #fff;
    font-weight: 600
}

.marquee-wrapper {
    width: 100%;
    display: flex;
    white-space: nowrap
}

.marquee-content {
    display: flex;
    animation: 30s linear infinite marquee
}

.client-logo {
    background: rgba(255, 255, 255, .03);
    padding: 20px 40px;
    border-radius: 12px;
    margin: 0 15px;
    justify-content: center;
    min-width: 200px
}

.contact-box,
.contact-sec {
    background: #000814
}

.client-logo img {
    height: 35px;
    filter: grayscale(1) brightness(2);
    opacity: .7;
    transition: .3s;
	object-fit: contain;
}

.client-logo:hover img {
    filter: grayscale(0) brightness(1);
    opacity: 1
}

.marquee-reverse .marquee-content {
    animation-direction: reverse
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }

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

.contact-box {
    position: relative;
    padding: 120px 40px;
    transition: .5s;
    background: #000814;
    overflow: hidden;
    z-index: 1;
}

.contact-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-image: 
        linear-gradient(rgba(56, 182, 255, .15) 1px, transparent 1px), 
        linear-gradient(90deg, rgba(56, 182, 255, .15) 1px, transparent 1px);
    background-size: 50px 50px;
    background-position: center center;
    transform: perspective(1000px) rotateX(60deg);
    mask-image: radial-gradient(circle at center, black, transparent 80%);
    -webkit-mask-image: radial-gradient(circle at center, black, transparent 80%);
    animation: gridRun 10s linear infinite;
    z-index: -1;
    opacity: 0.6;
}

@keyframes gridRun {
    0% {
        background-position: center 0;
    }
    100% {
        background-position: center 500px;
    }
}

.contact-box::after {
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(56, 182, 255, .1) 0, transparent 70%);
    filter: blur(60px);
    z-index: 0
}

.contact-box * {
    position: relative;
    z-index: 1
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

.contact-box:hover {
    border-color: rgba(56, 182, 255, .4)
}

.img-box {
    position: relative
}

.back-to-top,
.navbar {
    position: fixed;
    z-index: 1000;
    transition: .4s cubic-bezier(.4, 0, .2, 1)
}

.img-box img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.img-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 55%,
    rgba(6, 19, 47, 0.7) 80%,
    #06132f 100%
  );
}
.contact-box h2 {
    font-size: 3rem;
    font-weight: 700
}

.navbar {
    background: 0 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0
}

.navbar.sticky {
    background: rgba(0, 8, 20, .8) !important;
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(56, 182, 255, .2);
    box-shadow: 0 4px 30px rgba(56, 182, 255, .1);
    padding: 10px 0
}

.footer-sec {
    background: #00040adb;
    border-top: 1px solid rgba(255, 255, 255, .05);
    padding: 80px 0 30px
}

.newsletter-input input {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    padding: 12px 20px;
    color: #fff;
    width: 100%
}

.newsletter-input input:focus {
    background: rgba(255, 255, 255, .08);
    border-color: #38b6ff;
    box-shadow: none;
    color: #fff
}

.newsletter-input i {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #38b6ff
}

.footer-links li {
    margin-bottom: 12px
}

.footer-links a {
    color: #fff;
    opacity: .7;
    transition: .3s
}

.footer-links a:hover {
    opacity: 1;
    color: #38b6ff;
    padding-left: 5px
}

/* Responsive Fixes */
@media (max-width: 991px) {
    .navbar-mean, .navbar-btn {
        display: none !important;
    }

    .mobile-nav-toggle {
        display: block !important;
    }

    .hero-text h2 {
        font-size: 40px;
        line-height: 1.2;
    }

    .hero-text-container {
        height: auto;
        padding-top: 150px;
        padding-bottom: 100px;
    }

    .hero-section {
        height: auto;
      min-height: fit-content;
    }

    .about-img-group {
        height: 400px;
        margin-bottom: 50px;
    }

    .img-two {
        left: 100px;
        width: 200px;
    }

    .img-one {
        width: 120px;
    }

    .about-counter {
        top: 250px;
        right: 0;
    }

    .benefits-sec .head {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .benefits-sec .head .w-50 {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 20px;
    }

    .benefits-img img {
        height: 400px;
        margin: 30px 0;
    }

    .partners-sec {
        height: auto;
        padding: 80px 0;
    }

    .partners-wrapper {
        gap: 20px;
    }

    .partner-card {
        width: 100%;
        max-width: 250px;
        height: 120px;
    }

    .main-partner {
        width: 100%;
        max-width: 350px;
    }
}

@media (max-width: 767px) {
    .hero-text h2 {
        font-size: 32px;
    }

    .hero-btn {
        flex-direction: column;
        width: 100%;
    }

    .hero-btn .navbar-btn, .hero-btn .navbar-btn-two {
        width: 100%;
        text-align: center;
    }

    .hero-btn a {
        display: block;
        width: 100%;
    }
   
    .pt-6 {
        padding-top: 40px;
    }

    .pb-6 {
        padding-bottom: 40px;
    }

    .contact-box {
        padding: 60px 20px;
    }

    .contact-box h2 {
        font-size: 24px !important;
    }
}

/* Mobile Menu Overlay */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(5, 16, 44, 0.98);
    z-index: 2000;
    transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu ul {
    text-align: center;
}

.mobile-menu ul li {
    margin: 20px 0;
}

.mobile-menu ul li a {
    font-size: 24px;
    color: #fff;
    font-family: Sora, sans-serif;
    font-weight: 600;
}

.mobile-menu .close-menu {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.mobile-nav-toggle {
    display: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    background: none;
    border: none;
}


.back-to-top {
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(180deg, #4bdcf4 0, #3274d0 65.1%);
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    transform: translateY(20px);
    display: none !important
}

.back-to-top i {
    color: #000 !important
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.back-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(56, 182, 255, .4);
    color: #000
}
.benefits-box{
     border: 1px solid transparent ;
}
.benefits-box:hover {
    border: 1px solid #164d72;
     box-shadow: 0 8px 25px rgba(56, 182, 255, .4);
    border-radius: 20px;
}

/* --- Standardized Breadcrumb Styles --- */
.breadcrumb-sec {
    padding-top: 180px;
    padding-bottom: 80px;
    background: linear-gradient(180deg, rgba(56, 182, 255, 0.05) 0%, transparent 100%);
    text-align: center;
    position: relative;
    z-index: 1;
}

.breadcrumb-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    color: #38b6ff;
    font-weight: 500;
    margin-top: 20px;
}

.breadcrumb-nav a {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
    transition: 0.3s;
}

.breadcrumb-nav a:hover {
    opacity: 1;
    color: #38b6ff;
}

.detail-hero {
    background-size: cover;
    background-position: center;
    padding: 220px 0 120px !important;
}

/* --- Standardized Card Styles --- */
.solution-card-alt {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 50px;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.solution-card-alt:hover {
    transform: translateY(-15px) perspective(1000px) rotateX(5deg);
    border-color: #38b6ff;
    box-shadow: 0 20px 40px rgba(56, 182, 255, 0.1);
}

.solution-icon-wrapper {
    width: 80px;
    height: 80px;
    background: rgba(56, 182, 255, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: 0.4s;
}

.solution-card-alt:hover .solution-icon-wrapper {
    background: #38b6ff;
    transform: scale(1.1) rotate(10deg);
}

.solution-icon-wrapper i {
    font-size: 35px;
    color: #38b6ff;
    transition: 0.4s;
}

.solution-card-alt:hover .solution-icon-wrapper i {
    color: #fff;
}

.solution-card-alt h3 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 26px !important;
}

.solution-card-alt p {
    color: #e0e0e0;
    line-height: 1.8;
    opacity: 0.8;
}

.cta-box {
    background: linear-gradient(135deg, rgba(56, 182, 255, 0.1) 0%, rgba(50, 116, 208, 0.1) 100%);
    border-radius: 40px;
    padding: 80px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    /* margin-top: 100px; */
}

.detail-content-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.detail-content-img {
    width: 75%;
    margin: auto;
}
.blog-list-img img {
    width: 100%;
    height: 230px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
}


.glass-cards ul li{
	color: white;
}

.contact-form .btn{
	background: linear-gradient(180deg, #4bdcf4 0, #3274d0 65.1%);
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: clamp(14px, 13.4px + 0.16vw, 18px);
    transition: .3s;
}


.contact-form .btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(56, 182, 255, .4);
    filter: brightness(1.1);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(75, 220, 244, .2);
    background: linear-gradient(180deg, #5ee6ff 0, #3b82f6 70%);
}
.navbar-mean.text-white.moblie-view ul {
    display: block !important;
}
.navbar-mean.text-white.moblie-view ul li {
    padding: 16px 0px;
}

	button.btn.btn-primary {
    display: none;
}


css /* RESPONSIVE QUERY______ */

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

}

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

}

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

}

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

}

@media only screen and (max-width: 991px) {
.about-img-group {
        height: 400px;
        margin-bottom: 50px;
        width: 500px;
    }
	.about-icon-box {  
    height: auto;
}
.offcanvas-body .navbar-mean,
.offcanvas-body .navbar-btn  {
    display: block !important;
}
	.glass-cards.p-5.mb-5 {
    padding: 0px !important;
    margin-top: 50px;
}
	.detail-content-img {
    width: 100%;
    margin: auto;
}
.heading-glow.w-75 {
    width: 100% !important;
    height: auto;
}	
	.heading-glow img {
    width: 300px;
    height: auto;
}
	button.btn.btn-primary {
    display: block;
}
}


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

}

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

}


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

}


@media only screen and (max-width: 768px) {
.w-50 {
    width: 100% !important;
}
	.solution-card-alt {   
    padding: 20px;   
}
}

@media only screen and (max-width: 767px) {
}

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

}

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

}

@media only screen and (max-width: 575px) {
.about-img-group {       
        width: 380px;
    }
	.partner-card {
        width: 183px;
        max-width: 184px;
        height: 100px;
    }
	.contact-form-wrapper {    
    padding: 20px;  
}
}

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

}

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

}

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

}

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

}


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

}



like this font in input and selsete and all html 1024px  