    .hero-section {
        padding: 90px 0 64px;
        background: linear-gradient(90deg, rgba(211, 244, 245, 0.6) 9.99%, rgba(227, 238, 251, 0.4) 45.45%, #FFFFFF 89.93%);
    }

    /* Grid */
    .hero-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
        align-items: start;
    }

    .hero-visual {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .hero-visual video {
        display: block;
        height: auto;
        max-width: 100%;
        object-fit: fill;
    }

    /* Badge */
    .hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 16px;
        border-radius: 999px;
        background: #eff6ff;
        border: 1px solid #dbeafe;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        color: #475569;
    }

    .hero-badge svg {
        width: 16px;
        height: 16px;
        color: #2563eb;
    }

    /* Heading */
    .hero-title {
        font-size: 34px;
        line-height: 1.15;
        font-weight: 700;
        color: #343a40;
    }

    .accent-text {
        /* background: linear-gradient(90deg, #2563eb 0%, #7c3aed 55%, #0f766e 100%); */
        background: linear-gradient(270deg, #275497 50%, #2D60AC 62.5%, #3066B6 68.75%, #346CC0 75%, #4084E9 100%);
        webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    /* Description */
    .hero-description {
        margin-top: 15px;
        max-width: 680px;
        font-size: 18px;
        line-height: 1.5;
        color: #3A332F;
    }

    p.hero-subheading {
        margin-top: 15px;
        max-width: 680px;
        font-size: 22px;
        line-height: 1.4;
        color: #3A332F;
        font-weight: 500;
    }

    /* Buttons */
    .hero-actions {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 8px 20px;
        border-radius: 999px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .btn-primary {
        background: #4084E9;
        border: 1px solid #4084E9;
        color: #fff;
        font-weight: 600;
    }

    .btn-primary:hover {
        background: transparent;
        color: #656565;
    }

    .btn-secondary {
        background: transparent;
        border: 1px solid #4084E9;
        color: #656565;
        font-weight: 600;
    }

    .btn-secondary:hover {
        background: #4084E9;
        color: #fff;
    }

    /* Stats */

    .banner-card {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -8px;
        padding-top: 30px;
        row-gap: 16px;
    }

    .banner-card-block {
        width: 50%;
        padding: 0 8px;
        box-sizing: border-box;
    }

    .banner-card-blockwrapper {
        background-color: #ffffff;
        border-radius: 12px;
        padding: 16px;
        border: 1px solid #e5e7eb;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1),
            0 1px 2px rgba(0, 0, 0, 0.06);
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .banner-card-icon {
        background-color: #4084e947;
        width: 40px;
        height: 40px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner-card-icon svg {
        width: 20px;
        height: 20px;
    }


    /* Right Panel */

    .hero-image {
        width: 100%;
        object-fit: cover;
        border-radius: 12px;
    }

    .main-section {
        padding: 80px 0;
    }

    .challenges-section,
    .service-section,
    .tech-section,
    .industry-section {
        background: #f8fafc;

    }

    .grid-12 {
        display: grid;
        gap: 1.5rem;
        grid-template-columns: 1fr;
    }

    .badge {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        color: #4084e9;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: 700;
    }

    .left-column h2 {
        color: #343a40;
        margin: 10px 0;
    }

    .card-grid {
        display: grid;
        gap: 1.25rem;
        grid-template-columns: 1fr;
    }

    .glass-card {
        background: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(16px);
        border: 1px solid rgba(255, 255, 255, 0.6);
        border-radius: 1.75rem;
        padding: 1.5rem;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
    }

    .glass-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
            0 8px 10px -6px rgba(0, 0, 0, 0.1);
        border-color: rgba(37, 99, 235, 0.2);
    }

    .icon {
        width: 30px;
        height: 30px;
        margin-bottom: 1rem;
        display: block !important;
    }

    .card-title,
    .services-left-block h3 {
        font-size: 20px;
        font-weight: 600;
        color: #343a40;
        margin-bottom: 8px;
        line-height: 26px;
    }

    .card-title {
        font-size: 18px;
        line-height: 24px;
    }

    .card-text,
    .services-left-block p {
        color: #3A332F;
        line-height: 24px;
        font-weight: 400;
    }

    .title-grid .left-column {
        position: unset;
    }

    .title-grid {
        align-items: center;
        gap: 0;
    }

    .card-grid.single-card-grid,
    .services-flex {
        margin-top: 30px;
    }

    .glass-card .banner-card-icon {
        height: 48px;
        width: 48px;
        margin-bottom: 16px;
    }

    .glass-card .banner-card-icon svg {
        width: 28px;
        height: 28px;

    }

    .services-flex {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        row-gap: 24px;
    }

    .services-left-block {
        border: 1px solid #d8d8d8;
        padding: 20px;
        border-radius: 12px;
        cursor: pointer;
        transition: .3s ease;
    }

    .services-left-block h3,
    .services-left-block p {
        transition: .3s ease;
    }

    .services-left-block+.services-left-block {
        margin-top: 15px;
    }

    .services-left-block.active,
    .services-left-block:hover {
        background: #4084E9;
        border-color: #4084E9;
    }


    .services-left-block.active h3,
    .services-left-block.active p,
    .services-left-block:hover h3,
    .services-left-block:hover p {
        color: #fff;
    }

    .services-right img,
    .service-img img {
        width: 100%;
        transition: opacity 0.1s ease;
        border-radius: 12px;
    }


    .services-right {
        display: none;
    }

    .service-img {
        margin-top: 25px;
    }

    .service-img {
        display: none;
    }

    .services-left-block.active .service-img {
        display: block;
    }


    .tabs-nav {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .tab-btn.active {
        background: #4084E9;
        color: #fff;
        border-color: #4084E9;
    }

    .tab-panel {
        display: none;
    }

    .tab-panel.active {
        display: block;
    }

    .tech-section .glass-card {
        text-align: center;
    }

    .tech-icon {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tech-section .card-title {
        margin-bottom: 0;
    }

    .tech-icon img {
        height: 65px;
        width: 65px;
        object-fit: contain;
    }

    .tech-section .card-grid.single-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-section .card-grid.single-card-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .process-section .card-title {
        font-size: 18px;
        line-height: 24px;
        margin-top: 8px;
    }

    .why-choose-section .glass-card {
        font-size: 20px;
        font-weight: 600;
        color: #4084e9;
    }

    .why-choose-wrapper {
        background: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(16px);
        border: 1px solid rgba(255, 255, 255, 0.6);
        border-radius: 1.75rem;
        padding: 60px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
        /* max-width: 1000px; */
        margin-top: 30px;
    }

    .custom-timeline {
        position: relative;
    }

    .custom-timeline::before {
        content: '';
        position: absolute;
        left: 42px;
        top: 10px;
        bottom: 10px;
        width: 5px;
        background: #4084e9;
        border-radius: 999px;
    }

    .custom-timeline .step {
        position: relative;
        margin-bottom: 40px;
        display: flex;
        align-items: center;
        gap: 32px;
    }

    .custom-timeline .step:last-child {
        margin-bottom: 0;
    }

    .custom-timeline .content {
        flex: 1;
    }

    .custom-timeline .number {
        position: relative;
        z-index: 2;
        width: 84px;
        height: 84px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        font-weight: 700;
        color: white;
        background: #4084e9;
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    .faq-section {
        margin-top: 30px;
    }

    .faq-item {
        background: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(16px);
        border: 1px solid rgba(255, 255, 255, 0.6);
        border-radius: 1.75rem;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .faq-question {
        width: 100%;
        border: none;
        background: transparent;
        padding: 20px;
        font-size: 18px;
        font-weight: 600;
        text-align: left;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #343a40;
        font-size: 20px;
    }

    .faq-icon {
        font-size: 28px;
        line-height: 1;
        transition: 0.3s ease;
        color: #4084E9;
    }

    .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
    }

    .faq-answer p {
        padding: 0 20px 20px;
        color: 3A332F;
        line-height: 1.6;
    }

    .faq-item.active .faq-answer {
        max-height: 200px;
    }

    .glass-card svg {
        width: 30px !important;
        height: 30px !important;
    }

    img {
        max-width: 100%;
    }

    .left-column-image {
        position: relative;
        overflow: hidden;
        border-radius: 12px;
    }

    .left-column-image img {
        border-radius: 12px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }

    .left-column:hover img {
        transform: scale(1.05);
    }

    .left-column-desc {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 2rem 1.5rem 1.5rem;
        z-index: 2;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

    .left-column-desc::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        background: linear-gradient(to top,
                rgba(0, 0, 0, 0.85) 0%,
                rgba(0, 0, 0, 0.65) 60%,
                rgba(0, 0, 0, 0.25) 70%,
                transparent 100%);
        z-index: -1;
        border-radius: 0 0 8px 8px;
    }

    .left-column .left-column-desc h2,
    .left-column .left-column-desc p {
        color: #fff;
    }

    .left-column .left-column-desc p+p,
    .left-column p+p {
        margin-top: 10px;
    }

    .challenges-section .card-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .hero-visual video {
        border-radius: 20px;
    }

    .faq-item.active .faq-question {
        color: #4084e9;
    }

    .banner-card-info p {
        font-size: 16px;
        line-height: 20px;
    }

    .glass-card .tech-icon svg {
        height: 65px !important;
        width: 65px !important;
    }

    .left-column-wrapper {
        position: relative;
    }

    @media (min-width: 640px) {
        .hero-actions {
            flex-direction: row;
        }

        .tech-section .card-grid.single-card-grid {
            grid-template-columns: repeat(3, 1fr);
        }

        .process-section .card-grid.single-card-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (min-width: 768px) {
        .hero-title {
            font-size: 40px;
        }

        .card-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .card-grid.single-card-grid {
            grid-template-columns: repeat(3, 1fr);
        }

        .process-section .card-grid.single-card-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }


    @media (min-width: 992px) {
        .hero-section {
            padding: 76px 0 60px;
        }

        /* .hero-grid {
            grid-template-columns: repeat(12, 1fr);
        } */

        /* .hero-content {
            width: 60%;
            padding-right: 40px;
        }

        .hero-visual {
            width: 40%;
        } */

        .grid-12 {
            grid-template-columns: repeat(12, 1fr);
        }

        .col-span-4 {
            grid-column: span 4 / span 4;
        }

        .col-span-8 {
            grid-column: span 8 / span 8;
        }

        .col-span-5 {
            grid-column: span 5 / span 5;
        }

        .col-span-7 {
            grid-column: span 7 / span 7;
        }


        .left-column {
            position: sticky;
            top: 220px;
            align-self: start;
        }

        .services-left {
            width: 60%;
            padding-right: 24px;
        }

        .services-right {
            width: 40%;
            position: sticky;
            top: 200px;
            display: block;
        }

        /* .services-left-block {
            opacity: 0;
            transform: translateY(60px);
            transition: all 0.8s ease;
        }

        .services-left-block.visible {
            opacity: 1;
            transform: translateY(0);
        } */

        .services-left-block.active .service-img {
            display: none;
        }

        .service-image.active {
            display: block;
        }

        .service-image {
            display: none;
            width: 100%;
        }

        .tech-section .card-grid.single-card-grid {
            grid-template-columns: repeat(6, 1fr);
        }

        .process-section .card-grid.single-card-grid {
            grid-template-columns: repeat(5, 1fr);
        }
    }

    @media (max-width:1200px) {
        .btn {
            font-size: 16px;
            padding: 8px 12px;
        }
    }


    @media (max-width:991px) {
        .hero-image {
            position: unset;
            border-radius: 12px;
        }

        .hero-visual {
            border-radius: unset;
            min-height: unset;
        }

        .why-choose-wrapper {
            padding: 30px;
        }

        .left-column {
            position: relative;
        }

        .hero-grid {
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .hero-visual video {
            width: 100% !important;
            height: auto !important;
        }
    }

    @media (max-width:768px) {

        .hero-description,
        .btn {
            font-size: 16px !important;
        }

        .main-section {
            padding: 50px 0;
        }

        .card ul li,
        .project-content ul li,
        .quickLinks li a,
        .sf-imp-support-wrap-text ul li,
        .trending li a,
        p {
            font-size: 16px !important;
            line-height: 24px !important;
        }

        .custom-timeline .step {
            gap: 20px;
            align-items: flex-start;
        }

        .custom-timeline .number {
            width: 60px;
            height: 60px;
            font-size: 20px;
        }

        .custom-timeline::before {
            content: none;
        }
    }

    @media (max-width: 480px) {
        .hero-title {
            font-size: 28px;
        }

        .banner-card {
            margin: 0;
        }

        .banner-card-block {
            width: 100%;
            padding: 0;
        }

        .custom-timeline .step {
            flex-direction: column;
        }

    }