html, body {
    margin: 0px !important;
    font-family: Poppins;
}

a {
    text-decoration: none;
}

ul, ol {
    padding: 0;
    margin: 0;
}

.top-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    color: #fff;
    padding: 5px 0px;
}

.wrapper {
    max-width: 1270px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
}

.logo img {
    /*position: absolute;
    top: 0%;
    left: 8%;*/
    width: 200px;
    margin-top: 10px;
    /*filter: brightness(1300%);*/ /*filter: brightness(0) invert(1)*/
}


.button_slide {
    color: black;
    /*border: 2px solid rgb(216, 2, 134);*/
    border: 2px solid rgb(255,255,255);
    border-radius: 5px;
    padding: 18px 36px;
    display: inline-block;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    /*box-shadow: inset 0 0 0 0 #D80286;*/
    /*box-shadow: inset 0 0 0 0 #1D2552;*/
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    background-color: white;
}


.slide_right:hover {
    /* box-shadow: inset 400px 0 0 0 #D80286;*/
    box-shadow: inset 250px 0 0 0 #1D2552;
    color: white;
}

.discover-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    margin-top: 40px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #ffffff;
    text-decoration: none;
    /* Glass look */
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.35s ease;
}

    /* Arrow animation */
    .discover-btn span {
        transition: transform 0.3s ease;
    }

    /* Hover */
    .discover-btn:hover {
        border-color: rgba(0, 170, 255, 0.8);
        box-shadow: 0 18px 45px rgba(0, 140, 255, 0.35);
        transform: translateY(-2px);
    }

        .discover-btn:hover span {
            transform: translateX(6px);
        }

.button_brand {
    color: #FFF;
    background-color: #00B4B1;
    /*border: 2px solid rgb(216, 2, 134);*/
    border: 2px solid rgb(255,255,255);
    border-radius: 5px;
    padding: 18px 36px;
    display: inline-block;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    /*box-shadow: inset 0 0 0 0 #D80286;*/
    box-shadow: inset 0 0 0 0 #FAA02E;
    /*box-shadow: inset 0 0 0 0 #FAA02E;*/
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}


.brand_slide_right:hover {
    /* box-shadow: inset 400px 0 0 0 #D80286;*/
    box-shadow: inset 250px 0 0 0 #000;
}

#outer {
    width: 364px;
    margin: 50px auto 0 auto;
    text-align: center;
}



.heading {
    position: relative;
}

    .heading h2 {
        font-size: 16px;
        padding: 50px 20px 5px 0px;
        font-weight: 300;
        color: #ddd;
        margin: 0;
        line-height: 22px;
    }

    .heading h3 {
        font-size: 35px;
        padding: 0px 20px 5px 0px;
        font-weight: 600;
        color: #FDFD;
        margin: 0;
        line-height: 45px;
    }

    .heading h4 {
        font-size: 30px;
        padding: 10px 20px 15px 0px;
        font-weight: 600;
        color: #FDFD;
        margin: 0;
        line-height: 40px;
    }

    .heading p {
        font-size: 18px;
        padding: 0px 20px 0px 0px;
        font-weight: 300;
        line-height: 26px;
        color: #9096AB;
        /*color: #f9f9f9;*/
        margin: 0;
    }

    .heading a {
        display: inline-block;
        font-size: 16px;
        color: #000;
        padding: 8px 25px;
        font-weight: 400;
        background: #e56189c0;
        border-radius: 0px 15px 0px 15px;
    }

        .heading a:hover {
            background: #000;
            border-radius: 15px 0px 15px 0px;
            color: #fff;
        }
/*
.about-img img {
    width: 100%;
}*/

.navbar li {
    display: inline;
}

    .navbar li a {
        display: inline-block;
        padding: 10px 20px;
        color: #000;
        font-size: 16px;
        font-weight: 400;
    }

        .navbar li a:hover i {
            color: #fff;
            transform: translateX(10px);
            /*transform: scale(1.3);*/
        }

.hover-icon {
    transition: transform 0.5s ease;
    display: inline-block; /* important for transform */
}

   



.fullPage-tooltip .right {
    display: none !important;
}

.fullPage-tooltip right {
    display: none;
    !important;
}

#superContainer {
    height: 100%;
    position: relative;
}

.section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .section .about-section {
        background-position: center;
        background-repeat: no-repeat;
        height: 100vh;
        width: 100%;
        opacity: 100%;
        /*background: linear-gradient( 90deg, rgba(5,8,20,0.95) 0%, rgba(5,8,20,0.75) 40%, rgba(5,8,20,0.3) 100% ),url(../images/about-bg.png);*/
        /*background: linear-gradient( to right, rgba(0,0,0,0.85), rgba(0,0,0,0.4) ), url(../images/about-bg.png);*/
    }

.about-section.about-img {
    background-image: url('../images/bg/3.png');
}

.glass-box {
    padding: 20px 30px;
    border-radius: 18px;
    /* GLASS EFFECT */
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* BORDER */
    border: 1px solid rgba(255, 255, 255, 0.18);
    /* TEXT */
    color: #ffffff;
    text-align: left;
    /* SMOOTH EFFECT */
    transition: all 0.35s ease;
}

    .glass-box:hover {
        transform: translateY(-8px);
        border-color: rgba(0, 170, 255, 0.6);
        box-shadow: 0 20px 45px rgba(0, 150, 255, 0.25);
    }

/* ICON */
.glass-icon {
    font-size: 34px;
}

/* TITLE */
.glass-box h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
    padding: 10px 0px;
}

/* TEXT */
.glass-box p {
    font-size: 18px;
    line-height: 1.6;
    color: #cfd8ff;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
}


.section.custom-full1.topbanner {
    background: #000;
}

/*.section.our-Projects {
    background: #057cd4;
}*/

.tab-active {
    float: left;
    width: 75%;
    padding: 0px 15px 0px;
    border-radius: 20px;
    margin-top: 30px;
    /*border: 1px solid #fff;*/
}

.slide {
    float: left;
}

.slide, .slidesContainer {
    height: 100%;
    display: block;
    background-image: url('file:///C:\Users\shash\OneDrive\Desktop\new-Bebsite\images\logo.jpeg');
}

.slides {
    height: 100%;
    overflow: visible;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.section.table,
.slide.table {
    display: table;
    width: 100%;
}

.tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.slidesContainer {
    float: left;
    position: relative;
}

.controlArrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 0px;
    height: 0px;
    border-style: solid;
    margin-top: -38px;
    display: none;
}

    .controlArrow.prev {
        left: 15px;
        width: 0px;
        border-width: 38.5px 34px 38.5px 0;
        border-color: transparent #fff transparent transparent;
    }

    .controlArrow.next {
        right: 15px;
        border-width: 38.5px 0 38.5px 34px;
        border-color: transparent transparent transparent #fff;
    }

.scrollable {
    overflow: scroll;
}

.easing {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

#fullPage-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}

    #fullPage-nav.right {
        left: 0px;
        background: #000;
        padding: 0px;
        margin: 0px !important;
        height: 100%;
        display: table;
        text-align: center;
        top: 0;
        border-right: 1px solid #888;
    }

    #fullPage-nav.left {
        left: 17px;
    }

.fullPage-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}

    .fullPage-slidesNav.bottom {
        bottom: 17px;
    }

    .fullPage-slidesNav.top {
        top: 17px;
    }

    #fullPage-nav ul,
    .fullPage-slidesNav ul {
        margin: 0;
        padding: 0;
        display: table-cell;
        vertical-align: middle;
        height: 100vh;
    }

    #fullPage-nav li,
    .fullPage-slidesNav li {
        display: flex;
        position: relative;
        width: 190px;
    }

        #fullPage-nav li a {
            padding: 16px 20px 16px 15px;
        }

#fullPage-nav li {
}

    #fullPage-nav li a:hover {
        background: #000;
        color: #fff;
    }

    #fullPage-nav li:last-child {
        border-bottom: none;
    }

.fullPage-slidesNav li {
    display: inline-block;
}

    #fullPage-nav li a,
    .fullPage-slidesNav li a {
        display: flex;
        position: relative;
        z-index: 1;
        height: 100%;
        cursor: pointer;
        text-decoration: none;
    }


        #fullPage-nav li a:hover span {
            display: block;
            width: 120px;
        }

#fullPage-nav span,
.fullPage-slidesNav span {
    top: 6.5px;
    left: 22px;
    font-size: 16px;
    font-weight: 500;
    display: none;
}






.main-header {
    background: #fff;
    margin: 0;
}

ul li {
    list-style-type: none;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    text-decoration: none;
    background: #B9B7B7 !important;
    color: #fff;
}

.dropdown-menu {
    padding: 0px 0px !important;
    left: 32% !important;
}

.stripe {
    height: 70px;
}

div.hamburger-box {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: -3px;
    right: 0;
    cursor: pointer;
    z-index: 9999;
}

.hamburger-box.active span {
    display: none;
}

.hamburger-box span {
    color: #000;
    /*background: #fff;*/
    position: absolute;
    line-height: 50px;
    font-size: 16px;
    right: 50px;
    padding: 0 10px;
    display: inline-block;
    height: 50px;
    width: 105%;
}

div.hamburger-box .bun,
div.hamburger-box .meat {
    width: 30px;
    height: 2px;
    border-radius: 0%;
    background-color: #000;
    position: absolute;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

div.hamburger-box .top {
    top: 12px;
}

div.hamburger-box .meat {
    top: 50%;
    margin-top: -2px;
}

div.hamburger-box .bottom {
    bottom: 14px;
}

div.shamburger-box:hover .top {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 18px;
    top: 17px;
}

div.hamburger-box.active .top {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    width: 28px;
    top: 35%;
}

div.hamburger-box.active .top,
div.hamburger-box.active .bottom {
    transition: all 800ms ease-in-out;
}

div.shamburger-box:hover .meat {
    width: 22px;
    margin-left: -10px;
}

div.hamburger-box.active .meat {
    width: 0px;
    margin-left: 0px;
}

div.shamburger-box:hover .bottom {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 18px;
    bottom: 17px;
}

div.hamburger-box.active .bottom {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    width: 28px;
    bottom: 55%;
}

.super-container {
    position: relative;
    height: 100%;
}

.slide-container {
    position: fixed;
    text-align: center;
    height: 100%;
    right: 0;
}

a.toggle {
    position: relative;
    top: 30px;
}

.menu {
    width: 300px;
    background-color: #f9f9f9;
    position: absolute;
    top: -5px;
    right: -300px;
    margin: 0;
    text-align: left;
    z-index: 999999999;
    height: 100%;
    padding: 20px 0px;
}

    .menu.active {
        right: 0;
    }

    .menu a {
        font-size: 18px;
        transition: all 200ms ease-in-out;
        -webkit-transition: all 200ms ease-in-out;
        color: #000;
        text-decoration: none;
        display: block;
        padding: 12px 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.9);
        border-bottom: 1px solid rgba(200, 200, 200, 0.2);
        font-weight: 500;
    }

        .menu a:first-child {
            border-top: none;
            border-bottom: none;
        }

    .menu li:first-child a {
        /*padding: 5px 0px;*/
        border: none;
    }

    .menu a:hover {
        background-color: #f9f9f9;
        border-bottom: 1px solid #e561898c;
        color: #e56189;
    }

.slide-container, .menu {
    transition: right 300ms ease-out;
    -webkit-transition: right 300ms ease-out;
}

.menu-on .slide-container {
    left: -200px;
}

div.hamburger-box {
    z-index: 9999999999;
    width: 50px;
    right: 0px;
}

.menu ul {
    height: 900px;
    background: #f9f9f9;
    padding: 0px;
}

.dropbtn {
    color: #fff;
    padding: 12px 15px;
}

.dropdown-content {
    padding-left: 10px;
}

.hamburger-box span {
    right: 55px;
}

.hamburger-box.active {
    top: 5px;
    background: #f9f9f9;
}

    .hamburger-box.active .bun {
        background: #000;
    }

div.hamburger-box.active .top, div.hamburger-box.active .bottom {
    right: 10px;
    top: 20px;
}

.menu-logo img {
    width: 162px;
    margin-bottom: 17px;
    margin-left: 20px;
}


.services-box {
    margin-top: 30px;
}

    .services-box img {
    }

    .services-box h3 {
        font-size: 45px;
        color: #9096ab;
        font-weight: 700;
        padding: 20px 0px 10px;
        margin: 0px;
        line-height: 45px;
    }

    .services-box p {
        font-size: 16px;
        color: #9096ab;
        font-weight: 400;
        padding: 0px 0px;
        margin: 0px;
    }

    .services-box span {
        font-size: 16px;
        color: #9096ab;
        font-weight: 400;
        padding: 0px 0px;
        margin: 0px;
    }

    .services-box hr {
        padding: 0px 0px;
        background: #ccc;
        margin: 10px 0px;
    }


.services-section {
    /*background-color: #000;*/
    padding: 0px 0px;
}

.services-section-img {
    background: url(../images/bg/1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 50px;
}
/*
.services-inner-bx {
    position: relative;
}*/

.services-inner-bx {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 20px 30px 18px;
    text-align: center;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}


    .services-inner-bx:before {
        content: '';
        display: block;
        /*background-image: url(../images/bg-first.png) !important;*/
        background-size: cover;
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
        top: -10px;
        position: absolute;
    }

    .services-inner-bx img {
        width: 15% !important;
        height: auto;
    }

.card-box h4 {
    font-size: 18px;
    color: #4c59a3;
    font-weight: 500;
    text-align: center;
    line-height: 22px;
    display: block;
    padding: 15px 0px 10px;
}

.card-box-text p {
    font-size: 18px;
    line-height: 24px;
    color: #a3a3a3;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
    width: 90%;
}

.services-inner-bx:after {
    content: '';
    display: block;
    /*background-image: url(../images/bg-last.png) !important;*/
    background-size: cover;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: -30px;
}

.services-inner-bx:hover {
    border-color: #ffd700;
    /*box-shadow: 0 0 10px #ffd700, 0 0 25px rgba(255,215,0,0.6), inset 0 0 10px rgba(255,215,0,0.3);*/
    transform: translateY(-8px);
    /*transform: translateY(-3px);
    border-color: #d4af37*/ /*rgba(255, 255, 255, 0.18)*/ /*;
    background: rgba(255, 255, 255, 0.05);*/
}

/* Optional: icon inside */
.services-inner-bx img {
    transition: transform 0.25s ease;
}

.services-inner-bx:hover img {
    transform: scale(1.04);
}

/* Text stays calm */
.services-inner-bx h3,
.services-inner-bx p {
    transition: color 0.25s ease;
}

.services-inner-bx:hover p {
    color: #d6d6d6;
}

.left-img img {
}

.services-heading {
    text-align: center;
    padding: 20px;
}

    .services-heading h4 {
        font-size: 18px;
        color: #ddd;
        padding: 0px 0px;
        font-weight: 300;
        margin: 0px;
    }

    .services-heading h5 {
        font-size: 35px;
        color: #fff;
        padding: 0px 0px;
        font-weight: 400;
        margin: 0px;
    }

.mb-5 {
    margin-bottom: 2%;
    margin-top: 10px;
}

.mb-55 {
    margin-bottom: 20px;
    margin-top: 10px;
}

.services-heading a {
    display: inline-block;
    font-size: 16px;
    color: #000;
    padding: 8px 25px;
    font-weight: 400;
    background: #e56189c0;
    border-radius: 0px 15px 0px 15px;
}

.card-box h4 {
    margin: 0px;
}

.sliders {
    position: relative;
    height: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
}

.slides {
    position: absolute;
    width: 25%;
    height: 100%;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    transition: all .7s ease;
}

    .slides.active {
        width: 80%;
        transform: scale(1);
        opacity: 1;
        z-index: 3;
    }

    .slides.prev {
        left: -20%;
        opacity: .5;
    }

    .slides.next {
        right: -20%;
        opacity: .5;
    }

    /* dark overlay */
    .slides::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.9);
        transition: .3s;
    }

    .slides.active::before {
        background: rgba(0,0,0,.15);
    }

    /* vertical title */
    .slides .label {
        position: absolute;
        left: 20px;
        bottom: 0px;
        writing-mode: vertical-rl;
        rotate: 180deg;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        height: 100%;
    }

/* navigation arrows */
.nav {
    position: absolute;
    bottom: 20px;
    background: #e56189;
    color: #fff;
    border: none;
    font-size: 26px;
    padding: 6px 20px;
    cursor: pointer;
    z-index: 10;
}

.prev-btn {
    right: 16%;
}

.next-btn {
    right: 10%;
}

.slide-box {
    background: #fff;
    position: absolute;
    bottom: -70px;
    left: -65px;
    padding: 20px;
    color: #000;
    z-index: 999;
    width: 70%;
}

    .slide-box h2 {
        font-size: 35px;
        color: #000;
        font-weight: 400;
        margin: 0px;
    }

    .slide-box p {
        font-size: 16px;
        color: #000;
        font-weight: 300;
        margin: 0px;
        padding: 10px 0px;
    }

.table {
    margin-bottom: 0px;
}

.section.table.active {
    height: 102% !important;
}

.section.custom-full1.active {
    height: 102% !important;
}

.generative-ai-img {
    background: url(../images/bg/2.png);
    /*background: url(../images/tech-bg.png);*/
    /*background: url(../images/Technologies.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 50px;
    /*background-image: url(../images/Technologies.jpg);
    background-position: center;
    background-repeat: no-repeat;*/
    /*position: fixed;*/
    /*right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    opacity:90%;*/
}

.generative-ai-content {
    position: absolute;
    top: 5%;
    left: 9%;
    text-align: center;
}

.generative-ai h3 {
    font-size: 18px;
    color: #ddd;
    font-weight: 300;
    margin: 0px;
    padding: 5px 0px;
}

.generative-ai h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    margin: 0px;
    padding: 5px 0px;
}

.generative-ai p {
    font-size: 18px;
    color: #f1f1f1;
    font-weight: 300;
    margin: 0px;
    padding: 5px 0px 20px;
}

.generative-ai a {
    display: inline-block;
    font-size: 16px;
    color: #000;
    padding: 8px 25px;
    font-weight: 400;
    background: #e56189c0;
    border-radius: 0px 15px 0px 15px;
}

.white-box {
    background: #ffffff;
    padding: 28px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.contact-us {
    position: absolute;
    top: 16%;
    left: 0;
    right: 0;
    text-align: left;
}

.contact-wrapper {
    background: linear-gradient(135deg, #0f172a, #0ea5e9);
}

.contact-card {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
}

/* LEFT PANEL */
.contact-left {
    padding: 30px 40px;
    background: linear-gradient(180deg, #1e3a8a, #0f172a);
    color: #fff;
}

    .contact-left h2 {
        font-size: 38px;
        margin-bottom: 15px;
    }

    .contact-left p {
        font-size: 16px;
        line-height: 1.6;
        color: #cbd5f5;
        padding: 5px 0px;
        margin: 0px;
    }

.contact-details {
    margin-top: 20px;
}

.detail {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

    .detail span {
        font-size: 20px;
    }

.social-icons {
    margin-top: 20px;
    margin-left: 12px;
}

    .social-icons a {
        margin-right: 15px;
        font-size: 30px;
        color: #38bdf8;
        text-decoration: none;
    }

        .social-icons a:hover {
            text-decoration: underline;
        }

/* RIGHT FORM */
.contact-right {
    background: #ffffff;
    padding: 30px 40px;
}

    .contact-right form {
        display: flex;
        flex-direction: column;
    }

    .contact-right input,
    .contact-right textarea {
        margin-bottom: 18px;
        padding: 14px 16px;
        border-radius: 10px;
        border: 1px solid #e5e7eb;
        font-size: 15px;
    }

    .contact-right textarea {
        height: 120px;
        resize: none;
    }

        .contact-right input:focus,
        .contact-right textarea:focus {
            outline: none;
            border-color: #2563eb;
        }

    .contact-right button {
        padding: 14px;
        background: linear-gradient(90deg, #2563eb, #3b82f6);
        border: none;
        color: #fff;
        border-radius: 10px;
        font-size: 16px;
        cursor: pointer;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

        .contact-right button:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(37,99,235,0.4);
        }

/* RESPONSIVE */
@media (max-width: 900px) {
    .contact-card {
        grid-template-columns: 1fr;
    }

    .contact-left,
    .contact-right {
        padding: 35px;
    }
}

/*.contact-us-img {*/
/*background: url(../images/tech-bg.png);*/
/*background: url(../images/Technologies.jpg);*/
/*background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 50px;*/
/*background-image: url(../images/Technologies.jpg);
    background-position: center;
    background-repeat: no-repeat;*/
/*position: fixed;*/
/*right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    opacity:90%;*/
/*}*/

.swiper-wrapper .slides {
    width: 100% !important;
}


.tech-section {
    padding: 40px 20px;
    background: #f8fafc;
    font-family: "Inter", sans-serif;
}

.tech-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}
/*max-width: 900px;
    margin: auto;
    background: #fff;
    border-radius: 16px;
    padding: 6px 36px 15px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    margin-bottom: 10px;*/


.tech-title {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin-bottom: 12px;
    padding: 5px 0px;
    margin: 0px;
}

    .tech-title p {
        font-size: 15px;
        font-weight: 200;
        color: #333;
        margin-bottom: 0px;
        padding: 0px 0px;
        margin: 0px;
    }

.tech-divider {
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #3b82f6, transparent);
    margin-bottom: 2px;
    margin: 5px 0px 10px;
}


/*.tech-items {
    background: rgba(255,255,255,0.03);*/ /* very light glass */
/*border: 1px solid rgba(255,215,0,0.25);*/ /* soft gold border */
/*backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 18px 24px;
    border-radius: 14px;
    text-align: center;
    color: #fff;
    transition: all 0.35s ease;
}*/

/* Remove any white from child elements */
.tech-item * {
    background: transparent !important;
}


.tech-items {
    background: rgba(255,255,255,0.03); /* very light glass */
    border: 1px solid rgba(255,215,0,0.25); /* soft gold border */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 18px 24px;
    border-radius: 14px;
    text-align: center;
    color: #fff;
    transition: all 0.35s ease;
    /*height: 300px;
    margin-top: 30px;
    padding-top: 0px;*/
    /*background: #fff;*/
    /*border-radius: 20px;*/
    /*box-shadow: 0 20px 40px rgba(0,0,0,0.08);*/
    /*border: 1px solid rgba(255,255,255,0.6);*/
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    align-items: center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.tech-item {
    text-align: center;
    flex: 1;
    min-width: 100px;
}

    .tech-item img {
        width: 48px;
        opacity: 0.85;
        transition: all 0.25s ease;
        /* width: 60px;
        height: 60px;
        object-fit: contain;
        margin-bottom: 10px;*/
    }

    .tech-item:hover img {
        opacity: 1;
        transform: translateY(-2px);
    }

    .tech-item p {
        font-size: 15px;
        font-weight: 500;
        color: #334155;
        padding: 8px 0px;
        margin: 0px;
    }

.tech-item-footer {
}

.our-client-bg {
    background-image: url(../images/business-partners.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px;
}

.our-client {
    margin: 20px 10px 35px;
    text-align: center;
    height: 130px;
    line-height: 120px;
    border: 1px solid #888;
    padding: 10px;
    background: #0000007f;
}

    .our-client img {
        width: 150px;
    }

    .our-client:hover {
        background: #ffffffa5;
    }

.services-heading a:hover {
    background: #fff;
    color: #000;
}

.form-section {
    margin: 40px 0px;
    padding: 40px 0px;
}

.separator2 h3 {
    font-size: 23px;
    font-weight: 400;
    color: #000;
    line-height: 35px;
    margin-right: 15px;
}

.why-choose-us h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}

.input1 {
    width: 48%;
    float: left;
    margin: 20px 0px;
}

    .input1 input {
        width: 48%;
        float: left;
        border: none;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        padding: 16px 12px;
        font-size: 18px;
        color: #000;
        width: 100%;
        border-radius: 8px;
    }

.input2 {
    width: 48%;
    float: right;
    margin: 20px 0px;
    border-radius: 8px;
}

.intl-tel-input {
    position: relative;
    display: block;
}

.text-area {
    display: block;
    width: 100%;
    margin: 20px 0px;
}

select#ddlservices {
    background: #FFF !important;
    display: block;
    outline: none;
    border: none;
    width: 100%;
    padding: 17px;
    margin: 0px 0px;
    border-radius: 10px;
    position: relative;
    color: #000;
    font-size: 18px;
}

.input2 input {
    width: 48%;
    float: right;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 16px 12px;
    font-size: 18px;
    color: #000;
    width: 100%;
    border-radius: 8px;
}

.text-area textarea {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    padding: 16px 12px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-size: 18px;
    color: #000;
    border-radius: 8px;
    resize: none;
}

.intl-tel-input.separate-dial-code .selected-flag {
    padding: 19px 10px !important;
    background: none !important;
    border-right: 1px solid #ddd;
}

.iti-flag {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png);
}

.input-group > .intl-tel-input.allow-dropdown {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
}

    .input-group > .intl-tel-input.allow-dropdown > .flag-container {
        z-index: 4;
    }

.contact-bg {
    background-image: url(../images/contact-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 0px;
}

.footer-bg {
    background-image: url(../images/bg/1.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    background-size: 100% 100%;
}

.separator2 h3 {
    font-size: 18px;
    color: #ddd;
    font-weight: 300;
    padding: 10px 0px;
    margin: 0PX;
}

.separator2 h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    padding: 10px 0px;
    margin: 0px;
}

.custom-social-icons a i {
    background: #fff;
    border-radius: 50%;
    width: 45px;
    height: 44px;
    line-height: 45px;
    margin-right: 10px;
    text-align: center;
    font-size: 18px;
}

    .custom-social-icons a i:hover {
        background: #e56189;
        color: #000;
    }

.footer-about h2 {
    font-size: 24px;
    color: #fff;
    margin: 20px 0px;
    font-weight: 400;
}

.footer-about p {
    font-size: 16px;
    color: #fff;
    margin: 0px;
    padding: 15px 0px;
    font-weight: 300;
}

    .footer-about p a {
        font-size: 16px;
        color: #fff;
        margin: 0px 0px 10px;
        padding: 6px 0px;
        font-weight: 400;
        text-decoration: underline;
        display: inline-block;
    }

.quick-link {
    padding-left: 5%;
}

    .quick-link h2 {
        font-size: 24px;
        color: #fff;
        margin: 20px 0px;
        font-weight: 400;
    }

    .quick-link ul li a {
        font-size: 16px;
        color: #fff;
        margin: 0px;
        padding: 12px 0px;
        font-weight: 300;
        display: block;
    }

    .quick-link ul {
        padding: 0px;
    }

        .quick-link ul li a:hover {
            color: #e56189;
        }

.custom-social-icons {
    margin-top: 10px;
}

.footer-contact p {
    font-size: 16px;
    color: #fff;
    margin: 0px;
    padding: 12px 0px;
    font-weight: 300;
    display: block;
    text-align: left;
}

    .footer-contact p i {
        font-size: 18px;
        padding-right: 5px;
    }

    .footer-contact p a {
        font-size: 16px;
        color: #fff;
        margin: 0px;
        padding: 0px 0px;
        font-weight: 300;
        display: inline;
        text-decoration: none;
    }

        .footer-contact p a i {
            font-size: 18px;
            padding-right: 5px;
        }


.copyright {
    margin: 40px auto 0PX;
    bottom: 0px;
    width: 100%;
    border-top: 1px solid #444;
}

    .copyright p {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        padding: 20px 0px;
        margin: 0px;
        text-align: center;
    }

.spacer {
    display: inline-block;
    margin: 0px 10px;
}

.p-policy {
    display: inline-block;
}

.copyright p a {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

#gotop {
    z-index: 9999999 !important;
}



.submenu {
    width: 80%;
    height: 100vh;
    background: #f00 !important;
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}




.main-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 70px;
    -webkit-transition: width .05s linear;
    transition: width .05s linear;
    -webkit-transform: translateZ(0) scale(1,1);
    z-index: 1000;
    text-align: left;
}

    .main-menu > ul {
        margin: 7px 0;
    }

        .main-menu > ul li a img {
            width: 20px;
        }

    .main-menu li {
        position: relative;
        display: block;
    }

        .main-menu li > a {
            position: relative;
            display: table;
            border-collapse: collapse;
            border-spacing: 0;
            color: #999;
            font-family: arial;
            font-size: 14px;
            text-decoration: none;
            -webkit-transform: translateZ(0) scale(1,1);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
        }

    .main-menu .nav-icon {
        position: relative;
        display: table-cell;
        width: 60px;
        height: 36px;
        text-align: center;
        vertical-align: middle;
        font-size: 18px;
    }

    .main-menu .nav-text {
        position: relative;
        vertical-align: middle;
        width: 210px;
    }

    .main-menu > ul.logout {
        position: absolute;
        left: 0;
        bottom: 0;
    }

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

    .no-touch .scrollable.hover:hover {
        overflow-y: auto;
        overflow: visible;
    }

a:hover, a:focus {
    text-decoration: none;
}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    nav ul, nav li {
        outline: 0;
        margin: 0;
        padding: 0;
    }


.area {
    float: left;
    background: #e2e2e2;
    width: 100%;
    height: 100%;
}


/* MEGA MENU WRAPPER */
.mega-wrapper {
    position: fixed;
    top: 0;
    left: 7px;
    width: 80%;
    z-index: 9999999;
    display: none;
}


    .mega-wrapper.show {
        display: block;
    }

/* FULL WIDTH MEGA MENU */
.mega-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(80vw - 0px);
    height: 100vh;
    background: #f9f9f9;
    display: none;
}

    /* Active state */
    .mega-menu.active {
        display: block;
    }



/* CONTENT */
.mega-content {
    width: 100%;
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    float: right;
}

    .mega-content .col a {
        display: block;
        padding: 10px 0;
        color: #333;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
    }

        .mega-content .col a:hover {
            color: #e56189;
        }


    .mega-content .col span {
        display: block;
        color: #e56189;
        font-weight: 500;
        font-size: 18px;
        padding-bottom: 8px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
        margin-bottom: 4px;
    }

.topbanner video {
    opacity: 40%;
    width: 100%;
}




/* Style the tab */
.tab {
    float: left;
    /*background-color:;*/
    width: 25%;
    padding: 15px 15px 0px;
    border-radius: 20px;
    margin-top: 30px;
    border: 1px solid #fff;
}

    /* Style the buttons inside the tab */
    .tab button {
        display: block;
        background-color: #ddd;
        color: black;
        padding: 10px 26px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 15px;
        border-radius: 30px;
        margin: 0px 0px 15px 0px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            transform: translateY(2px);
        }

        /* Create an active/current "tab button" class */
        .tab button.active {
            background-color: #fff;
            font: blue;
            font-weight: 600;
        }

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 30px;
    width: 100%;
    border-left: none;
    margin-top: 0px;
}

.tab-active .tabcontent .tech-card {
    height: 480px;
}

.tabcontent h3 {
    font-size: 30px;
    font-weight: 400;
    margin: 0px;
    padding: 5px 0px;
    color: #000;
}

.tabcontent p {
    font-size: 18px;
    font-weight: 400;
    color: #444;
    margin: 0px;
    padding: 0px 0px 8px;
    color: black;
    line-height: 30px;
}


/* Section */
/*.tech-section {
    padding: 60px 40px;
    text-align: center;
}

    .tech-section h1 {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 60px;
    }*/

/* Grid */
/*.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px 40px;
    max-width: 1200px;
    margin: 20px auto;
}*/

/* Card */
/*.tech-card {
    position: relative;
    background: linear-gradient(145deg, #3a3a3d, #2b2b2e);
    padding: 35px 20px;
    border-radius: 0 0 60px 0;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    overflow: hidden;
}*/

/* Blue accent corner */
/*.tech-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 35px;
        border-top-left-radius: 25px;
        border-bottom-right-radius: 40px;
        border: 2px solid #18bdf6;
        border-right: none;
        border-bottom: none;
    }*/

/* Hover effect */
/*.tech-card:hover {
        transform: translateY(-6px);
        transition: 0.3s ease;
        box-shadow: 0 10px 25px rgba(0, 191, 255, 0.2);
    }*/

.banner-text {
    position: absolute;
    top: 30%;
    left: 25%;
    text-align: center;
}


/*
.generative-ai-content {
    position: absolute;
    top: 30%;
    left: 25%;
    text-align: center;
}
*/
.typing H1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    COLOR: #Fff;
    /*/*font-size: 70px;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*border-right: 3px solid #FFF;*/
    /*width: 30ch;*/
    /*animation: typing 4s steps(20) infinite, blink 0.7s step-end infinite;*/
}

.typing p {
    font-size: 18px;
    color: #cfd8ff;
    max-width: 700px;
    margin-bottom: 35px;
}

.typing H2 {
    font-size: 30px;
    /*white-space: nowrap;*/
    overflow: hidden;
    /*border-right: 3px solid #FFF;*/
    width: 30ch;
    /*animation: typing 4s steps(20) infinite, blink 0.7s step-end infinite;*/
    COLOR: #Fff;
    font-weight: 100;
}

@keyframes typing {
    0% {
        width: 0;
    }

    40% {
        width: 14ch;
    }

    60% {
        width: 14ch;
    }

    100% {
        width: 0;
    }
}


/* CTA Button */
.cta-btn {
    display: inline-block;
    padding: 16px 34px;
    border-radius: 8px;
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 0 25px rgba(0,198,255,0.4);
    transition: all 0.3s ease;
}

    .cta-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 0 40px rgba(0,198,255,0.7);
    }

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

.stack-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}

.stack-card {
    background: #fff;
    width: 200px;
    padding: 24px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

    .stack-card:hover {
        transform: translateY(-8px);
    }

    .stack-card img {
        width: 56px;
        height: 56px;
        margin-bottom: 12px;
    }

    .stack-card h3 {
        margin: 8px 0;
        color: #222;
    }

    .stack-card p {
        font-size: 14px;
        color: #666;
    }

/* Connector */
.connector {
    width: 40px;
    height: 4px;
    background: linear-gradient(to right, #ff9800, #ff5722);
    margin: 0 12px;
    border-radius: 4px;
}

/* Mobile */
@media (max-width: 768px) {
    .stack-wrapper {
        flex-direction: column;
    }

    .connector {
        width: 4px;
        height: 30px;
        margin: 12px 0;
    }
}

ul.listing {
    padding-left: 20px;
}

.listing li {
    display: block;
    padding: 10px 0px;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

    .listing li b {
        display: inline-block;
        font-size: 18px;
        color: #000;
        font-weight: 500;
        padding-right: 10px;
    }




.process-section {
    /*background: #000;
    color: #fff;
    padding: 100px 20px;
    font-family: 'Segoe UI', sans-serif;*/
}

.process-section-img {
    background-image: url('../images/bg/1.png');
    /*opacity: 10%;*/
    /*background: linear-gradient( 90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.85) 50%, rgba(0,0,0,0.95) 100% ),url(../images/images/bg/3.png);*/
}

.process-container-home {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.tag {
    color: #f59e0b;
    font-size: 14px;
    letter-spacing: 2px;
}

.process-left h2 {
    font-size: 39px;
    margin: 20px 0;
    line-height: 1.2;
}

.desc {
    color: #cbd5e1;
    margin-bottom: 30px;
    max-width: 400px;
}

.homebtn {
    padding: 14px 28px;
    font-size: 16px;
    border-radius: 40px;
    background: linear-gradient(90deg,#ff8a00,#ffc300);
    color: #000;
    font-weight: 600;
    /*background: #111;
    padding: 14px 24px;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    border: 1px solid #333;
    transition: 0.3s;*/
}

    .homebtn:hover {
        background: #f59e0b;
        color: black;
    }

/* RIGHT SIDE */
.process-right {
    border-left: 1px solid #222;
    padding-left: 30px;
}

.step {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.num {
    font-size: 32px;
    color: #ffb300;
    font-weight: 700;
    text-shadow: 0 0 15px rgba(255,179,0,.5);
    /* color: #777;
    font-size: 14px;
    min-width: 30px;*/
}

.step h4 {
    margin: 0;
    font-size: 20px;
}

.step p {
    color: #9ca3af;
    margin-top: 6px;
}

/* Responsive */
@media(max-width:900px) {
    .process-container {
        grid-template-columns: 1fr;
    }

    .process-right {
        border-left: none;
        padding-left: 0;
    }
}


/* Enquiry Button */
.enquiry-btn {
    background: linear-gradient(45deg,#00c6ff,#0072ff);
    border: none;
    padding: 12px 25px;
    color: white;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    transition: 0.3s;
}

    .enquiry-btn:hover {
        transform: translateY(-3px);
    }

/* Popup Background */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Popup Box */
.popup-box {
    background: #0f172a;
    padding: 35px;
    border-radius: 18px;
    width: 400px;
    max-width: 90%;
    color: white;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,0.6);
    animation: popupAnim 0.4s ease;
}

@keyframes popupAnim {
    from {
        transform: scale(0.7);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.popup-box h2 {
    margin-bottom: 10px;
}

.popup-box p {
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 20px;
}

/* Inputs */
.popup-box input,
.popup-box select,
.popup-box textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border: none;
    border-radius: 8px;
    background: #1e293b;
    color: white;
}

.popup-box textarea {
    height: 90px;
}

/* Submit Button */
.submit-btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 25px;
    background: linear-gradient(45deg,#00c6ff,#0072ff);
    color: white;
    font-size: 16px;
    cursor: pointer;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}
