    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        font-family: 'Inter', sans-serif;
        background: #0A1A24;
    }

    .solutionhero {
        position: relative;
        min-height: 100vh;
        /* display: flex; */
        /* align-items: center; */
        overflow: hidden;
        background-image:
            linear-gradient(115deg, rgba(6, 14, 20, 0.94) 0%, rgba(8, 20, 27, 0.90) 38%, rgba(10, 28, 36, 0.72) 62%, rgba(10, 28, 36, 0.55) 100%),
            url('../img/bannersolution.png');
        background-size: cover;
        background-position: center;

        .solutioncontent-frame {
            position: relative;
            max-width: 760px;
            padding: 8px 8px 8px 28px;
        }

        #typed-text {
            min-height: 62px;
            display: block;
        }

        /* blueprint corner brackets — the signature detail */
        .solutioncontent-frame::before,
        .solutioncontent-frame::after {
            content: "";
            position: absolute;
            width: 22px;
            height: 22px;
            border: 2px solid rgb(31 121 189);
        }

        .solutioncontent-frame::before {
            top: -14px;
            left: 0;
            border-right: none;
            border-bottom: none;
        }

        .solutioncontent-frame::after {
            bottom: -14px;
            left: 0;
            border-right: none;
            border-top: none;
        }

        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            font-family: 'Space Grotesk', sans-serif;
            font-size: 13px;
            font-weight: 500;
            letter-spacing: 2.4px;
            text-transform: uppercase;
            color: rgb(31 121 189);
            margin-bottom: 26px;
            opacity: 0;
            animation: riseIn 0.7s ease-out 0.1s forwards;
        }

        .eyebrow-dot {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #4FBF9F;
            box-shadow: 0 0 0 4px rgba(79, 191, 159, 0.18);
        }

        h1 {
            font-family: 'Space Grotesk', sans-serif;
            font-weight: 600;
            font-size: 56px;
            line-height: 1.12;
            letter-spacing: -0.5px;
            color: #F2F6F4;
            margin-bottom: 24px;
            opacity: 0;
            animation: riseIn 0.7s ease-out 0.25s forwards;
        }

        h1 span {
            color: rgb(31 121 189);
        }

        .subhead {
            font-size: 18px;
            line-height: 1.65;
            color: #A9BAC2;
            max-width: 600px;
            margin-bottom: 23px;
            opacity: 0;
            animation: riseIn 0.7s ease-out 0.4s forwards;
        }

        .solutioncta-row {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 64px;
            opacity: 0;
            animation: riseIn 0.7s ease-out 0.55s forwards;
            margin-bottom: 17px;
        }

        .btn-primary {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: rgb(31 121 189);
            color: #fff;
            font-family: 'Space Grotesk', sans-serif;
            font-weight: 600;
            font-size: 15px;
            padding: 16px 28px;
            border-radius: 4px;
            text-decoration: none;
            letter-spacing: 0.2px;
            transition: background 0.25s ease, transform 0.25s ease;
        }

        .btn-primary:hover {
            background: rgb(25, 101, 159);
            transform: translateY(-2px);
        }

        .btn-primary svg {
            width: 16px;
            height: 16px;
            transition: transform 0.25s ease;
        }

        .btn-primary:hover svg {
            transform: translateX(3px);
        }

        .trust-line {
            font-size: 16px;
            color: #e5e5e5;
            line-height: normal;
            font-weight: bold;
        }

        .trust-line strong {
            color: #A9BAC2;
            font-weight: 500;
        }


        /* solutionsolutionstats strip */
        .solutionsolutionstats {
            position: relative;
            z-index: 2;
            display: flex;
            max-width: 1240px;
            margin: 0 auto;
            padding: 0 32px 56px;
            gap: 0;
            opacity: 0;
            animation: riseIn 0.7s ease-out 0.7s forwards;
            padding-bottom: 0px;
        }

        .solutionstat {
            flex: 1;
            padding: 22px 28px;
            border-left: 1px solid rgba(169, 186, 194, 0.18);
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .metric-icon {
            font-size: 2rem;
            color: #6fc2ff;
            width: 44px;
            text-align: center;
            opacity: 0.9;
        }

        .solutionstat:first-child {
            border-left: none;
            padding-left: 0;
        }

        .solutionstat-number {
            font-family: 'Space Grotesk', sans-serif;
            font-size: 30px;
            font-weight: 600;
            color: #F2F6F4;
            margin-bottom: 4px;
        }

        .solutionstat-number span {
            color: rgb(251, 251, 251);
        }

        .solutionstat-label {
            font-size: 13px;
            color: #b6c9e2;
            letter-spacing: 0.3px;
        }
    }

    /* faint blueprint grid over the image, engineering feel */
    .solutionhero::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image:
            linear-gradient(rgba(201, 162, 75, 0.06) 1px, transparent 1px),
            linear-gradient(90deg, rgba(201, 162, 75, 0.06) 1px, transparent 1px);
        background-size: 48px 48px;
        pointer-events: none;
    }

    /* radial glow, bottom-left, subtle teal depth */
    .solutionhero::after {
        content: "";
        position: absolute;
        left: -10%;
        bottom: -20%;
        width: 55%;
        height: 70%;
        background: radial-gradient(circle, rgba(79, 191, 159, 0.14) 0%, rgba(79, 191, 159, 0) 70%);
        pointer-events: none;
    }

    .solutionhero-inner {
        position: relative;
        z-index: 2;
        max-width: 1240px;
        margin: 0 auto;
        padding: 140px 32px 72px;
        width: 100%;
    }


    @keyframes riseIn {
        from {
            opacity: 0;
            transform: translateY(14px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @media (prefers-reduced-motion: reduce) {

        .eyebrow,
        h1,
        .subhead,
        .solutioncta-row,
        .solutionsolutionstats {
            animation: none;
            opacity: 1;
            transform: none;
        }
    }

    .btn-primary:focus-visible {
        outline: 2px solid #F2F6F4;
        outline-offset: 3px;
    }

    .typing-list {
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
        min-height: 32px;
        margin: 20px 0;
    }

    .typing-list li {
        display: none;
        align-items: center;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        white-space: nowrap;
    }

    .typing-list li.active {
        display: flex;
    }

    .typing-list li::before {
        content: "✓";
        width: 22px;
        height: 22px;
        border-radius: 50%;
        margin-right: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #00c6ff, #005dff);
        color: #081423;
        font-size: 11px;
        font-weight: 700;
        flex-shrink: 0;
    }

    .typing-text {
        border-right: 2px solid #00c6ff;
        padding-right: 2px;
        animation: cursorBlink 0.7s infinite;
    }





    /* seond section css */

    .uk-gallery-seca {
        padding: 40px 0px;
        background: radial-gradient(circle at 15% 5%,
                rgba(68, 200, 245, 0.14),
                transparent 38%),
            radial-gradient(circle at 90% 10%,
                rgba(77, 97, 254, 0.12),
                transparent 35%),
            linear-gradient(180deg, #050914 0%, #09111f 100%);

        .gallery-grid-wrap {
            width: 35%;

        }

        .gallery-grid {
            position: sticky;
            top: 100px;
        }

        .grid-item img {
            width: 100%;
            height: 500px;
            border-radius: 20px;
            object-fit: cover;
        }

        .gallery-content {
            width: 65%;
        }

        .ul-solutionp {
            padding: 0px;
            display: flex;
            gap: 10px;
            flex-wrap: wrap;

            li {
                background: #ffffff2e;
                width: 32%;
                padding: 12px;
                list-style: none;
                border-radius: 10px;
                font-size: 15px;
                line-height: normal;
                border-left: 4px solid #247fc0;
                color: white;
            }

            li.lastt {
                width: 64%;
            }
        }
    }

    .uk-gallery-seca .gallery-wrapper {
        display: flex;
        gap: 40px;
    }

    .uk-gallery-seca .gallery-stats {
        display: flex;
        gap: 0;
        margin-top: 36px;
    }

    .uk-gallery-seca .gallery-stats>div {
        flex: 1;
        padding: 0 14px;
        border-left: 1px solid rgb(56 189 248 / 50%);
    }

    .uk-gallery-seca .gallery-stats>div:first-child {
        padding-left: 0;
        border-left: none;
    }

    .uk-gallery-seca .gallery-stats h3 {
        color: #38bdf8;
        font-size: 32px;
        font-weight: 700;
        margin: 0 0 6px;
        animation: stat-in 0.6s ease both;
    }

    .uk-gallery-seca .gallery-stats>div:nth-child(2) h3 {
        animation-delay: 0.1s;
    }

    .uk-gallery-seca .gallery-stats>div:nth-child(3) h3 {
        animation-delay: 0.2s;
    }

    @keyframes stat-in {
        from {
            opacity: 0;
            transform: translateY(10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }





    .uk-gallery-seca .item1 {
        height: 100%;
    }



    .uk-gallery-seca .gallerycontt h2 {
        margin: 0 0 12px;
        font-size: 38px;
        line-height: 52px;
        font-weight: 700;
        color: #fff;
    }

    .uk-gallery-seca .gallerycontt p {
        margin: 0 0 10px;
        font-size: 17px;
        line-height: 29px;
        color: #fff;
    }

    .uk-gallery-seca .gallerycontt .more-content {
        max-height: 0;

        overflow: hidden;

        opacity: 0;

        transition:
            max-height 0.6s ease,
            opacity 0.4s ease;
    }

    .uk-gallery-seca .gallerycontt .more-content.active {
        max-height: 500px;

        opacity: 1;
    }

    .uk-gallery-seca .read-more-btn {
        display: inline-flex;

        align-items: center;

        gap: 10px;

        margin-top: 20px;

        padding: 14px 28px;

        border: none;

        border-radius: 50px;

        background: linear-gradient(135deg, #0d6efd, #00c6ff);

        color: #fff;

        font-size: 15px;

        font-weight: 600;

        cursor: pointer;

        transition: 0.3s;
    }

    .uk-gallery-seca .read-more-btn:hover {
        transform: translateY(-3px);

        box-shadow: 0 15px 35px rgba(13, 110, 253, 0.25);
    }

    .uk-gallery-seca .read-more-btn i {
        transition: 0.35s;
    }

    .uk-gallery-seca .read-more-btn.active i {
        transform: rotate(180deg);
    }



    /* section three css */
    /* ----- reset / base (scoped inside parent) ----- */

    .modernisation-wrapper {
        display: block;
        width: 100%;
        background: #0e1625;
        padding: 50px 0px;
        position: relative;
        overflow: hidden;
        color: #e4ecf5;

        .swiper-3d .swiper-slide-shadow-left,
        .swiper-3d .swiper-slide-shadow-right {
            display: none;
        }

        .swiper-pagination {
            bottom: 0px;
            display: block;
            position: relative;
            margin-top: 31px;
        }
    }

    /* subtle grid background */
    .modernisation-wrapper::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image:
            linear-gradient(rgba(0, 230, 255, 0.012) 1px, transparent 1px),
            linear-gradient(90deg, rgba(0, 230, 255, 0.012) 1px, transparent 1px);
        background-size: 48px 48px;
        pointer-events: none;
        z-index: 0;
    }

    .modernisation-content {
        position: relative;
        z-index: 2;
    }

    /* ----- HEADER ----- */
    .modernisation-header {
        margin-bottom: 2.8rem;
        padding-bottom: 1.8rem;
        border-bottom: 1px solid rgba(0, 230, 255, 0.06);
    }

    .modernisation-eyebrow {
        display: inline-block;
        background: rgba(0, 230, 255, 0.05);
        border: 1px solid rgba(0, 230, 255, 0.08);
        border-radius: 60px;
        padding: 0.25rem 1.3rem;
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 0.8px;
        text-transform: uppercase;
        color: #00e5ff;
        margin-bottom: 0.8rem;
    }

    .modernisation-eyebrow i {
        margin-right: 0.5rem;
    }

    .modernisation-title {
        font-size: 2.8rem;
        font-weight: 800;
        letter-spacing: -0.03em;
        line-height: 1.1;
        background: linear-gradient(145deg, #f0f7ff 0%, #80ccff 90%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 0.6rem;
    }

    .modernisation-intro {
        font-size: 1rem;
        line-height: 1.7;
        color: #b8cee8;
    }

    .modernisation-intro i {
        color: #ffb347;
        margin-right: 0.4rem;
    }

    /* ----- SWIPER 3D WRAPPER ----- */
    .modernisation-swiper-wrap {
        padding: 1rem 0 2.5rem;
        position: relative;
        padding-bottom: 0px!important;
    }

    .modernisation-swiper {
        width: 100%;
        height: auto;
        padding: 1.2rem 0 2.8rem;
        overflow: visible;
        padding-bottom:0px!important;
    }

    .modernisation-swiper .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: stretch;
        height: auto;
        transition: transform 0.3s ease;
    }

    /* ----- 3D CARD ----- */
    .modernisation-card {
        background: linear-gradient(160deg, #111b2b, #0a111e);
        border-radius: 2rem;
        padding: 2.2rem 2rem 2rem;
        border: 1px solid rgba(255, 255, 255, 0.03);
        box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.9);
        width: 100%;
        max-width: 100%;
        min-height: 280px;
        display: flex;
        flex-direction: column;
        transition: all 0.3s ease;
        position: relative;
        backdrop-filter: blur(2px);
    }

    .modernisation-card::after {
        content: '';
        position: absolute;
        inset: -1px;
        border-radius: 2rem;
        padding: 1px;
        background: linear-gradient(135deg, rgba(0, 230, 255, 0.10), transparent 60%, rgba(255, 180, 0, 0.03));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .modernisation-swiper .swiper-slide-active .modernisation-card {
        border-color: rgba(0, 230, 255, 0.10);
        box-shadow: 0 30px 50px -20px rgba(0, 230, 255, 0.06), 0 0 0 1px rgba(0, 230, 255, 0.03);
        background: rgb(13 46 112 / 26%);
        border-color: rgba(0, 212, 255, 0.4);
        /* background-color: #000; */
        box-shadow: 0 40px 80px rgba(0, 212, 255, 0.18);
    }

    .modernisation-card-icon {
        font-size: 2rem;
        color: rgb(111, 194, 255);
        background: rgba(0, 230, 255, 0.03);
        width: 3.8rem;
        height: 3.8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        border: 1px solid rgba(0, 230, 255, 0.05);
        margin-bottom: 1.2rem;
        flex-shrink: 0;
    }

    .modernisation-card-title {
        font-size: 1.15rem;
        font-weight: 700;
        color: #ecf3fa;
        margin-bottom: 0.6rem;
        letter-spacing: -0.01em;
    }

    .modernisation-card-title .modernisation-badge {
        font-weight: 400;
        font-size: 0.55rem;
        color: #00e5ff;
        background: rgba(0, 230, 255, 0.05);
        padding: 0.1rem 0.7rem;
        border-radius: 40px;
        border: 1px solid rgba(0, 230, 255, 0.05);
        margin-left: 0.4rem;
        letter-spacing: 0.3px;
        text-transform: uppercase;
    }

    .modernisation-card-desc {
        font-size: 0.9rem;
        line-height: 1.6;
        color: #c2d6ed;
        flex: 1;
    }

    /* ----- SWIPER NAV (overrides) ----- */
    .modernisation-swiper .swiper-button-next,
    .modernisation-swiper .swiper-button-prev {
        color: #00e5ff;
        background: rgba(0, 230, 255, 0.04);
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: 1px solid rgba(0, 230, 255, 0.08);
        backdrop-filter: blur(6px);
        transition: 0.25s;
        top: 45%;
    }

    .modernisation-swiper .swiper-button-next:hover,
    .modernisation-swiper .swiper-button-prev:hover {
        background: rgba(0, 230, 255, 0.08);
        border-color: rgba(0, 230, 255, 0.2);
    }

    .modernisation-swiper .swiper-button-next::after,
    .modernisation-swiper .swiper-button-prev::after {
        font-size: 1.2rem;
        font-weight: 700;
    }

    .modernisation-swiper .swiper-pagination-bullet {
        background: rgba(0, 230, 255, 0.15);
        opacity: 1;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        transition: 0.25s;
    }

    .modernisation-swiper .swiper-pagination-bullet-active {
        background: #00e5ff;
        box-shadow: 0 0 20px rgba(0, 230, 255, 0.2);
        width: 28px;
        border-radius: 20px;
    }

    .modernisation-swiper .swiper-pagination {
        bottom: 0px;
    }




    .modernisation-dot-glow {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #00e5ff;
        border-radius: 50%;
        margin-right: 0.5rem;
        box-shadow: 0 0 16px rgba(0, 230, 255, 0.2);
    }





    /* section four css */

    .cost-table-wrapper {
        display: block;
        width: 100%;
        background: #0b111f;
        padding: 40px 0px;
        position: relative;
        overflow: hidden;
        color: #e8edf4;
    }

    /* subtle grid background */
    .cost-table-wrapper::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image:
            linear-gradient(rgba(31, 121, 189, 0.04) 1px, transparent 1px),
            linear-gradient(90deg, rgba(31, 121, 189, 0.04) 1px, transparent 1px);
        background-size: 48px 48px;
        pointer-events: none;
        z-index: 0;
    }

    /* accent glow blob */
    .cost-table-wrapper::after {
        content: '';
        position: absolute;
        top: -30%;
        right: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(31, 121, 189, 0.06), transparent 70%);
        border-radius: 50%;
        pointer-events: none;
        z-index: 0;
    }

    .cost-table-content {
        position: relative;
        z-index: 2;
    }

    /* ============================================================
               HEADER
               ============================================================ */
    .cost-table-header {
        margin-bottom: 2.5rem;
        padding-bottom: 1.8rem;
        border-bottom: 2px solid rgba(31, 121, 189, 0.12);
    }

    .cost-table-title {
        font-size: 42px;
        font-weight: 700;
        letter-spacing: -0.03em;
        line-height: 1.1;
        color: #f0f7ff;
        margin-bottom: 0.6rem;
    }

    .cost-table-title span {
        background: linear-gradient(135deg, rgb(31, 121, 189), #6ab0f7);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .cost-table-intro {
        font-size: 1.05rem;
        line-height: 1.8;
        color: #b8cee8;
        padding-left: 0px;
    }

    .cost-table-intro i {
        color: rgb(31, 121, 189);
        margin-right: 0.4rem;
    }

    .cost-table-intro strong {
        color: #d6e8ff;
        font-weight: 600;
    }

    /* ============================================================
               TABLE
               ============================================================ */
    .cost-table-wrap {
        margin: 2rem 0 2.5rem;
        border-radius: 1.8rem;
        overflow: hidden;
        border: 1px solid rgba(31, 121, 189, 0.06);
        background: linear-gradient(160deg, #111b2b, #0a111e);
        box-shadow: 0 16px 28px -16px rgba(0, 0, 0, 0.9);
    }

    .cost-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 0.92rem;
    }

    /* Table Header */
    .cost-table thead tr {
        background: linear-gradient(135deg, rgba(31, 121, 189, 0.12), rgba(31, 121, 189, 0.04));
        border-bottom: 2px solid rgba(31, 121, 189, 0.15);
    }

    .cost-table thead th {
        padding: 1.2rem 1.8rem;
        text-align: left;
        font-weight: 700;
        font-size: 1rem;
        color: #ecf3fa;
        letter-spacing: 0.3px;
        text-transform: uppercase;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }

    .cost-table thead th:first-child {
        width: 30%;
        border-right: 1px solid rgba(31, 121, 189, 0.06);
    }

    .cost-table thead th:last-child {
        width: 70%;
    }

    .cost-table thead th i {
        color: rgb(31, 121, 189);
        margin-right: 0.5rem;
    }

    /* Table Body */
    .cost-table tbody tr {
        border-bottom: 1px solid rgba(31, 121, 189, 0.04);
        transition: background 0.2s ease;
    }

    .cost-table tbody tr:last-child {
        border-bottom: none;
    }

    .cost-table tbody tr:hover {
        background: rgba(31, 121, 189, 0.04);
    }

    .cost-table tbody td {
        padding: 1.1rem 1.8rem;
        line-height: 1.6;
        color: #c2d6ed;
        vertical-align: middle;
    }

    .cost-table tbody td:first-child {
        border-right: 1px solid rgba(31, 121, 189, 0.04);
        font-weight: 600;
        color: #e8f0fa;
    }

    .cost-table tbody td:first-child i {
        color: rgb(31, 121, 189);
        margin-right: 0.6rem;
        width: 1.2rem;
        text-align: center;
        font-size: 0.85rem;
    }

    .cost-table tbody td:last-child {
        color: #b8cee8;
    }

    .cost-table tbody td:last-child i {
        color: rgb(31, 121, 189);
        margin-right: 0.4rem;
        font-size: 0.7rem;
        opacity: 0.6;
    }

    /* ============================================================
               BOTTOM CALLOUT / CONCLUSION
               ============================================================ */
    .cost-table-callout {
        margin-top: 2.5rem;
        background: linear-gradient(135deg, rgba(31, 121, 189, 0.04), rgba(31, 121, 189, 0.01));
        border: 1px solid rgba(31, 121, 189, 0.08);
        border-radius: 2rem;
        padding: 2rem 2.5rem;
        display: flex;
        align-items: flex-start;
        gap: 1.5rem;
        position: relative;
    }

    .cost-table-callout::before {
        content: '';
        position: absolute;
        inset: -1px;
        border-radius: 2rem;
        padding: 1px;
        background: linear-gradient(135deg, rgba(31, 121, 189, 0.2), transparent 50%, rgba(31, 121, 189, 0.05));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .cost-table-callout .callout-icon {
        font-size: 2rem;
        color: rgb(31, 121, 189);
        background: rgba(31, 121, 189, 0.06);
        width: 3.6rem;
        height: 3.6rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        border: 1px solid rgba(31, 121, 189, 0.08);
        flex-shrink: 0;
    }

    .cost-table-callout .callout-text {
        font-size: 1rem;
        line-height: 1.8;
        color: #b8cee8;
    }

    .cost-table-callout .callout-text strong {
        color: #e8f0fa;
        font-weight: 600;
    }

    .cost-table-callout .callout-text .highlight {
        color: rgb(31, 121, 189);
        font-weight: 700;
    }





    /* section five css? */

    .sectionprocomm-solution {
        overflow-x: hidden;
        padding: 40px 0px;
        background: #0e1625;

        .commanheading h2 {
            color: white;
            font-size: 42px;
            font-weight: 700;
        }

        .commanheading p {
            color: white;

        }
    }

    /* ===== process slider ===== */
    .sectionprocomm-solution .swiper {
        padding: 6px 6px 30px;
        overflow: visible;
    }

    .sectionprocomm-solution .swiper-slide {
        height: auto;
    }

    .sectionprocomm-solution .item {
        position: relative;
        padding-top: 6px;
    }

    .sectionprocomm-solution .item h3 {
        font-size: 22px;
        font-weight: 500;
        margin: 0 10px 16px;
        color: #dfdfdf;
    }

    .sectionprocomm-solution .box h4 {
        font-size: 20px;
        font-weight: 600;
        margin: 0 0 10px;
        color: #fff;
    }

    .sectionprocomm-solution .box {
        border-radius: 6px;
        position: relative;
        margin: 0 10px;

    }

    .sectionprocomm-solution .box .boxa {
        height: 230px;
        overflow: auto;
        padding: 20px 22px 24px;
    }

    .sectionprocomm-solution .box p {
        margin: 0;
        font-size: 15px;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.94);
    }

    /* downward pointer tail */
    .sectionprocomm-solution .box::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 34px;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 14px solid transparent;
    }

    /* per-step colors (no custom properties) */
    .sectionprocomm-solution .box {
        background: rgb(13 46 112);
    }

    .sectionprocomm-solution .box::after {
        border-top-color: rgb(13 46 112);
    }



    /* timeline rail under each card */
    .sectionprocomm-solution .rail-row {
        position: relative;
        height: 6px;
        margin-top: 38px;
        background: #7fa6f0;
        border-radius: 3px;
    }

    .sectionprocomm-solution .swiper-slide:first-child .rail-row {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .sectionprocomm-solution .marker {
        position: absolute;
        left: 55px;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: #0d0b3d;
        border: 2.5px solid #fff;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        font-weight: 700;
    }

    .sectionprocomm-solution .end-arrow {
        display: none;
        position: absolute;
        right: -4px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-left: 20px solid #7fa6f0;
    }

    .sectionprocomm-solution .swiper-slide:last-child .end-arrow {
        display: block;
    }

    /* controls */
    .sectionprocomm-solution .controls {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 14px;
        margin-top: 8px;
    }

    .sectionprocomm-solution .nav-btn {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 1.5px solid #0d0b3d;
        background: linear-gradient(135deg, rgb(13, 110, 253), rgb(0, 198, 255));
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        min-width: 42px;
        min-height: 42px;
        transition:
            background 0.2s ease,
            transform 0.2s ease;
    }

    .sectionprocomm-solution .nav-btn:hover {
        background: rgba(127, 166, 240, 0.15);
        transform: translateY(-2px);
    }

    .sectionprocomm-solution .nav-btn.swiper-button-disabled {
        opacity: 0.3;
        cursor: default;
        transform: none;
    }

    .sectionprocomm-solution .nav-btn svg {
        width: 16px;
        height: 16px;
    }

    .sectionprocomm-solution .swiper-pagination {
        position: static !important;
        display: flex;
        gap: 7px;
        margin-right: auto;
    }

    .sectionprocomm-solution .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        background: #7fa6f0;
        opacity: 0.4;
        border-radius: 50%;
        transition:
            width 0.3s ease,
            opacity 0.3s ease;
    }

    .sectionprocomm-solution .swiper-pagination-bullet-active {
        width: 20px;
        border-radius: 4px;
        opacity: 1;
        background: #0d6efd;
    }


    /* width */
    .sectionprocomm-solution .box .boxa::-webkit-scrollbar {
        width: 5px;
        border-radius: 10px;
    }

    /* Track */
    .sectionprocomm-solution .box .boxa::-webkit-scrollbar-track {
        background: #fff;
    }

    /* Handle */
    .sectionprocomm-solution .box .boxa::-webkit-scrollbar-thumb {
        background: #88888877;
    }

    /* Handle on hover */
    .sectionprocomm-solution .box .boxa::-webkit-scrollbar-thumb:hover {
        background: #55555547;
    }


    .buildingsolutions {
        overflow: hidden;
        padding: 40px 0px;
        background: radial-gradient(circle at 15% 5%, rgba(68, 200, 245, 0.14), transparent 38%), radial-gradient(circle at 90% 10%, rgba(77, 97, 254, 0.12), transparent 35%), linear-gradient(180deg, #050914 0%, #09111f 100%);
    }

    .buildingsolutions h2 {
        color: white;
        font-size: 42px;
        font-weight: 700;

    }

    .buildingsolutions .commhead p {
        color: white;
    }

    .buildingsolutions .commhead {
        backdrop-filter: blur(18px);
    }

    .buildingsolutions .buildrow {
        gap: 12px;
        margin-top: 50px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .buildingsolutions .builditem {
        position: relative;
        background: #fff;
        padding: 34px 30px 26px;
        border-radius: 20px;
        color: #0d2140;
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(3, 10, 25, 0.18);
        transition: transform 0.35s ease, box-shadow 0.35s ease;
        width: 31%;
    }

    .buildingsolutions .builditem::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 5px;
        background: rgb(73 176 217);
    }

    .buildingsolutions .builditem:hover {
        transform: translateY(-8px);
        box-shadow: 0 28px 55px rgba(3, 10, 25, 0.28);
    }

    .buildingsolutions .builditem h3 {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 19px;
        font-weight: 700;
        color: #0d2140;
        margin: 0 0 18px;
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(13, 33, 64, 0.1);
    }

    .buildingsolutions .builditem h3::before {
        font-size: 20px;
        line-height: 1;
    }

    .buildingsolutions .builditem ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .buildingsolutions .builditem li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding: 9px 0;
        border-bottom: 1px dashed rgba(13, 33, 64, 0.12);
        font-size: 14.5px;
        line-height: 1.5;
        color: #26364f;
    }

    .buildingsolutions .builditem li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .buildingsolutions .builditem li::before {
        content: "✓";
        flex-shrink: 0;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #0d2140;
        color: #fff;
        font-size: 10.5px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2px;
    }


    .advanceinte-section .techbx {
        padding: 40px;
        background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
        border: 1px solid rgba(255, 255, 255, 0.14);
        backdrop-filter: blur(14px);
        position: sticky;
        top: 100px;
        border-radius: 30px;
    }

    .advanceinte-section .commhead {
        margin: 0 auto 0px;
    }

    .advanceinte-section .tech-accordion {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .advanceinte-section .tech-item {
        background: #fff;
        border-radius: 20px;
        border: 1px solid #e6edf8;
        overflow: hidden;
        transition: 0.4s ease;
    }

    .advanceinte-section .tech-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    }

    .advanceinte-section .tech-title {
        width: 100%;
        border: 0;
        background: none;
        padding: 25px 30px;
        display: flex;
        align-items: center;
        gap: 20px;
        font-size: 22px;
        font-weight: 600;
        color: #102a43;
        cursor: pointer;
        text-align: left;
    }

    .advanceinte-section .tech-icon {
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #1677ff, #00c6ff);
        color: #fff;
        border-radius: 50%;
        font-size: 14px;
        font-weight: 700;
        min-width: 45px;
        min-height: 45px;
    }

    .advanceinte-section .arrow {
        margin-left: auto;
        font-size: 30px;
        color: #1677ff;
        transition: 0.4s;
    }

    .advanceinte-section .tech-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease;
    }

    .advanceinte-section .tech-tags {
        padding: 0 30px 30px;
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
    }

    .advanceinte-section .tech-tags ul {
        list-style: disc;
    }

    .advanceinte-section .tech-tags li {
        font-size: 15px;
    }

    .advanceinte-section .tech-item.active .tech-content {
        max-height: 250px;
    }

    .advanceinte-section .tech-item.active .arrow {
        transform: rotate(45deg);
    }

    .bggdark {
        background: #071428;
    }

    .commhead {
        margin-bottom: 40px;
        color: #fff;
    }

    .commhead h2 {
        font-size: 42px;
        font-weight: 800;
        line-height: 1.2;
        letter-spacing: -1.2px;
        color: #f4f7ff;
        margin-bottom: 14px;
        text-shadow: 0 1px 0 rgba(0, 212, 255, 0.45), 0 2px 0 rgba(0, 212, 255, 0.32), 0 3px 0 rgba(124, 92, 255, 0.22), 0 12px 26px rgba(0, 0, 0, 0.55);
    }

    .commhead h2 span {
        background: linear-gradient(90deg, #00d4ff, #7c5cff);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .commhead p {
        color: #d3d3d3;
        font-size: 16px;
        line-height: 1.7;
        margin: 0 auto;
        max-width: 1000px;
    }

    .commhead {
        position: relative;
        z-index: 5;
        max-width: 900px;
        margin: 0 auto 60px;
        text-align: center;
    }

    .commhead h2 span {
        background: linear-gradient(90deg, #44c8f5, #4d61fe);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .advanceinte-section {
        padding: 40px 0px;
    }


    .table-scroll {
        overflow-x: auto;
        border-radius: 18px;
        box-shadow: 0 1px 3px rgba(20, 18, 60, 0.05);
    }

    .businesses-table {
        width: 100%;
        min-width: 680px;
        border-collapse: separate;
        border-spacing: 0;
        background: #fff;
        border: 1px solid #eaebf5;
        border-radius: 18px;
        overflow: hidden;
    }

    .businesses-table thead th {
        text-align: left;
        padding: 20px 26px;
        font-size: 13px;
        letter-spacing: 0.04em;
        font-weight: 700;
        color: #6a6b8f;
        background: #fbfbfe;
        border-bottom: 1px solid #eaebf5;
    }

    .businesses-table thead th:first-child {
        width: 22%;
    }

    .businesses-table thead th.col-tg {
        background: linear-gradient(135deg, #155eef, #2d6bff);
        color: #fff;
        position: relative;
    }

    .businesses-table thead th.col-tg .tg-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 13px;
    }

    .businesses-table thead th.col-tg svg {
        width: 14px;
        height: 14px;
        fill: #fcd34d;
    }

    .businesses-table tbody td {
        padding: 20px 26px;
        font-size: 14.5px;
        line-height: 1.55;
        color: #4a4b6e;
        border-bottom: 1px solid #eaebf5;
        vertical-align: top;
    }

    .businesses-table tbody tr:last-child td {
        border-bottom: none;
    }

    .businesses-table tbody td h4 {
        margin: 0;
        font-size: 14.5px;
        font-weight: 700;
        color: #161341;
    }

    .businesses-table tbody td.col-tg {
        background: #eef4ff;
        color: #1c1c46;
        font-weight: 600;
        border-left: 1px solid #d7e4ff;
        border-right: 1px solid #d7e4ff;
        position: relative;
    }

    .businesses-table .cell-flag {
        display: flex;
        align-items: flex-start;
        gap: 9px;
    }

    .cell-flag svg {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
        margin-top: 2px;
    }

    .col-tg .cell-flag svg {
        stroke: #155eef;
        fill: none;
        stroke-width: 2.4;
    }

    .col-conv .cell-flag svg {
        stroke: #c6c7dd;
        fill: none;
        stroke-width: 2.4;
    }

    .col-conv {
        color: #8e8fb0;
    }

    .businesses-table tbody tr:hover td {
        background-color: #fafbff;
    }

    .businesses-table tbody tr:hover td.col-tg {
        background-color: #e6efff;
    }

    .ongoiningdiv {
        margin-top: 20px;
    }

    .ongoiningdiv p {
        color: white;
    }

    .overflowcls {
        padding-bottom: 30px;
    }

    /* ============================================================
               ROOT: All classes prefixed with "engagement-simple-"
               Color theme: rgb(31, 121, 189)
               ============================================================ */


    .engagement-simple-wrapper {
        display: block;
        width: 100%;
        margin: 0 auto;
        background: #0b111f;
        position: relative;
        overflow: hidden;
        color: #e8edf4;
        padding: 40px 0px;
    }

    .engagement-simple-wrapper::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image:
            linear-gradient(rgba(31, 121, 189, 0.04) 1px, transparent 1px),
            linear-gradient(90deg, rgba(31, 121, 189, 0.04) 1px, transparent 1px);
        background-size: 48px 48px;
        pointer-events: none;
        z-index: 0;
    }

    .engagement-simple-wrapper::after {
        content: '';
        position: absolute;
        top: -20%;
        right: -5%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(31, 121, 189, 0.04), transparent 70%);
        border-radius: 50%;
        pointer-events: none;
        z-index: 0;
    }

    .engagement-simple-content {
        position: relative;
        z-index: 2;
    }

    /* ============================================================
               HEADER
               ============================================================ */
    .engagement-simple-header {
        margin-bottom: 2.8rem;
        padding-bottom: 2rem;
        border-bottom: 2px solid rgba(31, 121, 189, 0.12);
    }



    .engagement-simple-title {
        font-size: 42px;
        font-weight: 800;
        letter-spacing: -0.03em;
        line-height: 1.1;
        color: #f0f7ff;
        margin-bottom: 0.6rem;
    }

    .engagement-simple-title span {
        background: linear-gradient(135deg, rgb(31, 121, 189), #6ab0f7);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }


    /* ============================================================
               SWIPER
               ============================================================ */
    .engagement-simple-swiper-wrap {
        padding: 1rem 0 2.5rem;
        padding-bottom: 0px;
        position: relative;

        .swiper-pagination {
            display: block;
            position: relative;
            margin-top: 31px;
        }
    }

    .engagement-simple-swiper {
        width: 100%;
        height: auto;
        padding: 0.5rem 0 2.8rem;
        overflow: hidden;
    }

    .engagement-simple-swiper .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: stretch;
        height: auto;
    }

    /* ============================================================
               CARD
               ============================================================ */
    .engagement-simple-card {
        background: linear-gradient(160deg, #111b2b, #0a111e);
        border-radius: 1.8rem;
        padding: 2rem 1.8rem 2rem;
        border: 1px solid rgba(31, 121, 189, 0.06);
        box-shadow: 0 16px 28px -16px rgba(0, 0, 0, 0.9);
        width: 100%;
        max-width: 380px;
        min-height: 320px;
        display: flex;
        flex-direction: column;
        transition: all 0.3s ease;
        position: relative;
    }

    /* .engagement-simple-card::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, transparent, rgb(31, 121, 189), transparent);
            opacity: 0;
            transition: opacity 0.3s ease;
            border-radius: 1.8rem 1.8rem 0 0;
        } */

    .engagement-simple-swiper .swiper-slide-active .engagement-simple-card {
        border-color: rgba(31, 121, 189, 0.12);
        box-shadow: 0 20px 40px -16px rgba(31, 121, 189, 0.04);
    }

    /* .engagement-simple-swiper .swiper-slide-active .engagement-simple-card::after {
            opacity: 1;
        } */

    .engagement-simple-card .card-top {
        display: flex;
        align-items: flex-start;
        gap: 1rem;
        margin-bottom: 0.8rem;
    }

    .engagement-simple-card .card-icon {
        font-size: 1.8rem;
        color: rgb(31, 121, 189);
        background: rgba(31, 121, 189, 0.04);
        width: 3.4rem;
        height: 3.4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        border: 1px solid rgba(31, 121, 189, 0.04);
        flex-shrink: 0;
        transition: 0.3s;
    }

    .engagement-simple-swiper .swiper-slide-active .engagement-simple-card .card-icon {
        background: rgba(31, 121, 189, 0.08);
        border-color: rgba(31, 121, 189, 0.08);
    }

    .engagement-simple-card .card-title-wrap {
        flex: 1;
        padding-top: 0.2rem;
    }


    .engagement-simple-card .card-title {
        font-size: 1.1rem;
        font-weight: 700;
        color: #ecf3fa;
        letter-spacing: -0.01em;
        line-height: 1.3;
    }

    .engagement-simple-card .card-desc {
        font-size: 0.88rem;
        line-height: 1.7;
        color: #b8cee8;
        flex: 1;
        margin-top: 0.2rem;
    }

    .engagement-simple-card .card-desc i {
        color: rgb(31, 121, 189);
        margin-right: 0.3rem;
        font-size: 0.7rem;
    }



    /* ============================================================
               SWIPER NAV
               ============================================================ */
    .engagement-simple-swiper .swiper-button-next,
    .engagement-simple-swiper .swiper-button-prev {
        color: rgb(31, 121, 189);
        background: rgba(31, 121, 189, 0.04);
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 1px solid rgba(31, 121, 189, 0.06);
        backdrop-filter: blur(6px);
        transition: 0.25s;
        top: 45%;
    }

    .engagement-simple-swiper .swiper-button-next:hover,
    .engagement-simple-swiper .swiper-button-prev:hover {
        background: rgba(31, 121, 189, 0.08);
        border-color: rgba(31, 121, 189, 0.15);
    }

    .engagement-simple-swiper .swiper-button-next::after,
    .engagement-simple-swiper .swiper-button-prev::after {
        font-size: 1rem;
        font-weight: 700;
    }

    .engagement-simple-swiper .swiper-pagination-bullet {
        background: rgba(31, 121, 189, 0.15);
        opacity: 1;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        transition: 0.25s;
    }

    .engagement-simple-swiper .swiper-pagination-bullet-active {
        background: rgb(31, 121, 189);
        box-shadow: 0 0 20px rgba(31, 121, 189, 0.2);
        width: 24px;
        border-radius: 20px;
    }

    .engagement-simple-swiper .swiper-pagination {
        bottom: 0px;
    }







    .industries-3d-sec {
        background: #071428;
        position: relative;
        overflow: hidden;
    }

    .industries-3d-sec::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
        background-size: 40px 40px;
    }

    .industries-3d-sec .industry-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
    }

    .industries-3d-sec .industry-card {
        perspective: 1200px;
        height: 300px;
    }

    .industries-3d-sec .industry-inner {
        position: relative;
        width: 100%;
        height: 100%;
        transition: 1s;
        transform-style: preserve-3d;
    }

    .industries-3d-sec .industry-card:hover .industry-inner {
        transform: rotateY(180deg);
    }

    .industries-3d-sec .industry-front,
    .industries-3d-sec .industry-back {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 25px;
        backface-visibility: hidden;
        border: 1px solid rgba(73, 176, 217, 0.18);
        background: rgba(255, 255, 255, 0.04);
        backdrop-filter: blur(20px);
        padding: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
    }

    .industries-3d-sec .industry-front img {
        max-width: 55px;
        margin-bottom: 25px;
        filter: brightness(0) invert(1);
    }

    .industries-3d-sec .industry-front h3 {
        color: #fff;
        font-size: 24px;
        text-align: center;
    }

    .industries-3d-sec .industry-back {
        transform: rotateY(180deg);
        align-items: flex-start;
    }

    .industries-3d-sec .industry-back p {
        color: #c6d4e1;
        line-height: 1.8;
        font-size: 14px;
        margin: 0;
    }

    .industries-3d-sec .industry-front::before,
    .industries-3d-sec .industry-back::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 25px;
        padding: 1px;
        background: linear-gradient(135deg, #49b0d9, #155eef, transparent);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }

    .industries-3d-sec .industry-card:hover .industry-front,
    .industries-3d-sec .industry-card:hover .industry-back {
        box-shadow: 0 20px 60px rgba(73, 176, 217, 0.35), 0 0 40px rgba(73, 176, 217, 0.15);
    }

    .slidenavv {
        display: none;
    }

    .industries-3d-sec {
        padding: 40px 0px;
    }

    /* ============================================================
               ROOT: All classes prefixed with "outcome-"
               Color theme: rgb(31, 121, 189)
               ============================================================ */
    .outcome-wrapper {
        display: block;
        width: 100%;
        margin: 0 auto;
        background: #0b111f;
        padding: 40px 0px;
        position: relative;
        overflow: hidden;
        color: #e8edf4;
    }

    .outcome-wrapper::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image:
            linear-gradient(rgba(31, 121, 189, 0.04) 1px, transparent 1px),
            linear-gradient(90deg, rgba(31, 121, 189, 0.04) 1px, transparent 1px);
        background-size: 48px 48px;
        pointer-events: none;
        z-index: 0;
    }

    .outcome-wrapper::after {
        content: '';
        position: absolute;
        bottom: -15%;
        left: -5%;
        width: 450px;
        height: 450px;
        background: radial-gradient(circle, rgba(31, 121, 189, 0.04), transparent 70%);
        border-radius: 50%;
        pointer-events: none;
        z-index: 0;
    }

    .outcome-content {
        position: relative;
        z-index: 2;
    }

    /* ============================================================
               HEADER
               ============================================================ */
    .outcome-header {
        margin-bottom: 3rem;
        padding-bottom: 2rem;
        border-bottom: 2px solid rgba(31, 121, 189, 0.12);
    }


    .outcome-title {
        font-size: 3rem;
        font-weight: 800;
        letter-spacing: -0.03em;
        line-height: 1.1;
        color: #f0f7ff;
        margin-bottom: 0.6rem;
    }


    /* ============================================================
               OUTCOME GRID
               ============================================================ */
    .outcome-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.8rem;
        /* margin: 1.5rem 0 2rem; */
    }

    .outcome-card {
        background: linear-gradient(160deg, #111b2b, #0a111e);
        border-radius: 1.8rem;
        padding: 2rem 1.8rem 2rem;
        border: 1px solid rgba(31, 121, 189, 0.06);
        box-shadow: 0 12px 28px -12px rgba(0, 0, 0, 0.8);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .outcome-card::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, transparent, rgb(31, 121, 189), transparent);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .outcome-card:hover {
        border-color: rgba(31, 121, 189, 0.12);
        transform: translateY(-4px);
        box-shadow: 0 20px 40px -16px rgba(31, 121, 189, 0.04);
    }

    .outcome-card:hover::after {
        opacity: 1;
    }


    .outcome-card .card-icon {
        font-size: 2rem;
        color: rgb(31, 121, 189);
        background: rgba(31, 121, 189, 0.04);
        width: 3.6rem;
        height: 3.6rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        border: 1px solid rgba(31, 121, 189, 0.04);
        margin-bottom: 1rem;
        flex-shrink: 0;
        transition: 0.3s;
    }

    .outcome-card:hover .card-icon {
        background: rgba(31, 121, 189, 0.08);
        border-color: rgba(31, 121, 189, 0.08);
    }

    .outcome-card .card-title {
        font-size: 1.1rem;
        font-weight: 700;
        color: #ecf3fa;
        margin-bottom: 0.6rem;
        letter-spacing: -0.01em;
    }


    .outcome-card .card-desc {
        font-size: 0.9rem;
        line-height: 1.7;
        color: #b8cee8;
        flex: 1;
    }






    .tg-standout {
        background: linear-gradient(160deg, #05070d 0%, #0a0e1c 55%, #05070d 100%);
        padding: 40px 0px;
        font-family: 'Inter', sans-serif;
        -webkit-font-smoothing: antialiased;
        color: #0c1220;
        box-sizing: border-box;
    }

    .tg-standout *,
    .tg-standout *::before,
    .tg-standout *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .tg-standout a {
        text-decoration: none;
        color: inherit;
    }

    .tg-standout ul {
        list-style: none;
    }
    .tg-standout .container{
            max-width: 1180px;
    margin: 0 auto;
    padding: 96px 32px;
    position: relative;
    z-index: 1;
    }

    .tg-standout .tg-wrap {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 32px;
    }

    /* ---- layout ---- */
    .tg-standout .tg-layout {
        display: grid;
        grid-template-columns: 420px 1fr;
        gap: 80px;
        align-items: start;
    }

    /* ---- left: sticky header ---- */
    .tg-standout .tg-left {
        position: sticky;
        top: 100px;
    }

    .tg-standout .tg-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-family: 'JetBrains Mono', monospace;
        font-size: 12px;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: #2451ff;
        background: #eef1ff;
        border: 1px solid #d8e0ff;
        padding: 7px 14px;
        border-radius: 100px;
        margin-bottom: 26px;
    }

    .tg-standout .tg-eyebrow .tg-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #00b894;
        box-shadow: 0 0 0 3px rgba(0, 184, 148, .18);
    }

    .tg-standout .tg-left h2 {
        font-size: 42px;
        font-weight: 800;
        line-height: 1.2;
        letter-spacing: -1.2px;
        color: #f4f7ff;
        margin-bottom: 14px;
        text-shadow: 0 1px 0 rgba(0, 212, 255, 0.45), 0 2px 0 rgba(0, 212, 255, 0.32), 0 3px 0 rgba(124, 92, 255, 0.22), 0 12px 26px rgba(0, 0, 0, 0.55);

        span {
            background: linear-gradient(90deg, #44c8f5, #4d61fe);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
    }

    .tg-standout .tg-left h2 em {
        font-style: normal;
        color: #2451ff;
    }

    .tg-standout .tg-sub {
        margin-top: 18px;
        font-size: 15.5px;
        line-height: 1.7;
        color: #fff;
    }

    /* quick stats row */
    .tg-standout .tg-stats {
        margin-top: 36px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1px;
        background: #e6e8ee;
        border: 1px solid #e6e8ee;
        border-radius: 18px;
        overflow: hidden;
    }

    .tg-standout .tg-stat {
        background: #ffffff;
        padding: 22px 20px;
        transition: background .3s ease;
    }

    .tg-standout .tg-stat:hover {
        background: #fafbfd;
    }

    .tg-standout .tg-stat .num {
        font-family: 'Space Grotesk', sans-serif;
        font-weight: 700;
        font-size: 30px;
        letter-spacing: -0.025em;
        color: #0c1220;
        display: flex;
        align-items: baseline;
        gap: 2px;
    }

    .tg-standout .tg-stat .num sup {
        font-size: 16px;
        color: #2451ff;
        font-weight: 700;
    }

    .tg-standout .tg-stat .lbl {
        margin-top: 5px;
        font-size: 12.5px;
        color: #8b93a1;
        line-height: 1.4;
    }

    /* ---- right: cards ---- */
    .tg-standout .tg-cards {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .tg-standout .tg-card {
        background: #ffffff;
        border: 1px solid #e6e8ee;
        border-radius: 20px;
        padding: 28px 30px;
        display: grid;
        grid-template-columns: 48px 1fr;
        gap: 20px;
        align-items: flex-start;
        transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
        cursor: default;
        background: linear-gradient(135deg, #1a2a6c, #2d4373);
        border: none;
    }

    .tg-standout .tg-card:hover {
        border-color: #c7d2ff;
        box-shadow: 0 16px 40px -22px rgba(36, 81, 255, .28);
        transform: translateY(-2px);
    }

    .tg-standout .tg-card-icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        background: #f6f7fa;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        transition: background .3s ease;
    }

    .tg-standout .tg-card-icon svg {
        width: 22px;
        height: 22px;
        stroke: #5b6472;
        fill: none;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
        transition: stroke .3s ease;
    }

    .tg-standout .tg-card:hover .tg-card-icon {
        background: #eef1ff;
    }

    .tg-standout .tg-card:hover .tg-card-icon svg {
        stroke: #2451ff;
    }

    .tg-standout .tg-card-body {}

    .tg-standout .tg-card-body .tg-num-tag {
        display: inline-block;
        font-size: 18px;
        /* letter-spacing: 0.06em; */
        /* text-transform: uppercase; */
        color: rgb(255 255 255);
        border-radius: 100px;
        margin-bottom: 10px;
        font-weight: 900;
    }

    .tg-standout .tg-card-body p {
        font-size: 15px;
        line-height: 1.65;
        color: #fff;
    }

    .tg-standout .tg-card-body p strong {
        color: #fff;
        font-weight: 600;
    }



    .whysec {
        position: relative;
        overflow: hidden;
        background: linear-gradient(160deg, #05070d 0%, #0a0e1c 55%, #05070d 100%);
    }

    .whysec .container {
        position: relative;
        z-index: 1;
    }

    .whysec .why-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
        perspective: 1400px;
    }

    .whysec .why-card {
        position: relative;
        padding: 32px 26px;
        border-radius: 22px;
        border: 1px solid rgba(255, 255, 255, 0.16);
        box-shadow: 0 22px 40px rgba(0, 0, 0, 0.4);
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
        transform-style: preserve-3d;
    }

    .whysec .why-card h4 {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.35;
        margin-bottom: 12px;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    }

    .whysec .why-card p {
        color: rgba(255, 255, 255, 0.9);
        font-size: 14.5px;
        line-height: 1.75;
        margin: 0;
    }

    .whysec .why-icon {
        width: 54px;
        height: 54px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 22px;
        background: rgba(255, 255, 255, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.35);
        color: #fff;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    .whysec .why-icon img {
        max-width: 40px;
    }

    .whysec .why-card:hover {
        transform: perspective(900px) rotateX(6deg) rotateY(-6deg) translateY(-10px) scale(1.03);
        box-shadow: 0 34px 64px rgba(0, 0, 0, 0.5);
        z-index: 2;
    }

    .whysec .why-c1 {
        background: linear-gradient(150deg, #00d4ff, #0a5f80 85%);
    }

    .whysec .why-c2 {
        background: linear-gradient(150deg, #ff3fa4, #7a0c4c 85%);
    }

    .whysec .why-c3 {
        background: linear-gradient(150deg, #ffb020, #8a5c05 85%);
    }

    .whysec .why-c4 {
        background: linear-gradient(150deg, #2ee6a6, #0b6f4a 85%);
    }

    .whysec .why-c5 {
        background: linear-gradient(150deg, #7c5cff, #351f8f 85%);
    }

    .whysec .why-c6 {
        background: linear-gradient(150deg, #3aa8ff, #133e7a 85%);
    }






    .tg-acp {
        padding: 40px 0px;
        background: #071428;
        overflow: hidden;
        position: relative;
    }

    .tg-acp::before {
        content: "";
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
        width: 500px;
        height: 500px;
        left: -180px;
        top: -220px;
        background: radial-gradient(circle, #155eef55 0%, transparent 70%);
        filter: blur(80px);

    }

    .tg-acp::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
        width: 450px;
        height: 450px;
        right: -150px;
        bottom: -180px;
        background: radial-gradient(circle, #2dd4bf25 0%, transparent 70%);
        filter: blur(90px);
    }

    .tg-acp a {
        text-decoration: none;
        color: inherit;
    }

    .tg-acp ul {
        list-style: none;
    }

    .tg-acp .tc-wrap {
        margin: 0px auto;
    }

    .tg-acp .tc-header {
        padding: 0px;
        margin: 0px auto;
    }

    .tg-acp .tc-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-family: "JetBrains Mono", monospace;
        font-size: 12px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: rgb(36, 81, 255);
        background: rgb(238, 241, 255);
        border: 1px solid rgb(216, 224, 255);
        padding: 7px 14px;
        border-radius: 100px;
        margin-bottom: 22px;
    }

    .tg-acp .tc-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: rgb(0, 184, 148);
        box-shadow: rgba(0, 184, 148, 0.18) 0px 0px 0px 3px;
    }

    .tg-acp .tc-header h2 {
        font-size: 42px;
        font-weight: 800;
        line-height: 1.2;
        letter-spacing: -1.2px;
        color: #f4f7ff;
        margin-bottom: 14px;
        text-shadow: 0 1px 0 rgba(0, 212, 255, 0.45), 0 2px 0 rgba(0, 212, 255, 0.32), 0 3px 0 rgba(124, 92, 255, 0.22), 0 12px 26px rgba(0, 0, 0, 0.55);
        text-align: center;
    }

    .tg-acp .tc-header h2 em {
        background: linear-gradient(90deg, #44c8f5, #4d61fe);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .tg-acp .tc-header p {
        margin-top: 16px;
        font-size: 16px;
        line-height: 1.65;
        color: #fff;
        text-align: center;

    }

    .tg-acp .tc-awards {
        padding: 45px 0px 0px;
    }

    .tg-acp .tc-awards-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
        /* background: rgb(230, 232, 238); */
        /* border: 1px solid rgb(230, 232, 238); */
        border-radius: 22px;
    }

    .tg-acp .tc-award-card {
        background: linear-gradient(0deg, #151B3A, #151B3A),
            radial-gradient(57.47% 137.79% at 81.1% -37.79%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 69.49%)
            /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
        ;
        padding: 25px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px;
        text-align: center;
        position: relative;
        transition: background 0.3s;
        cursor: default;
        border-radius: 15px;
    }

    .tc-award-cardcenter {
        margin-top: -30px;
    }




    .tg-acp .tc-award-logo {
        width: 143px;
        height: 100px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        transition: background 0.3s, border-color 0.3s;
        overflow: hidden;
    }

    .tg-acp .tc-award-card:hover .tc-award-logo {
        background: rgb(238, 241, 255);
        border-color: rgb(199, 210, 255);
    }

    .tg-acp .tc-award-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: filter 0.3s;
    }

    .tg-acp .tc-award-card:hover .tc-award-logo img {
        filter: grayscale(0) opacity(1);
    }

    .tg-acp .tc-award-logo .logo-fallback {
        font-size: 15px;
        color: rgb(139, 147, 161);
        letter-spacing: -0.01em;
        text-align: center;
        line-height: 1.2;
        transition: color 0.3s;
    }

    .tg-acp .tc-award-card:hover .logo-fallback {
        color: rgb(36, 81, 255);
    }

    .tg-acp .tc-award-body {}

    .tg-acp .tc-award-body .org {
        font-family: "JetBrains Mono", monospace;
        font-size: 10.5px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: rgb(185, 192, 204);
        margin-bottom: 6px;
        display: block;
        transition: color 0.3s;
    }

    .tg-acp .tc-award-card:hover .org {
        color: rgb(36, 81, 255);
    }

    .tg-acp .tc-award-body h3 {
        font-weight: 600;
        font-size: 17px;
        letter-spacing: 0%;
        color: rgba(255, 255, 255, 1);
        line-height: 120%;
    }

    .tg-acp .tc-trophy {
        width: 22px;
        height: 22px;
        stroke: rgb(230, 200, 74);
        fill: none;
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
        flex-shrink: 0;
        position: absolute;
        top: 10px;
        right: 10px;
    }



    .partner-section {
        position: relative;
        overflow: hidden;
        background: #071428;
        padding: 40px 0px;
    }

    .partner-section::before,
    .partner-section::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
    }

    .partner-section::before {
        width: 500px;
        height: 500px;
        left: -180px;
        top: -220px;
        background: radial-gradient(circle, #155eef55 0%, transparent 70%);
        filter: blur(80px);
    }

    .partner-section::after {
        width: 450px;
        height: 450px;
        right: -150px;
        bottom: -180px;
        background: radial-gradient(circle, #2dd4bf25 0%, transparent 70%);
        filter: blur(90px);
    }

    .partner-section .partnrefold {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 50px;
    }

    .partner-section .partnerhead {
        width: 40%;
    }

    .partner-section .head-tag {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 18px;
        margin-bottom: 20px;
        background: rgba(21, 94, 239, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.12);
        color: #7eb5ff;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        border-radius: 70px 70px 70px 0px;
    }

    .partner-section .partnerhead h2 {
        color: #fff;
        font-size: 32px;
        line-height: 1.25;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .partner-section .partnerhead p {
        color: #c3d2e3;
        font-size: 17px;
        line-height: 30px;
    }

    .partner-section .partnrelogosmain {
        width: 60%;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 22px;
        overflow: hidden;
    }

    .partner-section .partnrelogosmain::before,
    .partner-section .partnrelogosmain::after {
        content: "";
        position: absolute;
        top: 0;
        width: 140px;
        height: 100%;
        z-index: 5;
        pointer-events: none;
    }

    .partner-section .partnrelogosmain::before {
        left: 0;
        background: linear-gradient(to right, #071428 0%, rgba(7, 20, 40, 0.85) 40%, transparent);
    }

    .partner-section .partnrelogosmain::after {
        right: 0;
        background: linear-gradient(to left, #071428 0%, rgba(7, 20, 40, 0.85) 40%, transparent);
    }

    .partner-section .partnrelogos-row {
        overflow: hidden;
    }

    .partner-section .partnrelogos-track {
        display: flex;
        align-items: center;
        gap: 24px;
        width: max-content;
        will-change: transform;
    }

    .partner-section .partnrelogos-track:hover {
        animation-play-state: paused;
    }

    .partner-section .partnrelogos-track.rtl {
        animation: scrollRTL 30s linear infinite;
    }

    .partner-section .partnrelogos-track.ltr {
        animation: scrollLTR 30s linear infinite;
    }

    .partner-section .partnrelogos {
        width: 170px;
        height: 90px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 18px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
        border: 1px solid rgba(255, 255, 255, 0.08);
        transition: 0.35s ease;
    }

    .partner-section .partnrelogos img {
        max-width: 110px;
        max-height: 42px;
        object-fit: contain;
        opacity: 0.75;
        filter: grayscale(100%);
        transition: 0.35s ease;
    }

    .partner-section .partnrelogos:hover {
        background: #000;
        border-color: #fff;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    }

    .partner-section .partnrelogos:hover img {
        opacity: 1;
        filter: none;
        transform: scale(1.08);
    }

    @keyframes scrollRTL {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-50%);
        }
    }

    @keyframes scrollLTR {
        from {
            transform: translateX(-50%);
        }

        to {
            transform: translateX(0);
        }
    }


    .trustpartnersec {
        position: relative;
        overflow: hidden;
        background: linear-gradient(160deg, #05070d 0%, #0a0e1c 55%, #05070d 100%);
    }

    .trustpartnersec::before {
        content: "";
        position: absolute;
        top: -160px;
        left: -140px;
        width: 480px;
        height: 480px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(0, 212, 255, 0.16), transparent 70%);
        filter: blur(90px);
        z-index: 0;
    }

    .trustpartnersec::after {
        content: "";
        position: absolute;
        bottom: -180px;
        right: -140px;
        width: 480px;
        height: 480px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(124, 92, 255, 0.16), transparent 70%);
        filter: blur(90px);
        z-index: 0;
    }

    .trustpartnersec .container {
        position: relative;
        z-index: 1;
    }

    .trustpartnersec .tp-eyebrow {
        display: inline-flex;
        align-items: center;
        padding: 8px 18px;
        border-radius: 60px;
        background: rgba(0, 212, 255, 0.1);
        border: 1px solid rgba(0, 212, 255, 0.32);
        color: #00d4ff;
        font-size: 12.5px;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .trustpartnersec h2 {
        font-size: 42px;
        font-weight: 800;
        line-height: 1.2;
        letter-spacing: -1.2px;
        color: #f4f7ff;
        margin-bottom: 14px;
        text-shadow: 0 8px 22px rgba(0, 212, 255, 0.25);
    }

    .trustpartnersec h2 span {
        background: linear-gradient(90deg, #00d4ff, #7c5cff);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .trustpartnersec .tp-sub {
        color: rgba(255, 255, 255, 0.65);
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 22px;
    }

    .trustpartnersec .tp-content p {
        color: rgba(255, 255, 255, 0.72);
        font-size: 16px;
        line-height: 1.85;
        margin-bottom: 16px;
    }

    .trustpartnersec .tp-desc {
        position: relative;
        overflow: hidden;
        max-height: 1000px;
        transition: max-height 0.5s ease;
    }

    .trustpartnersec .tp-desc.collapsed {
        max-height: 160px;
    }

    .trustpartnersec .tp-desc p:last-child {
        margin-bottom: 0;
    }

    .trustpartnersec .tp-readmore {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin: 4px 0 8px;
        padding: 0;
        border: none;
        background: transparent;
        color: #00d4ff;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
        letter-spacing: 0.02em;
    }

    .trustpartnersec .tp-readmore:hover {
        color: #6fe3ff;
    }

    .trustpartnersec .tp-readmore-icon {
        width: 9px;
        height: 9px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg);
        transition: transform 0.3s ease;
    }

    .trustpartnersec .tp-readmore[aria-expanded="true"] .tp-readmore-icon {
        transform: rotate(-135deg);
    }

    .trustpartnersec .tp-chip {
        display: inline-flex;
        align-items: center;
        padding: 2px 10px;
        border-radius: 20px;
        background: rgba(0, 212, 255, 0.1);
        border: 1px solid rgba(0, 212, 255, 0.3);
        color: #6fe3ff;
        font-size: 13.5px;
        font-weight: 700;
        white-space: nowrap;
    }

    .trustpartnersec .tp-verified {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin-top: 30px;
    }

    .trustpartnersec .tp-verified-badge {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        padding: 14px 20px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.12);
        text-decoration: none;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
        transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    }

    .trustpartnersec .tp-verified-badge:hover {
        transform: translateY(-6px);
        border-color: rgba(0, 212, 255, 0.5);
        box-shadow: 0 26px 50px rgba(0, 212, 255, 0.18);
    }

    .trustpartnersec .tp-vb-icon {
        flex-shrink: 0;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #00d4ff, #7c5cff);
        color: #05070d;
    }

    .trustpartnersec .tp-vb-text {
        display: flex;
        flex-direction: column;
        line-height: 1.3;
    }

    .trustpartnersec .tp-vb-text strong {
        color: #fff;
        font-size: 14.5px;
        font-weight: 700;
    }

    .trustpartnersec .tp-vb-text small {
        color: rgba(255, 255, 255, 0.55);
        font-size: 11.5px;
        font-weight: 500;
    }

    .trustpartnersec .tp-3d-wrap {
        perspective: 1500px;
        padding: 40px 0;
    }

    .trustpartnersec .tp-3d-stage {
        position: relative;
        height: 460px;
        transform-style: preserve-3d;
        transform: rotateX(8deg) rotateY(-10deg);
    }

    .trustpartnersec .tp-glow-orb {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 340px;
        height: 340px;
        transform: translate(-50%, -50%) translateZ(-80px);
    }

    .trustpartnersec .tp-glow-orb::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(124, 92, 255, 0.35), transparent 70%);
        filter: blur(50px);
    }

    .trustpartnersec .tp-glow-orb img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 65%;
        transform: translate(-50%, -50%) translateZ(60px);
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid rgba(255, 255, 255, 0.18);
        box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6), 0 0 0 10px rgba(0, 212, 255, 0.06);
        animation: tpFloat 6s ease-in-out infinite;
        animation-delay: 0.6s;
        padding: 20px;
    }

    .trustpartnersec .tp-card {
        position: absolute;
        width: 240px;
        padding: 26px 24px;
        border-radius: 22px;
        background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
        border: 1px solid rgba(255, 255, 255, 0.14);
        backdrop-filter: blur(14px);
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.1);
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        animation: tpFloat 6s ease-in-out infinite;
    }

    .trustpartnersec .tp-card strong {
        display: block;
        font-size: 32px;
        font-weight: 800;
        background: linear-gradient(90deg, #00d4ff, #7c5cff);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        margin-bottom: 6px;
    }

    .trustpartnersec .tp-card span {
        display: block;
        color: rgba(255, 255, 255, 0.72);
        font-size: 13.5px;
        font-weight: 500;
        line-height: 1.5;
    }

    .trustpartnersec .tp-card:hover {
        box-shadow: 0 40px 80px rgba(0, 212, 255, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.16);
    }

    .trustpartnersec .tp-card-1 {
        top: 0;
        left: 10px;
        transform: translateZ(70px) rotate(-4deg);
        animation-delay: 0s;
    }

    .trustpartnersec .tp-card-1:hover {
        transform: translateZ(110px) rotate(-4deg) scale(1.04);
    }

    .trustpartnersec .tp-card-2 {
        top: 40px;
        right: 0;
        transform: translateZ(40px) rotate(3deg);
        animation-delay: 1.2s;
    }

    .trustpartnersec .tp-card-2:hover {
        transform: translateZ(90px) rotate(3deg) scale(1.04);
    }

    .trustpartnersec .tp-card-3 {
        bottom: 60px;
        left: 0;
        transform: translateZ(55px) rotate(2deg);
        animation-delay: 2.4s;
    }

    .trustpartnersec .tp-card-3:hover {
        transform: translateZ(100px) rotate(2deg) scale(1.04);
    }

    .trustpartnersec .tp-card-4 {
        bottom: 0;
        right: 20px;
        transform: translateZ(85px) rotate(-2deg);
        animation-delay: 3.6s;
    }

    .trustpartnersec .tp-card-4:hover {
        transform: translateZ(125px) rotate(-2deg) scale(1.04);
    }

    .trustpartnersec .tp-stars {
        color: #ffc94d;
        font-size: 15px;
        letter-spacing: 2px;
        margin-bottom: 8px;
    }

    .tfr-mobility-section {
        background: #0a0c10;
        color: #e9ecf1;
        font-family: 'Inter', sans-serif;
        line-height: 1.6;
        -webkit-font-smoothing: antialiased;
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
    }

    .tfr-mobility-section * {
        box-sizing: border-box;
    }

    .tfr-mobility-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image:
            linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
        background-size: 56px 56px;
        pointer-events: none;
        z-index: 0;
        mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, black 40%, transparent 90%);
    }

    .tfr-mobility-section h1,
    .tfr-mobility-section h2,
    .tfr-mobility-section h3 {
        font-family: 'Space Grotesk', sans-serif;
        letter-spacing: -0.02em;
        margin: 0;
    }

    .tfr-mobility-section p,
    .tfr-mobility-section ul,
    .tfr-mobility-section li {
        margin: 0;
        padding: 0;
    }

    .tfr-mobility-wrap {
        max-width: 1180px;
        margin: 0 auto;
        padding: 96px 32px;
        position: relative;
        z-index: 1;
    }

    .cta-section,
    .cta-simple {
        padding-bottom: 30px;
    }

    .tfr-mobility-head {
        margin-bottom: 56px;
    }

    .tfr-mobility-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 12px;
        letter-spacing: 0.08em;
        background: rgba(0, 212, 255, 0.1);
        border: 1px solid rgba(0, 212, 255, 0.32);
        color: #00d4ff;
        padding: 6px 12px;
        border-radius: 100px;
        margin-bottom: 20px;
    }

    .tfr-mobility-head h1 {
        font-size: clamp(28px, 3.6vw, 42px);
        font-weight: 600;
        margin-bottom: 16px;
    }

    .tfr-mobility-head p {
        color: #8891a0;
        font-size: 16px;
    }

    .tfr-fleet-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .tfr-trip-card {
        background: #12151b;
        border: 1px solid #242832;
        border-radius: 14px;
        padding: 30px;
        display: flex;
        flex-direction: column;
        gap: 18px;
        transition: border-color .25s, transform .25s;
    }

    .tfr-trip-card:hover {
        border-color: rgb(0, 212, 255);
        transform: translateY(-3px);
    }

    .tfr-trip-top {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 12px;
    }

    .tfr-trip-card h3 {
        font-size: 22px;
        font-weight: 600;
    }

    .tfr-trip-badge {
        font-size: 11px;
        color: #fff;
        background: #4d61fe;
        padding: 4px 10px;
        border-radius: 100px;
        white-space: nowrap;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }

    .tfr-trip-intent {
        font-size: 14px;
        color: #8891a0;
    }

    .tfr-trip-intent b {
        color: #e9ecf1;
        font-weight: 500;
    }

    .tfr-arch-list {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 9px;
    }

    .tfr-arch-list li {
        font-size: 13.5px;
        color: #e9ecf1;
        padding-left: 18px;
        position: relative;
    }

    .tfr-arch-list li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        width: 6px;
        height: 6px;
        border-radius: 1px;
        background: #00d4ff;
        transform: rotate(45deg);
    }

    .tfr-trip-footer {
        margin-top: auto;
        padding-top: 16px;
        border-top: 1px dashed #242832;
        font-size: 13px;
        color: #8891a0;
    }

    .tfr-trip-footer b {
        color: rgb(0, 212, 255);
        font-weight: 500;
        font-family: 'JetBrains Mono', monospace;
    }



    .tfr-feat-section {
        background: #0a0c10;
        color: #e9ecf1;
        font-family: 'Inter', sans-serif;
        line-height: 1.6;
        -webkit-font-smoothing: antialiased;
        position: relative;
        overflow: hidden;
    }

    .tfr-feat-section * {
        box-sizing: border-box;
    }

    .tfr-feat-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image:
            linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
        background-size: 56px 56px;
        pointer-events: none;
        z-index: 0;
        mask-image: radial-gradient(ellipse 80% 50% at 50% 0%, black 30%, transparent 85%);
    }

    .tfr-feat-section h1,
    .tfr-feat-section h2,
    .tfr-feat-section h3 {
        font-family: 'Space Grotesk', sans-serif;
        letter-spacing: -0.02em;
        margin: 0;
    }

    .tfr-feat-section p,
    .tfr-feat-section ul,
    .tfr-feat-section li {
        margin: 0;
        padding: 0;
    }

    .tfr-feat-wrap {
        max-width: 1240px;
        margin: 0 auto;
        padding: 40px 0px;
        position: relative;
        z-index: 1;
    }

    .tfr-feat-head {
        max-width: 760px;
        margin: 0 auto 64px;
        text-align: center;
    }

    .tfr-feat-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-family: 'JetBrains Mono', monospace;
        font-size: 12px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #29d9c6;
        border: 1px solid rgba(41, 217, 198, 0.3);
        background: rgba(41, 217, 198, 0.06);
        padding: 6px 12px;
        border-radius: 100px;
        margin-bottom: 20px;
    }

    .tfr-feat-head h2 {
        font-size: clamp(28px, 3.6vw, 42px);
        font-weight: 600;
        margin-bottom: 16px;
    }

    .tfr-feat-head p {
        color: #8891a0;
        font-size: 16px;
        max-width: 640px;
        margin: 0 auto;
    }

    .tfr-panel-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    .tfr-panel-card {
        background: #12151b;
        border: 1px solid #242832;
        border-radius: 16px;
        padding: 28px;
        display: flex;
        flex-direction: column;
        gap: 22px;
        border-top: 3px solid #29d9c6;
        height: 100%;
    }



    .tfr-panel-top {
        display: flex;
        align-items: flex-start;
        gap: 14px;
    }

    .tfr-panel-icon {
        width: 42px;
        height: 42px;
        flex-shrink: 0;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'JetBrains Mono', monospace;
        font-size: 13px;
        font-weight: 500;
        background: rgba(41, 217, 198, 0.1);
        color: #29d9c6;
        border: 1px solid rgba(41, 217, 198, 0.25);
        display: none;
    }



    .tfr-panel-title h3 {
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 4px;
    }

    .tfr-panel-title span {
        font-size: 12.5px;
        color: #8891a0;
    }

    .tfr-feature-list {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .tfr-feature-item {
        display: flex;
        gap: 12px;
        padding-bottom: 16px;
        border-bottom: 1px dashed #242832;
    }

    .tfr-feature-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .tfr-feature-marker {
        width: 6px;
        height: 6px;
        margin-top: 7px;
        flex-shrink: 0;
        border-radius: 1px;
        background: #29d9c6;
        transform: rotate(45deg);
    }

    .row-customer {
        row-gap: 20px;
    }

    .tfr-feature-text h4 {
        font-size: 14.5px;
        font-weight: 600;
        font-family: 'Inter', sans-serif;
        letter-spacing: 0;
        margin-bottom: 4px;
        color: #e9ecf1;
    }

    .tfr-feature-text p {
        font-size: 13px;
        color: #8891a0;
        line-height: 1.55;
    }



    .homeprocess {
        position: relative;
        overflow: hidden;
        background: #071428;
        padding-top: 30px;
    }

    .homeprocess .container {
        position: relative;
        z-index: 2;
    }

    .homeprocess .globe-wrap {
        position: absolute;
        left: -220px;
        top: 50%;
        width: 650px;
        height: 650px;
        transform: translateY(-50%);
        opacity: 0.15;
        pointer-events: none;
        z-index: 0;
    }

    .homeprocess .globe-wrap img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        filter: brightness(0) saturate(100%) invert(55%) sepia(60%) saturate(650%) hue-rotate(165deg) brightness(110%);
        animation: globeRotate 45s linear infinite;
    }

    @keyframes globeRotate {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    .homeprocess .commhead {
        max-width: 900px;
        margin: 0 auto 60px;
    }

    .homeprocess .commhead h2 {
        color: #fff;
        font-size: 48px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .homeprocess .commhead h2 span {
        color: #49b0d9;
    }

    .homeprocess .commhead p {
        color: #bfd3e2;
        font-size: 17px;
        line-height: 1.8;
    }

    .homeprocess .processSwiper {
        position: relative;
        overflow: hidden;
        padding: 10px 5px 80px;
    }

    .homeprocess .processSwiper .swiper-wrapper {
        align-items: stretch;
    }

    .processSwiper .swiper-slide {
        height: auto;
        display: flex;
    }

    .homeprocess .stage-card {
        position: relative;
        width: 100%;
        height: 100%;
        background: #0b1a2c;
        border-radius: 24px;
        border: 1px solid rgba(73, 176, 217, 0.15);
        padding: 35px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        transition: 0.35s ease;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    }

    .homeprocess .stage-card::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 24px;
        padding: 1px;
        background: linear-gradient(135deg, #49b0d9, transparent, #155eef);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        opacity: 0.5;
    }

    .homeprocess .stage-card::after {
        content: "";
        position: absolute;
        right: -70px;
        top: -70px;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        background: radial-gradient(circle, #49b0d930 0%, transparent 70%);
        transition: 0.4s;
    }

    .homeprocess .stage-card:hover {
        transform: translateY(-8px);
        border-color: #49b0d9;
        box-shadow: 0 30px 55px rgba(73, 176, 217, 0.22);
    }

    .homeprocess .stage-card:hover::after {
        transform: scale(1.5);
    }

    .homeprocess .stage-num {
        position: absolute;
        top: 18px;
        right: 22px;
        font-size: 70px;
        font-weight: 800;
        color: rgba(255, 255, 255, 0.05);
        transition: 0.35s;
    }

    .homeprocess .stage-card:hover .stage-num {
        color: rgba(73, 176, 217, 0.18);
    }

    .homeprocess .stage-tag {
        display: inline-flex;
        align-items: center;
        padding: 8px 18px;
        background: #14304d;
        border-radius: 100px;
        color: #49b0d9;
        font-size: 13px;
        font-weight: 600;
        width: max-content;
        margin-bottom: 22px;
        transition: 0.35s;
    }

    .homeprocess .stage-card:hover .stage-tag {
        background: #49b0d9;
        color: #fff;
    }

    .homeprocess .stage-card h3 {
        color: #fff;
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 22px;
    }

    .homeprocess .stage-card ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .homeprocess .stage-card li {
        position: relative;
        padding-left: 22px;
        margin-bottom: 14px;
        color: #bfd3e2;
        font-size: 15px;
        line-height: 1.8;
    }

    .homeprocess .stage-card li:last-child {
        margin-bottom: 0;
    }

    .homeprocess .stage-card li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #49b0d9;
        box-shadow: 0 0 10px #49b0d9;
    }

    .homeprocess .processSwiper .swiper-button-prev,
    .homeprocess .processSwiper .swiper-button-next {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: #10253d;
        border: 1px solid rgba(73, 176, 217, 0.3);
        color: #fff;
        transition: 0.3s;
    }

    .homeprocess .processSwiper .swiper-button-prev {
        left: 0;
    }

    .homeprocess .processSwiper .swiper-button-next {
        right: 0;
    }

    .homeprocess .processSwiper .swiper-button-prev:hover,
    .homeprocess .processSwiper .swiper-button-next:hover {
        background: #49b0d9;
    }

    .homeprocess .processSwiper .swiper-button-prev::after,
    .homeprocess .processSwiper .swiper-button-next::after {
        font-size: 18px;
        font-weight: 700;
    }

    .homeprocess .processSwiper .swiper-pagination {
        bottom: 15px !important;
    }

    .homeprocess .processSwiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #50657c;
        opacity: 1;
        transition: 0.35s;
    }

    .homeprocess .processSwiper .swiper-pagination-bullet-active {
        width: 30px;
        border-radius: 30px;
        background: #49b0d9;
    }


    .icost6ry-section {
        padding: 40px 0px;
        background: radial-gradient(circle at 15% 5%, rgba(68, 200, 245, 0.14), transparent 38%), radial-gradient(circle at 90% 10%, rgba(77, 97, 254, 0.12), transparent 35%), linear-gradient(180deg, #050914 0%, #09111f 100%);
    }

    .icost6ry-heading {
        font-size: 40px;
        font-weight: 700;
        color: #fff;
        line-height: 1.3;
        margin: 0px 0px 16px;
    }

    .icost6ry-subtext {
        color: #fff;
        font-size: 16px;
        line-height: 120%;
        margin: 0px 0px 34px;
    }

    .icost6ry-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }

    .icost6ry-card {
        border: 1px solid #e6e9f2;
        border-radius: 12px;
        padding: 24px 22px;
        background: #ffffff;
    }

    .icost6ry-card-title {
        font-size: 20px;
        font-weight: 700;
        color: #0f1222;
        margin: 0 0 12px;
        line-height: 1.35;
    }

    .icost6ry-card-desc {
        font-size: 14px;
        color: rgba(71, 85, 105, 1);
        line-height: 134%;
        margin: 0 0 18px;
    }

    .icost6ry-price {
        font-size: 17px;
        font-weight: 700;
        color: rgba(47, 143, 200, 1);
        margin: 0;
    }



    .iengage7hn-section {
        padding: 40px 0px;
        box-sizing: border-box;
    }

    .iengage7hn-section * {
        box-sizing: border-box;
    }

    .iengage7hn-heading {
        font-size: 40px;
        font-weight: 700;
        color: rgb(15, 18, 34);
        line-height: 1.3;
        margin: 0px 0px 16px;
    }

    .iengage7hn-subtext {
        color: rgb(12, 18, 19);
        font-size: 16px;
        line-height: 120%;
        margin: 0px 0px 34px;
    }

    .iengage7hn-timeline {
        position: relative;
    }

    .iengage7hn-cards {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
        position: relative;
        z-index: 2;
    }

    .iengage7hn-card {
        border-radius: 12px;
        padding: 22px 20px 26px;
        color: #ffffff;
        position: relative;
    }

    .iengage7hn-card::after {
        content: "";
        position: absolute;
        right: 0px;
        width: 0px;
        height: 0px;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;

        bottom: -15px;
        left: 30px;
        transform: rotate(91deg);
    }

    .iengage7hn-card::before {
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: rgb(15, 18, 34);
        transform: translate(-50%, -50%);
        bottom: -39px;
        left: 36px;
    }

    .iengage7hn-card:nth-child(1) {
        background: rgba(47, 143, 200, 1);
    }

    .iengage7hn-card:nth-child(1)::after {
        border-left: 14px solid rgba(47, 143, 200, 1);
    }

    .iengage7hn-card:nth-child(2) {
        background: rgba(73, 176, 217, 1);
    }

    .iengage7hn-card:nth-child(2)::after {
        border-left: 14px solid rgba(73, 176, 217, 1);
    }

    .iengage7hn-card:nth-child(3) {
        background: rgba(24, 110, 177, 1);
    }

    .iengage7hn-card:nth-child(3)::after {
        border-left: 14px solid rgba(24, 110, 177, 1);
    }

    .iengage7hn-card:nth-child(4) {
        background: rgba(47, 143, 200, 1);
    }

    .iengage7hn-card:nth-child(4)::after {
        border-left: 14px solid rgba(47, 143, 200, 1);
    }

    .iengage7hn-icon {
        width: 34px;
        height: 34px;
        border-radius: 8px;
        background: rgba(255, 255, 255, .22);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
        padding: 5px;

        img {
            width: 100%;
        }
    }

    .iengage7hn-icon svg {
        width: 17px;
        height: 17px;
        stroke: #ffffff;
        fill: none;
    }

    .iengage7hn-card-title {
        font-size: 15.5px;
        font-weight: 700;
        line-height: 1.35;
        margin: 0 0 10px;
    }

    .iengage7hn-card-desc {
        font-size: 12.5px;
        line-height: 1.65;
        color: rgba(255, 255, 255, .92);
        margin: 0;
    }

    /* horizontal line + dots + arrow */
    .iengage7hn-line-row {
        position: relative;
        height: 40px;
        margin-top: 6px;
    }

    .iengage7hn-line {
        position: absolute;
        top: 50%;
        left: 0;
        right: 24px;
        height: 3px;
        background: #2f6bff;
        transform: translateY(-50%);
        width: 99%;
    }

    .iengage7hn-arrowhead {
        position: absolute;
        top: 50%;
        right: 0;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 14px solid #2f6bff;
        transform: translateY(-50%);
    }

    .iengage7hn-dot {
        position: absolute;
        top: 50%;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #0f1222;
        border: 3px solid #ffffff;
        box-shadow: 0 0 0 2px #2f6bff;
        transform: translate(-50%, -50%);
    }

    .iengage7hn-dot-1 {
        left: 12.5%;
    }

    .iengage7hn-dot-2 {
        left: 37.5%;
    }

    .iengage7hn-dot-3 {
        left: 62.5%;
    }

    .iengage7hn-dot-4 {
        left: 87.5%;
    }





















    /* ++++++++++++++++++++++++++++footer popup css=========================   */

    .globalpopup {
        position: fixed;
        inset: 0;
        z-index: 2000;
        display: flex;
        align-items: center;
        justify-content: center;
        visibility: hidden;
        opacity: 0;
        transition: opacity .35s ease, visibility .35s ease;
        padding: 20px;
    }

    .globalpopup.show {
        visibility: visible;
        opacity: 1;
    }

    .globalpopup-overlay {
        position: absolute;
        inset: 0;
        background: rgba(4, 12, 28, 0.75);
        backdrop-filter: blur(6px);
    }

    .globalpopup-dialog {
        position: relative;
        width: 100%;
        max-width: 1020px;
        max-height: 92vh;
        overflow-y: auto;
        display: flex;
        flex-wrap: wrap;
        background: #ffffff;
        border-radius: 22px;
        overflow: hidden;
        box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.06);
        transform: translateY(28px) scale(.96);
        transition: transform .4s cubic-bezier(.2, .9, .25, 1.15);
    }

    .globalpopup.show .globalpopup-dialog {
        transform: translateY(0) scale(1);
    }

    .globalpopup-close {
        position: absolute;
        top: 14px;
        right: 14px;
        z-index: 5;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: none;
        background: rgba(255, 255, 255, 0.15);
        color: #fff;
        font-size: 20px;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all .25s ease;
    }

    .globalpopup-close:hover {
        background: #fff;
        color: #081d3d;
        transform: rotate(90deg);
    }

    /* Left panel — brand / trust side */
    .globalpopup-left {
        flex: 1 1 55%;
        min-width: 280px;
        background:
            linear-gradient(135deg, rgba(8, 29, 61, 0.93), rgba(0, 128, 255, 0.85)),
            url('../img/homepage/uk-banner-1200.webp') center/cover no-repeat;
        color: #fff;
        padding: 44px 40px;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .globalpopup-left::before {
        content: "";
        position: absolute;
        width: 280px;
        height: 280px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 70%);
        top: -80px;
        right: -80px;
    }

    .globalpopup-left::after {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 70%);
        bottom: -60px;
        left: -60px;
    }

    .globalpopup-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: rgba(255, 255, 255, 0.14);
        border: 1px solid rgba(255, 255, 255, 0.25);
        padding: 6px 14px;
        border-radius: 30px;
        font-size: 12.5px;
        font-weight: 600;
        letter-spacing: .3px;
        margin-bottom: 18px;
        width: fit-content;
    }

    .globalpopup-left h3 {
        font-size: 26px;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 14px;
        position: relative;
        z-index: 2;
    }

    .globalpopup-left p {
        font-size: 14.5px;
        color: rgba(255, 255, 255, 0.82);
        line-height: 1.6;
        margin-bottom: 22px;
        position: relative;
        z-index: 2;
    }

    .globalpopup-points {
        list-style: none;
        padding: 0;
        margin: 0 0 24px;
        position: relative;
        z-index: 2;
    }

    .globalpopup-points li {
        font-size: 14px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #fff;
    }

    .globalpopup-points li i {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.18);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        flex: none;
    }

    .globalpopup-trust {
        font-size: 11.5px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 10px;
        position: relative;
        z-index: 2;
    }

    .globalpopup-trust-row {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        position: relative;
        z-index: 2;
    }

    .globalpopup-trust-row span {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.18);
        padding: 5px 10px;
        border-radius: 8px;
        font-size: 11.5px;
        font-weight: 600;
    }

    /* Right panel — form */
    .globalpopup-right {
        flex: 1 1 45%;
        min-width: 300px;
        background: #ffffff;
        padding: 40px 40px 32px;
    }

    .globalpopup-right h4 {
        font-size: 21px;
        font-weight: 700;
        color: #081d3d;
        margin-bottom: 22px;
        text-align: left;
    }

    .globalpopup-input {
        border: 1.5px solid #e6e9ef;
        border-radius: 10px;
        padding: 11px 14px;
        font-size: 14.5px;
        color: #1c2733;
        transition: all .2s ease;
    }

    .globalpopup-input:focus {
        border-color: #0080ff;
        box-shadow: 0 0 0 4px rgba(0, 128, 255, 0.14);
        outline: none;
    }

    .globalpopup-phone {
        border-radius: 10px;
        overflow: hidden;
    }

    .globalpopup-country {
        max-width: 110px;
        border: 1.5px solid #e6e9ef;
        border-right: none;
        border-radius: 10px 0 0 10px !important;
        font-size: 14px;
        background: #f8fafc;
    }

    .globalpopup-phone .globalpopup-input {
        border-radius: 0 10px 10px 0;
    }

    .globalpopup-captcha {
        background: #f7f9fc;
        border: 1px dashed #d7dee8;
        border-radius: 10px;
        padding: 10px 14px;
        font-size: 15px;
        font-weight: 600;
        color: #33465c;
    }

    .globalpopup-captcha-input {
        border: 1.5px solid #e6e9ef;
        border-radius: 8px;
        text-align: center;
        padding: 6px;
    }

    .globalpopup-submit {
        background: linear-gradient(135deg, #081d3d, #0080ff);
        color: #fff;
        font-weight: 600;
        font-size: 15.5px;
        padding: 13px 22px;
        border-radius: 10px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: transform .2s ease, box-shadow .2s ease;
        box-shadow: 0 10px 24px rgba(0, 128, 255, 0.28);
    }

    .globalpopup-submit:hover {
        transform: translateY(-2px);
        box-shadow: 0 14px 30px rgba(0, 128, 255, 0.38);
        color: #fff;
    }

    .globalpopup-note {
        font-size: 12px;
        color: #8a94a3;
        margin-top: 14px;
        text-align: center;
    }

    .globalpopup-close {
        position: absolute;
        top: 14px;
        right: 14px;
        z-index: 10;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        border: none;
        background: #081d3d;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
        color: #fff;
        font-size: 24px;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all .25s ease;
    }

    .globalpopup-close:hover {
        background: #0080ff;
        color: #fff;
        transform: rotate(90deg);
    }


    .globalpopup-left .partnrelogosmain .partnrelogos img {
        height: 28px;
    }

    .globalpopup-left .partnrelogosmain {
        width: 100%;
        padding: 0;
    }

    .globalpopup-left .partnrelogos {
        height: 50px;
        padding: 0 5px;
    }

    .globalpopup-left .partnrelogos-track {
        gap: 10px;
    }

    .bg-theme1 {
        background: #090f22;
    }

    .about-section {
        padding: 30px 0px;
    }

    @keyframes orbFloat {
        0% {
            transform: translate(0, 0) scale(1);
        }

        100% {
            transform: translate(-40px, 30px) scale(1.2);
        }
    }

    .about-grid {
        display: flex;
        align-items: flex-start;
        position: relative;
        gap: 40px;
        flex-wrap: wrap;
    }

    .about-left {
        width: 50%;
    }

    .about-right {
        width: 46%;
    }

    /* ===== LEFT SIDE ===== */
    .about-right h2 {
        font-size: 40px;
        font-weight: 700;
        line-height: 52px;
        letter-spacing: -0.02em;
        margin-bottom: 14px;
        color: #ffffff;
    }

    .about-right h2 .highlight {
        color: #0080ff;
    }

    /* ===== RIGHT SIDE ===== */
    .about-right p {
        color: #c0d4f0;
        font-size: 1rem;
        line-height: 1.9;
        margin-bottom: 18px;
        font-weight: 400;
        opacity: 0.85;
    }

    .about-more-content {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        margin-top: 14px;
    }

    .about-more-content.open {
        max-height: 600px;
        opacity: 1;
    }

    .about-left img {
        max-width: 100%;
        height: 340px;
        width: 100%;
        object-fit: cover;
        border-radius: 18px;
    }

    .about-readmore-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: transparent;
        border: none;
        color: #0080ff;
        font-size: 0.9rem;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        cursor: pointer;
        padding: 0;
        transition: all 0.3s ease;
    }

    .about-readmore-btn:hover {
        color: #66b5ff;
        gap: 14px;
    }

    .about-readmore-btn .btn-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.4s ease;
    }

    .about-readmore-btn .btn-icon svg {
        width: 18px;
        height: 18px;
        stroke: currentColor;
        transition: transform 0.4s ease;
    }

    .about-readmore-btn.open .btn-icon svg {
        transform: rotate(180deg);
    }

    .about-readmore-btn .btn-text {
        transition: all 0.3s ease;
    }



    /* Wrapper - Glassmorphism */
    .cta-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 50px;
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.04);
        border-radius: 32px;
        padding: 50px 60px;
        position: relative;
        z-index: 2;
        backdrop-filter: blur(10px);
        transition: all 0.4s ease;
    }

    .cta-wrapper:hover {
        border-color: rgba(0, 128, 255, 0.12);
        box-shadow: 0 0 60px rgba(0, 128, 255, 0.03);
    }

    /* Left Content */
    .cta-content {
        flex: 1;
    }

    .cta-content h2 {
        font-size: 40px;
        font-weight: 700;
        line-height: 50px;
        color: #ffffff;
        margin-bottom: 22px;
    }

    .cta-content h2 .highlight {
        color: #0080ff;
    }

    /* Features Grid - 2x2 */
    .cta-features {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px 30px;
    }

    .cta-feature {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #c0d4f0;
        font-size: 0.95rem;
        font-weight: 500;
    }

    .cta-feature .cta-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        background: rgba(0, 128, 255, 0.08);
        border-radius: 50%;
        flex-shrink: 0;
    }

    /* Right Button */
    .cta-action {
        position: relative;
        flex-shrink: 0;
    }

    .btn-cta {
        display: inline-flex;
        align-items: center;
        gap: 14px;
        background: linear-gradient(145deg, #0080ff, #0066dd);
        border: none;
        padding: 18px 40px;
        border-radius: 60px;
        font-weight: 600;
        font-size: 1.05rem;
        color: #ffffff;
        box-shadow: 0 8px 32px rgba(0, 128, 255, 0.25);
        transition: all 0.4s ease;
        cursor: pointer;
        font-family: 'Poppins', sans-serif;
        border: 1px solid rgba(255, 255, 255, 0.06);
        position: relative;
        z-index: 2;
        text-decoration: none;
    }

    .btn-cta:hover {
        transform: translateY(-4px) scale(1.02);
        box-shadow: 0 16px 48px rgba(0, 128, 255, 0.4);
        background: linear-gradient(145deg, #1a8aff, #0070ee);
        color: #ffffff;
    }

    .btn-cta .btn-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.4s ease;
    }

    .btn-cta:hover .btn-arrow {
        transform: translateX(6px);
    }

    /* Glow Ring behind button */
    .cta-glow {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 120%;
        height: 120%;
        background: radial-gradient(circle, rgba(0, 128, 255, 0.08) 0%, transparent 70%);
        border-radius: 50%;
        pointer-events: none;
        animation: ctaPulse 3s ease-in-out infinite;
    }

    @keyframes ctaPulse {

        0%,
        100% {
            transform: translate(-50%, -50%) scale(1);
            opacity: 0.5;
        }

        50% {
            transform: translate(-50%, -50%) scale(1.2);
            opacity: 1;
        }
    }

    .cta-simple-section::before {
        content: '';
        position: absolute;
        top: -30%;
        right: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(0, 128, 255, 0.05) 0%, transparent 60%);
        animation: ctaSimpleOrb1 14s ease-in-out infinite alternate;
    }

    .cta-simple-section::after {
        content: '';
        position: absolute;
        bottom: -30%;
        left: -10%;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(0, 128, 255, 0.03) 0%, transparent 60%);
        animation: ctaSimpleOrb2 18s ease-in-out infinite alternate-reverse;
    }

    @keyframes ctaSimpleOrb1 {
        0% {
            transform: translate(0, 0) scale(1);
        }

        100% {
            transform: translate(-30px, 20px) scale(1.3);
        }
    }

    @keyframes ctaSimpleOrb2 {
        0% {
            transform: translate(0, 0) scale(1);
        }

        100% {
            transform: translate(30px, -20px) scale(1.3);
        }
    }

    /* ===== Wrapper ===== */
    .cta-simple-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.04);
        border-radius: 28px;
        padding: 60px 50px 50px;
        position: relative;
        z-index: 2;
        backdrop-filter: blur(10px);
        transition: all 0.4s ease;
        max-width: 800px;
        margin: 0 auto;
    }

    .cta-simple-wrapper:hover {
        border-color: rgba(0, 128, 255, 0.08);
        box-shadow: 0 0 60px rgba(0, 128, 255, 0.02);
    }

    /* ===== Heading ===== */
    .cta-simple-heading {
        font-size: 44px;
        font-weight: 700;
        line-height: 63px;
        color: #ffffff;
        margin-bottom: 30px;
    }

    .cta-simple-heading .cta-simple-highlight {
        background: linear-gradient(135deg, #0080ff, #66b5ff, #0080ff);
        background-size: 200% 200%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        animation: ctaSimpleGradient 4s ease-in-out infinite;
    }

    @keyframes ctaSimpleGradient {

        0%,
        100% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }
    }

    /* ===== Button ===== */
    .cta-simple-btn {
        display: inline-flex;
        align-items: center;
        gap: 14px;
        background: linear-gradient(145deg, #0080ff, #0055cc);
        border: none;
        padding: 18px 44px;
        border-radius: 60px;
        font-weight: 600;
        font-size: 1.05rem;
        color: #ffffff;
        box-shadow: 0 8px 32px rgba(0, 128, 255, 0.25);
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        cursor: pointer;
        font-family: 'Poppins', sans-serif;
        text-decoration: none;
        border: 1px solid rgba(255, 255, 255, 0.06);
        position: relative;
    }

    .cta-simple-btn:hover {
        transform: translateY(-4px) scale(1.02);
        box-shadow: 0 16px 48px rgba(0, 128, 255, 0.4);
        background: linear-gradient(145deg, #1a8aff, #0066dd);
        color: #ffffff;
    }

    .cta-simple-btn .cta-simple-btn-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.4s ease;
    }

    .cta-simple-btn:hover .cta-simple-btn-icon {
        transform: translateX(6px);
    }


    .bf-card {
        position: relative;
        width: 100%;
        max-width: 420px;
        padding: 34px 30px 30px;
        border-radius: 22px;
        background: linear-gradient(180deg,
                rgba(255, 255, 255, 0.1) 0%,
                rgba(255, 255, 255, 0.045) 100%);
        backdrop-filter: blur(22px);
        -webkit-backdrop-filter: blur(22px);
        border: 1px solid rgba(255, 255, 255, 0.22);
        box-shadow:
            0 30px 70px -30px rgba(0, 10, 30, 0.65),
            inset 0 1px 0 rgba(255, 255, 255, 0.18);
    }

    .bf-card::before {
        content: "";
        position: absolute;
        top: -1px;
        left: 14%;
        width: 72%;
        height: 1px;
        background: linear-gradient(90deg, transparent, #3da1ff, transparent);
        opacity: 0.9;
    }

    .bf-card::after {
        content: "";
        position: absolute;
        top: -60px;
        right: -60px;
        width: 180px;
        height: 180px;
        background: radial-gradient(circle,
                rgba(0, 128, 255, 0.35) 0%,
                rgba(0, 128, 255, 0) 70%);
        z-index: -1;
        pointer-events: none;
    }

    .bf-head {
        margin-bottom: 24px;
    }

    .bf-badge {
        display: inline-block;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #bfe0ff;
        background: rgba(0, 128, 255, 0.22);
        border: 1px solid rgba(61, 161, 255, 0.45);
        padding: 5px 12px;
        border-radius: 999px;
        margin-bottom: 14px;
    }

    .bf-head h3 {
        font-weight: 800;
        font-size: 23px;
        color: #ffffff;
        margin: 0 0 8px;
        letter-spacing: -0.01em;
    }

    .bf-head p {
        font-size: 13.5px;
        line-height: 1.55;
        color: rgba(230, 236, 244, 0.72);
        margin: 0;
    }

    .bf-form {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .bf-group {
        position: relative;
    }

    .bf-group input,
    .bf-group textarea {
        width: 100%;
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 12px;
        padding: 12px 16px 12px;
        font-family: inherit;
        font-size: 14.5px;
        font-weight: 500;
        color: #ffffff;
        outline: none;
        transition:
            border-color 0.2s ease,
            background 0.2s ease,
            box-shadow 0.2s ease;
        resize: none;
    }

    .bf-group textarea {
        padding-top: 20px;
        min-height: 96px;
    }

    .bf-group input::placeholder,
    .bf-group textarea::placeholder {
        color: transparent;
    }

    .bf-group label {
        position: absolute;
        left: 16px;
        top: 16px;
        font-size: 14.5px;
        font-weight: 500;
        color: rgba(230, 236, 244, 0.55);
        pointer-events: none;
        transition: all 0.18s ease;
    }

    .bf-group input:focus,
    .bf-group textarea:focus {
        border-color: #3da1ff;
        background: rgba(0, 128, 255, 0.09);
        box-shadow: 0 0 0 4px rgba(0, 128, 255, 0.16);
    }

    .bf-group input:focus+label,
    .bf-group input:not(:placeholder-shown)+label,
    .bf-group textarea:focus+label,
    .bf-group textarea:not(:placeholder-shown)+label {
        top: 7px;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.03em;
        color: #3da1ff;
    }

    .bannerformdesign .btndesign1 {
        border-radius: 10px;
    }

    .bf-note {
        display: flex;
        align-items: center;
        gap: 7px;
        justify-content: center;
        margin: 14px 0 0;
        font-size: 12px;
        color: rgba(230, 236, 244, 0.55);
    }

    .bf-note svg {
        flex: 0 0 auto;
        color: #3da1ff;
    }

    .commonpageform1 .btndesign1 {
        background: linear-gradient(127.57deg, #1F79BD 0%, #49B0D9 97.46%);
        color: white;
        border-radius: 50px;
            display: block;
    width: 100%;
    padding: 12px;
    font-weight: bold;
    }


    #page-comman-form select#popup_service, #page-comman-form select#popup_budget {
    width: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 12px 16px 12px;
    font-family: inherit;
    font-size: 14.5px;
    font-weight: 500;
    color: #ffffff;
    outline: none;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    resize: none;
    width:50%;
}

.bf-group input::placeholder,
.bf-group textarea::placeholder {
  color: white;
}

.homebgperks {
    align-items: center;
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
}

.hbp-item {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 9px 16px 9px 10px;
}
.hbp-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: linear-gradient(180deg, #2e9bff 0%, #0080ff 100%);
    color: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 128, 255, 0.18);
}
.hbp-text {
    font-size: 14px;
    font-weight: 600;
    color: #f2f6fa;
    letter-spacing: 0.01em;
    white-space: nowrap;
}
.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown{
    width:100%;
}
.bannerformdesign{
.iti .iti__selected-dial-code{
    color:white;
}

}
.formimg {
    position: absolute;
    top: -45px;
    right: 10px;
    max-width: 130px;
}

.cmmbannerform {
    position: relative;
}
    .cmmbannerform {
        margin-top: 45px;
    }
    
/* ============================================ */
/* ===== RIGHT SIDE: FORM ===== */
/* ============================================ */
 .form-card {
     background: rgba(9, 15, 34, 0.88);
     backdrop-filter: blur(16px);
     -webkit-backdrop-filter: blur(16px);
     border: 1px solid rgba(255,255,255,0.06);
     border-radius: 24px;
     padding: 32px 30px 28px;
     transition: all 0.4s ease;
     position: relative;
     z-index: 2;
     box-shadow: 0 20px 60px -12px rgba(0,0,0,0.7);
}
 .form-card:hover {
     border-color: rgba(0,128,255,0.12);
     box-shadow: 0 24px 60px -12px rgba(0,0,0,0.9), 0 0 40px rgba(0,128,255,0.02);
}
/* ===== FORM HEADER ===== */
 .form-header {
     margin-bottom: 20px;
}
 .form-badge {
     background: rgba(0,128,255,0.12);
     color: #0080ff;
     border-radius: 30px;
     padding: 4px 18px;
     font-size: 0.65rem;
     font-weight: 600;
     letter-spacing: 0.5px;
     border: 1px solid rgba(0,128,255,0.08);
     display: inline-block;
     margin-bottom: 8px;
}
 .form-header h3 {
     font-size: 24px;
     font-weight: 600;
     color: #ffffff;
     letter-spacing: -0.3px;
     margin: 8px 0 0;
}
/* ===== FORM ===== */
 .form-card form {
     display: flex;
     flex-direction: column;
     gap: 12px;
}
/* ===== INPUTS ===== */
 .form-card form input, .form-card form select, .form-card form textarea {
     width: 100%;
     padding: 13px 18px;
     border-radius: 12px;
     background: rgba(255,255,255,0.04);
     border: 1px solid rgba(255,255,255,0.06);
     color: #ffffff;
     font-family: 'Poppins', sans-serif;
     font-size: 0.9rem;
     transition: all 0.3s ease;
     outline: none;
     box-sizing: border-box;
}
 .form-card form input::placeholder, .form-card form textarea::placeholder {
     color: #4a6a8a;
}
 .form-card form input:focus, .form-card form select:focus, .form-card form textarea:focus {
     border-color: #0080ff;
     background: rgba(0,128,255,0.06);
     box-shadow: 0 0 0 4px rgba(0,128,255,0.05);
}
 .form-card form textarea {
     min-height: 80px;
     resize: vertical;
     font-family: 'Poppins', sans-serif;
}
/* ===== SELECT DROPDOWN ===== */
 .form-row {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 12px;
}
 .form-row select {
     appearance: none;
     -webkit-appearance: none;
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%234a6a8a' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
     background-repeat: no-repeat;
     background-position: right 16px center;
     padding-right: 40px;
     cursor: pointer;
     color: #ffffff;
}
 .form-row select option {
     background: #090f22;
     color: #ffffff;
     padding: 8px;
}
 .form-row select option:disabled {
     color: #4a6a8a;
}
/* ===== SUBMIT BUTTON ===== */
 .btn-submit {
     width: 100%;
     padding: 15px;
     border-radius: 60px;
     font-weight: 600;
     font-size: 1rem;
     background: #0080ff;
     border: none;
     color: #ffffff;
     transition: all 0.35s ease;
     cursor: pointer;
     font-family: 'Poppins', sans-serif;
     box-shadow: 0 8px 24px rgba(0,128,255,0.15);
     margin-top: 4px;
}
 .btn-submit:hover {
     background: #0090ff;
     transform: scale(1.01);
     box-shadow: 0 12px 36px rgba(0,128,255,0.3);
}
 .btn-submit:active {
     transform: scale(0.98);
}
/* ===== FORM PERKS ===== */
 .form-perks {
     display: flex;
     gap: 24px;
     margin-top: 16px;
     padding-top: 16px;
     border-top: 1px solid rgba(255,255,255,0.04);
}
 .perk-item {
     display: flex;
     align-items: center;
     gap: 10px;
         width: stretch;
}
 .perk-icon {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 30px;
     height: 30px;
     background: rgba(0,128,255,0.08);
     border-radius: 50%;
     color: #0080ff;
     flex-shrink: 0;
}
 .perk-icon svg {
     width: 14px;
     height: 14px;
}
 .perk-text {
     font-size: 0.7rem;
     font-weight: 500;
     color: #8aaac8;
     line-height: 1.2;
}
.solutionhero .bn-group {
    margin-bottom: 10px;
}
.formimggg {
    position: absolute;
    right: 30px;
    top: -50px;
    max-width: 147px;
}
.commonpageform1 {
    margin-bottom:0px!important;
}
.solutionhero-inner .row{
    align-items: center;
}







    /* ==============responsive css================= */


    @media (max-width: 1200px) {
        .solutionhero {
            h1 {
                font-size: 38px;
            }

            .subhead {
                font-size: 16px;
            }

            .solutionsolutionstats {
                flex-wrap: wrap;
            }

            .solutionstat {
                flex: 1 1 50%;
                border-left: none;
                margin-bottom: 20px;
            }

            .solutionhero-inner {
                padding: 110px 20px 48px;
                padding-top: 155px;
            }
        }

        .modernisation-wrapper {
            padding: 2.4rem 1.8rem;
        }

        .modernisation-title {
            font-size: 2.4rem;
        }

        .modernisation-card {
            max-width: 340px;
            padding: 1.8rem 1.6rem;
            min-height: 250px;
        }

        .modernisation-swiper .swiper-button-next,
        .modernisation-swiper .swiper-button-prev {
            width: 40px;
            height: 40px;
        }

        .modernisation-swiper .swiper-button-next::after,
        .modernisation-swiper .swiper-button-prev::after {
            font-size: 1rem;
        }

        .cost-table-wrapper {
            padding: 2.4rem 1.8rem;
        }

        .cost-table-title {
            font-size: 2.4rem;
        }

        .cost-table thead th,
        .cost-table tbody td {
            padding: 0.9rem 1.2rem;
        }

        .engagement-simple-wrapper {
            padding: 2.4rem 1.8rem;
        }

        .engagement-simple-title {
            font-size: 2.4rem;
        }

        .engagement-simple-card {
            max-width: 340px;
            min-height: 300px;
            padding: 1.6rem 1.4rem;
        }

        .engagement-simple-swiper .swiper-button-next,
        .engagement-simple-swiper .swiper-button-prev {
            width: 38px;
            height: 38px;
        }

        .engagement-simple-swiper .swiper-button-next::after,
        .engagement-simple-swiper .swiper-button-prev::after {
            font-size: 0.9rem;
        }

        .outcome-wrapper {
            padding: 2.4rem 1.8rem;
        }

        .outcome-title {
            font-size: 2.4rem;
        }

        .outcome-grid {
            gap: 1.5rem;
        }

        .office-container {
            grid-template-columns: repeat(2, 1fr);
        }

        .footernew_bottom .row.extra-padding .col-md-3 {
            width: 50%;
            float: left;
        }
    }

    @media (max-width: 992px) {
        .tg-standout .tg-layout {
            grid-template-columns: 1fr;
            gap: 50px;
        }

        .tg-standout .tg-left {
            position: static;
        }

        .uk-gallery-seca {
            .gallery-grid-wrap {
                width: 100%;
            }

            .gallery-content {
                width: 100%;
            }
        }

        .uk-gallery-seca .gallery-wrapper {
            flex-direction: column;
        }

        .modernisation-card {
            max-width: 100%;
        }

        .outcome-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .buildingsolutions .builditem {
            width: 47%;
        }

        .advanceinte-section .tech-accordion {
            margin-top: 20px;
        }

        .industries-3d-sec .industry-grid {
            grid-template-columns: repeat(3, 1fr);
        }

        .sectionprocomm-solution .box .boxa {
            height: 271px;
        }

        .whysec .why-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .tg-acp .tc-awards-grid {
            grid-template-columns: repeat(3, 1fr);
        }

        .tc-award-cardcenter {
            margin-top: 0px;
        }

        .tfr-fleet-grid {
            grid-template-columns: 1fr;
        }

        .tfr-mobility-wrap {
            padding: 64px 24px;
        }

        .tfr-panel-grid {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 767px) {
        .slidenavv {
            display: block;
        }

        .modernisation-wrapper {
            padding: 1.6rem 1rem;
        }

        .modernisation-title {
            font-size: 1.8rem;
        }

        .modernisation-intro {
            font-size: 0.9rem;
            padding-left: 0.8rem;
        }

        .modernisation-card {
            max-width: 100%;
            min-height: 220px;
            padding: 1.6rem 1.4rem;
        }

        .modernisation-swiper .swiper-button-next,
        .modernisation-swiper .swiper-button-prev {
            display: none;
        }

        .modernisation-swiper {
            padding: 0.5rem 0 2.8rem;
        }

        .cost-table-wrapper {
            padding: 1.8rem 1rem;
        }

        .cost-table-title {
            font-size: 2rem;
        }

        .cost-table-intro {
            font-size: 0.95rem;
        }

        /* Make table scrollable on mobile */
        .cost-table-wrap {
            overflow-x: auto;
            border-radius: 1.2rem;
        }

        .cost-table {
            font-size: 0.85rem;
            min-width: 600px;
        }

        .cost-table thead th,
        .cost-table tbody td {
            padding: 0.8rem 1rem;
        }

        .cost-table thead th:first-child {
            width: 35%;
        }

        .cost-table thead th:last-child {
            width: 65%;
        }

        .cost-table-callout {
            flex-direction: column;
            align-items: flex-start;
            padding: 1.6rem;
        }


        .cost-table-btn {
            white-space: normal;
            width: 100%;
            justify-content: center;
        }

        .engagement-simple-wrapper {
            padding: 1.8rem 1rem;
        }

        .engagement-simple-title {
            font-size: 2rem;
        }

        .engagement-simple-intro {
            font-size: 0.95rem;
        }

        .engagement-simple-card {
            max-width: 100%;
            min-height: 260px;
            padding: 1.4rem 1.2rem;
        }

        .engagement-simple-swiper .swiper-button-next,
        .engagement-simple-swiper .swiper-button-prev {
            display: none;
        }

        .engagement-simple-swiper {
            padding: 0.5rem 0 2.5rem;
        }

        .outcome-wrapper {
            padding: 1.8rem 1rem;
        }

        .outcome-title {
            font-size: 2rem;
        }

        .outcome-grid {
            grid-template-columns: 1fr 1fr;
            gap: 1.2rem;
        }

        .outcome-card {
            padding: 1.4rem 1.2rem;
        }

        .outcome-card .card-title {
            font-size: 1rem;
        }

        .outcome-card .card-desc {
            font-size: 0.85rem;
        }

        .tg-standout {
            padding: 72px 0 80px;
        }

        .tg-standout .tg-wrap {
            padding: 0 20px;
        }

        .tg-standout .tg-card {
            grid-template-columns: 40px 1fr;
            gap: 14px;
            padding: 22px 20px;
        }

        .tg-standout .tg-card-icon {
            width: 40px;
            height: 40px;
            border-radius: 12px;
        }

        .tg-standout .tg-stats {
            grid-template-columns: 1fr 1fr;
        }

        .industries-3d-sec .industry-grid {
            display: flex;
        }

        .tg-acp .tc-awards-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .tfr-feat-wrap {
            padding: 64px 20px;
        }

        .tfr-feat-head {
            margin-bottom: 48px;
        }

        footer.lazy-section {
            padding-top: 36px;
        }

        .office-container {
            grid-template-columns: 1fr;
        }

        .footernew_bottom .row.extra-padding .col-md-3 {
            width: 100%;
            float: none;
        }

        .bottfotsol {
            flex-direction: column;
            align-items: flex-start;
        }

        .social_icons {
            justify-content: flex-start;
        }

        .footernew_bottom .row.extra-padding>div {
            margin-bottom: 6px;
        }

        .footer-tagline p {
            font-size: 12px;
            line-height: 1.6;
        }

        .footer-tagline i {
            display: block;
            height: 0;
            margin: 0;
        }

        .ftrlogopart {
            display: flex;
            align-items: center;
            gap: 24px;
            flex-wrap: wrap;
            justify-content: center;
            text-align: center;
        }

        .bottfotsol {
            flex-direction: column;
            align-items: center;
        }

        .footernew_menuss .menus_head h2 {
            font-size: 17px;
        }

        .globalpopup-left {
            display: none;
        }

        .globalpopup-right {
            flex: 1 1 100%;
            min-width: 100%;
            background: #ffffff;
            padding: 20px 20px 32px;
            overflow-y: auto;
        }

        .globalpopup-right h4 {
            font-size: 19px;
            margin-bottom: 18px;
        }

        .globalpopup-dialog {
            border-radius: 12px;
            overflow-y: auto;
        }

        .globalpopup-dialog::-webkit-scrollbar {
            display: none;
        }

        .partner-section .partnrefold {
            flex-direction: column;
        }

        .partner-section .partnerhead {
            width: 100%;
        }

        .partner-section .partnrelogosmain {
            width: 100%;
        }

        .trustpartnersec h2,
        .about-right h2 {
            font-size: 30px;
            line-height: normal;
        }

        .trustpartnersec .tp-3d-wrap {
            display: none;
        }

        .about-left,
        .about-right {
            width: 100%;
        }

        .modernisation-wrapper {
            padding: 30px 0px;
        }

        .whysec .why-grid {
            grid-template-columns: repeat(1, 1fr);
        }

        .homeprocess .commhead h2 {
            font-size: 30px;
        }

        .icost6ry-heading {
            font-size: 30px;
        }

        .icost6ry-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .cta-wrapper {
            flex-direction: column;
            padding: 20px;
        }

        .cta-content h2 {
            font-size: 30px;
            line-height: inherit;
        }

        .cta-features {
            grid-template-columns: auto;
        }

        .btn-cta {
            padding: 14px 27px;
            font-size: 15px;
        }

        .cta-simple-heading {
            font-size: 30px;
            line-height: inherit;
        }

        .cta-simple-wrapper {
            padding: 20px;
            line-height: normal;
        }

        .cta-simple-btn {
            padding: 14px 17px;
            font-size: 14px;
        }

        .trustpartnersec::after {
            display: none;
        }
    }

    @media (max-width: 575px) {

        .solutionhero {
            .solutionhero-inner {
                padding-left: 0px;
                padding-right: 0px;
            }
        }

        .about-left img {
            height: auto;
        }

        .about-right p {
            line-height: inherit;
        }

        .businesses-table tbody td,
        .businesses-table thead th {
            padding: 8px 12px;
        }

        .commhead p {
            font-size: 16px !important;
        }

        .advanceinte-section .techbx {
            padding: 20px;
            border-radius: 15px;
        }

        .icost6ry-grid {
            grid-template-columns: repeat(1, 1fr);
        }

        .solutionhero {
            .solutionstat {
                flex: 1 1 100%;
            }

            .solutioncontent-frame {
                padding-left: 20px;
            }
        }

        .cost-table-title {
            font-size: 1.6rem;
        }

        .cost-table {
            font-size: 0.8rem;
            min-width: 480px;
        }

        .cost-table thead th,
        .cost-table tbody td {
            padding: 0.6rem 0.8rem;
        }

        .engagement-simple-title {
            font-size: 1.6rem;
        }

        .engagement-simple-card .card-title {
            font-size: 1rem;
        }

        .engagement-simple-card .card-desc {
            font-size: 0.85rem;
        }

        .outcome-title {
            font-size: 1.6rem;
        }

        .outcome-grid {
            grid-template-columns: 1fr;
            gap: 1rem;
        }

        .solutionhero {
            .solutionstat {
                width: 49%;
                flex: auto;
                margin: 0px;
                padding: 10px;

            }
        }

        .solutionhero {
            .solutionstat-number {
                /* font-family: 'Space Grotesk', sans-serif; */
                font-size: 23px;
                font-weight: 600;
                color: #F2F6F4;
                margin-bottom: 4px;
                line-height: normal;
                margin: 0px;
            }
        }

        .uk-gallery-seca .gallerycontt h2 {
            font-size: 28px;
            line-height: normal;
        }

        .uk-gallery-seca .gallerycontt p {
            font-size: 16px;
            line-height: inherit;
        }

        .uk-gallery-seca {
            & .ul-solutionp {
                li {
                    width: 48%;
                }

                li.lastt {
                    width: 99%;
                }
            }
        }

        .modernisation-intro {
            padding-left: 0px;
        }

        .cost-table-title {
            font-size: 28px;
        }

        .cost-table-callout .callout-text {
            font-size: 14px;
            line-height: normal;
            color: #b8cee8;
        }

        .outcome-title {
            font-size: 28px;
        }

        .commhead h2 {
            font-size: 28px;
        }

        .buildingsolutions .builditem {
            width: 100%;
        }

        .buildingsolutions .builditem {
            padding: 20px;
        }

        .buildingsolutions .builditem h3 {
            margin: 0px;
        }

        .advanceinte-section .tech-title {
            font-size: 16px;
        }

        .advanceinte-section .tech-title {
            padding: 15px;
        }

        .engagement-simple-title {
            font-size: 28px;
        }

        .sectionprocomm-solution {
            .commanheading h2 {
                font-size: 28px;
            }
        }

        .tg-standout .tg-left h2 {
            font-size: 28px;
        }

        .tg-standout {
            padding: 40px 0px;
        }

        .whysec .why-card {
            padding: 15px;
        }

        .tg-acp .tc-header h2 {
            font-size: 28px;
        }

        .tfr-panel-card {
            padding: 20px;
        }

        .homeprocess .commhead {
            margin-bottom: 10px;
        }

        .icost6ry-section {
            padding: 30px 0px;
        }

        .advanceinte-section .tech-item.active .tech-content {
            max-height: 600px;
        }
    }