 --------end-------- */

body.splash-active {
  overflow: hidden;
}
#splash {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#splash.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

/* Splash Screen */
#splash {
  position: fixed;
  inset: 0;
  background: #05060a;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: all 1.2s ease-in-out;
}
#splash img {
  width: 150px;
  transition: all 1.2s ease-in-out;
}
/* Final splash position */
#splash.move {
  background: transparent;
  pointer-events: none;
}
#splash.move img {
max-width: 150px;
position: absolute;
top: 22px;
left: 126px;
}
/* -----top animation----- */
.section-up{
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease-out;
}
.section-up.show {
  opacity: 1;
  transform: translateY(0);
}

/* ============banner section============ */
   /* ----------- popup css ---------- */
.slider{
    width:100%;
    float:left;
}
    .slider video {
        width: 100%;
        float: left;
    }
    .pin-spacer{
        height: 500px!important;
        padding-bottom: 1300px!important;

    }
    .banner-img {
        width: 400px;
        height: 320px;
    }

    .main-img {
        position: relative;
    }

    .hero {
        height: 100vh!;
        overflow: visible;
        padding-top: 100px;
    }

    .hero-inner {
        height: 100vh;
        position: relative;
        display: flex;
    }

    .hero-item {
        width: 60%;
    }

    .hero-media {
        width: 40%;
    }

    .laptop video {
        width: 100%;
        display: block;
    }

    .next {
        height: 100vh;
        background: #0b0d14;
    }

    .laptop {
        position: absolute;
           bottom: 130px;
    left: 128px;
    width: 255px;
    height: 150px;
        overflow: hidden;
        background: #0e0d0e;
        box-shadow: 0 40px 80px rgba(0,0,0,0.6);
        display: flex;
        align-items: center;
        justify-content: center;
        transform-style: preserve-3d;
        /* -skew-12 */
        /* transform: skew(-22deg, 19deg) !important; */
    }

    .laptop-content {
        text-align: center;
        padding: 15px;
    }

        .laptop-content h2 {
                font-size: 16px;
                font-weight: 600;
                margin-bottom: 10px;
                text-align: left;
                padding-top: 10px;
        }

        .laptop-content p {
            font-size: 13px;
            color: #cfd3ff;
            text-align: left;
        }

    .para {
        overflow-y: scroll;
        width: 100%;
        height: 100px;
    }

    .banner-section {
        height: 100%;
        padding: 25px 0px 14px;
        background: linear-gradient(to bottom, #4b2ba8, #031233);
        color: white;
        overflow: hidden;
        float:left;
        width:100%;
    }


    .banner-item .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .banner-text h2 {
        transition: none;
        text-align: inherit;
        line-height: 26px;
        border-width: 0px;
        margin: 0px;
        padding: 0px;
        letter-spacing: 0px;
        font-weight: 100;
        font-size: 37px;
    }

    .banner-text h3 {
        transition: none;
        text-align: inherit;
        line-height: 37px !important;
        border-width: 0px;
        margin: 20px 0px;
        padding: 0px;
        letter-spacing: 0px;
        font-weight: 900;
        font-size: 38px;
    }

    .banner-text h4 {
        transition: none;
        text-align: inherit;
        line-height: 16px !important;
        border-width: 0px;
        margin: 15px 0px;
        padding: 0px;
        letter-spacing: 0px;
        font-weight: 100;
        font-size: 15px;
    }

    .banner-btn {
        background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
        display: inline-block;
        border-radius: 30px;
        margin-top: 20px;
    }

        .banner-btn:hover {
            opacity: 0.8;
        }
        .text-w{
            width:100%;
            float:left
        }

.console-container {
    font-size:42px;
    font-weight: bold;
    float: left;
    padding-bottom:5px;
    line-height: 80px;
    text-align: left;
}
.console-underscore {

    float: right;
}
.banner-btn a {
    display: inline-block;
    padding: 8px 30px;
    text-decoration: none;
    color: #ffffff;
}

    .banner-img {
        display: flex;
        justify-content: flex-end;
    }

        .banner-img img {
            max-width: 100%;
            height: 360px;
        }

    .slide-counter {
        position: absolute;
        left: 18px;
        top: 35%;
        transform: translateY(-50%);
        z-index: 30;
    }

        .slide-counter .num {
            display: block;
            font-size: 14px;
            font-weight: 300;
            color: #ddd;
            margin: 15px 0;
            position: relative;
            top: 80px;
            cursor: pointer;
        }

            .slide-counter .num.active {
                color: #fff;
                font-weight: 500;
            }

                .slide-counter .num.active::after {
                    content: "";
                    width: 35px;
                    height: 2px;
                    background: #fff;
                    position: absolute;
                    left: 0px;
                    bottom: 0px;
                }

    .fade-text {
        opacity: 0;
        transform: translateY(40px);
        transition: 0.8s ease;
    }

    .fade-img {
        opacity: 0;
        transform: translateY(60px);
        transition: 0.9s ease 0.3s;
    }

    .carousel-item.active .fade-text {
        opacity: 1;
        transform: translateY(0px);
    }

    .carousel-item.active .fade-img {
        opacity: 1;
        transform: translateY(0px);
    }

    

    .carousel-item {
        opacity: 0;
        transition: opacity 0.5s ease, transform 0.8s ease;
    }

        .carousel-item.active {
            opacity: 1;
            transform: translateX(0);
        }

    .carousel-item-next.carousel-item-start,
    .carousel-item-prev.carousel-item-end {
        opacity: 0;
        transform: translateX(100%); /* enter from right */
    }

    .active.carousel-item-start,
    .active.carousel-item-end {
        opacity: 0;
        transform: translateX(-100%); /* exit to left */
    }

    span {
        display: inline-block;
        padding: 0px 10px;
    }

    #l1 {
        font-weight: 100 !important;
        font-size: 40px;
        display: inline-block;
    }

    #l2 {
        display: inline-block;
        font-weight: 900 !important;
        font-size: 45px;
    }

    #l3 {
        display: inline-block;
        font-weight: 100 !important;
        font-size: 40px;
    }

.banner-content p {
    font-size: 18px !important;
    margin-top: 10px !important;
    font-weight: 100 !important;
    padding-bottom: 25px;
}
    /* ============services section=============  */
.services-section {
    background-image: url("../images/servicesback.webp");
    height: 100%;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: -170px;
    height: 170px;
    float: left;
    width: 100%;
}

    .tilt-carousel .tilt-item {
        transform: rotate(-8deg) scale(0.6);
        transition: 0.6s ease;
        opacity: 1;
        border-radius: 20px;
        border: 1px solid #fff;
        padding: 25px;
        text-align: center;
        background-color: #131544;
    }


    .owl-item.active.center .tilt-item {
        transform: scale(1) rotate(0deg);
        opacity: 1;
        background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    }

    .owl-item.active:first-child .tilt-item,
    .owl-item.active.center ~ .owl-item .tilt-item {
        transform: rotate(-8deg) scale(0.6);
    }

    .owl-item.active.center + .owl-item .tilt-item {
        transform: rotate(8deg) scale(0.6);
    }

    .owl-carousel .owl-stage-outer {
        padding: 20px 0;
    }

    .tilt-item {
        max-width: 400px !important;
        min-height: 200px !important;
        margin: 0 auto;
    }



    .bottom10 a {
        font-size: 32px !important;
        font-weight: 500;
        text-decoration: none;
        color: #ffffff;
    }

    .tilt-item p {
        font-size:20px;
        color:#fff;
    }
    /* ===== BULB SECTION (ISOLATED & SAFE) ===== */
    .bulb-section {
   
        overflow: hidden;
        background: black;
        float:left;
        width:100%;
          background-attachment: 0;
  
  height: 100vh;

    }
    /* SINGLE STICKY CONTAINER */
    .pin-wrap {
        position: sticky;
        top: 0;
        height: 100vh;
        overflow: hidden;
    }
    /* VIDEO WRAPPER */
    .canvas-outer-wrapper {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        mix-blend-mode: lighten;
    }
    /* VIDEO FULL SCREEN */
    #scrollVideo {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        pointer-events: none;
        transition: opacity 220ms linear;


    }
    /* TEXT OVERLAY */
    .canvas-overlay-text {
        position: absolute;
        inset: 0;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: clamp(20px, 3.6vw, 48px);
        pointer-events: none;
    }
    /* WORD ANIMATION */
    .reveal-word {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 320ms ease, transform 420ms ease;
    }

        .reveal-word.show {
            opacity: 1;
            transform: translateY(0);
        }
    /* ======== contact form part======== */
    .contact-form-section {
        padding-bottom: 40px;
    }

.left-content h3 {
    font-size: 52px;
    font-weight: bold;
    margin-bottom: 30px !important;
    color: #ffffff;
}

    .left-content p {
        font-size: 20px;
        font-weight:400;
        margin-bottom: 30px !important;
        color: #ffffff;
    }

    .about-btn {
        background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
        display: inline-block;
        border-radius: 30px;
        margin-top: 10px;
    }

        .about-btn:hover {
            opacity: 0.8;
        }

        .about-btn a {
            display: inline-block;
            padding: 8px 30px;
            text-decoration: none;
            color: #ffffff;
        }

    .right-images {
        position: relative;
        display: flex;
        justify-content: flex-end;
    }

        .right-images img {
            width: 100%;
            padding: 15px;
        }

    .main-img {
        width: 90%;
        animation: float 4s ease-in-out infinite alternate;
        filter: drop-shadow(0px 0px 30px rgba(110, 110, 255, 0.4));
    }

    @keyframes float {
        0% {
            transform: translateY(0px);
        }

        100% {
            transform: translateY(-15px);
        }
    }
    /* ===========our services section=========== */
    .work-details .row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .ser-img img {
        max-width: 300px !important;
        margin: 0 auto;
    }

    .services-carousel {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between;
    }

    .owl-carousel button.owl-dot {
        display: none !important;
    }

    .service-container .owl-carousel {
        display: flex !important;
        align-items: center !important;
    }
    /* .work-details-row{
    display: flex;
    flex-wrap: nowrap;
  }
 
  .text-col{
    position: sticky;
    top: 0;
  }
 
  .image-col {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    scroll-behavior: smooth;
  }
 
  .image-col img {
    flex: 0 0 100%;
    width: 100%;
    object-fit: cover;
  }
.text-col {
    position: sticky;
    top: 0;
    padding: 20px;
  }
 
  .image-col {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    scroll-behavior: smooth;
  }
 
  .image-col img {
    flex: 0 0 100%;
    width: 100%;
    object-fit: cover;
  } */
    /* ================project link section=================  */
.project-link-section {
    background:#000 url("../images/contactback.webp");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    z-index: 1;
    float: left;
    width: 100%;
    position: relative;
  
    text-align:center;
}
    .project-link-section video {
        position: relative;
        opacity: 0.2;
    
        width: 100%;
    }
    .project-link {
        text-align: center;
        padding: 40px 20px 150px;
        position: relative;
    }

.project-link-section h2 {
    font-size:52px;
    margin-bottom: 20px;
    font-weight:bold;
    text-transform:uppercase;
}

.project-link-section h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    color:#fff;
}

        .project-link p {
            color: #fff;
            max-width: 710px;
            margin: 0 auto;
            line-height: 1.6;
            font-size: 16px;
            opacity: 0.9;
            margin-bottom: 40px;
        }

    .btn-main {
        background: linear-gradient(90deg, #6a1bff, #b43cdd);
        border: none;
        padding: 14px 35px;
        border-radius: 30px;
        font-size: 16px;
        color: white;
        cursor: pointer;
        transition: 0.3s;
        margin-top: 30px;
    }

        .btn-main:hover {
            opacity: 0.8;
        }

    .launch {
        margin-top: 20px;
        display: inline-block;
        font-size: 16px;
        color: #cfcfcf !important;
        text-decoration: none;
        transition: 0.3s;
        border-bottom: 1px solid #555;
    }

        .launch:hover {
            color: #ffffff;
        }

    .logo a {
        color: #e7e7e7 !important;
    }

    .logo {
        position: absolute;
        opacity: 0.25;
        font-size: 14px;
    }

    .logo1 {
        top: 20%;
        left: 20px;
    }

    .logo2 {
        top: 45%;
        left: 10%;
    }

    .logo3 {
        top: 40%;
        right: 7%;
    }

    .logo4 {
        bottom: -2%;
        right: 10%;
    }

    .logo5 {
        bottom: 30%;
        right: 22%;
    }

    .logo6 {
        bottom: 5%;
        left: 10%;
    }

    .logo7 {
        top: 20%;
        right: 20px;
    }

    .logo8 {
        bottom: 8%;
        left: 35%;
    }

    .logo9 {
        bottom: 30%;
        left: 22%;
    }

    .logo10 {
        bottom: 15%;
        left: 47%;
        font-size: 22px;
    }
/* =============our-services-section=============== */
.our-services-section {
    background: #e73c2f;
    width: 100%;
    float: left;
padding-top: 200px;
}
.our-services-section h3{
    color: #fff;
    font-size: 52px;
    font-weight: bold;
}
    .our-services-section p {
        color: #fff;
        font-size: 20px;
    }
/* =============location section=============== */
.world-section {
    position: relative;
    width: 100%;
    padding: 60px 10px 170px;
    box-sizing: border-box;
    background: linear-gradient(135deg,#0d0e12 0%, #1a1d2d 40%, #0c0d14 80% );
    background-color: #1a1d2e;
    overflow: hidden;
    float: left;
    background-color: #4f618a;
}

    /* .world-section {
        background-image: url("../images/image.png");
        background-size: 100% 100%;
        background-position: center !important;
        background-repeat: no-repeat;
    } */

    .content {
        position: relative;
        z-index: 5;
        max-width: 600px;
    }

.contact-form-section {
    background: url(../images/contactback.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    width: 100%;
    background: #0b0f18;
    position: relative;
    height: 600px;
}
.contact-form-section video{
    position: relative;
    opacity: 0.2;
    height: 100%;
    /* width: 100%; */
}
.contant-w {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 123;
    width: 100%;
}

    .contact-row .row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .left-content h1 {
        font-size: 32px;
        line-height: 1.3;
        font-weight: 600;
        color: #fff;
    }

        .left-content h1 span {
            color: #6f6fff;
        }

    .subtext {
        margin: 20px 0 35px !important;
        color: #959698;
        font-size: 17px;
    }

    .contact-form {
        width: 100%;
    }

    .form-row {
        display: flex;
        gap: 15px;
        margin-bottom: 15px;
    }

        .form-row input {
            flex: 1;
            padding: 14px 18px;
            background: transparent;
            border: 1px solid #6f6fff;
            border-radius: 30px;
            color: #fff;
            outline: none;
            font-size: 15px;
            transition: 0.3s;
        }

    ::placeholder {
        color: #fff;
    }

    .form-row input:focus {
        border-color: #6f6fff;
        background: #1a1d22;
    }

    .checkbox-row {
        display: flex;
        align-items: center;
        margin: 20px 0;
        font-size: 14px;
    }

        .checkbox-row input {
            width: 18px;
            height: 18px;
            margin-right: 10px;
        }

        .checkbox-row a {
            color: #6f6fff;
        }

        .checkbox-row label {
            color: #ccc;
        }

    .submit-btn {
        padding: 10px 80px;
        font-size: 16px;
        border: none;
        background: #6f6fff;
        color: #fff;
        border-radius: 30px;
        cursor: pointer;
        transition: 0.3s;
        margin-top: 10px;
    }

        .submit-btn:hover {
            background: #5858ff;
        }

    .map-container {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 55%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .map-img {
        width: 100%;
        opacity: 0.35;
        mix-blend-mode: screen;
    }

    .marker {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #fff;
        border-radius: 50%;
        border: 3px solid #6a6aff;
        box-shadow: 0 0 12px rgba(140, 150, 255, 0.8);
    }

    .pulse {
        position: absolute;
        top: -12px;
        left: -12px;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: rgba(150, 150, 255, 0.28);
        animation: pulse 2.2s infinite;
    }

    @keyframes pulse {
        0% {
            transform: scale(0.6);
            opacity: 0.8;
        }

        100% {
            transform: scale(1.6);
            opacity: 0;
        }
    }
    /* Marker positions (adjust to match your map) */
    .london {
        top: 40%;
        left: 48%;
    }

    .dusseldorf {
        top: 44%;
        left: 57%;
    }

    .istanbul {
        top: 55%;
        left: 45%;
    }

    .popup-text {
        position: absolute;
        bottom: -70px;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
        width: max-content;
        min-width: 160px;
        padding: 10px 20px;
        border-radius: 30px;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s ease-in-out;
        background-color: #dfdfdf;
        border: 1px solid #6a6aff;
        box-shadow: 0 0 12px rgba(140, 150, 255, 0.8);
    }

        .popup-text a {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: #000 !important;
        }

    .marker:hover .popup-text {
        opacity: 1;
        bottom: -70px;
        transform: translateX(-50%) translateY(10px);
    }
    /* ==========faq section============= */
.faq-section {
    background: radial-gradient(circle at center, #2a2a72, #000000);
    color: #fff;
    font-family: "Poppins", sans-serif;
    /*background-image: url('../images/review.webp');*/
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
}
.faq-section .section-padding{
        padding: 60px 0 0;
}
.faq-section img{
    width:100%;
}
    .faq-title {
        text-align: left;
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 50px;
        color: #fff;
    }

        .faq-title span {
            color: #b497ff;
        }

    .faq-container {
        max-width: 1000px;
        margin: auto;
    }

    .faq-item {
        background: rgba(255, 255, 255, 0.08);
        border-radius: 5px;
        padding: 15px;
        margin-bottom: 25px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        transition: 0.3s ease;
    }

    .faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

        .faq-question h3 {
            font-size: 20px;
            font-weight: 400;
            margin: 0;
            color: #fff;
        }

    .faq-answer p {
        font-size: 16px;
        font-weight: 300;
        color: #fff;
    }

    .faq-icon {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-color: #25123f;
        transition: 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .faq-answer {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: 0.4s ease-in-out;
        padding-right: 20px;
    }

        .faq-answer.active {
            max-height: 400px;
            opacity: 1;
            margin-top: 20px;
        }
 


    .waveWrapper {
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        top: -2px;
        margin: auto;
        z-index: -1;
    }

    .waveWrapperInner {
        position: absolute;
        width: 100%;
        overflow: hidden;
        height: 100%;
        bottom: -1px;
        background: linear-gradient(0deg, rgba(75, 48, 153, 1) 0%, rgba(6, 18, 35, 1) 100%);
    }

    .waveAnimation .waveTop {
        -webkit-animation: move-wave 3s;
        animation: move-wave 3s;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .waveMiddle {
        background-size: 50% 120px;
    }

    .waveAnimation .waveMiddle {
        animation: move_wave 10s linear infinite;
    }

    .waveBottom {
        background-size: 50% 100px;
    }

    .waveAnimation .waveBottom {
        animation: move_wave 15s linear infinite;
    }

    .bgTop {
        z-index: 15;
        opacity: 0.5;
    }

    .bgMiddle {
        z-index: 10;
        opacity: 0.75;
    }

    .bgBottom {
        z-index: 5;
    }

    .wave {
        position: absolute;
        left: 0;
        width: 200%;
        height: 100%;
        background-repeat: repeat no-repeat;
        background-position: 0 bottom;
        transform-origin: center bottom;
    }

    .waveTop {
        background-size: 50% 100px;
        position: absolute;
    }

    .waveAnimation .waveTop {
        -webkit-animation: move-wave 3s;
        animation: move-wave 3s;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .waveMiddle {
        background-size: 50% 120px;
    }

    .waveAnimation .waveMiddle {
        animation: move_wave 10s linear infinite;
    }

    .waveBottom {
        background-size: 50% 100px;
    }

    .waveAnimation .waveBottom {
        animation: move_wave 15s linear infinite;
    }

    @keyframes move_wave {
        0% {
            transform: translateX(0) translateZ(0) scaleY(1)
        }

        50% {
            transform: translateX(-25%) translateZ(0) scaleY(0.55)
        }

        100% {
            transform: translateX(-50%) translateZ(0) scaleY(1)
        }
    }


    /* ========owl part======== */
    .custom-owl .item {
        transform: scale(0.8);
        transition: 0.4s ease;
        opacity: 0.6;
    }

    .custom-owl .owl-item.center .item {
        transform: scale(1.1);
        opacity: 2;
    }

    .wow li {
        list-style-type: none;
        display: inline;
    }

        .wow li a img {
            width: 80px;
            margin: 0 5px;
        }

    .owl-nav {
        display: none;
    }
    
    /* BAR */
    .bar {
        display: none;
        font-size: 26px;
        color: #fff;
        cursor: pointer;
    }

    .masked-text {
        font-size: 32px;
        font-weight: bold;
        color: transparent;
        background-image: url('../images/textbackground.jpg');
        background-size: 200%; /* Enlarged for smooth animation */
        background-position: 0 50%;
        color: transparent;
        -webkit-background-clip: text; /* REQUIRED */
        background-clip: text; /* optional (future support) */

        -webkit-text-fill-color: transparent; /* REQUIRED */

        animation: animate-background 5s linear infinite alternate;
    }

    @keyframes animate-background {
        0% {
            background-position: 0 50%;
        }

        100% {
            background-position: 100% 50%;
        }
    }

    .social-media-icon {
        position: relative;
    }

        .social-media-icon ul {
            display: flex;
        }

            .social-media-icon ul li {
                list-style: none;
            }

                .social-media-icon ul li a {
                    background-color: transparent;
                    text-align: center;
                    line-height: 80px;
                    font-size: 35px;
                    margin-right: 8px;
                    display: block;
                    border-radius: 50%;
                    position: relative;
                    overflow: hidden;
                    border: 1px solid #fff;
                    z-index: 1;
                }

                    .social-media-icon ul li a i {
                        position: relative;
                        color: #ffffff;
                        transition: .5s;
                        z-index: 3;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                    .social-media-icon ul li a:hover i {
                        color: #fff;
                        transform: rotateY(360deg);
                    }

                    .social-media-icon ul li a:before {
                        content: "";
                        position: absolute;
                        top: 100%;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: #f00;
                        transition: .5s;
                        z-index: 2;
                    }

                    .social-media-icon ul li a:hover:before {
                        top: 0;
                    }

                .social-media-icon ul li:nth-child(1) a:before {
                    background: #3b5999;
                }

                .social-media-icon ul li:nth-child(2) a:before {
                    background: #55acee;
                }

                .social-media-icon ul li:nth-child(3) a:before {
                    background: #0077b5;
                }

                .social-media-icon ul li:nth-child(4) a:before {
                    background: linear-gradient( 45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5 );
                }

    #scrollTopBtn {
        position: fixed;
        right: 30px;
        bottom: 30px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #0d0d12;
        border: none;
        cursor: pointer;
        z-index: 999;
        opacity: 0;
        transform: scale(0.9);
        transition: all 0.4s ease;
    }

        #scrollTopBtn.show {
            opacity: 1;
            transform: scale(1);
        }

        #scrollTopBtn.center {
            right: 50%;
            bottom: 150px;
            transform: translate(50%, 50%) scale(1.1);
        }

    .progress-ring {
        position: absolute;
        top: 0;
        left: 0;
        transform: rotate(-90deg);
    }

    .progress-ring__circle {
        stroke-dasharray: 163;
        stroke-dashoffset: 163;
        transition: stroke-dashoffset 0.2s linear;
    }

    #scrollTopBtn .arrow {
        position: relative;
        color: white;
        font-size: 20px;
        z-index: 2;
    }

    #scrollTopBtn .arrow {
        position: relative;
        display: inline-block;
        transition: transform 0.3s ease;
    }

    #scrollTopBtn:hover .arrow {
        animation: arrowBounce 0.6s ease-in-out infinite;
    }

    @keyframes arrowBounce {
        0% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-6px);
        }

        100% {
            transform: translateY(0);
        }
    }

    #scrollTopBtn:hover {
        box-shadow: 0 0 12px rgba(140, 100, 255, 0.5);
    }
    /* Vertical animation (Desktop only) */
    @keyframes slideInUp {
        from {
            transform: translate3d(0, 100%, 0);
            opacity: 0;
        }

        to {
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }
    }

    @keyframes slideOutUp {
        from {
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }

        to {
            transform: translate3d(0, -100%, 0);
            opacity: 0;
        }
    }

    .slideInUp {
        animation-name: slideInUp;
    }

    .slideOutUp {
        animation-name: slideOutUp;
    }

    .mobile-close {
        display: none;
    }
    /* ===========================responsive view =========================== */
    @media (max-width: 992px) {
        .nav-logo a img {
            max-width: 100px;
        }

        .banner-section {
            padding: 0px 0px 100px;
        }

        .banner-img img {
            width: 100%;
            margin: 20px auto 0;
            display: block;
        }
        .contant-w {
        display: contents;
        }
        .slide-counter {
            display: none;
        }

        .banner-text h2 {
            font-size: 20px;
        }

        .banner-text h3 {
            font-size: 22px;
            margin: 1px 0px;
            font-weight: 400px !important;
        }

        .banner-text h4 {
            font-size: 13px;
        }

        .review-card {
            margin: 1px;
        }

        .hero {
            position: relative !important;
            left: 0px !important;
            padding: 0px 0px !important;
        }

        .hero-item {
            width: 100% !important;
            height: 100% !important;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .hero-item {
            width: 100%;
            height: 100% !important;
            text-align: center;
        }

        .hero-inner {
            height: 100% !important;
        }

        .banner-btn {
            display: block;
            width: fit-content;
            margin: 20px auto 0;
        }

        .banner-content p {
            text-align: center !important;
            font-size: 16px !important;
        }

        .logo {
            display: none;
        }

        .project-link {
            padding: 10px 15px 20px;
        }

        .form-row {
            display: flex;
            flex-direction: column;
        }

        .service-container {
            margin-top: 20px;
        }

        .map-container {
            display: none;
        }

        .review-card {
            height: auto;
            width: 100%;
        }

        .pin-spacer {
            height: 100% !important;
            padding: 0px 0px 0px !important;
        }

        .hero-media {
            display: none;
        }

        .hero-section {
            flex-direction: column;
            text-align: center;
        }

        .left-content {
            max-width: 100%;
        }

        .right-images {
            width: 100%;
            margin-top: 40px;
        }
        /* animation */
        @keyframes slideDown {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .hero-inner {
            display: flex;
            flex-direction: column;
            /* justify-content: center;
    align-items: center; */
        }

        .world-section {
            background-image: url(../images/image.png);
            background-size: cover;
   
        }
     .carousel-tab {
            padding: 4px 10px;
            border-radius: 8px;
            font-size: 12px;
        }
.mapboxgl-canvas {
    position: absolute;
    top: 85px;
}
        .bulb-section {
            display: none;
        }

        .faq-item {
            padding: 8px;
            margin-bottom: 25px;
        }

        .faq-question h3 {
            font-size: 13px;
        }

        .carousel-tabs {
            gap: 10px;
        }

        .carousel-tab.is-active {
            color: #fff;
        }

    .console-container {
            font-size: 24px;
            font-weight: bold;
            float: left;
            padding-bottom: 5px;
            line-height: 34px;
            text-align: left;
        }

        
    }

    @media (max-width: 768px) {
        .banner-text {
            text-align: center !important;
            margin: 0 auto;
        }

            .banner-text h2,
            .banner-text h3,
            .banner-text h4 {
                text-align: center !important;
            }

        .banner-btn {
            text-align: center !important;
            margin-top: 20px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .banner-item .col-xl-6 {
            text-align: center;
        }

        /* .grow-your-business {
            height: auto;
            padding: 170px 0;
        } */

        .king-carousel__cards {
            height: 420px;
        }

        .king-carousel__card {
            width: 78vw;
        }

            .king-carousel__card.is-left,
            .king-carousel__card.is-right {
                opacity: 0;
            }
            .console-container {
    font-size: 24px;
    font-weight: bold;
    float: left;
    padding-bottom: 5px;
    line-height: 34px;
    text-align: left;
}
    }

    




/* -------------grow-------------- */
    

.grow-your-business {
        position: relative;
        /* height: 100vh; */
        overflow: hidden;
        /* display: flex;
        align-items: center;
        justify-content: center;
        float: left; */
        width: 100%;
        background:#000;
    }
        .grow-your-business video {
            position: relative;
            opacity: 0.5;
            width: 100%;
        }


/* SECTION */
.grow-your-business {
  position:relative!important;
   background-attachment:fixed;
  height: 120vh; /* scroll area */
  height: auto;

}

/* ✅ VIDEO (ONLY 100vh) */
.grow-your-business video {
  position: sticky;
  top: 0;
  width: 100%;
  height: 120vh;
  object-fit: cover;
  z-index: 1;
}
   
/* CONTENT */
.contant-w1 {
    width: 100%;
    margin: 0 auto ;
  position: absolute;
  /* position: sticky;
  top: 0; */
  top:150px;
  z-index: 2;
  text-align: center;
  /* padding-top: 50px; */
  
}

/* TABS */
.carousel-tab {
  padding: 12px 20px;
  margin: 5px;
  border: none;
  border-radius:  8px;
  background: #ddd;
  cursor:pointer;
  padding: 10px 22px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s ease;
}

.carousel-tab.is-active {
  background: #fff;
  color: #000;
}

/* CAROUSEL */
.king-carousel {
  position: relative;
  height: 400px;
  overflow: hidden;
  margin: 50px 0px;
}

.king-carousel__card {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  top: 0;
  opacity: 0;
  transition: 0.5s;
  width: 320px;

position: absolute;
        top: 0;
        left: 50%;
        width: 380px;
        max-width: 520px;
        height: 100%;
        border-radius: 18px 18px 0px 0px;
        overflow: hidden;
       
        box-shadow: 0 40px 80px rgba(0, 0, 0, 0.45);
        transform: translateX(-50%) scale(0.82);
        opacity: 0;
        transition: transform 0.65s cubic-bezier(.4,0,.2,1),opacity 0.65s cubic-bezier(.4,0,.2,1);
}

.king-carousel__card.is-active {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  z-index: 3;
}

.king-carousel__card.is-left {
  transform: translateX(-150%) scale(0.7);
  opacity: 0.4;
}

.king-carousel__card.is-right {
  transform: translateX(50%) scale(0.7);
  opacity: 0.4;
}

.king-carousel__card img {
  width: 100%;
}









