* {
    box-sizing: border-box;
}

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

.noscript-message {
    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://storage.googleapis.com/omnivex-assets/cool-bg.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-message {
        background-attachment: fixed;
    }
}

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

.noscript-message .content {
    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-color: #0CC0DF;
    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);
}

.noscript-message .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;
}

.noscript-message .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;
}

.noscript-message .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;
}

.noscript-message .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;
}

.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;
    }
}

.features-section {
    min-height: 110vh;
    width: 100vw;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://storage.googleapis.com/omnivex-assets/FeaturesBg6.png');
    background-size: cover;
    background-position: center;
    position: relative;
    top: 0;
    overflow: hidden;
}

@media(max-width: 767px) {
    .features-section {
        min-height: 140vh;
        height: 120vh;
        width: 100vw;
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://storage.googleapis.com/omnivex-assets/FeaturesBg6.png');
        background-size: cover;
        background-position: center;
        position: relative;
        top: 0;
        overflow: hidden;
    }
}

.pricing-section {
    min-height: 130vh;
    width: 100vw;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://storage.googleapis.com/omnivex-assets/SmokeBg4.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    top: 0;
    overflow: hidden;
}

@media(max-width: 767px) {
    .pricing-section {
        height: 285vh;
        width: 100vw;
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://storage.googleapis.com/omnivex-assets/SmokeBg4.jpg');
        background-size: cover;
        background-position: center;
        position: relative;
        top: 0;
        overflow: hidden;
    }
}

@media(min-width: 768px) {
    .pricing-section {
        height: 140vh;
        width: 100vw;
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://storage.googleapis.com/omnivex-assets/SmokeBg4.jpg');
        background-size: cover;
        background-position: center;
        position: relative;
        top: 0;
        overflow: hidden;
    }
}

.about-container {
    position: sticky;
    top: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 1rem;
}

.about-content {
    max-width: 600px;
    text-align: left;
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    width: 100%;
    max-width: 600px;
}

.about-content.hidden {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

.about-content.visible {
    opacity: 1;
    transform: translateY(0);
}

.about-content h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.about-content p {
    font-size: 1.125rem;
    color: #d1d5db;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .about-content h2 {
        font-size: 2rem;
    }

    .about-content p {
        font-size: 1rem;
    }

    .about-container {
        padding: 2rem 1rem;
    }
}

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

.just-the-beginning {
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('https://storage.googleapis.com/omnivex-assets/MoreThanAChatbotBg.png');
    background-size: cover;
    background-position: center;
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    text-align: center;
}

.just-the-beginning h1 {
    font-size: 2.5rem;
    font-weight: 300;
    color: white;
    margin-bottom: 1.5rem;
    max-width: 90%;
}

.just-the-beginning h2 {
    font-size: 1.25rem;
    font-weight: 400;
    color: white;
    margin-bottom: 2rem;
    max-width: 90%;
    line-height: 1.5;
}

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

    .just-the-beginning h2 {
        font-size: 1.5rem;
    }
}

.our-vision-bg {
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('https://storage.googleapis.com/omnivex-assets/OurVisionBg2.png');
    background-size: cover;
    background-position: center;
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 767px) {
    .our-vision-bg {
        min-height: 140vh;
        background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('https://storage.googleapis.com/omnivex-assets/OurVisionBg2.png');
        background-size: cover;
        background-position: center;
        position: relative;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.about {
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('https://storage.googleapis.com/omnivex-assets/AboutSectionBg.png');
    background-size: cover;
    background-position: center;
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about2 {
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('https://storage.googleapis.com/omnivex-assets/AboutSectionBg.png');
    background-size: cover;
    background-position: center;
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-problem-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://storage.googleapis.com/omnivex-assets/AboutAxiomBg.jpg');
    background-size: cover;
    background-position: center;
    border: 2px solid #282828;
    border-radius: 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.about-problem-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(59, 130, 246, 0.1), transparent 70%);
    opacity: 0.5;
    animation: glow 8s ease-in-out infinite;
}

.card {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://storage.googleapis.com/omnivex-assets/classic-bg.png');
    background-size: cover;
    background-position: center;
    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);
}

.card2 {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url('https://storage.googleapis.com/omnivex-assets/PlansBg.png');
    background-size: cover;
    background-position: center;
    border: 1px solid transparent;
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

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

.card3 {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url('https://storage.googleapis.com/omnivex-assets/PremiumPlanBg.png');
    background-size: cover;
    background-position: center;
    border: 1px solid transparent;
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

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

.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;
}

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

.btn-ios:hover {
    background: rgba(255, 255, 255, 0.9);
}

.btn-login:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #000;
}

.btn-read-more:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #000;
}

@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;
    }
}

.section2 {
    padding: 120px 20px;
    max-width: 100vw;
    margin: auto;
    background-color: transparent;
}

.image-row {
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
    .image-row {
        flex-direction: column;
        align-items: center;
    }

    .responsive-image {
        flex: none;
        width: 90%;
        max-width: 100%;
    }
}

.pricing-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.plan-wrapper {
    position: relative;
    padding: 2px;
    border-radius: var(--border-radius);
    background: #1a1a1a;
    display: flex;
    flex-direction: column;
}

.plan-card {
    background: var(--card-bg);
    border-radius: calc(var(--border-radius) - 2px);
    padding: 32px;
    display: flex;
    flex-direction: column;
    flex: 1;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.plan-title {
    font-size: 1.5rem;
    margin-bottom: 12px;
    font-weight: bold;
}

.plan-price {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 16px;
}

.plan-features {
    flex: 1;
    margin-bottom: 24px;
    padding-left: 0;
}

.plan-features li {
    margin-bottom: 18px;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.plan-button {
    align-self: flex-start;
    margin-top: auto;
    padding: 12px 24px;
    border-radius: 30px;
    background: #00ffff;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

.plan-button:hover {
    background: #00e6e6;
}

.premium-plan {
    background: var(--premium-border);
    background-size: 600% 600%;
    animation: borderPulse 8s ease infinite;
}

@keyframes borderPulse {
    0% {
        background-position: 0% 50%;
    }

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

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

:root {
    --border-radius: 20px;
    --card-bg: #111;
    --premium-border: linear-gradient(270deg, #ff6ec4, #7873f5, #4af2d6, #ffc26f);
}

.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: #0CC0DF;
}

.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.2);
    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: 30;
}

.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;
    }
}

.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;
    }
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 0.5rem 0;
    min-width: 150px;
    z-index: 40;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.dropdown-menu.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.dropdown-menu a {
    display: block;
    padding: 0.5rem 1rem;
    color: #d1d5db;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.dropdown-menu a:hover {
    color: #0CC0DF;
}

.mobile-submenu {
    display: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 0.5rem 0;
    margin: 0.5rem 0;
    text-align: center;
}

.mobile-submenu.active {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}

.mobile-submenu a {
    display: block;
    padding: 0.5rem 0;
    color: #d1d5db;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.3s ease;
    padding-left: 0.75rem;
    opacity: 0;
    transform: translateY(5px);
    animation: slideIn 0.3s ease-in-out forwards;
}

.mobile-submenu a:nth-child(1) {
    animation-delay: 0.1s;
}

.mobile-submenu a:nth-child(2) {
    animation-delay: 0.2s;
}

.mobile-submenu a:hover {
    color: #0CC0DF;
}

.mobile-dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.mobile-dropdown-toggle i {
    margin-left: 0.5rem;
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

.mobile-dropdown-toggle.active i {
    transform: rotate(180deg);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

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

.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;
}

.highlight {
    padding: 4px;
    padding-left: 4px;
    padding-right: 4px;
    background-color: yellow;
    border-radius: 15px;
    color: black;
}

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

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

/* Mobile-specific text width adjustments */
@media (max-width: 767px) {

    .hero-bg h1,
    .about2 h1,
    .our-vision-bg h1 {
        font-size: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero-bg p,
    .about2 h2,
    .our-vision-bg h2 {
        font-size: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .features-section h3 {
        font-size: 1.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .features-section p {
        font-size: 0.9rem;
        padding-left: 1rem;
        padding-right: 1rem;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    /* Spacing for feature circles */
    #featureCircles {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}