   .section-ellipse-top-left,
        .section-ellipse-right,
        .section-ellipse-right-bottom,
        .section-sdk-ellipse,
        .section-app-ellipse-top-left,
        .section-app-ellipse-right,
        .section-ai-ellipse-left-bottom,
        .section-adoption-ellipse-right,
        .section-adoption-ellipse-left,
        .ecosystem-shape-left,
        .ai-partner-shape-right,
        .timer-decor-1-image.back,
        .timer-decor-2-image.back,
        .timer-decor-3-image.back {
            transform: translate3d(0, 0, 0);
        }

        .app-wrapper,
        .app-illustration,
        .sdk-wrapper {
            will-change: transform;
        }

        .btn-outline,
        .btn-primary {
            display: inline-flex !important;
            vertical-align: top;
        }

        .btn-primary-left svg {
            display: block;
            height: 18px;
            width: auto;
            transition: fill 0.3s, color 0.3s;
        }

        .btn-primary-left-btm {
            background: currentColor;
            transition: background-color 0.3s, color 0.3s;
        }

        .btn-outline-left svg {
            display: block;
            height: 18px;
            transition: stroke 0.3s, color 0.3s;
        }

        .btn-outline-left-btm {
            transition: border-color 0.3s, color 0.3s;
        }

        .btn-outline:hover .btn-outline-left-btm,
        .btn-outline:hover .btn-outline-frame,
        .btn-outline--secondary:hover .btn-outline-left-btm--secondary,
        .btn-outline--secondary:hover .btn-outline-frame--secondary {
            border-color: #E7E8F4;
        }

        .btn-outline:hover .btn-outline-left,
        .btn-outline--secondary:hover .btn-outline-left--secondary {
            color: #E7E8F4;
        }

        .nav-container:before,
        .nav-container:after {
            display: none;
        }

        @media screen and (min-width: 992px) {
            .text-link.nav-link-text:before {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                content: "";
                transition: opacity .3s;
                /* background: url(https://assets-global.website-files.com/655b3abf2299b0e80b845377/655b70be746075c1f87f78f0_menu-active-left.svg), url(https://assets-global.website-files.com/655b3abf2299b0e80b845377/655b70bf9e9005fdf2afc12a_menu-active-right.svg); */
                background-repeat: no-repeat, no-repeat;
                background-position: 1px 50%, calc(100% - 1px) 50%;
                background-size: auto 100%, auto 100%;
                pointer-events: none;
                opacity: 0;
            }

            .text-link.nav-link-text:hover:before,
            .text-link.nav-link-text.w--current:before {
                opacity: 1;
            }
        }

        .nav-link-text.w--open .w-icon-dropdown-toggle {
            transform: scaleY(-1);
        }

        .nav-link .w-dropdown {
            vertical-align: top;
        }

        #fixed-nav.hidden {
            transform: translateY(-6rem);
        }

        .w-nav-button.w--open .open-menu-icon,
        .close-menu-icon {
            display: none;
        }

        .w-nav-button.w--open .close-menu-icon {
            display: block;
        }

        @media screen and (max-width: 991px) {
            .w-nav-overlay .nav-list {
                background: rgba(24, 25, 27, 0.95);
                border: 1px solid #212121;
                border-radius: 6px;
            }

            .w-nav-overlay [data-nav-menu-open] {}
        }

        .framed-title-elem {
            -webkit-mask-image: linear-gradient(white, transparent);
        }

        #fixed-nav.hidden {
            transform: translateY(-180px);
        }

        .fixed-nav {
            pointer-events: none;
        }

        .timer-banner,
        .page-nav-header {
            pointer-events: auto;
        }

        .technology-graph>svg,
        .ai-graph-image>svg,
        .adoption-graph>svg {
            transform: unset !important;
        }

        @media screen and (max-width: 767px) {

            .open-menu-icon,
            .close-menu-icon {
                width: 10px;
            }
        }

        .aside-link-block svg {
            display: block;
            width: 1.25rem;
            height: 1.25rem;
        }

        .aside-media-icon path {
            transition: all 0.25s ease;
        }

        .aside-drop-menu-wrapper {
            transition: opacity .3s, transform .3s, height 0s .3s;
        }

        .aside-drop-menu-wrapper.is-open {
            transition: opacity .3s, transform .3s, height 0s 0s;
        }

        .features-slide-info,
        .about-slider-arrow,
        .features-slider-nav {
            pointer-events: auto;
        }

        .w-slider-dot {
            width: 2px;
            height: 12%;
            background: #F3F4FB;
            opacity: 0.2;
            border-radius: 4px;
            transition: opacity 0.5s;
        }

        .w-slider-dot.w-active {
            box-shadow: none;
            background: #F3F4FB;
            opacity: 1;
        }

        .about-slider-arrow[style*="display: none;"] {
            display: block !important;
            pointer-events: none;
            opacity: 0.1;
        }

        .features-title br {
            display: none;
        }

        @media screen and (min-width: 768px) {
            .features-slider {
                pointer-events: none;
            }

            .features-slider-nav.w-slider-nav {
                display: flex;
            }

            .features-slide[aria-hidden="true"] .features-front-image {
                animation: slideToTop 0.6s forwards;
            }

            /* .features-slide:not([aria-hidden="true"]) .features-front-image {
                animation: slideFromBottom 0.8s forwards;
            } */

            .features-slide[aria-hidden="true"] .features-title-row {
                animation: titleToTop 0.6s forwards;
            }

            .features-slide:not([aria-hidden="true"]) .features-title-row {
                animation: titleFromBottom 0.7s ease-in-out forwards;
            }

            .features-slide[aria-hidden="true"] .features-title-row.first {
                animation: titleFirstToTop 0.6s forwards;
            }

            .features-slide:not([aria-hidden="true"]) .features-title-row.first {
                animation: titleFirstFromBottom 1s ease-in-out forwards;
            }

            .features-slide[aria-hidden="true"] .features-title-nb {
                animation: titleNbToTop 0.6s forwards;
            }

            .features-slide:not([aria-hidden="true"]) .features-title-nb {
                animation: titlNbAppear 0.5s 0.6s ease-in-out forwards;
            }

            .features-slide .features-list-item {
                opacity: 0;
            }

            .features-slide[aria-hidden="true"] .features-slide-action,
            .features-slide[aria-hidden="true"] .features-list-item {
                animation: titleToTop 0.6s forwards;
            }

            .features-slide:not([aria-hidden="true"]) .features-list-item {
                animation: listFromBottom 0.6s ease-in-out forwards;
            }

            .features-slide:not([aria-hidden="true"]) .features-slide-action {
                animation: listFromBottom 0.6s 0.4s ease-in-out forwards;
            }

            .features-slide:not([aria-hidden="true"]) .features-list-item:nth-child(1) {
                animation-delay: 0.4s;
            }

            .features-slide:not([aria-hidden="true"]) .features-list-item:nth-child(2) {
                animation-delay: 0.5s;
            }

            .features-slide:not([aria-hidden="true"]) .features-list-item:nth-child(3) {
                animation-delay: 0.6s;
            }

            .features-slide:not([aria-hidden="true"]) .features-list-item:nth-child(4) {
                animation-delay: 0.7s;
            }

            .features-slide:not([aria-hidden="true"]) .features-list-item:nth-child(5) {
                animation-delay: 0.8s;
            }

            .features-slide:not([aria-hidden="true"]) .features-list-item:nth-child(6) {
                animation-delay: 0.9s;
            }

            .features-slide:not([aria-hidden="true"]) .features-list-item:nth-child(7) {
                animation-delay: 1s;
            }

            .features-slide:not([aria-hidden="true"]) .features-list-item:nth-child(8) {
                animation-delay: 1.1s;
            }
        }

        @media screen and (max-width: 767px) {
            .features-slider {}

            .features-slide.w-slide {
                display: block !important;
                transform: none !important;
                opacity: 1 !important;
                visibility: visible !important;
            }
        }

        /* @keyframes slideFromBottom {
            0% {
                transform: translate(0, 30%);
                opacity: 0;
            }

            100% {
                transform: translate(0, 0%);
                opacity: 0.9;
            }
        } */

        @keyframes slideToTop {
            0% {
                transform: translate(0, 0%);
                opacity: 0.9;
            }

            100% {
                transform: translate(0, -30%);
                opacity: 0;
            }
        }

        @keyframes titleFromBottom {
            0% {
                transform: translate(0, 100%);
                opacity: 0;
            }

            100% {
                transform: translate(0, 0%);
                opacity: 1;
            }
        }

        @keyframes titleToTop {
            0% {
                transform: translate(0, 0%);
                opacity: 1;
            }

            100% {
                transform: translate(0, -100%);
                opacity: 0;
            }
        }

        @keyframes titleFirstFromBottom {
            0% {
                transform: translate(0, 100%);
                opacity: 0;
            }

            70% {
                transform: translate(0, 0%);
                opacity: 1;
            }

            100% {
                transform: translate(2.25rem, 0%);
                opacity: 1;
            }
        }

        @keyframes titleFirstToTop {
            0% {
                transform: translate(2.25rem, 0%);
                opacity: 1;
            }

            100% {
                transform: translate(2.25rem, -100%);
                opacity: 0;
            }
        }

        @keyframes titleNbToTop {
            0% {
                transform: translate(0, 0%);
                opacity: 1;
            }

            100% {
                transform: translate(0, -300%);
                opacity: 0;
            }
        }

        @keyframes titlNbAppear {
            0% {
                opacity: 0;
            }

            100% {
                opacity: 1;
            }
        }

        @keyframes listFromBottom {
            0% {
                transform: translate(0, 100%);
                opacity: 0;
            }

            100% {
                transform: translate(0, 0%);
                opacity: 1;
            }
        }


        img.features-front-image {
            animation-name: rotateme;
            animation-duration: 20s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes rotateme {


            0% {
                transform: rotate(0deg);
            }

            25% {
                transform: rotate(90deg);
            }

            50% {
                transform: rotate(180deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        .footer .text-link.nav-link-text:before {
            display: none;
        }

        .social-m-item:hover .social-m-item-text {
            color: #58C0FF;
        }

        .social-m-item:hover .aside-media-icon path {
            fill: #58C0FF;
        }

        .social-m-item:hover .aside-media-icon-gecko path {
            fill: #58C0FF;
            stroke: #58C0FF;
        }

        .social-m-item:hover .aside-media-icon-gecko rect {
            stroke: #58C0FF;
        }

        li.road {
            font-size: 0.98rem;
            color: #fff;
            font-weight: 800;
        }




        .hero-shape {
            top: -13%;
            left: 25%;
            z-index: -1;
            animation-name: rotatemeTwo;
            animation-duration: 15s;
            animation-iteration-count: infinite;
        }

        @keyframes rotatemeTwo {


            0% {
                transform: rotate(0deg);
            }

            25% {
                transform: rotate(-90deg);
            }

            50% {
                transform: rotate(-180deg);
            }

            100% {
                transform: rotate(-360deg);
            }
        }

        .hero-shape3 {
            position: absolute;
            width: 80%;
            top: -13%;
            right: -12%;

            z-index: -1;
            animation-name: rotateme;
            animation-duration: 20s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }


        @keyframes rotateme {
            0% {
                transform: rotate(0deg);
            }

            25% {
                transform: rotate(90deg);
            }

            50% {
                transform: rotate(180deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }


        .slider-thumb {
            position: relative;
            z-index: 1;
        }
        .faq-container-xyz {
                 max-width: 1387px;
            width: 100%;
            background: white;
            border-radius: 20px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
        
        .faq-header-abc {
            background: linear-gradient(135deg, #1f1933 0%, #181626 100%);
            color: white;
            padding: 30px;
            text-align: center;
        }
        
        .faq-title-pqr {
            font-size: 2.5rem;
            margin-bottom: 10px;
            font-weight: 700;
        }
        
        .faq-subtitle-lmn {
            font-size: 1.1rem;
            opacity: 0.9;
            font-weight: 300;
        }
        
        .faq-content-def {
            padding: 30px;
                background: #04041b;
        }
        
        .faq-item-ghi {
            margin-bottom: 20px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            border: 1px solid #eaeaea;
            transition: transform 0.3s ease;
        }
        
        .faq-item-ghi:hover {
            transform: translateY(-3px);
        }
        
        .faq-question-jkl {
            background: #e3e3e31f;
            padding: 20px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 600;
            color: #ffffff;
            transition: background 0.3s ease;
        }
        
        .faq-question-jkl:hover {
            background: #2627279a;
        }
        
        .faq-question-jkl i {
            transition: transform 0.3s ease;
        }
        
        .faq-answer-mno {
            background: #ffffff2e;
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
            color: #566573;
            line-height: 1.6;
        }
        
        .faq-item-ghi.active .faq-answer-mno {
            max-height: 300px;
            padding: 20px;
        }
        
        .faq-item-ghi.active .faq-question-jkl i {
            transform: rotate(180deg);
        }
        
        .faq-footer-stu {
            text-align: center;
            padding: 20px;
            background: #f8f9fa;
            color: #7f8c8d;
            font-size: 0.9rem;
        }
        
        .faq-contact-link-vwx {
            color: #3498db;
            text-decoration: none;
            font-weight: 600;
        }
        
        .faq-contact-link-vwx:hover {
            text-decoration: underline;
        }
        
        @media (max-width: 600px) {
            .faq-title-pqr {
                font-size: 2rem;
            }
            
            .faq-question-jkl {
                font-size: 1rem;
                padding: 15px;
            }
        }/* Back to Top Button Style */
#backToTopBtn {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  width: 50px;
  height: 50px;
  font-size: 24px;
  border: none;
  outline: none;
  background: linear-gradient(135deg, #6e8efb, #a777e3);
  color: white;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: bounceIn 0.5s ease;
}

/* Hover Effects */
#backToTopBtn:hover {
  transform: scale(1.1) rotate(10deg);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, #a777e3, #6e8efb);
}

/* Bounce In Animation */
@keyframes bounceIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
