html, body {
            overflow-x: hidden;
            max-width: 100%;
        }

        .no-scroll {
            overflow: hidden;
        }

        h2 {
            font-size: 35px !important;
        }

        .fw-bold {
            font-weight: 500 !important;
        }

        @media (max-width:480px) {
            h2 {
                font-size: 30px !important;
            }
        }

        h1 {
            font-size: 40px !important;
        }

        .animate-on-scroll {
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.6s ease;
        }

        .animate-on-scroll.show {
            opacity: 1;
            transform: translate(0, 0);
        }

        .fade-up {
            transform: translateY(50px);
        }

        .fade-left {
            transform: translateX(-50px);
        }

        .fade-right {
            transform: translateX(50px);
        }

        .fade-down {
            transform: translateY(-50px);
        }


        .Home-banner {
            padding-top: 50px;
            background: linear-gradient(180deg, #e8f4fd 0%, #f4f9ff 50%, #ffffff 100%);
        }

        .Home-banner-btn {
            width: 170px;
            padding: 10px 15px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border: none;
            border-radius: 1.5rem;
            color: #0A97BE;
            border: 1px solid #0A97BE;
        }

        .Home-banner-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .Home-banner-head {
            font-size: 36px;
            margin: auto;
            width: 100%;
            text-align: center;
            font-weight: 500;
            color: black;
            line-height: 1.25;
        }

        .Home-banner-para {
            padding-block: 16px;
            color: black;
            font-size: 15px;
            text-align: center;
            width: 90%;
            line-height: 1.7;
        }

        .Home-banner-head span {
            background: linear-gradient(to right, #0A97BE, #3E91A8);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;

            /* Optional for wider browser support */
            background-clip: text;
            color: transparent;
        }

        .carousel-container {
            width: 80%;
            margin: auto;
            padding-top: 200px;
            padding-bottom: 100px;
            /* height: 100vh; */
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .carousel {
            display: flex;
            width: 100%;
            justify-content: center;
            align-items: center;
            perspective: 1200px;
        }

        .slide::before {
            content: '';
            position: absolute;
            inset: 0;
            padding: 4px;
            /* Border thickness */
            background: linear-gradient(to right, #E025CE, #0A97BE, #BD24E6);
            border-radius: 35px;
            -webkit-mask:
                linear-gradient(#fff 0 0) content-box,
                linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            pointer-events: none;
            z-index: 2;
        }

        .slide img {
            width: 100%;
            height: 100%;
            /* object-fit: cover; */
            display: block;
            border-radius: 40px !important;
        }

        .left2 {
            transform: translateX(-450px) rotateY(50deg) translateZ(50px) scale(0.7) !important;
            z-index: 1;
            filter: blur(4px) brightness(0.6);
        }

        .left1 {
            transform: translateX(-220px) rotateY(30deg) translateZ(-80px) scale(0.85) !important;
            z-index: 2;
            filter: blur(2px) brightness(0.8);
        }

        .center {
            transform: rotateY(0deg) translateZ(0) scale(1) !important;
            z-index: 5;
            box-shadow: 0 0 30px rgba(0, 255, 255, 0.5);
            filter: none;
        }

        .right1 {
            transform: translateX(220px) rotateY(-30deg) translateZ(-80px) scale(0.85) !important;
            z-index: 2;
            filter: blur(2px) brightness(0.8);
        }

        .right2 {
            transform: translateX(440px) rotateY(-50deg) translateZ(50px) scale(0.7) !important;
            z-index: 1;
            filter: blur(4px) brightness(0.6);
        }


        .left2,
        .left1,
        .right1,
        .right2 {
            filter: blur(2px);
            pointer-events: none;
            /* Prevents hover on blurred cards */
        }

        .center {
            filter: none;
            opacity: 1;
            pointer-events: auto;
        }

        .slide {
            width: 300px;
            height: 320px;
            border-radius: 5px;
            position: relative;
            z-index: 1;
            overflow: hidden;
            transition: all 0.8s ease-in-out;
            transform-origin: center;
            background: transparent;
        }

        .card1 {
            position: absolute;
            transition: transform 1s ease, z-index 1s ease;

        }


        @media (max-width:786px) {
            .Home-banner-para {
                width: 100%;
            }
        }

        @media (max-width:568px) {
            .carousel-container {
                padding-top: 80px;
            }

            .Home-banner-para {

                padding-bottom: 0px;
            }

            .Coinbase-Clone-button {
                font-size: 12px;
                padding: 12px 20px;
            }

            .Whitelabel-hero-left h1 {
                font-size: 30px !important;
            }

            .overlay {
                padding: 20px !important
            }

            .overlay h2 {
                font-size: 16px;
            }

            .overlay .button-container button {
                font-size: 15px;
            }
        }



        /* ── Hero buttons ── */
        .hero-btns {
            display: flex; align-items: center; justify-content: center; gap: 14px;
            flex-wrap: wrap; margin-top: 8px;
        }

        /* Primary — gradient border, fills on hover */
        .hero-btn-primary {
            display: inline-flex; align-items: center; gap: 10px;
            padding: 13px 28px; border-radius: 50px;
            background: linear-gradient(#fff, #fff) padding-box,
                        linear-gradient(135deg, #0A97BE 0%, #6366f1 100%) border-box;
            border: 2px solid transparent;
            color: #0A1628;
            font-size: .88rem; font-weight: 700;
            text-decoration: none; white-space: nowrap; cursor: pointer;
            letter-spacing: .01em;
            transition: all .28s ease;
        }
        .hero-btn-primary:hover {
            background: linear-gradient(135deg, #0A97BE 0%, #6366f1 100%) padding-box,
                        linear-gradient(135deg, #0A97BE 0%, #6366f1 100%) border-box;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 8px 28px rgba(10,151,190,.32);
        }
        .hero-btn-primary i { font-size: .78rem; transition: transform .25s; }
        .hero-btn-primary:hover i { transform: translateX(4px); }

        /* Secondary — teal gradient pill */
        .sparkle-button {
            display: inline-flex; align-items: center; gap: 10px;
            padding: 13px 28px; border-radius: 50px;
            background: linear-gradient(135deg, #0A97BE 0%, #0077a0 100%);
            color: #fff;
            font-size: .88rem; font-weight: 700;
            white-space: nowrap; border: none; cursor: pointer;
            letter-spacing: .01em;
            box-shadow: 0 4px 18px rgba(10,151,190,.3);
            transition: transform .25s, box-shadow .25s;
        }
        .sparkle-button:hover {
            transform: translateY(-2px);
            background: linear-gradient(135deg, #0880a3 0%, #005f85 100%);
            box-shadow: 0 10px 28px rgba(10,151,190,.42);
        }
        .sparkle-button i { font-size: .78rem; color: #3EC8E8; }
        .sparkle-button .arrow,
        .sparkle, .sparkle-1, .sparkle-2, .sparkle-3 { display: none; }

        @media (max-width:986px) {
            .Home-banner {
                overflow-x: hidden;
            }

            .carousel-container {
                /* overflow-X: hidden; */
                width: 100%;
                height: 70vh;
            }

            /* .slide {
      width: 150px;
      height: 150px;
    } */
            .Home-banner-head {
                width: 100%;
            }

            .Home-banner-para {
                text-align: center;
            }

            /* .left2 {
  transform: translateX(-150px) rotateY(50deg) translateZ(50px) scale(0.7) !important;
  z-index: 1;
  filter: blur(4px) brightness(0.6);
}

.left1 {
  transform: translateX(-30px) rotateY(30deg) translateZ(-80px) scale(0.85) !important;
  z-index: 2;
  filter: blur(2px) brightness(0.8);
}

.center {
  transform: rotateY(0deg) translateZ(0) scale(1) !important;
  z-index: 5;
  box-shadow: 0 0 30px rgba(0, 255, 255, 0.5);
  filter: none;
}

.right1 {
  transform: translateX(30px) rotateY(-30deg) translateZ(-80px) scale(0.85) !important;
  z-index: 2;
  filter: blur(2px) brightness(0.8);
}

.right2 {
  transform: translateX(150px) rotateY(-50deg) translateZ(50px) scale(0.7) !important;
  z-index: 1;
  filter: blur(4px) brightness(0.6);
} */
        }

        /* 
    /* --- Mobile Swiper --- */


        /* yles for Home Banner Section ===== */
        /* @media (max-width: 1200px) {
  .carousel-container {
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .slide {
    width: 250px;
    height: 270px;
  }
}

@media (max-width: 992px) {
  .Home-banner-head {
    font-size: 36px;
    width: 90%;
  }
  .Home-banner-para {
    font-size: 18px;
    padding-inline: 10px;
    text-align: center;
  }
  .carousel-container {
    padding-top: 100px;
  }
  .slide {
    width: 220px;
    height: 240px;
  }
}

@media (max-width: 768px) {
  .Home-banner-head {
    font-size: 28px;
  }
  .Home-banner-para {
    font-size: 16px;
  }
  .slide {
    width: 180px;
    height: 200px;
  }
  .carousel-container {
    width: 100%;
    padding-top: 80px;
  }
  .sparkle-button {
    font-size: 14px;
    padding: 10px 22px;
  }
}

 */

        @media (max-width: 576px) {
            .Home-banner {
                padding: 50px 10px 10px 10px;
            }

            .Home-banner-head {
                line-height: 2rem;
                font-size: 26px !important;
            }

            .Home-banner-para {
                font-size: 14px;
            }
        }

        /* ════════════════════════════════════════════
           CTRUST — Trusted Stats Section
           ════════════════════════════════════════════ */
        .who-we-are {
            background: #eef2f8;
            position: relative; z-index: 1;
            padding: 52px 0 48px;
            overflow: hidden;
        }
        .who-we-are::before {
            content: '';
            position: absolute; top: -100px; right: -100px;
            width: 480px; height: 480px; border-radius: 50%;
            background: radial-gradient(circle, rgba(10,151,190,.07) 0%, transparent 68%);
            pointer-events: none;
        }
        .who-we-are::after {
            content: '';
            position: absolute; bottom: -80px; left: -80px;
            width: 360px; height: 360px; border-radius: 50%;
            background: radial-gradient(circle, rgba(10,151,190,.05) 0%, transparent 70%);
            pointer-events: none;
        }

        /* ── Top text block ── */
        .ctrust-top {
            text-align: center;
            max-width: 980px;
            margin: 0 auto 32px;
        }
        .ctrust-pill { display: none; }
        .ctrust-h2 {
            font-size: clamp(1.4rem, 2.4vw, 2rem);
            font-weight: 600; color: #0A1628;
            line-height: 1.3; margin-bottom: 14px;
        }
        .ctrust-h2 span {
            background: linear-gradient(to right, #0A97BE, #3EC8E8);
            -webkit-background-clip: text; -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .ctrust-body {
            font-size: .88rem; color: #5a6a7a;
            line-height: 1.8; margin: 0;
        }

        /* ── Trusted-by logo grid — two static rows ── */
        .ctrust-logo-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 18px;
            margin: 36px 0 40px;
        }
        .ctrust-gcard {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 10px;
            text-align: center;
            background: #fff;
            border: 1px solid rgba(10,22,40,.08);
            border-radius: 16px;
            padding: 26px 20px;
            box-shadow: 0 2px 12px rgba(10,22,40,.06);
            transition: box-shadow .25s, transform .25s, border-color .25s;
        }
        .ctrust-gcard:hover {
            box-shadow: 0 8px 28px rgba(10,151,190,.14);
            border-color: rgba(10,151,190,.22);
            transform: translateY(-3px);
        }
        .ctrust-gcard.featured {
            border-color: rgba(10,151,190,.4);
            box-shadow: 0 6px 24px rgba(10,151,190,.16);
        }
        .ctrust-gcard-logo {
            display: block;
            height: 34px;
            width: auto;
            max-width: 150px;
            object-fit: contain;
        }
        /* brand mark + name inline (for logos without a baked-in wordmark) */
        .ctrust-gcard-brand {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .ctrust-gcard-brand img {
            height: 32px;
            width: auto;
            max-width: 34px;
            object-fit: contain;
        }
        .ctrust-gcard-name {
            font-size: 1.05rem;
            font-weight: 800;
            letter-spacing: -.01em;
            line-height: 1;
        }
        .ctrust-gcard-name.vs {
            background: linear-gradient(135deg, #ff6b35, #f7931e);
            -webkit-background-clip: text; -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .ctrust-gcard-name.ta {
            background: linear-gradient(135deg, #1a56db, #3b82f6);
            -webkit-background-clip: text; -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .ctrust-gcard-cat {
            font-size: .78rem;
            color: #64748b;
            font-weight: 500;
        }
        @media (max-width: 992px) {
            .ctrust-logo-grid { grid-template-columns: repeat(3, 1fr); }
        }
        @media (max-width: 768px) {
            .ctrust-logo-grid { grid-template-columns: repeat(2, 1fr); }
        }
        @media (max-width: 480px) {
            .ctrust-logo-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
            .ctrust-gcard { padding: 16px 12px; }
        }

        /* ── Stats grid ── */
        .ctrust-stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            border: 1px solid rgba(10,151,190,.13);
            border-radius: 18px;
            overflow: hidden;
            background: #fff;
        }
        .ctrust-stat-col {
            padding: 28px 18px 24px;
            text-align: center;
            border-right: 1px solid rgba(10,151,190,.1);
            transition: background .25s;
            cursor: default;
        }
        .ctrust-stat-col:last-child { border-right: none; }
        .ctrust-stat-col:hover { background: rgba(10,151,190,.04); }

        .ctrust-icon-wrap {
            width: 36px; height: 36px; border-radius: 10px;
            background: linear-gradient(135deg, rgba(10,151,190,.11), rgba(10,151,190,.04));
            border: 1px solid rgba(10,151,190,.16);
            display: flex; align-items: center; justify-content: center;
            margin: 0 auto 13px;
            transition: background .25s, border-color .25s;
        }
        .ctrust-stat-col:hover .ctrust-icon-wrap {
            background: linear-gradient(135deg, rgba(10,151,190,.2), rgba(10,151,190,.1));
            border-color: rgba(10,151,190,.32);
        }
        .ctrust-icon-wrap i { font-size: .85rem; color: #0A97BE; }

        .ctrust-big-num {
            font-size: clamp(1.15rem, 1.6vw, 1.4rem);
            font-weight: 700; color: #0A1628;
            line-height: 1; letter-spacing: -.01em;
            margin-bottom: 7px;
            font-variant-numeric: tabular-nums lining-nums;
        }
        .ctrust-big-num .ctrust-sfx { color: #0A97BE; font-size: 80%; font-weight: 600; }
        .ctrust-stat-lbl {
            font-size: .6rem; font-weight: 600;
            color: #7a9ab8; text-transform: uppercase;
            letter-spacing: .09em; line-height: 1.5;
        }
        .ctrust-stat-line {
            width: 24px; height: 2px; border-radius: 2px;
            background: rgba(10,151,190,.13);
            margin: 10px auto 0; overflow: hidden; position: relative;
        }
        .ctrust-stat-line::after {
            content: '';
            position: absolute; inset: 0;
            background: linear-gradient(to right, #0A97BE, #3EC8E8);
            transform: translateX(-100%);
            transition: transform 1.1s cubic-bezier(.4,0,.2,1);
        }
        .ctrust-stat-col.animated .ctrust-stat-line::after { transform: translateX(0); }

        /* ── Responsive ── */
        @media (max-width: 900px) {
            .who-we-are { padding: 70px 0 64px; }
            .ctrust-stats-grid { grid-template-columns: repeat(2, 1fr); }
            .ctrust-stat-col:nth-child(2) { border-right: none; }
            .ctrust-stat-col:nth-child(1),
            .ctrust-stat-col:nth-child(2) { border-bottom: 1px solid rgba(10,151,190,.1); }
        }
        @media (max-width: 600px) {
            .who-we-are { padding: 56px 0 52px; }
            .ctrust-top { margin-bottom: 36px; }
            .ctrust-stats-grid { grid-template-columns: repeat(2, 1fr); border-radius: 14px; }
            .ctrust-stat-col { padding: 20px 12px 18px; }
            .ctrust-icon-wrap { width: 32px; height: 32px; border-radius: 8px; margin-bottom: 10px; }
            .ctrust-icon-wrap i { font-size: .75rem; }
            .ctrust-big-num { font-size: 1.1rem; }
            .ctrust-stat-lbl { font-size: .56rem; }
        }

        /* ════════════════════════════════════════════
           SERVICES FAN CAROUSEL SECTION
           ════════════════════════════════════════════ */
        #services{background:#f4f9fc;position:relative;overflow-x:clip}
        #services::before{content:'';display:block;height:1px;background:linear-gradient(to right,transparent,rgba(10,151,190,.18) 30%,rgba(10,151,190,.18) 70%,transparent)}
        .services-inner{padding:52px 60px 220px;position:relative;z-index:1}

        /* decorative connecting-line pattern behind the tabs/carousel */
        .svc-bg-lines{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}
        .svc-bg-lines svg{position:absolute;top:0;left:0;width:100%;height:100%}
        .services-header{text-align:center;margin-bottom:28px}
        .services-h2{font-size:clamp(1.4rem,2.2vw,2.1rem);font-weight:600;color:#0a1628;letter-spacing:-.01em;margin:0 0 12px}
        .services-sub{font-size:.86rem;color:#5a6a7a;line-height:1.7;margin:0 auto;max-width:580px}
        .svc-tabs{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:40px}
        /* connecting line threading behind the tab pills, like nodes on a path */
        .svc-tabs::before{content:'';position:absolute;left:6%;right:6%;top:50%;border-top:2px dashed rgba(10,151,190,.35);transform:translateY(-50%);z-index:0}
        @media(max-width:768px){.svc-tabs::before{display:none}}
        .svc-tab-arrow{position:relative;z-index:1;width:32px;height:32px;border-radius:50%;border:1px solid rgba(10,151,190,.25);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#0A97BE;font-size:.72rem;transition:all .22s;flex-shrink:0;background:#fff}
        .svc-tab-arrow:hover{background:#0A97BE;color:#fff;border-color:transparent}
        .svc-tab{position:relative;z-index:1;padding:7px 18px;border-radius:50px;font-size:.78rem;font-weight:600;cursor:pointer;border:1px solid rgba(10,151,190,.2);color:#5a6a7a;background:#fff;transition:all .25s;user-select:none;white-space:nowrap}
        .svc-tab:hover{color:#0A97BE;border-color:rgba(10,151,190,.45)}
        .svc-tab.active{background:linear-gradient(135deg,#0A97BE,#0077a0);color:#fff;border-color:transparent;font-weight:700}
        .svc-carousel-outer{position:relative;height:580px;overflow:visible;cursor:grab;margin:0 -60px}
        .svc-carousel-outer.is-dragging{cursor:grabbing}
        .svc-carousel{position:relative;width:100%;height:100%;user-select:none;-webkit-user-select:none}
        .svc-slide{position:absolute;left:50%;top:50%;width:420px;height:520px;margin-left:-210px;margin-top:-260px;border-radius:24px;overflow:hidden;display:flex;flex-direction:column;padding-bottom:14px;transform-origin:center center;opacity:0;transform:translateX(0) rotate(0deg) scale(.5);transition:transform .55s cubic-bezier(.4,0,.2,1),opacity .42s,box-shadow .42s;pointer-events:none}
        .svc-slide.far-prev{opacity:0;pointer-events:none;z-index:1;transform:translateX(-760px) translateY(190px) rotate(-42deg) scale(1)}
        .svc-slide.far-next{opacity:0;pointer-events:none;z-index:1;transform:translateX(760px) translateY(190px) rotate(42deg) scale(1)}
        .svc-slide.adj-prev{opacity:.88;transform:translateX(-510px) translateY(113px) rotate(-25deg) scale(1);z-index:5;pointer-events:auto;cursor:pointer}
        .svc-slide.active{opacity:1;transform:translateX(0) translateY(0) rotate(0deg) scale(1);z-index:10;pointer-events:auto;box-shadow:0 28px 72px rgba(10,22,40,.18)}
        .svc-slide.adj-next{opacity:.88;transform:translateX(510px) translateY(113px) rotate(25deg) scale(1);z-index:5;pointer-events:auto;cursor:pointer}
        /* Card colors */
        .svc-slide:nth-child(1){background:#d4edd0} /* light pista */
        .svc-slide:nth-child(2){background:#0a0f1a} /* black */
        .svc-slide:nth-child(3){background:#b8e6a8} /* light green */
        .svc-slide:nth-child(4){background:#fdf7ee} /* warm cream */
        .svc-slide:nth-child(5){background:#ddeef5} /* soft sky */

        /* Light cards (1,3,4,5) — dark text */
        .svc-slide:nth-child(1) .slide-num,
        .svc-slide:nth-child(3) .slide-num,
        .svc-slide:nth-child(4) .slide-num,
        .svc-slide:nth-child(5) .slide-num{color:rgba(10,22,40,.4)}
        .svc-slide:nth-child(1) .slide-name,
        .svc-slide:nth-child(3) .slide-name,
        .svc-slide:nth-child(4) .slide-name,
        .svc-slide:nth-child(5) .slide-name{color:#0a1628}
        .svc-slide:nth-child(1) .slide-desc,
        .svc-slide:nth-child(3) .slide-desc,
        .svc-slide:nth-child(4) .slide-desc,
        .svc-slide:nth-child(5) .slide-desc{color:rgba(10,22,40,.58)}
        .svc-slide:nth-child(1) .slide-cta,
        .svc-slide:nth-child(3) .slide-cta,
        .svc-slide:nth-child(4) .slide-cta,
        .svc-slide:nth-child(5) .slide-cta{background:#0a1628;color:#fff}

        /* Dark card (2) — light text */
        .svc-slide:nth-child(2) .slide-num{color:#3EC8E8}
        .svc-slide:nth-child(2) .slide-name{color:#fff}
        .svc-slide:nth-child(2) .slide-desc{color:rgba(255,255,255,.52)}
        .svc-slide:nth-child(2) .slide-cta{background:#fff;color:#0a1628}

        /* Image container bg per card */
        .svc-slide:nth-child(1) .slide-img,
        .svc-slide:nth-child(3) .slide-img,
        .svc-slide:nth-child(4) .slide-img,
        .svc-slide:nth-child(5) .slide-img{background:#0d1e35}
        .svc-slide:nth-child(2) .slide-img{background:rgba(255,255,255,.08)}
        .slide-head{padding:30px 28px 22px;flex:1;display:flex;flex-direction:column}
        .slide-num{font-size:.62rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;margin-bottom:14px}
        .slide-name{font-size:1.08rem;font-weight:700;line-height:1.3;margin-bottom:16px}
        .slide-cta{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;font-weight:700;padding:10px 22px;border-radius:50px;margin-bottom:16px;width:fit-content;text-decoration:none;cursor:pointer;transition:opacity .2s,transform .2s}
        .svc-slide.active .slide-cta:hover{opacity:.88;transform:translateY(-2px)}
        .slide-cta i{font-size:.7rem}
        .slide-desc{font-size:.83rem;line-height:1.75;flex:1}
        .slide-img{
            height:190px;flex-shrink:0;
            margin:0 14px;
            border-radius:18px;
            overflow:hidden;
            position:relative;
        }
        .slide-img img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .55s;display:block}
        .svc-slide.active .slide-img img{transform:scale(1.04)}
        @media(max-width:1024px){.services-inner{padding:44px 40px 180px}.svc-carousel-outer{margin:0 -40px;height:530px}.svc-slide{width:360px;height:480px;margin-left:-180px;margin-top:-240px}.svc-slide.adj-prev{transform:translateX(-445px) translateY(100px) rotate(-25deg) scale(1)}.svc-slide.adj-next{transform:translateX(445px) translateY(100px) rotate(25deg) scale(1)}.svc-slide.far-prev{transform:translateX(-680px) translateY(180px) rotate(-42deg) scale(1)}.svc-slide.far-next{transform:translateX(680px) translateY(180px) rotate(42deg) scale(1)}}
        @media(max-width:860px){.services-inner{padding:40px 28px 150px}.svc-carousel-outer{margin:0 -28px;height:450px}.svc-slide{width:300px;height:420px;margin-left:-150px;margin-top:-210px}.svc-slide.adj-prev{transform:translateX(-368px) translateY(72px) rotate(-22deg) scale(1)}.svc-slide.adj-next{transform:translateX(368px) translateY(72px) rotate(22deg) scale(1)}.svc-slide.far-prev{transform:translateX(-560px) translateY(140px) rotate(-36deg) scale(1)}.svc-slide.far-next{transform:translateX(560px) translateY(140px) rotate(36deg) scale(1)}}

        /* ── Mobile: flat stacked cards, no carousel ── */
        @media(max-width:640px){
            .services-inner{padding:32px 16px 40px}
            .svc-tabs{display:none}
            .svc-carousel-outer{
                position:static; height:auto; overflow:visible;
                margin:0; cursor:default;
            }
            .svc-carousel{
                position:static; display:flex;
                flex-direction:column; gap:16px;
            }
            .svc-slide{
                position:static !important;
                width:100% !important; height:auto !important;
                margin:0 !important;
                border-radius:20px;
                opacity:1 !important;
                transform:none !important;
                pointer-events:auto !important;
                box-shadow:0 4px 20px rgba(10,22,40,.12) !important;
                display:flex; flex-direction:column;
            }
            .slide-head{padding:22px 20px 16px}
            .slide-img{height:180px;margin:0 12px;border-radius:14px}
        }

        .service-card {
            position: relative;
            background: #fff;
            border-radius: 15px;
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
            padding: 30px;
            height: 100%;
            overflow: hidden;
            transition: transform 0.3s ease;
            border: 2px solid rgba(0, 0, 0, 0.226);
        }

        .service-card:hover {
            transform: translateY(-5px);
        }

        .service-card-content {
            position: relative;
            z-index: 2;
            padding-bottom: 120px;
            /* Reserve space for image */
        }


        @media (max-width: 486px) {
            .service-card-content:nth-last-child(1) {
                width: 100%;
            }
        }

        .service-card h3 {
            font-size: 24px;
            font-weight: 500;
            text-align: left;
            width: 60%;
            margin-bottom: 15px;
        }

        .service-card p {
            font-size: 16px;
            text-align: left;
            color: #555;
            margin-bottom: 20px;
        }

        .Home-Blockchain .col-lg-12 p {
            width: 80% !important;
        }

        .service-card-content:nth-last-child(1) {
            width: 70%;
        }

        .btn-get-started {
            background-color: #0A97BE;
            color: #fff;
            font-size: 14px;
            padding: 10px 20px;
            border-radius: 30px;
            display: inline-flex;
            align-items: center;
            text-decoration: none;
        }

        .btn-get-started i {
            padding-left: 10px;
        }

        .btn-get-started:hover {
            background-color: #087a9b;
            color: #fff;
        }

        /* The key: absolute bottom-right image */
        .service-image {
            position: absolute;
            bottom: 0px;
            right: 0px;
            width: 50%;
            max-width: 300px;
            height: auto;
            z-index: 1;
            opacity: 1;
            visibility: visible;
        }

        .nft-card7-img {
            width: 220px;
        }

        /* Responsive fix */
        @media (max-width:986px) {
            .nft-card1-img {
                width: 200px;
            }

            .nft-card3-img {
                width: 200px;
            }

            .nft-card4-img {
                width: 200px;
            }

            .nft-card7-img {
                width: 150px;
            }

            .nft-card5-img {
                width: 150px;
            }
        }

        @media (max-width: 576px) {
            .service-card-content {
                padding-bottom: 160px;
                /* more space on small screen */
            }

            .service-card {
                padding: 22px;
            }

            .service-image {
                width: 45%;
                right: 10px;
                bottom: 10px;
            }

            .nft-card1-img {
                width: 50%;
            }

            .nft-card3-img {
                width: 200px;
            }

            .nft-card5-img {
                width: 150px;
            }

            .nft-card7-img {
                width: 150px;
            }

            .service-card h3 {
                width: 100%;
            }

            .service-card p {
                text-align: justify;
            }

            .Home-Blockchain .col-lg-12 p {
                width: 100%;
            }
        }

        /* ------------------------------- */
        .Home-Blockchain {

            padding-block: 50px;
        }

        .Home-Blockchain-header {
            text-align: center;
            margin-bottom: 30px;
        }

        .Home-Blockchain-para {
            text-align: center;
            padding-block: 20px;
        }

        .Home-Blockchain-dev {
            background: url("https://res.cloudinary.com/cryptiecraft/image/upload/f_auto,q_auto/assets/index/cta.webp");
            background-position: center;
            background-size: cover;
            width: 100%;
            height: auto;
            padding-block: 70px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .Home-Blockchain-dev-head {
            color: white;
            width: 100%;
            text-align: center;
            font-weight: 500;
            margin-bottom: 30px;
        }

        .Home-Blockchain-dev-para {
            color: white;
            width: 50%;
            text-align: center;
            padding-block: 20px;
        }

        @media (max-width:768px) {
            .Home-Blockchain-dev-head {
                width: 100%;
                font-size: 30px;
            }

            .Home-Blockchain-dev-para {

                width: 100%;
            }

            .Home-Blockchain {
                margin-top: 0px;
            }
        }

        @media (max-width:486px) {
            .Home-Blockchain-dev-head {
                font-size: 33px !important;
            }

            .Home-Blockchain-header {
                text-align: left;
            }
        }

        /* -------------------------------------- */

        .industry-section {
            padding: 30px 0;
            position: relative;
            overflow: hidden;
        }

        .industry-section h2 {
            text-align: center;
            font-weight: 500;
            margin-bottom: 30px;
        }

        .industry-section h2 span {
            color: #0A97BE;
        }

        .industry-section p {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 50px;
            color: #555;
        }

        .industry-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-gap: 4px;
            position: relative;
            z-index: 1;
        }

        .industry-card {
            background: #fff;
            text-align: center;
            padding: 30px 10px;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
            position: relative;
            z-index: 2;
            height: 200px;
        }

        .industry-card img {
            width: 60px;

            margin-bottom: 10px;
        }

        .industry-card h5 {
            font-size: 14px;
            margin: 0;
        }

        /* === Glowing background squares === */
        .glow-box {
            position: absolute;
            width: 330px;
            height: 230px;
            background: linear-gradient(135deg, #0A97BE, #60C4C9, #34F8FF);
            border-radius: 12px;
            z-index: 0;
            animation: moveBox1 2s ease-in-out infinite;
        }

        .glow-box2 {
            position: absolute;
            width: 330px;
            height: 230px;
            background: linear-gradient(135deg, #0A97BE, #60C4C9, #34F8FF);
            border-radius: 12px;
            z-index: 0;
            animation: moveBox2 2s ease-in-out infinite;
        }

        @keyframes moveBox1 {

            0%,
            100% {
                top: 10px;
                left: 10px;
            }

            33% {
                top: 100px;
                left: 170px;
            }

            66% {
                top: 250px;
                left: 340px;
            }

            90% {
                top: 10px;
                left: 600px;
            }

        }

        @keyframes moveBox2 {

            0%,
            100% {
                top: 50px;
                left: 50px;
            }

            33% {
                top: 350px;
                left: 300px;
            }

            66% {
                top: 240px;
                left: 600px;
            }

            90% {
                top: 300px;
                left: 600px;
            }
        }

        @media (max-width:998px) {
            @keyframes moveBox1 {

                0%,
                100% {
                    top: 10px;
                    left: 10px;
                }

                33% {
                    top: 100px;
                    left: 100px;
                }

                66% {
                    top: 250px;
                    left: 240px;
                }

                90% {
                    top: 10px;
                    left: 300px;
                }

            }

            @keyframes moveBox2 {

                0%,
                100% {
                    top: 50px;
                    left: 50px;
                }

                33% {
                    top: 350px;
                    left: 200px;
                }

                66% {
                    top: 240px;
                    left: 300px;
                }

                90% {
                    top: 300px;
                    left: 200px;
                }
            }
        }

        @media (max-width:786px) {
            @keyframes moveBox1 {

                0%,
                100% {
                    top: 10px;
                    left: 10px;
                }

                33% {
                    top: 100px;
                    left: 100px;
                }

                66% {
                    top: 250px;
                    left: 120px;
                }

                90% {
                    top: 10px;
                    left: 100px;
                }

            }

            @keyframes moveBox2 {

                0%,
                100% {
                    top: 50px;
                    left: 50px;
                }

                33% {
                    top: 350px;
                    left: 50px;
                }

                66% {
                    top: 240px;
                    left: 100px;
                }

                90% {
                    top: 300px;
                    left: 100px;
                }
            }
        }

        @media (max-width: 576px) {
            .industry-grid {
                grid-template-columns: repeat(2, 1fr);
                /*  force 2 per row */
            }

            .glow-box,
            .glow-box2 {
                display: none;
            }

            .industry-card {
                height: 130px;
            }
        }

        .industry-section-bubble1 {
            width: 200px;
            height: 200px;
            background-color: #0a94be2d;
            border-radius: 50%;
            position: absolute;
            right: 0;
            top: 0;
            z-index: -1;
            backdrop-filter: blur(300px);
            box-shadow: 0 0 150px #0a97be88;
            /* glow effect */
        }

        .industry-section-bubble2 {
            width: 200px;
            height: 200px;
            background-color: #0a94be2d;
            border-radius: 50%;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: -1;
            backdrop-filter: blur(300px);
            box-shadow: 0 0 150px #0a97be88;
            /* stronger glow */
        }



        .home-portfolio-section {
            padding: 80px 0;
            overflow-x: hidden;
            position: relative;
        }

        .home-portfolio-section h2 {
            text-align: center;
            font-size: 32px;
            font-weight: 500;
            margin-bottom: 60px;
        }

        .home-portfolio-section h2 span {
            color: #0a97be;
        }

        .home-portfolio-container {
            display: flex;
            position: relative;
            margin: auto;
            z-index: 1;
        }

        .home-portfolio-left {
            background-color: #0a97be;
            color: #fff;
            padding: 60px 40px;
            width: 35%;
            z-index: 2;
            position: relative;
            height: 100vh;
        }

        .home-portfolio-left h3 {
            font-size: 44px;
            font-weight: 500;
            margin-bottom: 20px;
        }

        .home-portfolio-left p {
            font-size: 18px;
            margin-bottom: 20px;
            width: 80%;
        }

        .home-portfolio-left .btn {
            background-color: white;
            color: #0a97be;
            font-weight: 500;
            border-radius: 30px;
            padding: 10px 24px;
            font-size: 14px;
        }

        .home-portfolio-right {
            width: 90%;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 2;
            display: flex;
            align-items: center;
        }

        .swiper {
            width: 80%;
            display: flex;
            margin-right: 40px !important;

        }

        .swiper-slide img {
            width: 100%;
            margin-right: auto;
            height: auto;
            object-fit: contain;
        }

        @media (max-width:768px) {
            .home-portfolio-right {
                width: 100%
            }

            .swiper {
                width: 100%;
                margin-right: 0px !important;
            }

        }

        .swiper-button-prev {
            color: #ffffff !important;
            font-weight: 1000;
        }

        .swiper-button-next {
            color: #0a97be;
            font-weight: 1000;
        }

        .swiper-button-prev:after,
        .swiper-rtl .swiper-button-next:after {
            position: absolute;
            left: 70px;
        }

        @media (max-width: 991px) {
            .home-portfolio-left {
                background-color: white;
            }

            .home-portfolio-left h3 {
                color: #0A97BE;
            }

            .home-portfolio-left p {
                width: 100%;
                color: #000;
            }

            .home-portfolio-container {
                flex-direction: column;
                position: static;
            }

            .home-portfolio-left {
                width: 100%;
                text-align: center;
                padding: 40px 20px;
                height: auto;
            }

            .home-portfolio-right {
                width: 100%;
                position: static;
                margin-top: 30px;
            }

            .swiper-button-next:after,
            .swiper-rtl .swiper-button-prev:after {
                display: none;
            }

            .swiper-button-prev:after,
            .swiper-rtl .swiper-button-next:after {
                display: none;
            }

            .home-portfolio-section {
                padding: 40px 0px;
            }

            .home-portfolio-section h2 {
                margin-bottom: 30px;
                font-size: 28px !important;
            }
        }

        @media (max-width:500px) {
            .home-portfolio-left {
                padding: 10px 20px;
            }

            .home-portfolio-left h3 {
                font-size: 20px;
            }

            .home-portfolio-right {
                margin-top: 0px;
            }
        }

        /* ________________________ */
        /* Base Style - Desktop First */
        .home-exchange-section {

            padding: 100px 0;
            text-align: center;
        }

        .home-exchange-section h2 {
            font-weight: 500;
            font-size: 32px;
        }

        .home-exchange-section h2 span {
            color: #0A97BE;
        }

        .home-exchange-section p {
            max-width: 700px;
            margin: 10px auto 40px;
            font-size: 16px;
        }

        .home-tab-menu {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 30px;
            margin-bottom: 20px;
            position: relative;
            flex-wrap: wrap;
        }

        .home-tab-btn {
            background: none;
            border: none;
            font-size: 16px;
            padding-bottom: 10px;
            margin-bottom: -2px;
            position: relative;
            display: inline-block;
            cursor: pointer;
            transition: color 0.3s ease;
            will-change: transform;
            transform-style: preserve-3d;

        }

        .home-tab-btn:hover {
            color: #0A97BE;
            transform: translateY(-2px);
            transition: all 0.2s ease;
        }

        .home-tab-btn.active {
            color: #0A97BE;
            border: none;
        }

        .home-tab-btn.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: #0A97BE;
        }

        .home-tab-btn.active::before {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 50%;
            transform: translateX(-50%);
            border: 6px solid transparent;
            border-top-color: #0A97BE;
        }

        /* Fade-in animation */
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .home-section-tab-content-box {
            animation: fadeIn 0.5s ease-in-out;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(245, 250, 255, 0.95));
            backdrop-filter: blur(8px);
            border: 1px solid #0a97be;
            padding: 40px;
            border-radius: 16px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
            text-align: left;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .home-section-tab-content-box::before {
            content: '';
            position: absolute;
            top: -20px;
            left: -20px;
            width: 80px;
            height: 80px;
            background: #0A97BE;
            opacity: 0.07;
            border-radius: 50%;
            z-index: 0;
        }


        .home-section-tab-content-box h4 {
            color: #0A97BE;
            font-weight: 500;
            font-size: 22px;
            margin-bottom: 15px;
        }

        .home-section-tab-content-box-para {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            padding-right: 10px;
            font-size: 15.5px;
            color: #333;
            line-height: 1.6;
        }


        /* Floating bounce animation */
        @keyframes floatUp {

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

            50% {
                transform: translateY(-6px);
            }
        }

        .home-section-feature-card {
            position: relative;
            background: rgba(255, 255, 255, 0.25);
            border: 1px solid rgba(10, 151, 190, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 12px;
            padding: 16px;
            font-size: 15px;
            color: #333;
            box-shadow: 0 4px 18px rgba(10, 151, 190, 0.1);
            height: 60px;
            transition: all 0.3s ease;
            overflow: hidden;

        }

        @media (max-width:1200px) {
            .home-section-feature-card {
                height: 100px;
            }
        }

        @media (max-width:986px) {
            .home-section-feature-card {
                height: 80px;
            }
        }

        @media (max-width:500px) {
            .home-section-tab-content .p-4 {
                padding: 10px !important;
            }
        }

        .home-section-feature-card p {
            position: relative;
            z-index: 1;
            text-align: center;
            margin: 0;
            font-weight: 500;
            font-size: 13px;
        }

        .home-section-feature-card:hover {
            background: rgba(255, 255, 255, 0.5);
            transform: translateY(-6px) scale(1.02);
            box-shadow: 0 12px 28px rgba(10, 151, 190, 0.2);
            border-color: #bceeff;
        }

        .home-section-feature-card:hover::after {
            transform: scale(1.2);
            opacity: 1;
        }

        /* Optional Icon Overlay for Features */
        .home-section-feature-card::before {
            content: '';
            position: absolute;
            top: -40%;
            left: -40%;
            width: 180%;
            height: 180%;
            background: radial-gradient(circle at center, rgba(10, 151, 190, 0.08), transparent 70%);
            z-index: 0;
            transition: transform 0.6s ease, opacity 0.6s ease;
            transform: scale(0);
            opacity: 0;
        }

        .home-section-feature-card::before:hover {
            transform: scale(1.3);
            opacity: 1;
        }

        .home-section-feature-card::after {
            content: "";
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle at center, rgba(10, 151, 190, 0.1) 0%, transparent 70%);
            transform: scale(0);
            opacity: 0;
            transition: transform 0.5s, opacity 0.5s;
        }

        /* Tablet Devices (≤ 991px) */
        @media (max-width: 991.98px) {
            .home-tab-btn {
                font-size: 15px;
                padding-bottom: 8px;
            }

            .home-section-tab-content-box {
                padding: 30px 20px;
            }

            .home-exchange-section h2 {
                font-size: 28px;
            }

            .home-exchange-section p {
                font-size: 15px;
                margin: 0 20px 30px;
            }

            .home-section-feature-card {
                font-size: 13.5px;
                padding: 12px;
            }
        }

        /* Mobile Devices (≤ 767px) */
        @media (max-width: 767.98px) {
            .home-tab-menu {
                gap: 10px;
                justify-content: center;
            }

            .home-tab-btn {
                flex: 0 0 calc(50% - 12px);
                text-align: center;
                font-size: 14px;
                padding: 8px 0;
            }

            .home-tab-btn.active::after,
            .home-tab-btn.active::before {
                display: none;
            }

            .home-section-tab-content-box {
                padding: 20px 15px;
            }

            .home-exchange-section h2 {
                font-size: 22px;
            }

            .home-exchange-section p {
                font-size: 14px;
                text-align: center;
            }

            .home-section-feature-card {
                font-size: 13px;
                padding: 10px;
            }

            .home-section-feature-card br {
                display: none;
            }

            .home-tab-btn {
                border-bottom: 1px solid #ddd;
            }
        }

        /* Small Mobile (≤ 480px) */
        @media (max-width: 480px) {
            .home-exchange-section p {
                margin: 0px;
                padding: 0px;
            }

            .home-tab-btn {
                flex: 0 0 100%;
                padding: 10px 0;
            }

            .home-tab-menu {
                flex-direction: column;
                gap: 5px;
            }

            .home-section-feature-card {
                font-size: 12.5px;
                padding: 10px;
            }
        }

        /* Base section styling */
        .Home-Blockchain-network {
            padding: 60px 0;
            background: linear-gradient(to top right, #0a97be6e, #fff, #fff, #0a97be60);
        }

        .Home-Blockchain-network-container {
            width: 80%;
            margin: 0 auto;
            text-align: center;
        }

        .Home-Blockchain-network-head {
            font-size: 2rem;
            margin-bottom: 30px;
            line-height: 1.4;
        }

        .Home-Blockchain-network-head span {
            color: #0A97BE;
        }

        .Home-Blockchain-network-para {
            color: #555;
            padding-block: 20px;
        }

        /* Card wrapper */
        .Home-Blockchain-image {
            width: 100%;
            max-width: 100px;
            height: auto;
            border-radius: 10px;
            padding: 15px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .Home-Blockchain-image img {
            width: 100%;
            height: auto;
            object-fit: contain;
        }

        .Home-Blockchain-image:hover {
            transform: scale(1.05);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        /* Text below each icon */
        .blockchain-name {
            font-size: 0.85rem;
            margin-top: 8px;
            text-align: center;
            color: #333;
            font-weight: 500;
        }

        /* Responsive Grid System Fix */
        .Home-Blockchain-network .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .Home-Blockchain-network .row {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .Home-Blockchain-network .col-lg-2,
        .Home-Blockchain-network .col-6 {
            padding: 15px;
            box-sizing: border-box;
        }

        .Home-Blockchain-network .col-lg-2 {
            width: 10.66%;
        }

        /* Large screens - 6 items per row */
        @media (min-width: 1200px) {
            .Home-Blockchain-network .col-lg-2 {
                width: 10.66%;
            }
        }

        /* Medium screens - 4 items per row */
        @media (min-width: 992px) and (max-width: 1199px) {
            .Home-Blockchain-network .col-lg-2 {
                width: 15%;
            }
        }

        /* Tablets - 3 items per row */
        @media (min-width: 768px) and (max-width: 991px) {

            .Home-Blockchain-network .col-lg-2,
            .Home-Blockchain-network .col-2 {
                width: 15%;
            }

        }

        /* Small screens - 2 items per row */
        @media (max-width:786px) {
            .Home-Blockchain-network .col-lg-2 {
                width: 16%;
            }

            .Home-Blockchain-network .col-lg-2,
            .Home-Blockchain-network .col-6 {
                padding: 0px;
            }

            .Home-Blockchain-network-container {
                width: 100%;
            }
        }

        /* Extra small screens - 1 item per row */
        @media (max-width: 480px) {
            .Home-Blockchain-network .col-lg-2 {
                width: 20%;
            }

            .Home-Blockchain-image img {
                width: 60%;
            }

            .home-portfolio-left h3 {
                margin-bottom: 0px;
            }

            .Home-Blockchain-image {
                max-width: 80px;
                padding: 10px;
            }

            .blockchain-name {
                font-size: 0.60rem;
            }
        }

        /* ------------------------------ */
        .rewards-badge {
            padding-block: 30px;
        }

        .rewards-badge h2 {
            color: #0a97be;
            text-align: center;
        }

        .rewards-badge .col-lg-4 {
            display: flex !important;
            justify-content: center !important;
        }

        .rewards-badge img {
            width: 150px;
            transition: all 0.3s ease;
        }

        .rewards-badge img:hover {
            transform: translateY(-5px);
        }

        .badge-3 {
            width: 300px !important;
        }

        @media (max-width:600px) {
            .rewards-badge img {
                width: 100px;
            }
        }

        /* ================= Desktop Style (Unchanged) ================= */
        .techstack-section {
            padding: 80px 0;
            background: linear-gradient(to right, #ffffff, #e8f9fd);
            text-align: center;
        }

        .techstack-section h2 {
            font-weight: 500;
        }

        .techstack-section h2 span {
            color: #0a97be;
        }

        .tech-tabs {
            margin-top: 40px;
            margin-bottom: 30px;
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .tech-tab-btn {
            background: none;
            border: none;
            font-weight: 500;
            font-size: 16px;
            padding: 10px 15px;
            cursor: pointer;
            position: relative;
            transition: 0.3s;
        }

        .tech-tab-btn.active {
            color: #0a97be;
            font-weight: 500;
        }

        .tech-tab-btn.active::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #0a97be;
        }

        .tech-icons {
            display: none;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
        }

        .tech-icons.active {
            width: 60%;
            margin: auto;
            display: grid;
            align-items: center;
            grid-template-columns: repeat(5, 1fr);
        }

        .tech-icon-card {
            background: #e1f5fb;
            border-radius: 10px;
            padding: 20px 30px;
            width: 120px;
            height: 120px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.3s;
        }

        .tech-icon-card img {
            max-width: 100%;
            height: auto;
        }

        .tech-icon-card span {
            font-weight: 500;
            font-size: 14px;
            color: #333;
        }

        .tech-icon-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        }

        /* ================= Mobile Responsive Enhancements ================= */
        @media (max-width: 768px) {
            .tech-icons.active {
                width: 100%;
                grid-template-columns: repeat(4, 1fr);
                gap: 15px;
                animation: fadeSlideUp 0.6s ease-in-out;
            }

            .tech-icon-card {
                padding: 15px 20px;
                width: 100%;
                height: auto;
                background-color: transparent;
            }

            .tech-tabs {
                overflow-x: auto;
                padding-bottom: 10px;
            }

            .tech-tab-btn {
                font-size: 14px;
                padding: 6px 12px;
                white-space: nowrap;
            }
        }

        @keyframes fadeSlideUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* ------------------------------- */
        .Home-partner {
            background: url("https://res.cloudinary.com/cryptiecraft/image/upload/f_auto,q_auto/assets/index/cta\ 2.webp");
            background-position: center;
            background-size: cover;
            padding-block: 70px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .testimonial-section {
            padding: 100px 20px;
            position: relative;
            overflow: hidden;
        }

        .testimonial-text {
            max-width: 500px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .testimonial-text h2 {
            font-size: 24px;
            font-weight: 500;
        }

        .testimonial-text h2 span {
            color: #0A97BE;
        }

        .testimonial-text p {
            font-size: 18px;
            margin-top: 10px;
        }

        .testimonial-slider-wrapper {
            position: relative;
            height: 600px;
            overflow: hidden;
            display: flex;
            justify-content: center;

        }

        .testimonial-slider {
            display: flex;
            flex-direction: column;
            transition: transform 0.6s ease;
        }

        .testimonial-card {
            width: 100%;
            max-width: 600px;
            margin: 10px auto;
            padding: 20px 20px 20px 10px;
            background: #fff;
            border: 1px solid #ddd;
            border-left: 12px solid #ddd;
            border-radius: 4px;
            color: #666;
            position: relative;
            transition: all 0.5s ease;
            transform: scale(0.95);
            opacity: 0.6;
            height: 200px;
        }

        .testimonial-card strong {
            font-weight: 500;
            display: flex;
            align-items: center;
            color: #0099cc;
        }

        .testimonial-card strong img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin-right: 30px;
        }

        .testimonial-card strong span {
            color: rgba(0, 0, 0, 0.603);
        }

        .testimonial-card.active {
            transform: scale(1.05);
            border-color: #0A97BE;
            border-left: 12px solid #0A97BE;
            opacity: 1;
            color: #000;
            box-shadow: 0 8px 20px rgba(10, 151, 190, 0.1);
            z-index: 2;
        }




        /* Dots */
        .testimonial-dots {
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            gap: 12px;
            z-index: 2;
        }

        .dot {
            width: 6px;
            height: 16px;
            background: #ddd;
            border-radius: 5px;
            transition: all 0.3s ease;
        }

        .dot.active {
            background: #0A97BE;
        }

        .testimonial-section-bubble1 {
            position: absolute;
            top: -50px;
            /* adjust as needed */
            left: -50px;
            /* adjust as needed */
            width: 200px;
            height: 200px;
            border-radius: 50%;
            background-color: rgba(160, 212, 226, 0.363);
            /* use rgba for opacity */
            backdrop-filter: blur(20px);
            /* valid blur */
            -webkit-backdrop-filter: blur(20px);
            /* for Safari */
            z-index: -1;
            box-shadow: 0 0 100px rgba(137, 195, 211, 0.726);
        }

        .testimonial-section-bubble2 {
            position: absolute;
            top: -50px;
            /* adjust as needed */
            right: -50px;
            /* adjust as needed */
            width: 200px;
            height: 200px;
            border-radius: 50%;
            background-color: rgba(160, 212, 226, 0.363);
            /* use rgba for opacity */
            backdrop-filter: blur(20px);
            /* valid blur */
            -webkit-backdrop-filter: blur(20px);
            /* for Safari */
            z-index: -1;
            box-shadow: 0 0 100px rgba(137, 195, 211, 0.726);
        }

        .testimonial-section-bubble3 {
            position: absolute;
            bottom: -30px;
            /* adjust as needed */
            right: 50%;
            /* adjust as needed */
            width: 200px;
            height: 200px;
            border-radius: 50%;
            background-color: rgba(160, 212, 226, 0.363);
            /* use rgba for opacity */
            backdrop-filter: blur(20px);
            /* valid blur */
            -webkit-backdrop-filter: blur(20px);
            /* for Safari */
            z-index: -1;
            box-shadow: 0 0 100px rgba(137, 195, 211, 0.726);
        }

        /* Responsive */

        @media (max-width:986px) {
            .testimonial-text {
                max-width: 100%;
            }
        }

        @media (max-width: 768px) {
            .testimonial-section .row {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }

            .testimonial-dots {

                transform: translateX(50%);
            }

            .dot {
                width: 12px;
                height: 6px;
            }

            .dot.active {
                width: 18px;
            }

            .testimonial-section {
                padding-top: 50px;
            }

            .testimonial-card {
                top: 20px;
            }
        }

        /* Responsive */
        @media (max-width:1200px) {
            .testimonial-slider-wrapper {
                height: 620px;
            }
        }

        @media (max-width: 992px) {
            .testimonial-section .row {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }

            .testimonial-text {
                text-align: center;
            }

            .testimonial-slider-wrapper {
                height: 600px;
            }

            .testimonial-card {
                height: 200px;
                padding: 18px 16px 16px 20px;
            }

            .testimonial-card.active {
                transform: scale(1.04);
            }

            .testimonial-card::before {
                font-size: 16px;
                right: 12px;
                top: 10px;
            }
        }

        @media (max-width:786px) {
            .testimonial-slider-wrapper {
                width: 90%;
            }

            .testimonial-card {
                width: 90%;
                font-size: 15px;
            }
        }

        @media (max-width: 576px) {
            .Home-partner {
                padding-block: 50px;
            }

            .testimonial-slider-wrapper {
                height: 410px;
            }

            .testimonial-card {
                height: 250px;
            }

            .testimonial-text h2 {
                font-size: 20px;
            }

            .testimonial-text p {
                font-size: 13px;
            }

            .testimonial-card {
                height: 250px;
                padding: 14px;
                font-size: 14px;
            }

            .testimonial-dots {

                transform: translateX(50%);
            }

            .dot {
                width: 12px;
                height: 6px;
                border-radius: 3px;
            }

            .dot.active {
                width: 18px;
                height: 6px;
            }
        }

        @media (max-width:486px) {
            .testimonial-slider-wrapper {
                height: 420px;
            }

            .testimonial-section {
                padding-block: 20px !important;

            }

            .testimonial-card {
                font-size: 11px;
            }
        }

        /* --------------------------- */
        /* -------innovative------------- */
        .innovative-services {
            position: relative;
            overflow: hidden;
            max-width: 1300px;
            padding-inline: 20px;
            margin: 60px auto;
            padding-block: 64px;
            text-align: center;
            border-radius: 40px;
            background: linear-gradient(180deg, #f6fdff 0%, #eef8fb 55%, #f3f0fc 100%);
            isolation: isolate;
        }

        .innov-bg-orb {
            position: absolute;
            border-radius: 50%;
            filter: blur(70px);
            pointer-events: none;
            z-index: 0;
        }
        .innov-bg-orb.orb-1 { width: 340px; height: 340px; top: -120px; left: -80px; background: rgba(10,151,190,.20); }
        .innov-bg-orb.orb-2 { width: 300px; height: 300px; bottom: -110px; right: -60px; background: rgba(124,58,237,.16); }

        .innov-eyebrow {
            position: relative; z-index: 1;
            display: inline-flex; align-items: center; gap: 8px;
            color: #0A97BE; font-size: .62rem; font-weight: 800;
            letter-spacing: .2em; text-transform: uppercase; margin-bottom: 14px;
        }
        .innov-eyebrow::before, .innov-eyebrow::after {
            content: ''; display: block; width: 28px; height: 1px; background: #0A97BE; opacity: .5;
        }

        .innovative-services h2,
        .innovative-services > p {
            position: relative;
            z-index: 1;
        }

        .innovative-services-container {
            position: relative;
            z-index: 1;
            padding: 10px;
        }

        @media (max-width:786px) {
            .innovative-services-container .row {
                width: 100% !important;
                margin: auto !important;
            }

            .innovative-services-container .row>* {
                padding-left: 0px !important;
                padding-right: 0px !important;
            }
        }

        .innovatice-box-inside {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(255,255,255,.35);
            backdrop-filter: blur(16px) saturate(160%);
            -webkit-backdrop-filter: blur(16px) saturate(160%);
            border: 1px solid rgba(255,255,255,.6);
            box-shadow: 0 8px 32px rgba(10,22,40,.12),
                inset 0 1px 0 rgba(255,255,255,.5);
            border-radius: 22px;
            padding: 14px;
            z-index: 2;
        }

        @media (max-width:986px) {
            .innovatice-box-inside {
                display: none;
            }

            .innovative-services {
                padding-inline: 0px;
            }
        }

        .innovatice-box {
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            display: flex;
            flex-direction: column;
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid rgba(255,255,255,.5);
            box-shadow: 0 4px 24px rgba(10,22,40,.08);
            background-position: center;
            background-size: cover;
            width: 100%;
            height: 250px;
            padding: 20px;
            color: white;
        }

        .innovatice-box:hover {
            transform: translateY(-4px);
            box-shadow: 0 20px 48px rgba(10,22,40,.16);
        }

        /* background photo layer — desaturated by default, colorizes on hover */
        .innovatice-box::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: inherit;
            background-position: inherit;
            background-size: cover;
            filter: grayscale(1) brightness(.85);
            transition: filter .6s ease;
            z-index: 0;
        }

        .innovatice-box:hover::before {
            filter: grayscale(0) brightness(1);
        }

        /* glass scrim — frosted gradient over the photo so text stays legible */
        .innovatice-box::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(7,18,36,.05) 0%, rgba(7,18,36,.65) 100%);
            backdrop-filter: blur(2px);
            -webkit-backdrop-filter: blur(2px);
            transition: backdrop-filter .4s ease, background .4s ease;
            z-index: 1;
        }

        .innovatice-box:hover::after {
            background: linear-gradient(180deg, rgba(7,18,36,.02) 0%, rgba(7,18,36,.55) 100%);
        }

        .innovatice-box h4 {
            position: relative;
            z-index: 2;
        }

        .innovatice-box p {
            max-height: 0;
            overflow: hidden;
            text-align: start;
            color: white;
            position: relative;
            z-index: 2;
            opacity: 0;
            transition: max-height 0.5s ease, opacity 0.5s ease;
        }

        .innovatice-box:hover p {
            max-height: 300px;
            /* should be >= paragraph height */
            opacity: 1;
        }

        .innovatice-box.box1 {
            background-image: url('assets/index/mvp-launch.png');
            align-items: start;
            justify-content: end;
        }

        /* source art is naturally silver/monochrome — colorize into brand teal on hover
           instead of a plain grayscale(0), so it reads as "color" like the other cards */
        .innovatice-box.box1:hover::before {
            filter: sepia(.7) saturate(3) hue-rotate(162deg) brightness(.9) contrast(1.05);
        }

        .innovatice-box.box2 {
            background-image: url('assets/index/metaverse-integration.png');
            align-items: end;
            justify-content: end;
        }

        /* source art is naturally silver/monochrome — colorize into light blue on hover
           (same hue family as MVP Launch), instead of a plain grayscale(0) */
        .innovatice-box.box2:hover::before {
            filter: contrast(.6) brightness(1.5) sepia(.6) saturate(3) hue-rotate(162deg);
        }

        .innovatice-box.box2 p,
        .innovatice-box.box4 p {
            text-align: end;
        }

        .innovatice-box.box3 {
            background-image: url('assets/index/ai-blockchain.png');
            background-position: center;
            align-items: start;
            justify-content: end;
        }

        /* source art already has real color — sharpen on hover like the other real-color cards */
        .innovatice-box.box3:hover::after {
            backdrop-filter: none;
            -webkit-backdrop-filter: none;
        }

        .innovatice-box.box4 {
            background-image: url('assets/index/cross-chain-dapps.png');
            align-items: end;
            justify-content: end;
        }

        @media (max-width:986px) {
            .innovatice-box p {
                max-height: 300px;
                /* should be >= paragraph height */
                opacity: 1;
            }

            .innovatice-box::before {
                filter: grayscale(0) brightness(1);
            }
        }

        @media (max-width:600px) {
            .innovative-services {
                text-align: left;
                padding-inline: 20px;
            }
        }

        /* ------------------------------------ */
        /* ----------------industries-------------- */
        .home-industries {
            max-width: 1300px;
            margin: auto;
            text-align: center;
            padding-block: 50px;
        }

        .home-industries h2 {
            background: linear-gradient(135deg, #0A97BE, #054658);
            background-clip: text;
            color: transparent;
        }

        .home-industries-p {
            max-width: 1000px;
            padding-inline: 20px;
            margin: auto;
        }

        .home-industries-container {
            margin-top: 30px;
            padding-inline: 20px;
        }

        .home-industries-box {
            background-color: #F0F0F3;
            border-radius: 24px;
            box-shadow: inset 10px 10px 15px 0px #AEAEEC4F,
                inset 10px 10px 10px 0px #FFFFFF,
                inset -10px -10px 10px 0px #AEAEC063;
            padding-inline: 10px;
            padding-top: 100px;
            padding-bottom: 20px;
            min-height: 100%;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .home-industries-box h3 {
            background: linear-gradient(135deg, #0A97BE, #054658);
            background-clip: text;
            color: transparent;
        }

        .home-industries-box:hover {
            box-shadow: inset 10px 10px 10px 0px #AEAEC063,
                inset -10px -10px 10px 0px #FFFFFF,
                inset 10px 10px 15px 0px #AEAEEC4F;
        }

        .home-industries-box::before {
            content: "";
            position: absolute;
            width: 530px;
            height: 300px;
            top: -210px;
            left: -55px;
            background-color: #D9D9D9;
            border-radius: 50%;
            transition: all 0.3s ease;
        }

        .home-industries-box:hover::before {
            background: linear-gradient(135deg, #0A97BE, #054658);
        }

        .home-industries-box .ind-icon {
            width: 100px;
            height: 100px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: linear-gradient(135deg, #0A97BE, #054658);
            box-shadow: 0 6px 18px rgba(10,151,190,.35);
            position: relative;
            z-index: 1;
        }

        .home-industries-box .ind-icon i {
            font-size: 2.4rem;
            color: #fff;
        }

        /* --------------------------------- */
        /* ------------web3-development------------ */
        .web3-dev {
            background: #FFFFFF;
            padding-block: 30px;
        }

        .web3-dev h2 {
            color: #1a1a1a;
        }

        .web3-dev-left {
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%;
        }

        .web3-dev-right img {
            max-height: 100%;
            width: 100%;
            height: auto;
            -webkit-mask-image: radial-gradient(ellipse 92% 90% at center, black 68%, transparent 100%);
            mask-image: radial-gradient(ellipse 92% 90% at center, black 68%, transparent 100%);
        }

        /* -------------------------------- */
        /* ---------------home-tech-stack-------------- */
        .home-text {
            max-width: 1300px;
            padding-inline: 20px;
            text-align: center;
            margin: auto;
            padding-block: 50px;
        }

        .home-text h2 {
            background: linear-gradient(135deg, #0A97BE, #054658);
            background-clip: text;
            color: transparent;
        }

        .home-text-p {
            width: 80%;
            text-align: center;
            margin: auto;
        }

        .home-text-row {
            padding-top: 30px;
            padding-inline: 20px;
        }

        .text-left .home-text {
            text-align: left;
        }

        .text-right .home-text {
            text-align: right;
        }

        .text-right .home-text-box {
            margin-left: auto;
            margin-right: 10px;
        }

        .home-text-container {
            margin-top: 30px;
            background: linear-gradient(120deg, #0A97BE, #0983A5);
            box-shadow: 0px 4px 12px 0px #00000026;
            border-radius: 16px;

        }

        @media (max-width:986px) {
            .home-text-container {
                padding-block: 20px;
            }
        }

        .home-text-content {
            padding-block: 100px;

        }

        .home-text-content h3 {
            color: white;
        }

        .home-text-content p {
            max-width: 900px;
            text-align: center;
            margin: auto;
            color: white;
        }

        .home-text-headbox {
            padding: 10px 40px;
            background-color: white;
            width: fit-content;
            margin: auto;
            text-align: center;
            border-radius: 0px 0px 1rem 1rem;
        }

        .home-text-headbox h4 {
            background: linear-gradient(135deg, #0A97BE, #0983A5);
            background-clip: text;
            color: transparent;
        }

        .home-text-box {
            background-color: #F0F0F3;
            padding: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 1rem;
            gap: 10px;
            cursor: pointer;
        }

        @media (max-width:986px) {
            .home-text-box {
                width: fit-content;
                padding-inline: 30px;
                margin-left: 10px;
            }

            .home-text-content-row.text-right .home-text-box {
                background-color: #dc35456b !important;
            }
        }

        .home-text-box p {
            margin-bottom: 0px !important;
        }

        .home-text-box img {
            width: 50px;
            height: 50px;
        }

        .display-area {
            position: relative;
            width: 100%;
            height: 300px;
            overflow: hidden;
        }

        .home-text-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 10px;
            opacity: 0;
            transition: all 0.3s ease;
        }

        .home-text-content.active {
            opacity: 1;
        }


        @media (max-width:600px) {
            .home-text-container {
                background: linear-gradient(to bottom, white, white);
                box-shadow: none;
            }

            .home-text-container .text-left {
                background-color: #0983A5;
                padding-block: 10px;
                border-radius: 0.5rem;
                box-shadow: 0px 0px 5px #0983a583, inset 0px 0px 5px #0000006c;
            }

            .home-text-container .text-left h3 {
                color: white;
            }

            .home-text-container .text-left p {
                color: white;
            }

            .home-text-box p {
                color: black !important;
            }

            .home-text-container .text-right {
                background-color: rgb(255, 234, 234);
                padding-block: 10px;
                border-radius: 0.5rem;
                margin-block: 20px;
                box-shadow: 0px 0px 5px rgba(255, 234, 234, 0.658), inset 0px 0px 5px #0000006c;
            }

            .home-text h2 {
                text-align: left;
            }

            .home-text-p {
                width: 100%;
                text-align: left;
            }
        }

        /* ----------------------------------- */
        /* Whitelabel-Tech-stack */
        .tech-stack-section {
            padding: 30px 0;
            background-color: #fff;
        }

        .tech-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .tech-title {
            text-align: center;
            color: black;
            font-size: 32px;
            font-weight: 500;
            margin-bottom: 15px;
        }


        .tech-categories {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .tech-category {
            display: flex;
            border-radius: 10px;
            /* overflow: hidden; */
        }

        .category-label {
            border-radius: 10px;
            background: linear-gradient(to bottom, #0099cc, #006699);
            color: white;
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 250px;
            font-weight: 500;
            text-align: center;
            margin-right: 10px;
        }

        .tech-icons {
            /* background-color: #ffff; */
            border-radius: 10px;
            box-shadow: 0 0px 10px #0099cc;
            /* border: 1px solid #e0e0e0; */
            border-left: none;
            flex-grow: 1;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            padding: 10px 50px;
            gap: 50px;
            flex-wrap: wrap;
        }

        .tech-icon {
            height: 40px;
            width: auto;
            object-fit: contain;
        }

        /* Responsive styles */
        @media (max-width: 992px) {
            .category-label {
                width: 200px;
                padding: 15px;
            }

            .tech-icons {
                padding: 10px 20px;
                gap: 20px;
            }

            .tech-icon {
                height: 35px;
            }
        }

        @media (max-width: 768px) {
            .tech-category {
                flex-direction: column;
            }

            .category-label {
                width: 100%;
                padding: 10px;
            }

            .tech-icons {
                border-left: 1px solid #e0e0e0;
                border-top: none;
                padding: 15px;
                justify-content: center;
            }

            .tech-title {
                font-size: 28px;
            }

            .tech-subtitle {
                font-size: 15px;
            }
        }

        @media (max-width: 576px) {
            .tech-stack-section {
                padding: 40px 0;
            }

            .tech-title {
                font-size: 24px;
            }

            .tech-subtitle {
                font-size: 14px;
            }

            .tech-icon {
                height: 30px;
            }


        }


        @keyframes slideInLeft {
            from {
                opacity: 0;
                transform: translateX(-50px);
            }

            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        .tech-icon.animate {
            animation: slideInLeft 0.8s ease forwards;
        }

        .tech-icon:nth-child(1) {
            animation-delay: 0.1s;
        }

        .tech-icon:nth-child(2) {
            animation-delay: 0.2s;
        }

        .tech-icon:nth-child(3) {
            animation-delay: 0.3s;
        }

        .tech-icon:nth-child(4) {
            animation-delay: 0.4s;
        }

        .tech-icon:nth-child(5) {
            animation-delay: 0.5s;
        }

        .tech-icon:nth-child(6) {
            animation-delay: 0.6s;
        }

        .tech-icon:nth-child(7) {
            animation-delay: 0.7s;
        }

        .tech-icon:nth-child(8) {
            animation-delay: 0.8s;
        }

        .tech-icon:nth-child(9) {
            animation-delay: 0.9s;
        }


        /* -------------------------------- */

        /* ---------------------------------- */
        .craitrix-case-studies {
            position: relative;
            padding-top: 50px;
        }

        /* .craitrix-case-studies::before{
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    left: 0;
    height: 400px;
    background: linear-gradient(to right,#0072FF, #004499);
    border-radius: 90px 90px 0px 0px;
} */
        .craitrix-case-studies-img img {
            width: 80%;
            display: flex;
            margin: auto;
        }

        .craitrix-case-studies-container {
            position: sticky;
            top: 30px;
        }

        .image-decrease {
            width: 40% !important;
            max-height: 600px;
            height: 100%;
        }

        .craitrix-case-studies-box {
            position: relative;
            padding-bottom: 100px;
        }

        .craitrix-case-studies-box .next,
        .craitrix-case-studies-box .prev {
            position: absolute;
            padding: 10px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            top: 40%;
            border: 4px solid #A9ABAC;
            color: #A9ABAC;
        }

        .craitrix-case-studies-box .prev {
            left: 200px;
        }

        .craitrix-case-studies-box .next {
            top: 40%;
            right: 200px;
        }

        .craitrix-case-studies-box-inside {
            position: absolute;
            width: 80%;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            margin: auto;
            text-align: center;
            background-color: white;
            padding-block: 50px;
            box-shadow: inset 10px 10px 10px 0px #00000033,
                inset -10px -10px 10px 0px #E0E0E040;
            border-radius: 50px 50px 0px 0px;


        }

        .craitrix-case-studies-box-inside h3 {
            width: 70%;
            margin: 50px auto;
        }

        .craitrix-case-studies-box-inside button {
            padding: 13px;
            width: 20%;
            border: none;
            border-radius: 20px;
            background: linear-gradient(to right, #0072FF, #004499);
            color: white;
            position: relative;
            overflow: hidden;
        }

        .craitrix-case-studies-box-inside button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -120%;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.3);
            transform: skewX(-20deg);
            transition: left 0.5s ease;

        }

        .craitrix-case-studies-box-inside button:hover::before {
            left: 120%;
            right: 0;
        }

        .craitrix-case-studies-box-inside img {
            width: 150px;
            position: absolute;
            top: 0;
            transform: translate(-50%, -50%);
        }

        .craitrix-case-studies h2 {
            text-align: center;
            margin-bottom: 30px;

        }

        .craitrix-case-studies h2 span {
            color: #0A97BE;
        }

        @media (max-width:500px) {
            .craitrix-case-studies-box-inside h3 {
                width: 95%;

            }

            .craitrix-case-studies::before {
                border-radius: 0px;
            }

            .craitrix-case-studies h2 {
                position: relative;
                z-index: 100;
                margin-bottom: 0px;
            }

            .craitrix-case-studies-box-inside button {
                width: 60%;
                padding: 8px;
            }

            .craitrix-case-studies-box-inside {
                padding-block: 10px;
            }

            .craitrix-case-studies-box-inside img {
                width: 70px;
            }

            .craitrix-case-studies-box-inside h3 {
                font-size: 16px;
                margin-bottom: 20px;
                margin-top: 30px;
            }

            .craitrix-case-studies-box .prev {
                left: 10px;
                top: 0%;
            }

            .craitrix-case-studies-box .next {
                right: 10px;
                top: 0%;
            }
        }

        @media (max-width:786px) {
            .craitrix-case-studies-img img {
                width: 80%;
            }

            .craitrix-case-studies-box .next {
                top: -45px;
            }

            .craitrix-case-studies-box .prev {
                top: -45px;
            }

            .craitrix-case-studies-box-inside {
                width: 95%;
            }
        }




        .craitrix-case-div1 {
            position: sticky;
            top: 30px;
            min-height: 100%;
            padding: 10px;
            width: 80%;
            margin: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 1rem;
        }

        /* .craitrix-case-div3 img{
    width: 320px !important;
} */
        @media (max-width:986px) {
            .craitrix-case-div1 {
                display: block;
                margin-bottom: 30px;
            }

        }

        .craitrix-case-inner {
            clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
            background-color: red;

            height: 200px;
            display: flex;
            padding: 2px;
            align-items: center;
            justify-content: center;
            position: relative;
        }


        /* -------------------------- */
        .craitrix-case-studies {
            position: relative;
            height: 100vh;
            width: 100%;
            background: linear-gradient(180deg, #f6fdff 0%, #eef8fb 55%, #f3f0fc 100%) !important;
            overflow: hidden;
        }

        .craitrix-case-studies::before,
        .craitrix-case-studies::after {
            content: '';
            position: absolute;
            border-radius: 50%;
            filter: blur(80px);
            pointer-events: none;
            z-index: 0;
        }
        .craitrix-case-studies::before { width: 380px; height: 380px; top: -100px; left: -100px; background: rgba(10,151,190,.18); }
        .craitrix-case-studies::after { width: 340px; height: 340px; bottom: -100px; right: -80px; background: rgba(124,58,237,.16); }

        /* enough for 2 closes */

        .craitrix-case-studies-container {
            position: relative;
            height: 70vh;
            overflow: hidden;
            z-index: 1;
        }

        .craitrix-case-div1 {
            position: absolute;
            inset: 40px;
            display: grid;
            grid-template-columns: 1fr 1.35fr;
            align-items: center;
            gap: 36px;
            padding: 0 48px;
            clip-path: inset(0 0 0 0);
            border-radius: 28px;
            border: 1px solid rgba(255,255,255,.4);
            backdrop-filter: blur(20px) saturate(160%);
            -webkit-backdrop-filter: blur(20px) saturate(160%);
            box-shadow: 0 8px 40px rgba(10,22,40,.1), inset 0 1px 0 rgba(255,255,255,.6);
            transform-origin: center top;
            will-change: transform, clip-path, opacity;
        }

        /* glass rim — bright diagonal sheen traced along the card edge */
        .craitrix-case-div1::before {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            padding: 1.5px;
            background: linear-gradient(135deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.15) 35%, transparent 55%, rgba(255,255,255,.55) 100%);
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            pointer-events: none;
            z-index: 3;
        }

        /* unique glow per card */
        .craitrix-case-studies-container .craitrix-case-div1:nth-child(1) {
            box-shadow: 0 12px 48px rgba(10,151,190,.28), inset 0 1px 0 rgba(255,255,255,.6);
        }
        .craitrix-case-studies-container .craitrix-case-div1:nth-child(2) {
            box-shadow: 0 12px 48px rgba(225,29,72,.24), inset 0 1px 0 rgba(255,255,255,.6);
        }
        .craitrix-case-studies-container .craitrix-case-div1:nth-child(3) {
            box-shadow: 0 12px 48px rgba(37,99,235,.28), inset 0 1px 0 rgba(255,255,255,.6);
        }

        .craitrix-case-div1 img {
            width: 100%;
            max-width: 420px;
            height: auto;
            border-radius: 10px;
            justify-self: center;
            z-index: 2;
        }

        .craitrix-case-div1 p {
            width: 100%;
            text-align: left;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.65;
            z-index: 2;
        }

        .next-section {
            height: 100vh;
            background: #111;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 2rem;
        }


        @media (max-width:600px) {
            /* Pin + 3D fall-away animation is disabled on mobile (see matchMedia in
               the script) because a fixed-height, overflow:hidden stage risks clipping
               content that stacks into one tall column here. Instead: normal document
               flow, auto height, all 3 cards simply listed one after another. */
            .craitrix-case-studies {
                height: auto;
                overflow-x: hidden;
                overflow-y: visible;
                padding: 60px 0 50px;
                gap: 32px;
            }
            .craitrix-case-studies-container {
                height: auto !important;
                max-width: 100%;
                width: 100%;
                display: flex;
                flex-direction: column;
                gap: 20px;
            }
            .craitrix-case-div1 {
                position: relative;
                inset: auto;
                grid-template-columns: 1fr;
                text-align: center;
                padding: 28px 20px;
                gap: 16px;
                opacity: 1 !important;
                transform: none !important;
                filter: none !important;
                clip-path: none;
            }
            .ccs-num, .ccs-tag { display: none; }
            .ccs-progress { display: none; }

            .craitrix-case-div1 img {
                width: 70% !important;
                max-width: none;
                margin-bottom: 0px;
                margin-top: 0;
            }

            .craitrix-case-div1 p {
                width: 100%;
                text-align: center;
                font-size: 1rem;
            }
        }


        @media (max-width:786px) {
            .responsive-br {
                display: none;
            }
        }

        /* ── Web3 Success Stories — full revamp: 3D reveal, ambient glow, stat chips ── */
        .craitrix-case-studies {
            background: #060b16 !important;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 56px;
            padding-top: 0;
        }
        .craitrix-case-studies::before, .craitrix-case-studies::after { display: none; }

        /* Header sizes to its own content. The card no longer stretches to fill all
           remaining space — it's capped to a fixed, shorter height and centered, so
           there's always visible section background above and below it and it never
           reads as touching (or scrolling straight into) the next section. */
        .craitrix-case-studies .ccs-header { flex: none; margin: 0 auto; }
        .craitrix-case-studies .craitrix-case-studies-container {
            flex: none;
            height: min(48vh, 420px);
            max-width: 1400px;
            width: 92%;
            margin: 0 auto;
        }
        .craitrix-case-studies .ccs-progress {
            flex: none;
            position: static;
            transform: none;
            justify-content: center;
        }

        .ccs-glow {
            position: absolute;
            width: 480px; height: 480px;
            top: 50%; left: 50%;
            transform: translate(-50%, -55%);
            border-radius: 50%;
            filter: blur(110px);
            pointer-events: none;
            z-index: 0;
            opacity: 0;
            transition: opacity .7s ease;
        }
        .ccs-glow.g1 { background: radial-gradient(circle, rgba(14,165,196,.55), transparent 70%); }
        .ccs-glow.g2 { background: radial-gradient(circle, rgba(37,99,235,.5), transparent 70%); }
        .ccs-glow.g3 { background: radial-gradient(circle, rgba(124,58,237,.5), transparent 70%); }
        .ccs-glow.active { opacity: 1; }

        .ccs-header {
            position: relative; z-index: 2;
            text-align: center;
            max-width: 640px;
            margin: 0 auto 8px;
            padding-top: 10px;
        }
        .ccs-eyebrow {
            display: inline-block;
            font-size: .78rem; font-weight: 700;
            letter-spacing: .06em; text-transform: uppercase;
            color: #3EC8E8; background: rgba(62,200,232,.12);
            padding: 6px 16px; border-radius: 999px;
            margin-bottom: 12px;
        }
        .craitrix-case-studies .ccs-header h2 {
            font-size: 2rem; font-weight: 700; color: #fff;
            margin-bottom: 8px;
        }
        .craitrix-case-studies .ccs-header h2 span { color: #3EC8E8; }
        .ccs-sub {
            font-size: .95rem; color: rgba(255,255,255,.6); line-height: 1.6; margin: 0;
        }

        /* 3D stage — cards fall away in perspective as you scroll */
        .craitrix-case-studies-container {
            perspective: 1600px;
        }
        .craitrix-case-div1 {
            transform-style: preserve-3d;
            backface-visibility: hidden;
            border: 1px solid rgba(255,255,255,.08);
        }

        /* Distinct, very cold light palettes — icy cyan → icy blue → icy indigo */
        .ccs-card-1 {
            background: linear-gradient(135deg, #f0feff 0%, #c9edf5 100%) !important;
            color: #0a4a5c;
        }
        .ccs-card-2 {
            background: linear-gradient(135deg, #f0f5ff 0%, #cddbfa 100%) !important;
            color: #12235e;
        }
        .ccs-card-3 {
            background: linear-gradient(135deg, #f1f2ff 0%, #ccd3f7 100%) !important;
            color: #232b6e;
        }
        .craitrix-case-div1 p { color: inherit; opacity: .82; }
        .ccs-link { color: inherit !important; text-decoration: none; font-weight: 700; }
        .craitrix-case-div1 img {
            mix-blend-mode: multiply;
            filter: drop-shadow(0 16px 30px rgba(10,22,40,.16));
        }

        /* subtle cool-toned dot-grid texture per card, reinforcing depth */
        .craitrix-case-div1::after {
            content: "";
            position: absolute; inset: 0; z-index: 0;
            background-image: radial-gradient(rgba(10,22,40,.06) 1.4px, transparent 1.4px);
            background-size: 22px 22px;
            border-radius: inherit;
            pointer-events: none;
        }
        .craitrix-case-div1 img, .craitrix-case-div1 p { position: relative; z-index: 2; }

        /* number badge, top-left, opposite the tag */
        .ccs-num {
            position: absolute;
            top: 22px; left: 28px; z-index: 4;
            font-size: .78rem; font-weight: 800;
            color: currentColor;
            opacity: .45;
            letter-spacing: .05em;
        }

        .ccs-tag {
            position: absolute;
            top: 22px; left: 50%; transform: translateX(-50%);
            z-index: 4;
            font-size: .72rem; font-weight: 700; letter-spacing: .04em;
            text-transform: uppercase;
            color: currentColor;
            background: rgba(255,255,255,.55);
            border: 1px solid rgba(10,22,40,.1);
            padding: 6px 16px; border-radius: 999px;
            backdrop-filter: blur(6px);
        }

        .ccs-stats {
            position: relative; z-index: 2;
            display: flex; flex-direction: column;
            align-items: flex-start;
            gap: 10px;
            margin-top: 0;
        }
        .ccs-stat { align-self: flex-start; }
        .ccs-stat {
            font-size: .72rem; font-weight: 600;
            color: currentColor;
            background: rgba(255,255,255,.55);
            border: 1px solid rgba(10,22,40,.1);
            padding: 6px 13px;
            border-radius: 999px;
        }

        .ccs-progress {
            position: absolute;
            bottom: 22px; left: 50%; transform: translateX(-50%);
            z-index: 5;
            display: flex; gap: 8px;
        }
        .ccs-dot {
            width: 8px; height: 8px; border-radius: 50%;
            background: rgba(255,255,255,.22);
            transition: background .3s ease, width .3s ease;
        }
        .ccs-dot.active {
            width: 26px; border-radius: 5px;
            background: linear-gradient(90deg, #3EC8E8, #7C3AED);
        }

        @media (max-width:600px) {
            .ccs-header h2 { font-size: 1.5rem; }
            .ccs-tag { top: 14px; font-size: .62rem; padding: 5px 12px; }
            .ccs-stats { margin-top: 10px; }
            .ccs-stat { font-size: .64rem; padding: 5px 10px; }
        }

        /* ------------------------------------ */
        /* ═══════════════════════════════════════════
           MODERN POPUP — Two-column CTA + Social Proof
           ═══════════════════════════════════════════ */
        .overlay {
            position: fixed;
            inset: 0;
            background: rgba(5, 12, 28, 0.72);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 16px;
            opacity: 0;
            pointer-events: none;
            transition: opacity .25s ease;
        }
        .overlay.is-open {
            opacity: 1;
            pointer-events: auto;
        }
        .overlay.is-open .cpop-modal {
            transform: translateY(0) scale(1);
            opacity: 1;
        }

        /* Modal shell */
        .cpop-modal {
            display: flex;
            width: 100%;
            max-width: 880px;
            max-height: 92vh;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 32px 80px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.06);
            transform: translateY(24px) scale(.97);
            opacity: 0;
            transition: transform .32s cubic-bezier(.22,1,.36,1), opacity .28s ease;
        }

        /* ── LEFT PANEL — Social proof ── */
        .cpop-left {
            width: 42%;
            flex-shrink: 0;
            background: linear-gradient(160deg, #070f20 0%, #0b1d3a 100%);
            padding: 36px 30px 32px;
            display: flex;
            flex-direction: column;
            gap: 22px;
            overflow-y: auto;
        }
        .cpop-left-head { color: #fff; font-size: .95rem; font-weight: 600; line-height: 1.35; }
        .cpop-left-head span { color: #0A97BE; }
        .cpop-left-sub { font-size: .72rem; color: rgba(255,255,255,.5); margin-top: 2px; }

        /* Review cards */
        .cpop-reviews { display: flex; flex-direction: column; gap: 12px; }
        .cpop-review {
            background: rgba(255,255,255,.05);
            border: 1px solid rgba(255,255,255,.08);
            border-radius: 14px;
            padding: 13px 14px;
        }
        .cpop-review-top { display: flex; align-items: center; gap: 10px; margin-bottom: 7px; }
        .cpop-avatar {
            width: 34px; height: 34px; border-radius: 50%;
            display: flex; align-items: center; justify-content: center;
            font-size: .68rem; font-weight: 700; color: #fff; flex-shrink: 0;
        }
        .cpop-reviewer { flex: 1; }
        .cpop-reviewer-name { font-size: .72rem; font-weight: 600; color: #fff; }
        .cpop-reviewer-role { font-size: .62rem; color: rgba(255,255,255,.45); margin-top: 1px; }
        .cpop-stars { display: flex; gap: 2px; }
        .cpop-stars i { font-size: .6rem; color: #f59e0b; }
        .cpop-review-text { font-size: .68rem; color: rgba(255,255,255,.65); line-height: 1.55; }

        /* Awards strip */
        .cpop-awards-label { font-size: .6rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.35); }
        .cpop-awards { display: flex; flex-wrap: wrap; gap: 8px; }
        .cpop-award {
            display: flex; align-items: center; gap: 6px;
            background: rgba(10,151,190,.1);
            border: 1px solid rgba(10,151,190,.22);
            border-radius: 8px;
            padding: 5px 10px;
        }
        .cpop-award i { font-size: .65rem; color: #0A97BE; }
        .cpop-award span { font-size: .62rem; font-weight: 600; color: rgba(255,255,255,.75); }

        /* ── RIGHT PANEL — CTA ── */
        .cpop-right {
            flex: 1;
            background: #fff;
            padding: 36px 34px 34px;
            display: flex;
            flex-direction: column;
            position: relative;
        }
        .cpop-close {
            position: absolute; top: 14px; right: 14px; z-index: 20;
            width: 34px; height: 34px; border-radius: 50%;
            background: rgba(10,22,40,.65);
            backdrop-filter: blur(6px);
            -webkit-backdrop-filter: blur(6px);
            border: 1px solid rgba(255,255,255,.18);
            cursor: pointer;
            display: flex; align-items: center; justify-content: center;
            transition: background .2s, transform .15s;
            flex-shrink: 0;
        }
        .cpop-close:hover { background: rgba(10,22,40,.88); transform: scale(1.08); }
        .cpop-close i { font-size: .82rem; color: #fff; }

        .cpop-right-eyebrow {
            display: inline-flex; align-items: center; gap: 6px;
            background: linear-gradient(135deg, #e8f4fd, #d0eaf8);
            border-radius: 30px; padding: 4px 12px;
            font-size: .6rem; font-weight: 700; letter-spacing: .1em;
            text-transform: uppercase; color: #0A97BE;
            margin-bottom: 14px; align-self: flex-start;
        }
        .cpop-right-head {
            font-size: 1.45rem; font-weight: 600; color: #0A1628;
            line-height: 1.28; margin-bottom: 8px;
        }
        .cpop-right-head span { color: #0A97BE; }
        .cpop-right-sub {
            font-size: .8rem; color: #5a6a7a; line-height: 1.6;
            margin-bottom: 28px;
        }

        /* CTA buttons */
        .cpop-ctas { display: flex; flex-direction: column; gap: 10px; }
        .cpop-ctas-row { display: flex; gap: 10px; }
        .cpop-ctas-row .cpop-cta-btn { flex: 1; min-width: 0; }
        .cpop-cta-btn {
            display: flex; align-items: center; gap: 11px;
            padding: 13px 14px; border-radius: 14px;
            text-decoration: none; border: none; cursor: pointer;
            transition: transform .18s, box-shadow .18s;
            width: 100%;
        }
        .cpop-cta-btn:hover { transform: translateY(-2px); }
        .cpop-cta-btn.whatsapp {
            background: linear-gradient(135deg, #25D366, #128C7E);
            box-shadow: 0 8px 24px rgba(37,211,102,.28);
        }
        .cpop-cta-btn.whatsapp:hover { box-shadow: 0 12px 32px rgba(37,211,102,.38); }
        .cpop-cta-btn.telegram {
            background: linear-gradient(135deg, #229ED9, #1a7ab5);
            box-shadow: 0 8px 24px rgba(34,158,217,.28);
        }
        .cpop-cta-btn.telegram:hover { box-shadow: 0 12px 32px rgba(34,158,217,.38); }
        .cpop-cta-btn.email {
            background: linear-gradient(135deg, #0A97BE, #0077b6);
            box-shadow: 0 8px 24px rgba(10,151,190,.28);
        }
        .cpop-cta-btn.email:hover { box-shadow: 0 12px 32px rgba(10,151,190,.38); }
        .cpop-cta-btn.teams {
            background: linear-gradient(135deg, #5b5fc7, #444494);
            box-shadow: 0 8px 24px rgba(91,95,199,.28);
        }
        .cpop-cta-btn.teams:hover { box-shadow: 0 12px 32px rgba(91,95,199,.38); }
        .cpop-cta-icon {
            width: 40px; height: 40px; border-radius: 10px;
            background: rgba(255,255,255,.2);
            display: flex; align-items: center; justify-content: center;
            flex-shrink: 0;
        }
        .cpop-cta-icon i { font-size: 1.1rem; color: #fff; }
        .cpop-cta-text { flex: 1; text-align: left; }
        .cpop-cta-label { font-size: .72rem; color: rgba(255,255,255,.75); display: block; }
        .cpop-cta-name { font-size: 1rem; font-weight: 700; color: #fff; display: block; line-height: 1.2; }
        .cpop-cta-arrow { font-size: .85rem; color: rgba(255,255,255,.6); }

        /* Trust bar */
        .cpop-trust {
            margin-top: auto; padding-top: 22px;
            display: flex; align-items: center; gap: 8px;
            border-top: 1px solid rgba(10,22,40,.07);
        }
        .cpop-trust i { font-size: .75rem; color: #0A97BE; }
        .cpop-trust span { font-size: .68rem; color: #7a9ab8; }

        /* Mobile proof bar — hidden on desktop, shown only on mobile */
        .cpop-mobile-proof {
            display: none;
            background: linear-gradient(135deg, #070f20 0%, #0c1f3e 100%);
            padding: 14px 20px 16px;
            align-items: center;
            gap: 12px;
            flex-shrink: 0;
        }
        .cpop-mob-handle {
            width: 36px; height: 4px; border-radius: 2px;
            background: rgba(255,255,255,.18);
            margin: 0 auto 14px;
        }
        .cpop-mob-avatars { display: flex; }
        .cpop-mob-av {
            width: 32px; height: 32px; border-radius: 50%;
            border: 2px solid #0b1d3a;
            display: flex; align-items: center; justify-content: center;
            font-size: .58rem; font-weight: 700; color: #fff;
            margin-left: -8px; flex-shrink: 0;
        }
        .cpop-mob-av:first-child { margin-left: 0; }
        .cpop-mob-info { flex: 1; }
        .cpop-mob-stars { display: flex; align-items: center; gap: 4px; }
        .cpop-mob-stars i { font-size: .58rem; color: #f59e0b; }
        .cpop-mob-stars span { font-size: .7rem; font-weight: 700; color: #fff; }
        .cpop-mob-count { font-size: .62rem; color: rgba(255,255,255,.5); margin-top: 2px; }
        .cpop-mob-badge {
            display: flex; align-items: center; gap: 5px;
            background: rgba(10,151,190,.15);
            border: 1px solid rgba(10,151,190,.3);
            border-radius: 20px; padding: 4px 10px;
        }
        .cpop-mob-badge i { font-size: .6rem; color: #0A97BE; }
        .cpop-mob-badge span { font-size: .6rem; font-weight: 600; color: rgba(255,255,255,.8); white-space: nowrap; }

        /* ── Tablet (600–860px): left panel shows stats only ── */
        @media (max-width: 860px) {
            .cpop-modal { max-width: 720px; }
            .cpop-left { width: 36%; padding: 28px 22px; gap: 14px; }
            .cpop-left-head { font-size: .85rem; }
            /* Keep only 1 review on tablet */
            .cpop-review:not(:first-child) { display: none; }
            /* Hide awards label, keep badges */
            .cpop-awards-label { display: none; }
            .cpop-award span { display: none; }
            .cpop-award { padding: 6px 8px; }
            .cpop-right { padding: 28px 26px 26px; }
            .cpop-right-head { font-size: 1.3rem; }
            .cpop-right-sub { font-size: .77rem; margin-bottom: 20px; }
        }

        /* ── Mobile (≤600px): centered card, no left panel ── */
        @media (max-width: 600px) {
            .overlay {
                align-items: center !important;
                padding: 16px !important;
            }
            .cpop-modal {
                flex-direction: column !important;
                width: 100% !important;
                max-width: 420px !important;
                max-height: 90vh !important;
                border-radius: 22px !important;
                transform: translateY(20px) scale(.97) !important;
                overflow-y: auto;
            }
            .overlay.is-open .cpop-modal {
                transform: translateY(0) scale(1) !important;
            }
            /* Hide desktop left panel, show compact proof bar */
            .cpop-left { display: none !important; }
            .cpop-mobile-proof {
                display: flex !important;
                flex-direction: column !important;
                gap: 0 !important;
                padding: 18px 20px 18px !important;
            }
            .cpop-mob-handle { display: none; }
            .cpop-mob-row { display: flex; align-items: center; gap: 12px; }

            /* Right panel — generous spacing */
            .cpop-right { padding: 24px 22px 28px !important; }
            .cpop-right-eyebrow { margin-bottom: 12px; font-size: .62rem; }
            .cpop-right-head { font-size: 1.22rem !important; margin-bottom: 8px; }
            .cpop-right-sub { font-size: .77rem !important; margin-bottom: 22px !important; line-height: 1.6; }

            /* Buttons: single column, full-width, generous padding */
            .cpop-ctas { gap: 12px !important; }
            .cpop-ctas-row { flex-direction: column !important; gap: 12px !important; }
            .cpop-cta-btn {
                padding: 15px 18px !important;
                border-radius: 14px !important;
                gap: 14px !important;
                width: 100% !important;
            }
            .cpop-cta-icon { width: 42px; height: 42px; border-radius: 10px; }
            .cpop-cta-icon i { font-size: 1.1rem; }
            .cpop-cta-label { font-size: .68rem; }
            .cpop-cta-name { font-size: .95rem; }
            .cpop-cta-arrow { font-size: .8rem; }

            .cpop-trust { padding-top: 18px; margin-top: 8px; }
            .cpop-trust span { font-size: .63rem; line-height: 1.6; }
        }

        /* ── Very small (≤360px): tighten spacing slightly ── */
        @media (max-width: 360px) {
            .cpop-right { padding: 20px 18px 24px !important; }
            .cpop-right-head { font-size: 1.1rem !important; }
            .cpop-right-sub { font-size: .73rem !important; margin-bottom: 18px !important; }
            .cpop-cta-btn { padding: 13px 16px !important; }
        }


        @media (max-width:1200px) {
            .Whitelabel-hero-left-button {
                width: 100%;
            }

            .Coinbase-Clone-button {
                font-size: 12px;
                padding: 12px 20px;
            }
        }

        @media (max-width:1000px) {
            .popup-banner img {
                width: 70px;
                height: auto;
            }

            .popup-content-container {
                padding: 20px
            }
        }

        @media (max-width:986px) {
            .overlay {
                width: 100% !important;
            }

            .overlay .button-container {
                display: flex;
                gap: 5px;
                margin: auto;
            }

            .overlay .button-container button {
                width: 100%;
                font-size: 14px;
            }

            .Coinbase-Clone-button {
                font-size: 12px;
                padding: 12px 20px;
            }
        }

        @media (max-width:786px) {
            .popup-content {
                width: 70%;
            }

            .popup-content-container {
                padding: 25px;
            }

            .popup-content-container h2 {
                font-size: 30px !important;
            }

            .popup-banner img {
                width: 80px;
                height: auto;
            }
        }

        @media (max-width:568px) {
            .popup-banner img {
                height: auto;
                padding-top: 0px;
                padding-bottom: 50px;
            }

            .popup-content-container h2 {
                font-size: 24px !important;
            }

            .popup-content-container p {
                font-size: 14px;
            }

            .Coinbase-Clone-button {
                font-size: 12px;
                padding: 12px 20px;
            }

            .Whitelabel-hero-left h1 {
                font-size: 30px !important;
            }

            .overlay {
                padding: 20px !important
            }

            .overlay h2 {
                font-size: 16px;
            }

            .overlay .button-container button {
                font-size: 12px;
            }

            .popup-content {
                width: 90%;
            }
        }

/* ── Glassmorphism carousel upgrade ── */

        /* reset image fill */
        .slide img { display: none !important; }

        /* glass card base */
        .slide {
            width: 280px !important;
            height: 360px !important;
            border-radius: 24px !important;
            background: rgba(255,255,255,0.06) !important;
            backdrop-filter: blur(18px) !important;
            -webkit-backdrop-filter: blur(18px) !important;
            border: 1px solid rgba(255,255,255,0.12) !important;
            overflow: visible !important;
            box-shadow: 0 8px 32px rgba(0,0,0,0.28) !important;
        }

        /* gradient border via ::before — keep existing technique, refine colours */
        .slide::before {
            background: linear-gradient(135deg,
                rgba(10,151,190,0.55) 0%,
                rgba(255,255,255,0.08) 50%,
                rgba(189,36,230,0.35) 100%) !important;
            border-radius: 24px !important;
            padding: 1px !important;
        }

        /* center card — brighter glass + teal glow */
        .center {
            background: rgba(255,255,255,0.11) !important;
            border: 1px solid rgba(10,151,190,0.35) !important;
            box-shadow:
                0 0 0 1px rgba(10,151,190,0.2),
                0 0 48px rgba(10,151,190,0.22),
                0 24px 64px rgba(0,0,0,0.35) !important;
        }
        .center::before {
            background: linear-gradient(135deg,
                rgba(10,151,190,0.8) 0%,
                rgba(255,255,255,0.15) 50%,
                rgba(10,151,190,0.5) 100%) !important;
        }

        /* inner layout */
        .gc-inner {
            padding: 28px 24px 24px;
            height: 100%;
            display: flex;
            flex-direction: column;
            box-sizing: border-box;
            position: relative;
            overflow: hidden;
        }
        /* subtle corner glow blob */
        .gc-inner::after {
            content: '';
            position: absolute;
            top: -40px; right: -40px;
            width: 120px; height: 120px;
            border-radius: 50%;
            background: var(--gc-color, #0A97BE);
            opacity: .08;
            filter: blur(30px);
            pointer-events: none;
        }

        /* icon box */
        .gc-icon {
            width: 48px; height: 48px;
            border-radius: 14px;
            background: rgba(255,255,255,0.08);
            border: 1px solid rgba(255,255,255,0.14);
            display: flex; align-items: center; justify-content: center;
            font-size: 1.2rem;
            color: var(--gc-color, #0A97BE);
            margin-bottom: 16px;
            flex-shrink: 0;
        }
        .gc-tag {
            font-size: .68rem; font-weight: 800;
            letter-spacing: .14em; text-transform: uppercase;
            color: var(--gc-color, #0A97BE);
            margin-bottom: 8px;
        }
        .gc-title {
            font-size: 1.08rem; font-weight: 600;
            color: #fff; line-height: 1.35;
            margin: 0 0 10px;
        }
        .gc-desc {
            font-size: .84rem;
            color: rgba(255,255,255,0.52);
            line-height: 1.68; margin: 0;
            flex: 1;
        }
        .gc-stat {
            margin-top: 18px;
            padding-top: 14px;
            border-top: 1px solid rgba(255,255,255,0.09);
            display: flex; align-items: baseline; gap: 6px;
        }
        .gc-stat-num {
            font-size: 1.7rem; font-weight: 700;
            color: var(--gc-color, #0A97BE); line-height: 1;
        }
        .gc-stat-label {
            font-size: .74rem;
            color: rgba(255,255,255,0.42);
        }
        .gc-chips {
            display: flex; gap: 6px; flex-wrap: wrap;
            margin-top: 12px;
        }
        .gc-chip {
            font-size: .68rem; font-weight: 600;
            padding: 3px 8px; border-radius: 20px;
            background: rgba(255,255,255,0.07);
            border: 1px solid rgba(255,255,255,0.12);
            color: rgba(255,255,255,0.55);
        }

        /* ── Infographic area — product screenshot style ── */
        .slide { overflow: hidden !important; }
        .gc-inner { padding: 0 !important; gap: 0 !important; flex-direction: column; display: flex; height: 100%; }
        .gc-inner::after { display: none; }

        .gc-infographic {
            width: 100%; height: 152px;
            background-size: cover;
            background-position: top center;
            background-repeat: no-repeat;
            overflow: hidden;
            position: relative;
            flex-shrink: 0;
        }
        /* dark gradient fade at bottom so image melts into the card body */
        .gc-infographic::after {
            content: '';
            position: absolute; inset: 0;
            background: linear-gradient(to bottom,
                rgba(0,0,0,0)    20%,
                rgba(0,0,0,0.5)  65%,
                rgba(0,0,0,0.88) 100%);
            pointer-events: none;
            z-index: 1;
        }
        /* top-corner tint matching card accent */
        .gc-infographic-tint {
            position: absolute; inset: 0;
            background: linear-gradient(135deg,
                var(--gc-tint-start, rgba(10,151,190,0.28)) 0%,
                transparent 55%);
            pointer-events: none;
            z-index: 2;
        }
        /* badge at bottom of image */
        .gc-img-badge {
            position: absolute; bottom: 10px; left: 11px;
            font-size: .54rem; font-weight: 800; letter-spacing: .1em;
            text-transform: uppercase; color: rgba(255,255,255,.9);
            padding: 3px 9px; border-radius: 30px;
            background: rgba(0,0,0,.48);
            border: 1px solid rgba(255,255,255,.2);
            backdrop-filter: blur(6px);
            z-index: 3;
        }
        /* top-right category chip */
        .gc-img-tag {
            position: absolute; top: 9px; right: 10px;
            font-size: .52rem; font-weight: 700; letter-spacing: .07em;
            text-transform: uppercase;
            padding: 2px 8px; border-radius: 20px;
            background: rgba(0,0,0,.45);
            border: 1px solid rgba(255,255,255,.2);
            color: rgba(255,255,255,.75);
            z-index: 3;
        }

        .gc-body {
            padding: 11px 17px 14px;
            display: flex; flex-direction: column;
            gap: 5px; flex: 1;
        }
        .gc-body .gc-icon { display: none; }
        .gc-body .gc-stat {
            margin-top: auto; padding-top: 10px;
            border-top: 1px solid rgba(255,255,255,0.09);
        }
        .gc-body .gc-desc { display: none; }

        /* ── Exchange card — white editorial panel ── */
        .gc-exchange-card {
            --gc-color: #0A97BE;
            background: #fff !important;
            border: 1px solid rgba(10,151,190,0.18) !important;
            box-shadow: 0 12px 40px rgba(0,0,0,0.18) !important;
        }
        .gc-exchange-card::before { display: none; }
        .gc-exchange-card .gc-infographic { height: 196px; }
        .gc-exchange-card .gc-infographic::after {
            background: linear-gradient(to bottom,
                rgba(0,5,20,0) 30%,
                rgba(0,5,20,0.45) 70%,
                rgba(0,5,20,0.75) 100%);
        }
        .gc-exchange-card .gc-body {
            background: #fff;
            padding: 14px 16px 14px;
            gap: 7px;
        }
        .gc-eyebrow {
            font-size: .62rem; font-weight: 800;
            letter-spacing: .14em; text-transform: uppercase;
            color: #0A97BE;
        }
        .gc-exchange-card .gc-title {
            font-size: 1.02rem; font-weight: 700;
            color: #0a1628; line-height: 1.28;
            margin: 0;
        }
        .gc-feats {
            display: flex; gap: 0; flex-direction: column;
            margin-top: auto; padding-top: 10px;
            border-top: 1px solid color-mix(in srgb, var(--gc-color) 25%, transparent);
            gap: 6px;
        }
        .gc-feat {
            display: flex; align-items: center; gap: 7px;
            font-size: .68rem; font-weight: 600;
            color: #3d4a5c; line-height: 1;
        }
        .gc-feat i {
            width: 18px; text-align: center;
            font-size: .72rem; color: #0A97BE; flex-shrink: 0;
        }

        /* ══════════════════════════════════════════
           STRUCTURAL FIX — Carousel Containment
           ══════════════════════════════════════════ */

        /* Always clip horizontal overflow from side cards */
        .Home-banner { overflow-x: hidden !important; }

        /* Make carousel-container the positioning context for cards */
        .carousel-container {
            position: relative !important;
            width: 100% !important;
            padding: 0 !important;
            margin: 0 !important;
            overflow: hidden !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            height: 500px; /* desktop: card(360) + breathing room */
        }

        /* Center each card within carousel-container */
        .card1 {
            left: 50% !important;
            top: 50% !important;
            margin-left: -140px !important; /* half of 280px */
            margin-top: -180px !important;  /* half of 360px */
        }

        /* Feature chips — replace inline styles with proper class */
        .hero-chips {
            display: flex !important;
            flex-wrap: wrap !important;
            gap: 10px 16px !important;
            margin-top: 20px !important;
            justify-content: center !important;
        }
        .hero-chip-item {
            display: flex !important;
            align-items: center !important;
            gap: 7px !important;
        }
        .hero-chip-icon {
            width: 28px; height: 28px;
            border-radius: 8px;
            background: rgba(10,151,190,.1);
            display: flex; align-items: center; justify-content: center;
            color: #0A97BE; font-size: .75rem;
            flex-shrink: 0;
        }
        .hero-chip-label {
            font-size: .72rem; font-weight: 500; color: #3d4a5c; white-space: nowrap;
        }

        /* ══════════════════════════════════════════
           RESPONSIVE — Hero + Carousel + Cards
           ══════════════════════════════════════════ */

        /* ── 1200px: large laptop ── */
        @media (max-width: 1200px) {
            .carousel-container { height: 440px; }
            .slide { width: 260px !important; height: 340px !important; }
            .card1 { margin-left: -130px !important; margin-top: -170px !important; }
            .gc-exchange-card .gc-infographic { height: 182px !important; }
            .left2  { transform: translateX(-390px) rotateY(50deg) translateZ(50px) scale(0.7) !important; }
            .left1  { transform: translateX(-195px) rotateY(30deg) translateZ(-80px) scale(0.85) !important; }
            .right1 { transform: translateX(195px)  rotateY(-30deg) translateZ(-80px) scale(0.85) !important; }
            .right2 { transform: translateX(380px)  rotateY(-50deg) translateZ(50px) scale(0.7) !important; }
        }

        /* ── 992px: tablet landscape ── */
        @media (max-width: 992px) {
            .Home-banner { padding-top: 36px; }
            .Home-banner-head { font-size: 28px; }
            .Home-banner-para { font-size: 14px; width: 100%; padding-block: 12px; }
            .carousel-container { height: 400px; }
            .slide { width: 230px !important; height: 310px !important; }
            .card1 { margin-left: -115px !important; margin-top: -155px !important; }
            .gc-infographic { height: 130px !important; }
            .gc-exchange-card .gc-infographic { height: 165px !important; }
            .gc-body { padding: 10px 14px 12px !important; gap: 4px !important; }
            .gc-title { font-size: .88rem !important; }
            .gc-eyebrow { font-size: .52rem; }
            .gc-feats { gap: 5px; }
            .gc-feat { font-size: .58rem; }
            .gc-stat-num { font-size: 1.3rem; }
            .hero-chip-label { font-size: .68rem; }
            .left2  { transform: translateX(-310px) rotateY(50deg) translateZ(40px) scale(0.68) !important; }
            .left1  { transform: translateX(-165px) rotateY(28deg) translateZ(-60px) scale(0.82) !important; }
            .right1 { transform: translateX(165px)  rotateY(-28deg) translateZ(-60px) scale(0.82) !important; }
            .right2 { transform: translateX(310px)  rotateY(-50deg) translateZ(40px) scale(0.68) !important; }
        }

        /* ── 768px: tablet portrait ── */
        @media (max-width: 768px) {
            .Home-banner { padding-top: 28px; }
            .Home-banner-head { font-size: 24px; line-height: 1.3; }
            .Home-banner-para { font-size: 13px; padding-block: 10px; width: 100%; }
            .sparkle-button { font-size: 14px; padding: 10px 22px; }
            .hero-chips { gap: 8px 12px !important; margin-top: 16px !important; }
            .hero-chip-icon { width: 24px; height: 24px; font-size: .65rem; }
            .hero-chip-label { font-size: .64rem; }
            .carousel-container { height: 360px; }
            .slide { width: 210px !important; height: 290px !important; }
            .card1 { margin-left: -105px !important; margin-top: -145px !important; }
            .gc-infographic { height: 118px !important; }
            .gc-exchange-card .gc-infographic { height: 150px !important; }
            .gc-img-tag { font-size: .48rem !important; padding: 2px 6px !important; }
            .gc-img-badge { font-size: .5rem !important; padding: 2px 7px !important; bottom: 7px !important; }
            .gc-body { padding: 9px 12px 10px !important; }
            .gc-title { font-size: .82rem !important; }
            .gc-tag, .gc-eyebrow { font-size: .5rem !important; }
            .gc-chips { gap: 4px !important; }
            .gc-chip { font-size: .56rem !important; padding: 2px 6px !important; }
            .gc-stat-num { font-size: 1.2rem !important; }
            .gc-stat-label { font-size: .6rem !important; }
            .gc-feat { font-size: .56rem !important; }
            .left2  { transform: translateX(-260px) rotateY(48deg) translateZ(30px) scale(0.65) !important; }
            .left1  { transform: translateX(-140px) rotateY(26deg) translateZ(-50px) scale(0.80) !important; }
            .right1 { transform: translateX(140px)  rotateY(-26deg) translateZ(-50px) scale(0.80) !important; }
            .right2 { transform: translateX(260px)  rotateY(-48deg) translateZ(30px) scale(0.65) !important; }
        }

        /* ── 576px: large mobile ── */
        @media (max-width: 576px) {
            .Home-banner { padding-top: 22px; }
            .Home-banner-head { font-size: 20px; line-height: 1.35; }
            .Home-banner-para { font-size: 12.5px; padding-block: 8px; }
            .sparkle-button { font-size: 13px; padding: 9px 20px; }
            .hero-chips { gap: 7px 10px !important; margin-top: 14px !important; }
            .hero-chip-icon { width: 22px; height: 22px; font-size: .6rem; border-radius: 6px; }
            .hero-chip-label { font-size: .6rem; }
            .carousel-container { height: 320px; }
            .slide { width: 190px !important; height: 268px !important; }
            .card1 { margin-left: -95px !important; margin-top: -134px !important; }
            .gc-infographic { height: 108px !important; }
            .gc-exchange-card .gc-infographic { height: 136px !important; }
            .gc-body { padding: 8px 11px 9px !important; gap: 3px !important; }
            .gc-title { font-size: .76rem !important; line-height: 1.25 !important; }
            .gc-feats { gap: 4px !important; padding-top: 7px !important; }
            .gc-feat { font-size: .54rem !important; gap: 5px !important; }
            .gc-feat i { font-size: .6rem !important; }
            .gc-stat { padding-top: 7px !important; }
            .gc-stat-num { font-size: 1.1rem !important; }
            .left2  { transform: translateX(-215px) rotateY(45deg) translateZ(20px) scale(0.60) !important; }
            .left1  { transform: translateX(-117px) rotateY(24deg) translateZ(-40px) scale(0.77) !important; }
            .right1 { transform: translateX(117px)  rotateY(-24deg) translateZ(-40px) scale(0.77) !important; }
            .right2 { transform: translateX(215px)  rotateY(-45deg) translateZ(20px) scale(0.60) !important; }
        }

        /* ── 420px: small mobile ── */
        @media (max-width: 420px) {
            .Home-banner { padding-top: 18px; }
            .Home-banner-head { font-size: 18px; }
            .Home-banner-para { font-size: 12px; padding-block: 8px; }
            .sparkle-button { font-size: 12.5px; padding: 8px 16px; }
            .hero-chips { gap: 6px 8px !important; margin-top: 12px !important; }
            .hero-chip-label { font-size: .58rem; }
            .carousel-container { height: 300px; }
            .slide { width: 185px !important; height: 260px !important; }
            .card1 { margin-left: -92px !important; margin-top: -130px !important; }
            .gc-infographic { height: 106px !important; }
            .gc-exchange-card .gc-infographic { height: 132px !important; }
            .left2  { transform: translateX(-185px) rotateY(42deg) scale(0.55) !important; opacity: .35 !important; }
            .left1  { transform: translateX(-100px) rotateY(20deg) scale(0.72) !important; }
            .right1 { transform: translateX(100px)  rotateY(-20deg) scale(0.72) !important; }
            .right2 { transform: translateX(185px)  rotateY(-42deg) scale(0.55) !important; opacity: .35 !important; }
        }

        /* ── 360px: very small mobile ── */
        @media (max-width: 360px) {
            .Home-banner-head { font-size: 16px; }
            .Home-banner-para { font-size: 11.5px; }
            .hero-chip-label { font-size: .55rem; }
            .carousel-container { height: 280px; }
            .slide { width: 170px !important; height: 242px !important; }
            .card1 { margin-left: -85px !important; margin-top: -121px !important; }
            .gc-infographic { height: 98px !important; }
            .gc-exchange-card .gc-infographic { height: 122px !important; }
            .left2  { transform: translateX(-165px) rotateY(40deg) scale(0.50) !important; opacity: .25 !important; }
            .left1  { transform: translateX(-90px)  rotateY(18deg) scale(0.70) !important; }
            .right1 { transform: translateX(90px)   rotateY(-18deg) scale(0.70) !important; }
            .right2 { transform: translateX(165px)  rotateY(-40deg) scale(0.50) !important; opacity: .25 !important; }
        }
