﻿/*

Template Name: Myway
Template Demo: http://awerest.com/demo/myway

Purchase: http://themeforest.net/item/myway-onepage-bootstrap-parallax-retina-template/4058880?ref=awerest

Author: Awerest

Description: Onepage Bootstrap Multi-Purpose Parallax Retina Template
Tags: Responsive, Mobile First, Retina, Bootstrap 3, One Page, Multi Page, Multi-Purpose, Agency, Clean, Creative, Minimal, Components, Photography, Portfolio, Business, Corporate, White, Modern

Version: 2.5

---------------

Table of Contents:

1) General
2) Typography
3) Backgrounds and buttons
4) Dividers
5) Intro & Sections Headers
6) Services & Features
7) Works
8) Gallery
9) Team
10) Contact
11) Footer
12) Navigation
13) Carousels
14) Preloader
15) Pricing embedded content
16) Side-by-side
17) Accordion
18) High-light table
19) Business Value/Problem Callout
20) Comparison table
21) Fusion of technologies
22) Announcement banner
23) Perspective Grid Widget
24) Futuristic Design System
25) Termly Legal Embeds
*/

/* ==== 24) Futuristic Design System ==== */

/* Futuristic Color Variables - CSS Custom Properties */
:root {
    --color-primary: #00E5FF;
    --color-secondary: #7C4DFF;
    --color-accent: #FF6D00;
    --color-success: #00E676;
    --color-danger: #FF1744;
    --color-bg-dark: #0a0a0f;
    --color-bg-card: rgba(20, 20, 35, 0.8);
    --color-text: #E0E0E0;
    --color-text-muted: #888;
    --color-brand-purple: #8758ff;
    --color-brand-cyan: #5CB8E4;
    --color-brand-teal: #95e3dc;
}

/* ==== 1) General ==== */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

::selection {
    background: #00a0dc;
    color: #fff;
}

::-moz-selection {
    background: #00a0dc;
    color: #fff;
}

@import url("steadysets/steadysets.css");
@import url("linecons/linecons.css");
@import url("et-line/et-line.css");

.draft {
    background: #faff63;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-weight: 300;
    background: var(--color-bg-dark);
    color: var(--color-text);
    overflow-x: hidden;
    margin: 0;
    text-rendering: geometricPrecision;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100vh;
    /* Simplified background - subtle top vignette only */
    background-image:
        radial-gradient(ellipse at 50% 0%, rgba(124, 77, 255, 0.12) 0%, transparent 50%),
        linear-gradient(180deg, #0a0a0f 0%, #0d0d18 50%, #0a0a14 100%);
    background-size: 100% 100%, 100% 100%;
}

section {
    position: relative;
    overflow: hidden;
}

.img-responsive {
    display: inline-block;
}

img.neon,
div.neon {
    margin: 7px;
    padding: 5px;
    border-radius: 15px;
    background: var(--color-brand-purple);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow:
        0 0 10px rgba(0, 229, 255, 0.3),
        0 0 20px rgba(0, 229, 255, 0.15),
        0 0 40px rgba(124, 77, 255, 0.1),
        inset 0 0 15px rgba(0, 229, 255, 0.05);
}

/* Glassmorphism Effect Classes */
.glass-effect {
    background: rgba(20, 20, 35, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(0, 229, 255, 0.2);
}

.glass-card {
    background: linear-gradient(145deg, rgba(30, 30, 50, 0.8), rgba(15, 15, 30, 0.9));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(0, 229, 255, 0.2);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.glass-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 229, 255, 0.5);
    box-shadow:
        0 0 10px rgba(0, 229, 255, 0.3),
        0 0 20px rgba(0, 229, 255, 0.15),
        0 0 40px rgba(0, 229, 255, 0.08),
        inset 0 0 15px rgba(0, 229, 255, 0.03);
}

/* Neon Glow Utility Classes */
.neon-glow-cyan {
    box-shadow:
        0 0 10px rgba(0, 229, 255, 0.3),
        0 0 20px rgba(0, 229, 255, 0.15),
        0 0 40px rgba(0, 229, 255, 0.08),
        inset 0 0 15px rgba(0, 229, 255, 0.03);
}

.neon-glow-purple {
    box-shadow:
        0 0 10px rgba(124, 77, 255, 0.3),
        0 0 20px rgba(124, 77, 255, 0.15),
        0 0 40px rgba(124, 77, 255, 0.08),
        inset 0 0 15px rgba(124, 77, 255, 0.03);
}

.neon-text-cyan {
    color: var(--color-primary);
    text-shadow: 0 0 10px rgba(0, 229, 255, 0.5);
}

.neon-text-purple {
    color: var(--color-secondary);
    text-shadow: 0 0 10px rgba(124, 77, 255, 0.5);
}

.img-responsive.neon {
    width: 97% !important;
}


@media print {
    .no-print {
        display: none !important;
    }
}
/* ==== 2) Typography ==== */

.light {
    color: #fff;
}

.smoke, h5 small {
    color: rgba(0, 229, 255, 0.7);
    font-family: Roboto;
}

p {
    margin: 0 0 15px 0;
    color: var(--color-text);
    line-height: 1.6;
}

    p:last-child {
        margin: 0;
    }

a {
    color: var(--color-primary);
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

    a:hover {
        text-decoration: none;
        color: #33EBFF;
        text-shadow: 0 0 10px rgba(0, 229, 255, 0.5);
        transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
    }

    a:focus, a:active {
        color: var(--color-secondary);
        outline: none;
        text-decoration: none;
    }

    a.secondary:hover {
        color: var(--color-primary);
    }

    a.strong {
        font-weight: bold;
    }

h1, h2, h3, h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    margin: 30px 0 15px 0;
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 229, 255, 0.3);
}

h1 {
    font-size: 48px;
    letter-spacing: -1px;
}

h2 {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 1px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

h3 {
    font-size: 18px;
    color: rgba(0, 229, 255, 0.9);
    letter-spacing: 0.5px;
}

h4 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--color-secondary);
}

h5 {
    font-family: 'Roboto', serif;
    font-size: 19px;
    font-style: italic;
    line-height: 1.48;
    margin: 0 0 15px 0;
    color: var(--color-text-muted);
}


ol.highlight {
    margin: 60px;
}

    ol.highlight > li {
        font-size: 20px;
    }

@media (max-width: 768px) {
    ol.highlight {
        margin: 0px;
    }

        ol.highlight > li {
            font-size: inherit;
        }
}



ol.steps, ul.steps {
    list-style: square url("/img/logo_tight_sm.png");
}

    ol.steps > li, ul.steps > li {
        margin-bottom: 20px;
    }

        ol.steps > li > .step-title, ul.steps > li > .step-title {
            font-family: 'Josefin Sans', sans-serif;
            font-size: 19px;
            font-weight: bold;
        }

.step-section-title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px
}


@media (max-width: 768px) {
    h1 {
        font-size: 42px;
        letter-spacing: 0;
    }

    h2 {
        font-size: 32px;
    }
}

@media (max-width: 568px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 26px;
    }
}

/* ==== 3) Backgrounds and buttons ==== */

.transparent-bg {
    background: transparent;
}

.white-bg {
    background: linear-gradient(180deg, rgba(15, 15, 25, 1) 0%, var(--color-bg-dark) 100%);
    color: var(--color-text);
}

.smoke-bg {
    background: linear-gradient(180deg, var(--color-bg-dark) 0%, rgba(15, 15, 25, 1) 100%);
    color: var(--color-text);
}

.btn, .btn:focus, .btn:active, .btn:active:focus {
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 14px 25px;
    margin: 15px 0 0 0;
    border-radius: 8px !important;
    border: 1px solid rgba(0, 229, 255, 0.3);
    text-decoration: none;
    outline: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 15px rgba(0, 229, 255, 0.2);
}

    /* Shimmer effect on buttons */
    .btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.5s ease;
    }

    .btn:hover::before {
        left: 100%;
    }

    .btn:hover {
        background: linear-gradient(135deg, var(--color-secondary), var(--color-primary));
        color: #fff;
        transform: translateY(-2px);
        box-shadow:
            0 0 20px rgba(0, 229, 255, 0.4),
            0 0 40px rgba(124, 77, 255, 0.2);
        border-color: var(--color-primary);
    }

    .btn.btn-ghost, .btn.btn-ghost:hover, .btn.btn-ghost:focus, .btn.btn-ghost:active, .btn.btn-ghost:active:focus {
        background: transparent;
        color: var(--color-primary);
        border: 1px solid rgba(0, 229, 255, 0.5);
        box-shadow: none;
    }

        .btn.btn-ghost:hover {
            background: rgba(0, 229, 255, 0.1);
            color: #fff;
            border-color: var(--color-primary);
            box-shadow:
                0 0 15px rgba(0, 229, 255, 0.3),
                inset 0 0 15px rgba(0, 229, 255, 0.05);
        }


    .btn.btn-attn {
        background-size: 300% 100%;
        border-radius: 50px;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

        .btn.btn-attn:hover {
            background-position: 100% 0;
            -o-transition: all .4s ease-in-out;
            -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

        .btn.btn-attn:focus {
            outline: none;
        }

        .btn.btn-attn.color-1 {
            background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
            box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
        }

        .btn.btn-attn.color-2 {
            background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
            box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
        }

        .btn.btn-attn.color-3 {
            background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
            box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
        }

        .btn.btn-attn.color-4 {
            background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
            box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
        }

        .btn.btn-attn.color-5 {
            background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
            box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
        }

        .btn.btn-attn.color-6 {
            background-image: linear-gradient(to right, #009245, #FCEE21, #00A8C5, #D9E021);
            box-shadow: 0 4px 15px 0 rgba(83, 176, 57, 0.75);
        }

        .btn.btn-attn.color-7 {
            background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645);
            box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
        }

        .btn.btn-attn.color-8 {
            background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
            box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
        }

        .btn.btn-attn.color-9 {
            background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
            box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
        }

        .btn.btn-attn.color-10 {
            background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a, #FBB03B);
            box-shadow: 0 4px 15px 0 rgba(236, 116, 149, 0.75);
        }

        .btn.btn-attn.color-11 {
            background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);
            box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
        }

        .btn.btn-attn.fusion.color-1 {
            background-image: linear-gradient(to right, #764ba2, #5cb8e4, #000);
            box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
        }

        .btn.btn-attn.feature.color-1 {
            background-image: linear-gradient(to right, #764ba2, #5cb8e4);
            box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
        }

        .btn.btn-attn.use-case.color-1 {
            background-image: linear-gradient(to right, #5cb8e4, #000);
            box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
        }

        .btn.btn-attn.use-case.color-2 {
            background-image: linear-gradient(to right, #5cb8e4, #D9E021, #000);
            box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
        }

    .btn.btn-slim {
        padding: 4px 20px;
    }

/* ==== 4) Dividers ==== */

.divide-xs {
    padding-top: 7px;
    padding-bottom: 8px;
}

.divide-sm {
    padding-top: 30px;
    padding-bottom: 30px;
}

.divide-md {
    padding-top: 45px;
    padding-bottom: 45px;
}

.divide-lg {
    padding-top: 60px;
    padding-bottom: 60px;
}

.divide-xl {
    padding-top: 90px;
    padding-bottom: 90px;
}

.divide-xxl {
    padding-top: 120px;
    padding-bottom: 120px;
}

.divide-2xl {
    padding-top: 150px;
    padding-bottom: 150px;
}

.divide-3xl {
    padding-top: 180px;
    padding-bottom: 180px;
}

@media (max-width: 768px) {
    .divide-md {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .divide-xl {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .divide-xxl {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .divide-2xl {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .divide-3xl {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

    hr.no-margin {
        margin-top: 0;
        margin-bottom: 0;
    }

    hr.no-margin-top {
        margin-top: 0;
    }

    hr.no-margin-bottom {
        margin-bottom: 0;
    }

    hr.title-divider {
        border-width: 2px 0 0 0;
        max-width: 180px;
    }

/* ==== 5) Intro & Sections Headers ==== */

.prompt-genai {
    font-size: small;
    opacity: .25;
}

.bg-cover {
    background-image: url("/img/top/default.png");
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-video {
    position: absolute;
    vertical-align: baseline;
    left: 50%; /* % of surrounding element */
    top: 50%;
    width: 150%;
    transform: translate(-50%, -50%); /* % of current element */
    display: inherit;
}

.kpi-default {
    background-image: url("/img/top/default.png");
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 20px;
    margin-bottom: 20px;
}

#fusion-top, #fusion-bottom {
    background-image: url("/img/top/default.png");
    -webkit-background-size: cover;
    background-size: cover;
}

#threed-top {
    background-image: url("/img/top/3D.png");
    -webkit-background-size: cover;
    background-size: cover;
}


#threed-gallery-top {
    background-image: url("/img/top/3D-gallery.png");
    -webkit-background-size: cover;
    background-size: cover;
}

#product-top {
    background-image: url("/img/top/default.png");
    -webkit-background-size: cover;
    background-size: cover;
}

#about-top {
    background-image: url("/img/top/default.png");
    -webkit-background-size: cover;
    background-size: cover;
}

#legal-top {
    background-image: url("/img/top/default.png");
    -webkit-background-size: cover;
    background-size: cover;
}

#compare-top,
#compare-datadog-top,
#compare-newrelic-top,
#compare-dynatrace-top,
#compare-grafana-top,
#compare-signoz-top,
#compare-elastic-top,
#compare-splunk-top,
#compare-llm-top,
#compare-arize-phoenix-top,
#compare-langsmith-top,
#compare-langfuse-top,
#compare-helicone-top {
    background-image: url("/img/top/default.png");
    -webkit-background-size: cover;
    background-size: cover;
}

#casestudy-top {
    background-image: url("/img/top/casestudy.png");
    -webkit-background-size: cover;
    background-size: cover;
}

#pressrelease-top {
    background-image: url("/img/top/pressrelease.png");
    -webkit-background-size: cover;
    background-size: cover;
}

#blog-top {
    background-image: url("/img/top/default.png");
    -webkit-background-size: cover;
    background-size: cover;
}

#demo-top {
    background-image: url("/img/top/demo.png");
    -webkit-background-size: cover;
    background-size: cover;
}

#partner-top {
    background-image: url("/img/top/partner.png");
    -webkit-background-size: cover;
    background-size: cover;
}

#logos-top {
    background-image: url("/img/top/default.png");
    -webkit-background-size: cover;
    background-size: cover;
}

#pricing-top {
    background-image: url("/img/top/pricing.png");
    -webkit-background-size: cover;
    background-size: cover;
}

#contact-top {
    background-image: url("/img/top/default.png");
    -webkit-background-size: cover;
    background-size: cover;
}


#web-top {
    background-image: url("/img/top/web.png");
    -webkit-background-size: cover;
    background-size: cover;
}

#login-top {
    background-image: url("/img/top/login.png");
    -webkit-background-size: cover;
    background-size: cover;
}


#web-gallery-top {
    background-image: url("../img/top/web-gallery.png");
    -webkit-background-size: cover;
    background-size: cover;
}

#landing-top {
    background-image: url("/img/top/default.png");
    -webkit-background-size: cover;
    background-size: cover;
}

#hos-top {
    background-image: url("/img/3D/HOS/top.png");
    -webkit-background-size: cover;
    background-size: cover;
}

#take-the-tour {
    background-image: url("/img/top/default.png");
    -webkit-background-size: cover;
    background-size: cover;
}

.parallax {
    background-attachment: fixed;
}

.img-logo-mention {
    max-height: 80px;
    max-width: 200px;
    margin: 30px;
}

@media screen and (max-device-width: 1024px) {
    .parallax {
        background-attachment: scroll;
    }
}

.float-content {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-overlay {
    background: linear-gradient(180deg, rgba(10, 10, 15, 0.7) 0%, rgba(10, 10, 15, 0.85) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
}

/* ==== 6) Services & Features ==== */

.myway-icon-services {
    display: inline-block;
    position: relative;
    width: 56px;
    height: 56px;
    fill: var(--color-primary);
    filter: drop-shadow(0 0 8px rgba(0, 229, 255, 0.5));
}

.myway-icon-features {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    fill: var(--color-primary);
    filter: drop-shadow(0 0 6px rgba(0, 229, 255, 0.4));
}

    .myway-icon-services:after, .myway-icon-features:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.service i {
    color: #bbbdc0;
    font-size: 48px;
}

@media (max-width: 767px) {
    .service i {
        font-size: 36px;
    }
}

.media {
    margin: 0;
}

.media-left {
    padding-right: 20px;
}

/* ==== 7) Works ==== */

.squared {
    padding-top: 100%;
    overflow: hidden;
    position: relative;
}

.squared, .squared-content {
    padding-left: 0;
    padding-right: 0;
}

.squared-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) and (min-width: 768px) {
    .squared {
        padding-top: 133%;
    }
}

@media (max-width: 9904px) {
    .squared {
        padding-top: 0;
    }

        .squared .squared-content {
            position: relative;
            top: 0;
            left: 0;
            right: 0;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            transform: translateY(0);
        }
}

/* ==== 8) Gallery ==== */

#gallery .thumbnail {
    background: transparent;
    text-align: center;
    position: relative;
    padding: 0;
    margin: 0;
    border: 0;
}

.gallery-item {
    padding: 0;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    .gallery-overlay:hover {
        background: rgba(0, 0, 0, .4);
    }

.myway-icon-gallery {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    display: inline-block;
    fill: rgba(255, 255, 255, 0);
    stroke: rgba(255, 255, 255, 1);
    stroke-width: .05em;
    stroke-opacity: 1;
    stroke-linecap: butt;
    stroke-linejoin: bevel;
    stroke-dasharray: 0, 150;
    -webkit-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
    -moz-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
    -ms-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
    -o-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
    transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
}

@media (max-width: 768px) {
    .myway-icon-gallery {
        width: 48px;
        height: 48px;
    }
}

.gallery-overlay:hover > .myway-icon-gallery {
    fill: rgba(255, 255, 255, 1);
    stroke-dasharray: 150, 1;
    stroke-opacity: 0;
}

.myway-icon-gallery:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-backdrop.in {
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    background-color: #000;
}

.ekko-lightbox .modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
}

.ekko-lightbox .modal-header {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    border: 0;
}

    .ekko-lightbox .modal-header .close {
        font-size: 42px;
        font-weight: 100;
        color: #fff;
        text-shadow: none;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        float: right;
    }

        .ekko-lightbox .modal-header .close:hover {
            -webkit-opacity: .8;
            -moz-opacity: .8;
            opacity: .8;
            filter: alpha(opacity=80);
        }

.ekko-lightbox .modal-body {
    padding: 0;
}

.ekko-lightbox .modal-footer {
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    border: 0;
    padding: 0;
}

/* ==== 9) Team ==== */

#roadmap table {
    width: 100%;
}

    #roadmap table tr {
        border-bottom: 1pt solid #a9a9a9;
    }

    #roadmap table th {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        background-color: #a9a9a9;
        font-weight: bold;
        padding: 10px;
    }

    #roadmap table td {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        background-color: #f8f8f8;
        padding: 10px;
    }

        #roadmap table td i.fa {
            color: #a9a9a9;
            text-align: center;
        }




.offering-price {
    background-color: rgba(220,220,220,.17);
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0;
}

    .offering-price h1 {
        line-height: 1em;
        padding: 0;
        margin: 0;
    }

    .offering-price .subscript {
        font-size: 25px;
    }

/* CSS-only ribbon styles    */
.cnrflash {
    /*Position correctly within container*/
    position: absolute;
    top: -9px;
    right: 4px;
    z-index: 1; /*Set overflow to hidden, to mask inner square*/
    overflow: hidden; /*Set size and add subtle rounding  		to soften edges*/
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}

.cnrflash-inner {
    /*Set position, make larger then 			container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%; /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);
    background-size: 4px,auto, auto,auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}

    .cnrflash-inner:before, .cnrflash-inner:after {
        /*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
        content: " ";
        display: block;
        position: absolute;
        bottom: -16px;
        width: 0;
        height: 0;
        border: 8px solid #800000;
    }

    .cnrflash-inner:before {
        left: 1px;
        border-bottom-color: transparent;
        border-right-color: transparent;
    }

    .cnrflash-inner:after {
        right: 0;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

.cnrflash-label {
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1,1,1,.8);
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
}

#team .thumbnail, #team .team-img {
    background-color: transparent;
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 0;
}

#team .credit {
    text-align: left;
}

#team .team-img img {
    height: 100px;
    border-radius: 50%;
}

.team-overlay {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .team-overlay .myway-icon-team {
        position: absolute;
        top: 110%;
        left: 50%;
        right: 0;
        display: inline-block;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: top .2s ease;
        -moz-transition: top .2s ease;
        -ms-transition: top .2s ease;
        -o-transition: top .2s ease;
        transition: top .2s ease;
    }

    .team-overlay:hover > .myway-icon-team {
        top: 50%;
    }

    .team-overlay .myway-icon-team a {
        width: 42px;
        height: 42px;
        fill: rgba(255, 255, 255, 0);
        stroke: rgba(255, 255, 255, 1);
        stroke-width: 0.08em;
        stroke-opacity: 1;
        stroke-linecap: butt;
        stroke-linejoin: bevel;
        stroke-dasharray: 0, 150;
        stroke-dashoffset: 150px;
        -webkit-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
        -moz-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
        -ms-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
        -o-transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
        transition: fill 2s, stroke-dasharray 1s, stroke-opacity 2s, filter 1s ease;
    }

    .team-overlay:hover > .myway-icon-team a {
        fill: rgba(255, 255, 255, 1);
        stroke-dasharray: 150, 1;
        stroke-opacity: 0;
    }

.myway-icon-team svg {
    padding: 5px;
    display: inline-block;
    max-width: 42px;
}

.myway-icon-team a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.myway-icon-team a {
    position: relative;
    display: inline-block;
    z-index: 1;
    -webkit-transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
    -moz-transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
    -ms-transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
    -o-transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
    transition: fill 2s, stroke-dashoffset 1s, top .2s, filter 1s ease;
}

    .myway-icon-team a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

.testimonial blockquote, .callout blockquote, .post blockquote {
    font-size: 14px;
    position: relative;
    padding: 30px;
    margin: 0;
    top: 0;
    border-left: 0;
    min-height: 230px;
    /* Futuristic Glass Card Style */
    background: linear-gradient(145deg, rgba(30, 30, 50, 0.6), rgba(15, 15, 30, 0.8));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(0, 229, 255, 0.15);
    border-radius: 12px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.callout blockquote {
    min-height: 0px;
}

/* Post thumbnail cards (blog, press release, case study) */
.thumbnail.post {
    background: linear-gradient(145deg, rgba(30, 30, 50, 0.6), rgba(15, 15, 30, 0.8));
    border: 1px solid rgba(0, 229, 255, 0.15);
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.thumbnail.post:hover {
    border-color: rgba(0, 229, 255, 0.4);
    box-shadow:
        0 0 20px rgba(0, 229, 255, 0.2),
        0 10px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.thumbnail.post img.neon {
    margin: 0;
    padding: 0;
    border-radius: 12px 12px 0 0;
    background: none;
    box-shadow: none;
    width: 100% !important;
}

.post blockquote h2 {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 8px 0;
}

.post blockquote {
    height: auto;
    min-height: 180px;
    background: transparent;
    border: none;
    border-radius: 0;
    backdrop-filter: none;
}

.post:hover > blockquote {
    transform: none;
    box-shadow: none;
    border: none;
}

@media (min-width: 1025px) {
    .testimonial blockquote {
        min-height: 170px;
    }

    .post blockquote {
        min-height: 170px;
    }
}

@media (max-width: 767px) {
    .testimonial blockquote {
        min-height: 0;
    }

    .post blockquote {
        min-height: 0;
    }
}

.testimonial:hover > blockquote, .callout:hover > blockquote, .post:hover > blockquote {
    top: 0;
    transform: translateY(-5px);
    border-color: rgba(0, 229, 255, 0.4);
    box-shadow:
        0 0 20px rgba(0, 229, 255, 0.2),
        0 10px 30px rgba(0, 0, 0, 0.3),
        inset 0 0 15px rgba(0, 229, 255, 0.03);
}

/* ==== 10) Contact ==== */

#gmap {
    height: 300px;
}

@media (max-width: 568px) {
    #gmap {
        height: 200px;
    }
}

#contact {
    background: linear-gradient(180deg, var(--color-bg-dark) 0%, rgba(15, 15, 25, 1) 100%);
    color: var(--color-text);
}

#contact h1, #contact h2, #contact h3, #contact h4 {
    color: #fff;
}

#contact a {
    color: var(--color-primary);
}

#contact a:hover {
    color: #33EBFF;
}

@media (min-width: 768px) {
    .form-group {
        display: inline-block;
    }
}

.honeypot {
    display: none !important;
}

form .btn, form .btn:hover, form .btn:focus, form .btn:active:focus {
    margin-top: 30px;
}

.flowuplabels .fl_wrap {
    position: relative;
    margin-top: 30px;
    height: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flowuplabels .fl_label {
    position: absolute;
    background: rgba(20, 20, 35, 0.95);
    color: var(--color-text);
    font-weight: 300;
    line-height: 1.2;
    padding: 8px;
    left: 30px;
    top: 5px;
    z-index: 3;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.flowuplabels .fl_input {
    background: rgba(20, 20, 35, 0.8);
    color: var(--color-text);
    padding: 0 0 0 20px;
    height: 43px;
    width: 100%;
    border: 1px solid rgba(0, 229, 255, 0.3);
    border-radius: 25px;
    z-index: 2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.flowuplabels .fl_input:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 10px rgba(0, 229, 255, 0.3);
    outline: none;
}

.flowuplabels .fl_wrap.focused .fl_label,
.flowuplabels .fl_wrap.populated .fl_label {
    font-size: 12px;
    color: var(--color-text-muted);
    top: -15px;
}

.flowuplabels .fl_wrap.focused .fl_label {
    color: var(--color-primary);
}

.message {
    display: none;
}

#form-alert {
    padding: 5px 15px 5px 15px;
    margin: 15px 0 0 0;
}

.alert li {
    list-style: none;
    display: inline-block;
}

.alert-danger {
    background: #ffaa00;
    border-width: 0;
    border-radius: 0;
    color: #fff;
}

.alert-success {
    background: #7dc800;
    border-width: 0;
    border-radius: 0;
    color: #fff;
}

/* ==== 11) Footer ==== */

footer {
    background: rgba(10, 10, 15, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(0, 229, 255, 0.2);
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--color-primary), var(--color-secondary), var(--color-primary), transparent);
}

footer a {
    display: inline-block;
    padding: 6px;
    color: var(--color-text-muted);
    transition: all 0.3s ease;
}

footer a:hover {
    color: var(--color-primary);
    text-shadow: 0 0 10px rgba(0, 229, 255, 0.5);
}

footer h4 {
    margin: 0;
    color: var(--color-primary);
}

.myway-icon-info {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 36px;
    fill: var(--color-primary);
    filter: drop-shadow(0 0 6px rgba(0, 229, 255, 0.4));
}

    .myway-icon-info:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* ==== 12) Navigation ==== */

.navbar-default {
    padding: 8px 0px;
    /* Futuristic Glassmorphism Navigation - use !important to override inline parallax styles */
    background: linear-gradient(180deg, rgba(15, 15, 25, 0.98) 0%, rgba(10, 10, 18, 0.95) 100%) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(0, 229, 255, 0.15) !important;
    border-color: rgba(0, 229, 255, 0.15) !important;
    position: relative;
    z-index: 1000;
    box-shadow:
        0 4px 30px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

    /* Animated glow line under navbar */
    .navbar-default::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(90deg,
            transparent 0%,
            rgba(0, 229, 255, 0.3) 20%,
            var(--color-primary) 50%,
            rgba(0, 229, 255, 0.3) 80%,
            transparent 100%);
        animation: toolbarGlow 3s ease-in-out infinite;
        z-index: 1001;
    }

    /* Subtle top highlight */
    .navbar-default::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg,
            transparent 0%,
            rgba(124, 77, 255, 0.3) 30%,
            rgba(0, 229, 255, 0.2) 70%,
            transparent 100%);
    }

    .navbar-default .navbar-collapse {
        border-radius: 20px;
    }

    .navbar-default .navbar-collapse.in {
        max-height: calc(100vh - 60px);
        overflow-y: auto;
    }

    .navbar-default .navbar-nav > li > a {
        color: rgba(255, 255, 255, 0.9) !important;
        transition: all 0.3s ease;
        text-shadow: none;
        font-weight: 500;
        letter-spacing: 0.3px;
        position: relative;
        padding: 10px 15px;
        margin-top: 6px;
    }

    /* Hover underline effect */
    .navbar-default .navbar-nav > li > a:not(.btn)::after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 50%;
        width: 0;
        height: 2px;
        background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
        transition: all 0.3s ease;
        transform: translateX(-50%);
        border-radius: 2px;
    }

    .navbar-default .navbar-nav > li > a:not(.btn):hover::after {
        width: 80%;
    }

    .navbar-default .navbar-nav > li > a:hover {
        color: var(--color-primary) !important;
        text-shadow: 0 0 15px rgba(0, 229, 255, 0.6);
    }

        .navbar-default .navbar-nav > li > a.btn {
            border: 1px solid rgba(0, 229, 255, 0.4) !important;
            background: rgba(0, 229, 255, 0.05) !important;
            color: var(--color-primary) !important;
            padding: 10px 20px;
            margin: 6px 4px;
            border-radius: 8px !important;
            font-weight: 600;
            letter-spacing: 0.5px;
            transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
        }

        .navbar-default .navbar-nav > li > a.btn:hover,
        .navbar-default .navbar-nav > li > a.btn:active {
            background: rgba(0, 229, 255, 0.15) !important;
            background-image: none !important;
            border-color: var(--color-primary) !important;
            box-shadow: 0 0 20px rgba(0, 229, 255, 0.4) !important;
            outline: none !important;
            transform: none !important;
        }

        .navbar-default .navbar-nav > li > a.btn.btn-attn {
            background: linear-gradient(135deg, var(--color-primary), var(--color-secondary)) !important;
            background-image: linear-gradient(135deg, var(--color-primary), var(--color-secondary)) !important;
            border: 1px solid rgba(0, 229, 255, 0.3) !important;
            color: #fff !important;
            box-shadow: 0 0 20px rgba(0, 229, 255, 0.3), 0 4px 15px rgba(124, 77, 255, 0.3) !important;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        }

        .navbar-default .navbar-nav > li > a.btn.btn-attn:hover,
        .navbar-default .navbar-nav > li > a.btn.btn-attn:active,
        .navbar-default .navbar-nav > li > a.btn.btn-attn:focus {
            background: linear-gradient(135deg, var(--color-primary), var(--color-secondary)) !important;
            background-image: linear-gradient(135deg, var(--color-primary), var(--color-secondary)) !important;
            box-shadow: 0 0 20px rgba(0, 229, 255, 0.3), 0 4px 15px rgba(124, 77, 255, 0.3) !important;
            outline: none !important;
            transform: none !important;
            border: 1px solid rgba(0, 229, 255, 0.3) !important;
        }

    /* Social icon styling */
    .navbar-default .navbar-nav > li > a .fa-discord,
    .navbar-default .navbar-nav > li > a .fa-github {
        font-size: 18px;
        transition: all 0.3s ease;
    }

    .navbar-default .navbar-nav > li > a:hover .fa-discord,
    .navbar-default .navbar-nav > li > a:hover .fa-github {
        filter: drop-shadow(0 0 8px rgba(0, 229, 255, 0.8));
        transform: scale(1.1);
    }

.navbar-fixed-top {
    position: fixed;
}

@keyframes toolbarGlow {
    0%, 100% {
        opacity: 0.6;
        filter: blur(0px);
    }
    50% {
        opacity: 1;
        filter: blur(1px);
    }
}

.navbar-brand {
    line-height: 0;
    transition: all 0.3s ease;
}

.navbar-brand:hover {
    filter: drop-shadow(0 0 10px rgba(0, 229, 255, 0.6));
}

/* Pulsing logo effect */
.navbar-brand img {
    animation: logoPulse 4s ease-in-out infinite;
}

@keyframes logoPulse {
    0%, 100% {
        filter: drop-shadow(0 0 5px rgba(0, 229, 255, 0.3));
    }
    50% {
        filter: drop-shadow(0 0 15px rgba(0, 229, 255, 0.6));
    }
}

.nav li:first-child {
    display: none;
}


.navbar a, .navbar .active a:hover, .navbar .active a:focus, .navbar button {
    background-color: transparent !important;
}

.navbar-brand {
    position: relative;
    padding: 10px 15px !important;
    height: auto;
    line-height: 0;
}

    .navbar-brand img:nth-child(2) {
        position: absolute;
        top: 10px;
    }

.navbar-company, .navbar-company > a {
    color: #fff !important;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    background: linear-gradient(135deg, #fff 0%, var(--color-primary) 50%, var(--color-secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% auto;
    animation: brandGradient 4s ease-in-out infinite;
}

@keyframes brandGradient {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 100% center; }
}

.navbar-company > a:hover {
    filter: drop-shadow(0 0 10px rgba(0, 229, 255, 0.8));
}


.navbar .breadcrumb {
    margin-bottom: inherit;
}

.collapse.in > .navbar-company, .collapse.in > .navbar-company > a {
    color: var(--color-text) !important;
}

/* Mobile collapsed menu styling */
.navbar-default .navbar-collapse.in,
.navbar-default .navbar-collapse.collapsing {
    background: rgba(10, 10, 15, 0.98) !important;
    border-top: 1px solid rgba(0, 229, 255, 0.2);
}

#subnav {
    border: 0px;
}

@media(min-width: 1024px) {
    .navbar-header > h1.navbar-company {
        color: #fff !important;
    }
}

@media (max-width: 1024px) {
    .navbar-brand img:nth-child(1) {
        opacity: 0 !important;
    }

    .navbar-brand img:nth-child(2) {
        opacity: 1 !important;
    }

    .navbar-header > h1.navbar-company {
        display: none;
    }

    .navbar .breadcrumb {
        display: none;
    }
}

.navbar-toggle {
    margin-top: 13px;
    margin-bottom: 13px;
    border: 0px solid transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: var(--color-primary);
    width: 30px;
    height: 2px;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0, 229, 255, 0.5);
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

#subnav li {
    font-size: 16px;
}

#subnav a:hover {
    color: #8758FF !important;
}

.nav > li > a {
    display: inline-block;
}

.navbar .dropdown-toggle {
    cursor: pointer;
}

    .navbar .dropdown-toggle::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }

.navbar .navbar-text {
    margin: 12px 10px 0px 10px;
}

.navbar .dropdown-menu {
    background-color: transparent;
    -moz-transition: opacity ease-in-out .6s;
    -o-transition: opacity ease-in-out .6s;
    -webkit-transition: opacity ease-in-out .6s;
    transition: opacity ease-in-out .6s;
    width: max-content;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}


@media (min-width:640px) {

    .navbar .dropdown-menu {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        /* Futuristic Glassmorphism Dropdown */
        background: rgba(20, 20, 35, 0.95);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(0, 229, 255, 0.2);
        box-shadow:
            0 0 20px rgba(0, 229, 255, 0.1),
            0 8px 32px rgba(0, 0, 0, 0.4);
        max-height: calc(100vh - 130px);
        overflow-y: auto;
    }

        .navbar .dropdown-menu .section {
            float: left;
        }

            .navbar .dropdown-menu .section.left {
                /*border-top-left-radius: 40px;*/
            }

            .navbar .dropdown-menu .section.right {
                padding: 30px;
                max-width: 500px;
            }
}




.navbar .breadcrumb {
    padding: inherit;
    border: 0;
    background-color: transparent;
}

    .navbar .breadcrumb a {
        color: #ccc !important;
    }

    .navbar .breadcrumb::before {
        display: inline-block;
        color: #ccc;
        content: "/";
    }

.navbar .dropdown-item {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    padding: 10px 15px 10px 0;
    margin: 10px;
    background-color: #8758ff;
    color: #fff;
    background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
    box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}

    .navbar .dropdown-item.color-1 {
        background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
        box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
    }

    .navbar .dropdown-item.color-2 {
        background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
        box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
    }

    .navbar .dropdown-item.color-3 {
        background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
        box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
    }

    .navbar .dropdown-item.color-4 {
        background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
        box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
    }

    .navbar .dropdown-item.color-5 {
        background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
        box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
    }

    .navbar .dropdown-item.color-6 {
        background-image: linear-gradient(to right, #009245, #FCEE21, #00A8C5, #D9E021);
        box-shadow: 0 4px 15px 0 rgba(83, 176, 57, 0.75);
    }

    .navbar .dropdown-item.color-7 {
        background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645);
        box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
    }

    .navbar .dropdown-item.color-8 {
        background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
        box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
    }

    .navbar .dropdown-item.color-9 {
        background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
        box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
    }

    .navbar .dropdown-item.color-10 {
        background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a, #FBB03B);
        box-shadow: 0 4px 15px 0 rgba(236, 116, 149, 0.75);
    }

    .navbar .dropdown-item.color-11 {
        background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);
        box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
    }


    .navbar .dropdown-item.fusion.color-1 {
        background-image: linear-gradient(to right, #764ba2, #5cb8e4, #000);
        box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
    }

    .navbar .dropdown-item.feature.color-1 {
        background-image: linear-gradient(to right, #764ba2, #5cb8e4);
        box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
    }

    .navbar .dropdown-item.use-case.color-1 {
        background-image: linear-gradient(to right, #5cb8e4, #000);
        box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
    }

    .navbar .dropdown-item.use-case.color-2 {
        background-image: linear-gradient(to right, #5cb8e4, #D9E021, #000);
        box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
    }

    .navbar .dropdown-item.slim {
        padding: 5px !important;
    }


    .navbar .dropdown-item a {
        padding: 20px 15px !important;
        font-weight: bold;
        margin: 5px;
    }

    .navbar .dropdown-item div {
        padding: 5px 15px !important;
        margin: 5px;
        /*text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
        text-shadow: #000 1px 0 10px;
    }

        .navbar .dropdown-item div.label {
            font-size: 15px;
            text-align: left;
            color: #fff;
        }

            .navbar .dropdown-item div.label:hover {
                color: #fff;
            }

.navbar .dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15);
}

@media (min-width:640px) {

    .navbar .dropdown-menu {
        min-width: 240px;
    }
}

@media (min-height:480px) {
    .navbar .dropdown-item div {
        display: inherit;
    }
}

/* ==== 13) Carousels ==== */
@media not all, (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-backface-visibility: initial;
        backface-visibility: initial;
    }
}

#carousel-intro .carousel-inner {
    overflow: inherit;
}

.carousel-control.left, .carousel-control.right {
    color: rgb(135, 88, 255,.3);
    background: transparent;
    opacity: 1;
    width: 10%;
    height: 10%;
    top: 45%;
    padding: 0;
    border: none;
    font-size: 60px;
    text-shadow: none;
    z-index: 3;
    margin: 10px;
}

.carousel-control.btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.carousel {
    opacity: 1;
}

    .carousel .item {
        position: absolute;
        display: block !important;
        width: 100%;
        top: 0;
        left: 0 !important;
        opacity: 0;
        z-index: -1;
        -moz-transition: opacity ease-in-out .6s;
        -o-transition: opacity ease-in-out .6s;
        -webkit-transition: opacity ease-in-out .6s;
        transition: opacity ease-in-out .6s;
    }

        .carousel .item:first-child {
            position: relative;
            top: auto;
        }

        .carousel .item.active {
            opacity: 1;
            z-index: 0;
            -moz-transition: opacity ease-in-out .4s;
            -o-transition: opacity ease-in-out .4s;
            -webkit-transition: opacity ease-in-out .4s;
            transition: opacity ease-in-out .4s;
        }

.carousel-inner > .item > img-responsive {
    width: 100%;
}

/* ==== 14) Preloader ==== */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #aaa;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
        animation: bouncedelay 1.4s infinite ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* ==== 15) Pricing embedded content ==== */

iframe.pricing-embed {
    display: block !important;
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
    width: 100% !important;
    height: 3450px !important;
    transition: height 0.01s linear 0s !important;
}

@media (max-width: 622px) {
    iframe.pricing-embed {
        height: 1900px !important;
    }
}

@media (min-width: 623px) {
    iframe.pricing-embed {
        height: 960px !important;
    }
}

@media (min-width: 992px) {
    iframe.pricing-embed {
        height: 530px !important;
    }
}

@media (min-width: 1200px) {
    iframe.pricing-embed {
        height: 800px !important;
    }
}

/* ==== 15) Side-by-side ==== */

.side-by-side {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 720px;
    border: 2px solid white;
}

    .side-by-side .img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 1140px 100%;
    }

    .side-by-side .background-img {
        display: inherit;
    }

    .side-by-side .foreground-img {
        -webkit-opacity: 90%;
        opacity: 0.90;
        width: 50%;
    }

    .side-by-side .slider {
        position: absolute;
        -webkit-appearance: none;
        appearance: none;
        width: 100%;
        height: 100%;
        background: rgba(242, 242, 242, .1);
        outline: none;
        margin: 0;
        transition: all 0.2s;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .side-by-side .slider:hover {
            background: rgba(242, 242, 242, .0);
        }

        .side-by-side .slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 6px;
            height: 600px;
            background: white;
            cursor: pointer;
        }

        .side-by-side .slider::-moz-range-thumb {
            width: 6px;
            height: 600px;
            background: white;
            cursor: pointer;
        }

    .side-by-side .slider-button {
        pointer-events: none;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: white;
        left: calc(50% - 18px);
        top: calc(50% - 18px);
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .side-by-side .slider-button:after {
            content: '';
            padding: 3px;
            display: inline-block;
            border: solid #5d5d5d;
            border-width: 0 2px 2px 0;
            transform: rotate(-45deg);
        }

        .side-by-side .slider-button:before {
            content: '';
            padding: 3px;
            display: inline-block;
            border: solid #5d5d5d;
            border-width: 0 2px 2px 0;
            transform: rotate(135deg);
        }

/* ==== 16) Details ==== */

a.details::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

div.details {
    display: none;
}

table.specs {
    width: 100%;
    border: 1px solid black;
}

    table.specs > thead {
        font-family: 'Josefin Sans', sans-serif;
        font-weight: bold;
    }

    table.specs > tbody > tr > td.title {
        font-weight: bold;
    }

    table.specs > thead > tr > th, table.specs > tbody > tr > td {
        padding: 10px;
    }

    table.specs > tbody > tr:nth-child(odd) {
        background: #5CB8E4;
    }


/* ==== 16) Side-by-side ==== */


.video-overlay {
    position: absolute;
    top: 45%;
    left: 45%;
    /*  transform: scale(0);
    transition: all .3s ease-in-out;*/
}
    /*
.image_wrapper:hover .video-overlay {
    transform: scale(1);
}
*/
    .video-overlay > i {
        cursor: pointer;
        border-radius: 100%;
        font-size: 35px;
        color: var(--color-primary);
        width: 70px;
        height: 70px;
        background: rgba(20, 20, 35, 0.9);
        border: 2px solid rgba(0, 229, 255, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 0 20px rgba(0, 229, 255, 0.3);
        transition: all 0.3s ease;
    }

    .video-overlay > i:hover {
        background: rgba(0, 229, 255, 0.2);
        box-shadow: 0 0 30px rgba(0, 229, 255, 0.5);
        transform: scale(1.1);
    }

/* ==== 17) Accordion ==== */


.accordion {
}

.accordion-item {
    /*border-bottom: 1px solid #ddd;*/

    margin-bottom: 15px;
}

.accordion-toggle {
    width: 100%;
    padding: 12px 16px;
    background-color: #007bff;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
}

.accordion-title {
    flex-grow: 1;
    margin-left: 10px;
    font-size: 20px;
    text-align: left;
}

.accordion-content {
    display: none;
    padding: 15px;
}

@media print {

    .accordion-toggle {
        padding: 0 !important;
        margin: 0 !important;
        margin-bottom: 10px !important;
    }

        .accordion-toggle > .icon {
            display: none !important;
        }


        .accordion-toggle > .accordion-title {
            margin: 0 !important;
        }

    .accordion-content {
        display: block !important;
        padding: 0px;
    }
}
/*
.icon {
    transition: transform 0.3s ease;
}*/

/* ==== 18) High-light table ==== */
.highlight-table {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

    .highlight-table .highlight-row {
        display: flex;
        flex-direction: column;
        /* Futuristic Glass Style */
        background: linear-gradient(145deg, rgba(30, 30, 50, 0.6), rgba(15, 15, 30, 0.8));
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border-bottom: 1px solid rgba(0, 229, 255, 0.2);
        transition: all 0.3s ease;
    }

        .highlight-table .highlight-row:hover {
            background: linear-gradient(145deg, rgba(40, 40, 60, 0.7), rgba(20, 20, 40, 0.9));
            border-color: rgba(0, 229, 255, 0.4);
            box-shadow: 0 0 20px rgba(0, 229, 255, 0.1);
        }

@media (min-width: 768px) {
    .highlight-table .highlight-row {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.highlight-table .highlight {
    color: var(--color-text);
    white-space: wrap;
    flex: 1;
}

.highlight-table .highlight-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.highlight-table .highlight-title {
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--color-primary) !important;
    -webkit-text-fill-color: var(--color-primary) !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    background: none !important;
    font-size: 24px;
    text-shadow: 0 0 10px rgba(0, 229, 255, 0.3);
}

.highlight-table .highlight-description {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 4px;
}

.highlight-table .detail-cell {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {

    .highlight-table .highlight-row {
        display: flex;
        flex-direction: row;
        align-items: flex-start; /* Align top edges */
    }

    .highlight-table .highlight {
        flex: 1; /* Take up remaining space */
        min-width: 0; /* Prevent overflow */
    }

    .highlight-table .detail-cell {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 30px;
        width: auto;
    }
}

.highlight-table .detail-cell a {
    margin: 20px;
    padding: 12px 16px;
    background: linear-gradient(145deg, rgba(0, 229, 255, 0.2), rgba(124, 77, 255, 0.1));
    border: 1px solid rgba(0, 229, 255, 0.3);
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    color: var(--color-primary);
}

    .highlight-table .detail-cell a:hover {
        background: linear-gradient(145deg, rgba(0, 229, 255, 0.3), rgba(124, 77, 255, 0.2));
        border-color: var(--color-primary);
        box-shadow: 0 0 15px rgba(0, 229, 255, 0.3);
        transform: translateY(-2px);
    }

/* ==== 19) Business Value/Problem Callout ==== */
.business-value-callout,
.business-problem-callout {
    /* Futuristic Glass Style */
    background: linear-gradient(145deg, rgba(30, 30, 50, 0.6), rgba(15, 15, 30, 0.8));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-left: 4px solid var(--color-primary);
    border: 1px solid rgba(0, 229, 255, 0.2);
    border-left: 4px solid var(--color-primary);
    padding: 24px 24px 10px 24px;
    border-radius: 12px;
    box-shadow:
        0 0 20px rgba(0, 229, 255, 0.1),
        0 4px 20px rgba(0, 0, 0, 0.3);
    font-family: sans-serif;
    max-width: 800px;
    margin: 0 auto;
    color: var(--color-text);
}

    .business-value-callout h2,
    .business-problem-callout h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .business-value-callout ul,
    .business-problem-callout ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .business-value-callout li,
    .business-problem-callout li {
        font-size: 16px;
        margin-bottom: 12px;
        padding-left: 24px;
        position: relative;
        line-height: 1.5;
    }

        .business-value-callout li::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: #007acc;
            font-weight: bold;
        }

        .business-problem-callout li::before {
            content: "⚠";
            position: absolute;
            left: 0;
            color: #d9363e;
            font-weight: bold;
        }

    .business-value-callout strong,
    .business-problem-callout strong {
        color: #fff;
        font-weight: bold;
    }

/* Specific overrides for problem callout */
.business-problem-callout {
    background: linear-gradient(145deg, rgba(50, 20, 20, 0.6), rgba(30, 10, 10, 0.8));
    border-left-color: var(--color-danger);
    border-color: rgba(255, 23, 68, 0.3);
    border-left: 4px solid var(--color-danger);
}

.business-value-callout h2, .business-value-callout h3 {
    color: var(--color-primary) !important;
    -webkit-text-fill-color: var(--color-primary) !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    background: none !important;
    text-shadow: 0 0 10px rgba(0, 229, 255, 0.3);
}

.business-problem-callout h2, .business-problem-callout h3 {
    color: var(--color-danger) !important;
    -webkit-text-fill-color: var(--color-danger) !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    background: none !important;
    text-shadow: 0 0 10px rgba(255, 23, 68, 0.3);
}


/* ==== 19b) Post bullet lists (ul is the card, no wrapper div) ==== */

#post ul {
    list-style: none;
    margin: 24px 0;
    padding: 20px 24px;
    background: linear-gradient(145deg, rgba(30, 30, 50, 0.6), rgba(15, 15, 30, 0.8));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(0, 229, 255, 0.2);
    border-left: 4px solid var(--color-primary);
    border-radius: 12px;
    box-shadow:
        0 0 20px rgba(0, 229, 255, 0.1),
        0 4px 20px rgba(0, 0, 0, 0.3);
    color: var(--color-text);
}

    #post ul li {
        font-size: 16px;
        margin-bottom: 8px;
        padding-left: 24px;
        position: relative;
        line-height: 1.5;
    }

    #post ul li:last-child {
        margin-bottom: 0;
    }

    #post ul li::before {
        content: "\2713";
        position: absolute;
        left: 0;
        color: var(--color-primary);
        font-weight: bold;
        text-shadow: 0 0 8px rgba(0, 229, 255, 0.4);
    }

    #post ul strong {
        color: #fff;
    }

/* ==== 19c) Code blocks (Bootstrap override) ==== */

pre {
    background: linear-gradient(160deg, rgba(15, 15, 30, 0.95), rgba(8, 8, 18, 0.98)) !important;
    border: 1px solid rgba(0, 229, 255, 0.2) !important;
    border-radius: 12px !important;
    padding: 20px 24px !important;
    margin: 24px 0;
    overflow-x: auto;
    color: var(--color-primary) !important;
    box-shadow:
        0 0 20px rgba(0, 229, 255, 0.08),
        0 4px 16px rgba(0, 0, 0, 0.4);
}

    pre code {
        font-family: 'JetBrains Mono', 'Fira Code', SFMono-Regular, Consolas, monospace;
        color: var(--color-primary) !important;
        background: none !important;
        border: none !important;
        padding: 0 !important;
        font-size: 1.2rem;
        line-height: 1.7;
        text-shadow: 0 0 5px rgba(0, 229, 255, 0.3);
    }

code {
    font-family: 'JetBrains Mono', 'Fira Code', SFMono-Regular, Consolas, monospace;
    background: rgba(0, 229, 255, 0.08) !important;
    border: 1px solid rgba(0, 229, 255, 0.15) !important;
    border-radius: 4px !important;
    padding: 2px 6px !important;
    font-size: 0.88em;
    color: var(--color-primary) !important;
}

/* ==== 20) Comparison table ==== */

.comparison-module .comparison-table {
    max-width: 900px;
    margin: 0 auto;
    font-family: sans-serif;
    /* Futuristic Glass Style */
    background: linear-gradient(145deg, rgba(20, 20, 35, 0.8), rgba(10, 10, 20, 0.9));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(0, 229, 255, 0.2);
    border-radius: 12px;
    overflow: hidden;
    box-shadow:
        0 0 20px rgba(0, 229, 255, 0.1),
        0 4px 20px rgba(0, 0, 0, 0.3);
}

    .comparison-module .comparison-table h2 {
        text-align: center;
        padding: 24px;
        font-size: 24px;
        color: var(--color-primary) !important;
        background: linear-gradient(145deg, rgba(30, 30, 50, 0.6), rgba(15, 15, 30, 0.8)) !important;
        -webkit-background-clip: unset !important;
        -webkit-text-fill-color: var(--color-primary) !important;
        background-clip: unset !important;
        margin: 0;
        border-bottom: 1px solid rgba(0, 229, 255, 0.3);
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        text-shadow: 0 0 10px rgba(0, 229, 255, 0.3);
    }

.comparison-module .comparison-row {
    display: flex;
    flex-direction: column;
    padding: 16px;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 229, 255, 0.1);
}

    .comparison-module .comparison-row:hover {
        background: linear-gradient(145deg, rgba(40, 40, 60, 0.5), rgba(20, 20, 40, 0.6));
        box-shadow: inset 0 0 15px rgba(0, 229, 255, 0.05);
    }

    .comparison-module .comparison-row.header {
        background: linear-gradient(135deg, var(--color-secondary), rgba(124, 77, 255, 0.8));
        color: white;
        font-weight: bold;
    }

.comparison-module .column {
    padding: 12px 16px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--color-text);
}

.comparison-module .icon-x {
    color: var(--color-danger);
    text-shadow: 0 0 10px rgba(255, 23, 68, 0.5);
}

.comparison-module .icon-check {
    color: var(--color-success);
    text-shadow: 0 0 10px rgba(0, 230, 118, 0.5);
}

@media (min-width: 768px) {
    .comparison-module .comparison-row {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .comparison-module .column {
        width: 50%;
        border-right: 1px solid rgba(0, 229, 255, 0.1);
    }

        .comparison-module .column:last-child {
            border-right: none;
        }

    .comparison-module .comparison-row:last-child {
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }
}

/* ==== 20a) Compare page tables ==== */

.compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: linear-gradient(145deg, rgba(20, 20, 35, 0.8), rgba(10, 10, 20, 0.9));
    border: 1px solid rgba(0, 229, 255, 0.2);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 229, 255, 0.1), 0 4px 20px rgba(0, 0, 0, 0.3);
}

.compare-table thead th {
    background: linear-gradient(135deg, var(--color-secondary), rgba(124, 77, 255, 0.8));
    color: white;
    font-weight: bold;
    padding: 24px 24px !important;
    font-size: 16px;
    text-align: left;
    border: none !important;
    border-bottom: 2px solid rgba(0, 229, 255, 0.3);
    white-space: nowrap;
}

.compare-table thead th:first-child {
    text-align: left;
    min-width: 200px;
}

.compare-table thead th.col-iapm {
    background: linear-gradient(135deg, rgba(0, 229, 255, 0.3), rgba(124, 77, 255, 0.9));
}

.compare-table tbody td {
    padding: 40px 24px !important;
    font-size: 16px;
    color: var(--color-text);
    border-bottom: 1px solid rgba(0, 229, 255, 0.1) !important;
    border-top: none !important;
    text-align: left;
    vertical-align: middle;
    line-height: 1.6;
}

.compare-table tbody td:first-child {
    text-align: left;
    font-weight: 600;
    min-width: 200px;
}

.compare-table tbody td.col-iapm {
    background: rgba(0, 229, 255, 0.05);
}

.compare-table tbody tr:hover {
    background: linear-gradient(145deg, rgba(40, 40, 60, 0.5), rgba(20, 20, 40, 0.6));
}

.compare-table tbody tr:last-child td {
    border-bottom: none;
}

.compare-table .icon-x {
    color: var(--color-danger);
    text-shadow: 0 0 10px rgba(255, 23, 68, 0.5);
}

.compare-table .icon-check {
    color: var(--color-success);
    text-shadow: 0 0 10px rgba(0, 230, 118, 0.5);
}

/* ==== 20a-2) Compare page cards ==== */

.compare-card-row {
    display: flex;
    flex-wrap: wrap;
}

.compare-card-row > [class*="col-"] {
    display: flex;
    margin-bottom: 24px;
}

.compare-card {
    background: linear-gradient(145deg, rgba(20, 20, 35, 0.8), rgba(10, 10, 20, 0.9));
    border: 1px solid rgba(0, 229, 255, 0.15);
    border-radius: 12px;
    padding: 28px 24px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.compare-card:hover {
    border-color: rgba(0, 229, 255, 0.4);
    box-shadow: 0 0 20px rgba(0, 229, 255, 0.1), 0 4px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.compare-card h3, .compare-card h4 {
    margin-top: 0;
    margin-bottom: 12px;
}

.compare-card p {
    flex: 1;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.85;
}

.compare-card .btn {
    align-self: flex-start;
}

.compare-card-sm {
    text-align: center;
    padding: 20px 16px;
}

.compare-card-sm h4 {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.compare-card-sm p {
    font-size: 12px;
    margin-bottom: 12px;
}

.compare-card-sm .btn {
    align-self: center;
}

/* ==== 20b) Content table & content bullets ==== */

#post table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 40px 0;
    background: linear-gradient(160deg, rgba(15, 15, 30, 0.95), rgba(8, 8, 18, 0.98));
    border: 1px solid rgba(0, 229, 255, 0.3);
    border-radius: 16px;
    overflow: hidden;
    box-shadow:
        0 0 30px rgba(0, 229, 255, 0.12),
        0 0 60px rgba(124, 77, 255, 0.06),
        0 8px 32px rgba(0, 0, 0, 0.5);
}

    #post table thead tr {
        background: linear-gradient(135deg, rgba(124, 77, 255, 0.5), rgba(0, 229, 255, 0.2));
        border-bottom: 2px solid rgba(0, 229, 255, 0.4);
    }

    #post table th {
        padding: 16px 20px;
        font-weight: 700;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: #fff;
        text-shadow: 0 0 12px rgba(0, 229, 255, 0.5);
        text-align: center;
        white-space: nowrap;
        border-right: 1px solid rgba(0, 229, 255, 0.15);
    }

    #post table th:first-child {
        text-align: left;
        color: var(--color-primary);
    }

    #post table th:last-child {
        border-right: none;
    }

    #post table td {
        padding: 14px 20px;
        font-size: 15px;
        color: var(--color-text);
        border-bottom: 1px solid rgba(0, 229, 255, 0.1);
        border-right: 1px solid rgba(0, 229, 255, 0.06);
    }

    #post table td:last-child {
        border-right: none;
    }

    #post table tbody tr {
        transition: all 0.3s ease;
    }

    #post table tbody tr:nth-child(even) {
        background: rgba(124, 77, 255, 0.04);
    }

    #post table tbody tr:hover {
        background: linear-gradient(135deg, rgba(0, 229, 255, 0.08), rgba(124, 77, 255, 0.08));
        box-shadow: inset 0 0 30px rgba(0, 229, 255, 0.06);
    }

    #post table tbody tr:last-child td {
        border-bottom: none;
    }

    #post table td:first-child {
        font-weight: 600;
        color: var(--color-primary);
        white-space: nowrap;
        text-shadow: 0 0 8px rgba(0, 229, 255, 0.25);
        border-right: 1px solid rgba(0, 229, 255, 0.15);
    }

    #post table td strong {
        color: var(--color-success);
        text-shadow: 0 0 10px rgba(0, 230, 118, 0.4);
        font-size: 16px;
    }

    @media (max-width: 767px) {
        #post table {
            display: block;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }
    }

/* ==== 21) Fusion of technologies ==== */

.fusion-container {
    display: flex;
    width: 100%;
}

.fusion-left,
.fusion-right {
    width: 624px;
    height: 415px;
}

.fusion-middle {
    background-position: center;
}

.fusion-left {
    background-position: right;
    background-image: url('/img/illustrations/fusion/experience_01.png');
    background-size: cover;
    background-repeat: no-repeat;
    white-space: nowrap;
}

.fusion-middle {
    background-image: url('/img/illustrations/fusion/experience_02.png');
    background-repeat: repeat;
    background-size: auto;
    flex: 1;
}

.fusion-right {
    background-position: left;
    background-image: url('/img/illustrations/fusion/experience_03.png');
    background-size: cover;
    background-repeat: no-repeat;
    white-space: nowrap;
}

/* ==== 22) Announcement banner ==== */

.announcement-banner {
    margin: 0;
    margin-left: 0;
    width: 100%;
    margin-right: 0;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    /* Futuristic Glass Style */
    background: linear-gradient(90deg, rgba(10, 10, 15, 0.95), rgba(20, 20, 35, 0.9), rgba(10, 10, 15, 0.95));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0, 229, 255, 0.2);
    position: relative;
}

    /* Animated glow line */
    .announcement-banner::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, var(--color-primary), var(--color-secondary), var(--color-primary), transparent);
        animation: toolbarGlow 3s ease-in-out infinite;
    }

    .announcement-banner.closed {
        display: none;
        margin: 0;
        margin-left: 0;
        width: 0;
        margin-right: 0;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .announcement-banner .announcement-content {
        padding-left: 1px !important;
        color: var(--color-primary);
        font-size: 28px;
        text-shadow: 0 0 10px rgba(0, 229, 255, 0.3);
        transition: all 0.3s ease;
    }

        .announcement-banner .announcement-content:hover {
            color: #fff;
            text-shadow: 0 0 15px rgba(0, 229, 255, 0.5);
        }

    .announcement-banner .announcement-icon {
        color: var(--color-secondary);
        animation: iconPulse 3s ease-in-out infinite;
    }

    .announcement-banner .btn-announcement-close {
        background: none;
        border: none;
        padding: 8px;
        margin-right: 16px;
        color: var(--color-primary);
        font-size: 18px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .announcement-banner .btn-announcement-close:hover {
        color: #fff;
        transform: scale(1.2);
    }

@media (max-width: 1200px) {

    .announcement-banner {
        margin: 0;
        margin-left: 0;
        width: 0;
        margin-right: 0;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}

/* ==== 23) Perspective Grid Widget ==== */

#perspective-grid-widget.perspective-grid-container {
    cursor: crosshair;
    position: relative;
}

#perspective-grid-widget .perspective-grid-canvas {
    display: block !important;
    width: 530px !important;
    height: 530px !important;
    border-radius: 12px !important;
    background: linear-gradient(145deg, #0d0d15, #1a0a2e) !important;
    border: 1px solid rgba(0, 229, 255, 0.2) !important;
    box-shadow:
        0 0 20px rgba(0, 229, 255, 0.1),
        0 0 40px rgba(124, 77, 255, 0.05),
        inset 0 0 30px rgba(0, 229, 255, 0.02) !important;
}

@media (max-width: 991px) {
    #perspective-grid-widget.perspective-grid-container {
        width: 300px !important;
        height: 300px !important;
    }
    #perspective-grid-widget .perspective-grid-canvas {
        width: 300px !important;
        height: 300px !important;
    }
}

/* ==== 25) Futuristic Animations & Effects ==== */

/* Pulse Animation for Status Indicators */
@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 5px rgba(0, 229, 255, 0.5);
    }
    50% {
        box-shadow: 0 0 20px rgba(0, 229, 255, 0.8), 0 0 30px rgba(0, 229, 255, 0.4);
    }
}

@keyframes pulseText {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

/* Icon Pulse Animation */
@keyframes iconPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Status Pulse Animation */
@keyframes statusPulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

/* Scanline Effect for Terminal */
.scanlines::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 2px,
        rgba(0, 229, 255, 0.02) 2px,
        rgba(0, 229, 255, 0.02) 4px
    );
    pointer-events: none;
    z-index: 1000;
}

/* Futuristic Terminal Style */
.terminal-futuristic {
    position: relative;
    border-radius: 12px;
    padding-top: 30px;
    margin-top: 16px;
    overflow: auto;
    background: linear-gradient(145deg, #0d0d15, #080810);
    max-width: 100%;
    width: 100%;
    border: 1px solid rgba(0, 229, 255, 0.2);
    box-shadow:
        0 0 10px rgba(0, 229, 255, 0.08),
        0 0 20px rgba(0, 229, 255, 0.04),
        0 0 40px rgba(0, 229, 255, 0.02),
        inset 0 0 15px rgba(0, 229, 255, 0.01);
}

/* Terminal header dots (macOS style) */
.terminal-futuristic::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 15px;
    width: 12px;
    height: 12px;
    background: var(--color-danger);
    border-radius: 50%;
    box-shadow:
        20px 0 0 var(--color-accent),
        40px 0 0 var(--color-success);
}

/* Terminal scanlines */
.terminal-futuristic::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 2px,
        rgba(0, 229, 255, 0.02) 2px,
        rgba(0, 229, 255, 0.02) 4px
    );
    pointer-events: none;
    border-radius: 12px;
}

.terminal-futuristic pre {
    font-family: 'JetBrains Mono', 'Fira Code', SFMono-Regular, Consolas, monospace;
    color: var(--color-primary);
    padding: 0 1rem 1rem;
    margin: 0;
    white-space: pre;
    font-size: 0.85rem;
    line-height: 1.6;
    text-shadow: 0 0 5px rgba(0, 229, 255, 0.5);
}

/* Futuristic Status Indicators */
.status-indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
}

.status-indicator.online {
    background: var(--color-success);
    box-shadow: 0 0 10px rgba(0, 230, 118, 0.6);
    animation: statusPulse 2s ease-in-out infinite;
}

.status-indicator.offline {
    background: var(--color-danger);
    box-shadow: 0 0 10px rgba(255, 23, 68, 0.6);
}

.status-indicator.warning {
    background: var(--color-accent);
    box-shadow: 0 0 10px rgba(255, 109, 0, 0.6);
    animation: statusPulse 1.5s ease-in-out infinite;
}

/* Futuristic Link Styling */
a.futuristic-link {
    color: var(--color-primary);
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
}

a.futuristic-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
    transition: width 0.3s ease;
}

a.futuristic-link:hover {
    color: #33EBFF;
    text-shadow: 0 0 10px rgba(0, 229, 255, 0.5);
}

a.futuristic-link:hover::after {
    width: 100%;
}

/* Futuristic Circle Link/Button */
.circle-link-futuristic {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    margin: 8px;
    background: linear-gradient(145deg, rgba(30, 30, 50, 0.8), rgba(15, 15, 30, 0.9));
    border: 1px solid rgba(0, 229, 255, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.circle-link-futuristic:hover {
    transform: translateY(-3px);
    box-shadow:
        0 0 10px rgba(0, 229, 255, 0.3),
        0 0 20px rgba(0, 229, 255, 0.15),
        0 0 40px rgba(0, 229, 255, 0.08),
        inset 0 0 15px rgba(0, 229, 255, 0.03);
    border-color: var(--color-primary);
}

/* Highlight Cards Futuristic Style */
.card-futuristic {
    background: linear-gradient(135deg, rgba(124, 77, 255, 0.3), rgba(0, 229, 255, 0.2));
    border: 1px solid rgba(0, 229, 255, 0.4);
    color: white;
    font-weight: 600;
    position: relative;
    border-radius: 12px;
    padding: 20px;
    box-shadow:
        0 0 10px rgba(124, 77, 255, 0.15),
        0 0 20px rgba(124, 77, 255, 0.08),
        0 0 40px rgba(124, 77, 255, 0.04),
        inset 0 0 15px rgba(124, 77, 255, 0.02);
}

.card-futuristic:hover {
    box-shadow:
        0 0 20px rgba(0, 229, 255, 0.3),
        0 0 40px rgba(0, 229, 255, 0.15),
        0 0 60px rgba(0, 229, 255, 0.08),
        inset 0 0 15px rgba(0, 229, 255, 0.03);
    border-color: var(--color-primary);
    transform: translateY(-2px);
}

/* Grid Background Utility */
.cyber-grid-bg {
    background-image:
        linear-gradient(rgba(0, 229, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 229, 255, 0.03) 1px, transparent 1px),
        radial-gradient(ellipse at 50% 0%, rgba(124, 77, 255, 0.15) 0%, transparent 60%),
        linear-gradient(180deg, #0a0a0f 0%, #0d0d18 50%, #0a0a14 100%);
    background-size: 40px 40px, 40px 40px, 100% 100%, 100% 100%;
}

/* Corner Decorations */
.corner-decoration {
    position: fixed;
    width: 100px;
    height: 100px;
    pointer-events: none;
    z-index: 1;
}

.corner-decoration.top-left {
    top: 70px;
    left: 10px;
    border-top: 2px solid rgba(0, 229, 255, 0.2);
    border-left: 2px solid rgba(0, 229, 255, 0.2);
}

.corner-decoration.top-right {
    top: 70px;
    right: 10px;
    border-top: 2px solid rgba(0, 229, 255, 0.2);
    border-right: 2px solid rgba(0, 229, 255, 0.2);
}

.corner-decoration.bottom-left {
    bottom: 10px;
    left: 10px;
    border-bottom: 2px solid rgba(0, 229, 255, 0.2);
    border-left: 2px solid rgba(0, 229, 255, 0.2);
}

.corner-decoration.bottom-right {
    bottom: 10px;
    right: 10px;
    border-bottom: 2px solid rgba(0, 229, 255, 0.2);
    border-right: 2px solid rgba(0, 229, 255, 0.2);
}

/* Hide decorations on mobile */
@media (max-width: 768px) {
    .corner-decoration {
        display: none;
    }
}

/* ==== 25) Termly Legal Embeds ==== */
[name="termly-embed"] {
    background: #d8e4ec;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 229, 255, 0.3), 0 0 40px rgba(0, 229, 255, 0.1);
}

/* ==== 26) Nav Button Styles ==== */
/* Custom nav login button without Bootstrap btn class */
.nav-login-btn {
    display: inline-block;
    padding: 10px 20px;
    margin: 6px 4px;
    border-radius: 8px;
    font-weight: 700 !important;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid rgba(135, 88, 255, 0.5);
    background: transparent;
    color: var(--color-primary);
}

.nav-login-btn:hover,
.nav-login-btn:active,
.nav-login-btn:focus {
    background: rgba(0, 229, 255, 0.15);
    border-color: var(--color-primary);
    box-shadow: 0 0 20px rgba(0, 229, 255, 0.4);
    color: var(--color-primary);
    text-decoration: none;
}

