    /*
    Theme Name: Technovix
    Theme URI: https://technovix.com/
    Author: Technovix
    Author URI: https://technovix.com/
    Description: Custom WordPress theme for Technovix.
    Version: 1.0.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: technovix
    */

    /* =========================================================
       Typography
       Fonts are enqueued in functions.php:
         - Inter             (body text)
         - Plus Jakarta Sans (headings H1–H6)
         - DM Mono           (subtitles)
       ========================================================= */

    /* Body */


    /* Headings */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 700;
        line-height: 1.2;
    }

    /* Subtitle */
    .subtitle {
        font-family: "DM Mono", monospace;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    /* =========================================================
       Technovix custom header styles (deployed)
       ========================================================= */

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    html {
        -webkit-text-size-adjust: 100%;
        scroll-behavior: smooth;
    }

    body {
        margin: 0;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        line-height: 1.6;
        color: #1E253D;
        background: #ffffff;
        overflow-x: hidden;

    }

    /*h1, h2, h3, h4, h5, h6 {*/
    /*	font-family: "Plus Jakarta Sans", sans-serif;*/
    /*	font-weight: 700;*/
    /*	line-height: 1.2;*/
    /*}*/

    h1 {
        margin: 0;

    }

    h2 {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 54px;
        font-weight: 800;
        line-height: 120%;
        letter-spacing: 0;
        /*text-transform: capitalize;*/
        margin: 0;
        color: #1E253D;
    }

    /* =========================================
       H3 - CARD TITLE
    ========================================= */

    h3 {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: 0;
        /*text-transform: capitalize;*/
        margin: 0;

        color: #1E253D;
    }

    h4 {
        font-family: 'DM Mono', monospace;
        font-size: 16px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0;
        text-transform: capitalize;
        margin: 0;
        color: #1E253D;
    }

    /* =========================================
       PARAGRAPH
    ========================================= */

    p {
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0;
        margin: 0;
        color: #3A4A62;
    }

    p:last-child {
        margin-bottom: 0 !important;
    }

    .subtitle {
        font-family: "DM Mono", monospace;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    a {
        color: inherit;
        text-decoration: none;
    }

    .container {
        max-width: 1400px;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }

    .screen-reader-text {
        position: absolute !important;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 20px !important;
        background: none;
        border: 2px solid #8ED4F4 !important;
        border-radius: 100px;
        opacity: 1 !important;
        height: auto;

    }

    .swiper .swiper-pagination .swiper-pagination-bullet-active {
        border: 2px solid #1E253D !important;
    }

    .skip-link {
        position: absolute;
        top: -100px;
        left: 16px;
        z-index: 1000;
        padding: 10px 16px;
        background: #1E253D;
        color: #ffffff;
        border-radius: 8px;
        transition: top 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .skip-link:focus {
        top: 16px;
    }

    .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 600;
        font-size: 0.9375rem;
        line-height: 1;
        height: 50px;
        padding: 0 30px;
        border-radius: 10px;
        border: 1px solid transparent;
        cursor: pointer;
        white-space: nowrap;
        transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .btn__icon {
        flex-shrink: 0;
    }

    .btn--primary {
        background: #FF5722;
        color: #ffffff;
    }

    .for-all-h4 {
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
    }

    .for-all-h4::before {
        content: '';
        position: absolute;
        width: 15px !important;
        height: 15px !important;
        background-image: url('/wp-content/uploads/2026/06/only-h4.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        left: 0px;

    }

    .step-part-1 h4 {
        color: #8ED4F4 !important;
    }

    .section-eyebrow-collect {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 10px;
        align-items: flex-start;
        gap: 10px;
        position: relative;
        padding-left: 25px;
    }

    .section-eyebrow-collect::before {
        content: '';
        position: absolute;
        width: 15px !important;
        height: 15px !important;
        background-image: url(/wp-content/uploads/2026/06/only-h4.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        left: 0px;
    }

    .section-eyebrow {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        align-items: center;
        gap: 10px;
        position: relative;
        padding-left: 25px;
        font-family: 'DM Mono', monospace;
        font-size: 16px;
        font-weight: 400;
        color: #1E253D;
    }

    .section-eyebrow::before {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        background-image: url(/wp-content/uploads/2026/06/only-h4.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .for-all-heros {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 60px;
        font-weight: 800;
        line-height: 100%;
        color: #1E253D;
        margin-bottom: 20px;
    }

    .for-all-heros span {
        background: linear-gradient(90deg, #1984BC 10%, #1A9FD2 40%, #FF5722 90%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .eco-card-header h4 {
        color: #FFFFFF !important;
    }

    .btn--primary:hover,
    .btn--primary:focus-visible {
        background: #e64a13;
    }

    .btn--outline {
        background: #ffffff;
        color: #1E253D;
        border-color: #e6e9f0;
    }

    .btn--outline:hover,
    .btn--outline:focus-visible {
        border-color: #1E253D;
        background: #f7f8fb;
    }

    .btn--dark {
        background: #101a2e;
        color: #ffffff;
    }

    .btn--dark:hover,
    .btn--dark:focus-visible {
        background: #1b2742;
    }

    .site-header {
        position: absolute;
        top: 0;
        z-index: 100;
        width: 100%;
        padding-left: 70px;
        padding-right: 70px;
        /* -webkit-backdrop-filter: saturate(180%) blur(12px); */
        /* backdrop-filter: saturate(180%) blur(12px); */
        border-bottom: 1px solid transparent;
        transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        background: transparent !important;
    }

    .site-header.is-scrolled {
        background: #ffffff !important;
        box-shadow: 0 6px 24px rgba(30, 37, 61, 0.08);
        border-bottom-color: #e6e9f0;
        position: fixed;
        transform: translateY(-100%);
    }

    .site-header.is-scrolled.is-visible {
        transform: translateY(0);
    }

    .site-header.no-transition {
        transition: none;
    }
.mega-menu-item.tvx-tab-active
{
	    background: #8ed4f41a !important;
    color: #FF5722 !important;
}

    @media (prefers-reduced-motion: reduce) {
        .site-header {
            transition: none;
        }
    }

    .site-header__inner {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        min-height: 88px;
    }

    .site-branding {
        display: flex;
        align-items: center;
        flex: 1 1 0;
        min-width: 0;
    }

    .site-branding img,
    .site-branding .custom-logo {
        max-height: 56px;
        width: auto;
    }

    .site-branding__text {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 800;
        font-size: 1.5rem;
        letter-spacing: -0.01em;
        color: #1E253D;
    }

    .primary-nav {
        display: flex;
        align-items: center;
        flex: 0 0 auto;
        justify-content: center;
    }

    .primary-nav__list {
        display: flex;
        align-items: center;
        gap: 2.5rem;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .primary-nav__list a {
        position: relative;
        display: inline-block;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 500;
        font-size: 0.9375rem;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: #1E253D;
        padding: 0.5rem 0;
        transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .primary-nav__list>li>a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0;
        height: 2px;
        background: #1E253D;
        transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .primary-nav__list>li:hover>a,
    .primary-nav__list>li.current-menu-item>a {
        color: #1E253D;
    }

    .primary-nav__list>li:hover>a::after,
    .primary-nav__list>li.current-menu-item>a::after {
        width: 100%;
    }

    .primary-nav .menu-item-has-children {
        position: relative;
    }

    .primary-nav .menu-item-has-children>a::before {
        content: "";
        position: absolute;
        right: -14px;
        top: 50%;
        width: 7px;
        height: 7px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: translateY(-70%) rotate(45deg);
        opacity: 0.6;
    }

    .primary-nav .sub-menu {
        position: absolute;
        top: calc(100% + 12px);
        left: 50%;
        transform: translateX(-50%) translateY(8px);
        min-width: 220px;
        list-style: none;
        margin: 0;
        padding: 0.5rem;
        background: #ffffff;
        border: 1px solid #e6e9f0;
        border-radius: 12px;
        box-shadow: 0 6px 24px rgba(10, 19, 48, 0.06);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.2s;
    }

    .primary-nav .sub-menu a {
        display: block;
        padding: 0.625rem 0.75rem;
        border-radius: 8px;
        font-weight: 500;
        text-transform: none;
        letter-spacing: 0;
    }

    .primary-nav .sub-menu a:hover {
        background: rgba(255, 90, 31, 0.08);
        color: #FF5722;
    }

    .primary-nav .menu-item-has-children:hover>.sub-menu,
    .primary-nav .menu-item-has-children:focus-within>.sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
    }

    .site-header__actions {
        display: flex;
        align-items: center;
        gap: 14px;
        flex: 1 1 0;
        justify-content: flex-end;
    }

    .site-header__actions .btn {
        text-transform: uppercase;
        letter-spacing: 0.06em;
        font-size: 0.8125rem;
        padding: 0 30px;
    }

    .primary-nav__toggle {
        display: none;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        padding: 0;
        background: transparent;
        border: 1px solid #e6e9f0;
        border-radius: 10px;
        cursor: pointer;
    }

    .primary-nav__toggle-box {
        position: relative;
        display: block;
        width: 20px;
        height: 2px;
    }

    .primary-nav__toggle-bar,
    .primary-nav__toggle-bar::before,
    .primary-nav__toggle-bar::after {
        content: "";
        position: absolute;
        left: 0;
        width: 20px;
        height: 2px;
        background: #1E253D;
        border-radius: 2px;
        transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .primary-nav__toggle-bar {
        top: 0;
    }

    .primary-nav__toggle-bar::before {
        top: -6px;
    }

    .primary-nav__toggle-bar::after {
        top: 6px;
    }

    .primary-nav__toggle[aria-expanded="true"] .primary-nav__toggle-bar {
        background: transparent;
    }

    .primary-nav__toggle[aria-expanded="true"] .primary-nav__toggle-bar::before {
        transform: translateY(6px) rotate(45deg);
    }

    .primary-nav__toggle[aria-expanded="true"] .primary-nav__toggle-bar::after {
        transform: translateY(-6px) rotate(-45deg);
    }


    /* ==================================================
       HERO SECTION
    ================================================== */
    .hero-section {
        position: relative;
        overflow: hidden;
        padding-top: 200px;
        padding-bottom: 0px;
        background-color: #fff;
        z-index: 1;
        /* Base layer */
    }

    /* The Large Background Glow (Bottom Layer) */
    .hero-section::before {
        content: '';
        position: absolute;
        width: 100%;
        max-width: 800px;
        height: 680px;
        left: 50%;
        top: 110px;
        transform: translateX(-50%);
        background: linear-gradient(180deg,
                rgba(142, 212, 244, 0.1) 0%,
                rgba(142, 212, 244, 0.4) 50%,
                rgba(142, 212, 244, 0.1) 100%);
        filter: blur(150px);
        z-index: -1;
        pointer-events: none;
    }

    .hero-section .container {
        position: relative;
        z-index: 10;
        /* Top layer: Ensures buttons are clickable */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /* ==================================================
       FLOATING PARTICLES (JS OPTIMIZED)
    ================================================== */
    .hero-particles {
        position: absolute;
        inset: 0;
        z-index: 2;
        /* Middle layer: Above glow, behind text */
        pointer-events: none;
        overflow: hidden;
    }

    .hero-particles span {
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 3px;
        background: #000;
        border-radius: 50%;
        opacity: 0;
        will-change: transform, opacity;
    }

    /* Every 3rd dot is blue and slightly larger for variety */
    .hero-particles span:nth-child(3n) {
        width: 5px;
        height: 5px;
        background: rgba(9, 146, 209, 0.5);
    }

    /* Drifting Animation (BaseTwo Style) */
    @keyframes floatParticle {
        0% {
            transform: translate(0, 0);
            opacity: 0;
        }

        20% {
            opacity: 0.7;
        }

        50% {
            /* Diagonal drift movement */
            transform: translate(60px, -100px);
            opacity: 0.3;
        }

        80% {
            opacity: 0.7;
        }

        100% {
            transform: translate(-30px, -200px);
            opacity: 0;
        }
    }

    /* ==================================================
       HERO CONTENT
    ================================================== */
    .section-eyebrow {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        align-items: center;
        gap: 10px;
        position: relative;
        padding-left: 25px;
        font-family: 'DM Mono', monospace;
        font-size: 16px;
        font-weight: 400;
        color: #1E253D;
    }

    .section-eyebrow::before {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        background-image: url(/wp-content/uploads/2026/06/only-h4.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .hero-title {
        text-align: center;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 80px;
        font-weight: 800;
        line-height: 100%;
        color: #1E253D;
        margin-bottom: 20px;
    }

    .hero-title span {
        background: linear-gradient(90deg, #1984BC 10%, #1A9FD2 40%, #FF5722 90%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .hero-description {
        max-width: 720px;
        margin-bottom: 25px;
        text-align: center;
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 150%;
        color: #3A4A62;
    }

    .hero-btn {
        position: relative;
        width: 290px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FF5722;
        border-radius: 5px;
        text-decoration: none;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: .10em;
        text-transform: uppercase;
        color: #FFFFFF;
        transition: all .3s ease;
        gap: 20px;
    }

    .hero-btn:hover {
        transform: translateY(-3px);
    }

    .hero-image {
        position: relative;
        margin-top: -30px;
    }

    .hero-image img {
        width: 550px;
        height: auto;
        object-fit: contain;
        display: block;
    }

    /* ==========================================
       LOGO STRIP SECTION
    ========================================== */

    .logo-strip {
        width: 100%;
        overflow: hidden;
        position: relative;
        padding: 24px 0 50px 0;
        ;
        /* Adjusted padding to accommodate the 369px height if needed */
        border-bottom: 1px solid #00000033;
        display: flex;
        align-items: center;
    }

    /* FADE OVERLAYS (Before and After) */
    .logo-strip::before,
    .logo-strip::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 339px;
        height: 369px;
        z-index: 2;
        pointer-events: none;
        /* Allows hovering logos through the fade */
    }

    /* Left side fade */
    .logo-strip::before {
        left: 0;
        background: linear-gradient(90deg, #FFFFFF 20%, rgba(255, 255, 255, 0) 100%);
    }

    /* Right side fade */
    .logo-strip::after {
        right: 0;
        background: linear-gradient(270deg, #FFFFFF 20%, rgba(255, 255, 255, 0) 100%);
    }

    .logo-track {
        display: flex;
        align-items: center;
        width: max-content;
        gap: 153px;
        animation: logoScroll 30s linear infinite;
    }

    .logo-track a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        text-decoration: none;
    }

    .logo-track img {
        width: 192px;
        height: 108px;
        display: block;
        object-fit: contain;
        opacity: .5;
        filter: grayscale(100%);
        transition: all .3s ease;
    }

    .logo-track a:hover img {
        opacity: 1;
        filter: grayscale(0%);
    }

    /* ==========================================
       SCROLL ANIMATION
    ========================================== */

    @keyframes logoScroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }


    /* ==========================================
       MISSION SECTION
    ========================================== */

    .mission-section {
        padding: 100px 0 0 0;
        background-color: #fff;
    }

    /* ==========================================
       MISSION SECTION - SCROLL ANIMATION
    ========================================== */
    .mission-image-wrapper {
        width: 100%;
        height: 1000px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 0px;
        background-color: #fff;
    }

    .mission-main-img {
        width: 50%;
        /* Starting Width */
        height: 500px;
        /* Starting Height */
        display: block;
        object-fit: cover;
        border-radius: 0px !important;
        /* Start with no border radius */
        transition: border-radius 0.3s ease;
        /* Width/Height handled by JS for speed */
    }

    /* When the image is full width, we remove the border radius */
    .mission-main-img.full-width {
        width: 100%;
        border-radius: 0px;
    }

    /* Grid layout: Left Title, Right Paragraph */
    .mission-header-grid {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 230px;
        margin-bottom: 134px;
    }

    .mission-title-area {
        width: 48%;
    }

    .mission-content-area {
        width: 52%;

    }

    /* Eyebrow specific for this section (with the dot) */
    .mission-eyebrow {
        justify-content: flex-start;
        /* Left align eyebrow */
        margin-bottom: 15px;
    }

    .mission-eyebrow h4 {
        position: relative;
        padding-left: 25px;
    }

    /* The small red/orange dot before "Our Mission" */
    .mission-eyebrow h4::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        background-color: var(--color-orange);
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(255, 87, 34, 0.5);
    }



    .mission-content-area p {
        margin-bottom: 40px;
    }

    /* ==========================================
       FINAL BRAND BUTTON STYLE (Hover 8 Effect)
    ========================================== */

    /* .btn-orange {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background-color: var(--color-orange);
        color: #fff;
        text-decoration: none;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.1em;
        height: 50px;
        padding: 0px 30px;
        border-radius: 5px;
        text-transform: uppercase;
        position: relative;
        overflow: hidden;
        z-index: 1;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    
    .btn-orange::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(25, 132, 188, 0.95);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: width 0.6s ease, height 0.6s ease;
        z-index: -1;
    }
    
    .btn-orange:hover::before {
        width: 350px;
        height: 350px;
    }
    
    .btn-orange:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(25, 132, 188, 0.3);
    }
    
    .btn-orange img {
        width: 20px;
        height: 20px;
        position: relative;
        z-index: 2;
        transition: transform 0.3s ease;
    }
    
    .btn-orange:hover img {
        transform: translateX(5px);
    } */

    /* .mission-image-wrapper {
        width: 100%;
    
    } */

    .mission-main-img {
        width: 100%;
        height: 1000px;
        display: block;
        object-fit: cover;
    }



    /* ==========================================
       STEPS / TABS SECTION (HORIZONTAL SCROLL)
    ==========================================  */

    .steps-section {
        padding: 120px 0 0 0;
        text-align: center;
        position: relative;
        background-color: #fff;
    }

    .steps-section::before,
    .steps-section::after {
        content: '';
        position: absolute;
        width: 500px;
        height: 500px;
        border-radius: 50%;
        background: rgba(142, 212, 244, 0.15);
        filter: blur(150px);
        z-index: 1;
        pointer-events: none;
    }

    .steps-section::before {
        top: -100px;
        left: -150px;
    }

    .steps-section::after {
        bottom: -100px;
        right: -150px;
        background: rgba(26, 159, 210, 0.1);
    }

    /* 2. Intro Text */
    .steps-intro {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 5;
        margin-bottom: 60px;
    }

    .steps-intro h2 {
        margin-bottom: 20px;
        max-width: 50%;
    }

    .steps-intro p {
        max-width: 800px;
        margin: 0 auto;
    }

    /* 3. Tabs & Progress Bar Logic */
    .steps-tabs-wrapper {
        position: relative;
        max-width: 1400px;
        margin: 0 auto 40px auto;
        z-index: 10;
    }

    .steps-tabs {
        display: flex;
        justify-content: space-between;
        position: relative;
        padding-bottom: 25px;
    }

    .tab-item {
        flex: 1;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .tab-item h3 {
        font-size: 24px;
        color: #1E253D;
        text-transform: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    /* The 5px x 5px Dot */
    .tab-dot {
        display: inline-block;
        width: 5px !important;
        height: 5px !important;
        background-color: #FF5722;
        border-radius: 50%;
    }

    /* Progress Bar Track */
    .tabs-progress-track {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #8ED4F4;
        z-index: 1;
    }

    /* Progress Bar Fill */
    .tabs-progress-fill {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0%;
        height: 2px;
        background: linear-gradient(90deg, #1E253D 0%, #5063A3 100%);
        z-index: 2;
        transition: width 0.1s linear;
    }

    /* 4. Full Width Horizontal Slider Window */
    .steps-slider-window {
        width: 100%;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .steps-cards-track {
        display: flex;
        flex-wrap: nowrap;
        width: max-content;
        margin: 0;
        padding: 0;
    }

    .card-inner-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        background-color: #1E253D;
        height: auto;
        border-radius: 20px;
        padding: 50px;
        position: relative;
        z-index: 2;
        text-align: left;
    }

    .steps-card {
        flex: 0 0 100vw;
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .steps-card .card-inner-container {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
    }

    .steps-card-content {
        width: 45%;
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }

    .card-inner-eyebrow {
        color: #8ED4F4 !important;
        margin-bottom: 20px;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

    .steps-card-content p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 18px;
        line-height: 1.6;
    }

    /* Watermark Number */
    .bg-step-number {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: 700;
        font-size: 130px;
        line-height: 100%;
        letter-spacing: -0.05em;
        color: rgba(142, 212, 244, 0.15);
        pointer-events: none;
        margin-top: auto;
    }

    /* Media Side */
    .steps-card-media {
        width: 50%;
        display: flex;
        justify-content: flex-end;
    }

    .steps-card-media img {
        height: 350px;
        width: auto;
        object-fit: contain;
    }




    /* ==========================================
       SERVICES SECTION (UPDATED FOR SLOW HOVER)
    ========================================== */

    .services-section {
        padding: 142px 0 120px 0;
        background-color: #fff;
        text-align: center;
    }

    .services-intro {
        margin-bottom: 83px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .services-intro h2 {
        width: 63%;
        margin-bottom: 20px;
    }

    .services-intro p {
        width: 45%;
    }

    /* Grid Layout */
    .services-grid {
        display: flex;
        gap: 30px;
        width: 100%;
    }

    /* Base Card Style */
    .service-card {
        width: 25%;
        height: 350px;
        border: 1px solid #8ED4F4;
        border-radius: 12px;
        padding: 30px;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
            background-color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
            box-shadow 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
            border-color 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
        cursor: pointer;
        position: relative;
        overflow: hidden;
        align-content: space-around;
        align-items: flex-start;
    }

    /* Card Hover State - Lift and Shadow */
    .service-card:hover {
        background: rgba(142, 212, 244, 0.1);
        border-color: #1A9FD2;
        box-shadow: 0 20px 40px rgba(27, 37, 61, 0.08);
        transform: translateY(-10px);
        transition: all 2s ease;
        /* Slightly higher lift */
    }

    /* Card Top: Icon and Arrow */
    .card-top {
        display: flex !important;
        justify-content: space-between !important;
        align-items: flex-start;
        margin-bottom: 110px;
        transition: margin-bottom 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    /* On hover, the gap shrinks slowly */
    .service-card:hover .card-top {
        margin-bottom: 30px;
        transition: all 1s ease;

    }

    .service-icon {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

    /* Arrow icon - Slower drift into place */
    .hover-arrow {
        width: 24px;
        height: 24px;
        opacity: 0;
        transform: translate(-15px, 15px);
        transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
        position: absolute;
        right: 40px;
    }

    .service-card:hover .hover-arrow {
        opacity: 1;
        transform: translate(0, 0);
        transition: all 1s ease;
    }

    .card-bottom {
        display: flex;
        flex-direction: column;
        transition: all 0.8s ease;
        justify-content: space-between;
    }

    /* Card Bottom: Title */
    .card-bottom h3 {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 1.3;
        color: #1E253D;
    }

    /* Paragraph - Slow height expansion and slide-up */
    .hover-text {
        font-size: 15px !important;
        line-height: 1.5;
        color: #3A4A62;
        margin: 0;
        /* Starting state */
        max-height: 0;
        opacity: 0;
        transform: translateY(25px);
        /* Start lower for more travel distance */
        overflow: hidden;
        /* 0.8s transition for very smooth opening */
        transition: max-height 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
            opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
            transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .service-card:hover .hover-text {
        max-height: 200px;
        opacity: 1;
        transform: translateY(0);
        margin-top: 10px;
        transition: all 1s ease;

    }




    /* ==========================================
       ECOSYSTEM SECTION
    ========================================== */

    .ecosystem-section {
        padding: 120px 0;
        background-color: #8ED4F41A;
        text-align: center;
    }

    .ecosystem-intro {
        margin-bottom: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ecosystem-intro h4 {
        margin-bottom: 10px;

    }

    .ecosystem-intro h2 {
        max-width: 47%;
    }

    .ecosystem-grid {
        gap: 81px;
        display: flex;
    }

    /* Card Styling */
    .eco-card {
        background: #1E253D;
        height: 500px;
        border-radius: 20px;
        border: 1px solid rgba(30, 37, 61, 0.1);
        padding: 60px 42px 25px 50px;
        width: 50%;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /* Pushes footer to bottom */
        transition: transform 0.3s ease;
    }

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

    /* Header part of card */
    .eco-card-header h3 {
        color: #FFFFFF;
        font-size: 32px;
        margin-bottom: 20px;
    }

    .eco-card-header p {
        color: #FFFFFF;
        font-size: 16px;
        line-height: 1.6;
        max-width: 89%;
    }

    /* Footer part of card (Link + Illustration) */
    .eco-card-footer {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .btn-know-more {
        color: #FFFFFF;
        text-decoration: none;
        font-family: 'Plus Jakarta Sans', sans-serif;
        display: flex;
        align-items: center;
        font-weight: 600;
        gap: 10px;
        padding-bottom: 25px;
        font-size: 18px;
        line-height: 150%;
        vertical-align: middle;
        /* Added transition for smooth color change */
        transition: color 0.3s ease;
    }

    .btn-know-more img {
        width: 18px;
        /* Initially makes the arrow white */
        filter: brightness(0) invert(1);
        /* Added transition for smooth filter change */
        transition: filter 0.3s ease, transform 0.3s ease;
    }

    /* HOVER STATE */
    .btn-know-more:hover {
        color: #FF5722;
        /* Text turns orange */
    }

    .btn-know-more:hover img {
        /* This specific filter converts the icon to #FF5722 (Orange) */
        filter: invert(48%) sepia(91%) saturate(2972%) hue-rotate(341deg) brightness(101%) contrast(101%);

        /* Optional: subtle slide effect for the arrow */
        transform: translateX(5px);
    }

    .eco-illustration {
        max-width: 200px;
        height: auto;
        object-fit: contain;
    }



    /* ==========================================
       SPECIALIZATION SECTION
    ========================================== */

    .spec-section {
        padding: 120px 0;
        text-align: center;
        background-color: #fff;
    }

    .spec-intro h4 {
        margin-bottom: 10px;
    }

    .spec-intro h2 {
        margin-bottom: 20px;
        max-width: 48%;

    }

    .spec-intro {
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .spec-intro p {
        margin-bottom: 50px;
        max-width: 55%;

    }

    /* Grid Configuration */
    .spec-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    /* White Cards */
    .spec-card {
        width: 23%;
        background: #FFFFFF;
        border: 1px solid #8ED4F4;
        border-radius: 12px;
        height: 200px;
        padding: 30px;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .spec-card:hover {
        box-shadow: rgba(27, 37, 61, 0.08) 0px 20px 40px;
        transform: translateY(-10px);
        background: rgba(142, 212, 244, 0.1);
        border-color: rgb(26, 159, 210);
    }

    .spec-card-top {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 62px;
        /* Fixed gap */
    }

    .space-flex {
        display: flex;
        justify-content: space-between;
    }

    .space-flex img {
        width: 20px;
        height: 20px;
    }

    .spec-icon {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

    /* Hover Arrow */
    .spec-arrow {
        width: 20px;
        opacity: 0;
        /* Hidden by default */
        transition: 0.3s ease;
        transform: translate(-5px, 5px);
    }

    .spec-card:hover .spec-arrow {
        opacity: 1;
        transform: translate(0, 0);
    }

    .spec-card h3 {
        font-size: 20px;
        color: #1E253D;
        margin: 0;
    }

    /* DARK CTA CARD */
    .spec-cta-card {
        width: 49%;
        background: #1E253D;
        border-radius: 12px;
        height: 200px;
        padding: 30px 30px 30px 42px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        text-align: left;
        color: #fff;
        position: relative;
        flex-direction: column;
    }

    .cta-content {

        display: flex;
        justify-content: space-between;
        width: 100%;

    }

    .cta-content h3 {
        color: #fff;
        font-size: 20px;
    }

    .cta-action p {
        color: #FFFFFF;
        max-width: 32%;
    }

    .cta-action {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        gap: 20px;
        justify-content: space-between;
        width: 100%;
    }

    .cta-box-img {
        width: 40px;
        height: 40px;
        opacity: 0.8;
    }

    /* Reuse the orange button from previous sections */
    .spec-cta-card .btn-orange {
        padding: 12px 25px;
        font-size: 13px;
    }

    /* ==========================================
       REVIEWS / TESTIMONIALS SECTION
    ========================================== */
    .swiper-pagination {
        display: flex !important;
        justify-content: center;
        margin-top: 40px;
        position: relative !important;
        bottom: 0 !important;
        z-index: 20;
    }

    .reviews-section {
        background-color: #F2FBFF;
        padding: 100px 0;
        overflow: hidden;
        position: relative;

    }

    .reviews-section .swiper {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }


    /* Gradient Overlays (Left and Right Fade) */
    .reviews-overlay {
        position: absolute;
        top: 0;
        width: 35%;
        /* Adjust width to match Figma fade */
        height: 100%;
        z-index: 5;
        pointer-events: none;
        /* CRITICAL: Allows clicks to go through to slider */
    }

    .reviews-overlay.left {
        left: 0;
        background: linear-gradient(90deg, #F2FBFF 30%, rgba(242, 251, 255, 0) 100%);
    }

    .reviews-overlay {
        width: 25%;
        /* Reduced width to let side slides be more visible */
    }

    .reviews-overlay.right {
        right: 0;
        background: linear-gradient(270deg, #F2FBFF 30%, rgba(242, 251, 255, 0) 100%);
    }

    /* Intro Text */
    .reviews-intro {
        margin-bottom: 40px;
        position: relative;
        z-index: 6;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .reviews-intro h2 {
        max-width: 65%;
        text-align: center;
    }

    /* .testimonial-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: opacity 0.5s ease;
    } */
    .testimonial-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        opacity: 1;
        /* Heavy fade for side slides like Figma */
        transition: opacity 0.6s ease;
        padding: 0 20px;
        /* Internal padding so text doesn't hit edges */
    }

    .swiper-slide-active {
        opacity: 1 !important;
    }

    /* Review Text */
    .review-text {
        max-width: 950px;
        margin: 0 auto 40px !important;
        font-size: 20px;
        /* Slightly larger for the "Center" feel */
        line-height: 1.6;
        color: #3A4A62;
    }

    .stars-rating {
        margin-bottom: 30px;
    }

    .stars-rating ul {
        display: flex;
        justify-content: center;
        gap: 4px;
        list-style: none;
    }

    /* Author Area (Mini Card) */
    .author-card {
        display: flex;
        align-items: center;
        justify-content: center;
        /* Centers the author card */
        gap: 15px;
    }

    .author-img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
    }

    .author-info {
        text-align: left;
    }

    .author-info h3 {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .author-info h4 {
        color: #1E253D;
    }

    /* Pagination Dots */
    .reviews-pagination {
        display: flex;
        justify-content: center;
        gap: 10px;
        position: relative;
        z-index: 10;
    }

    .reviews-pagination .dot {
        width: 20px;
        height: 0;
        /* Border only */
        border-bottom: 2px solid #8ED4F4;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .reviews-pagination .dot.active {
        border-bottom: 2px solid #1E253D;
    }


    /* ==========================================
       PILOT SECTION
    ========================================== */

    .pilot-section {
        padding: 120px 0;
        position: relative;
    }

    /* Background Glow Blobs */
    .pilot-section::before,
    .about-community::before {
        content: '';
        position: absolute;
        width: 500px;
        height: 500px;
        background: #8ED4F44D;
        filter: blur(200px);
        border-radius: 50%;
    }

    .pilot-section::before {
        bottom: -100px;
        left: -150px;
    }

    .about-community::before {
        bottom: 110px;
        right: -150px;
    }

    /* Main Card */
    .pilot-card {
        background: #1E253D;
        height: 695px;
        border-radius: 20px;
        box-shadow: 0px 0px 15px 0px #00000059;
        padding: 90px 70px 90px 90px;
        /* Top Right Bottom Left */
        display: flex;
        align-items: flex-startz;
        justify-content: space-between;
        position: relative;

    }

    .pilot-card-content {
        width: 44%;
    }

    /* Text Styles */
    .blue-text {
        color: #8ED4F4 !important;
        margin-bottom: 10px;
    }

    .pilot-title {
        color: #fff;
        font-size: 44px;
        margin-bottom: 30px;
        font-weight: 700;
    }

    .pilot-title span {
        color: #8ED4F4;
    }

    .pilot-desc {
        color: #FFFFFF;
        margin-bottom: 35px;
        max-width: 91%;
    }

    /* Checklist Grid */
    .pilot-features {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-bottom: 60px;
    }

    .pilot-features p {
        color: #fff;
        font-size: 18px;
        display: flex;
        align-items: center;
        gap: 10px;
        /* Gap between icon and text */
    }

    .pilot-features img {
        width: 20px;
        height: 20px;
    }

    /* Image styling */
    .pilot-card-media {
        display: flex;
        width: 56%;
        justify-content: flex-end;
    }

    .pilot-card-media img {
        height: 450px;
        width: auto;
        object-fit: contain;
    }



    /* ==========================================
       NEWS SECTION
    ========================================== */

    .news-section {
        padding: 120px 0 142px 0;
        /* Bottom padding 132px as requested */
        background-color: #fff;
        text-align: center;
    }

    .news-intro {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .news-intro h4 {
        margin-bottom: 10px;
    }

    .news-intro h2 {
        margin-bottom: 50px;
        max-width: 50%;
    }

    /* Grid Configuration */
    .news-grid {
        display: flex;
        justify-content: space-between;
        gap: 30px;
    }

    .news-card {
        background: #F2FBFF;
        /* Very light blue background for the card */
        border-radius: 20px;
        overflow: hidden;
        text-align: left;
        transition: transform 0.3s ease;
    }

    .news-card:hover {
        transform: translateY(-10px);
    }

    /* Part 1: Image Area */
    .news-card-img {
        height: 250px;
        background-size: cover;
        background-position: center;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        padding: 20px 0 0 20px;
        /* Tag offset from corner */
        position: relative;
    }

    /* Tag Style */
    .news-tag {
        display: inline-flex;
        align-items: center;
        height: 30px;
        padding: 0 15px;
        background-color: #FF5722;
        /* Orange background */
        color: #fff;
        border-radius: 5px;
        font-family: 'DM Mono', monospace;
        font-size: 14px;
        cursor: none;
        /* Requested */
        pointer-events: none;
    }

    .news-tag::before {
        content: '';
        width: 6px;
        height: 6px;
        background-color: #8ED4F4;
        border-radius: 50%;
        margin-right: 5px;
        display: inline-block;
    }

    /* Part 2: Text Content Area */
    .news-card-content {
        padding: 30px 23px 30px 30px;
        /* Exact Padding requested */
    }

    .news-card-content h3 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 20px;
        color: #1E253D;
    }

    .news-card-content p {
        font-size: 18px;
        color: #3A4A62;
        margin-bottom: 50px;
        max-width: 90%;
    }

    /* Know More Button Large */
    .btn-know-more-large {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #1E253D;
        /* Original Navy Color */
        text-decoration: none;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 150%;
        /* Smooth transition for the text color */
        transition: color 0.3s ease;
    }

    .btn-know-more-large img {
        width: 20px;
        /* Smooth transition for the filter and position */
        transition: transform 0.3s ease, filter 0.3s ease;
    }

    /* HOVER STATE */
    .btn-know-more-large:hover {
        color: #FF5722;
        /* Text turns Orange */
    }

    .btn-know-more-large:hover img {
        /* Slide the arrow forward */
        transform: translateX(5px);

        /* This filter converts the dark icon to #FF5722 (Brand Orange) */
        filter: invert(48%) sepia(91%) saturate(2972%) hue-rotate(341deg) brightness(101%) contrast(101%);
    }






    /* =========================================================
       Technovix footer (deployed)
       ========================================================= */
    .site-footer {
        position: relative;
        overflow: hidden;
        background: #1E253D;
        color: #fff;
        padding: 110px 0 180px 0;
    }

    .site-footer .container {
        position: relative;
        z-index: 2;
    }

    .footer-particles {
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
    }

    .footer-particle {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        background: #ffffff;
        opacity: 0;
        will-change: transform, opacity;
    }

    .footer-cta {
        text-align: center;
        padding-bottom: 80px;
    }

    .footer-cta .white-eyebrow,
    .footer-cta .for-all-h4 {
        font-family: "DM Mono", monospace;
        font-weight: 400;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.7);
        margin: 0 0 0.85rem;
    }

    .footer-main-title {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 800;
        font-size: 100px;
        line-height: 1.05;
        margin: 0 0 40px 0;
        color: #fff;
    }

    .btn-orange {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background-color: #FF5722;
        color: #fff !important;
        text-decoration: none;
        font-family: 'Plus Jakarta Sans', sans-serif !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        letter-spacing: 0.1em !important;
        height: 50px;
        padding: 0px 30px !important;
        border-radius: 5px;
        text-transform: uppercase !important;
        position: relative !important;
        overflow: hidden;
        z-index: 1;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .btn-orange::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(25, 132, 188, 0.95);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: width 0.6s ease, height 0.6s ease;
        z-index: -1;
    }

    .btn-orange:hover::before {
        width: 350px;
        height: 350px;
    }

    .btn-orange:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(25, 132, 188, 0.3);
    }

    .btn-orange img {
        width: 20px;
        height: 20px;
        position: relative;
        z-index: 2;
        transition: transform 0.3s ease;
    }

    .btn-orange:hover img {
        transform: translateX(5px);
    }

    .footer-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        padding: 0 0 80px 0;
    }

    .footer-col {
        flex: 1 1 180px;
    }

    .footer-col.col-40 {
        flex: 2 1 320px;
    }

    .footer-col h3 {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 1.5rem;
        font-weight: 700;
        color: #fff;
        margin: 0 0 1.25rem;
    }

    .footer-col ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        margin-bottom: 0;
    }

    .footer-col ul li {
        color: rgba(255, 255, 255, 0.65);
        font-size: 1.125rem;
        line-height: 1.5;
    }

    .footer-col ul li a {
        color: rgba(255, 255, 255, 0.65);
        transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .footer-col ul li a:hover {
        color: #FF5722;
    }

    .footer-socials {
        flex-direction: row !important;
        gap: 0.75rem !important;
        margin-top: 1.5rem;
    }

    .social-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        color: #fff;
        transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        margin-top: 20px;
    }

    .social-icon:hover {
        opacity: 0.6;
    }

    .social-icon svg {
        width: 18px;
        height: 18px;
        fill: currentColor;
    }

    .footer-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        flex-wrap: wrap;
        padding: 37px 0 37px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .footer-bottom .copyright {
        margin: 0;
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.55);
    }

    .footer-bottom .copyright span {
        color: rgba(255, 255, 255, 0.8);
    }

    .footer-bottom .copyright strong {
        color: #FF5722;
        font-weight: 600;
    }

    .legal-links {
        display: flex;
        gap: 1.5rem;
        flex-wrap: wrap;
    }

    .legal-links a {
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.55);
        transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .legal-links a:hover {
        color: #FF5722;
    }

    .footer-watermark {
        text-align: center;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 700;
        font-size: 220px;
        line-height: 100%;
        letter-spacing: 5%;
        color: rgba(255, 255, 255, 0.04);
        user-select: none;
        white-space: nowrap;
        overflow: hidden;
        position: absolute;
        bottom: -25px;
        left: 0;
        margin: 0 auto;
        width: 100%;
    }

    .for-all-h4 {
        position: relative;
        display: inline-block;
        padding-left: 24px;
    }

    .for-all-h4::before {
        content: '';
        position: absolute;
        width: 15px !important;
        height: 15px !important;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background-image: url(https://technovix.prantheshpatel.com/wp-content/uploads/2026/06/Orange-dot.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    /* Footer widget wrappers should not break the flex/layout */
    .site-footer .textwidget {
        display: contents;
    }


    /* =========================================================
       Header (letter-animation structure)
       ========================================================= */
    .main-header {
        margin: 0 auto;
        min-height: 88px;
        display: flex;
        align-items: center;
    }

    .header-logo {
        flex: 1 1 0;
        display: flex;
        align-items: center;
        min-width: 0;
    }

    .header-logo a {
        display: inline-flex;
        align-items: center;
    }

    .header-logo img,
    .header-logo .custom-logo {
        max-height: 56px;
        width: auto;
        display: block;
    }

    .main-navigation {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-navigation>ul {
        display: flex;
        align-items: center;
        gap: 2.5rem;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .main-navigation a {
        display: inline-block;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 500;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 5%;
        color: #1E253D;
        padding: 0 0 2px 0;
        position: relative;
    }

    .main-navigation a.active {
        color: #FF5722 !important;
    }

    .main-navigation a.active::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 30px;
        height: 2px;
        background: #FF5722;
        margin: 0 auto;
        right: 0;

    }

    /* Per-letter slide-up reveal */
    .menu-link-wrapper {
        display: inline-flex;
        overflow: hidden;
        vertical-align: middle;
        line-height: 1.2;
    }

    .menu-link-wrapper .letter {
        display: inline-block;
        position: relative;
        white-space: pre;
        transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1);
        transition-delay: calc(var(--index) * 0.025s);
    }

    .menu-link-wrapper .letter::before {
        content: attr(data-letter);
        position: absolute;
        left: 0;
        top: 100%;
        color: #FF5722;
    }

    .main-navigation a:hover .letter,
    .main-navigation a:focus-visible .letter {
        transform: translateY(-100%);
    }

    /* Header action buttons */
    .header-actions {
        flex: 1 1 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 14px;
    }

    .btn-login,
    .btn-orange-header {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        height: 50px;
        padding: 0 30px;
        border-radius: 5px;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 10%;
        text-transform: uppercase;
        text-decoration: none;
        white-space: nowrap;
        transition: all 0.3s ease;
    }

    .btn-orange-header {
        background: #1E253D !important;
    }

    .btn-login {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        border: 1px solid #1E253D;
        border-radius: 5px;
        text-decoration: none;
        color: #1E253D;
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 15px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: .10em;
        text-transform: uppercase;
        padding: 0 35px;
        position: relative;
        overflow: hidden;
        z-index: 1;
        transition: color 0.4s ease, border-color 0.4s ease;
        transition: all 0.3s ease;
    }

    .btn-login::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(25, 132, 188, 1);
        /* Your brand blue */
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: width 0.6s ease, height 0.6s ease;
        z-index: -1;
    }

    .btn-login img {
        width: 20px;
        height: 20px;
        transition: filter 0.4s ease;
    }


    .btn-login:hover {
        color: #FFFFFF;
        border-color: rgba(25, 132, 188, 1);
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(25, 132, 188, 0.3);
    }

    .btn-login:hover::before {
        width: 350px;
        height: 350px;
    }

    .btn-login:hover img {
        filter: brightness(0) invert(1);
    }

    .btn-orange-header {
        background-color: #FF5722;
        color: #fff;
        border: none;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .btn-orange-header::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(25, 132, 188, 0.95);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: width 0.5s ease, height 0.5s ease;
        z-index: -1;
    }

    .btn-orange-header:hover::before {
        width: 350px;
        height: 350px;
    }

    .btn-orange-header:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(25, 132, 188, 0.3);
    }

    .btn-orange-header img {
        width: 20px;
        height: 20px;
        position: relative;
        z-index: 2;
        transition: transform 0.3s ease;
    }

    .btn-orange-header:hover img {
        transform: translateX(5px);
    }

    /* Mobile toggle */
    .nav-toggle {
        display: none;
        width: 44px;
        height: 44px;
        padding: 0;
        background: transparent;
        border: 1px solid #e6e9f0;
        border-radius: 10px;
        cursor: pointer;
        position: relative;
    }

    .nav-toggle__bar,
    .nav-toggle__bar::before,
    .nav-toggle__bar::after {
        content: "";
        position: absolute;
        left: 12px;
        width: 20px;
        height: 2px;
        background: #1E253D;
        border-radius: 2px;
        transition: transform 0.25s ease, opacity 0.2s ease;
    }

    .nav-toggle__bar {
        top: 21px;
    }

    .nav-toggle__bar::before {
        top: -6px;
    }

    .nav-toggle__bar::after {
        top: 6px;
    }

    .nav-toggle[aria-expanded="true"] .nav-toggle__bar {
        background: transparent;
    }

    .nav-toggle[aria-expanded="true"] .nav-toggle__bar::before {
        transform: translateY(6px) rotate(45deg);
    }

    .nav-toggle[aria-expanded="true"] .nav-toggle__bar::after {
        transform: translateY(-6px) rotate(-45deg);
    }



    @media (max-width: 1199px) {
        .main-navigation>ul {
            gap: 1.5rem;
        }

        .btn-login,
        .btn-orange-header {
            padding: 0 22px;
        }
    }

    @media (max-width: 991px) {


        .header-logo {
            flex: 0 0 auto;
        }

        .header-actions {
            flex: 0 0 auto;
            order: 2;
            margin-left: auto;
        }

        .main-navigation {
            flex: 0 0 auto;
            order: 3;
        }

        .nav-toggle {
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .main-navigation>ul {
            position: fixed;
            top: 88px;
            left: 0;
            right: 0;
            flex-direction: column;
            align-items: stretch;
            gap: 0;
            background: #ffffff;
            border-top: 1px solid #e6e9f0;
            box-shadow: 0 6px 24px rgba(30, 37, 61, 0.08);
            padding: 0.5rem 20px 1.5rem;
            max-height: calc(100vh - 88px);
            overflow-y: auto;
            transform: translateY(-12px);
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
        }

        .main-navigation.is-open>ul {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .about-community::before {
            bottom: 110px;
            right: 0;
        }

        .main-navigation a {
            display: block;
            padding: 0.875rem 0;
            border-bottom: 1px solid #e6e9f0;
        }

        .menu-link-wrapper {
            overflow: visible;
        }

        .main-navigation a:hover .letter {
            transform: none;
        }

        .main-navigation a.active::after {
            display: none;
        }

        .footer-col.col-40 {
            flex-basis: 30%;
        }

        .site-branding {
            flex: 0 0 auto;
        }

        .site-header__actions {
            flex: 0 0 auto;
            order: 2;
            margin-left: auto;
        }

        .primary-nav {
            flex: 0 0 auto;
            order: 3;
        }

        .primary-nav__toggle {
            display: inline-flex;
        }

        .primary-nav__menu {
            position: fixed;
            top: 88px;
            left: 0;
            right: 0;
            max-height: calc(100vh - 88px);
            overflow-y: auto;
            background: #ffffff;
            border-top: 1px solid #e6e9f0;
            box-shadow: 0 6px 24px rgba(10, 19, 48, 0.06);
            padding: 1rem 20px 1.5rem;
            transform: translateY(-12px);
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.25s;
        }

        .primary-nav.is-open .primary-nav__menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .primary-nav__list {
            flex-direction: column;
            align-items: stretch;
            gap: 0;
        }

        .primary-nav__list>li>a {
            display: block;
            padding: 0.875rem 0;
            border-bottom: 1px solid #e6e9f0;
        }

        .primary-nav__list>li>a::after {
            display: none;
        }

        .primary-nav .menu-item-has-children>a::before {
            right: 4px;
        }

        .primary-nav .sub-menu {
            position: static;
            opacity: 1;
            visibility: visible;
            transform: none;
            min-width: 0;
            border: 0;
            box-shadow: none;
            padding: 0 0 0.5rem 1rem;
        }

        .primary-nav .menu-item-has-children:hover>.sub-menu,
        .primary-nav .menu-item-has-children:focus-within>.sub-menu {
            transform: none;
        }
    }



    @media (prefers-reduced-motion: reduce) {
        .footer-particle {
            animation: none;
        }
    }


    @media (max-width: 575px) {
        .btn-login {
            display: none;
        }

        .btn-orange-header {
            padding: 0 18px;
            font-size: 12px;
        }

        .btn--outline {
            display: none;
        }

        .site-header__actions .btn {
            padding: 0 20px;
            font-size: 0.75rem;
        }
    }

    .steps-tabs .tab-item {
        transition: opacity 0.3s ease;
    }

    .steps-tabs .tab-item:not(.active) {
        opacity: 1;
    }


    /* =========================================================
       About Us page
       ========================================================= */


    /* about hero ========== */
    .about-hero {
        position: relative;
        overflow: hidden;
        text-align: center;
        display: flex;
        align-items: end;
        padding: 0 0 50px 0;
        height: 300px;
        background: linear-gradient(180deg, #ffffff 0%, #eaf2fb 100%);
    }

    .about-hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: url(/wp-content/uploads/2026/06/about-before.png) center right / cover no-repeat;
        opacity: 0.7;
        pointer-events: none;
        z-index: 0;
    }

    .about-hero .container {
        position: relative;
        z-index: 1;
    }

    .about-hero .for-all-h4 {
        margin-bottom: 10px;
    }

    .about-hero__title {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: 800;
        font-size: 54px;
        line-height: 120%;
        color: #1E253D;
        margin: 0;
    }

    /* about-intro ========== */

    .about-intro {
        padding: 100px 0;
    }

    .about-intro__grid {
        display: flex;
        grid-template-columns: 1fr 1fr;
        gap: 35px;
        align-items: start;
    }

    .about-intro__left {
        width: 50%;
    }

    .about-intro__right {
        width: 48%;
    }

    .about-intro__left h2 {
        margin: 0 0 40px 0;
    }

    .about-intro__right p {

        margin: 0 0 20px 0;
    }

    .about-intro__right p:last-child {
        margin-bottom: 0;
    }

    .about-intro__right p:first-child {
        font-weight: 600;
    }

    /* about-feature============= */
    .main-feature {
        padding: 120px 0;
        background-color: #8ED4F41A;
        display: flex;
        flex-direction: column;
        gap: 70px;
    }


    .about-feature__grid {
        display: flex;
        gap: 75px;
        align-items: center;
        margin: 0 0 70px;
    }

    .about-feature__content {
        width: 60%;
    }

    .about-feature__media {
        width: 40%;

    }

    .about-feature__content h2 {
        margin: 0 0 30px;
        max-width: 99%;

    }

    .about-feature__grid:last-child {
        margin-bottom: 0;
    }

    .about-main-line {
        background: #8ED4F41A;
        padding: 120px 0;
        display: flex;
        flex-direction: column;
        gap: 70px;
    }

    .about-feature__content p {
        color: #3A4A62;
        font-size: 18px;
        line-height: 1.6;
        margin: 0;
    }

    .about-feature__media img {
        width: 100%;
        height: 400px;
        border-radius: 20px;
        display: block;
        object-fit: cover;
    }

    /* .about-stats ===== */

    .about-stats {
        background: #1E253D;
        height: 240px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about-stats__grid {
        display: flex;
        width: 100%;
        gap: 30px;
        text-align: center;
    }

    .about-stat {
        position: relative;
        width: 25%;
    }

    .about-stat:not(:last-child)::after {
        content: "";
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 96px;
        background: rgba(255, 255, 255, 0.15);
    }

    .about-stat h3 {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 800;
        color: #fff;
        margin: 0 0 10px;
        font-size: 54px;
        line-height: 120%;

    }

    .about-stat p {
        font-family: "DM Mono", monospace;
        margin: 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        text-transform: capitalize;
        color: #FFFFFF;

    }

    /* .about-community===== */
    .about-community {
        padding: 120px 0 0 0;
        text-align: center;
        position: relative;

    }

    .about-community__intro {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px;
    }


    .about-community__grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        text-align: left;
    }

    .community-card {
        padding: 30px;
        border: 1px solid #8ED4F4;
        background: #8ED4F41A;
        border-radius: 10px;
        height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }


    .community-card .community-icon {
        width: 50px;
        height: 50px;
    }

    .community-card h3 {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #1E253D;
        margin: 0 0 15px;
        line-height: 130%;
        text-transform: capitalize;

    }

    .community-card p {
        color: #3A4A62;
        font-size: 16px;
        line-height: 1.7;
        margin: 0;
        max-width: 90%;
    }

    .community-text p:last-child {
        max-width: 90%;
    }

    @media (max-width: 991px) {

        .about-intro__grid,
        .about-feature__grid,
        .about-community__grid {
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .about-feature--reverse .about-feature__media {
            order: 2;
        }

        .about-stats__grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 40px 20px;
        }

        .about-stat:nth-child(2)::after {
            display: none;
        }
    }

    @media (max-width: 575px) {
        .about-stats__grid {
            grid-template-columns: 1fr;
        }

        .about-stat::after {
            display: none !important;
        }


    }



    .contect-section {
        width: 100%;
        padding: 100px 0;
    }

    .contact-main {
        display: flex;
        gap: 56px;
        align-items: flex-start;
    }

    .contact-text {
        width: 50%;
    }

    .contact-form {
        width: 42%;
    }

    .contact-text h2 {
        margin-bottom: 20px;
    }

    .contact-text p {
        margin-bottom: 32px;
        max-width: 80%;
    }


    .contact-info {}

    ul {
        list-style: none;
    }

    .contact-info ul li a {
        display: flex;
        align-items: center;
        gap: 10px;
    }

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

    .contact-info ul {
        margin: 0;
        padding: 0;
        gap: 0.75rem;
        display: flex;
        flex-direction: column;

    }

    .contact-info ul li a img {
        width: 20px;
        height: 20px;

    }

    .contact-form {
        background: #FFFFFF;
        border: 1px solid rgba(9, 23, 46, 0.08);
        ;
        border-radius: 18px;
        box-shadow: 0 2px 12px rgba(9, 23, 46, 0.08);
        ;
        transition: border-color .28s, box-shadow .28s, transform .28s;
        position: relative;
        padding: 44px;
        overflow: hidden;


    }

    .contact-form h3 {
        margin-bottom: 30px;
        font-size: 24px;
        font-weight: 800;
    }

    .contact-form p {
        font-size: 14.5px;
        margin-bottom: 26px;
        line-height: 1.68;


    }


    .contact-inputs .forminator-ui .forminator-row {
        gap: 16px;
        margin-bottom: 16px !important;
        width: 100%;

    }

    .contact-inputs .forminator-ui .forminator-row .forminator-col {
        padding: 0 !important;
    }

    .contact-inputs .forminator-ui {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 !important;
    }

    .contact-inputs .forminator-ui .forminator-row .forminator-col .forminator-input {
        width: 100%;
        height: 50px;
        padding: 0 16px;
        border-radius: 10px;
        border: 1.5px solid rgba(9, 23, 46, 0.14);
        ;
        background: #FFFFFF;
        color: #09172E;
        font-family: "Inter", sans-serif !important;
        font-size: 15px !important;
        transition: border-color .2s, box-shadow .2s;
        outline: none;
    }

    .contact-inputs .forminator-ui .forminator-row .forminator-col .forminator-label {
        font-size: 13px !important;
        font-family: "Plus Jakarta Sans", sans-serif !important;
        font-weight: 600 !important;
        color: #3a4a62 !important;
        margin-bottom: 8px !important;
    }

    .contact-inputs .forminator-ui .forminator-row .forminator-col .forminator-field .forminator-select .selection .select2-selection {
        width: 100%;
        height: 50px;
        padding: 0 16px;
        border-radius: 10px;
        border: 1.5px solid rgba(9, 23, 46, 0.14);
        background: #FFFFFF !important;
        color: #09172E;
        font-family: "Inter", sans-serif !important;
        font-size: 15px !important;
        transition: border-color .2s, box-shadow .2s;
        outline: none;
    }

    .contact-inputs .forminator-ui .forminator-row .selection .select2-selection--single {
        min-height: 50px;
    }

    .contact-inputs .forminator-ui .forminator-row .selection .select2-results .select2-results__options {
        background: #ffff !important;
    }

    .contact-inputs .forminator-ui .forminator-row .forminator-col .forminator-field .select2-selection .select2-selection__placeholder {

        color: #09172E;
        font-family: "Inter", sans-serif !important;
        font-size: 15px !important;
        outline: none;
    }

    .forminator-ui#forminator-module-89.forminator-design--default .forminator-select2+.forminator-select .selection .select2-selection--single[role="combobox"] {
        border: 1.5px solid rgba(9, 23, 46, 0.14) !important;
        height: auto;
        padding: 0 16px;
    }

    .forminator-ui#forminator-module-89.forminator-design--default select.forminator-select2+.forminator-select .selection .select2-selection--single[role="combobox"] .select2-selection__rendered {
        padding: 0 !important;
    }

    .contact-inputs .forminator-select-dropdown-container--open .forminator-custom-form-89.forminator-dropdown--default {
        border-radius: 9px;
        border: 1px solid #ccc !important;
    }

    .forminator-ui .forminator-design--default .forminator-select2+.forminator-select.select2-container--open .selection .select2-selection--single[role="combobox"] {
        border-color: #0099bb !important;
        box-shadow: 0 0 0 3px rgba(0, 153, 187, 0.12) !important;
    }

    .forminator-select-dropdown-container--open .forminator-custom-form-89.forminator-dropdown--default {
        border-color: #097BAA;
        background-color: #fff !important;
    }

    .select2-selection--single {
        outline: none !important;
    }

    .contact-inputs .forminator-ui .forminator-row .forminator-col .forminator-textarea {
        height: 100% !important;
        padding: 14px 16px;
        resize: vertical;
        min-height: 130px;
        line-height: 1.6;
        border-radius: 10px;
        border: 1.5px solid rgba(9, 23, 46, 0.14);
        ;
        background: #FFFFFF !important;
        color: #09172E;
        font-family: "Inter", sans-serif !important;
        font-size: 15px !important;
        transition: border-color .2s, box-shadow .2s;
        outline: none;
    }

    .forminator-select-dropdown-container--open .forminator-custom-form-89.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
        outline: none !important;
        outline-offset: -2px;
        color: #3A4A62 !important;
        background: rgb(142 212 244 / 30%) !important;
    }

    .forminator-select-dropdown-container--open .select2-results__option--selected {
        background: #1E253D !important;
    }

    .select2-selection__rendered {
        font-size: 15px !important;
    }

    .select2-results__option {
        font-size: 14px !important;
    }

    .forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--default {
        border-radius: 9px;
        border: 1px solid #ccc !important;
    }

    .contact-inputs .btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center;
        gap: 10px;
        background-color: #FF5722;
        color: #fff;
        text-decoration: none;
        font-family: 'Plus Jakarta Sans', sans-serif !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        letter-spacing: 0.1em;
        /* 10% converted to em */
        height: 50px !important;
        padding: 0px 30px !important;
        border-radius: 5px !important;
        text-transform: uppercase;
        box-shadow: none !important;
    }

    .contact-inputs .btn:hover {
        background-color: #1A9FD2;
    }

    .contact-inputs .forminator-button-submit {
        position: relative !important;
        padding-left: 45px !important;
        display: inline-flex;
        align-items: center;
        box-shadow: none !important;
        width: 100% !important;
    }


    .contact-inputs .forminator-button-submit::after {
        content: "";
        position: absolute;
        right: 165px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background-image: url('/wp-content/uploads/2026/06/arrow-right.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: none !important;

    }

    .contact-inputs p {
        text-align: center;
        margin-bottom: 0;
    }

    .contact-inputs .forminator-ui .forminator-input:focus,
    .contact-inputs .forminator-ui .forminator-textarea:focus {
        border-color: #0099bb !important;
        box-shadow: 0 0 0 3px rgba(0, 153, 187, 0.12) !important;
        outline: none !important;
        transition: all 0.3s ease;
    }

    .Local-main {
        padding: 120px 0;
        background: #F5F8FA;
    }

    .Local-text {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 48px;
        flex-direction: column;
        color: #FFFF;
    }

    .Local-text h2 {
        max-width: 35%;
        text-align: center;
    }

    .local-card h4 {
        color: #FFFF;
        margin-bottom: 10px;
    }

    .local-card h3 {
        color: #FFFF;

    }

    .local-card p {
        color: #FFFF;
        margin-bottom: 10px;
        font-size: 14px;
    }


    .local-card img {
        width: 50px;
        height: 50px;
        margin-bottom: 70px;
    }

    .Local-info-box {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 100px;
        width: 100%;
    }

    .local-card {
        width: 50%;
        padding: 32px 30px;
        background: #1E253D;
        border-radius: 20px;
        text-align: left;
        transition: transform 0.3s ease;
    }



    .local-card h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .local-card p {
        font-size: 14.5px;
        line-height: 1.65;
    }

    .Local-text h4 {
        color: #1E253D !important;
    }

    .select2-results {
        background: #fff !important;
    }


    /* Submenu dropdown */
    .main-navigation .menu-item-has-children {
        position: relative;
    }

    .main-navigation .menu-item-has-children>a {
        display: inline-flex;
        align-items: center;
    }

    .main-navigation .menu-item-has-children>a::after {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        margin-left: 9px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg) translateY(-2px);
        transition: transform .25s ease;
    }

    .main-navigation .menu-item-has-children.is-open>a::after {
        transform: rotate(-135deg) translateY(-1px);
    }

    .main-navigation .sub-menu {
        list-style: none;
        margin: 0;
        padding: 10px;
    }

    .main-navigation .sub-menu li {
        display: block;
    }

    .main-navigation .sub-menu a {
        display: block;
        padding: 10px 14px;
        border-radius: 8px;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.3;
        color: #1E253D;
        white-space: nowrap;
        transition: background .2s ease, color .2s ease;
    }

    .main-navigation .sub-menu a:hover,
    .main-navigation .sub-menu a:focus {
        background: #F5F6F8;
        color: #FF5722;
    }

    @media (min-width: 992px) {
        .main-navigation .sub-menu {
            position: absolute;
            top: calc(100% + 14px);
            left: 0;
            min-width: 230px;
            background: #ffffff;
            border-radius: 14px;
            box-shadow: 0 24px 50px rgba(30, 37, 61, 0.14);
            opacity: 0;
            visibility: hidden;
            transform: translateY(12px);
            transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
            z-index: 200;
        }

        .main-navigation .menu-item-has-children.is-open>.sub-menu,
        .main-navigation .sub-menu.is-open {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
    }

    @media (max-width: 991px) {
        .main-navigation .sub-menu {
            display: none;
            padding: 4px 0 4px 16px;
        }

        .main-navigation .menu-item-has-children.is-open>.sub-menu,
        .main-navigation .sub-menu.is-open {
            display: block;
        }
    }

    /* Book a Demo slide-in panel */
    .demo-panel-overlay {
        position: fixed;
        inset: 0;
        background: rgba(10, 14, 25, 0.80);
        opacity: 0;
        visibility: hidden;
        transition: opacity .45s ease, visibility .45s ease;
        z-index: 9998;
    }

    .demo-panel {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 60vw;
        background: #ffffff;
        transform: translateX(120%);
        transition: transform .55s cubic-bezier(0.65, 0, 0.35, 1);
        z-index: 9999;
        -webkit-overflow-scrolling: touch;
        box-shadow: -30px 0 80px rgba(10, 14, 25, 0.18);
    }

    body.demo-open .demo-panel-overlay {
        opacity: 1;
        visibility: visible;
    }

    body.demo-open .demo-panel {
        transform: translateX(0);
    }

    body.demo-open {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        overflow: hidden;
    }

    .demo-panel__close {
        position: absolute;
        top: calc(50% - 40px);
        right: 103%;
        width: 40px;
        height: 40px;
        border: none;
        background: transparent;
        font-size: 40px;
        line-height: 1;
        color: #ffff;
        cursor: pointer;
        border-radius: 50%;
        transition: background .2s ease, transform .2s ease;
    }

    .demo-open {
        overflow: hidden !important;
        height: 100% !important;
    }

    .demo-panel__close:hover {
        transform: rotate(90deg);
    }

    .demo-panel__inner {
        padding: 80px 124px 80px 125px;
        height: 110vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .demo-panel__title {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 54px;
        font-weight: 800;
        color: #1E253D;
        margin: 0 0 16px;
    }

    .demo-panel__subtitle {
        font-family: "Inter", sans-serif;
        font-size: 16px;
        line-height: 1.6;
        color: #3A4A62;
        margin: 0 0 34px;
    }

    .demo-panel__meta {
        display: flex;
        justify-content: space-between;
        gap: 30px;
        flex-wrap: wrap;
        border-top: 1px solid #ECEDF1;
        padding-top: 28px;
    }

    .demo-panel__meta h4 {
        font-family: "DM Mono", monospace;
        font-size: 13px;
        letter-spacing: .04em;
        text-transform: uppercase;
        color: #FF5722;
        margin: 0 0 14px;
    }

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

    .demo-panel__meta li {
        margin-bottom: 8px;
    }

    .demo-panel__meta a,
    .demo-panel__meta p {
        font-family: "Inter", sans-serif;
        font-size: 15px;
        color: #1E253D;
        text-decoration: none;
        line-height: 1.6;
    }

    .demo-panel__meta a:hover {
        color: #FF5722;
    }

    @media (max-width: 640px) {
        .demo-panel__inner {
            padding: 84px 24px 40px;
        }

        .demo-panel__title {
            font-size: 30px;
        }
    }


    .forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option {
        padding: 5px 16px !important;
    }

    .forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown .select2-results .select2-results__options .select2-results__option {
        line-height: 25px !important;

    }

    .demo-panel__form .forminator-ui .forminator-row {
        gap: 16px;
        margin-bottom: 16px !important;
        width: 100%;

    }

    .demo-panel__form .forminator-ui .forminator-row .forminator-col {
        padding: 0 !important;
    }

    .demo-panel__form .forminator-ui {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 !important;
    }

    .demo-panel__form .forminator-ui .forminator-row .forminator-col .forminator-input {
        width: 100%;
        height: 50px;
        padding: 0 16px;
        border-radius: 10px;
        border: 1.5px solid rgba(9, 23, 46, 0.14);
        ;
        background: #FFFFFF;
        color: #09172E;
        font-family: "Inter", sans-serif !important;
        font-size: 15px !important;
        transition: border-color .2s, box-shadow .2s;
        outline: none;
    }

    .demo-panel__form .forminator-ui .forminator-row .forminator-col .forminator-label {
        font-size: 14px !important;
        font-family: "Plus Jakarta Sans", sans-serif !important;
        font-weight: 600 !important;
        color: #3a4a62 !important;
        margin-bottom: 5px !important;
    }

    .demo-panel__form .forminator-ui .forminator-row .forminator-col .forminator-field .forminator-select .selection .select2-selection {
        width: 100%;
        height: 50px;
        padding: 0 16px;
        border-radius: 10px;
        border: 1.5px solid rgba(9, 23, 46, 0.14);
        background: #FFFFFF !important;
        color: #09172E;
        font-family: "Inter", sans-serif !important;
        font-size: 15px !important;
        transition: border-color .2s, box-shadow .2s;
        outline: none;
    }


    .demo-panel__form .forminator-ui .forminator-row .forminator-col .forminator-field .select2-selection .select2-selection__placeholder {

        color: #3A4A62;
        font-family: "Inter", sans-serif !important;
        font-size: 15px !important;
        outline: none;
    }

    .demo-panel__form .forminator-ui .forminator-row .forminator-col .forminator-textarea {
        height: 100% !important;
        padding: 14px 16px;
        resize: vertical;
        min-height: 130px;
        line-height: 1.6;
        border-radius: 10px;
        border: 1.5px solid rgba(9, 23, 46, 0.14);
        ;
        background: #FFFFFF !important;
        color: #3A4A62;
        font-family: "Inter", sans-serif !important;
        font-size: 15px !important;
        transition: border-color .2s, box-shadow .2s;
        outline: none;
    }

    .demo-panel__form .btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center;
        gap: 10px;
        background-color: #FF5722;
        color: #fff;
        text-decoration: none;
        font-family: 'Plus Jakarta Sans', sans-serif !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        letter-spacing: 0.1em;
        /* 10% converted to em */
        height: 50px !important;
        padding: 0px 30px !important;
        border-radius: 5px !important;
        text-transform: uppercase;
        box-shadow: none !important;
    }

    .demo-panel__form .btn:hover {
        background-color: #1A9FD2;
    }

    .demo-panel__form .forminator-button-submit {
        position: relative !important;
        padding-left: 45px !important;
        display: inline-flex;
        align-items: center;
        box-shadow: none !important;
        width: 100% !important;
    }


    .demo-panel__form .forminator-button-submit::after {
        content: "";
        position: absolute;
        right: -110px;
        left: 0;
        top: 25px;
        bottom: 0;
        margin: 0 auto;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background-image: url('/wp-content/uploads/2026/06/arrow-right.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: none !important;
    }

    .forminator-ui.forminator-custom-form[data-design=default] select.forminator-select2+.forminator-select .selection span[role=combobox].select2-selection--multiple .select2-selection__arrow,
    .forminator-ui.forminator-custom-form[data-design=default] select.forminator-select2+.forminator-select .selection span[role=combobox].select2-selection--single .select2-selection__arrow {
        justify-content: flex-end;
    }

    .forminator-icon-chevron-down {
        margin: 0 !important;
    }

    .demo-panel__form .forminator-ui .forminator-input:focus,
    .demo-panel__form .forminator-ui .forminator-textarea:focus {
        border-color: #0099bb !important;
        box-shadow: 0 0 0 3px rgba(0, 153, 187, 0.12) !important;
        outline: none !important;
        transition: all 0.3s ease;
    }



    /* Industries - intro section */
    .ind-intro {
        padding: 200px 0 120px 0;

    }

    .ind-intro::before {
        content: '';
        position: absolute;
        width: 400px;
        height: 400px;
        border-radius: 50%;
        background: rgba(142, 212, 244, 0.50);
        filter: blur(150px);
        top: -100px;
        left: -100px;
        pointer-events: none;
    }

    .ind-intro__content {
        position: relative;
        z-index: 1;
        width: 50%;
    }

    .ind-intro::after {
        content: '';
        position: absolute;
        width: 400px;
        height: 400px;
        right: -100px;
        top: 250px;
        border-radius: 50%;
        background: #FF572233;
        filter: blur(150px);
        pointer-events: none;
    }

    .ind-intro__grid {
        display: flex;
        gap: 60px;
        align-items: center;
    }

    .ind-eyebrow {
        display: flex;
        align-items: center;
        gap: 14px;
        font-family: "DM Mono", monospace;
        font-size: 13px;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: #12B5CB;
        font-weight: 500;
        margin: 0 0 24px;
    }

    .ind-eyebrow::before {
        content: "";
        display: inline-block;
        width: 34px;
        height: 2px;
        background: #12B5CB;
    }

    .ind-intro__title {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 54px;
        font-weight: 800;
        line-height: 1.12;
        color: #1E253D;
        margin: 0 0 26px;
    }

    .ind-gradient {
        background: linear-gradient(90deg, #12B5CB 0%, #7C8B96 42%, #8A6F5E 70%, #E0512F 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }

    .ind-intro__lead {

        margin: 0 0 18px;
        max-width: 540px;
    }

    .ind-intro__note {

        max-width: 560px;
        margin-bottom: 40px;
    }

    .ind-intro__note strong {
        color: #1E253D;
        font-weight: 700;
    }

    .ind-intro__stats {
        width: 50%;
        gap: 22px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        z-index: 1;
    }


    .ind-stat {
        width: 48%;
        border-radius: 18px;
        padding: 30px 28px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: rgb(255, 255, 255);
        border-width: 1px;
        border-style: solid;
        border-color: rgb(142, 212, 244);
    }

    .ind-stat:hover {
        box-shadow: rgba(27, 37, 61, 0.08) 0px 20px 40px;
        transform: translateY(-10px);
        background: rgba(142, 212, 244, 0.1);
        border-color: rgb(26, 159, 210);
        transition: 0.5s;
    }


    .ind-stat__num {
        display: inline-flex;
        align-items: center;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 44px;
        font-weight: 800;
        line-height: 1;
        margin-bottom: 70px;
        color: #1984bcf2;

    }

    .tab img {
        width: 100%;
        max-width: 20px;
        object-fit: cover;
        height: 20px;
    }

    .ind-stat__arrow {
        font-size: 34px;
        margin-right: 2px;
    }

    .ind-stat__num--teal {
        color: #12B5CB;
    }

    .ind-stat__num--orange {
        color: #FF5722;
    }

    .ind-stat__num--green {
        color: #1FA971;
    }

    .ind-stat__num--purple {
        color: #5B57E0;
    }

    .ind-stat__label {
        font-family: "DM Mono", monospace;
        font-size: 13px;
    }


    /* services section */

    .service-intro {
        padding: 100px 0;
    }

    .service-intro-grid {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 56px;

    }

    .service-intro-area-1 {
        width: 52%;
    }

    .service-intro-area-2 {
        width: 48%;
    }

    .service-intro-area-2 p {
        margin-bottom: 20px;
    }




    .deployment-section {
        padding: 100px 0;
        border-bottom: 1px solid rgba(9, 23, 46, 0.08);
    }

    .deployment-grid {
        display: flex;
        align-items: flex-start;
        gap: 56px;
    }

    .deployment-content {
        width: 50%;
    }

    .deployment-image {
        width: 50%;
    }

    .deployment-image img {
        width: 100%;
        height: auto;
    }

    /* Top */

    .deployment-top {
        display: flex;
        align-items: flex-start;
        gap: 0;
        margin-bottom: 18px;
        flex-direction: column;
    }

    .step-number {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 800;
        font-size: 40px;
        letter-spacing: -0.03em;
        opacity: 0.9;
        color: #1984bcf2;
    }

    .step-tag {
        padding: 10px 18px;
        border-radius: 999px;
        border: 1px solid rgba(22, 166, 207, .25);
        color: #16a6cf;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 2px;
        font-weight: 700;
    }

    /* Heading */


    .deployment-content h3 {
        color: #1984bcf2;
        margin-bottom: 16px;
        font-size: 17px;

    }

    .deployment-content p {
        color: #4b5d73;
        font-size: 16px;
        margin-bottom: 16px;
        line-height: 1.72;
    }

    /* Features */

    .deployment-features ul {
        display: flex;
        gap: 10px 20px;
        margin-top: 22px;
        padding: 0;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .deployment-features ul li {
        width: 48%;
        display: flex;
        gap: 10px;
        align-items: flex-start;
        font-size: 14px;
    }

    /* .deployment-features ul li a {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        font-size: 14px;
    } */

    .deployment-features ul li img {
        width: 10px;
        height: 10px;
    }

    .feature {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-size: 17px;
        line-height: 1.7;
        color: #23384f;
        font-weight: 500;
    }

    .dep-check {
        background: rgba(142, 212, 244, 0.1);
        color: rgb(0, 196, 224);
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        flex-shrink: 0;
        margin-top: 1px;
        border: none;
    }

    .dep-btn {
        margin-top: 40px;
    }

    /* sect */

    .sect {
        padding: 100px 0;
    }

    .Building-main {
        display: flex;
        align-items: flex-start;
        gap: 64px;
    }

    .Building-text,
    .Building-img {
        width: 50%;
    }

    .Building-img img {
        width: 100%;
        height: 452px;
        object-fit: contain;
    }


    .process-section {
        padding: 120px 0;
        background-color: #8ED4F41A;
    }

    .process-heading {
        margin-bottom: 56px;
    }

    .process-heading h2 {
        max-width: 63%;
    }


    .process-wrapper {
        display: flex;
        justify-content: space-between;
        gap: 25px;
    }

    .process-step {
        position: relative;
        padding-top: 70px;
        width: 25%;
    }

    /* Horizontal Line */

    .process-step::before {
        content: "";
        position: absolute;
        top: 25px;
        left: 52px;
        width: 92%;
        height: 2px;
        background: #d9e6ef;
        z-index: 1;
    }

    .process-step:last-child::before {
        width: 70%;
    }

    /*==========================
Circle
==========================*/

    .step-circle {
        position: absolute;
        top: 0;
        left: 0;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        z-index: 2;
        margin-bottom: 20px;
        box-shadow: rgba(27, 37, 61, 0.08) 0px 20px 40px;
        background: rgba(142, 212, 244, 0.1);
        border-color: rgb(26, 159, 210);
    }

    /*==========================
Content
==========================*/

    .process-step h3 {
        font-size: 19px;
        margin-bottom: 8px;
        color: #0d1d3a;
    }

    .process-step p {
        font-size: 14px;
        line-height: 1.6;
    }



    .step-blue::before {
        background: #00c6f7;
    }

    .step-blue .step-circle {
        border: 3px solid #00c6f7;
        color: #00c6f7;
        box-shadow: 0 8px 20px rgba(0, 198, 247, .25);
    }






    /*==========================
Hover
==========================*/

    .process-step:hover .step-circle {
        transform: translateY(-6px) scale(1.08);
        transition: .35s;
    }

    .process-step:hover h3 {
        color: #1984bcf2;
        transition: .3s;
    }


    .application-section {
        padding: 120px 0;
    }


    .application-heading {
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .application-heading h2 {
        max-width: 50%;
        text-align: center;
    }

    .application-main {
        display: flex;
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        padding: 48px;
        gap: 56px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    }

    .application-card {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .application-img {
        width: 50%;
    }

    .application-problem {
        margin-bottom: 28px;
    }

    .application-img img {
        width: 100%;
        height: 450px;
    }



    .Building-text h2 {
        margin-bottom: 20px;
    }

    .Building-text p {
        margin-bottom: 20px;
    }

    .service-intro-area-1 p {
        margin-bottom: 20px;
    }

    .service-intro-area-1 a {
        margin-top: 20px;
    }




    .benefits-section {
        padding: 120px 0 0 0;

    }

    .benefits-heading {
        margin-bottom: 48px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .benefits-grid {
        display: flex;
        gap: 16px;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .benefit-card {
        width: 32%;
        border-radius: 18px;
        padding: 30px 28px;
        border: 1px solid #8ED4F4;
        background: #8ED4F41A;
    }

    .benefit-icon {
        width: 56px;
        height: 56px;
        border-radius: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 28px;
        border: 1px solid;
    }

    .benefit-icon img {
        width: 24px;
        height: 24px;
    }

    .blue {
        background: rgba(142, 212, 244, 0.1);
        color: rgb(0, 196, 224);
        border-color: rgb(0, 196, 224);
    }

    .benefit-card h3 {
        margin-bottom: 18px;
    }

    .benefit-card p {
        font-size: 16px;
    }

    .benefits-heading h2 {
        max-width: 50%;
        text-align: center;
    }

    .community-card-main img {
        width: 50px;
        height: 50px;
    }

    .community-card-main {
        width: 32%;
        padding: 30px;
        border: 1px solid #8ED4F4;
        background: #8ED4F41A;
        border-radius: 10px;
        height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .card-inner h3 {
        margin: 0 0 15px;
    }

    .slick-track {
        gap: 20px;
    }

    .dashboard-heading {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-direction: column;
    }



    .dashboard-section {
        padding: 120px 0 0 0;
    }

    .dashboard-top {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 50px;
    }


    .dashboard-slider {
        display: flex;
        gap: 30px;
    }

    .dashboard-heading h2 {
        margin: 0 0 20px 0;
    }

    .dashboard-heading p {
        max-width: 45%;
        text-align: center;
    }

    .dashboard-arrows {
        display: flex;
        margin-top: 50px;
        gap: 15px;
        justify-content: center;
        align-items: center;
    }

    .dashboard-prev,
    .dashboard-next {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        border: 1px solid #dde6ee;
        background: #fff;
        cursor: pointer;
        transition: .35s;
        font-size: 18px;
    }

    .dashboard-prev:hover,
    .dashboard-next:hover {
        background: #00c4e0;
        color: #fff;
        border-color: #00c4e0;
    }

    .dashboard-item {
        border-radius: 20px;
        overflow: hidden;
        background: #fbf9f9;
    }

    .dashboard-image img {
        width: 100%;
        display: block;
    }

    .dashboard-content {
        padding: 22px;
        flex-direction: column;
    }

    .dashboard-content h3 {
        margin-bottom: 10px;
    }








    @media (max-width: 991px) {
        .ind-intro {
            padding: 60px 0;
        }

        .ind-intro__grid {
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .ind-intro__title {
            font-size: 38px;
        }
    }

    @media (max-width: 560px) {
        .ind-intro__stats {
            grid-template-columns: 1fr;
        }

        .ind-intro__title {
            font-size: 30px;
        }
    }







    @media only screen and (min-width: 1201px) and (max-width: 1366px) {

        .site-header {
            padding-left: 30px;
            padding-right: 30px;
        }

        .hero-title {
            font-size: 74px;
        }

        .mission-header-grid {
            margin-bottom: 50px;
        }

        .steps-section {
            padding: 100px 0 0 0 !important;
        }

        .steps-intro p {
            max-width: 50%;
        }

        .mission-header-grid {
            margin-bottom: 50px;
        }

        .steps-cards-track {
            padding: 0 30px;
        }

        .services-section {
            padding: 100px 0;
        }

        .services-intro h2 {
            width: 65%;
        }

        .ecosystem-section {
            padding: 100px 0;
        }

        .service-card {
            height: auto;
        }


        .eco-card {
            height: auto;
            padding: 35px;
        }

        .spec-section {
            padding: 100px 0;
        }

        .spec-cta-card {
            width: 48%;
        }

        .spec-card {
            width: 23%;
        }

        .logo-track img {
            width: 192px;
            height: 80px;
        }

        .services-intro {
            margin-bottom: 60px;
        }

        .reviews-intro {
            margin-bottom: 20px;
        }

        .pilot-card {
            height: auto;
            padding: 50px;
        }

        .pilot-card-content {
            width: 50%;
        }

        .pilot-card-media {
            width: 50%;
        }

        .pilot-features {
            margin-bottom: 40px;
        }

        .review-text {
            max-width: 75%;
        }

        .news-section {
            padding: 0 0 100px 0;
        }

        .site-footer {
            padding: 100PX 0;
        }

        .footer-cta {
            padding-bottom: 60px;
        }

        .footer-main-title {
            font-size: 90px;
            margin: 0 0 30px 0;
        }

        .footer-grid {
            padding: 0 0 60px 0;
        }


        .footer-watermark {
            font-size: 180px;
            bottom: -60px;
        }



        .main-navigation>ul {
            gap: 1rem;
        }

        .btn-login {
            gap: 10px;
            font-size: 14px;
            padding: 0 25px;
        }

        .btn-orange-header {
            gap: 10px;
            padding: 0 20px;
            font-size: 14px;
        }

        .header-logo img,
        .header-logo .custom-logo {
            width: 270px;
        }

        .header-logo {
            flex: none;
        }

        .main-header {
            gap: 48px;
        }

        .demo-panel__inner {
            padding: 100px;
            height: 102vh;
        }

        .is-scrolled .header-logo img {
            width: 250px;
        }

        .about-community::before {
            bottom: 110px;
            right: 0;
        }

        .container {
            padding: 0 30px;
        }

        .contact-form {
            width: 50%;
        }

        .contact-text p {
            max-width: 100%;
        }

        .local-card {
            width: 50%;
        }

        .contact-inputs .forminator-button-submit::after {
            right: 200px;
        }

        .contact-inputs .forminator-ui .forminator-row .forminator-col-12 {
            padding: 0 !important;
            width: 100%;
        }

        .contact-inputs .forminator-ui .forminator-row .forminator-col .forminator-input {
            font-size: 15px !important;
        }

        .contact-inputs .forminator-ui .forminator-row .forminator-col .forminator-field .select2-selection .select2-selection__placeholder {
            font-size: 15px !important;
        }

        .contact-inputs .forminator-ui .forminator-row .forminator-col .forminator-textarea {
            font-size: 15px !important;
        }

        .contact-inputs .forminator-ui .forminator-row-last {
            display: inline-block !important;
        }

        .contact-inputs .forminator-ui .forminator-row-last .forminator-col {
            width: 100% !important;
        }

        .contact-inputs .forminator-ui .forminator-row {
            gap: 16px;
            margin-bottom: 16px !important;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .forminator-ui.forminator-custom-form[data-grid=open] .forminator-col:not(:last-child) {
            margin-bottom: 0 !important;
            width: 50%;
        }

        .contact-inputs .forminator-ui .forminator-row .forminator-col {
            padding: 0 !important;
            width: 50%;
        }

        .contact-inputs .forminator-ui .forminator-row .forminator-col-12 {
            padding: 0 !important;
            width: 100%;
        }





    }

    @media only screen and (min-width: 1025px) and (max-width: 1200px) {

        .site-header {
            padding-left: 30px;
            padding-right: 30px;
        }

        .pilot-section::before,
        .about-community::before {
            width: 400px;
            height: 400px;
        }

        .btn-login {
            display: none;
        }

        .contact-main {
            gap: 50px;
        }

        .faq-section {
            padding: 100px 0 0 0 !important;
        }

        .about-stats {
            height: 200px;
        }

        .about-hero__title {
            font-size: 42px;
        }

        .hero-title {
            font-size: 74px;
        }

        .mission-section {
            padding: 100px 0 0 0;
        }

        h2 {
            font-size: 48px;
        }

        .mission-header-grid {
            margin-bottom: 50px;
        }

        .steps-section {
            padding: 100px 0 0 0 !important;
        }

        .steps-intro p {
            max-width: 50%;
        }

        .mission-header-grid {
            margin-bottom: 50px;
        }

        .steps-cards-track {
            padding: 0 30px;
        }

        .services-section {
            padding: 100px 0;
        }

        .services-intro h2 {
            width: 65%;
        }

        .ecosystem-section {
            padding: 100px 0;
        }

        .service-card {
            height: auto;
        }


        .eco-card {
            height: auto;
            padding: 35px;
        }

        .spec-section {
            padding: 100px 0;
        }

        .spec-cta-card {
            width: 48%;
        }

        .spec-card {
            width: 23%;
        }

        .logo-track img {
            width: 192px;
            height: 80px;
        }

        .services-intro {
            margin-bottom: 60px;
        }

        .reviews-intro {
            margin-bottom: 20px;
        }

        .pilot-card {
            height: auto;
            padding: 50px;
        }

        .pilot-card-content {
            width: 50%;
        }

        .pilot-card-media {
            width: 50%;
        }

        .pilot-features {
            margin-bottom: 40px;
        }

        .review-text {
            max-width: 75%;
        }

        .news-section {
            padding: 0 0 100px 0;
        }

        .site-footer {
            padding: 100PX 0;
        }

        .footer-cta {
            padding-bottom: 60px;
        }

        .footer-main-title {
            font-size: 90px;
            margin: 0 0 30px 0;
        }

        .footer-grid {
            padding: 0 0 60px 0;
        }


        .footer-watermark {
            font-size: 180px;
            bottom: -60px;
        }


        .main-navigation>ul {
            gap: 1rem;
        }

        .btn-orange-header {
            gap: 10px;
            height: 50px;
            padding: 0 10px;
            font-size: 14px;
        }

        .demo-panel__title {
            font-size: 48px;
        }

        .demo-panel__inner {
            padding: 100px;
            height: 100vh;
        }

        .main-header {
            gap: 40px;
        }

        .header-logo img,
        .header-logo .custom-logo {
            width: 250px;
        }

        .header-actions {
            flex: none;
        }

        .header-logo {
            flex: none;
        }

        .is-scrolled .header-logo img {
            width: 250px;
        }

        .about-community::before {
            bottom: 110px;
            right: 0;
        }

        .about-intro {
            padding: 100px 0;
        }

        .about-main-line {
            padding: 100px 0;
        }

        .about-community {
            padding: 100px 0 0 0;
        }

        .pilot-section {
            padding: 100px 0;
        }

        .about-stat h3 {
            font-size: 52px;
        }

        .container {
            padding: 0 30px;
        }

        .about-hero {
            padding: 170px 0 0 0;
            height: 460px;
        }

        .ind-stat {
            width: 47%;
            padding: 28px;
        }

        .industry-section {
            padding: 100px 0 !important;
        }


        .industry-left,
        .industry-right {
            padding: 35px;
        }

        .contect-section {
            width: 100%;
            padding: 100px 0;
        }

        .contact-form {
            width: 50%;
        }

        .contact-text p {
            margin-bottom: 32px;
            max-width: 100%;
        }

        .Local-main {
            padding: 100px 0;
        }

        .local-card {
            width: 50%;
            padding: 30px;
        }

        .Local-info-box {
            gap: 50px;
        }

        .local-card {
            width: 50%;
            padding: 30px;
        }


        .contact-inputs .forminator-ui .forminator-row .forminator-col-12 {
            padding: 0 !important;
            width: 100%;
        }

        .contact-inputs .forminator-ui .forminator-row .forminator-col .forminator-input {
            font-size: 14px !important;
        }

        .contact-inputs .forminator-ui .forminator-row .forminator-col .forminator-field .select2-selection .select2-selection__placeholder {
            font-size: 14px !important;
        }

        .contact-inputs .forminator-ui .forminator-row .forminator-col .forminator-textarea {
            font-size: 14px !important;
        }

        .contact-inputs .forminator-ui .forminator-row-last {
            display: inline-block !important;
        }

        .contact-inputs .forminator-ui .forminator-row-last .forminator-col {
            width: 100% !important;
        }

        .contact-inputs .forminator-ui .forminator-row {
            gap: 16px;
            margin-bottom: 16px !important;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .forminator-ui.forminator-custom-form[data-grid=open] .forminator-col:not(:last-child) {
            margin-bottom: 0 !important;
            width: 50%;
        }

        .contact-inputs .forminator-ui .forminator-row .forminator-col {
            padding: 0 !important;
            width: 50%;
        }

        .contact-inputs .forminator-ui .forminator-row .forminator-col-12 {
            padding: 0 !important;
            width: 100%;
        }

        .contact-form {
            padding: 35px;
        }










    }

    @media only screen and (min-width: 992px) and (max-width: 1024px) {

        /* home page start */
        h2 {
            font-size: 42px;
        }

        .header-logo img,
        .header-logo .custom-logo {
            max-height: 56px;
            width: 200px;
        }

        .Local-info-box {
            gap: 50px;
            width: 100%;
        }

        .about-hero__title {
            font-size: 38px;
        }

        .contact-inputs .forminator-button-submit::after {
            right: 130px;
        }

        .contact-inputs .forminator-ui .forminator-row {
            gap: 16px;
            margin-bottom: 16px !important;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .forminator-ui.forminator-custom-form[data-grid=open] .forminator-col:not(:last-child) {
            margin-bottom: 0 !important;
            width: 50%;
        }

        .contact-inputs .forminator-ui .forminator-row .forminator-col {
            padding: 0 !important;
            width: 50%;
        }

        .industry-left a {
            width: 100% !important;
        }

        .about-intro {
            padding: 64px 0;
        }

        .hero-section {
            padding-top: 150px
        }

        .pilot-section::before,
        .about-community::before {
            width: 350px;
            height: 350px;
        }


        .section-eyebrow {
            font-size: 16px;

        }

        .faq-section {
            padding: 64px 0 0 0 !important;
        }

        .faq-question {
            padding: 20px !important;
        }

        .faq-item.active .faq-answer {
            padding: 0 20px 20px;
        }

        .about-stats {
            height: 180px;
        }

        .about-stat h3 {
            font-size: 50px;
        }

        .about-community {
            padding: 64px 0 0 0;
        }

        .about-main-line {
            padding: 64px 0;
            gap: 50px;
        }

        .mission-header-grid {
            gap: 20px;
        }

        .mission-title {
            text-align: center;
            max-width: 50%;
        }

        .steps-section {
            padding: 0 0 64px;
            height: auto !important;
        }

        .steps-intro {
            margin-bottom: 40px;
        }

        .card-inner-flex {
            width: 100%;
            height: auto;
            padding: 30px;
        }

        .steps-card {
            padding: 0 20px;

        }

        .hero-title {
            font-size: 64px;
        }

        .mission-image-wrapper {
            width: 100%;
            height: 650px;
            margin-top: 40px;

        }

        .mission-main-img {
            width: 100%;
            height: 100% !important;
        }



        .btn-orange {
            font-size: 14px;

        }

        .hero-image img {
            width: 100%;
        }

        .mission-content-area {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .logo-strip {
            padding: 24px;
        }

        .logo-track {
            gap: 50px;
        }

        .logo-track img {
            width: 100%;
            height: 80px;
        }

        .mission-section {
            padding: 64px 0;

        }

        h3 {
            font-size: 18px;

        }

        .news-card-content p {
            margin-bottom: 20px;
            max-width: 100%;
        }

        .btn-know-more-large {
            font-size: 16px;
        }



        .mission-header-grid {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
            margin-bottom: 0px;
            flex-direction: column;
        }

        .mission-title-area {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .mission-content-area p {
            margin-bottom: 20px;
            text-align: center;
            max-width: 70%;
        }

        .steps-intro h2 {
            max-width: 50% !important;
        }

        .steps-intro p {
            max-width: 50%;
            margin: 0 auto;
        }

        .steps-tabs-wrapper {
            margin: 0 auto 40px auto;
        }

        .services-section {
            padding: 0 0 64px 0;
            text-align: center;
        }

        .services-intro {
            margin-bottom: 40px;

        }

        .services-grid {
            gap: 30px;
            width: 100%;
            flex-wrap: wrap;
            justify-content: center;
        }

        .service-card {
            width: 48%;
            height: 180px;
            padding: 15px;

        }

        .card-top {
            margin-bottom: 70px;
        }

        .card-bottom h3 {
            margin-bottom: 0;
            font-size: 18px;
        }

        .services-intro h2 {
            width: 70%;
        }

        .services-intro p {
            width: 60%;
        }

        .service-icon {
            width: 40px;
            height: 40px;
        }

        .ecosystem-section {
            padding: 64px 0;
        }

        .ecosystem-intro {
            margin-bottom: 40px;
        }

        .ecosystem-intro h2 {
            max-width: 50%;
        }

        .ecosystem-grid {
            gap: 40px;
            display: flex;
            flex-direction: row;
        }

        .eco-card {
            height: auto;
            padding: 30px;
            width: 50%;
        }

        .eco-card-header p {
            font-size: 16px;
            max-width: 100%;
        }

        .eco-illustration {
            max-width: 150px;
        }

        .spec-section {
            padding: 64px 0;
        }

        .spec-intro h2 {
            margin-bottom: 20px;
            max-width: 50%;
        }

        .spec-intro p {
            margin-bottom: 40px;
            max-width: 60%;
        }

        .spec-card {
            width: 48%;
            height: 180px;
            padding: 15px;

        }

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

        .spec-card h3 {
            font-size: 18px;
        }

        .spec-cta-card {
            width: 48%;
            height: 180px;
            padding: 15px;
            display: none;
        }

        .review-text {
            max-width: 80%;
            margin: 0 auto 40px !important;
            font-size: 16px;
            line-height: 1.6;
            color: #3A4A62;

        }

        .news-card-content {
            padding: 30px;
        }

        .cta-content {
            display: flex;
            justify-content: space-between;
            width: 100%;
            gap: 10px;
            flex-direction: column;
        }

        .cta-action {
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
            width: 100%;
        }

        .cta-action p {
            max-width: 100%;
            font-size: 14px;
        }

        .reviews-section {
            padding: 64px 0;
        }

        .reviews-intro h2 {
            max-width: 60%;
            margin-top: 0;
            text-align: center;
        }

        .pilot-section {
            padding: 64px 0;
        }

        .pilot-card {
            padding: 40px;
            flex-direction: row;
            height: auto;
            align-items: center;
        }

        .pilot-card-content {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
        }

        .pilot-title {
            font-size: 42px;
            margin-bottom: 20px;
        }

        .pilot-desc {
            color: #FFFFFF;
            margin-bottom: 30px;
            max-width: 90%;
            text-align: start;
        }

        .pilot-features {
            gap: 10px;
            margin-bottom: 30px;
            display: flex;
            flex-direction: column;
        }

        .pilot-card-media img {
            height: auto;
            width: 100%;
            object-fit: contain;
        }

        .news-section {
            padding: 0 0 64px;
        }

        .news-intro h2 {
            margin-bottom: 40px;
            max-width: 50%;
        }

        .news-grid {
            display: flex;
            justify-content: space-between;
            gap: 30px;
        }

        .news-card {
            width: 33.33%;
        }

        .hover-text {
            font-size: 16px !important;
        }

        .steps-tabs {
            display: flex;
            justify-content: space-between;
            position: relative;
            padding-bottom: 25px;
            flex-direction: row;
        }

        .site-header {
            padding-left: 20px;
            padding-right: 20px;
        }

        .main-header {
            margin: 0 auto;
            min-height: 70px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .btn-login {
            display: none;
        }

        .main-navigation>ul {
            gap: 1rem;
        }

        .header-logo {
            flex: none;
        }

        .main-navigation a {
            font-size: 12px;
            letter-spacing: 3%;
        }

        .header-actions {
            flex: none;
        }

        .btn-orange-header {
            gap: 10px;
            height: 40px;
            border-radius: 5px;
            font-size: 12px;
            letter-spacing: 5%;
        }




        .spec-grid {
            justify-content: center;
        }

        .site-footer {
            padding: 64px 0;
        }

        .footer-main-title {
            font-size: 72px !important;
            margin-bottom: 30px;
        }

        .footer-cta {
            text-align: center;
            padding-bottom: 50px;
        }

        .footer-grid {
            padding: 0 0 50px 0;
        }

        .footer-watermark {
            font-size: 150px;
            bottom: -75px;
        }

        .reviews-intro {
            margin-bottom: 20px;
        }

        .about-community::before {
            bottom: 190px;
            right: 0;
        }

        .about-hero {
            padding-top: 150px;
            height: 400px;
        }

        .industry-section {
            padding: 64px 0 !important;
        }

        .ind-intro {
            padding: 64px 0;
        }

        .ind-stat {
            width: 47%;
            padding: 22px;
        }

        .industry-left,
        .industry-right {
            padding: 35px !important;
        }

        .contect-section {
            padding: 64px 0;
        }

        .contact-form {
            width: 50%;
            padding: 30px;
        }

        .contact-text p {
            margin-bottom: 20px;
            max-width: 100%;
        }

        .contact-main {
            gap: 46px;
            align-items: flex-start;
            justify-content: center;
        }

        .contact-inputs .forminator-ui .forminator-row .forminator-col-12 {
            padding: 0 !important;
            width: 100%;
        }

        .contact-inputs .forminator-ui .forminator-row .forminator-col .forminator-input {
            font-size: 12px !important;
        }

        .contact-inputs .forminator-ui .forminator-row .forminator-col .forminator-field .select2-selection .select2-selection__placeholder {
            font-size: 12px !important;
        }

        .contact-inputs .forminator-ui .forminator-row .forminator-col .forminator-textarea {
            font-size: 12px !important;
        }

        .contact-inputs .forminator-ui .forminator-row-last {
            display: inline-block !important;
        }

        .contact-inputs .forminator-ui .forminator-row-last .forminator-col {
            width: 100% !important;
        }

        .contact-text {
            width: 50%;
        }

        .Local-main {
            padding: 64px 0;
        }

        .Local-text h2 {
            max-width: 100%;
        }

        .Local-text {
            margin-bottom: 30px;
        }

        .local-card {
            width: 50%;
            padding: 30px;
        }



        /* home page end */

    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {

        /* home page start */
        h2 {
            font-size: 38px !important;
        }

        .contect-section {
            padding: 64px 0;
        }

        .contact-text {
            width: 50%;
            padding: 30px;
        }

        .contact-inputs .forminator-button-submit::after {
            right: 125px;
        }

        .Local-main {
            padding: 64px 0;
        }

        .Local-text {
            margin-bottom: 40px;
        }

        .Local-text h2 {
            max-width: 70%;
        }

        .contact-form {
            width: 50%;
            padding: 28px;
        }

        .Local-info-box {
            gap: 40px;
            width: 100%;
        }

        .local-card {
            width: 50%;
            padding: 30px;
        }

        .contact-text p {
            margin-bottom: 20px;
            max-width: 100%;
        }

        .industry-left a {
            width: 70% !important;
        }

        .faq-answer p {
            font-size: 16px !important;
        }

        .about-hero {
            padding-top: 120px;
            height: 350px;
        }

        .industry-section {
            padding: 64px 0 !important;
        }

        .industry-left h3 {
            font-size: 26px;
        }

        .faq-section {
            padding: 64px 0 0 0 !important;
        }

        .faq-question {
            padding: 18px !important;
        }

        .faq-item.active .faq-answer {
            padding: 0 18px 18px 18px !important;
        }

        .nav-toggle {
            background: none;
            border: none;
        }

        .menu-link-wrapper .letter::before {
            display: none;
        }

        .menu-link-wrapper .letter {
            transform: none !important;
        }


        .about-intro {
            padding: 64px 0;
        }

        .pilot-section::before,
        .about-community::before {
            width: 300px;
            height: 300px;
        }

        .about-community {
            padding: 64px 0 0 0;
        }

        .about-community__intro {
            margin-bottom: 40px;
        }

        .about-hero__title {
            font-size: 34px;
        }

        .about-main-line {
            padding: 64px 0;
            gap: 50px;
        }

        .community-card {
            width: 33.33%;
            padding: 30px;
            height: 300px;
        }

        .about-community__grid {
            display: flex;
        }

        .reviews-intro {
            margin-bottom: 20px;
        }

        .about-stats {
            height: auto;
            padding: 40px 0;
        }

        .about-stat h3 {
            font-size: 44px;
        }

        .footer-main-title {
            font-size: 58px !important;
            margin-bottom: 30px;
        }

        .footer-cta {
            text-align: center;
            padding-bottom: 40px;
        }

        .footer-col h3 {
            font-size: 20px;
        }

        .footer-grid {
            padding: 0 0 40px 0;
        }

        .site-footer {
            padding: 64px 0;
        }

        .mission-title {
            text-align: center;
            max-width: 50%;
        }

        .steps-intro {
            margin-bottom: 30px;
        }

        .card-inner-flex {
            width: 100%;
            height: auto;
            padding: 30px;
        }

        .steps-card {
            padding: 0 20px;

        }

        .steps-section {
            padding: 0px;
        }

        .hero-section {
            padding-top: 100px
        }

        .mission-image-wrapper {
            width: 100%;
            height: 600px;
            margin-top: 40px;

        }

        .mission-main-img {
            width: 100%;
            height: 100% !important;
        }

        .footer-watermark {
            font-size: 145px;
            bottom: -60px;
        }

        .tab-item h3 {
            font-size: 20px;
        }


        .section-eyebrow {
            font-size: 16px;

        }

        .hero-title {
            font-size: 52px;
        }



        .btn-orange {
            font-size: 14px;

        }

        .hero-image img {
            width: 100%;
        }

        .mission-content-area {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .logo-strip {
            padding: 24px 0;
        }

        .logo-track {
            gap: 50px;
        }

        .logo-track img {
            width: 100%;
            height: 80px;
        }

        .mission-section {
            padding: 64px 0;

        }

        h3 {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 18px;
            font-weight: 700;
            line-height: 130%;
            letter-spacing: 0;
            /* text-transform: capitalize; */
            margin: 0;
            color: #1E253D;

        }

        .news-card-content p {
            margin-bottom: 20px;
            max-width: 100%;
        }

        .btn-know-more-large {
            font-size: 16px;
        }



        .mission-header-grid {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
            margin-bottom: 0px;
            flex-direction: column;
        }

        .mission-title-area {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .mission-content-area p {
            margin-bottom: 30px;
            text-align: center;
            max-width: 61%;
        }

        .steps-intro h2 {
            max-width: 60%;
        }

        .steps-intro p {
            max-width: 50%;
            margin: 0 auto;
        }

        .steps-tabs-wrapper {
            margin: 0 auto 40px auto;
        }

        .services-section {
            padding: 64px 0;
            text-align: center;
        }

        .services-intro {
            margin-bottom: 40px;

        }

        .services-grid {
            gap: 30px;
            width: 100%;
            flex-wrap: wrap;
            justify-content: center;
        }

        .service-card {
            width: 48%;
            height: 180px;
            padding: 15px;

        }

        .card-top {
            margin-bottom: 70px;
        }

        .card-bottom h3 {
            margin-bottom: 0;
            font-size: 18px;
        }

        .services-intro h2 {
            width: 80%;
        }

        .services-intro p {
            width: 60%;
        }

        .service-icon {
            width: 40px;
            height: 40px;
        }

        .ecosystem-section {
            padding: 64px 0;
        }

        .ecosystem-intro {
            margin-bottom: 40px;
        }

        .ecosystem-intro h2 {
            max-width: 60%;
        }

        .ecosystem-grid {
            gap: 40px;
            display: flex;
            flex-direction: row;
        }

        .eco-card {
            height: auto;
            padding: 30px;
            width: 50%;
        }

        .eco-card-header p {
            font-size: 16px;
            max-width: 100%;
        }

        .eco-illustration {
            max-width: 150px;
        }

        .spec-section {
            padding: 64px 0;
        }

        .spec-intro h2 {
            margin-bottom: 20px;
            max-width: 60%;
        }

        .spec-intro p {
            margin-bottom: 40px;
            max-width: 60%;
        }

        .spec-card {
            width: 48%;
            height: 180px;
            padding: 15px;

        }

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

        .spec-card h3 {
            font-size: 18px;
        }

        .spec-cta-card {
            width: 48%;
            height: 180px;
            padding: 15px;
            display: none;
        }

        .review-text {
            max-width: 80%;
            margin: 0 auto 40px !important;
            font-size: 16px;
            line-height: 1.6;
            color: #3A4A62;
        }

        .news-card-content {
            padding: 30px;
        }

        .cta-content {
            display: flex;
            justify-content: space-between;
            width: 100%;
            gap: 10px;
            flex-direction: column;
        }

        .cta-action {
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
            width: 100%;
        }

        .cta-action p {
            max-width: 100%;
            font-size: 14px;
        }

        .reviews-section {
            padding: 64px 0;
        }

        .reviews-intro h2 {
            max-width: 70%;
            margin-top: 0;
            text-align: center;
        }

        .pilot-section {
            padding: 64px 0;
        }

        .pilot-card {
            padding: 30px;
            flex-direction: row;
            height: auto;
            align-items: center;
        }

        .pilot-card-content {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
        }

        .pilot-title {
            font-size: 32px;
            margin-bottom: 20px;
        }

        .pilot-desc {
            color: #FFFFFF;
            margin-bottom: 30px;
            max-width: 80%;
            text-align: start;
        }

        .pilot-features {
            gap: 10px;
            margin-bottom: 30px;
            display: flex;
            flex-direction: column;
        }

        .pilot-card-media img {
            height: auto;
            width: 100%;
            object-fit: contain;
        }

        .news-section {
            padding: 0 0 64px;
        }

        .news-intro h2 {
            margin-bottom: 40px;
            max-width: 50%;
        }

        .news-grid {
            display: flex;
            justify-content: space-between;
            gap: 30px;
        }

        .news-card {
            width: 33.33%;
        }

        .hover-text {
            font-size: 16px !important;
        }

        .steps-tabs {
            display: flex;
            justify-content: space-between;
            position: relative;
            padding-bottom: 25px;
            flex-direction: row;
        }

        .site-header {
            padding-left: 20px;
            padding-right: 20px;
        }

        .main-header {
            margin: 0 auto;
            min-height: 70px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .header-logo img,
        .header-logo .custom-logo {
            max-height: 56px;
            width: 180px;
            display: block;
        }

        .header-actions {
            display: none;
        }




        .spec-grid {
            justify-content: center;
        }

        /* home page end */

        .ind-intro__content {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .ind-intro__content h2 {
            max-width: 50%;
        }

        .ind-intro__content p {
            text-align: center;
            max-width: 70% !important;
        }

        .industry-section {
            padding: 64px 0;
        }


        .contact-inputs .forminator-ui .forminator-row .forminator-col-12 {
            padding: 0 !important;
            width: 100%;
        }

        .contact-inputs .forminator-ui .forminator-row .forminator-col .forminator-input {
            font-size: 12px !important;
        }

        .contact-inputs .forminator-ui .forminator-row .forminator-col .forminator-field .select2-selection .select2-selection__placeholder {
            font-size: 12px !important;
        }

        .contact-inputs .forminator-ui .forminator-row .forminator-col .forminator-textarea {
            font-size: 12px !important;
        }

        .contact-inputs .forminator-ui .forminator-row-last {
            display: inline-block !important;
        }

        .contact-inputs .forminator-ui .forminator-row-last .forminator-col {
            width: 100% !important;
        }

        .contact-inputs .forminator-ui .forminator-row {
            gap: 16px;
            margin-bottom: 16px !important;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .forminator-ui.forminator-custom-form[data-grid=open] .forminator-col:not(:last-child) {
            margin-bottom: 0 !important;
            width: 50%;
        }

        .contact-inputs .forminator-ui .forminator-row .forminator-col {
            padding: 0 !important;
            width: 50%;
        }

        .contact-inputs .forminator-ui .forminator-row .forminator-col-12 {
            padding: 0 !important;
            width: 100%;
        }

        .author-info h3 {
            font-size: 16px;
        }

        .author-info h4 {
            font-size: 14px;
        }

        .author-img {
            width: 50px;
            height: 50px;
        }








    }

    @media only screen and (max-width: 767px) {

        /* home page start */
        h2 {
            font-size: 30px;
            text-align: center;
        }

        .tab-item {
            width: 33%;
        }

        .author-img {
            width: 50px;
            height: 50px;
        }


        .steps-tabs {
            flex-direction: row !important;
            gap: 9px;
        }


        .nav-toggle {
            background: none;
            border: none;
        }

        .menu-link-wrapper .letter::before {
            display: none;
        }

        .contact-inputs .forminator-button-submit::after {
            right: 95px;
        }

        .menu-link-wrapper .letter {
            transform: none !important;
        }

        .Local-main {
            padding: 64px 0;
        }

        .Local-text h2 {
            max-width: 100%;
            text-align: start;
            font-size: 28px;
        }

        .Local-info-box {
            flex-direction: column;
            gap: 30px;
        }

        .local-card {
            width: 100%;
            padding: 25px;
        }


        .reviews-intro {
            margin-bottom: 20px;
        }

        .pilot-section::before,
        .about-community::before {
            width: 350px;
            height: 350px;
        }

        .about-community::before {
            bottom: 700px;
            right: 0px;
        }


        .eco-card-header h3 {
            color: #FFFFFF;
            font-size: 26px;
            margin-bottom: 10px;
        }

        .mission-title {
            text-align: center;
        }

        .about-hero {
            padding-top: 120px;
            height: 350px;
        }

        .hero-section {
            padding-top: 100px
        }

        .footer-main-title {
            margin: 0 0 30px 0;
        }

        .tab-item h3 {
            font-size: 18px;
            gap: 5px;
        }

        .author-info h3 {
            font-size: 16px;
        }

        .author-info h4 {
            font-size: 14px;
        }

        .section-eyebrow {
            font-size: 15px;

        }



        .footer-col h3 {
            font-size: 20px;
        }

        .mission-main-img {
            width: 100%;
            height: 100% !important;
        }

        .mission-image-wrapper {
            width: 100%;
            margin-top: 40px;
            height: 600px;

        }

        .hero-title {
            font-size: 41px;
        }

        .steps-intro p {
            max-width: 100%;
            margin: 0 auto;
        }

        .steps-intro {
            margin-bottom: 30px;
        }

        .steps-card {
            padding: 0 20px;

        }

        .steps-card-media img {
            height: 250px;
            width: 100%;
            object-fit: contain;
        }

        .steps-card-media {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .steps-card-content {
            width: 100%;
            height: auto;
        }

        .bg-step-number {
            font-size: 100px;
            margin-top: 40px;
        }

        .card-inner-flex {
            width: 100%;
            height: auto;
            padding: 30px;
            gap: 30px;
            flex-direction: column;
        }


        .btn-orange {
            font-size: 14px;

        }

        .hero-image img {
            width: 100%;
        }

        .mission-content-area {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .steps-section {
            margin: 0px;
            max-width: 100% !important;
            width: 100% !important;
            max-height: 100% !important;
            height: 100% !important;
            padding: 0 0 64px 0px !important;
            ;
            transform: translate(0px, 0px);
        }

        .logo-strip {
            padding: 24px 0;
        }

        .logo-track {
            gap: 50px;
        }

        .logo-track img {
            width: 100%;
            height: 80px;
        }

        .mission-section {
            padding: 64px 0;

        }

        h3 {
            font-size: 18px;

        }

        .news-card-content p {
            margin-bottom: 20px;
            max-width: 100%;
        }

        .btn-know-more-large {
            font-size: 16px;
        }



        .mission-header-grid {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 30px;
            margin-bottom: 0px;
            flex-direction: column;
        }

        .mission-title-area {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .mission-content-area p {
            margin-bottom: 30px;
            text-align: center;
        }

        .steps-intro h2 {
            max-width: 100%;
        }

        .steps-tabs-wrapper {
            margin: 0 auto 40px auto;
        }

        .services-section {
            padding: 0 0 64px 0;
            text-align: center;
        }

        .services-intro {
            margin-bottom: 40px;

        }

        .services-grid {
            gap: 26px;
            width: 100%;
            flex-wrap: wrap;
            justify-content: center;
        }

        .service-card {
            width: 46%;
            height: 250px;
            padding: 15px;

        }

        .card-top {
            margin-bottom: 70px;
        }

        .card-bottom h3 {
            margin-bottom: 0;
            font-size: 18px;
        }

        .services-intro h2 {
            width: 100%;
        }

        .services-intro p {
            width: 100%;
        }

        .service-icon {
            width: 40px;
            height: 40px;
        }

        .ecosystem-section {
            padding: 64px 0;
        }

        .ecosystem-intro {
            margin-bottom: 40px;
        }

        .ecosystem-intro h2 {
            max-width: 100%;
        }

        .ecosystem-grid {
            gap: 40px;
            display: flex;
            flex-direction: column;
        }

        .eco-card {
            height: auto;
            padding: 30px;
            width: 100%;
        }

        .eco-card-header p {
            font-size: 16px;
            max-width: 100%;
        }

        .eco-illustration {
            max-width: 150px;
        }

        .spec-section {
            padding: 64px 0;
        }

        .spec-intro h2 {
            margin-bottom: 20px;
            max-width: 100%;
        }

        .spec-intro p {
            margin-bottom: 40px;
            max-width: 100%;
        }

        .spec-card {
            width: 46%;
            height: 180px;
            padding: 15px;

        }

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

        .spec-card h3 {
            font-size: 18px;
        }

        .spec-cta-card {
            width: 46%;
            height: 180px;
            padding: 15px;
            display: none;
        }

        .review-text {
            max-width: 100%;
            margin: 0 auto 40px !important;
            font-size: 16px;
            line-height: 1.6;
            color: #3A4A62;
        }

        .news-card-content {
            padding: 30px;
        }

        .cta-content {
            display: flex;
            justify-content: space-between;
            width: 100%;
            gap: 10px;
            flex-direction: column;
        }

        .cta-action {
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
            width: 100%;
        }

        .cta-action p {
            max-width: 100%;
            font-size: 14px;
        }

        .reviews-section {
            padding: 64px 0;
        }

        .reviews-intro h2 {
            max-width: 100%;
            margin-top: 0;
            text-align: center;
        }

        .pilot-section {
            padding: 64px 0;
        }

        .pilot-card {
            padding: 30px;
            flex-direction: column;
            height: auto;
            align-items: center;
        }

        .pilot-card-content {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-bottom: 50px;
        }

        .pilot-title {
            font-size: 32px;
            margin-bottom: 20px;
        }

        .pilot-desc {
            color: #FFFFFF;
            margin-bottom: 30px;
            max-width: 100%;
            text-align: center;
        }

        .pilot-features {
            gap: 10px;
            margin-bottom: 30px;
            display: flex;
            flex-direction: column;
        }

        .pilot-card-media img {
            height: auto;
            width: 100%;
            object-fit: contain;
        }

        .news-section {
            padding: 0 0 64px;
        }

        .news-intro h2 {
            margin-bottom: 40px;
            max-width: 100%;
        }

        .news-grid {
            display: flex;
            justify-content: space-between;
            gap: 30px;
            flex-wrap: wrap;
        }

        .news-card {
            width: 100%;
        }

        .hover-text {
            font-size: 10px !important;
        }

        .steps-tabs {
            display: flex;
            justify-content: space-between;
            position: relative;
            padding-bottom: 25px;
            flex-direction: column;
        }

        .site-header {
            padding-left: 20px;
            padding-right: 20px;
        }

        .main-header {
            margin: 0 auto;
            min-height: 70px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .header-logo img,
        .header-logo .custom-logo {
            max-height: 56px;
            width: 160px;
            display: block;
        }

        .header-actions {
            display: none;
        }

        .spec-grid {
            justify-content: center;
            gap: 26px;

        }

        .footer-main-title {
            text-align: start;
            font-size: 32px;
        }

        .footer-cta {
            text-align: start;
            padding-bottom: 40px;
        }

        .footer-grid {
            gap: 1.5rem;
            padding: 0 0 30px 0;
            flex-direction: column;

        }

        .site-footer {
            padding: 64px 0;
        }

        .footer-watermark {
            font-size: 63px;
            bottom: 0;
        }




        /* Second column */
        .footer-col:nth-child(2) {
            flex: 1 1 188px;
        }

        /* Third column */
        .footer-col:nth-child(3) {
            flex: 1 1 110px;

        }

        /* Third column */
        .footer-col:nth-child(4) {
            flex: 1 1 160px;

        }


        /* home page end */



        /* about page  */

        .about-intro {
            padding: 64px 0;
        }

        .about-intro__grid {
            flex-direction: column;
        }



        .about-intro__right {
            width: 100%;
        }

        .about-intro__left {
            width: 100%;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            display: flex;
        }

        .about-intro__grid,
        .about-feature__grid,
        .about-community__grid {
            gap: 40px;
        }

        .about-intro__right p {
            text-align: center;
        }

        .about-main-line {
            padding: 64px 0;
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        .about-feature__grid {
            display: flex;
            gap: 75px;
            align-items: center;
            margin: 0 0 70px;
            flex-direction: column;
        }

        .about-feature__content {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .about-feature__media {
            width: 100%;
        }

        .about-feature__content p {
            text-align: center;
        }

        .about-stats__grid {
            width: 100%;
            flex-wrap: wrap;
            padding: 40px 0;
        }

        .about-stat h3 {
            font-size: 32px;
        }

        .about-stat {
            border-bottom: 0.5px solid #ffffff26;
            padding-bottom: 30px;
            width: 100%;

        }

        .about-stats {
            height: auto;
        }

        .about-community {
            padding: 64px 0 0 0;
        }

        .about-community__intro {
            margin-bottom: 40px;
        }

        .community-card {
            padding: 20px;
            height: 260px;
        }

        .community-card h3 {
            font-size: 18px;
        }

        .about-community__intro {
            margin-bottom: 40px;
        }

        .about-hero__title {
            font-size: 32px;
        }

        .tab {
            width: auto;
            text-align: center;
        }

        .industry-section {
            padding: 64px 0;
        }

        .industry-text h2 {
            max-width: 100% !important;
        }

        .industry-left {
            width: 100% !important;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
        }

        .industry-left,
        .industry-right {
            padding: 25px !important;
        }

        .industry-right {
            width: 100% !important;
        }

        .industry-left a {
            width: 100% !important;
        }

        .industry-section {
            padding: 64px 0;
        }

        .ind-intro__content {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .ind-intro__lead {
            margin: 0 0 18px;
            max-width: 100%;
            text-align: center;
        }

        .ind-intro__note {
            max-width: 100%;
            text-align: center;
        }



        .section-top h2 {
            font-size: 30px;
            margin-bottom: 30px;
        }

        .industry-tabs {
            gap: 10px;
        }


        .industry-left,
        .industry-right {
            padding: 25px;
        }

        .industry-left h3 {
            font-size: 28px;
        }

        .stats-card h3 {
            font-size: 34px;
        }

        .ind-stat {
            width: 47%;
            padding: 18px;
        }

        .ind-stat__num {
            font-size: 30px;
        }

        .ind-stat__label {
            font-size: 12px;
        }

        .faq-section {
            padding: 64px 0 0 0 !important;
        }

        .faq-question {
            padding: 15px !important;
        }

        .faq-item.active .faq-answer {
            padding: 0 15px 15px 15px !important;
        }

        .faq-answer p {
            font-size: 16px !important;
        }

        .faq-question span::before,
        .faq-question span::after {
            font-size: 28px;
        }

        .contect-section {
            padding: 64px 0;
        }

        .contact-main {
            justify-content: center;
            flex-direction: column !important;
        }

        .contact-text {
            width: 100% !important;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-star
        }

        .contact-text h2 {
            text-align: start;
        }

        .contact-text p {
            margin-bottom: 20px;
            max-width: 100%;
        }

        .contact-form {
            padding: 30px !important;
            width: 100% !important;
        }

        .Local-text {
            margin-bottom: 30px;
        }








    }







    .industry-section {
        padding: 120px 0 0 0;
    }

    .sub-title {
        display: block;
        font-size: 12px;
        letter-spacing: 2px;
        color: #26c6da;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 15px;
    }


    /* ==========================
   TABS
========================== */

    .industry-tabs {
        display: flex;
        flex-wrap: nowrap;
        gap: 12px;
        margin-bottom: 28px;
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        cursor: grab;
    }

    .industry-tabs::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    .industry-tabs.tvxind-dragging {
        cursor: grabbing;
        scroll-behavior: auto;
        user-select: none;
    }

    .tab {
        display: inline-flex;
        flex: 0 0 auto;
        white-space: nowrap;
        align-items: center;
        gap: 8px;
        padding: 0 24px;
        border-radius: 999px;
        cursor: pointer;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 16px;
        font-weight: 700;
        border: 1px solid rgba(9, 23, 46, 0.14);
        background: transparent;
        color: #7a8ca0;
        transition: 0.2s;
        height: 40px;
        width: auto;
        justify-content: center;

    }

    /* ==========================
   TAB 1 - Manufacturing
========================== */


    .tab.active {
        background: rgba(142, 212, 244, 0.1);
        color: rgb(0, 196, 224);
        border-color: rgb(0, 196, 224);
    }

    /* ==========================
   TAB CONTENT
========================== */

    .tab-content {
        display: none;
        animation: fadeIn .35s ease;
    }

    .tab-content.active {
        display: block;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(15px);
        }

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

    .industry-text {
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .industry-text h2 {
        max-width: 50%;
        text-align: center;
    }

    /* ==========================
   CARD
========================== */

    .industry-card {
        display: flex;
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    }

    /* ==========================
   LEFT SIDE
========================== */

    .industry-left {
        width: 50%;
        padding: 48px;
        display: flex;
        flex-direction: column;
    }

    .industry-icon {
        width: 52px;
        height: 52px;
        border-radius: 14px;
        background:
            color-mix(in srgb, rgb(122, 140, 160) 10%, white);
        border: 1px solid rgba(122, 140, 160, 0.25);
        display: grid;
        place-items: center;
        color: rgb(122, 140, 160);
    }


    .industry-label {
        font-size: 10.5px;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: rgb(0, 196, 224);
        margin: 0;
        font-family: "DM Mono", monospace;
    }

    .industry-left h3 {
        font-size: 28px;
    }

    .content-block {
        margin-bottom: 28px;
    }

    .content-block:last-child {
        margin-bottom: 0;
    }

    .content-block h5 {
        display: block;
        font-size: 12px;
        color: #ff6b57;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 0 0 10px;
        text-transform: uppercase;
    }

    .content-block p {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }

    /* ==========================
   RIGHT SIDE
========================== */

    .industry-right {
        width: 50%;
        background: linear-gradient(160deg, rgb(11, 26, 48), rgb(10, 20, 36));
        padding: 48px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }

    .industry-right::before {
        content: "";
        position: absolute;
        right: 0px;
        top: 0;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(0, 196, 224, 0.2), transparent 65%);
        filter: blur(34px);
        pointer-events: none;
    }

    .right-label {
        font-size: 11px;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: rgb(159, 224, 245);
        margin-bottom: 24px;
        translate: none;
        rotate: none;
        scale: none;
        transform: translate(0px, 0px);
        opacity: 1;
    }

    .stats-card {
        padding: 22px 24px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.09);
    }

    .card-main-industry {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }


    .stats-card h3 {
        margin-bottom: 10px;
        font-weight: 800;
        font-size: clamp(28px, 3.4vw, 42px);
        letter-spacing: -0.03em;
        line-height: 1;
        color: #00c4e0;
    }

    .stats-card p {
        color: #cbd5e1;
        font-size: 14px;

    }

    .ind-intro__content h2 {
        margin-bottom: 20px;

    }

    /* ==========================
   BUTTON
========================== */

    .industry-btn {
        margin-top: 24px;
        background: rgb(255, 255, 255);
        color: #09172e;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        height: 46px;
        padding: 0 22px;
        border-radius: 8px;
        border: 1.5px solid transparent;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 15px;
        font-weight: 700;
        transition: all .2s ease;
        cursor: pointer;
        white-space: nowrap;
        width: 204px;
    }

    .industry-left a {
        width: 50%;
    }

    .btn:hover {
        background: #0fd2ff;
        color: #fff;
    }

    .icon-card {
        display: flex;
        gap: 10px;
        margin-bottom: 26px;
    }

    .icontext h3 {
        display: flex;
        align-items: center;
        gap: 14px;
        translate: none;
        rotate: none;
        scale: none;
        transform: translate(0px, 0px);
        opacity: 1;

    }

    .icon-bg-img img {
        width: 27px;
        height: 27px;
        filter: brightness(0);

    }

    .icon-bg-img {
        width: 52px;
        height: 52px;
        border-radius: 14px;
        background: color-mix(in srgb, rgb(0, 196, 224) 10%, white);
        border: 1px solid rgba(0, 196, 224, 0.25);
        display: grid;
        place-items: center;
        color: rgb(0, 196, 224);
    }



    /* ==========================
   TABLET
========================== */

    @media (max-width:991px) {

        .industry-card {
            flex-direction: row;
        }


        .industry-left,
        .industry-right {
            padding: 35px;
        }

        .section-top h2 {
            font-size: 38px;
        }

    }

    /* ==========================
   MOBILE
========================== */


    @media (max-width:480px) {



        .section-top h2 {
            font-size: 26px;
        }


        .industry-icon {
            width: 50px;
            height: 50px;
            font-size: 22px;
        }

        .industry-left h3 {
            font-size: 24px;
        }

        .stats-card h3 {
            font-size: 28px;
        }

    }




    /*FAQ SECTION */

    .faq-section {
        padding: 120px 0 0 0;
        position: relative;
    }

    .faq-section::before {
        content: '';
        position: absolute;
        width: 400px;
        height: 400px;
        border-radius: 50%;
        background: rgba(142, 212, 244, 0.50);
        filter: blur(150px);
        top: -200px;
        left: -100px;
        pointer-events: none;
    }

    .about-intro__left p {
        margin-bottom: 20px;
    }

    .about-intro__left a {
        margin-top: 40px;
    }



    .faq-section::after {
        content: '';
        position: absolute;
        width: 400px;
        height: 400px;
        right: -100px;
        bottom: 0px;
        border-radius: 50%;
        background: #FF572233;
        filter: blur(150px);
        pointer-events: none;
    }



    .faq-subtitle {
        display: inline-block;
        padding: 8px 18px;
        border-radius: 30px;
        background: rgba(0, 196, 224, .08);
        color: #00c4e0;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }



    .faq-wrapper {
        max-width: 900px;
        margin: auto;
    }

    .faq-item {
        background: #fff;
        border: 1px solid #8ED4F4;
        border-radius: 18px;
        margin-bottom: 20px;
        overflow: hidden;
        transition: all .35s ease;
        box-shadow: 0 8px 35px rgba(12, 35, 64, .05);
    }

    .faq-item:hover {
        background: rgba(142, 212, 244, 0.1);
        border-color: #1A9FD2;
        box-shadow: 0 20px 40px rgba(27, 37, 61, 0.08);
        transform: translateY(-10px);
        transition: all 0.5s ease;
    }

    /* Active FAQ */

    .faq-item.active {
        border-color: #00c4e0;
        box-shadow: 0 18px 45px rgba(0, 196, 224, .12);
    }

    .faq-question {
        padding: 28px 35px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }



    /*.faq-item:hover .faq-question span{*/
    /*}*/

    /* Active Icon */



    /*==============================
FAQ ANSWER
==============================*/

    .faq-answer {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        padding: 0 35px;
        transition:
            max-height .45s ease,
            opacity .35s ease,
            padding .35s ease;
    }

    .faq-item.active .faq-answer {
        max-height: 300px;
        opacity: 1;
        padding: 0 35px 30px;
    }

    .faq-answer p {
        color: #667085;
        font-size: 17px;
        line-height: 1.8;
    }

    .faq-heading {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 40px;
    }


    .faq-question span {
        position: relative;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }

    /* Common styles for + and - */

    .faq-question span::before,
    .faq-question span::after {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #1984bcf2;
        font-size: 32px;
        font-weight: 400;
        line-height: 1;
        transition: all .45s cubic-bezier(.22, 1, .36, 1);
    }

    /* Plus icon */

    .faq-question span::before {
        content: "+";
        opacity: 1;
        transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }

    /* Minus icon */

    .faq-question span::after {
        content: "−";
        opacity: 0;
        transform: translate(-50%, -50%) rotate(-90deg) scale(.5);
    }

    /* Active State */

    .faq-item.active .faq-question span::before {
        opacity: 0;
        transform: translate(-50%, -50%) rotate(90deg) scale(.5);
    }

    .faq-item.active .faq-question span::after {
        opacity: 1;
        transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }

    /* Industry tabs: scroll progress bar */
    .tvxind-scrollbar {
        position: relative;
        width: 100%;
        height: 2px;
        background: #8ED4F4;
        border-radius: 2px;
        margin: 6px 0 34px;
        overflow: hidden;
    }

    .tvxind-scrollbar-fill {
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        width: 0%;
        background: linear-gradient(90deg, #1E253D 0%, #5063A3 100%);
        transition: none;
    }

    /* Max Mega Menu — Technovix design */
    body #mega-menu-wrap-menu-1,
    body #mega-menu-wrap-menu-1 #mega-menu-menu-1,
    body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
        background: transparent !important;
        box-shadow: none !important;
        border: 0 !important;
    }

    body #mega-menu-wrap-menu-1 #mega-menu-menu>li.mega-menu-item {
        padding: 0 !important;
    }

    body #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
        display: flex !important;
        align-items: center !important;
        gap: 2.5rem !important;
    }

    /* Top-level links */
    body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        font-family: "Plus Jakarta Sans", sans-serif !important;
        font-weight: 500 !important;
        font-size: 15px !important;
        text-transform: uppercase !important;
        letter-spacing: 0.05em !important;
        color: #1E253D !important;
        background: transparent !important;
        height: auto !important;
        line-height: 1.2 !important;
        padding: 40px 0 !important;
        position: relative !important;
        transition: color 0.25s ease !important;
    }

    body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover,
    body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:hover>a.mega-menu-link,
    body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-current-menu-item>a.mega-menu-link,
    body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-current_page_item>a.mega-menu-link {
        color: #FF5722 !important;
        background: transparent !important;
    }

    /* Active underline (matches .main-navigation a.active::after) */
    body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-current-menu-item>a.mega-menu-link::after,
    body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-current_page_item>a.mega-menu-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 30px;
        height: 2px;
        background: #FF5722;
    }

    /* Dropdown caret follows link colour */
    body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link>span.mega-indicator::after {
        color: currentColor !important;
        font-size: 13px !important;
    }

    /* Flyout submenu panel */
    body #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item ul.mega-sub-menu {
        background: #ffffff !important;
        border-radius: 14px !important;
        /* box-shadow: 0 24px 50px rgba(30, 37, 61, 0.14) !important; */
        padding: 0px !important;
        min-width: 220px !important;
        border: 0 !important;
        display: block;
    }

    body #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item ul.mega-sub-menu>li.mega-menu-item {
        background: transparent !important;
    }

    body #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item ul.mega-sub-menu>li.mega-menu-item:not(.mega-tab-active)>a.mega-menu-link {
        font-family: "Plus Jakarta Sans", sans-serif !important;
        font-weight: 500 !important;
        font-size: 15px !important;
        text-transform: uppercase !important;
        letter-spacing: 0 !important;
        color: #1E253D !important;
        background: transparent !important;
        padding: 20px 30px !important;
        transition: background 0.2s ease, color 0.2s ease !important;
        border-bottom: 1px solid #00000033 !important;
    }

    body #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item ul.mega-sub-menu>li.mega-menu-item:not(.mega-tab-active)>a.mega-menu-link:hover,
    body #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item ul.mega-sub-menu>li.mega-menu-item:hover>a.mega-menu-link {
        background: #8ed4f41a !important;
        color: #FF5722 !important;
    }
	body #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item ul.mega-sub-menu>li.mega-menu-item.tvx-tab-active>a.mega-menu-link
	{
		background: #8ed4f41a !important;
			color: #FF5722 !important;
	}

    /* Mobile hamburger colour (MMM's own toggle) */
    body #mega-menu-wrap-menu-1 .mega-toggle-animated-inner,
    body #mega-menu-wrap-menu-1 .mega-toggle-animated-inner::before,
    body #mega-menu-wrap-menu-1 .mega-toggle-animated-inner::after {
        background-color: #1E253D !important;
    }

    /* Hide the theme's old hamburger (MMM provides its own) */
    .main-navigation>.nav-toggle {
        display: none !important;
    }

    /* Products mega menu (tvx-mega) */
    #mega-menu-wrap-menu-1 ul.mega-sub-menu.tvx-mega-sub {
        width: 920px !important;
        max-width: calc(100vw - 40px) !important;
        padding: 0 !important;
        background: #ffffff !important;
        border: 0 !important;
        border-radius: 16px !important;
        box-shadow: 0 30px 60px rgba(30, 37, 61, 0.16) !important;
        overflow: hidden !important;
    }

    #mega-menu-wrap-menu-1 ul.mega-sub-menu.tvx-mega-sub>li.tvx-mega-wrap {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
    }

    .tvx-mega {
        display: flex;
        align-items: stretch;
        min-height: 300px;
        font-family: "Plus Jakarta Sans", sans-serif;
    }

    .tvx-mega__nav {
        flex: 0 0 250px;
        border-right: 1px solid #ECEEF2;
        padding: 24px 0;
        display: flex;
        flex-direction: column;
    }

    .tvx-mega__tab {
        -webkit-appearance: none;
        appearance: none;
        background: transparent;
        border: 0;
        text-align: left;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #1E253D;
        padding: 16px 30px;
        cursor: pointer;
        position: relative;
        transition: color 0.25s ease, background 0.25s ease;
    }

    .tvx-mega__tab::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        height: 0;
        background: #FF5722;
        transition: height 0.25s ease;
    }

    .tvx-mega__tab:hover {
        color: #FF5722;
        background: #FAFBFC;
    }

    .tvx-mega__content {
        position: relative;
        flex: 1 1 auto;
        padding: 40px 44px;
    }

    .tvx-mega__panel {
        position: absolute;
        inset: 40px 44px;
        display: flex;
        align-items: center;
        gap: 30px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
        pointer-events: none;
    }

    .tvx-mega__text {
        flex: 1 1 auto;
    }

    .tvx-mega__text h3 {
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 22px;
        font-weight: 800;
        color: #1E253D;
        margin: 0 0 12px;
    }

    .tvx-mega__text p {
        font-family: "Inter", sans-serif;
        font-size: 15px;
        line-height: 1.65;
        color: #3A4A62;
        margin: 0 0 22px;
        max-width: 360px;
    }

    .tvx-mega__media {
        flex: 0 0 240px;
        text-align: center;
    }

    .tvx-mega__media img {
        max-width: 100%;
        height: auto;
    }

    @media (max-width: 991px) {
        #mega-menu-wrap-menu-1 ul.mega-sub-menu.tvx-mega-sub {
            width: 100% !important;
        }

        .tvx-mega {
            flex-direction: column;
            min-height: 0;
        }

        .tvx-mega__nav {
            flex-basis: auto;
            flex-direction: row;
            border-right: 0;
            border-bottom: 1px solid #ECEEF2;
            overflow-x: auto;
            padding: 8px;
        }

        .tvx-mega__tab {
            padding: 12px 18px;
            white-space: nowrap;
        }

        .tvx-mega__content {
            position: static;
            padding: 24px;
        }

        .tvx-mega__panel {
            position: static;
            inset: auto;
            display: none;
            opacity: 1;
            visibility: visible;
            transform: none;
        }

        .tvx-mega__media {
            display: none;
        }
    }

    /* tvx-mega hide-until-hover */
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>ul.mega-sub-menu.tvx-mega-sub {
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transition: opacity 0.25s ease, visibility 0.25s ease !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:hover>ul.mega-sub-menu.tvx-mega-sub,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu.tvx-mega-sub,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-menu-open>ul.mega-sub-menu.tvx-mega-sub {
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }
 
    /* tvx-mega centered panel */
    body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>ul.mega-sub-menu.tvx-mega-sub {
        position: fixed !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        width: 1400px !important;
        max-width: calc(100vw - 40px) !important;
    }

    @media (max-width: 991px) {
        body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>ul.mega-sub-menu.tvx-mega-sub {
            position: static !important;
            left: auto !important;
            transform: none !important;
            width: 100% !important;
            max-width: none !important;
        }
    }

    /* tvx-mega pointer gating (authoritative) */
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>ul.mega-sub-menu.tvx-mega-sub,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>ul.mega-sub-menu.tvx-mega-sub * {
        pointer-events: none !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:hover>ul.mega-sub-menu.tvx-mega-sub,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:hover>ul.mega-sub-menu.tvx-mega-sub *,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu.tvx-mega-sub,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu.tvx-mega-sub *,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-menu-open>ul.mega-sub-menu.tvx-mega-sub,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-menu-open>ul.mega-sub-menu.tvx-mega-sub * {
        pointer-events: auto !important;
    }

    body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li#mega-menu-item-428>ul.mega-sub-menu {
        position: fixed !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        width: 1400px !important;
        max-width: calc(100vw - 40px) !important;
        background: #ffffff !important;
        border: 0 !important;
        border-radius: 16px !important;
        box-shadow: 0 30px 60px rgba(30, 37, 61, 0.16) !important;
        padding: 0 !important;
        overflow: hidden !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        transition: opacity 0.25s ease, visibility 0.25s ease !important;
    }

    body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li#mega-menu-item-428:hover>ul.mega-sub-menu {
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li#mega-menu-item-428>ul.mega-sub-menu * {
        pointer-events: none !important;
    }

    body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li#mega-menu-item-428:hover>ul.mega-sub-menu * {
        pointer-events: auto !important;
    }

    /* Reset MMM styling on nested submenus inside the grid */
    body #mega-menu-wrap-menu-1 #mega-menu-item-428 ul.mega-sub-menu {
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
        min-width: 0 !important;
        margin: 0 !important;
    }

    /* Row as flex */
    body #mega-menu-wrap-menu-1 #mega-menu-item-428 li.mega-menu-row>ul.mega-sub-menu {
        display: flex !important;
        align-items: stretch !important;
        width: 100% !important;
        padding: 0 !important;
    }

    /* Columns */
    body #mega-menu-wrap-menu-1 #mega-menu-item-428 li.mega-menu-column {
        background: transparent !important;
        margin: 0 !important;
        border-right: 1px solid #00000033 !important;
    }

    body #mega-menu-wrap-menu-1 #mega-menu-item-428 li.mega-menu-columns-3-of-12 {
        /* flex: 0 0 250px !important;
        width: 250px !important; */
        border-right: 1px solid #ccc !important;
        padding: 0px 0 !important;
    }

    body #mega-menu-wrap-menu-1 #mega-menu-item-428 li.mega-menu-columns-9-of-12 {
        /* flex: 1 1 auto !important;
          width: auto !important; */
        padding: 40px 40px 40px 40px !important;
        position: relative !important;
    }

    /* Left nav links */
    body #mega-menu-wrap-menu-1 #mega-menu-item-428 li.mega-menu-columns-3-of-12 li.mega-menu-item>a.mega-menu-link {
        display: block !important;
        font-family: "Plus Jakarta Sans", sans-serif !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        letter-spacing: 0.04em !important;
        text-transform: uppercase !important;
        color: #1E253D !important;
        background: transparent !important;
        padding: 16px 30px !important;
        height: auto !important;
        line-height: 1.3 !important;
        position: relative !important;
        transition: color 0.25s ease, background 0.25s ease !important;
    }

    body #mega-menu-wrap-menu-1 #mega-menu-item-428 li.mega-menu-columns-3-of-12 li.mega-menu-item>a.mega-menu-link::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 3px;
        height: 0;
        background: #FF5722;
        transition: height 0.25s ease;
    }

    body #mega-menu-wrap-menu-1 #mega-menu-item-428 li.mega-menu-columns-4-of-12 li.mega-menu-item:hover>a.mega-menu-link {
        color: #FF5722 !important;
        background: #FAFBFC !important;
    }

    body #mega-menu-wrap-menu-1 #mega-menu-item-428 li.mega-menu-columns-4-of-12 li.mega-menu-item:hover>a.mega-menu-link::before {
        height: 58% !important;
    }

    /* Right content crossfade */
    .tvx-pmega {
        position: relative;
    }

    .tvx-pmega__panel {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .tvx-pmega__panel+.tvx-pmega__panel {
        margin-top: 30px;
    }



    .tvx-pmega__text {
        flex: 1 1 auto;
    }

    .tvx-pmega__text h3 {
        margin: 0 0 20px;
    }

    .tvx-pmega__text p {
        margin: 0 0 20px !important;
        max-width: 80%;
    }


    .tvx-pmega__media {
        flex: 0 0 240px;
        text-align: center;
    }

    .tvx-pmega__media img {
        max-width: 100%;
        height: auto;
    }




    .contact-info {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .contact-card {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        padding: 20px;
        background: #fff;
        border-radius: 22px;
        box-shadow: 0 12px 35px rgba(18, 38, 63, .06);
        transition: .35s ease;
        border: 1px solid #8ED4F4;
        background: rgba(142, 212, 244, 0.1);

    }

    .contact-icon {
        width: 68px;
        height: 68px;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        border: 1px solid;
    }

    .contact-icon img {
        width: 26px;
        height: 26px;
    }

    .email-icon {
        background: rgba(142, 212, 244, 0.1);
        color: rgb(0, 196, 224);
        border-color: rgb(0, 196, 224)
    }

    .dashboard-slider .slick-slide {
        padding: 0 !important;
    }



    .contact-content {
        flex: 1;
    }

    .contact-content h4 {
        margin-bottom: 10px;
    }

    .contact-content a,
    .contact-content h3 {
        display: block;
        font-size: 22px;
        font-weight: 700;
        color: #1E253D;
        text-decoration: none;
        margin-bottom: 4px;
    }

    .contact-content p {
        font-size: 17px;
        line-height: 1.7;
        color: #667085;
        margin-bottom: 15px !important;
    }

    @media (max-width: 991px) {
        body #mega-menu-wrap-menu-1 #mega-menu-menu-1>li#mega-menu-item-428>ul.mega-sub-menu {
            position: static !important;
            left: auto !important;
            transform: none !important;
            width: 100% !important;
            max-width: none !important;
            box-shadow: none !important;
        }

        body #mega-menu-wrap-menu-1 #mega-menu-item-428 li.mega-menu-row>ul.mega-sub-menu {
            flex-direction: column !important;
        }

        body #mega-menu-wrap-menu-1 #mega-menu-item-428 li.mega-menu-columns-4-of-12 {
            flex-basis: auto !important;
            width: 100% !important;
            border-right: 0 !important;
            border-bottom: 1px solid #ECEEF2 !important;
        }

        body #mega-menu-wrap-menu-1 #mega-menu-item-428 li.mega-menu-columns-8-of-12 {
            padding: 24px !important;
        }

        .tvx-pmega {
            min-height: 0;
        }

        .tvx-pmega__panel {
            position: static;
            inset: auto;
            display: flex;
        }



        .tvx-pmega__media {
            display: none;
        }
    }


    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-products-menu-items>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        padding: 0 !important;
    }

    .tvx-btn {
        color: #1E253D;
        text-decoration: none;
        font-family: 'Plus Jakarta Sans', sans-serif;
        display: flex !important;
        align-items: center !important;
        font-weight: 600 !important;
        gap: 10px !important;
        font-size: 18px;
        padding-bottom: 10px;
        line-height: 150%;
        vertical-align: middle;
        transition: color 0.3s ease !important;
        border-bottom: 1px solid #1E253D !important;
        width: fit-content;

    }

    .tvx-btn:hover {
        color: #FF5722;
        border-bottom: 1px solid #FF5722 !important;
    }

    .tvx-btn img {
        filter: brightness(0) !important;
        transition: filter 0.3s ease, transform 0.3s ease;
    }

    .tvx-btn:hover img {
        filter: invert(48%) sepia(91%) saturate(2972%) hue-rotate(341deg) brightness(101%) contrast(101%) !important;
        transform: translateX(5px) !important;
    }


    body #mega-menu-wrap-menu-1 #mega-menu-item-428 li.mega-menu-column:last-child {
        border-right: none !important;
    }


    .case-grid {
        display: flex;
        justify-content: space-between;
        gap: 30px 40px;
        flex-wrap: wrap;
    }

    .case-hero-section {
        padding: 210px 0 0 0;
    }

    .case-hero-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .case-studies {
        padding: 120px 0;
    }

    .case-hero-text h1 {
        max-width: 60%;
        text-align: center;
    }

    .case-hero-text p {
        max-width: 50%;
        margin-bottom: 20px;
        text-align: center;
    }

    .case-grid-card {
        width: 31%;
        text-align: left;
        background: rgb(242, 251, 255);
        border-radius: 20px;
        overflow: hidden;
        transition: transform 0.3s;
    }

    .case-card-img {
        height: 250px;
        background-size: cover;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        position: relative;
        background-position: center center;
        padding: 20px 0px 0px 20px;
    }

    .case-tag {
        display: inline-flex;
        align-items: center;
        height: 30px;
        background-color: rgb(255, 87, 34);
        color: rgb(255, 255, 255);
        font-family: "DM Mono", monospace;
        font-size: 14px;
        cursor: none;
        pointer-events: none;
        padding: 0px 15px;
        border-radius: 5px;
    }

    .case-tag::before {
        content: "";
        width: 6px;
        height: 6px;
        background-color: rgb(142, 212, 244);
        margin-right: 5px;
        display: inline-block;
        border-radius: 50%;
    }

    .case-card-content {
        padding: 30px 23px 30px 30px;
    }

    .case-card-content h3 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 20px;
        color: rgb(30, 37, 61);
    }

    .case-card-content p {
        font-size: 18px;
        color: rgb(58, 74, 98);
        margin-bottom: 50px;
        max-width: 90%;
    }

    .more-lord-btn {
        margin-top: 40px;
        display: flex;
        justify-content: center;
    }