    .asweb_tm_about {
        width: 100%;
        height: auto;
        clear: both;
        float: left;
        padding-top: 112px;
        position: relative;
        padding-bottom: 100px;
    }

    .fl_flx_btn_hero {
        display: flex;
        gap: 10px;
    }

    .fl_first_btn_heros button {
        flex-shrink: 0;
        padding: 20px 50px;
        background: #e85c2c;
        border-radius: 8px;
        display: flex;
        color: #fff;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        cursor: pointer;
        border: none;
        transition: transform 0.25s ease, background 0.25s ease;
        font-size: 17px;
        font-weight: 700;
    }

    .fl_flx_btn_hero {
        display: flex;
        gap: 10px;
    }

    .fl_first_btn_hero button {
        flex-shrink: 0;
        padding: 20px 50px;
        background: #e85c2c;
        border-radius: 8px;
        display: flex;
        color: #fff;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        cursor: pointer;
        border: none;
        transition: transform 0.25s ease, background 0.25s ease;
        font-size: 17px;
        font-weight: 700;
    }

    .process-wrapper {
        max-width: 1400px;
        width: 100%;
        position: relative;
    }

    html {
        scroll-padding-top: 80px;
        scroll-behavior: smooth;
    }

    .features-heading {
        max-width: 41%;
        padding-left: 60px;
    }

    .stats-bar {
        background-color: transparent !important;
    }


    .process-section {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 146px 20px;
        padding-bottom: 146px !important;
        background: #cccccc2b;
    }

    .asweb_tm_about {
        width: 100%;
        height: auto;
        clear: both;
        float: left;
        padding-top: 112px;
        position: relative;
        padding-bottom: 100px;
    }

    .process-wrappers {
        max-width: 1515px;
        width: 100%;
        position: relative;
    }

    .process-track {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        position: relative;
        gap: 0;
    }

    .process-track::before {
        content: '';
        position: absolute;
        top: 62px;
        left: calc(12.5% + 8px);
        right: calc(12.5% + 8px);
        height: 2px;
        background: #d0dce8;
        z-index: 0;
        border-radius: 2px;
    }

    .step {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        position: relative;
        z-index: 1;
        cursor: default;
        padding: 0 10px;
    }

    .step-icon {
        width: 124px;
        height: 124px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px;
        transition: transform 0.35s cubic-bezier(.34, 1.56, .64, 1), box-shadow 0.3s ease;
        position: relative;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    }

    .step:hover .step-icon {
        transform: translateY(-8px) scale(1.07);
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
    }

    .step-icon i {
        font-size: 44px;
        color: #fff;
        transition: transform 0.3s ease;
    }

    .step:hover .step-icon i {
        transform: scale(1.1);
    }

    .step-1 .step-icon {
        background: #29abe2;
    }

    .step-2 .step-icon {
        background: #f5a623;
    }

    .step-3 .step-icon {
        background: #555555;
    }

    .step-4 .step-icon {
        background: #bdbdbd;
    }

    .step-icon::after {
        content: '';
        position: absolute;
        bottom: -6px;
        left: 50%;
        transform: translateX(-50%);
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #fff;
        border: 3px solid currentColor;
    }

    .step-1 .step-icon::after {
        border-color: #29abe2;
    }

    .step-2 .step-icon::after {
        border-color: #f5a623;
    }

    .step-3 .step-icon::after {
        border-color: #666;
    }

    .step-4 .step-icon::after {
        border-color: #bdbdbd;
    }

    .step-title {
        font-size: 1.1rem;
        font-weight: 800;
        color: #2a3a50;
        margin-bottom: 10px;
        letter-spacing: 0.01em;
    }

    .step-desc {
        font-size: 0.88rem;
        font-weight: 500;
        color: #7a8fa6;
        line-height: 1.65;
        max-width: 160px;
    }

    .step {
        opacity: 0;
        transform: translateY(24px);
        animation: fadeUp 0.6s ease forwards;
    }

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

    .step:nth-child(3) {
        animation-delay: 0.25s;
    }

    .step:nth-child(5) {
        animation-delay: 0.4s;
    }

    .step:nth-child(7) {
        animation-delay: 0.55s;
    }

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

    /* Arrow between steps */
    .step-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 45px;
        margin-top: 50px;
        position: relative;
        z-index: 2;
    }

    .step-arrow i {
        font-size: 25px;
        color: #d0dce8;
    }

    /* Tablet: 2x2 grid */
    @media (max-width: 768px) {
        .process-track {
            flex-wrap: wrap;
            justify-content: center;
            gap: 36px;
        }

        .process-track::before {
            display: none;
        }

        .step {
            flex: 0 0 calc(50% - 24px);
            max-width: 220px;
        }

        .step-icon {
            width: 100px;
            height: 100px;
        }

        .step-icon i {
            font-size: 36px;
        }

        .step-arrow {
            display: none;
        }
    }

    /* Mobile: single column */
    @media (max-width: 480px) {
        .process-track {
            flex-direction: column;
            align-items: center;
            gap: 28px;
        }

        .step {
            flex: 0 0 auto;
            width: 100%;
            max-width: 280px;
        }

        .step-icon {
            width: 90px;
            height: 90px;
        }

        .step-icon i {
            font-size: 32px;
        }

        .step-title {
            font-size: 1rem;
        }
    }


    .filter-scroll-wrapper {
        overflow-x: auto !important;
        scroll-behavior: smooth !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none;
        /* Firefox */
    }

    .filter-scroll-wrapper::-webkit-scrollbar {
        display: none;
        /* Chrome/Safari */
    }

    .portfolio_filter ul {
        display: flex !important;
        flex-wrap: nowrap;
        list-style: none;
        margin: 0;
        justify-content: center;
        padding: 0;
        white-space: nowrap;
    }

    .portfolio_filter ul li {
        flex-shrink: 0 !important;
    }

    /* Arrow buttons — hidden on desktop */
    .filter-arrow {
        display: none;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        font-size: 22px;
        line-height: 1;
        cursor: pointer;
        flex-shrink: 0;
        z-index: 2;
        color: #333;
        align-items: center;
        justify-content: center;
        padding: 0;
        transition: opacity 0.2s;
    }

    .filter-arrow.hidden {
        opacity: 0;
        pointer-events: none;
    }

    .portfolio_filter {
        position: relative;
        display: flex !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        gap: 4px;
        overflow: visible !important;
    }

    .pf-scroll-wrap {
        flex: 1 1 0;
        min-width: 0;
        overflow-x: auto;
        overflow-y: visible;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .pf-scroll-wrap::-webkit-scrollbar {
        display: none;
    }

    .portfolio_filter ul {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        width: max-content !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        text-align: left !important;
        justify-content: flex-start !important;
    }

    .portfolio_filter ul li {
        flex-shrink: 0 !important;
    }

    .pf-arrow.pf-disabled {
        opacity: 0.25;
        pointer-events: none;
    }

    .pf-arrow {

        display: none;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid #ddd;
        background: #fff;
        color: #333;
        font-size: 26px;
        line-height: 1;
        cursor: pointer;
        padding: 0;
        z-index: 10;
        transition: opacity 0.2s;
    }

    @media (max-width: 1024px) {
        .pf-arrow {
            display: flex !important;
        }
    }

    @media (max-width: 1024px) {
        .filter-arrow {
            display: flex !important;
            visibility: visible !important;
            opacity: 1 !important;
        }

        .filter-arrow.hidden {
            opacity: 0 !important;
            pointer-events: none !important;
        }
    }

    /* Add this to your existing CSS */

    .newsletter-form {
        margin-bottom: 18px;
    }

    .fl_new_btn {
        color: #fff !important;
        justify-content: center !important;
        background: #e85c2c !important;
    }

    .fl_new_btn button {
        color: #fff !important;
    }
	 .asweb_tm_hero {
            width: 100%;
            position: relative;
            clear: both;
            border: 0px !important;
            height: auto !important;
            float: left;
            margin-bottom: 80px !important;
            padding: 60px 0px !important;
        }

        .video-section {
            margin-bottom: 30px !important;
        }

        .card:hover {
            transform: none !important;
            box-shadow: none !important;
        }

        .card {
            background-color: transparent !important;
            box-shadow: none !important;
            border: 0 !important;
        }
		
		            .macbook-wrapper {
                width: 100%;
                max-width: 925px;
                position: relative;
                margin: 0 auto;
                margin-top: -234px;
            }

            .macbook-img {
                width: 100%;
                height: auto;
                display: block;
                position: relative;
                z-index: 2;
                pointer-events: none;
                user-select: none;
            }

            /*
    Position video inside the MacBook screen.
    apple.png: screen area is approximately:
      top:   3.8%   bottom: ~88%  → height ~84%
      left:  4.2%   right:  ~95.8% → width ~91.6%
  */
            .screen-content {
                position: absolute;
                top: 3.6%;
                left: 9.2%;
                width: 100%;
                height: 87%;
                z-index: 1;
                overflow: hidden;
            }

            .video-wrapper {
                width: 100%;
                height: 100%;
                position: relative;

            }

            video {
                width: 82% !important;
                height: 100%;
                object-fit: cover;
                display: block;
            }

            .overlay {
                position: absolute;
                inset: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: opacity 0.25s;
                cursor: pointer;
            }

            .overlay.hidden {
                opacity: 0;
                pointer-events: none;
            }


            .btns-row {
                display: flex;
                align-items: center;
                gap: clamp(2px, 0.8%, 6px);
            }

            .ctrl-btn {
                background: none;
                border: none;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: clamp(2px, 0.6%, 5px);
                border-radius: 4px;
                transition: background 0.15s;
                color: rgba(255, 255, 255, 0.8);
            }

            .ctrl-btn:hover {
                background: rgba(255, 255, 255, 0.12);
                color: #fff;
            }

            .ctrl-btn svg {
                width: clamp(10px, 2%, 18px);
                height: clamp(10px, 2%, 18px);
                fill: currentColor;
            }

            .pp-btn {
                width: clamp(20px, 3.5%, 34px);
                height: clamp(20px, 3.5%, 34px);
                border-radius: 50%;
                background: #fff;
                border: none;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
                transition: transform 0.15s, background 0.15s;
            }

            .pp-btn:hover {
                background: #ddd;
                transform: scale(1.06);
            }

            .pp-btn svg {
                width: 38%;
                height: 38%;
                fill: #000;
                margin-left: 10%;
            }

            .pp-btn.playing svg {
                margin-left: 0;
            }

            .spacer {
                flex: 1;
            }

            .vol-group {
                display: flex;
                align-items: center;
                gap: 4px;
            }

            input[type=range].vol-slider {
                -webkit-appearance: none;
                width: clamp(30px, 6%, 60px);
                height: 3px;
                background: rgba(255, 255, 255, 0.25);
                border-radius: 3px;
                outline: none;
                cursor: pointer;
            }

            input[type=range].vol-slider::-webkit-slider-thumb {
                -webkit-appearance: none;
                width: 10px;
                height: 10px;
                border-radius: 50%;
                background: #fff;
            }

            @media (max-width: 400px) {
                .vol-group {
                    display: none;
                }
            }
			
			.slider-outer {
                position: relative;
                width: 100%;
                max-width: 860px;
                margin: 0 auto;
            }

            .macbook-frame {
                position: relative;
                width: 100%;
            }

            .macbook-img {
                width: 100%;
                display: block;
                position: relative;
                z-index: 2;
                pointer-events: none;
            }

            .screen-area {
           position: absolute;
    top: 3.5%;
    left: 0;
    width: 100%;
    height: 87%;
    z-index: 1;
    overflow: hidden;
            }

            .slides-track {
                display: flex;
                width: 100%;
                height: 100%;
                transition: transform 0.5s cubic-bezier(.4, 0, .2, 1);
            }

            .slide {
                min-width: 100%;
                height: 100%;
                flex-shrink: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                overflow: hidden;
            }

            .slide video {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }

            .nav-btn {
                position: absolute;
                top: 50%;
                transform: translateY(-60%);
                z-index: 10;
                background: rgba(255, 255, 255, 0.18);
                border: 1px solid rgba(255, 255, 255, 0.3);
                color: #fff;
                width: 36px;
                height: 36px;
                border-radius: 50%;
                cursor: pointer;
                font-size: 20px;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: background 0.2s;
                backdrop-filter: blur(4px);
            }

            .nav-btn:hover {
                background: rgba(255, 255, 255, 0.35);
            }

            .nav-prev {
                left: 6px;
            }

            .nav-next {
                right: 6px;
            }

            .dots {
                display: flex;
                justify-content: center;
                gap: 8px;
                margin-top: 16px;
            }

            .dot {
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: #ccc;
                cursor: pointer;
                transition: background 0.2s;
            }

            .dot.active {
                background: #333;
            }
			