* {
    box-sizing: border-box;
}

body.no-js>*:not(noscript) {
    display: none;
}

noscript {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://www.omnivexco.com/omnivex_overview_view.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    font-family: sans-serif;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    noscript {
        background-attachment: fixed;
    }
}

@media (max-width: 767px) {
    noscript {
        background-attachment: scroll;
    }
}

.noscript-message {
    max-width: 600px;
    padding: 2rem;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.noscript-message h1 {
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.noscript-message p {
    font-size: 1.125rem;
    color: #d1d5db;
    margin-bottom: 1.5rem;
}

.noscript-message .btn-glow {
    display: inline-block;
    background: linear-gradient(90deg, #4f46e5, #a855f7);
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    transition: box-shadow 0.3s ease;
}

.noscript-message .btn-glow:hover {
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.4);
}

.orb {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    filter: blur(50px);
    animation: pulse 10s ease-in-out infinite, float 15s ease-in-out infinite;
}

.orb-1 {
    width: 300px;
    height: 300px;
    top: 10%;
    left: 15%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.5), rgba(59, 130, 246, 0));
    animation-delay: 0s, 0s;
}

.orb-2 {
    width: 200px;
    height: 200px;
    top: 60%;
    right: 20%;
    background: radial-gradient(circle, rgba(147, 51, 234, 0.5), rgba(147, 51, 234, 0));
    animation-delay: 3s, 5s;
}

.orb-3 {
    width: 250px;
    height: 250px;
    bottom: 15%;
    left: 30%;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.5), rgba(236, 72, 153, 0));
    animation-delay: 6s, 10s;
}

@keyframes pulse {

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

    50% {
        transform: scale(1.2);
        opacity: 0.2;
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes glow {

    0%,
    100% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.6;
    }
}

.typewriter {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    border-right: 3px solid #4f46e5;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
    animation: blink-caret 0.75s step-end infinite;
}

@media (min-width: 640px) {
    .typewriter {
        font-size: 1.5rem;
    }
}

@keyframes blink-caret {

    0%,
    100% {
        border-color: #4f46e5;
    }

    50% {
        border-color: transparent;
    }
}

.navbar-bg {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7)), url('https://storage.googleapis.com/omnivex-assets/AxiomHeroBg2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (max-width: 767px) {
    .hero-bg {
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://storage.googleapis.com/omnivex-assets/AxiomHeroBg2.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
    }
}

.normal-font {
    font-family: "Inter", sans-serif;
}

.thin-font {
    font-family: "Inter", sans-serif;
    font-weight: 180;
}

.semi-bold-font {
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.bold-font {
    font-family: "Inter", sans-serif;
    font-weight: 550;
}

.bolder-font {
    font-family: "Inter", sans-serif;
    font-weight: bolder;
}

.revolution-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url('https://storage.googleapis.com/omnivex-assets/HeroImage.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 75vh;
    padding-top: 8rem;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .revolution-bg {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://storage.googleapis.com/omnivex-assets/HeroImage.png');
        background-position: center;
        background-repeat: no-repeat;
        min-height: 60vh;
        padding-top: 4rem;
    }
}

@media (min-width: 641px) and (max-width: 1023px) {
    .revolution-bg {
        min-height: 70vh;
        padding-top: 6rem;
    }
}

.our-products-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://storage.googleapis.com/omnivex-assets/OurProductsBgImage.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media(max-width: 767px) {
    .our-products-bg {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://storage.googleapis.com/omnivex-assets/OurProductsBgImage.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.section-bg {
    background: #000000;
    position: relative;
    overflow: hidden;
}

.uvp-bg2 {
    background: #0f0e0e;
    position: relative;
    overflow: hidden;
}

.uvp-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url('https://storage.googleapis.com/omnivex-assets/LessChattingMoreDoing7.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media(max-width: 767px) {
    .uvp-bg {
        background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url('https://storage.googleapis.com/omnivex-assets/LessChattingMoreDoingBg-Mobile.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.commitment-to-research-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://storage.googleapis.com/omnivex-assets/OurCommitmentBg2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media(max-width: 767px) {
    .commitment-to-research-bg {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://storage.googleapis.com/omnivex-assets/OurCommitmentBg-Mobile.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.test {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://storage.googleapis.com/omnivex-assets/GoingBeyondBg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cta-glass-container {
    background: linear-gradient(90deg, rgba(79, 70, 229, 0.25), rgba(168, 85, 247, 0.25));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.cta-glass-container:hover {
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.5);
    transform: translateY(-2px);
}

.glass-container {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.glass-container-what,
.white-container {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.glass-container-what h2,
.glass-container-what p,
.white-container h3,
.white-container p {
    color: #000000;
}

.sarcastic-display {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2.5rem 0;
    padding: 0 1rem;
}

.sarcastic-display .text-image-pair {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.sarcastic-display img {
    width: 300px;
    height: 120px;
    object-fit: contain;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sarcastic-display img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(59, 130, 246, 0.3);
}

.sarcastic-display span {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 767px) {
    .sarcastic-display {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }

    .sarcastic-display .text-image-pair {
        gap: 0.5rem;
    }

    .sarcastic-display img {
        width: 200px;
        height: 80px;
    }

    .sarcastic-display span {
        font-size: 1.2rem;
    }
}

.card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid transparent;
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 32px rgba(59, 130, 246, 0.3);
}

.card h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.btn-glow {
    background: linear-gradient(90deg, #4f46e5, #a855f7);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    padding: 0.875rem 1.75rem;
}

.btn-glow:hover {
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.5);
    transform: translateY(-2px);
}

.gradient-text {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    background: linear-gradient(90deg, #4f46e5, #a855f7);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
}

.white-header {
    color: white;
}

.animate-fade-in {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 0.6s ease-out forwards;
}

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

.hamburger {
    display: none;
    cursor: pointer;
    width: 24px;
    height: 18px;
    position: relative;
}

.hamburger span {
    background: #fff;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}

.hamburger span:nth-child(1) {
    top: 0;
}

.hamburger span:nth-child(2) {
    top: 8px;
}

.hamburger span:nth-child(3) {
    top: 16px;
}

.mobile-menu {
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    transition: right 0.3s ease;
    z-index: 50;
}

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

.mobile-menu-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 767px) {
    .hamburger {
        display: block;
    }
}

/*.footer-bg {
            background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://storage.googleapis.com/omnivex-assets/FooterBg3.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 0;
        }

        @media(max-width: 767px) {
            .footer-bg {
                background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://storage.googleapis.com/omnivex-assets/FooterBg3-Mobile.png');
                background-size: cover;
                background-repeat: no-repeat;
                border-top: 1px solid rgba(255, 255, 255, 0.1);
                padding-top: 0;
            }
        }*/
.footer-bg {
    position: relative;
    background: #0a0a0a;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-link:hover,
.social-link:hover {
    text-decoration: underline;
    color: #4f46e5;
}

.feature-container {
    background: transparent;
    border-radius: 16px;
    padding: 1.5rem;
}

@media (max-width: 767px) {
    .feature-container {
        padding: 1rem;
    }

    .feature-container>div[class*="w-full md:w-1/3"] {
        justify-content: center;
    }
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 100;
    align-items: center;
    justify-content: center;
}

.popup-overlay.active {
    display: flex;
}

.popup-content {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
    max-width: 500px;
    width: 90%;
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.popup-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
    transition: color 0.3s ease;
}

.popup-close:hover {
    color: #4f46e5;
}

.popup-content h2 {
    font-size: 1.75rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1rem;
    text-align: center;
}

.popup-content p {
    font-size: 1rem;
    color: #d1d5db;
    margin-bottom: 1.5rem;
    text-align: center;
}

.popup-content input[type="email"] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 1rem;
    margin-bottom: 1rem;
    outline: none;
    transition: border-color 0.3s ease;
}

.popup-content input[type="email"]:focus {
    border-color: #4f46e5;
}

.popup-content button[type="submit"] {
    width: 100%;
    padding: 0.75rem;
    background: linear-gradient(90deg, #4f46e5, #a855f7);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
}

.popup-content button[type="submit"]:hover {
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.4);
}

.newsletter-menu {
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    transition: right 0.3s ease;
    z-index: 60;
    overflow-y: auto;
}

.newsletter-menu.desktop {
    width: 40%;
    max-width: 500px;
}

.newsletter-menu.mobile {
    width: 100%;
    height: 100%;
}

.newsletter-menu.active {
    right: 0;
}

.newsletter-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter-menu-header h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.newsletter-menu-close {
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
    transition: color 0.3s ease;
}

.newsletter-menu-close:hover {
    color: #4f46e5;
}

.newsletter-menu-content {
    display: flex;
    flex-direction: column;
    min-height: calc(100% - 4.5rem);
    padding: 1.5rem;
}

.newsletter-menu-content .no-newsletters {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d1d5db;
    font-size: 1.125rem;
    text-align: center;
}

.newsletter-item {
    display: flex;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter-item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 1rem;
}

.newsletter-item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.newsletter-item-content h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.5rem;
}

.newsletter-item-content p {
    font-size: 0.9rem;
    color: #d1d5db;
    margin-bottom: 1rem;
}

.newsletter-item-content a {
    display: block;
    width: 100%;
    padding: 0.75rem;
    background: linear-gradient(90deg, #4f46e5, #a855f7);
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: box-shadow 0.3s ease;
}

.newsletter-item-content a:hover {
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.4);
}

h1 {
    font-size: 2.5rem;
    line-height: 1.2;
}

h2 {
    font-size: 2rem;
    line-height: 1.3;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.4;
}

p {
    font-size: 1.125rem;
    line-height: 1.6;
}

@media (min-width: 640px) {
    h1 {
        font-size: 3.5rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 1.75rem;
    }

    p {
        font-size: 1.25rem;
    }
}

@media (max-width: 640px) {

    .glass-container,
    .glass-container-what,
    .white-container,
    .popup-content {
        padding: 1.5rem;
    }

    .newsletter-item img {
        width: 80px;
        height: 80px;
    }

    .newsletter-item-content h3 {
        font-size: 1.1rem;
    }

    .newsletter-item-content p {
        font-size: 0.8rem;
    }

    .newsletter-menu-content .no-newsletters {
        font-size: 1rem;
    }
}

@media (min-width: 641px) and (max-width: 1023px) {

    .glass-container,
    .glass-container-what,
    .white-container,
    .popup-content {
        padding: 2rem;
    }
}

@keyframes pulseCheck {

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

    50% {
        transform: scale(1.15);
    }
}

@keyframes fadeCross {

    0%,
    100% {
        opacity: 0.7;
    }

    50% {
        opacity: 0.5;
    }
}

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

.test3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url('https://storage.googleapis.com/omnivex-assets/TestBg7.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    filter: blur(10px);
    z-index: -1;
}

.test3 {
    position: relative;
    background: none;
    /* Remove direct background to avoid unblurred image */
    overflow: hidden;
}

.test4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url('https://storage.googleapis.com/omnivex-assets/TestBg9.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    filter: blur(10px);
    z-index: -1;
}

.test4 {
    position: relative;
    background: none;
    /* Remove direct background to avoid unblurred image */
    overflow: hidden;
}

.test5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url('https://storage.googleapis.com/omnivex-assets/TestBg6.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    filter: blur(10px);
    z-index: -1;
}

.test5 {
    position: relative;
    background: none;
    /* Remove direct background to avoid unblurred image */
    overflow: hidden;
}

.test6::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url('https://storage.googleapis.com/omnivex-assets/ContainerImage2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    filter: blur(10px);
    z-index: -1;
}

.test6 {
    position: relative;
    background: none;
    /* Remove direct background to avoid unblurred image */
    overflow: hidden;
}