
        body {
            margin: 0;
            font-family: 'BR Sonoma', sans-serif !important;
        }
        /* ar vr hero start */
        section.arvr-hero-section {
            position: relative;
            overflow: hidden;
            min-height: 100vh;
            padding: 48px 0 0px;
            background:
                linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.96) 14%, rgba(0, 0, 0, 0.62) 48%, rgba(0, 0, 0, 0.96) 88%, #000 100%),
                radial-gradient(ellipse at 14% 55%, rgba(58, 54, 255, 0.76) 0%, rgba(88, 52, 255, 0.48) 24%, rgba(110, 46, 171, 0.24) 43%, transparent 68%),
                radial-gradient(ellipse at 86% 45%, rgba(238, 0, 55, 0.82) 0%, rgba(218, 0, 70, 0.52) 25%, rgba(150, 25, 113, 0.24) 45%, transparent 70%),
                #000;
            color: #fff;
        }


        section.arvr-hero-section::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 250px;
            background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 34%, rgba(0, 0, 0, 0.94) 72%, #000 100%);
            pointer-events: none;
            z-index: 4;
        }

        section.arvr-hero-section .container {
            position: relative;
            z-index: 2;
            padding-left: 15px;
            padding-right: 15px;
        }

            .arvr-hero-content {
            max-width: 1014px;
            margin: 0 auto 25px;
            text-align: center;
        }

            .arvr-hero-content h2 {
            color: #fff;
            font-size: 50px;
            line-height: 50px;
            letter-spacing: 0;
            font-weight: 700;
        }

        .arvr-hero-content p {
        margin: 13px auto 16px;
        color: rgba(255, 255, 255, 0.78);
        font-size: 16px;
        line-height: 20px;
    }

        .arvr-hero-btn-wrap {
            display: flex;
            justify-content: center;
        }

        .arvr-hero-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #0b0b0b;
            font-size: 16px;
            line-height: 1;
            align-self: end;
            text-decoration: none;
        }
        .arvr-hero-btn-icon:hover {
    animation: globalCtaHover 0.82s cubic-bezier(0.16, 0.9, 0.24, 1.18) both;
    background: var(--global-cta-hover-bg);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 22px 42px rgba(0, 0, 0, 0.34), 0 0 0 7px rgba(255, 255, 255, 0.08);
}
span.arvr-hero-btn-text:hover {
    animation: globalCtaHover 0.82s cubic-bezier(0.16, 0.9, 0.24, 1.18) both;
    background: var(--global-cta-hover-bg);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 22px 42px rgba(0, 0, 0, 0.34), 0 0 0 7px rgba(255, 255, 255, 0.08);
}
.arvr-hero-btn-text {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 34px;
    border-radius: 999px;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    background: linear-gradient(180deg, #696969 0%, #4c4c4c 100%);
}

       .arvr-hero-btn-icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 17px;
    line-height: 1;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    transform: rotate(-35deg);
    background: linear-gradient(180deg, #696969 0%, #4c4c4c 100%);
}
.arvr-hero-media {
            position: relative;
            margin: 0 auto;
            border-radius: 15px;
            overflow: hidden;
            z-index: 2;
        }

        .arvr-hero-media::before {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
            pointer-events: none;
            z-index: 2;
        }

        .arvr-hero-media::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: -1px;
            height: 34%;
            background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 62%, #000 100%);
            pointer-events: none;
            z-index: 3;
        }

        .arvr-hero-media img {
            width: 100%;
            height: auto;
            object-fit: contain;
            display: block;
            object-fit: contain;
            object-position: center;
        }

        @media (max-width: 991px) {
            section.arvr-hero-section {
                min-height: auto;
                padding: 46px 0 62px;
            }


            .arvr-hero-content h2 {
                font-size: 28px;
                line-height: 32px;
            }
        .arvr-hero-media {
                max-width: 92vw;
            }
        }

        @media (max-width: 575px) {
            section.arvr-hero-section {
                padding: 40px 0 54px;
            }

            .arvr-hero-content {
                margin-bottom: 20px;
            }

            .arvr-hero-content h2 {
                font-size: 23px;
                line-height: 28px;
            }

            .arvr-hero-content p {
                font-size: 9px;
                line-height: 15px;
            }
        .arvr-hero-media {
                border-radius: 10px;
            }
        }

        /* ar vr trusted brands marquee start */
        .arvr-trusted-brands-section,
        .arvr-trusted-brands-section * {
            box-sizing: border-box;
        }

        .arvr-trusted-brands-section {
            position: relative;
            overflow: hidden;
            padding: 28px 0 46px;
            background: #000;
            color: #fff;
        }

        .arvr-trusted-brands-section::before {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.86) 0%, #000 32%, #000 100%);
        }

        .arvr-trusted-brands-wrap {
            position: relative;
            z-index: 1;
            width: min(100% - 32px, 1200px);
            margin: 0 auto;
        }

        .arvr-trusted-brands-title {
            margin: 0 0 24px;
            color: #fff;
            text-align: center;
            font-size: 21px;
            line-height: 24px;
            letter-spacing: 0;
        }

        .arvr-trusted-brands-slider {
            position: relative;
            overflow: hidden;
            width: 100%;
            -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
        }

        .arvr-trusted-brands-track {
            width: max-content;
            display: flex;
            align-items: center;
            gap: 18px;
            animation: arvrTrustedBrandsMove 26s linear infinite;
            will-change: transform;
        }

        .arvr-trusted-brands-slider:hover .arvr-trusted-brands-track {
            animation-play-state: paused;
        }

        .arvr-trusted-brands-item {
            width: 104px;
            height: 42px;
            display: inline-flex;
            flex: 0 0 auto;
            align-items: center;
            justify-content: center;
        }

        .arvr-trusted-brands-logo {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: contain;
            filter: brightness(0) invert(1) grayscale(1) contrast(1.12);
            opacity: 0.96;
        }

        @keyframes arvrTrustedBrandsMove {
            from {
                transform: translate3d(0, 0, 0);
            }

            to {
                transform: translate3d(-50%, 0, 0);
            }
        }

        @media (max-width: 767px) {
            .arvr-trusted-brands-section {
                padding: 34px 0 42px;
            }

            .arvr-trusted-brands-wrap {
                width: min(100% - 24px, 620px);
            }

            .arvr-trusted-brands-title {
                font-size: 16px;
                line-height: 22px;
                margin-bottom: 22px;
            }

            .arvr-trusted-brands-slider {
                -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
                mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
            }

            .arvr-trusted-brands-track {
                gap: 26px;
                animation-duration: 21s;
            }

            .arvr-trusted-brands-item {
                width: 92px;
                height: 36px;
            }
        }

        /* ar vr trusted brands marquee end */
        /* ar vr company intro start */
        .arvr-company-intro-section,
        .arvr-company-intro-section * {
            box-sizing: border-box;
        }

        .arvr-company-intro-section {
            position: relative;
            overflow: hidden;
            padding: 68px 0 78px;
            background: #000;
            color: #fff;
        }

        /* .arvr-company-intro-wrap {
            width: min(100% - 32px, 1200px);
            margin: 0 auto;
            display: grid;
            grid-template-columns: minmax(340px, 0.86fr) minmax(460px, 1fr);
            align-items: center;
            gap: 66px;
        } */

        .arvr-company-intro-content {
            max-width: 432px;
        }

        .arvr-company-intro-title {
            color: #fff;
            font-size: 32px;
            line-height: 1.14;
            letter-spacing: 0;
            font-weight: 700;
        }

            .arvr-company-intro-copy {
            color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 1.55;
            width: 550px;
        }

        .arvr-company-intro-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 36px;
            gap: 10px;
            padding: 0 18px;
            border-radius: 40px;
            background: linear-gradient(180deg, #8e8e8e 0%, #4b4b4b 46%, #222 100%);
            color: #fff;
            font-size: 15px;
            line-height: 1;
            text-decoration: none;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 12px 22px rgba(0, 0, 0, 0.36);
            transition: transform 0.25s ease, box-shadow 0.25s ease;
        }

        .arvr-company-intro-btn:hover {
            color: #fff;
            /* transform: translateY(-2px); */
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 16px 26px rgba(0, 0, 0, 0.42);
        }

        .arvr-company-intro-btn i {
            font-size: 10px;
        }

        .arvr-company-intro-media {
            position: relative;
            width: 100%;
            padding: 12px;
            border-radius: 28px;
            background: #202020;
            overflow: hidden;
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
        }

        .arvr-company-intro-img {
            display: block;
            width: 100%;
            aspect-ratio: 1.55 / 1;
            object-fit: cover;
            object-position: center;
            border-radius: 18px;
        }

        @media (max-width: 991px) {
            .arvr-company-intro-section {
                padding: 58px 0 70px;
            }

            /* .arvr-company-intro-wrap {
                grid-template-columns: 1fr;
                gap: 28px;
            } */

            .arvr-company-intro-content {
                max-width: 640px;
            }

            .arvr-company-intro-title {
                font-size: 30px;
            }
        }

        @media (max-width: 575px) {
            .arvr-company-intro-section {
                padding: 50px 0 58px;
            }

            /* .arvr-company-intro-wrap {
                width: min(100% - 24px, 620px);
            } */

            .arvr-company-intro-title {
                font-size: 26px;
                margin-bottom: 18px;
            }

            .arvr-company-intro-copy {
                font-size: 13px;
                line-height: 1.72;
            }

            .arvr-company-intro-media {
                padding: 9px;
                border-radius: 22px;
            }

            .arvr-company-intro-img {
                border-radius: 14px;
            }
        }

        /* ar vr company intro end */
        /* ar vr services carousel start */
        .arvr-services-carousel-section,
        .arvr-services-carousel-section * {
            box-sizing: border-box;
        }

        .arvr-services-carousel-section {
            position: relative;
            overflow: hidden;
            padding: 78px 0 90px;
            background: #000;
            color: #fff;
        }

        .arvr-services-carousel-wrap {
            width: min(100% - 32px, 1200px);
            margin: 0 auto;
        }

        .arvr-services-carousel-head {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
            align-items: center;
            gap: 70px;
            margin-bottom: 52px;
        }

            .arvr-services-carousel-title {
                margin: 0;
                color: #fff;
                font-size: 32px;
                line-height: 1.16;
                letter-spacing: 0;
                font-weight: 700;
            }

        .arvr-services-carousel-copy {
            position: relative;
            margin: 0;
            padding-left: 22px;
            color: rgba(255, 255, 255, 0.84);
            font-size: 16px;
            line-height: 1.45;
        }

        .arvr-services-carousel-copy::before {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        width: 1px;
        height: 85px;
        background: rgba(255, 255, 255, 0.64);
    }

        .arvr-services-carousel.owl-carousel:not(.owl-loaded) {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 28px;
        }

        .arvr-services-carousel.owl-carousel:not(.owl-loaded) .arvr-services-slide:nth-child(n+4) {
            display: none;
        }

        .arvr-services-carousel .owl-stage {
            display: flex;
        }

        .arvr-services-carousel .owl-item {
            display: flex;
        }

        .arvr-services-slide {
            display: flex;
            width: 100%;
        }

        .arvr-services-card {
            position: relative;
            width: 100%;
            min-height: 298px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 30px 28px 28px;
            overflow: hidden;
            border-radius: 22px;
            background: #171717;
            color: #fff;
            transition: background 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
        }

        .arvr-services-card:hover,
        .instagram.arvr-services-card--featured {
            background: radial-gradient(circle at 77% 124%, rgb(255 0 175 / 88%), transparent 276px), radial-gradient(circle at 28% 100%, rgba(57, 58, 242, 0.9), transparent 172px), linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.065));
            border-color: rgba(255, 255, 255, 0.16);
        }




        .arvr-services-carousel:hover .instagram.arvr-services-card--featured {
            background: #171717;
            border-color: rgba(255, 255, 255, 0.11);
        }

        .arvr-services-carousel:hover .arvr-services-card:hover {
            background: radial-gradient(circle at 77% 124%, rgb(255 0 175 / 88%), transparent 276px), radial-gradient(circle at 28% 100%, rgba(57, 58, 242, 0.9), transparent 172px), linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.065));
            border-color: rgba(255, 255, 255, 0.16);
        }

        .arvr-services-card-title,
        .arvr-services-card-copy,
        .arvr-services-card-link {
            position: relative;
            z-index: 1;
        }

        .arvr-services-card-title {
            margin: 0 0 20px;
            color: #fff;
            font-size: 20px;
            line-height: 1.25;
            letter-spacing: 0;
            font-weight: bold;
        }

        .arvr-services-card-copy {
            margin: 0 0 24px;
            color: rgba(255, 255, 255, 0.78);
            font-size: 15px;
            line-height: 1.76;
        }
        .arvr-services-card-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 34px;
            gap: 10px;
            margin-top: auto;
            padding: 0 16px;
            border-radius: 40px;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, rgba(178, 178, 178, 0.58) 45%, rgba(101, 101, 101, 0.64) 100%);
            color: #fff;
            font-size: 15px;
            line-height: 1;
            text-decoration: none;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), 0 12px 22px rgba(0, 0, 0, 0.34);
            backdrop-filter: blur(8px);
        }

        .arvr-services-card-link:hover {
            color: #fff;
        }

        .arvr-services-card-link i {
            font-size: 10px;
        }

        .arvr-services-carousel.owl-theme .owl-nav {
            display: none;
        }

        .arvr-services-carousel.owl-theme .owl-dots {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 13px;
            margin-top: 36px;
        }

        .arvr-services-carousel.owl-theme .owl-dots .owl-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.74);
            background: transparent;
        }

        .arvr-services-carousel.owl-theme .owl-dots .owl-dot span {
            display: none;
        }

        .arvr-services-carousel.owl-theme .owl-dots .owl-dot.active {
            border-color: transparent;
            background: linear-gradient(135deg, #293dff 0%, #e82da8 100%);
        }

        @media (max-width: 991px) {
            .arvr-services-carousel-section {
                padding: 64px 0 76px;
            }

            .arvr-services-carousel-head {
                grid-template-columns: 1fr;
                gap: 20px;
                margin-bottom: 34px;
            }

            .arvr-services-carousel-title {
                font-size: 32px;
            }

            .arvr-services-carousel-copy {
                max-width: 520px;
            }

            .arvr-services-carousel.owl-carousel:not(.owl-loaded) {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .arvr-services-carousel.owl-carousel:not(.owl-loaded) .arvr-services-slide:nth-child(n+3) {
                display: none;
            }
        }

        @media (max-width: 575px) {
            .arvr-services-carousel-section {
                padding: 52px 0 64px;
            }

            .arvr-services-carousel-wrap {
                width: min(100% - 24px, 620px);
            }

            .arvr-services-carousel-title {
                font-size: 27px;
            }

            .arvr-services-carousel-copy {
                padding-left: 16px;
                font-size: 11px;
            }

            .arvr-services-carousel.owl-carousel:not(.owl-loaded) {
                grid-template-columns: 1fr;
            }

            .arvr-services-carousel.owl-carousel:not(.owl-loaded) .arvr-services-slide:nth-child(n+2) {
                display: none;
            }

            .arvr-services-card {
                min-height: 276px;
                padding: 26px 23px;
                border-radius: 18px;
            }
        }

        /* ar vr services carousel end */
        /* ar vr assurance panel start */
        .arvr-assurance-section,
        .arvr-assurance-section * {
            box-sizing: border-box;
        }

        .arvr-assurance-section {
            position: relative;
            overflow: hidden;
            padding: 34px 0 86px;
            background: #000;
            color: #fff;
        }

        .arvr-assurance-panel {
            position: relative;
            width: min(100% - 32px, 1200px);
            margin: 0 auto;
            padding: 38px 56px 40px;
            overflow: hidden;
            /* border: 1px solid rgba(255, 255, 255, 0.12); */
            border-radius: 20px;
            background: radial-gradient(circle at 62% 118%, rgba(239, 41, 157, 0.9) -10%, rgba(239, 41, 157, 0.44) 24%, transparent 47%), radial-gradient(circle at 119% -50%, rgba(45, 60, 255, 0.96) -4%, rgba(45, 60, 255, 0.56) 30%, transparent 44%), linear-gradient(105deg, #171717 0%, #171717 37%, #201622 68%, #19181f 100%);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 24px 44px rgba(0, 0, 0, 0.42);
        }

        .arvr-assurance-grid {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 48px;
        }

        .arvr-assurance-card {
            position: relative;
            min-height: 142px;
            padding-right: 36px;
        }

        .arvr-assurance-card:not(:last-child)::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0px;
            width: 1px;
            height: 208px;
            background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.46) 0 4px, transparent 4px 10px);
        }

        .arvr-assurance-icon {
            width: 62px;
            height: 62px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin: 0 0 20px;
            border-radius: 50%;
            background: linear-gradient(145deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.12));
            color: #fff;
            font-size: 29px;
            box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.22), 0 12px 26px rgba(0, 0, 0, 0.28);
        }

        .arvr-assurance-title {
        margin: 0 0 13px;
        color: #fff;
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: 0;
        font-weight: bold;
    }
        .arvr-assurance-copy {
            margin: 0;
            color: rgba(255, 255, 255, 0.78);
            font-size: 15px;
            line-height: 1.62;
        }

        .arvr-assurance-action {
            position: relative;
            z-index: 1;
            display: flex;
            justify-content: center;
            margin-top: 31px;
        }

        .arvr-assurance-btn {
            min-height: 36px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 11px;
            padding: 0 24px;
            border-radius: 999px;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, rgba(178, 178, 178, 0.58) 45%, rgba(101, 101, 101, 0.64) 100%);
            color: #fff;
            font-size: 16px;
            line-height: 1;
            text-decoration: none;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), 0 12px 22px rgba(0, 0, 0, 0.34);
            backdrop-filter: blur(8px);
        }

        .arvr-assurance-btn:hover {
            color: #fff;
        }

        .arvr-assurance-btn i {
            font-size: 12px;
        }

        @media (max-width: 991px) {
            .arvr-assurance-section {
                padding: 28px 0 70px;
            }

            .arvr-assurance-panel {
                padding: 34px 30px 38px;
            }

            .arvr-assurance-grid {
                gap: 28px;
            }

            .arvr-assurance-card {
                padding-right: 18px;
            }

            .arvr-assurance-card:not(:last-child)::after {
                right: -14px;
            }
        }

        @media (max-width: 767px) {
            .arvr-assurance-panel {
                width: min(100% - 24px, 620px);
                padding: 30px 24px 34px;
            }

            .arvr-assurance-grid {
                grid-template-columns: 1fr;
                gap: 28px;
            }

            .arvr-assurance-card {
                min-height: auto;
                padding: 0 0 28px;
            }

            .arvr-assurance-card:not(:last-child)::after {
                top: auto;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 1px;
                background: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.42) 0 5px, transparent 5px 11px);
            }

            .arvr-assurance-icon {
                width: 54px;
                height: 54px;
                margin-bottom: 16px;
                font-size: 25px;
            }
        }


        /* ar vr assurance panel end */
        /* immersive services suite start */
        .immersive-suite-section,
        .immersive-suite-section * {
            box-sizing: border-box;
        }

        .immersive-suite-section {
            position: relative;
            overflow: hidden;
            min-height: 720px;
            padding: 72px 0 86px;
            background: radial-gradient(circle at 14% 26%, rgba(685, 425, 228, 0.80), transparent 343px), radial-gradient(circle at 13% 39%, rgba(57, 60, 355, 11.98), transparent 480px), radial-gradient(circle at 82% 47%, rgba(245, 60, 201, 0.99), transparent 356px), radial-gradient(circle at 82% 24%, rgba(245, 0, 45, 28.9), transparent 365px), radial-gradient(circle at 51% 59%, rgb(0 0 0 / 58%), transparent 350px), linear-gradient(180deg, #000 0%, #07030c 44%, #050009 100%);
            color: #fff;
        }

        .immersive-suite-section::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
            background-size: 42px 42px;
            background-position: -8px -14px;
            opacity: 0.34;
            mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.82) 38%, transparent 72%);
            pointer-events: none;
        }

        .immersive-suite-wrap {
            position: relative;
            z-index: 1;
            width: min(100% - 32px, 1200px);
            margin: 0 auto;
            display: grid;
            grid-template-columns: 365px minmax(0, 1fr);
            align-items: end;
            gap: 18px;
        }

        .immersive-suite-visual {
            position: relative;
            min-height: 570px;
            align-self: stretch;
        }

        .immersive-suite-visual::after {
        content: "";
        position: absolute;
        top: -21px;
        left: -12%;
        right: -18%;
        bottom: 0;
        height: 210px;

        background: url("../images/ar_vr_development/globe_bg.webp")
                    center / cover no-repeat;

        pointer-events: none;
    }
        .immersive-suite-person {
        position: absolute;
        left: -123px;
        bottom: -198px;
        max-width: 477px !important;
        height: auto;
        display: block;
        filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.48));
        top: 0px;
    }

        .immersive-suite-content {
            padding-bottom: 42px;
        }

        .immersive-suite-title {
        margin: 0 0 18px;
        color: #fff;
        font-size: 50px;
        line-height: 1.16;
        letter-spacing: 0;
        font-weight: 700;
    }

        .immersive-suite-copy {
            max-width: 710px;
            margin: 0 0 30px;
            color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 1.72;
            font-weight: 500;
        }

        .immersive-suite-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.11);
            border-radius: 15px;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
            backdrop-filter: blur(4px);
        }

        .immersive-suite-card {
            min-height: 190px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 24px 22px;
            border-right: 1px solid rgba(255, 255, 255, 0.11);
            border-bottom: 1px solid rgba(255, 255, 255, 0.11);
            background: rgba(15, 15, 17, 0.46);
            text-align: center;
        }

        .immersive-suite-card:nth-child(3n) {
            border-right: 0;
        }

        .immersive-suite-card:nth-child(n+4) {
            border-bottom: 0;
        }

        .immersive-suite-card.is-active {
            background: linear-gradient(135deg, #e331c5 0%, #7a39ff 48%, #253cff 100%);
        }

        .immersive-suite-card {
            cursor: pointer;
            transition: background 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
        }

        .immersive-suite-grid:hover .immersive-suite-card.is-active {
            background: rgba(15, 15, 17, 0.46);
        }

        .immersive-suite-grid .immersive-suite-card:hover {
            background: linear-gradient(135deg, #e331c5 0%, #7a39ff 48%, #253cff 100%);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 18px 34px rgba(0, 0, 0, 0.28);
            /* transform: translateY(-2px); */
        }

        .immersive-suite-card-title {
            margin: 0 0 15px;
            color: #fff;
            font-size: 18px;
            line-height: 1.18;
            letter-spacing: 0;
        }

        .immersive-suite-card-copy {
        margin: 0;
        color: rgba(255, 255, 255, 0.78);
        font-size: 14px;
        line-height: 1.62;
    }

        @media (max-width: 991px) {
            .immersive-suite-section {
                min-height: auto;
                padding: 62px 0 74px;
            }

            .immersive-suite-wrap {
                grid-template-columns: 1fr;
                gap: 28px;
            }

            .immersive-suite-visual {
                min-height: 360px;
                order: 2;
            }

            .immersive-suite-content {
                padding-bottom: 0;
            }

            .immersive-suite-person {
                left: 50%;
                bottom: -62px;
                width: min(420px, 78vw);
                transform: translateX(-50%);
            }

            .immersive-suite-title {
                font-size: 32px;
            }

            .immersive-suite-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .immersive-suite-card:nth-child(3n) {
                border-right: 1px solid rgba(255, 255, 255, 0.11);
            }

            .immersive-suite-card:nth-child(2n) {
                border-right: 0;
            }

            .immersive-suite-card:nth-child(n+4) {
                border-bottom: 1px solid rgba(255, 255, 255, 0.11);
            }

            .immersive-suite-card:nth-child(n+5) {
                border-bottom: 0;
            }
        }

        @media (max-width: 575px) {
            .immersive-suite-section {
                padding: 52px 0 58px;
            }

            .immersive-suite-wrap {
                width: min(100% - 24px, 620px);
            }

            .immersive-suite-title {
                font-size: 27px;
            }

            .immersive-suite-copy {
                font-size: 13px;
            }

            .immersive-suite-grid {
                grid-template-columns: 1fr;
            }

            .immersive-suite-card,
            .immersive-suite-card:nth-child(2n),
            .immersive-suite-card:nth-child(3n),
            .immersive-suite-card:nth-child(n+4),
            .immersive-suite-card:nth-child(n+5) {
                border-right: 0;
                border-bottom: 1px solid rgba(255, 255, 255, 0.11);
            }

            .immersive-suite-card:last-child {
                border-bottom: 0;
            }

            .immersive-suite-visual {
                min-height: 360px;
            }
        }

        /* immersive services suite end */
        /* ar vr benefits instruments start */
        #instru-ments,
        #instru-ments * {
            box-sizing: border-box;
        }

        /* 
        #instru-ments {
            position: relative;
            overflow: hidden;
            padding: 92px 0 96px;
            background:
                radial-gradient(circle at 77% 0%, rgba(236, 41, 158, 0.82) 0%, rgba(236, 41, 158, 0.34) 28%, transparent 56%),
                radial-gradient(circle at 10% 0%, rgba(47, 61, 255, 0.86) 0%, rgba(47, 61, 255, 0.36) 32%, transparent 56%),
                linear-gradient(180deg, #191034 0%, #050505 43%, #000 100%);
            color: #fff;
        } */

        section.impr-ovise {
            padding: 0px 0px 50px;
        }
        .har-mony-wrap {
            position: relative;
            z-index: 1;
        }

        .har-mony-head {
            max-width: 880px;
            margin: 0 auto 42px;
            text-align: center;
        }

        .har-mony-title {
        color: #fff;
        font-size: 50px;
        line-height: 1.16;
        letter-spacing: 0;
        font-weight: 700;
    }

        .har-mony-subtitle {
            margin: 0 auto;
            color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 1.5;
        }

        .har-mony-body {
            display: grid;
            grid-template-columns: minmax(0, 610px) minmax(320px, 1fr);
            align-items: end;
            gap: 66px;
        }

        .har-mony-options {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px 20px;
            margin-bottom: 34px;
        }

        .har-mony-tab {
            min-height: 66px;
            display: flex;
            align-items: center;
            padding: 0 22px;
            /* border: 1px solid rgba(255, 255, 255, 0.1); */
            border-radius: 7px;
            background: #191919;
            color: rgba(255, 255, 255, 0.78);
            font-size: 14px;
            line-height: 1.45;
            text-decoration: none;
            transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
        }

        .har-mony-tab.is-active,
        .har-mony-options:hover .har-mony-tab:hover {
            background: linear-gradient(135deg, #e231bd 0%, #8738ff 48%, #273dff 100%);
            border-color: transparent;
            color: #fff;
        }

        .har-mony-options:hover .har-mony-tab.is-active:not(:hover) {
            background: #191919;
            border-color: rgba(255, 255, 255, 0.1);
            color: rgba(255, 255, 255, 0.78);
        }

        .har-mony-info {
            padding: 34px 38px 32px;
            /* border: 1px solid rgba(255, 255, 255, 0.12); */
            border-radius: 10px;
            background: #191919;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 20px 36px rgba(0, 0, 0, 0.24);
        }

        .har-mony-info-title {
            margin: 0 0 18px;
            color: #fff;
            font-size: 24px;
            line-height: 1.2;
            letter-spacing: 0;
        }

        .har-mony-info-copy {
            margin: 0;
            color: rgba(255, 255, 255, 0.78);
            font-size: 14px;
            line-height: 1.72;
        }

        .har-mony-visual {
            position: relative;
            min-height: 445px;
            display: flex;
            align-items: flex-end;
            justify-content: center;
        }


        .har-mony-img {
            position: relative;
            z-index: 1;
            display: block;
            width: min(490px, 100%);
            height: auto;
            margin-bottom: -2px;
            filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.34));
        }

        @media (max-width: 991px) {
            #instru-ments {
                padding: 72px 0 78px;
            }

            .har-mony-title {
                font-size: 32px;
            }

            .har-mony-body {
                grid-template-columns: 1fr;
                gap: 42px;
            }

            .har-mony-visual {
                min-height: 410px;
            }

            .har-mony-visual::before {
                left: 18%;
                right: 18%;
                height: 350px;
            }
        }

        @media (max-width: 575px) {
            #instru-ments {
                padding: 58px 0 64px;
            }
   

            .har-mony-title {
                font-size: 27px;
            }

            .har-mony-subtitle {
                font-size: 13px;
            }

            .har-mony-options {
                grid-template-columns: 1fr;
                gap: 12px;
            }

            .har-mony-tab {
                min-height: 58px;
                font-size: 13px;
            }

            .har-mony-info {
                padding: 26px 22px;
            }

            .har-mony-info-title {
                font-size: 21px;
            }

            .har-mony-visual {
                min-height: 360px;
            }

            .har-mony-visual::before {
                left: 4%;
                right: 4%;
                height: 300px;
                border-radius: 21px;
            }

            .har-mony-img {
                width: min(310px, 92%);
            }
        }

        /* ar vr benefits instruments end */
        /* ar vr process roadmap start */
        .reality-flow-section,
        .reality-flow-section * {
            box-sizing: border-box;
        }

        .reality-flow-section {
            position: relative;
            overflow: hidden;
            padding: 82px 0 90px;
            background: #131313;
            color: #fff;
        }

        .reality-flow-wrap {
            width: min(100% - 32px, 1200px);
            margin: 0 auto;
            /* display: grid;
            grid-template-columns: minmax(0, 430px) minmax(360px, 1fr);
            gap: 56px; */
            align-items: start;
        }

        .reality-flow-title {
        margin: 0 0 26px;
        color: #fff;
        font-size: 35px;
        line-height: 1.12;
        letter-spacing: 0;
        font-weight: 700;
    }

        .reality-flow-copy {
            margin: 0 0 38px;
            max-width: 410px;
            color: rgba(255, 255, 255, 0.75);
            font-size: 16px;
            line-height: 1.76;
            font-weight: 500;
        }

        .reality-flow-stat.active {
            background: linear-gradient(135deg, #e231bd 0%, #8738ff 48%, #273dff 100%);
        }

        .reality-flow-stats:hover .reality-flow-stat.active {
            background: #242424;
        }

        .reality-flow-stats .reality-flow-stat:hover,
        .reality-flow-stats .reality-flow-stat.active:hover {
            background: linear-gradient(135deg, #e231bd 0%, #8738ff 48%, #273dff 100%);
            box-shadow: 0 16px 28px rgba(0, 0, 0, 0.24);
            /* transform: translateY(-2px); */
        }

        .reality-flow-stats {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
            margin-bottom: 42px;
        }

        .reality-flow-stat {
            min-height: 135px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 18px 12px;
            border-radius: 9px;
            background: #242424;
            text-align: center;
            cursor: pointer;
            transition: background 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
        }

        .reality-flow-stat-icon {
            height: 28px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 17px;
            color: #fff;
            font-size: 25px;
        }

        .reality-flow-stat-value {
            display: block;
            margin-bottom: 5px;
            color: #fff;
            font-size: 30px;
            line-height: 1;
        }

        .reality-flow-stat-label {
            color: rgba(255, 255, 255, 0.78);
            font-size: 14px;
            line-height: 1.25;
        }

        .reality-flow-btn {
        min-height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 25px;
        border-radius: 999px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, rgba(178, 178, 178, 0.58) 45%, rgba(101, 101, 101, 0.64) 100%);
        color: #fff;
        gap:10px;
        font-size: 16px;
        line-height: 1;
        text-decoration: none;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), 0 12px 22px rgba(0, 0, 0, 0.34);
        backdrop-filter: blur(8px);
    }



        .reality-flow-list {
            max-height: 530px;
            overflow-y: auto;
            padding-right: 0;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .reality-flow-list::-webkit-scrollbar {
            display: none;
        }

        article.reality-flow-card {
            transition: background 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
        }

        article.reality-flow-card.active {
            background: linear-gradient(135deg, #e231bd 0%, #8738ff 48%, #273dff 100%);
        }

        .reality-flow-list:hover article.reality-flow-card.active {
            background: #242424;
        }

        .reality-flow-list article.reality-flow-card:hover {
            background: linear-gradient(135deg, #e231bd 0%, #8738ff 48%, #273dff 100%);
            box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
            /* transform: translateY(-2px); */
        }

        .reality-flow-card {
            position: relative;
            min-height: 170px;
            padding: 42px 70px 28px 42px;
            border-radius: 12px;
            color: #fff;
            background: #2b2b2b;
        }

        .reality-flow-card+.reality-flow-card {
            margin-top: 8px;
        }

            .reality-flow-card-title {
            display: inline-block;
            margin: 0 0 18px;
            padding-bottom: 4px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.72);
            color: #fff;
            font-size: 28px;
            line-height: 1.2;
            letter-spacing: 0;
            font-weight: 700;
        }

        .reality-flow-card-copy {
            margin: 0;
        color: rgba(255, 255, 255, 0.78);
            font-size: 14px;
            line-height: 1.62;
        }

        .reality-flow-number {
        position: absolute;
        top: 22px;
        right: 36px;
        color: rgba(255, 255, 255, 0.9);
        font-size: 34px;
        line-height: 1;
        font-weight: 700;
    }

        @media (max-width: 991px) {
            .reality-flow-section {
                padding: 66px 0 76px;
            }

            .reality-flow-wrap {
                grid-template-columns: 1fr;
                gap: 42px;
            }

            .reality-flow-copy {
                max-width: 720px;
            }

            .reality-flow-list {
                max-height: 528px;
            }
        }

        @media (max-width: 575px) {
            .reality-flow-section {
                padding: 54px 0 64px;
            }

            .reality-flow-wrap {
                width: min(100% - 24px, 620px);
            }

            .reality-flow-title {
                font-size: 29px;
            }

            .reality-flow-stats {
                grid-template-columns: 1fr;
                gap: 12px;
            }

            .reality-flow-stat {
                min-height: 108px;
            }

            .reality-flow-card {
                min-height: 178px;
                padding: 25px 56px 25px 24px;
            }

            .reality-flow-number {
                right: 22px;
                font-size: 21px;
            }
        }

        /* ar vr process roadmap end */
        /* ar vr industries showcase start */
        .sector-lattice-section,
        .sector-lattice-section * {
            box-sizing: border-box;
        }

        .sector-lattice-section {
            position: relative;
            overflow: hidden;
            padding: 82px 0 10px;
            background: #000;

            color: #fff;
        }

        .sector-lattice-wrap {
            width: min(100% - 32px, 1200px);
            margin: 0 auto;
        }

        .sector-lattice-head {
            max-width: 780px;
            margin: 0 auto 36px;
            text-align: center;
        }

        .sector-lattice-title {
        margin: 0 0 14px;
        color: #fff;
        font-size: 50px;
        line-height: 1.16;
        letter-spacing: 0;
        font-weight: 700;
    }

        .sector-lattice-copy {
            margin: 0 auto;
            color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 1.55;
        }

        .sector-lattice-line {
            width: 220px;
            height: 1px;
            margin: 24px auto 0;
            background: rgba(255, 255, 255, 0.42);
        }

        .sector-lattice-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 26px 24px;
        }

        .sector-lattice-card {
            display: grid;
            grid-template-columns: 230px minmax(0, 1fr);
            gap: 30px;
            align-items: center;
            min-height: 230px;
            padding: 18px;
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 17px;
            background: linear-gradient(105deg, #171717 0%, #171717 54%, #111 100%);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
        }

        .sector-lattice-media {
            overflow: hidden;
            border-radius: 9px;
            height: 196px;
            background: #222;
        }

        .sector-lattice-img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .sector-lattice-card-title {
            margin: 0 0 15px;
            color: #fff;
            font-size: 22px;
            line-height: 1.15;
            letter-spacing: 0;
        }



        .sector-lattice-card-copy {
            margin: 0 0 20px;
            color: rgba(255, 255, 255, 0.78);
            font-size: 14px;
            line-height: 1.65;
        }

        .sector-lattice-btn {
        min-height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        padding: 0 16px;
        border-radius: 40px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, rgba(178, 178, 178, 0.58) 45%, rgba(101, 101, 101, 0.64) 100%);
        color: #fff;
        font-size: 14px;
        line-height: 1;
        text-decoration: none;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), 0 12px 22px rgba(0, 0, 0, 0.34);
        backdrop-filter: blur(8px);
    }

        .sector-lattice-btn:hover {
            color: #fff;
        }

        .sector-lattice-btn i {
            font-size: 10px;
        }

        @media (max-width: 991px) {
            .sector-lattice-section {
                padding: 68px 0 78px;
            }

            .sector-lattice-grid {
                grid-template-columns: 1fr;
            }

            .sector-lattice-card {
                grid-template-columns: 220px minmax(0, 1fr);
            }
        }

        @media (max-width: 575px) {
            .sector-lattice-section {
                padding: 56px 0 64px;
            }

            .sector-lattice-wrap {
                width: min(100% - 24px, 620px);
            }

            .sector-lattice-title {
                font-size: 29px;
            }

            .sector-lattice-copy {
                font-size: 13px;
            }

            .sector-lattice-card {
                grid-template-columns: 1fr;
                gap: 18px;
                padding: 14px;
            }

            .sector-lattice-media {
                height: 220px;
            }

            .sector-lattice-card-title {
                font-size: 22px;
            }
        }

        /* ar vr industries showcase end */
        /* ar vr case studies carousel start */
        .proof-realm-section,
        .proof-realm-section * {
            box-sizing: border-box;
        }

        .proof-realm-section {
            position: relative;
            overflow: hidden;
            padding: 86px 0 104px;
            background: radial-gradient(circle at -33% 32%, rgba(25, 190, 196, 0.34) 0%, transparent 34%), radial-gradient(circle at 14% 74%, rgba(46, 58, 255, 0.72) 0%, transparent 33%), radial-gradient(circle at 16% 43%, rgba(189, 1, 1, 0.48) 0%, transparent 32%), radial-gradient(circle at 86% 72%, rgba(227, 41, 160, 0.48) 0%, transparent 29%), #000;
            color: #fff;
        }

        .proof-realm-wrap {
            width: min(100% - 32px, 1200px);
            margin: 0 auto;
        }

        .proof-realm-head {
            margin: 0 auto 34px;
            text-align: center;
        }

      .proof-realm-pill {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 0 28px;
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, .35) 0%, rgba(255, 255, 255, .15) 35%, rgba(255, 255, 255, .08) 60%, rgba(0, 0, 0, .12) 100%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4), inset 0 -1px 1px rgba(0, 0, 0, .15), 0 8px 24px rgba(0, 0, 0, .25);
}

        .proof-realm-title {
        margin: 0;
        color: #fff;
        font-size: 50px;
        line-height: 1.2;
        letter-spacing: 0;
        font-weight: 700;
    }

        .proof-realm-carousel.owl-carousel:not(.owl-loaded) {
            display: block;
        }

        .proof-realm-carousel.owl-carousel:not(.owl-loaded) .proof-realm-slide:not(:first-child) {
            display: none;
        }

        .proof-realm-card {
            position: relative;
            min-height: 500px;
            display: grid;
            grid-template-columns: minmax(360px, 420px) minmax(390px, 1fr);
            align-items: center;
            gap: 18px;
            overflow: hidden;
            padding: 52px 44px 48px 54px;
            border: 1px solid rgba(255, 255, 255, 0.11);
            border-radius: 18px;
            background: radial-gradient(circle at 8% -46%, rgba(54, 210, 214, 0.32) 0%, transparent 32%), radial-gradient(circle at 86% 92%, rgba(229, 41, 160, 0.36) 0%, transparent 42%), linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 24px 48px rgba(0, 0, 0, 0.36);
        }

        .proof-realm-logo-box {
            width: 82px;
            height: 82px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 27px;
            border-radius: 13px;
            background: #fff;
            box-shadow: 0 18px 32px rgba(0, 0, 0, 0.22);
        }

        .proof-realm-logo {
            display: block;
            max-width: 56px;
            max-height: 56px;
            object-fit: contain;
        }

        .proof-realm-name {
        margin: 32px 0px 24px;
        color: #fff;
        font-size: 36px;
        line-height: 1.1;
    }

        .proof-realm-tagline {
            margin: 0 0 28px;
            color: rgba(255, 255, 255, 0.9);
            font-size: 18px;
            line-height: 1.35;
        }

        .proof-realm-copy {
            max-width: 420px;
            margin: 0 0 34px;
            color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 1.72;
        }

        .proof-realm-store-label {
            margin: 0 0 26px;
            display: flex;
            align-items: center;
            gap: 14px;
            color: rgba(255, 255, 255, 0.78);
            font-size: 17px;
            font-weight: 750;
        }

        .proof-realm-store-icons {
            display: inline-flex;
            align-items: center;
            gap: 13px;
            color: #fff;
            font-size: 27px;
        }

        .proof-realm-metrics {
        display: flex;
        align-items: stretch;
        gap: 18px;
        margin-top: 50px;
    }

        .proof-realm-metric {
            min-width: 128px;
        }

        .proof-realm-metric+.proof-realm-metric {
            padding-left: 34px;
            border-left: 1px solid rgba(255, 255, 255, 0.32);
        }

        .proof-realm-metric strong {
            display: block;
            color: #fff;
            font-size: 31px;
            line-height: 1;
        }

        .proof-realm-metric span {
        display: block;
        margin-top: 7px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 16px;
        line-height: 1.25;
    }

        .proof-realm-visual {
            min-height: 380px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

        .proof-realm-screen {
            display: block;
            width: min(100%, 430px);
            height: auto;
            object-fit: contain;
            filter: drop-shadow(0 24px 38px rgba(0, 0, 0, 0.34));
        }

        .proof-realm-carousel.owl-theme .owl-nav {
            display: none;
        }

        .proof-realm-carousel.owl-theme .owl-nav.disabled+.owl-dots {
            margin-top: 50px;
        }

        .proof-realm-carousel.owl-theme .owl-dots {
            display: flex;
            justify-content: center;
            gap: 11px;
            margin-top: 28px;
        }

        .proof-realm-carousel.owl-theme .owl-dots .owl-dot span {
            width: 11px;
            height: 11px;
            margin: 0;
            border: 1px solid rgba(255, 255, 255, 0.7);
            background: transparent;
        }

        .proof-realm-carousel.owl-theme .owl-dots .owl-dot.active span,
        .proof-realm-carousel.owl-theme .owl-dots .owl-dot:hover span {
            border-color: transparent;
            background: linear-gradient(135deg, #e233bc 0%, #273dff 100%);
        }

        @media (max-width: 991px) {
            .proof-realm-section {
                padding: 68px 0 82px;
            }

            .proof-realm-card {
                grid-template-columns: 1fr;
                min-height: auto;
                padding: 42px 32px;
            }

            .proof-realm-visual {
                min-height: auto;
            }
        }

        @media (max-width: 575px) {
            .proof-realm-section {
                padding: 56px 0 68px;
            }

            .proof-realm-wrap {
                width: min(100% - 24px, 620px);
            }

            .proof-realm-title {
                font-size: 27px;
            }

            .proof-realm-card {
                padding: 30px 22px;
                border-radius: 15px;
            }

            .proof-realm-name {
                font-size: 30px;
            }

            .proof-realm-metrics {
                gap: 18px;
            }

            .proof-realm-metric+.proof-realm-metric {
                padding-left: 18px;
            }
        }

        /* ar vr case studies carousel end */

        /* Home Query Stack Section Start */
        #home-query-stack-section,
        #home-query-stack-section * {
            box-sizing: border-box;
        }

        #home-query-stack-section {
            position: relative;
            overflow: hidden;
            padding: 76px 0 82px;
            color: #fff;
            background: radial-gradient(circle at 13% 20%, rgba(226, 43, 177, 0.38), transparent 250px), radial-gradient(circle at 88% 72%, rgba(48, 62, 255, 0.38), transparent 300px), #000;
        }
        #home-query-stack-section::before {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.1) 44%, rgba(0, 0, 0, 0.78) 100%);
        }
        #home-query-stack-section .home-query-stack-wrap {
            position: relative;
            z-index: 1;

            margin: 0 auto;
            text-align: center;
        }

            .home-query-stack-pill {
            min-height: 35px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            padding: 0px 28px;
            border-radius: 999px;
            color: #ffffff;
            font-size: 14px !important;
            line-height: 1;
            background: linear-gradient(180deg, rgba(255, 255, 255, .35) 0%, rgba(255, 255, 255, .15) 35%, rgba(255, 255, 255, .08) 60%, rgba(0, 0, 0, .12) 100%);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            border: 1px solid rgba(255, 255, 255, .25);
            box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4), inset 0 -1px 1px rgba(0, 0, 0, .15), 0 8px 24px rgba(0, 0, 0, .25);
        }

        .home-query-stack-title {
            margin: 0 0 36px;
            color: #fff;
            font-size: clamp(28px, 3vw, 34px);
            line-height: 1.15;
            letter-spacing: 0;
        }

        .home-query-stack-list {
            display: grid;
            gap: 14px;
            text-align: left;
        }

        .home-query-stack-item {
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.16);
            border-radius: 10px;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035));
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 36px rgba(0, 0, 0, 0.24);
        }

        .home-query-stack-question {
            width: 100%;
            min-height: 62px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            padding: 0 26px;
            border: 0;
            color: #fff;
            background: transparent;
            font: inherit;
            font-size: 18px;
            line-height: 1.2;
            text-align: left;
            cursor: pointer;
        }

        .home-query-stack-question i {
            flex: 0 0 auto;
            color: #fff;
            font-size: 14px;
            line-height: 1;
        }

        .home-query-stack-answer {
            display: grid;
            grid-template-rows: 0fr;
            transition: grid-template-rows 0.28s ease;
        }

        .home-query-stack-answer p {
            overflow: hidden;
            margin: 0;
            padding: 0 26px;
            color: rgba(255, 255, 255, 0.78);
            font-size: 12px;
            font-weight: 500;
            line-height: 1.55;
            transition: padding 0.28s ease;
        }

        .home-query-stack-item.is-open .home-query-stack-answer {
            grid-template-rows: 1fr;
        }

        .home-query-stack-item.is-open .home-query-stack-answer p {
            padding-bottom: 22px;
        }

        @media (max-width: 991px) {
            .home-query-stack-wrap {
                width: min(100% - 28px, 720px);
            }
        }

        @media (max-width: 575px) {
            #home-query-stack-section {
                padding: 58px 0 60px;
            }

            .home-query-stack-title {
                margin-bottom: 22px;
                font-size: 26px;
            }

            .home-query-stack-question {
                min-height: 58px;
                padding: 0 18px;
                font-size: 15px;
            }

            .home-query-stack-answer p {
                padding: 0 18px;
                font-size: 12px;
            }
        }

        /* Home Query Stack Section End */
/* AR/VR responsive stabilization start */
section.arvr-hero-section,
.arvr-trusted-brands-section,
.arvr-company-intro-section,
.arvr-services-carousel-section,
.arvr-assurance-section,
.immersive-suite-section,
#instru-ments,
.reality-flow-section,
.sector-lattice-section,
.proof-realm-section,
#home-query-stack-section {
    max-width: 100%;
    overflow-x: clip;
}

section.arvr-hero-section .container,
.arvr-hero-media,
.arvr-services-carousel-wrap,
.arvr-assurance-panel,
.immersive-suite-wrap,
.reality-flow-wrap,
.sector-lattice-wrap,
.proof-realm-wrap,
body #home-query-stack-section .home-query-stack-wrap {
    box-sizing: border-box;
}

.arvr-services-carousel-head > *,
.arvr-assurance-grid > *,
.immersive-suite-wrap > *,
.har-mony-body > *,
.reality-flow-wrap > *,
.sector-lattice-grid > *,
.proof-realm-card > * {
    min-width: 0;
}

.arvr-company-intro-content,
.arvr-company-intro-title,
.arvr-company-intro-copy,
.arvr-services-carousel-copy,
.immersive-suite-copy,
.har-mony-subtitle,
.har-mony-info-copy,
.reality-flow-copy,
.sector-lattice-copy,
.proof-realm-copy,
body #home-query-stack-section .home-query-stack-title,
body #home-query-stack-section .home-query-stack-question,
body #home-query-stack-section .home-query-stack-answer p {
    max-width: 100%;
    overflow-wrap: anywhere;
}

.arvr-company-intro-title,
.arvr-company-intro-copy {
    width: auto;
}

.arvr-hero-media img,
.arvr-company-intro-img,
.immersive-suite-person,
.har-mony-img,
.sector-lattice-img,
.proof-realm-screen {
    max-width: 100%;
}

.arvr-services-carousel,
.proof-realm-carousel,
.arvr-services-carousel .owl-stage-outer,
.proof-realm-carousel .owl-stage-outer {
    max-width: 100%;
    overflow: hidden;
}

.arvr-services-carousel .owl-stage,
.proof-realm-carousel .owl-stage {
    display: flex;
}

.arvr-services-carousel .owl-item,
.proof-realm-carousel .owl-item {
    min-width: 0;
}

body #home-query-stack-section .home-query-stack-list,
body #home-query-stack-section .home-query-stack-item,
body #home-query-stack-section .home-query-stack-question,
body #home-query-stack-section .home-query-stack-answer p {
    box-sizing: border-box;
}

body #home-query-stack-section .home-query-stack-question {
    white-space: normal;
}

@media (max-width: 1199px) {
  
    .reality-flow-wrap,
    .proof-realm-card {
        gap: 36px;
    }

    .proof-realm-card {
        grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
    }
}

@media (max-width: 991px) {
    section.arvr-hero-section .container,
    .arvr-hero-media,
    .arvr-services-carousel-wrap,
    .arvr-assurance-panel,
    .immersive-suite-wrap,
    .reality-flow-wrap,
    .sector-lattice-wrap,
    .proof-realm-wrap,
    body #home-query-stack-section .home-query-stack-wrap {
        width: min(100% - 32px, 720px);
        max-width: 720px;
    }

    .arvr-company-intro-title,
    .arvr-company-intro-copy {
        max-width: 640px;
    }

    .proof-realm-card {
        grid-template-columns: minmax(0, 1fr);
    }

    .proof-realm-content,
    .proof-realm-visual {
        min-width: 0;
    }
}

@media (max-width: 767px) {
    .arvr-hero-content h2 br,
    .arvr-company-intro-title br,
    .arvr-services-carousel-title br,
    .immersive-suite-title br,
    .har-mony-title br,
    .reality-flow-title br,
    .sector-lattice-title br,
    .proof-realm-title br,
    body #home-query-stack-section .home-query-stack-title br {
        display: none;
    }

    .arvr-assurance-grid,
    .immersive-suite-grid,
    .har-mony-options,
    .reality-flow-stats,
    .sector-lattice-grid,
    .proof-realm-metrics {
        grid-template-columns: minmax(0, 1fr);
    }

    .proof-realm-metrics {
        display: grid;
        gap: 14px;
    }

    .proof-realm-metric,
    .proof-realm-metric + .proof-realm-metric {
        min-width: 0;
        padding-left: 0;
        border-left: 0;
    }

    .proof-realm-visual {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    section.arvr-hero-section .container,
    .arvr-hero-media,
    .arvr-services-carousel-wrap,
    .arvr-assurance-panel,
    .immersive-suite-wrap,
    .reality-flow-wrap,
    .sector-lattice-wrap,
    .proof-realm-wrap,
    body #home-query-stack-section .home-query-stack-wrap {
        width: min(100% - 24px, 620px);
        max-width: 620px;
    }

    .arvr-hero-btn-wrap,
    .arvr-company-intro-btn,
    .arvr-assurance-action,
    .reality-flow-btn,
    .sector-lattice-btn {
        max-width: 100%;
    }

    .arvr-hero-btn,
    .arvr-company-intro-btn,
    .arvr-assurance-btn,
    .reality-flow-btn,
    .sector-lattice-btn {
        white-space: normal;
        text-align: center;
    }

    .arvr-assurance-panel,
    .proof-realm-card {
        padding-left: 22px;
        padding-right: 22px;
    }

    .arvr-services-card {
        min-height: auto;
    }

    .sector-lattice-media {
        min-height: 190px;
    }

    body #home-query-stack-section .home-query-stack-question {
        min-height: auto;
        align-items: flex-start;
        padding-top: 17px;
        padding-bottom: 17px;
    }

    body #home-query-stack-section .home-query-stack-answer p {
        text-align: left;
    }
}

@media (max-width: 390px) {
    section.arvr-hero-section .container,
    .arvr-hero-media,
    .arvr-services-carousel-wrap,
    .arvr-assurance-panel,
    .immersive-suite-wrap,
    .reality-flow-wrap,
    .sector-lattice-wrap,
    .proof-realm-wrap,
    body #home-query-stack-section .home-query-stack-wrap {
        width: min(100% - 20px, 620px);
    }

    .proof-realm-card,
    .arvr-assurance-panel {
        padding-left: 18px;
        padding-right: 18px;
    }
}
/* AR/VR responsive stabilization end */