            html {
                scroll-behavior: smooth;
            }

            * {
                margin: 0;
                box-sizing: border-box;
                padding: 0px;
            }

            body {
                font-family: "Inter", sans-serif;
                padding: 0px;
                margin: 0px;
                font-size: 16px;
                color: #4F5767;
                line-height: 1.7;
            }

            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
                font-family: "Inter", sans-serif;
                color: #181F2A;
            }

            h1 {
                font-size: 64px;
                font-weight: 600;
                margin-bottom: 32px;
                color: white;
            }

            .gredient-heading {

                background: linear-gradient(90deg, #D18CFA 25.63%, #6068F2 73.83%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            .gredient-heading-black {

                background: linear-gradient(90deg, #FFFFFF -10.37%, #181F2A 7.64%, #181F2A 91.71%, #FFFFFF 109.73%);

                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            h2 {
                font-size: 48px;
                font-weight: 600;
                margin-bottom: 30px;
            }

            h3 {
                font-size: 32px;
                font-weight: 600;
            }

            h4 {
                font-size: 24px;
                font-weight: 600;
            }

            h5 {
                font-size: 18px;
                font-weight: 600;
            }

            h5 {
                font-size: 16px;
                font-weight: 600;
            }

            .font-20 {
                font-size: 20px;
            }

            .price-heaing {
                font-size: 44px;
                margin-bottom: 38px;
                text-align: center;
                font-weight: 400;
                text-transform: uppercase;
            }

            /* section spacing */


            .section {
                padding: 124px 0px;
            }

            .sectionbottom {
                padding-bottom: 124px;
            }

            .sectiontop {
                padding-top: 124px;
            }

            .margin90 {
                margin-top: 90px;
            }

            /* end */

            .primary-button {
                background-color: #ffffff;
                color: #242D3E;
                padding: 8px 16px;
                font-size: 16px;
                font-weight: 500;
                display: inline-block;
                border-radius: 32px;
                transition: all 0.5s ease-in-out;
                border: 1px solid #ffffff;

            }

            .primary-button:hover {
                background-color: #242D3E;
                color: #ffffff;
            }

            .black-button {
                background-color: #181F2A;
                color: white;
                padding: 8px 16px;
                font-size: 18px;
                font-weight: 500;
                display: inline-block;
                border-radius: 32px;

                border: 1px solid #181F2A;
                ;

                padding: 8px 16px;

                font-weight: 500;
                display: inline-block;
                border-radius: 100px;
                transition: all 0.5s ease-in-out;


            }

            .black-button:hover {
                background-color: white;
                border: 1px solid #181F2A;
                ;
                color: #181F2A;
            }

            .hero-btn {
                background: linear-gradient(90deg, #D18CFA 4.81%, #6068F2 96.21%);

                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                box-shadow: 0px 3px 7px 0px #A15E791A;

            }

            #scroll-to-video-btn {

                position: relative;
                border: 0px;
                font-size: 18px;
                padding: 12px 24px;
            }

            .button-bg {
                background-color: #12111A;
                border-radius: 100px;
            }

            #scroll-to-video-btn::before {

                content: "";
                position: absolute;
                inset: 0;
                border-radius: 100px;
                padding: 1px;
                background: -webkit-linear-gradient(92deg, #6068F200 0%, #D18CFA 100%);
                -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
                -webkit-mask-composite: xor;
                mask-composite: exclude;
                -webkit-linear-gradient(-45deg, #8223F2 0%, #E724F5 CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX);
            }

            .hero-btn:hover {
                background-color: black;
                color: white;
                border-color: black;
            }

            .secondary-button {
                background-color: white;
                border-color: white;
                color: #6068F2;
            }

            ul {
                list-style: none;
                margin: 0;
                padding: 0;
            }

            img {
                width: 100%;
                height: auto;
                object-fit: cover;
            }

            a {
                text-decoration: none;
                display: block;
            }
            .header.header-white  .menu>.menu-item>a{color: #000;}
            .header-white  .header-main {background-color: #fff;}
            header.header-white .open-nav-menu span{background-color: #000;}
            header.header-white .open-nav-menu span::before,  header.header-white .open-nav-menu span::after{
                background-color: #000;
            }
            header.header-white   nav.nav-menu.open a {
                color: #000;
            }
            .header .logo a {
                font-size: 30px;
                text-transform: uppercase;
                color: #e91e63;
                font-weight: 500;
            }

            .sticky {
                position: fixed;
                top: 16px !important;

                width: 100%;
                z-index: 999;
                transition: top 5s ease-in-out;
            }

            .header {

                position: absolute;
                width: 100%;
                top: 16px;
                left: 0;
                z-index: 9000;
            }

            .menu-overlay {
                display: none;
            }


            .header-main {
                background-color: #161C26;
                display: flex;
                padding: 16px 24px;
                justify-content: space-between;
                border: 1px solid #FFFFFF0D;
                border-radius: 80px;
                align-items: center;
                box-shadow: 0px 2px 4px -1px #10192805;

                box-shadow: 0px 5px 16px -5px #1019280D;

            }

            .header .menu>.menu-item {
                display: inline-block;

                position: relative;
            }

            ul.menu {
                display: flex;
                align-items: center;
                gap: 24px;
                /* justify-content: center; */
            }

            .header .menu>.menu-item>a {
                display: block;
                font-size: 16px;
                padding: 0px 0;
                color: white;
                text-transform: capitalize;
                font-weight: 600;
                transition: all 0.3s ease-in-out;
                font-family: "Inter", sans-serif;
                text-transform: uppercase;
                font-weight: 600;
            }

            .header .menu>.menu-item>a .plus {
                display: inline-block;
                height: 12px;
                width: 12px;
                position: relative;
                margin-left: 5px;
                pointer-events: none;
            }

            .header .menu>.menu-item>a .plus::before,
            .header .menu>.menu-item>a .plus::after {
                content: '';
                position: absolute;
                background: #000;
                box-sizing: border-box;
                left: 50%;
                top: 50%;
                height: 2px;
                width: 100%;
                transform: translate(-50%, -50%);
                transition: all 0.3s ease-in-out;
            }

            .header .menu>.menu-item>a .plus::after {
                transform: translate(-50%, -50%) rotate(-90deg);
            }

            .header .menu>.menu-item:hover>a .plus::before,
            .header .menu>.menu-item:hover>a .plus::after {
                background-color: #e91e63;
            }

            .header .menu>.menu-item:hover>a {
                color: #6068F2;
            }

            .header .menu>.menu-item>.sub-menu {
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
                width: 220px;
                position: absolute;
                left: 0;
                top: 100%;
                background-color: #fff;
                padding: 10px 0;
                border-top: 3px solid #e91e63;
                transform: translateY(10px);
                transition: all 0.3s ease-in-out;
                opacity: 0;
                visibility: hidden;
            }

            @media(min-width:992px) {
                .header .menu>.menu-item-has-children:hover>.sub-menu {
                    transform: translateY(0px);
                    opacity: 1;
                    visibility: visible;
                }

                .header .menu>.menu-item-has-children:hover>a .plus::after {
                    transform: translate(-50%, -50%) rotate(0deg);
                }

                .testi-des {
                    min-height: 220px;
                }
            }

            .header .menu>.menu-item>.sub-menu>.menu-item {
                display: block;
            }

            .header .menu>.menu-item>.sub-menu>.menu-item a {
                display: block;
                padding: 10px 20px;
                font-size: 16px;
                color: #000;
                text-transform: capitalize;
                font-weight: 600;
                border-bottom: 1px solid #ddd;
                transition: all 0.3s ease-in-out;
            }
           

            .header .menu>.menu-item>.sub-menu>.menu-item:last-child a {
                border-bottom-width: 0px;
            }

            .header .menu>.menu-item>.sub-menu>.menu-item a:hover {
                color: #e91e63;
            }

            .menu .active {
                color: #6068F2 !important;
            }

            .header-sec {
                width: 100%;
                display: block;
                min-height: 100vh;
                background: url(../img/working.jpg);
                background-size: cover;
                background-repeat: no-repeat;
                position: relative;
                z-index: 1;
            }

            .header .open-nav-menu {
                height: 34px;
                width: 40px;
                margin-right: 15px;
                position: relative;
                display: none;
                align-items: center;
                cursor: pointer;
            }

            .header .open-nav-menu span {
                display: block;
                height: 3px;
                width: 24px;
                background-color: white;
                position: relative;
            }

            .header .open-nav-menu span::before,
            .header .open-nav-menu span::after {
                position: absolute;
                content: '';
                background-color: white;
                left: 0;
                height: 100%;
                width: 100%;
                box-sizing: border-box;
            }

            .header .open-nav-menu span::before {
                top: -7px;
            }

            .header .open-nav-menu span::after {
                top: 7px;
            }

            .nav-menu>.close-nav-menu {
                height: 34px;
                width: 40px;
                margin: 0 15px 15px 15px;
                margin-left: auto;
                position: relative;
                display: none;
                align-items: center;
                cursor: pointer;
            }

            .nav-menu>.close-nav-menu span {
                display: block;
                height: 3px;
                width: 24px;
                background-color: #fff;
                position: relative;
                transform: rotate(45deg);
            }

            .nav-menu>.close-nav-menu span::before {
                position: absolute;
                content: '';
                background-color: #fff;
                left: 0;
                height: 100%;
                width: 100%;
                box-sizing: border-box;
                transform: rotate(90deg);
            }

            .sticky {
                position: fixed;
                top: 0;
                box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
                -webkit-animation: sticky 1s;
                animation: sticky 1s;
            }

            @-webkit-keyframes sticky {
                0% {
                    transform: translateY(-100%);
                }

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

            @keyframes sticky {
                0% {
                    transform: translateY(-100%);
                }

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

            .header-sec::before {
                position: absolute;
                content: '';
                top: 0;
                left: 0;
                bottom: 0;
                width: 100%;
                background: #0000009c;
                z-index: -1;
            }

            button .primary-button .close-btn {
                min-width: 120.48px;
            }

            @media(max-width:1280px) {
                .bg-zig-zag .flip-card-inner {
                    min-height: 550px !important;
                }
            }

            @media(max-width:991px) {
                .mobile-header-button {
                    display: inline-block !important;
                    margin-left: 15px;
                }

                .header .menu-overlay {
                    position: fixed;
                    z-index: 9;
                    background-color: rgba(0, 0, 0, 0.5);
                    display: block;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    visibility: hidden;
                    opacity: 0;
                    transition: all 0.3s ease-in-out;
                }

                .header .menu-overlay.active {
                    visibility: visible;
                    opacity: 1;
                }

                .header .nav-menu {
                    position: fixed;
                    right: -75%;
                    visibility: hidden;
                    top: 0;
                    width: 75%;
                    height: 100%;
                    overflow-y: auto;
                    background-color: #000;
                    z-index: 9;
                    padding: 15px 0;
                    transition: all 0.3s ease-in-out;
                }

                .header .nav-menu.open {
                    visibility: visible;
                    left: 0px;
                }

                .header .menu>.menu-item {
                    display: block;
                    margin: 0;
                }

                .header .menu>.menu-item-has-children>a {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                }

                .header .menu>.menu-item>a {
                    color: #fff;
                    padding: 12px 15px;
                    border-bottom: 1px solid #333;
                }

                .header .menu>.menu-item:first-child>a {
                    border-top: 1px solid #333;
                }

                .header .menu>.menu-item>a .plus::before,
                .header .menu>.menu-item>a .plus::after {
                    background-color: #fff;
                }

                .header .menu>.menu-item-has-children.active>a .plus::after {
                    transform: translate(-50%, -50%) rotate(0deg);
                }

                .header .menu>.menu-item>.sub-menu {
                    width: 100%;
                    position: relative;
                    opacity: 1;
                    visibility: visible;
                    background-color: transparent;
                    box-shadow: none;
                    border: none;
                    transform: translateY(0px);
                    padding: 0px;
                    left: auto;
                    top: auto;
                    opacity: 0;
                    height: 0;
                    visibility: hidden;
                    overflow: hidden;
                    transition: all 0.3s ease-in-out;
                }

                .header .menu>.menu-item-has-children.active>.sub-menu {
                    opacity: 1;
                    height: 100%;
                    visibility: visible;
                }

                .header .menu>.menu-item>.sub-menu>.menu-item a {
                    padding: 12px 45px;
                    color: #fff;
                    border-bottom: 1px solid #333;
                }

                .header .open-nav-menu,
                .nav-menu>.close-nav-menu {
                    display: flex;
                }

                .dektop-header-button {
                    display: none !important;
                }

                .mobile-header-button {
                    display: inline-block !important;
                }

                ul.menu {

                    display: block;
                    align-items: center;
                    gap: 0px;
                    justify-content: left;

                }

                .header .open-nav-menu,
                .nav-menu>.close-nav-menu {

                    justify-content: end;

                }

                .header .open-nav-menu {
                    margin: 0;
                }

                .header .menu>.menu-item>a {
                    width: 100%;
                }

                .header .menu>.menu-item {
                    width: 100%;
                }
            }

            .mobile-header-button {
                margin-top: 30px;
                display: none;
            }
            .dark-button{
                background-color: #181F2A;
                color: white;
            }
            .dark-button:hover{
                background-color: white;
                color: #181F2A;
                border: 1px solid #181F2A;
            }

            /* hero---section */

            .hero_section {
                padding: 212px 0px;
                padding-bottom: 40px;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
            }

            .hero_section .inner-box {
                text-align: center;
                max-width: 732px;
                max-width: 790px;
                margin: auto;
            }

            .hero_section .inner-box p {
                text-align: center;
                max-width: 732px;
                margin: auto;
            }

            .hero-logo ul {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-wrap: wrap;

            }

            .hero-logo ul li {
                max-width: 20%;
                flex: 0 0 20%;
            }

            .hero-logo ul img {
                height: 57px;
                object-fit: contain;
            }

            .logo-heading {

                margin-top: 145px;
            }

            .logo-heading p {
                font-size: 14px;
                font-weight: 500;
                color: white;
            }

            .hero-bottom-desc {

                font-size: 24px;
            }

            .hero-bottom-section {
                margin-bottom: 64px;
            }

           

            .hero-bottom-section h2 {
                margin-bottom: 8px;
            }

            .button-group {
                display: inline-block;
            }

            .inner-form {
                background: white;
                padding: 32px;
                border-radius: 24px;
                max-width: 560px;
                margin: auto;
                border: 1px solid #242D3E0D;
            }

            .form-control {
                background-color: white;
                border-radius: 42px;
                border: 1px solid #242D3E;
                margin-bottom: 16px;
                padding: 16px;
                font-size: 16px;
            }

            .form-control:focus {
                outline: #6068F2;
                box-shadow: none;
            }

            .form_group label {
                font-size: 16px;
                color: #181F2A;
                font-weight: 500;
                margin-bottom: 10px;
            }

            .Required-filed {
                color: #D52D46;
            }

            .form-button {
                margin-top: 20px;
            }

            .hero_section .inner-box p {
                color: #C7CED3;
                margin-bottom: 66px;
            }

            .form-heading {
                margin-bottom: 45px;
            }

            .form-heading h3 {
                text-transform: uppercase;
            }

            /* end */
            /* about */


            /* end */

            /* about */

            .bg-zig-zag {

                background-color: #181F2A;

                border-radius: 32px;
                box-shadow: 2px 4px 16px 0px #F8F8F80F inset;

            }

            .bg-zig-zag .inner-box {
                padding: 101px 0px;
                max-width: 453px;

            }

            .bg-zig-zag p {
                color: #C7CED3;
            }

            .about-list {

                list-style: disc;
                padding-left: 20px;
                margin-bottom: 24px;
                color: #C7CED3;
            }

            /* end */
            .grid-column-three {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                grid-template-columns: 25% 50% 25%;
                max-width: 880px;
                grid-template-columns: 29% 42% 29%;
                max-width: 980px;
                margin-inline: auto;
                align-items: center;
            }
            .power-Singularity-grid {
                display: grid;
                /* grid-template-columns:repeat(4, 1fr);  */
                grid-template-columns: repeat( auto-fit, minmax(60px, 1fr) );

                gap: 8px;
                margin-bottom: -90px;
                position: relative;
                right: -50px;

            }
            .power-Singularity-grid-left{
                max-width: 78%;
                grid-template-columns: repeat( auto-fit, minmax(65px, 1fr) );

            }
            .power-Singularity-grid-left{
                right: unset;
                left: -50px;
            }
            .inner-image-block {
                margin-inline: -60px;
            }
            .power-Singularity-img {width: clamp(40px, 4vw, 60px); height: clamp(40px, 4vw, 60px); border-radius: 100px; background-color: #fff; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;display: flex;
                align-items: center;
                justify-content: center;}
            /* why-chose */

            .why-chose .inner-box-why {
                width: 100%;
                background-color: #F3F4F5;
                box-shadow: 2px 4px 16px 0px #F8F8F80F inset;
                border: 1px solid #242D3E0D;
                padding: 20px;
                transition: all 0.5s ease-in-out;
                border-radius: 20px;
                padding-right: 57px;
            }

            .why-chose .inner-box-why:hover {
                background-color: #242D3E;
            }

            .why-chose .inner-box-why h4,
            .why-chose .inner-box-why p {
                transition: all 0.5s ease-in-out;
            }

            .why-chose .inner-box-why:hover h4,
            .why-chose .inner-box-why:hover p {

                color: white;
            }

            .why-chose .card-image {
                width: 60px;
                height: 60px;
                background: #F3F4F5;
                border: 1px solid #242D3E1A;
                padding: 15px;
                border-radius: 16px;
                margin-bottom: 20px;

            }

            .why-chose .col-md-4 {
                padding: 0px 4px;
            }

            .why-chose .row {

                --bs-gutter-x: -0.5rem;
                gap: 8px 0px;
            }

            .why-chose .inner-box-why h4 {
                margin-bottom: 12px;
            }

            /* end */

            /* video--section */
            .video-container {
                max-width: 900px;
                margin: auto;
                border-radius: 12px;
                overflow: hidden;
                margin: 0 auto;
                position: relative;
                display: flex;
                flex-direction: column;
                justify-content: center;
                box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
            }

            .video-container .video-wrapper {
                width: 100%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            
.inner-box-about {
    background: #161c26;
    padding: 25px;
    border-radius: 16px;
}
.about-page-seciton{
    padding-top: 216px;
    padding-bottom: 100px;
}
.card-heading-about h3 {
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}
.descripiton-about p{
    color: white;
}
.descripiton-about ul {
    list-style: disc;
    color: white;
    padding-left: 19px;
}
.descripiton-about ul li {
    margin-bottom: 10px;
}
.about-page-seciton .number {
    color: #6068F2;
    width: 50px;
    height: 50px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border-radius: 50%;
    font-weight: 500;
}
.about-page-seciton .col-md-4{
    display: flex;
}
.heading-group-about{
max-width: 900px;
margin: auto;
margin-bottom: 32px;
}
.about-page-seciton .row{
    gap: 30px 0px;
}

            .video-container video {
                object-fit: cover;
                width: 100%;
                height: 500px;
                border-radius: 12px;
            }

            .play-button-wrapper {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: auto;
                pointer-events: none;
            }

            .play-button-wrapper #circle-play-b {
                cursor: pointer;
                pointer-events: auto;
            }

            .play-button-wrapper #circle-play-b svg {
                width: 100px;
                height: 100px;
                fill: #fff;
                stroke: #fff;
                cursor: pointer;
                background-color: rgba(0, 0, 0, 0.2);
                border-radius: 50%;
                opacity: 0.9;
            }

            .footer-section .inner-logo img {
                width: 124px;
                margin-bottom: 24px;
            }

            .footer-social-icons ul {
                display: flex;
                align-items: center;
                gap: 10px;
            }

            /* end */

            /* flip-cards */
            .filp-main-subhheading {
                font-size: 18px;
                font-weight: 400;
                color: #4F5767;
            }

            .filp-main-heading {
                margin-bottom: 8px;
            }

            .heading-row-flip {
                max-width: 665px;
                text-align: center;
                margin: auto;
                margin-bottom: 35px;
            }

            .card-flip {
                perspective: 1000px;
                /* Enables 3D perspective */
            }

            .flip-card-inner {
                position: relative;
                width: 100%;
                height: 430px;
                transition: transform 0.6s;
                transform-style: preserve-3d;
            }

            .flip-card-inner p,
            .flip-card-inner h4 {
                color: white;
            }

            .flip-card-front,
            .flip-card-back {
                position: absolute;
                width: 100%;
                height: 100%;
                backface-visibility: hidden;
                border-radius: 12px;
            }

            .flipcard-seciton {

                max-width: 800px;
                margin: auto;
            }

            .flip-card-front {
                background-color: #242D3E;
                /* Front card background */

            }

            button.btn.learn-more.primary-button {
                position: absolute;
                bottom: 25px;
                left: 25px;
            }

            .flip-card-inner .front-image {
                margin-bottom: 10px;
                /* height: 150px; */
                position: relative;
            }

            .flip-card-inner .card-text {
                margin-bottom: 20px;
            }

            .flip-card-inner .card-title {
                font-size: 20px;
                max-width: 283px;
            }

            .front-image img {
                height: 100%;
                max-width: 100%;
                width: auto;
                display: block;
                margin: auto;
            }

            .flip-card-back {
                background-color: #242D3E;
                /* Back card background */

                transform: rotateY(180deg);
            }

            .flip-card-inner .card-body {
                padding: 22px;
                padding-top: 0px;
            }

            .flip-card-back .card-body {
                padding-top: 22px;
            }

            .flipcard-seciton .row {
                gap: 16px 0px;
            }

            .flipcard-seciton .col-lg-6:nth-child(n+5) {
                display: none;
            }

            .flipcard-seciton .load-more-cards .primary-button {
                margin-top: 40px;
                border: 1px solid #0000001A;
                box-shadow: 0px 1px 4px 0px #181F2A1A;

            }

            .flipcard-seciton .col-md-6 {
                padding: 0px 8px;

            }

            .flip-card-inner.flipped {
                transform: rotateY(180deg);
            }

            img.marketplace-img {
                position: absolute;
                inset: -5.5px 0 5.5px;
                height: auto;
                max-width: 47px;
                background: #fff;
                border-radius: 100px;
                margin: auto;
            }

            img.marketplace-card-bg {
                filter: sepia(35%) hue-rotate(-185deg) saturate(293%);
                opacity: .9;
            }

            /* end */
            /* feautures-slider */

            .features_seciton {
                background-color: #F8F8F8;
            }

            .feautures-slider .items-blog {
                margin: 0px 15px;
            }

            .feautures-slider .items-blog img {
                margin-bottom: 30px;
            }

            .feautures-slider .items-blog h4 {
                color: #6068F2;
                margin-bottom: 30px;
            }

            .slick-prev,
            .slick-next {
                width: 50px !important;
                height: 50px !important;
                border-radius: 50% !important;
                background-color: white !important;
                box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
                z-index: 99;
            }

            .slick-next {
                right: 15px !important;
            }

            .slick-prev {
                left: 15px !important;
            }

            .slick-prev:before {
                font-family: "Font Awesome 5 Free" !important;
                font-weight: 900;
                content: "\f104" !important;
                color: #8574f5 !important;
            }

            .slick-next:before {
                font-family: "Font Awesome 5 Free" !important;
                font-weight: 900;
                content: "\f105" !important;
                color: #8574f5 !important;
            }

            .slick-dots {
                display: flex;
                justify-content: center;
                margin: 0;
                padding: 1rem 0;
                list-style-type: none;
            }

            .slick-dots li {
                margin: 0 0.25rem;
            }

            .slick-dots button {
                display: block;
                width: 1rem;
                height: 1rem;
                padding: 0;
                border: none;
                border-radius: 100%;
                background-color: blue !important;
                text-indent: -9999px;
            }

            li.slick-active button {
                background-color: black !important;
            }

            /* end */
            /* pricing */

            .plan-body .list p {
                margin: 0px;
                font-family: "Inter", sans-serif;
            }

            .plan-body li {
                margin-bottom: 10px;
                display: flex;
                align-items: center;
                gap: 7px;
            }

            span.icon {
                display: inline-block;
            }

            .heading {
                display: inline-block;
            }

            .plan {
                padding-bottom: 31px;
                border-bottom: 1px solid rgb(68 96 205 / 10%);
            }

            .plan-body {
                padding-top: 20px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .yellowcolor {
                background-color: #F0B034;
                color: white;
            }

            .primary-color {
                background-color: #6068F2;
            }

            .primary-color .plan {
                border-bottom: 1px solid rgb(255 255 255 / 10%);
            }

            .price-btn:hover {
                background-color: black;
                color: white;
                border-color: black;
            }

            .plan-body .button-group {
                margin-top: 20px;
            }

            .free {
                color: #6068F2;
            }

            .pricing_seciton .inner-box {
                padding-top: 30px;
                padding-bottom: 30px;
                border-radius: 10px;
            }

            .pricing_seciton {
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
            }

            .footer-section h3 {

                margin-bottom: 24px;
                font-size: 16px;
                font-weight: 600;
            }

            .inner-items li {
                display: flex;
                gap: 20px;

                margin-bottom: 16px;
            }

            .footer-contact a {
                color: #4F5767;
            }



            .footer-section p {
                color: #181F2A;
                font-size: 16px;
            }

            .list-items a {
                font-size: 16px;
                color: #4F5767;
                padding-bottom: 15px;
                transition: all 0.5s ease-in-out;
            }

            .footer-section hr {
                background-color: white;
                opacity: .30;
            }

            .list-items a:hover {
                color: #6068F2;
            }

            inner-items li:last-child {
                margin: 0;
            }

            /* end */
            /* accordian */

            .accordion-button {
                padding: 20px;
            }

            .accordion-button {
                font-family: "Inter", sans-serif;
                font-weight: 600;
                border: 0px;
            }

            .accordion-item {
                border: 0px !important;
                margin-bottom: 15px;
                background-color: white;
                border-radius: 6px;
                padding: 20px;
            }

            .accordion-button:focus {
                border: 0px;
                box-shadow: none;
            }

            .accordion-button:not(.collapsed)::after {
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
                transform: rotate(-180deg)
            }

            .accordion-button:not(.collapsed) {
                background-color: transparent;
                box-shadow: none;
            }

            .accordion-button {
                padding: 0px;
            }

            .accordian {
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
            }

            .accordion-body {
                padding: 0px;
                margin-top: 10px;
            }

            .accordion-button:not(.collapsed) {
                color: black;
            }

            /* end */
            /* price */


            .pricing-plan {
                background-color: #f0f4f7;
                border-radius: 24px;
                padding: 35px;
                width: 100%;
                box-shadow: 2px 4px 16px 0px #F8F8F80F inset;

                margin-bottom: 20px;
            }

            .feautured-card .pricing-plan {
                background: #161c26;
            }

            .feautured-card .feature-list li {
                display: flex;
                color: white;
            }

            .feature-list li {
                position: relative;
            }


            .contact-us-text {

                font-weight: 500;

            }

            .tabs {
                margin: 20px;
                padding: 0;
                list-style: none;
                position: relative;
                border-bottom: 1px solid #f0f4f7;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 20px;
            }

            .tabs .active-tab {

                color: #181F2A;
            }

            .tabs .active-tab:after {
                width: 100%;
                height: 2px;
                position: absolute;
                content: "";
                bottom: -0.1em;
                left: 0;
                border-bottom: 1px solid;
            }

            .tabs .tab-list {
                display: inline-block;
                text-transform: uppercase;
                cursor: pointer;
                font-size: 18px;
                padding: 5px 0px;
                padding-bottom: 18px;
                font-weight: 500;
                position: relative;
            }

            .heading-seciton-inner-price {

                margin-bottom: 40px;

            }

            .tabs-content {

                padding: 0;
                list-style: none;
            }

            .tabs-content .tab-list {
                display: none;
            }

            .price-plan-bg {
                background-color: white;
                border: 1px solid #212529;
                border-radius: 50px;
                padding: 8px 16px;
                font-size: 16px;
                color: #212529;
                margin-bottom: 20px;
                display: inline-block;

            }

            .secedule-demo {
                margin-bottom: 30px;
                margin-top: 30px;
                border: 1px solid #0000001A;
                box-shadow: 0px 1px 4px 0px #181F2A1A;
            }

            .pricing-plan.featured {
                background-color: #212529;
                color: white;
            }

            .pricing-plan h4 {
                margin-top: 10px;
            }

            .feautured-card .secedule-demo {
                background: linear-gradient(90deg, #D18CFA 4.81%, #6068F2 96.21%);
                transition: none;
                color: white;
            }

            .feautured-card .secedule-demo:hover {
                background: white !important;
                color: #242D3E !important;
            }

            .feature-list li {
                padding: 0px 0;
                padding-left: 25px;
                margin-bottom: 8px;
                color: #4F5767;
            }

            ul.feature-list li i {
                color: #7cb342;
                margin-top: 5px;
                margin-right: 8px;
            }

            ul.feature-list li i.fa-circle-xmark {
                color: #e00a0a;
            }

            .feautured-card ul.feature-list li i {

                color: white;
            }


            .feature-list {
                list-style-type: none;
                padding-left: 0;
            }

            .feature-list li {
                padding: 0px 0;
                display: flex;
                padding-left: 0px;
                margin-bottom: 8px;
            }



            /* end */

            /* cta */


            .bg-cta-area {
                background: linear-gradient(90deg, #181F2A 4.81%, #242D3E 96.21%);
                padding: 48px;
                border-radius: 24px;

            }

            .button-group-cta {
                text-align: end;
            }

            .button-group-cta path {

                transition: all 0.5s ease-in-out;
            }

            .tesimonial-seciton .image-figure {
                width: 40px;
                height: 40px;
                border-radius: 100%;
                overflow: hidden;
            }

            .slider-shadow-left {
                position: absolute;
                left: 0;
                width: 180px;
                height: 100%;
                background: linear-gradient(90deg, rgba(249, 250, 251, 0) 0%, #F9FAFB 93.84%);
                z-index: 4;
                transform: rotate(180deg);
            }

            section.tesimonial-seciton {
                position: relative;
            }

            .slider-shadow-right {
                position: absolute;
                right: 0;
                width: 180px;
                height: 100%;
                background: linear-gradient(90deg, rgba(249, 250, 251, 0) 0%, #F9FAFB 93.84%);
                z-index: 4;

            }

            .testi-inner-box {
                margin: 0px 8px;
                border: 1px solid #FFFFFF0D;
                background: #F0F4F7;
                padding: 16px;
                border-radius: 24px;

            }

            .tesimonial-seciton-top .heading-seciton {

                max-width: 750px;
                margin: auto;
                margin-bottom: 32px;
            }

            .client-details {
                gap: 12px;
            }

            .testi-inner-box h6 {
                font-weight: 700;
                font-size: 16px;
                margin-bottom: clamp(12px, 1.8vw, 20px);
            }

            .testi-inner-box .name-cleint h6 {
                margin-bottom: 5px;
            }

            .testi-inner-box .testi-des p {

                font-size: 16px;
                color: #4F5767;
                margin-bottom: clamp(20px, 3vw, 40px);
            }

            .client-details p {
                color: #8C8E92;
                font-weight: 500;
                font-size: 14px;
                line-height: normal;
            }

            .tesimonial-seciton .image-figure img {

                object-fit: cover;
                width: 100%;
                height: 100%;
            }

            .button-group-cta .primary-button:hover path {
                stroke: white;
            }

            .bg-cta-area .inner-box {
                max-width: 536px;
            }

            .form-section {
                padding-top: 216px;
                padding-bottom: 220px;
            }

            .hero-logo-slider img {
                margin: 20px 20px;
                height: 60px;
                object-fit: contain;
            }

            .hero-logo-wraper {
                max-width: 1000px;
                margin: auto;
            }

            .heading-form {
                text-align: center;
                margin-bottom: 32px;
                max-width: 1100px;
                margin: auto;
            }

            .heading-form p {
                color: #4F5767;
            }

            .bg-lyer-contact {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-image: url(../image/contact-form-bg-lyer.png);
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                z-index: -1;
            }

            /* end */
            /* footer */

            .list-items i {
                margin-right: 10px;
            }

            /* end */
            /* desktop */

            @media(max-width:1100px) {

                .footer-contact,
                .list-items a {
                    font-size: 14px;
                }

                .footer-section p {
                    font-size: 18px;
                }

                
            }

            /* end */
            /* tablet */

            @media(max-width: 992px) {

                .header-white  .menu>.menu-item>a{

                    color: white !important;       
                    }
                body {
                    font-size: 16px;
                }

                h1 {
                    margin-bottom: 20px;
                    font-size: 45px;
                }

                h2 {
                    font-size: 35px;
                }

                h3 {
                    margin-bottom: 25px;
                }

                .section {
                    padding: 60px 0px;
                }

                .sectionbottom {
                    padding-bottom: 60px;
                }

                .sectiontop {
                    padding-top: 60px;
                }

                /* hero-section */
                .hero_section {
                    padding: 60px 0px;
                }

                .hero_section .inner-box p {
                    margin-bottom: 20px;
                }

                .pricing_seciton .inner-box {
                    margin-bottom: 20px;
                }

                .feautures-slider .items-blog h4 {
                    margin-bottom: 15px;
                }

                .feautures-slider .items-blog img {
                    margin-bottom: 15px;
                }

                /* end */
            }

            /* mobile css */

           
            @media(max-width:768px) {
                .power-Singularity-grid-left {
                    max-width: 100%;
                }                
                .bg-cta-area {
                
                    padding: 24px
                }
                .about-page-seciton {
                    padding-top: 160px;
                    padding-bottom: 51px;
                }
                .form-section {
                    padding-top: 144px;
                    padding-bottom:80px;
                }
                .heading-seciton-inner-price{
                    margin-top: 50px;
                }
                .slick-prev, .slick-next {
                    
                    top: inherit !important;
                    bottom: -66px;
                    
                }
                .margin90 {
                    margin-top: 60px;
                }
               

                .hero-bottom-section {
                    margin-bottom: 50px;
                }

                .hero-bottom-desc {
                    font-size: 18px;
                }

                body {
                    font-size: 16px;
                }

                h1 {
                    margin-bottom: 20px;
                    font-size: 40px;
                }

                h2 {
                    font-size: 30px;
                }

                h3 {
                    margin-bottom: 20px;
                }

                .section {
                    padding: 50px 0px;
                }

                .sectionbottom {
                    padding-bottom: 50px;
                }

                .sectiontop {
                    padding-top: 50px;
                }

                /* hero-section */
                .hero_section {
                    padding: 50px 0px;
                    padding-top: 150px;
                }

                .logo-heading {
                    margin-top: 50px;
                }

                .hero_section .inner-box {
                    margin-bottom: 25px;
                }

                .hero_section .inner-box p {
                    color: white;
                    margin-bottom: 20px;
                }

                .why-chose .row {
                    --bs-gutter-x: 0;
                    gap: 8px 0px;
                }

                .why-chose .col-md-4 {
                    padding: 0px 0px;
                }

                .slider-shadow-left,
                .slider-shadow-right {
                    display: none;
                }

                .bg-zig-zag .inner-box {
                    padding: 50px 20px;
                }

                .menu-itemm {
                    align-items: start;
                }

                .section-title:before {
                    width: 125px;
                }

                .footer-social-icons {
                    margin-bottom: 20px;
                }

                .footer-section h3 {
                    margin-bottom: 10px;
                }

                .bg-zig-zag .flip-card-inner {
                    min-height: 480px !important;
                }
                /* end */
            }
           
            @media (max-width:760px){
                .grid-column-three {
                    grid-template-columns: 22% 56% 22%;
                }
                .power-Singularity-grid-left{left: unset;}
                .power-Singularity-grid {
                    margin-bottom: 0;
                    place-items: center;
                    right: unset;
                    grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
                    bottom: -30px;
                }
                .power-Singularity-img {
                    width: clamp(30px, 4vw, 60px);
                    height: clamp(30px, 4vw, 60px);
                    padding: 2px;
                }
                .inner-image-block {
                    margin-inline: -30px -40px;
                }
                .hero-bottom-desc.text-center {
                    margin-top: 20px;
                }

                .llm-logo-slider {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-wrap: wrap;
                }
                
                .llm-logo-slider > div {
                    flex: 0 0 auto;
                    padding: 15px;
                    text-align: center;
                }
                
                .llm-logo-slider img {
                    max-width: 3000px;
                    height: auto;
                    object-fit: contain;
                }
                
                @media (max-width: 768px) {
                    .llm-logo-slider img {
                        max-width: 100px;
                    }
                }
            }





            

/* Blog Section Styles */
            html {
                scroll-behavior: smooth;
            }
            
            * {
                margin: 0;
                box-sizing: border-box;
                padding: 0;
            }
            
            body {
                font-family: "Inter", sans-serif;
                padding: 0;
                margin: 0;
                font-size: 16px;
                color: #4F5767;
                line-height: 1.7;
            }
            
            h1, h2, h3, h4, h5, h6 {
                font-family: "Inter", sans-serif;
                color: #181F2A;
            }
            
            h1 {
                font-size: 64px;
                font-weight: 600;
                margin-bottom: 32px;
                color: white;
            }

            :root {
                --header-height: 80px; /* Adjust this value to match your header's actual height */
            }
            
            .blog-section {
                margin-top: calc(var(--header-height) + 40px); /* Header height plus additional spacing */
                padding-top: 0;
            }
            
            .blog-slider {
                display: flex;
                overflow-x: scroll;
                gap: 20px;
                padding: 20px 0;
                scrollbar-width: none;
                -ms-overflow-style: none;
            }
            
            .blog-slider::-webkit-scrollbar {
                display: none;
            }
            
            .blog-card {
                min-width: calc(100% / 4 - 20px); /* Adjust card size for better responsiveness */
                border: 1px solid #e0e0e0;
                border-radius: 16px;
                background: #ffffff;
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
                overflow: hidden;
                flex-shrink: 0;
                transition: transform 0.3s ease;
                aspect-ratio: 3 / 4;
                position: relative;
            }
            
            .blog-card:hover {
                transform: translateY(-10px);
                box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            }
            
            .blog-card img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                position: absolute;
                inset: 0;
            }
            
            .blog-card a {
                text-decoration: none;
                color: inherit;
            }
            
            .blog-content {
                padding: 5px;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                background: rgba(0, 0, 0, 0.5);
                color: #ffffff;
                z-index: 1;
            }
            
            .blog-content h4 {
                font-size: 20px;
                margin-bottom: 12px;
                color: #ffffff;
                font-weight: 600;
            }
            
            .blog-content p {
                font-size: 15px;
                color: #e0e0e0;
                margin-bottom: 20px;
            }
            
            .blog-content .read-more {
                display: flex;
                align-items: center;
                text-decoration: none;
                color: #ffdd57;
                font-weight: bold;
                font-size: 16px;
                transition: color 0.3s;
            }
            
            .blog-content .read-more:hover {
                color: #ffd700;
            }
            
            .blog-content .read-more::after {
                content: '\1F50E'; /* Magnifying glass emoji as read icon */
                font-size: 18px;
                margin-left: 8px;
            }
            
            .blog-card .tag {
                position: absolute;
                top: 10px;
                left: 10px;
                background: #242D3E;
                color: #ffffff;
                padding: 5px 10px;
                border-radius: 8px;
                font-size: 12px;
                font-weight: 600;
                z-index: 2;
                text-transform: uppercase;
            }
            
            /* Responsive Styles */
            @media (max-width: 768px) {
                .blog-card {
                    min-width: calc(90% - 20px); /* Reduce card size for smaller screens */
                    aspect-ratio: 3 / 5; /* Adjust aspect ratio for better fit on smaller screens */
                }
                .blog-slider {
                    gap: 15px;
                }
                .blog-content {
                    padding: 15px;
                }
                .blog-content h4 {
                    font-size: 18px;
                }
                .blog-content p {
                    font-size: 14px;
                }
            }



/* logo image */

.logo a {
    display: inline-block;
    margin-right: 5px; /* Reduced space between logos */
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px; /* Controls spacing between the icon and text */
}

.singai-logo {
  height: 36px; /* Adjust based on your design needs */
  width: auto;
}

.logo img:nth-child(2) { /* Targets the Singularity.AI text logo */
  height: 24px; /* Adjust based on your design needs */
  width: auto;
}

.logo svg path {
    fill: #ffffff !important; /* Override fill to make the SVG paths white */
}



/* Blog post heading fixes */
     .PostDetail_post-heading__dYlxy {
        text-align: center;
        margin-bottom: 32px; /* Reduced from 40px */
    }
    
    .post-categories {
        display: flex;
        gap: 8px;
        justify-content: center;
        margin-bottom: 16px; /* Reduced from 24px */
    }
    
    .post-category {
        font-size: 14px;
        color: #4F5767;
        padding: 4px 12px;
        border: 1px solid #E5E7EB;
        border-radius: 16px;
        background-color: transparent;
        display: inline-flex;
        align-items: center;
    }
    

    
    .post-metadata {
        font-size: 14px;
        color: #6B7280;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 16px;
    }
    
    .post-metadata .bullet {
        margin: 0 8px;
        color: #D1D5DB;
    }

/* Audio player container */
.audio-player {
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
margin: 32px 0;
padding: 24px;
background-color: #F8F9FA;
border-radius: 12px;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}



/* Podcast series label */
.podcast-label {
display: flex;
align-items: center;
gap: 8px;
color: #4F5767;
font-size: 14px;
font-weight: 500;
}

/* Podcast icon */
.podcast-icon {
width: 20px;
height: 20px;
fill: #8870FF;
}

/* Audio player controls */
.audio-player audio {
width: 100%;
max-width: 500px;
height: 40px;
}

/* Custom audio player colors */
.audio-player audio::-webkit-media-controls-panel {
background-color: white;
}

.audio-player audio::-webkit-media-controls-current-time-display,
.audio-player audio::-webkit-media-controls-time-remaining-display {
color: #4F5767;
}

.audio-player audio::-webkit-media-controls-play-button,
.audio-player audio::-webkit-media-controls-volume-slider {
color: #8870FF;
}


.metrics {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem 0;
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.metric-item {
    flex: 1;
    min-width: 200px;
    text-align: center;
    padding: 1.5rem;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.metric-value {
    font-size: 2.5rem;
    font-weight: bold;
    color: #2563eb;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.metric-item p {
    margin: 0;
    color: #4b5563;
    font-size: 1rem;
}

/* Make metrics responsive */
@media (max-width: 768px) {
    .metrics {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }
    
    .metric-item {
        min-width: auto;
    }
}

/* Mini-specific styles */
.demo-video-carousel-mini {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.demo-video-carousel-mini .browser-window {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin: 0 auto;
    max-width: 100%;
}

.demo-video-carousel-mini .browser-bar {
    background: #f0f0f0;
    padding: 8px 15px;
    display: flex;
    align-items: center;
}

.demo-video-carousel-mini .window-controls {
    display: flex;
    gap: 6px;
    margin-right: 15px;
}

.demo-video-carousel-mini .control {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.demo-video-carousel-mini .red { background-color: #ff5f57; }
.demo-video-carousel-mini .yellow { background-color: #ffbd2e; }
.demo-video-carousel-mini .green { background-color: #28c941; }

.demo-video-carousel-mini .browser-title {
    flex-grow: 1;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.demo-video-carousel-mini .video-container {
    width: 100%;
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.demo-video-carousel-mini .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.demo-video-carousel-mini .carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
}

.demo-video-carousel-mini .indicator-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    border: none;
    padding: 0;
    cursor: pointer;
}

.demo-video-carousel-mini .indicator-dot.active {
    background-color: #007bff;
}



/* Browser mockup overlay for positioning the video carousel */
.browser-mockup-overlay {
    position: absolute;
    top: 380px; /* Adjust as needed to align with your heading */
    right: 100px; /* Distance from right edge */
    width: 450px; /* Width of the browser mockup */
    height: 320px; /* Height of the browser mockup */
    z-index: 10;
    /* Browser window styling */
    border-radius: 12px;
    border: 2px solid #3b82f6; /* Blue border */
    background-color: rgba(30, 20, 50, 0.4); /* Slightly visible background */
    overflow: hidden;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}

/* Style for the video carousel container itself */
#video-carousel-container-mini {
    width: 100%;
    height: 100%;
    position: relative;
}

/* Browser window top bar styling (optional) */
.browser-mockup-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

/* Make the hero section position relative for absolute positioning */
.hero_section {
    position: relative;
    overflow: hidden;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .browser-mockup-overlay {
        right: 50px;
        width: 400px;
        height: 280px;
    }
}

@media (max-width: 992px) {
    .browser-mockup-overlay {
        width: 320px;
        height: 240px;
        right: 30px;
    }
}

@media (max-width: 768px) {
    .browser-mockup-overlay {
        position: relative;
        top: auto;
        right: auto;
        width: 90%;
        max-width: 320px;
        height: 220px;
        margin: 20px auto;
    }
}

/* Mac-style container */
.mac-style-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

/* Browser window styling */
.browser-bar {
    height: 36px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    padding: 0 12px;
    position: relative;
}

/* Make sure the video container fills the entire window */
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background-color: #000;
}

/* Make video fill the container properly */
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Center the play button properly */
.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}


/* Force mac-style container size - high priority overrides */
.video-wrapper .mac-style-container {
    width: 100% !important;
    max-width: 900px !important;
    margin: 0 auto !important;
}

/* Force video container to maintain size */
.mac-style-container .video-container {
    position: relative !important;
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 56.25% !important; /* 16:9 aspect ratio */
    background-color: #000 !important;
}

/* Ensure video fills container */
.mac-style-container .video-container video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Ensure browser bar is properly sized */
.mac-style-container .browser-bar {
    height: 36px !important;
    background-color: #f0f0f0 !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 12px !important;
    position: relative !important;
}

/* Override any conflicting styles for play button */
.mac-style-container .play-button-wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 2 !important;
}

/* Make play button more visible */
.mac-style-container .play-button-wrapper svg {
    width: 100px !important;
    height: 100px !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    border-radius: 50% !important;
    opacity: 0.9 !important;
}



.button-group-cta {
    display: block;
    margin-top: 20px;
}

.button-group-cta .primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.button-group-cta .arrow-icon {
    display: inline-flex;
    align-items: center;
}

/* Ensure the hover effect works correctly */
.button-group-cta .primary-button:hover svg path {
    stroke: white;
}

@media (max-width: 768px) {
    .button-group-cta {
        text-align: center;
        margin-top: 15px;
    }
}
