
            .ecosystem-section {
                background: #f5ece6;
                color: #1e293b;
                min-height: 100vh;
                width: 100%;
                position: relative;
                overflow: hidden;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                align-items: center;
                padding: 4rem 1rem
            }

            .brand-capsule-nav {
                background-color: #fff;
                border: 1px solid #f374206b;
                border-radius: 50px;
                padding: 6px;
                z-index: 30;
                box-shadow: 0 8px 24px rgba(243, 116, 32, .08);
                width: 760px
            }

            .brand-tab-btn {
                background: 0 0;
                border: none;
                color: #64748b;
                padding: 6px 21px;
                font-size: 16px;
                font-weight: 600;
                border-radius: 50px;
                transition: all .3s ease;
                white-space: nowrap
            }

            .brand-tab-btn:hover {
                color: #f37420
            }

            .brand-tab-btn.active {
                background: #f37420;
                color: #fff;
                border: 1px solid #f37420;
                box-shadow: 0 4px 14px rgba(243, 116, 32, .25)
            }

            .orbit-viewport {
                position: relative;
                width: 100%;
                max-width: 1000px;
                height: 390px;
                margin: 2rem auto 0 auto;
                z-index: 10
            }

            .orbit-lines-overlay {
                position: absolute;
                top: -150px;
                left: 50%;
                transform: translateX(-50%);
                width: 1000px;
                height: 1000px;
                pointer-events: none;
                z-index: 1
            }

            .tech-card-node {
                position: absolute;
                transform: translate(-50%, -50%) scale(.8);
                z-index: 10;
                opacity: 0;
                pointer-events: none;
                transition: all .6s cubic-bezier(.25, 1, .5, 1);
                display: flex;
                flex-direction: column;
                align-items: center
            }

            .tech-card-node.active {
                opacity: 1;
                transform: translate(-50%, -50%) scale(1);
                pointer-events: auto
            }

            .glass-metal-shell {
                background: #fff;
                border: 1px solid #f374206b;
                box-shadow: 0 4px 18px rgba(0, 0, 0, .04);
                border-radius: 16px;
                padding: 14px;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: all .3s ease;
                cursor: pointer
            }

            .tech-card-node:hover .glass-metal-shell {
                border-color: #f37420;
                box-shadow: 0 8px 24px rgba(243, 116, 32, .18);
                transform: translateY(-4px)
            }

            .tech-card-label {
                background-color: #fff;
                border: 1px solid #f374206b;
                color: #1e293b;
                font-size: 12px;
                font-weight: 700;
                letter-spacing: .08em;
                text-transform: uppercase;
                padding: 4px 10px;
                border-radius: 6px;
                margin-top: 8px;
                white-space: nowrap;
                box-shadow: 0 4px 12px rgba(0, 0, 0, .03)
            }

            @media (max-width:991px) {
                .orbit-viewport {
                    max-width: 768px
                }
            }

            @media (max-width:768px) {
                .ecosystem-section {
                    padding-top: 3rem;
                    min-height: auto
                }

                .brand-capsule-nav {
                    border-radius: 24px;
                    padding: 6px;
                    width: 100%;
                    max-width: 90%
                }

                .brand-tab-btn {
                    padding: 6px 14px;
                    font-size: 13px
                }

                .orbit-viewport {
                    height: auto !important;
                    margin-top: 3rem;
                    display: grid;
                    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
                    gap: 24px 16px;
                    justify-items: center;
                    align-content: center;
                    padding: 10px
                }

                .orbit-lines-overlay {
                    display: none !important
                }

                .tech-card-node {
                    position: relative !important;
                    left: auto !important;
                    top: auto !important;
                    transform: scale(.8) !important
                }

                .tech-card-node.active {
                    transform: scale(1) !important
                }

                .glass-metal-shell {
                    width: 65px !important;
                    height: 65px !important
                }

                .glass-metal-shell i {
                    font-size: 2.2rem !important
                }

                .tech-card-label {
                    font-size: 10px
                }
            }

            @media (max-width:480px) {
                .brand-capsule-nav {
                    max-width: 100%;
                    border-radius: 16px;
                    gap: 4px !important
                }

                .brand-tab-btn {
                    padding: 6px 10px;
                    font-size: 12px;
                    flex-grow: 1;
                    text-align: center
                }

                .orbit-viewport {
                    grid-template-columns: repeat(3, 1fr);
                    gap: 20px 8px
                }

                .glass-metal-shell {
                    width: 58px !important;
                    height: 58px !important
                }

                .glass-metal-shell i {
                    font-size: 1.8rem !important
                }

                .tech-card-label {
                    font-size: 9px;
                    padding: 2px 6px
                }
            }

          
            
            .badge-premium {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                background: #fff;
                border: 1px solid rgba(255, 94, 0, .2);
                color: #d94f00;
                padding: 6px 18px;
                border-radius: 100px;
                font-size: .8rem;
                font-weight: 700;
                letter-spacing: .05em;
                margin-bottom: 28px;
                box-shadow: 0 4px 15px rgba(255, 94, 0, .04)
            }

            @keyframes pulse-ring {
                0% {
                    transform: scale(.5);
                    opacity: 1
                }

                100% {
                    transform: scale(1.6);
                    opacity: 0
                }
            }

            .hero-heading {
                font-size: 45;
                font-weight: 700;
                line-height: 1.12;
                letter-spacing: -.03em;
                margin-bottom: 24px;
                color: #1a1a1a
            }

            .liquid-text-india {
                background: linear-gradient(90deg, #ff5e00 0, #fa6 30%, #ff5e00 60%);
                background-size: 200% auto;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                animation: shine-sweep 4s linear infinite;
                position: relative
            }

            @keyframes shine-sweep {
                to {
                    background-position: 200% center
                }
            }

            .liquid-text-india::after {
                content: '';
                position: absolute;
                left: 0;
                bottom: 4px;
                width: 100%;
                height: 4px;
                background: linear-gradient(135deg, #ff5e00 0, #ff9f43 100%);
                border-radius: 100px;
                opacity: .2
            }

            .hero-paragraph {
                font-size: 18px;
                line-height: 1.7;
                color: var(--text-muted);
                margin-bottom: 30px;
                max-width: 580px
            }

            .cta-button-lux {
                display: inline-flex;
                align-items: center;
                gap: 12px;
                background: linear-gradient(135deg, #ff5e00 0, #ff9f43 100%);
                color: #fff;
                padding: 18px 40px;
                border-radius: 100px;
                font-size: 1.02rem;
                font-weight: 700;
                text-decoration: none;
                transition: transform .3s cubic-bezier(.16, 1, .3, 1), box-shadow .3s ease;
                box-shadow: 0 15px 35px -5px rgba(255, 94, 0, .35)
            }

            .cta-button-lux:hover {
                transform: translateY(-2px);
                box-shadow: 0 20px 45px -5px rgba(255, 94, 0, .45)
            }

            .cta-button-lux svg {
                transition: transform .25s ease
            }

            .cta-button-lux:hover svg {
                transform: translateX(4px)
            }

            .hero-section-grid {
                padding: 60px 0 100px 0;
                min-height: 85vh;
                display: flex;
                align-items: center;
                position: relative;
                background-color: #fdfbf7;
                background-image: radial-gradient(circle at 85% 20%, rgba(255, 94, 0, .09) 0, rgba(255, 159, 67, .03) 35%, transparent 70%), radial-gradient(circle at 90% 30%, transparent 20%, rgba(255, 94, 0, .015) 40%, transparent 60%), radial-gradient(circle at -10% 100%, rgba(255, 159, 67, .04) 0, transparent 50%)
            }

            .hero-section-grid::before {
                content: '';
                position: absolute;
                inset: 0;
                background-image: linear-gradient(to right, rgba(255, 94, 0, .035) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 94, 0, .035) 1px, transparent 1px);
                background-size: 48px 48px;
                z-index: 1;
                pointer-events: none
            }

            .hero-layout-split {
                display: grid;
                grid-template-columns: 1.15fr .85fr;
                gap: 40px;
                align-items: center
            }

            .badge-premium {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                background: rgba(255, 94, 0, .06);
                border: 1px solid rgba(255, 94, 0, .15);
                padding: 6px 14px;
                border-radius: 100px;
                margin-bottom: 20px;
                font-size: .9rem;
                font-weight: 600;
                color: #ff5e00
            }

            .hero-heading {
                font-size: 45px;
                font-weight: 800;
                color: #111827;
                line-height: 1.15;
                margin-bottom: 20px
            }

            .liquid-text-india {
                color: #ff5e00
            }

            .hero-paragraph {
                font-size: 1.1rem;
                color: #4b5563;
                line-height: 1.6;
                margin-bottom: 30px
            }

            .trust-strip-minimal {
                margin-top: 34px;
                border-top: 1px solid rgba(11, 15, 23, .06);
                padding-top: 32px
            }

            .trust-flex-row {
                display: flex;
                flex-wrap: wrap;
                gap: 12px 16px
            }

            .trust-tag-card {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                font-size: 15px;
                font-weight: 600;
                color: #334155;
                background: #fff;
                border: 1px solid rgba(11, 15, 23, .05);
                padding: 6px 16px;
                border-radius: 100px;
                box-shadow: 0 4px 10px rgba(0, 0, 0, .01)
            }

            .trust-tag-card svg {
                color: #ff5e00;
                width: 16px;
                height: 16px;
                flex-shrink: 0
            }

            .pipeline-visual-container {
                position: relative;
                display: flex;
                flex-direction: column;
                gap: 28px;
                padding-left: 40px
            }

            .glow-pool-peach {
                position: absolute;
                top: 25%;
                right: -10%;
                width: 400px;
                height: 400px;
                background: radial-gradient(circle, rgba(255, 159, 67, .1) 0, transparent 70%);
                z-index: 1;
                pointer-events: none
            }

            .pipeline-svg-link-vector {
                position: absolute;
                left: 0;
                top: 10%;
                width: 40px;
                height: 75%;
                z-index: 2
            }

            .dev-pipeline-card {
                background: #fff;
                border: 1px solid rgba(11, 15, 23, .05);
                border-radius: 24px;
                padding: 16px;
                box-shadow: 0 10px 30px rgba(11, 15, 23, .02);
                position: relative;
                z-index: 3;
                transition: all .4s cubic-bezier(.16, 1, .3, 1)
            }

            .dev-pipeline-card:hover {
                transform: translateX(6px) translateY(-2px);
                border-color: rgba(255, 94, 0, .25);
                box-shadow: 0 20px 40px rgba(255, 94, 0, .05)
            }

            .card-top-row {
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-bottom: 12px
            }

            .profile-meta-flex {
                display: flex;
                align-items: center;
                gap: 12px
            }

            .profile-avatar-circle {
                width: 44px;
                height: 44px;
                border-radius: 50%;
                background: linear-gradient(135deg, #ffeadd 0, #ffcaaa 100%);
                color: #ff5e00;
                font-weight: 800;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: .9rem;
                border: 2px solid #fff;
                box-shadow: 0 4px 8px rgba(0, 0, 0, .04)
            }

            .profile-text-stack h4 {
                font-size: .98rem;
                font-weight: 700;
                color: #1a1a1a;
                margin: 0
            }

            .profile-text-stack p {
                font-size: .8rem;
                color: #6b7280;
                margin: 2px 0 0 0
            }

            .status-pill-indicator {
                font-size: 13px;
                font-weight: 500;
                padding: 4px 10px;
                border-radius: 100px;
                display: inline-flex;
                align-items: center;
                gap: 6px
            }

            .status-pill-indicator.ready {
                background: #e6f9f0;
                color: #10b981
            }

            .status-pill-indicator.active {
                background: #eff6ff;
                color: #3b82f6
            }

            .status-pill-indicator::before {
                content: '';
                width: 6px;
                height: 6px;
                background: currentColor;
                border-radius: 50%
            }

            .tags-cluster-layout {
                display: flex;
                flex-wrap: wrap;
                gap: 6px;
                margin-bottom: 12px
            }

            .tag-node-item {
                background: #f3f4f6;
                color: #4b5563;
                font-size: .76rem;
                font-weight: 600;
                padding: 3px 10px;
                border-radius: 10px
            }

            .card-progress-footer {
                display: flex;
                justify-content: space-between;
                align-items: center;
                border-top: 1px dashed #f3f4f6;
                padding-top: 10px;
                font-size: .8rem
            }

            .progress-label {
                color: #9ca3af
            }

            .progress-phase-status {
                font-weight: 600;
                color: #10b981
            }

            @media (max-width:1200px) {
                .hero-heading {
                    font-size: 2.8rem
                }
            }

            @media (max-width:991px) {
                .hero-section-grid {
                    padding: 50px 0 70px 0;
                    min-height: auto
                }

                .hero-layout-split {
                    grid-template-columns: 1fr;
                    gap: 50px;
                    text-align: center
                }

                .badge-premium {
                    justify-content: center;
                    margin: 0 auto 20px auto
                }

                .hero-heading {
                    font-size: 2.5rem
                }

                .hero-heading br {
                    display: none
                }

                .hero-paragraph {
                    max-width: 650px;
                    margin-left: auto;
                    margin-right: auto
                }

                .trust-flex-row {
                    justify-content: center
                }

                .pipeline-visual-container {
                    padding-left: 0;
                    max-width: 550px;
                    margin: 0 auto;
                    width: 100%
                }

                .pipeline-svg-link-vector {
                    display: none
                }
            }

            @media (max-width:576px) {
                .hero-section-grid {
                    padding: 40px 0 50px 0
                }

                .hero-heading {
                    font-size: 2rem
                }

                .hero-paragraph {
                    font-size: .95rem
                }

                .trust-tag-card {
                    font-size: 13px;
                    padding: 4px 12px
                }

                .dev-pipeline-card {
                    padding: 14px;
                    border-radius: 18px
                }

                .card-top-row {
                    flex-direction: column;
                    align-items: flex-start;
                    gap: 10px
                }

                .status-pill-indicator {
                    align-self: flex-start
                }
            }

            .card-progress-footer {
                border-top: 1px solid #f3f4f6;
                padding-top: 10px;
                display: flex;
                align-items: center;
                justify-content: space-between
            }

            .progress-label {
                font-size: .8rem;
                font-weight: 600;
                color: var(--text-muted)
            }

            .progress-phase-status {
                font-size: 14px;
                color: #ff5e00;
                background: rgba(255, 94, 0, .05);
                padding: 3px 10px;
                border-radius: 6px
            }

            .trust-tag-card {
                display: inline-flex;
                align-items: center;
                gap: 8px
            }

            .trust-tag-card svg {
                width: 16px;
                height: 16px;
                flex-shrink: 0
            }

            .wow-main-wrapper {
                padding: 100px 0;
                color: #1a2530;
                position: relative;
                overflow: hidden
            }

            .wow-tag-container {
                display: inline-flex;
                align-items: center;
                gap: 10px;
                margin-bottom: 15px
            }

            .wow-section-badge {
                color: #e86b1b;
                font-weight: 700;
                font-size: 16px
            }

            .wow-badge-line {
                width: 40px;
                height: 2px;
                background: linear-gradient(135deg, #e86b1b 0, #ff9e7d 100%)
            }

            .wow-main-heading {
                font-weight: 700;
                font-size: 43px;
                letter-spacing: -1px;
                background: linear-gradient(135deg, #0d1b2a 30%, #e86b1b 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                margin-bottom: 60px
            }

            .wow-card-holder {
                position: relative;
                perspective: 1000px
            }

            .wow-premium-card {
                background: rgba(255, 246, 241, .4);
                backdrop-filter: blur(16px) saturate(120%);
                -webkit-backdrop-filter: blur(16px) saturate(120%);
                border: 1px solid rgba(254, 93, 38, .15);
                padding: 25px;
                height: 100%;
                position: relative;
                transition: all .5s cubic-bezier(.25, 1, .5, 1);
                z-index: 1
            }

            .wow-shape-alpha {
                border-radius: 30px
            }

            .wow-shape-beta {
                border-radius: 30px
            }

            .wow-shape-gamma {
                border-radius: 30px
            }

            .wow-shape-delta {
                border-radius: 30px
            }

            @keyframes wowMoveUp {

                0%,
                100% {
                    transform: translateY(0)
                }

                50% {
                    transform: translateY(-10px)
                }
            }

            @keyframes wowMoveDown {

                0%,
                100% {
                    transform: translateY(0)
                }

                50% {
                    transform: translateY(10px)
                }
            }

            .wow-card-index {
                position: absolute;
                top: 25px;
                right: 35px;
                font-size: 14px;
                font-weight: 800;
                color: #e86b1b;
                background: rgba(254, 93, 38, .1);
                padding: 4px 12px;
                border-radius: 30px
            }

            .wow-icon-wrapper {
                width: 65px;
                height: 65px;
                background: #fff;
                border-radius: 18px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 26px;
                color: #e86b1b;
                margin-bottom: 20px;
                box-shadow: 0 10px 20px rgba(254, 93, 38, .05);
                transition: all .4s ease
            }

            .wow-card-title {
                font-size: 22px;
                font-weight: 700;
                color: #0d1b2a;
                margin-bottom: 15px
            }

            .wow-card-paragraph {
                font-size: 18px;
                color: #1a1a1a;
                line-height: 1.7
            }

            .wow-premium-card::after {
                content: '';
                position: absolute;
                inset: 0;
                border-radius: inherit;
                background: radial-gradient(circle at var(--wow-x, 50%) var(--wow-y, 50%), rgba(254, 93, 38, .15) 0, transparent 60%);
                opacity: 0;
                transition: opacity .3s;
                z-index: -1
            }

            .wow-premium-card:hover {
                transform: translateY(-12px) scale(1.02) rotateX(2deg) rotateY(-2deg) !important;
                border-color: #e86b1b;
                background: rgba(255, 246, 241, .8);
                box-shadow: 0 30px 60px rgba(254, 93, 38, .12)
            }

            .wow-premium-card:hover::after {
                opacity: 1
            }

            .wow-premium-card:hover .wow-icon-wrapper {
                background: linear-gradient(135deg, #e86b1b 0, #ff9e7d 100%);
                color: #fff;
                transform: scale(1.1) rotate(8deg);
                box-shadow: 0 15px 25px rgba(254, 93, 38, .3)
            }

            .wow-ambient-glow {
                position: absolute;
                width: 300px;
                height: 300px;
                background: radial-gradient(circle, rgba(254, 93, 38, .08) 0, transparent 70%);
                top: 20%;
                left: 50%;
                transform: translate(-50%, -50%);
                pointer-events: none;
                z-index: 0
            }

            .wow-premium-section {
                color: #1a1a1a;
                padding: 3rem 0
            }

            .wow-premium-section .section-subheading {
                color: #e86b1b;
                font-size: 18px;
                font-weight: 600;
                padding: 6px 16px;
                border-radius: 50px
            }

            .wow-premium-section .section-heading {
                font-weight: 800;
                color: #1a1a1a
            }

            .wow-premium-section .tech-card {
                background: #fff;
                border: 1px solid #f374206b;
                border-radius: 24px;
                padding: 30px;
                height: 100%;
                transition: all .4s cubic-bezier(.25, 1, .5, 1);
                position: relative;
                z-index: 1;
                display: flex;
                flex-direction: column;
                justify-content: space-between
            }

            .wow-premium-section .tech-card::after {
                content: '';
                position: absolute;
                inset: -1px;
                background: linear-gradient(135deg, rgba(232, 107, 27, .3), transparent 70%);
                border-radius: 24px;
                z-index: -1;
                opacity: 0;
                transition: opacity .4s ease
            }

            .wow-premium-section .tech-card:hover {
                transform: translateY(-6px);
                box-shadow: 0 20px 40px rgba(232, 107, 27, .05)
            }

            .wow-premium-section .tech-card:hover::after {
                opacity: 1
            }

            .wow-premium-section .tech-badge {
                position: absolute;
                top: 20px;
                right: 20px;
                font-size: 14px;
                font-weight: 700;
                padding: 3px 12px;
                border-radius: 30px;
                background: #f5f5f7;
                color: #666;
                letter-spacing: .5px
            }

            .wow-premium-section .tech-card:hover .tech-badge {
                background: rgba(232, 107, 27, .1);
                color: #e86b1b
            }

            .wow-premium-section .icon-container {
                width: 65px;
                height: 65px;
                background: #f8f9fa;
                border: 1px solid #eaeaea;
                color: #1a1a1a;
                border-radius: 18px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 1.8rem;
                margin-bottom: 20px;
                transition: all .4s ease
            }

            .wow-premium-section .tech-card:hover .icon-container {
                color: #fff;
                transform: rotateY(180deg)
            }

            .wow-premium-section .tech-card h3 {
                font-size: 1.35rem;
                font-weight: 700;
                margin-bottom: .8rem;
                color: #1a1a1a
            }

            .wow-premium-section .tech-card p {
                color: #1a1a1a;
                font-size: 18px;
                line-height: 1.6;
                opacity: .9;
                margin-bottom: 1rem
            }

            .wow-premium-section .cta-btn {
                background: #f8f9fa;
                color: #1a1a1a;
                border: none;
                padding: 10px 20px;
                border-radius: 12px;
                font-weight: 600;
                font-size: .9rem;
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                transition: all .3s ease;
                text-decoration: none
            }

            .wow-premium-section .tech-card:hover .cta-btn {
                background: #e86b1b;
                color: #fff
            }

            .wow-premium-section .cta-btn i {
                transition: transform .3s ease
            }

            .wow-premium-section .tech-card:hover .cta-btn i {
                transform: translateX(4px)
            }

            .section-container {
                padding: 80px 24px
            }

            .max-w-container {
                max-w: 1150px;
                margin: 0 auto
            }

            .flex-layout {
                display: flex;
                flex-direction: column;
                gap: 64px
            }

            @media (min-width:1024px) {
                .flex-layout {
                    flex-direction: row
                }

                .left-column {
                    width: 33.333%;
                    position: sticky;
                    top: 80px;
                    height: fit-content
                }

                .right-column {
                    width: 66.666%
                }
            }

            .badge {
                display: inline-block;
                border-radius: 9999px;
                color: #ea580c;
                font-size: 16px;
                font-weight: 700;
                margin-bottom: 24px
            }

            .main-heading {
                font-size: 40px;
                font-weight: 800;
                line-height: 1.2;
                margin: 0 0 32px 0
            }

            @media (min-width:768px) {
                .main-heading {
                    font-size: 48px
                }

                .wow-main-wrapper {
                    padding: 60px 0
                }
            }

            .heading-orange {
                color: #f97316
            }

            .sub-text {
                color: #1a1a1a;
                font-size: 18px;
                line-height: 1.6;
                margin-bottom: 40px
            }

            .cta-btn {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                background-color: #0f172a;
                color: #fff;
                font-weight: 700;
                padding: 16px 32px;
                border-radius: 9999px;
                text-decoration: none;
                transition: all .3s ease
            }

            .cta-btn:hover {
                background-color: #f97316
            }

            .cta-btn svg {
                width: 20px;
                height: 20px;
                transition: transform .3s ease
            }

            .cta-btn:hover svg {
                transform: translateX(4px)
            }

            .bg-blob {
                position: absolute;
                width: auto;
                height: 500px;
                background: radial-gradient(circle, rgba(249, 115, 22, .08) 0, transparent 70%);
                top: -100px;
                right: -100px;
                z-index: -1
            }

            .process-item {
                position: relative;
                padding-bottom: 4rem;
                display: flex;
                gap: 2rem
            }

            .process-item:last-child {
                padding-bottom: 0
            }

            .process-item::before {
                content: '';
                position: absolute;
                left: 27px;
                top: 60px;
                bottom: 0;
                width: 2px;
                background: #d1cdcd7a;
                z-index: 0
            }

            .process-item:last-child::before {
                display: none
            }

            .step-indicator {
                flex-shrink: 0;
                width: 56px;
                height: 56px;
                border-radius: 50%;
                background: #fff;
                border: 2px solid #f1f5f9;
                display: flex;
                align-items: center;
                justify-content: center;
                font-weight: 800;
                color: #94a3b8;
                position: relative;
                z-index: 1;
                transition: all .3s ease
            }

            .process-item:hover .step-indicator {
                border-color: #f97316;
                color: #f97316;
                background: #fff7ed;
                transform: scale(1.1)
            }

            .process-content {
                padding-top: 12px
            }

            .process-title {
                font-size: 25px;
                font-weight: 700;
                margin-top: 0;
                margin-bottom: .5rem;
                transition: color .3s ease
            }

            .process-item:hover .process-title {
                color: #f97316
            }

            .process-desc {
                color: #1a1a1a;
                line-height: 1.6;
                max-width: 500px;
                margin: 0
            }

            .orange-highlight {
                color: #f97316
            }

            .bg-num {
                position: absolute;
                right: 0;
                top: 0;
                font-size: 8rem;
                font-weight: 900;
                color: rgba(249, 115, 22, .03);
                pointer-events: none;
                user-select: none
            }

            @media (max-width:768px) {
                .bg-num {
                    display: none
                }

                .process-item::before {
                    left: 23px
                }

                .step-indicator {
                    width: 48px;
                    height: 48px
                }
            }

            .am7-section {
                padding: 64px 0 56px;
                background-color: #fff2e9
            }

            h3.display-4.mb-4.text-center.fontfoor-cta {
                font-size: 50px
            }

            .fsize {
                font-size: 16px important
            }

            .compliance-section {
                padding: 70px 0;
                background: linear-gradient(135deg, #fdfdfd 0, #f7f4ed 60%, #efece2 100%);
                position: relative;
                overflow: hidden
            }

            .compliance-section::before {
                content: "";
                position: absolute;
                inset: 0;
                background-image: linear-gradient(90deg, rgba(232, 107, 27, .025) 1px, transparent 1px);
                background-size: 55px 55px;
                pointer-events: none;
                z-index: 1
            }

            .ambient-glow {
                position: absolute;
                border-radius: 50%;
                filter: blur(140px);
                mix-blend-mode: multiply;
                pointer-events: none;
                z-index: 2;
                opacity: .45
            }

            .glow-1 {
                width: 550px;
                height: 550px;
                background: #e86b1b;
                top: -5%;
                left: -5%
            }

            .glow-2 {
                width: 650px;
                height: 650px;
                background: #ffbc8b;
                bottom: -5%;
                right: -5%
            }

            .container-premium {
                max-width: 1360px;
                margin: 0 auto;
                position: relative;
                z-index: 10;
                padding: 0 15px
            }

            .section-header {
                text-align: center;
                margin-bottom: 70px
            }

            .section-badge {
                font-weight: 600;
                font-size: 16px;
                color: #e86b1b;
                padding: 6px 16px;
                border-radius: 100px;
                display: inline-block;
                margin-bottom: 20px
            }

            .section-title {
                font-weight: 700;
                font-size: 45px;
                line-height: 1.2;
                letter-spacing: -.03em;
                color: #000
            }

            .section-title span {
                background: linear-gradient(135deg, #e86b1b 0, #ff9244 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent
            }

            .compliance-wrapper {
                display: flex;
                gap: 35px;
                align-items: flex-start
            }

            .compliance-sidebar {
                width: 280px;
                min-width: 280px;
                max-height: 540px;
                overflow-y: auto;
                padding-right: 16px;
                border-right: 1px solid rgba(0, 0, 0, .06)
            }

            .compliance-sidebar::-webkit-scrollbar {
                width: 5px
            }

            .compliance-sidebar::-webkit-scrollbar-thumb {
                background: #e86b1b;
                border-radius: 30px
            }

            .compliance-item {
                width: 100%;
                border: none;
                background: 0 0;
                display: flex;
                align-items: center;
                gap: 14px;
                padding: 8px 18px;
                border-radius: 18px;
                margin-bottom: 12px;
                cursor: pointer;
                transition: .3s ease;
                text-align: left
            }

            .compliance-item:hover {
                background: rgba(255, 255, 255, .55)
            }

            .compliance-item.active {
                background: linear-gradient(135deg, #e86b1b 0, #ff9244 100%);
                box-shadow: 0 10px 25px rgba(232, 107, 27, .15)
            }

            .compliance-item.active span {
                color: #fff
            }

            .compliance-item img {
                width: 35px;
                height: 35px;
                object-fit: contain;
                background: #fff;
                border-radius: 50%;
                padding: 5px;
                border: 1px solid rgba(232, 107, 27, .1)
            }

            .compliance-item span {
                font-size: 16px;
                font-weight: 500;
                color: #1a1a1a;
                transition: .3s
            }

            .compliance-content {
                flex: 1
            }

            .compliance-card {
                background: rgba(255, 255, 255, .45);
                border: 1px solid rgba(255, 255, 255, .7);
                border-radius: 32px;
                padding: 25px;
                min-height: 270px;
                backdrop-filter: blur(25px);
                -webkit-backdrop-filter: blur(25px);
                box-shadow: 0 20px 45px rgba(0, 0, 0, .02), inset 0 1px 0 #fff
            }

            .compliance-top {
                margin-bottom: 24px
            }

            .compliance-logo img {
                width: 78px;
                height: 78px;
                object-fit: contain;
                background: #fff;
                border-radius: 50%;
                padding: 8px;
                border: 1px solid rgba(232, 107, 27, .1);
                box-shadow: 0 8px 20px rgba(0, 0, 0, .03)
            }

            .compliance-card h3 {
                font-size: 22px;
                font-weight: 700;
                margin-bottom: 20px;
                color: #000
            }

            .compliance-card p {
                font-size: 17px;
                line-height: 1.5;
                color: #1a1a1a;
                max-width: 95%;
                margin: 0
            }

            .compliance-footer {
                display: flex;
                justify-content: space-between;
                align-items: center;
                gap: 30px;
                margin-top: 35px;
                flex-wrap: wrap
            }

            .footer-content h4 {
                font-size: 1.3rem;
                font-weight: 800;
                color: #000;
                margin-bottom: 10px
            }

            .footer-content p {
                font-size: 1rem;
                color: #5d5a53;
                margin: 0
            }

            .consult-btn {
                background: linear-gradient(135deg, #e86b1b 0, #ff9244 100%);
                color: #fff;
                padding: 18px 34px;
                border-radius: 18px;
                font-size: 1rem;
                font-weight: 700;
                text-decoration: none;
                transition: .3s ease;
                white-space: nowrap;
                box-shadow: 0 10px 25px rgba(232, 107, 27, .22)
            }

            .consult-btn:hover {
                transform: translateY(-2px);
                box-shadow: 0 15px 30px rgba(232, 107, 27, .35);
                color: #fff
            }

            @media(max-width:991px) {
                .compliance-wrapper {
                    flex-direction: column
                }

                .compliance-sidebar {
                    width: 100%;
                    min-width: 100%;
                    max-height: unset;
                    overflow: unset;
                    border-right: none;
                    padding-right: 0
                }

                .compliance-card {
                    padding: 35px
                }

                .compliance-card h3 {
                    font-size: 1.8rem
                }

                .compliance-card p {
                    max-width: 100%
                }
            }
/* android */

      @media (max-width:767px) {
        .modular-card {
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center
        }

        .card-icon-sphere {
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 0 auto 15px auto
        }
      }

      .sv4-svc-title {
        height: 40px
      }

      b.whysoftwaarre {
        line-height: 30px;
        font-size: 24px
      }

      .hero-wrapper {
        position: relative;
        padding: 65px 0 70px 0;
        min-height: 100vh;
        display: flex;
        align-items: center;
        background-color: #fcfaf8;
        color: #1a1a1a;
        overflow-x: hidden;
        background-image: radial-gradient(circle at 80% 20%, rgba(232, 107, 27, .12) 0, transparent 50%), radial-gradient(circle at 20% 80%, rgba(232, 107, 27, .06) 0, transparent 40%)
      }

      .hero-wrapper::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(232, 107, 27, .03) 1px, transparent 1px), linear-gradient(90deg, rgba(232, 107, 27, .03) 1px, transparent 1px);
        background-size: 40px 40px;
        mask-image: radial-gradient(ellipse at center, #000, transparent 80%);
        -webkit-mask-image: radial-gradient(ellipse at center, #000, transparent 80%);
        z-index: 0;
        pointer-events: none
      }

      .subheading {
        font-weight: 600;
        font-size: .85rem;
        color: #e86b1b;
        background: rgba(232, 107, 27, .08);
        padding: 3px 10px;
        border-radius: 100px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 24px;
        border: 1px solid rgba(232, 107, 27, .15)
      }

      .main-heading {
        font-weight: 700;
        font-size: 54px;
        line-height: 1.15;
        letter-spacing: -.03em;
        margin-bottom: 24px
      }

      .highlight-gradient {
        background: linear-gradient(135deg, #1a1a1a 30%, #e86b1b 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
      }

      .highlight-glow {
        position: relative;
        display: inline-block;
        z-index: 1
      }

      .highlight-glow::after {
        content: '';
        position: absolute;
        bottom: 8px;
        left: 0;
        width: 100%;
        height: 8px;
        background: rgba(232, 107, 27, .15);
        border-radius: 4px;
        z-index: -1;
        filter: blur(1px)
      }

      .hero-description {
        font-size: 18px;
        line-height: 1.65;
        color: #333;
        margin-bottom: 6px;
        max-width: 580px
      }

      .btn-premium-cta {
        background: linear-gradient(135deg, #f07828 0, #e86b1b 100%);
        color: #fff;
        font-weight: 600;
        font-size: 1.05rem;
        padding: 16px 36px;
        border-radius: 12px;
        border: none;
        box-shadow: 0 10px 25px rgba(232, 107, 27, .35);
        transition: all .4s cubic-bezier(.16, 1, .3, 1);
        position: relative;
        overflow: hidden
      }

      .btn-premium-cta:hover {
        transform: translateY(-3px);
        box-shadow: 0 14px 30px rgba(232, 107, 27, .45);
        color: #fff
      }

      .btn-premium-cta i {
        transition: transform .3s ease
      }

      .btn-premium-cta:hover i {
        transform: translateX(4px)
      }

      .ecosystem-container {
        position: relative;
        height: 620px;
        width: 100%
      }

      .glass-panel {
        background: rgba(255, 255, 255, .65);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border: 1px solid rgba(255, 255, 255, .6);
        border-radius: 18px;
        box-shadow: 0 20px 40px rgba(232, 107, 27, .04), 0 1px 3px rgba(0, 0, 0, .02);
        position: absolute;
        transition: all .5s cubic-bezier(.16, 1, .3, 1)
      }

      .glass-panel:hover {
        transform: translateY(-8px) scale(1.02);
        border-color: rgba(232, 107, 27, .25);
        box-shadow: 0 30px 60px rgba(232, 107, 27, .08)
      }

      .panel-phone-mockup {
        width: 240px;
        height: 480px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
        border-radius: 36px;
        border: 4px solid #1a1a1a;
        background: #000;
        overflow: hidden;
        box-shadow: 0 40px 80px rgba(0, 0, 0, .15)
      }

      .panel-phone-mockup:hover {
        transform: translate(-50%, -54%) scale(1.02)
      }

      .phone-screen {
        width: 100%;
        height: 100%;
        background: #111;
        padding: 15px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        color: #fff;
        font-size: .75rem;
        position: relative
      }

      .phone-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 5px
      }

      .phone-card {
        background: rgba(255, 255, 255, .07);
        border-radius: 12px;
        padding: 12px;
        border: 1px solid rgba(255, 255, 255, .1)
      }

      .panel-analytics {
        width: 210px;
        top: 40px;
        left: 15px;
        padding: 16px;
        z-index: 6
      }

      .panel-api-sync {
        width: 230px;
        bottom: 40px;
        left: -10px;
        padding: 14px;
        z-index: 7
      }

      .panel-rating {
        width: 180px;
        top: 20px;
        right: 20px;
        padding: 14px;
        z-index: 4
      }

      .panel-dev-card {
        width: 220px;
        bottom: 80px;
        right: -20px;
        padding: 16px;
        z-index: 6
      }

      .stat-bar {
        height: 6px;
        background: #eaeaea;
        border-radius: 4px;
        overflow: hidden;
        margin-top: 8px
      }

      .stat-progress {
        height: 100%;
        width: 78%;
        background: #e86b1b;
        border-radius: 4px
      }

      .pulse-green {
        width: 8px;
        height: 8px;
        background-color: #2ec4b6;
        border-radius: 50%;
        display: inline-block;
        animation: pulse-g 2s infinite
      }

      @keyframes pulse {
        0% {
          box-shadow: 0 0 0 0 rgba(232, 107, 27, .4)
        }

        70% {
          box-shadow: 0 0 0 8px rgba(232, 107, 27, 0)
        }

        100% {
          box-shadow: 0 0 0 0 rgba(232, 107, 27, 0)
        }
      }

      @keyframes pulse-g {
        0% {
          transform: scale(.95);
          box-shadow: 0 0 0 0 rgba(46, 196, 182, .5)
        }

        70% {
          transform: scale(1);
          box-shadow: 0 0 0 6px rgba(46, 196, 182, 0)
        }

        100% {
          transform: scale(.95);
          box-shadow: 0 0 0 0 rgba(46, 196, 182, 0)
        }
      }

      .b1 {
        width: 250px
      }

      @media (max-width:479.98px) {
        .panel-analyticss {
          display: none
        }

        .b1 {
          width: 370px
        }

        .hero-wrapper {
          padding: 65px 0 10px 0
        }
      }

      @media (max-width:991.98px) {
        .hero-wrapper {
          padding-top: 100px;
          text-align: center
        }

        .hero-description {
          margin-left: auto;
          margin-right: auto
        }

        .ecosystem-container {
          transform: scale(.85);
          margin-top: 50px;
          height: 550px
        }

        .main-heading {
          font-size: 2.8rem
        }

        .trust-grid {
          justify-content: center
        }
      }

      .ci-premium-trust-container {
        margin-top: 50px;
        padding-top: 25px;
        border-top: 1px solid rgba(0, 0, 0, .06)
      }

      .ci-premium-pill-badge {
        background: rgba(255, 255, 255, .8);
        border: 1px solid #f374206b;
        padding: 5px 10px;
        border-radius: 100px;
        font-size: 15px;
        font-weight: 600;
        color: #333;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, .01)
      }

      .ci-premium-pill-badge i {
        color: #e86b1b
      }

      .premium-agency-section {
        padding: 50px 0;
        position: relative;
        background-color: #fdfaf7;
        color: #0f172a;
        overflow: hidden
      }

      .ambient-glow-1 {
        position: absolute;
        top: -10%;
        right: -10%;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(232, 107, 27, .08) 0, transparent 70%);
        z-index: 1;
        pointer-events: none
      }

      .ambient-glow-2 {
        position: absolute;
        bottom: -20%;
        left: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(2, 132, 199, .05) 0, transparent 70%);
        z-index: 1;
        pointer-events: none
      }

      .content-capsule {
        position: relative;
        z-index: 2
      }

      .agency-tag {
        font-size: 18px;
        font-weight: 700;
        color: #e86b1b;
        margin-bottom: 10px;
        display: inline-flex;
        align-items: center;
        gap: 8px
      }

      .agency-heading {
        font-size: 35px;
        font-weight: 800;
        line-height: 1.25;
        color: #0f172a;
        margin-bottom: 15px;
        letter-spacing: -1px
      }

      .agency-heading span {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
      }

      .agency-description {
        font-size: 18px;
        color: #333;
        line-height: 1.8;
        margin-bottom: 35px
      }

      .agency-mini-stats {
        display: flex;
        gap: 40px;
        border-top: 1px solid #ebd9cb;
        padding-top: 25px
      }

      .stat-node h4 {
        font-size: 25px;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 4px
      }

      .stat-node h4 span {
        color: #e86b1b
      }

      .stat-node p {
        font-size: .85rem;
        color: #333;
        margin: 0;
        font-weight: 600
      }

      .canvas-container {
        position: relative;
        width: 100%;
        height: 560px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2
      }

      .canvas-isogrid {
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(rgba(232, 107, 27, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(232, 107, 27, .04) 1px, transparent 1px);
        background-size: 50px 50px;
        background-position: center;
        mask-image: radial-gradient(circle, #000 40%, transparent 80%);
        -webkit-mask-image: radial-gradient(circle, #000 40%, transparent 80%)
      }

      .core-hub {
        width: 100px;
        height: 100px;
        background: #fff;
        border-radius: 30px;
        box-shadow: 0 20px 50px rgba(232, 107, 27, .2), inset 0 0 20px rgba(232, 107, 27, .05);
        border: 1px solid rgba(232, 107, 27, .2);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 5;
        animation: corePulse 4s ease-in-out infinite
      }

      .core-hub svg {
        width: 70px;
        height: 70px
      }

      .platform-module {
        position: absolute;
        background: rgba(255, 255, 255, .75);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, .9);
        border-radius: 20px;
        padding: 10px 15px;
        display: flex;
        align-items: center;
        gap: 14px;
        box-shadow: 0 30px 60px rgba(15, 23, 42, .04);
        transition: all .4s cubic-bezier(.16, 1, .3, 1);
        animation: moduleFloat 6s ease-in-out infinite;
        width: 240px
      }

      .platform-module:hover {
        transform: translateY(-8px) scale(1.03);
        background: #fff;
        border-color: #e86b1b;
        box-shadow: 0 30px 60px rgba(232, 107, 27, .1)
      }

      .module-icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        background: #fff3eb;
        color: #e86b1b
      }

      .platform-module h5 {
        font-size: .95rem;
        font-weight: 700;
        margin: 0 0 2px 0;
        color: #0f172a
      }

      .platform-module p {
        font-size: .75rem;
        color: #333;
        margin: 0;
        font-weight: 500
      }

      .mod-ios {
        top: 6%;
        left: 2%;
        animation-delay: 0s
      }

      .mod-android {
        bottom: 15%;
        left: -2%;
        animation-delay: 1.5s
      }

      .mod-web {
        top: 15%;
        right: -2%;
        animation-delay: .7s
      }

      .mod-desktop {
        bottom: 12%;
        right: 4%;
        animation-delay: 2.2s
      }

      @keyframes corePulse {

        0%,
        100% {
          transform: scale(1);
          box-shadow: 0 20px 50px rgba(232, 107, 27, .15)
        }

        50% {
          transform: scale(1.05);
          box-shadow: 0 25px 60px rgba(232, 107, 27, .3)
        }
      }

      @keyframes moduleFloat {

        0%,
        100% {
          transform: translateY(0)
        }

        50% {
          transform: translateY(-15px)
        }
      }

      .agency-reveal {
        opacity: 0;
        transform: translateY(30px);
        transition: all .8s cubic-bezier(.16, 1, .3, 1)
      }

      .agency-reveal.active-view {
        opacity: 1;
        transform: translateY(0)
      }

      @media (max-width:991px) {
        .premium-agency-section {
          text-align: center;
          padding: 80px 0
        }

        .agency-heading {
          font-size: 32px
        }

        .agency-mini-stats {
          justify-content: center
        }

        .canvas-container {
          margin-top: 0;
          transform: scale(.9)
        }
      }

      @media (max-width:576px) {
        .agency-heading {
          font-size: 28px
        }

        .canvas-container {
          transform: scale(.75);
          height: 460px
        }

        .platform-module {
          padding: 12px 16px;
          width: 170px
        }

        .platform-module p {
          display: none
        }

        .mod-ios {
          left: -10px;
          top: 2%
        }

        .mod-android {
          left: -10px;
          bottom: 2%
        }

        .mod-web {
          right: -10px;
          top: 10%
        }

        .mod-desktop {
          right: -10px;
          bottom: 2%
        }
      }

      .ci-arch-text-gradient {
        background: linear-gradient(135deg, #1a1a1a 30%, #e86b1b 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
      }

      .command-center-section {
        position: relative;
        background: radial-gradient(circle at 80% 20%, rgba(232, 107, 27, .07) 0, transparent 50%), radial-gradient(circle at 10% 80%, rgba(232, 107, 27, .04) 0, transparent 40%), #fcfbfc;
        padding: 85px 0;
        overflow: hidden
      }

      .command-center-section::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: radial-gradient(rgba(232, 107, 27, .15) 1px, transparent 1px);
        background-size: 24px 24px;
        opacity: .4;
        pointer-events: none
      }

      .tech-grid-line {
        position: absolute;
        background: linear-gradient(90deg, transparent, rgba(232, 107, 27, .1), transparent);
        height: 1px;
        width: 100%;
        left: 0
      }

      .cc-subheading {
        color: #e86b1b;
        font-weight: 600;
        font-size: 18px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 20px
      }

      .cc-heading {
        font-weight: 700;
        font-size: 35px;
        line-height: 1.15;
        color: #1a1a1a;
        letter-spacing: -.03em
      }

      .highlight-gradient {
        background: linear-gradient(135deg, #1a1a1a 30%, #e86b1b 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative
      }

      .highlight-glow {
        position: relative;
        display: inline-block;
        z-index: 1
      }

      .cc-description {
        color: #333;
        font-size: 18px;
        line-height: 1.75;
        font-weight: 500
      }

      .cc-glass-card {
        background: rgba(255, 255, 255, .65);
        backdrop-filter: blur(16px) saturate(120%);
        -webkit-backdrop-filter: blur(16px) saturate(120%);
        border: 1px solid rgba(232, 107, 27, .15);
        border-radius: 24px;
        padding: 30px;
        transition: all .5s cubic-bezier(.16, 1, .3, 1);
        box-shadow: 0 10px 40px -10px rgba(0, 0, 0, .03), inset 0 1px 0 rgba(255, 255, 255, .6);
        position: relative;
        overflow: hidden
      }

      .cc-glass-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(232, 107, 27, .08) 0, transparent 60%);
        opacity: 0;
        transition: opacity .3s;
        pointer-events: none
      }

      .cc-glass-card:hover::before {
        opacity: 1
      }

      .cc-glass-card:hover {
        transform: translateY(-6px);
        border-color: rgba(232, 107, 27, .4);
        box-shadow: 0 20px 50px -15px rgba(232, 107, 27, .12), 0 0 1px 1px #e86b1b inset
      }

      .card-title-tech {
        font-weight: 700;
        font-size: 18px;
        color: #1a1a1a;
        height: 45px;
        margin-bottom: 12px
      }

      .ci-arch-description {
        font-size: 17px;
        line-height: 1.75;
        color: #333;
        margin-bottom: 0;
        max-width: 580px
      }

      .whysoftwaarre {
        display: block;
        height: 45px
      }

      .sowtware-dr-fail__item-num {
        font-size: 2rem;
        font-weight: 700
      }

      .mumbai-services-section {
        padding: 80px 20px;
        background-color: #e86b1b08
      }

      .section-subheading {
        font-size: 18PX;
        font-weight: 700;
        color: #e86b1b
      }

      .section-heading {
        font-weight: 700;
        color: #111827;
        letter-spacing: -.02em
      }

      .mumbai-services-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        margin-top: 40px
      }

      @media (max-width:768px) {
        .mumbai-services-grid {
          grid-template-columns: 1fr
        }
      }

      .mumbai-service-card {
        background: #fff;
        border-radius: 16px;
        padding: 24px;
        box-shadow: 0 10px 30px rgba(232, 107, 27, .03);
        transition: all .35s cubic-bezier(.16, 1, .3, 1);
        border: 1px solid rgba(0, 0, 0, .02);
        display: flex;
        flex-direction: column;
        justify-content: flex-start
      }

      .mumbai-service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(232, 107, 27, .07)
      }

      h3.Mumbai-serv {
        border-bottom: 3px solid #e86b1b;
        padding: 14px 18px;
        font-size: 1.05rem;
        font-weight: 700;
        color: #111827;
        background-color: #e86b1b0a;
        border-radius: 12px;
        margin-top: 0;
        margin-bottom: 16px;
        line-height: 1.4
      }

      .mumbai-service-card p {
        font-size: 18PX;
        line-height: 1.6;
        color: #333;
        margin-bottom: 0;
        padding: 0 4px
      }

      .hiring-section {
        position: relative;
        padding: 60px 0;
        background-color: #fcfbfa;
        background-image: linear-gradient(rgba(232, 107, 27, .03) 1px, transparent 1px), linear-gradient(90deg, rgba(232, 107, 27, .03) 1px, transparent 1px);
        background-size: 40px 40px;
        color: #1a1a1a;
        overflow-x: hidden
      }

      .blur-shape {
        position: absolute;
        border-radius: 50%;
        filter: blur(80px);
        z-index: 0;
        opacity: .5;
        animation: float 8s ease-in-out infinite
      }

      .shape-1 {
        width: 300px;
        height: 300px;
        background: rgba(232, 107, 27, .2);
        top: 10%;
        left: -5%
      }

      .shape-2 {
        width: 400px;
        height: 400px;
        background: rgba(232, 107, 27, .15);
        bottom: 5%;
        right: -10%;
        animation-delay: -4s
      }

      @keyframes float {

        0%,
        100% {
          transform: translateY(0) scale(1)
        }

        50% {
          transform: translateY(-20px) scale(1.05)
        }
      }

      .subheading {
        font-weight: 600;
        font-size: .9rem;
        color: #e86b1b;
        display: inline-block;
        margin-bottom: 12px;
        padding: 3px 10px;
        background: rgba(232, 107, 27, .08);
        border-radius: 30px;
        border: 1px solid rgba(232, 107, 27, .2)
      }

      .main-heading {
        font-weight: 700;
        font-size: 34px;
        line-height: 1.2;
        letter-spacing: -.03em;
        margin: 0 auto 60px auto
      }

      .highlight-text {
        background: linear-gradient(120deg, #1a1a1a 0, #e86b1b 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative
      }

      .bento-grid {
        display: grid;
        grid-template-columns: 1fr 1.1fr 1fr;
        gap: 24px;
        align-items: stretch
      }

      @media (max-width:991px) {
        .bento-grid {
          grid-template-columns: 1fr
        }
      }

      .hiring-card {
        background: rgba(255, 255, 255, .65);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border: 1px solid rgba(255, 255, 255, .6);
        border-radius: 24px;
        padding: 40px 32px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        transition: all .4s cubic-bezier(.16, 1, .3, 1);
        box-shadow: 0 10px 30px rgba(0, 0, 0, .02)
      }

      .hiring-card:hover {
        transform: translateY(-8px) scale(1.01);
        box-shadow: 0 20px 40px rgba(0, 0, 0, .05);
        border-color: rgba(232, 107, 27, .3)
      }

      .hiring-card.featured {
        border: 1px solid rgba(232, 107, 27, .4);
        box-shadow: 0 15px 35px rgba(232, 107, 27, .15);
        background: rgba(255, 255, 255, .85);
        transform: scale(1.03)
      }

      @media (max-width:991px) {
        .hiring-card.featured {
          transform: scale(1)
        }
      }

      .hiring-card.featured:hover {
        border-color: #e86b1b;
        box-shadow: 0 20px 50px rgba(232, 107, 27, .25)
      }

      .popular-badge {
        position: absolute;
        top: -14px;
        left: 50%;
        transform: translateX(-50%);
        background: #e86b1b;
        color: #fff;
        padding: 4px 16px;
        font-size: .75rem;
        font-weight: 700;
        border-radius: 20px;
        letter-spacing: 1px;
        text-transform: uppercase;
        box-shadow: 0 4px 12px rgba(232, 107, 27, .15)
      }

      .analytics-indicator {
        display: flex;
        align-items: center;
        gap: 8px;
        background: rgba(0, 0, 0, .03);
        padding: 6px 12px;
        border-radius: 12px;
        font-size: .8rem;
        font-weight: 600;
        color: #333;
        width: fit-content;
        margin-bottom: 20px
      }

      .featured .analytics-indicator {
        background: rgba(232, 107, 27, .08);
        color: #e86b1b
      }

      @keyframes pulse {
        0% {
          transform: scale(.95);
          box-shadow: 0 0 0 0 rgba(232, 107, 27, .7)
        }

        70% {
          transform: scale(1);
          box-shadow: 0 0 0 6px rgba(232, 107, 27, 0)
        }

        100% {
          transform: scale(.95);
          box-shadow: 0 0 0 0 rgba(232, 107, 27, 0)
        }
      }

      .card-title {
        font-weight: 700;
        font-size: 23px;
        margin-bottom: 12px
      }

      .card-description {
        font-size: 18px;
        color: #333;
        line-height: 1.5;
        margin-bottom: 32px;
        min-height: 45px
      }

      .feature-list {
        list-style: none;
        padding: 0;
        margin: 0 0 40px 0
      }

      .feature-item {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 10px;
        font-size: 17px;
        font-weight: 500
      }

      .feature-item i {
        color: #333;
        font-size: 1rem;
        transition: color .3s ease
      }

      .hiring-card.featured .feature-item i,
      .hiring-card:hover .feature-item i {
        color: #e86b1b
      }

      .btn-hiring {
        width: 100%;
        padding: 10px;
        border-radius: 14px;
        font-weight: 600;
        font-size: 18px;
        border-radius: 50px;
        transition: all .3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border: 1px solid rgba(0, 0, 0, .1);
        background: #fff;
        color: #1a1a1a
      }

      .btn-hiring:hover {
        background: #1a1a1a;
        color: #fff;
        border-color: #1a1a1a
      }

      .btn-hiring.btn-featured {
        background: #e86b1b;
        color: #fff;
        border: none;
        box-shadow: 0 4px 15px rgba(232, 107, 27, .15)
      }

      .btn-hiring.btn-featured:hover {
        background: #d45d13;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(232, 107, 27, .4)
      }

      .section-container {
        padding: 80px 24px
      }

      .max-w-container {
        max-w: 1150px;
        margin: 0 auto
      }

      .flex-layout {
        display: flex;
        flex-direction: column;
        gap: 64px
      }

      @media (min-width:1024px) {
        .flex-layout {
          flex-direction: row
        }

        .left-column {
          width: 33.333%;
          position: sticky;
          top: 80px;
          height: fit-content
        }

        .right-column {
          width: 66.666%
        }
      }

      .badge {
        display: inline-block;
        border-radius: 9999px;
        color: #ea580c;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 8px
      }

      .main-heading {
        font-size: 34px;
        font-weight: 800;
        line-height: 1.2;
        margin: 0 0 32px 0
      }

      @media (min-width:768px) {
        .main-heading {
          font-size: 34px
        }

        .flex-layout {
          gap: 3px
        }
      }

      .heading-orange {
        color: #f97316
      }

      .sub-text {
        color: #1a1a1a;
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 40px
      }

      .cta-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background-color: #0f172a;
        color: #fff;
        font-weight: 700;
        padding: 16px 32px;
        border-radius: 9999px;
        text-decoration: none;
        transition: all .3s ease
      }

      .cta-btn:hover {
        background-color: #f97316
      }

      .cta-btn svg {
        width: 20px;
        height: 20px;
        transition: transform .3s ease
      }

      .cta-btn:hover svg {
        transform: translateX(4px)
      }

      .bg-blob {
        position: absolute;
        width: auto;
        height: 500px;
        background: radial-gradient(circle, rgba(249, 115, 22, .08) 0, transparent 70%);
        top: -100px;
        right: -100px;
        z-index: -1
      }

      .process-item {
        position: relative;
        padding-bottom: 4rem;
        display: flex;
        gap: 2rem
      }

      .process-item:last-child {
        padding-bottom: 0
      }

      .process-item::before {
        content: '';
        position: absolute;
        left: 27px;
        top: 60px;
        bottom: 0;
        width: 2px;
        background: #d9d9d9;
        z-index: 0
      }

      .process-item:last-child::before {
        display: none
      }

      .step-indicator {
        flex-shrink: 0;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: #fff;
        border: 2px solid #f1f5f9;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
        color: #94a3b8;
        position: relative;
        z-index: 1;
        transition: all .3s ease
      }

      .process-item:hover .step-indicator {
        border-color: #f97316;
        color: #f97316;
        background: #fff7ed;
        transform: scale(1.1)
      }

      .process-content {
        padding-top: 12px
      }

      .process-title {
        font-size: 25px;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: .5rem;
        transition: color .3s ease
      }

      .process-item:hover .process-title {
        color: #f97316
      }

      .process-desc {
        color: #1a1a1a;
        line-height: 1.6;
        max-width: 500px;
        margin: 0
      }

      .orange-highlight {
        color: #f97316
      }

      .bg-num {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 8rem;
        font-weight: 900;
        color: rgba(249, 115, 22, .03);
        pointer-events: none;
        user-select: none
      }

      @media (max-width:768px) {
        .bg-num {
          display: none
        }

        .process-item::before {
          left: 23px
        }

        .step-indicator {
          width: 48px;
          height: 48px
        }
      }

      .why-choose-section {
        padding: 77px 0;
        position: relative;
        background: #fdfaf7;
        overflow: hidden
      }

      .choose-glow-blur {
        position: absolute;
        top: -10%;
        left: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(232, 107, 27, .05) 0, transparent 70%);
        pointer-events: none;
        z-index: 1
      }

      .choose-capsule {
        position: relative;
        z-index: 2
      }

      .choose-tag {
        font-size: 18px;
        font-weight: 700;
        color: #e86b1b;
        margin-bottom: 20px;
        display: inline-flex;
        align-items: center;
        gap: 8px
      }

      .choose-heading {
        font-size: 35px;
        font-weight: 800;
        line-height: 1.3;
        color: #0f172a;
        letter-spacing: -1px;
        margin-bottom: 30px
      }

      .choose-heading span {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
      }

      .trust-visual-metric {
        background: rgba(255, 255, 255, .6);
        border: 1px solid #ebd9cb;
        padding: 24px;
        border-radius: 20px;
        max-width: 360px;
        margin-top: 40px
      }

      .trust-line {
        display: flex;
        justify-content: space-between;
        font-size: .9rem;
        font-weight: 700;
        margin-bottom: 8px;
        color: #0f172a
      }

      .trust-bar-bg {
        height: 6px;
        background: #e2e8f0;
        border-radius: 100px;
        overflow: hidden
      }

      .trust-bar-fill {
        height: 100%;
        width: 100%;
        background: linear-gradient(135deg, #e86b1b 0, #ff761b 100%);
        border-radius: 100px;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 1.5s cubic-bezier(.16, 1, .3, 1) .3s
      }

      .choose-reveal.active-view .trust-bar-fill {
        transform: scaleX(1)
      }

      .modular-cards-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        position: relative;
        z-index: 2
      }

      .modular-card {
        background: rgba(255, 255, 255, .75);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, .9);
        border-radius: 24px;
        padding: 22px;
        box-shadow: 0 20px 40px rgba(15, 23, 42, .02);
        transition: all .4s cubic-bezier(.16, 1, .3, 1)
      }

      .modular-card:hover {
        transform: translateY(-6px);
        background: #fff;
        border-color: #e86b1b;
        box-shadow: 0 30px 60px rgba(232, 107, 27, .08)
      }

      .card-icon-sphere {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        background: #fff3eb;
        color: #e86b1b;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
        margin-bottom: 18px;
        transition: all .3s ease
      }

      .modular-card:hover .card-icon-sphere {
        background: #e86b1b;
        color: #fff
      }

      .modular-card h4 {
        font-size: 20px;
        font-weight: 700;
        color: #0f172a;
        margin-bottom: 12px
      }

      .modular-card p {
        font-size: 16px;
        color: #1a1a1a;
        line-height: 1.6;
        margin: 0
      }

      .choose-reveal {
        opacity: 0;
        transform: translateY(30px);
        transition: all .8s cubic-bezier(.16, 1, .3, 1)
      }

      .choose-reveal.active-view {
        opacity: 1;
        transform: translateY(0)
      }

      @media (max-width:991px) {
        .why-choose-section {
          text-align: center;
          padding: 90px 0
        }

        .choose-heading {
          font-size: 32px
        }

        .trust-visual-metric {
          margin: 40px auto 0 auto
        }

        .modular-cards-grid {
          margin-top: 60px
        }
      }

      @media (max-width:768px) {
        .modular-cards-grid {
          grid-template-columns: 1fr;
          gap: 20px
        }

        .modular-card {
          padding: 24px
        }
      }

      @media (max-width:576px) {
        .choose-heading {
          font-size: 28px
        }
      }

      @media (max-width:768px) {
        .sv4-bottom-svc {
          padding: 20px
        }
      }
/*php */
.sv4-bottom {
    grid-template-columns: 1fr 1fr 1fr !important;
}
 @media (max-width: 768px) {
             

                .image-floating-glass-badge {
                    display: none !important;

                }

                .hiring-section {

                    padding: 66px 0;

                }

                .flex-layout {
                    gap: 1px !important;
                }

                .saas-floating-pill {
                    display: none !important;
                }
            }

            b.whysoftwaarre {
                line-height: 30px;
                font-size: 22px;
            }

            .whysoftwaarre {
                display: block;
                margin-bottom: 25px !important;
                height: 45px;
            }

            /*section 1*/
            .ci-premium-pill-badge {
                background: rgba(255, 255, 255, 0.8);
                /* border: 1px solid rgba(0, 0, 0, 0.05); */
                border: 1px solid #f374206b;
                padding: 3px 10px;
                border-radius: 100px;
                font-size: 15px;
                font-weight: 600;
                color: #333;
                display: inline-flex;
                align-items: center;
                gap: 8px;
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.01);
            }

            .ci-premium-pill-badge i {
                color: #e86b1b;
            }

            .ci-premium-trust-container {
                margin-top: 20px;
                padding-top: 25px;
                border-top: 1px solid rgba(0, 0, 0, 0.06);
            }

            /* --- Technical Grid Background & Layout Fixes --- */
            .hero-premium-section {
                position: relative;
                min-height: 100vh;
                padding: 60px 0 80px 0;
                display: flex;
                align-items: center;
                color: #0f172a;
                /* Handled --text-dark */
                background-color: #fbf6f0;
                background-image:
                    linear-gradient(rgba(235, 222, 211, 0.5) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(235, 222, 211, 0.5) 1px, transparent 1px),
                    radial-gradient(circle at 80% 30%, rgba(254, 215, 170, 0.5) 0%, transparent 60%),
                    radial-gradient(circle at 20% 80%, rgba(219, 234, 254, 0.4) 0%, transparent 50%);
                background-size: 70px 70px, 70px 70px, 100% 100%, 100% 100%;
            }

            /* --- Premium Badge --- */
            .partner-pill-badge {
                background: #fff3eb;
                border: 1px solid #fbd8c2;
                color: #1e293b;
                font-weight: 600;
                font-size: 0.9rem;
                padding: 4px 16px;
                border-radius: 100px;
                display: inline-flex;
                align-items: center;
                gap: 10px;
                margin-bottom: 20px;
                box-shadow: 0 4px 15px rgba(232, 107, 27, 0.04);
            }

            .partner-pill-badge i {
                color: #e86b1b;
                /* Handled --accent-orange */
                font-size: 1rem;
            }

            /* --- Typography --- */
            .hero-title-main {
                font-size: 53px;
                font-weight: 700;
                line-height: 1.15;
                letter-spacing: -1.3px;
                color: #0f172a;
                /* Handled --text-dark */
                margin-bottom: 10px;
            }

            .hero-title-main span {
                color: #e86b1b;
                /* Handled --accent-orange */
            }

            .hero-desc-para {
                font-size: 18px;
                color: #333;
                line-height: 1.7;
                max-width: 600px;
                margin-bottom: 9px;
            }

            /* --- CTA Buttons --- */
            .btn-premium-orange {
                background: linear-gradient(135deg, #e86b1b 0%, #f07b33 100%);
                /* Handled --accent-orange */
                color: #ffffff !important;
                font-weight: 700;
                font-size: 1.05rem;
                padding: 16px 36px;
                border-radius: 12px;
                border: none;
                box-shadow: 0 10px 25px rgba(232, 107, 27, 0.3);
                transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
            }

            .btn-premium-orange:hover {
                transform: translateY(-3px);
                box-shadow: 0 14px 35px rgba(232, 107, 27, 0.4);
            }

            .btn-premium-white {
                background: rgba(255, 255, 255, 0.8);
                border: 1px solid #e2e8f0;
                color: #0f172a !important;
                /* Handled --text-dark */
                font-weight: 600;
                font-size: 1.05rem;
                padding: 16px 36px;
                border-radius: 12px;
                backdrop-filter: blur(10px);
                transition: all 0.3s ease;
            }

            .btn-premium-white:hover {
                background: #ffffff;
                border-color: #cbd5e1;
                transform: translateY(-3px);
                box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
            }

            /* --- RIGHT SIDE: Premium Image Showcase Layout --- */
            .hero-image-showcase-wrapper {
                position: relative;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;

            }

            .hero-main-responsive-img {
                width: 100%;
                max-width: 550px;
                height: auto;
                object-fit: contain;
                border-radius: 24px;
                position: relative;
                z-index: 2;


            }


            .image-ambient-blur {
                position: absolute;
                width: 350px;
                height: 350px;
                background: radial-gradient(circle, rgba(232, 107, 27, 0.12) 0%, transparent 70%);
                filter: blur(50px);
                z-index: 1;
                top: 10%;
                right: 10%;
                pointer-events: none;
            }


            .image-floating-glass-badge {
                position: absolute;
                bottom: -11%;
                left: 54%;
                background: rgba(255, 255, 255, 0.8);
                backdrop-filter: blur(12px);
                -webkit-backdrop-filter: blur(12px);
                border: 1px solid rgba(255, 255, 255, 0.6);
                border-radius: 20px;
                padding: 14px 20px;
                display: flex;
                align-items: center;
                gap: 14px;
                box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
                z-index: 3;
                animation: imageBadgeFloat 5s ease-in-out infinite;
            }

            .badge-icon-box {
                width: 38px;
                height: 38px;
                background: #fff3eb;
                color: #e86b1b;
                border-radius: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 1rem;
            }

            .image-floating-glass-badge h6 {
                font-size: 0.9rem;
                font-weight: 700;
                margin: 0;
                color: #0f172a;
            }

            .image-floating-glass-badge p {
                font-size: 0.75rem;
                margin: 0;
                color: #64748b;
                font-weight: 500;
            }

            /* --- Trust Section Bottom --- */
            .trust-grid-wrapper {
                margin-top: 35px;
                border-top: 1px solid #ebd9cb;
                padding-top: 30px;
            }

            .ci-premium-pill-badge {
                font-size: 0.85rem;
                font-weight: 600;
                color: #334155;
                background: #ffffff;
                border: 1px solid rgba(0, 0, 0, 0.05);
                padding: 10px 20px;
                border-radius: 100px;
                display: inline-flex;
                align-items: center;
                gap: 8px;
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.01);
            }

            .ci-premium-pill-badge i {
                color: #e86b1b;
            }

            /* Micro Animation for Floating Badge */
            @keyframes imageBadgeFloat {

                0%,
                100% {
                    transform: translateY(0);
                }

                50% {
                    transform: translateY(-10px);
                }
            }

            /* Responsive Handling */
            @media (max-width: 991px) {
                .hero-premium-section {
                    text-align: center;
                    padding: 60px 0;
                }

                .hero-title-main {
                    font-size: 2.5rem;
                }

                .hero-desc-para {
                    margin: 0 auto 30px auto;
                }

                .hero-image-showcase-wrapper {
                    margin-top: 40px;
                }

                .trust-grid-wrapper .d-flex {
                    justify-content: center;
                }
            }

            /* Filled Dashboard Grid Interior */
            .studio-grid-layout {
                display: grid;
                grid-template-columns: 1.2fr 1fr;
                gap: 14px;
                height: calc(100% - 40px);
            }

            /* Code Snippet Box (Flutter Content) */
            .code-snippet-pane {
                background: #0f172a;
                border-radius: 14px;
                padding: 16px;

                font-size: 0.75rem;
                color: #94a3b8;
                overflow: hidden;
                display: flex;
                flex-direction: column;
                gap: 6px;
                box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.5);
            }

            .code-keyword {
                color: #f472b6;
            }

            .code-class {
                color: #38bdf8;
            }

            .code-string {
                color: #34d399;
            }

            .code-comment {
                color: #64748b;
                font-style: italic;
            }

            /* Right Stats Area split in rows */
            .stats-vertical-stack {
                display: flex;
                flex-direction: column;
                gap: 12px;
            }

            /* Live Developer Profile Card */
            .dev-hire-profile-card {
                background: #ffffff;
                border: 1px solid #e2e8f0;
                border-radius: 12px;
                padding: 12px;
                display: flex;
                align-items: center;
                gap: 12px;
            }

            .dev-avatar {
                width: 40px;
                height: 40px;
                background: #e2e8f0;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #e86b1b;
                /* Handled --accent-orange */
                font-weight: 700;
                border: 2px solid #ffedd5;
            }

            .status-pulse-dot {
                width: 8px;
                height: 8px;
                background: #22c55e;
                border-radius: 50%;
                display: inline-block;
                box-shadow: 0 0 8px #22c55e;
            }

            /* Performance Metrics Graph simulation */
            .app-performance-box {
                background: #ffffff;
                border: 1px solid #e2e8f0;
                border-radius: 12px;
                padding: 12px;
                flex-grow: 1;
            }

            .simulated-bars {
                display: flex;
                align-items: flex-end;
                gap: 8px;
                height: 60px;
                margin-top: 15px;
            }

            .bar-item {
                width: 100%;
                background: #cbd5e1;
                border-radius: 4px 4px 0 0;
                transition: height 0.3s ease;
            }

            .bar-item.active {
                background: linear-gradient(to top, #e86b1b, #f97316);
                /* Handled --accent-orange */
            }

            /* --- Floating High-End Tech Badges --- */
            .saas-floating-pill {
                position: absolute;
                background: rgba(255, 255, 255, 0.95);
                border: 1px solid rgba(255, 255, 255, 1);
                border-radius: 14px;
                padding: 8px 12px;
                font-size: 13px;
                font-weight: 700;
                color: #1e293b;
                text-transform: uppercase;
                box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
                backdrop-filter: blur(10px);
                z-index: 3;
                display: flex;
                align-items: center;
                gap: 8px;
                animation: modernFloat 6s ease-in-out infinite;
            }

            .saas-floating-pill i {
                font-size: 0.95rem;
            }

            .saas-floating-pill.sp-orange i {
                color: #e86b1b;
            }

            /* Handled --accent-orange */
            .saas-floating-pill.sp-blue i {
                color: #0284c7;
            }

            .pill-pos-1 {
                top: 6%;
                left: -5%;
                animation-delay: 0s;
            }

            .pill-pos-2 {
                bottom: 6%;
                left: -2%;
                animation-delay: 0.5s;
            }

            .pill-pos-3 {
                bottom: 15%;
                right: -5%;
                animation-delay: 1s;
            }

            @keyframes modernFloat {

                0%,
                100% {
                    transform: translateY(0);
                }

                50% {
                    transform: translateY(-10px);
                }
            }

            .flutter-shape-vector {
                position: absolute;
                right: -30px;
                top: 10%;
                width: 140px;
                height: 140px;
                background: linear-gradient(135deg, rgba(2, 86, 155, 0.1), rgba(66, 165, 245, 0.1));
                clip-path: polygon(75% 0%, 100% 25%, 50% 75%, 0% 25%, 25% 0%, 50% 25%);
                z-index: 1;
                transform: rotate(-12deg);
            }

            /* --- Bottom Premium Feature Grid Strip --- */
            .feature-grid-strip {
                margin-top: 90px;
                display: grid;
                grid-template-columns: repeat(5, 1fr);
                gap: 20px;
                border-top: 1px solid rgba(235, 222, 211, 0.8);
                padding-top: 40px;
            }

            .feature-grid-box {
                background: rgba(255, 255, 255, 0.6);
                border: 1px solid #f1f5f9;
                border-radius: 18px;
                padding: 20px;
                transition: all 0.3s ease;
            }

            .feature-grid-box:hover {
                background: #ffffff;
                border-color: #cbd5e1;
                transform: translateY(-4px);
                box-shadow: 0 12px 30px rgba(0, 0, 0, 0.03);
            }

            .feature-grid-box h4 {
                font-size: 1rem;
                font-weight: 700;
                color: #0f172a;
                /* Handled --text-dark */
                margin: 0 0 6px 0;
            }

            .feature-grid-box p {
                font-size: 0.85rem;
                color: #64748b;
                margin: 0;
                font-weight: 500;
                line-height: 1.4;
            }

            .stars-row {
                color: #f59e0b;
                font-size: 0.75rem;
                margin-top: 6px;
                display: flex;
                gap: 2px;
            }

            /* --- Responsive Viewports --- */
            @media (max-width: 1200px) {
                .hero-title-main {
                    font-size: 48px;
                }

                .feature-grid-strip {
                    grid-template-columns: repeat(3, 1fr);
                }
            }

            @media (max-width: 991px) {
                .hero-premium-section {
                    text-align: center;
                    padding-top: 100px;
                }

                .hero-desc-para {
                    margin: 0 auto 30px auto;
                }

                .flex-buttons-wrapper {
                    justify-content: center;
                }

                .mockup-showcase-area {
                    margin-top: 70px;
                    height: auto;
                }

                .main-showcase-window {
                    height: auto;
                }

                .studio-grid-layout {
                    grid-template-columns: 1fr;
                }

                .feature-grid-strip {
                    grid-template-columns: repeat(2, 1fr);
                    margin-top: 60px;
                }
            }

            @media (max-width: 576px) {
                .hero-title-main {
                    font-size: 36px;
                }

                .flex-buttons-wrapper {
                    flex-direction: column;
                    gap: 12px;
                }

                .btn-premium-orange,
                .btn-premium-white {
                    width: 100%;
                }

                .feature-grid-strip {
                    grid-template-columns: 1fr;
                }

                .pill-pos-3 {
                    right: 0;
                }
            }

            /*section 1*/

            /*section 2*/


            /* Section Base Setup */
            .premium-agency-section {
                padding: 15px 0;
                /* Optimized spatial layout separation */
                position: relative;
                background-color: #fdfcfb;
                /* Clean modern soft warm canvas */
                color: #0f172a;
                overflow: hidden;
            }

            /* Background Ambient Glow Effects */
            .ambient-glow-1 {
                position: absolute;
                top: -10%;
                right: -10%;
                width: 600px;
                height: 600px;
                background: radial-gradient(circle, rgba(232, 107, 27, 0.08) 0%, transparent 70%);
                z-index: 1;
                pointer-events: none;
            }

            .ambient-glow-2 {
                position: absolute;
                bottom: -20%;
                left: -10%;
                width: 500px;
                height: 500px;
                background: radial-gradient(circle, rgba(232, 107, 27, 0.05) 0%, transparent 70%);
                z-index: 1;
                pointer-events: none;
            }

            .content-capsule {
                position: relative;
                z-index: 5;
            }

            /* Badge Tag Styling */
            .agency-tag {
                font-size: 14px;
                font-weight: 700;
                color: #e86b1b;
                margin-bottom: 20px;
                display: inline-flex;
                align-items: center;
                gap: 8px;
                background: rgba(232, 107, 27, 0.06);
                padding: 6px 16px;
                border-radius: 100px;
                border: 1px solid rgba(232, 107, 27, 0.15);
            }

            /* Running Server Activity Node Marker */
            .pulse-node-dot {
                width: 6px;
                height: 6px;
                background: #e86b1b;
                border-radius: 50%;
                display: inline-block;
                animation: activePulse 1.6s infinite alternate;
            }

            .agency-heading {
                font-size: 34px;
                /* High-end SaaS typography scale rule */
                font-weight: 700;
                line-height: 1.2;
                color: #0f172a;
                margin-bottom: 6px;
                letter-spacing: -1.5px;
            }

            /* Gradient Text Effect matching the requested theme */
            .ci-arch-text-gradient {
                background: linear-gradient(135deg, #0f172a 30%, #e86b1b 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                position: relative;
            }

            .agency-description {
                font-size: 17px;
                color: #475569;
                /* Balanced contrast text definition */
                line-height: 1.8;
                margin-bottom: 35px;
            }

            /* Mini Stats Border and Grid Alignment */
            .agency-mini-stats {
                display: flex;
                gap: 50px;
                border-top: 1px solid rgba(232, 107, 27, 0.15);
                padding-top: 28px;
            }

            .stat-node h4 {
                font-size: 32px;
                font-weight: 800;
                color: #0f172a;
                margin-bottom: 4px;
                letter-spacing: -1px;
            }

            .stat-node h4 .orange-highlight {
                color: #e86b1b;
                font-size: 20px;
                font-weight: 700;
                margin-left: 2px;
            }

            .stat-node p {
                font-size: 14px;
                color: #64748b;
                margin: 0;
                font-weight: 500;
            }

            /* --- Left Side Canvas Layout --- */
            .canvas-container {
                position: relative;
                width: 100%;
                height: 520px;
                display: flex;
                align-items: center;
                justify-content: center;
                z-index: 2;
            }

            .canvas-isogrid {
                position: absolute;
                width: 100%;
                height: 100%;
                background-image:
                    linear-gradient(rgba(232, 107, 27, 0.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(232, 107, 27, 0.03) 1px, transparent 1px);
                background-size: 45px 45px;
                background-position: center;
                mask-image: radial-gradient(circle, black 40%, transparent 80%);
                -webkit-mask-image: radial-gradient(circle, black 40%, transparent 80%);
            }

            /* Center React / Node Core Hub Card */
            .core-hub {
                width: 100px;
                height: 100px;
                background: #ffffff;
                border-radius: 50%;
                /* Modern systemic processing circular anchor */
                box-shadow: 0 25px 50px rgba(232, 107, 27, 0.15);
                border: 1px solid rgba(232, 107, 27, 0.18);
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
                z-index: 5;
                animation: corePulse 4s ease-in-out infinite;
            }

            .core-hub i {
                font-size: 3.2rem;
                color: #e86b1b;
            }

            /* Floating Module Structure */
            .platform-module {
                position: absolute;
                background: rgba(255, 255, 255, 0.65);
                /* High-end modern glass parameter */
                backdrop-filter: blur(20px);
                -webkit-backdrop-filter: blur(20px);
                border: 1px solid rgba(232, 107, 27, 0.12);
                border-radius: 22px;
                padding: 12px 9px;
                display: flex;
                align-items: center;
                gap: 16px;
                box-shadow: 0 20px 40px rgba(15, 23, 42, 0.02), inset 0 1px 0 rgba(255, 255, 255, 0.8);
                transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
                width: 255px;
                z-index: 20;
            }

            .platform-module:hover {
                transform: translateY(-5px) scale(1.02);
                background: #ffffff;
                border-color: #e86b1b;
                box-shadow: 0 30px 60px rgba(232, 107, 27, 0.12);
            }

            .module-icon.icon-orange {
                width: 44px;
                height: 44px;
                border-radius: 14px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 1.25rem;
                background: #fff6f0;
                color: #e86b1b;
            }

            .platform-module h5 {
                font-size: 15px;
                font-weight: 700;
                margin: 0 0 2px 0;
                color: #0f172a;
            }

            .platform-module p {
                font-size: 13px;
                color: #64748b;
                margin: 0;
                font-weight: 500;
            }

            /* Exact Module Coordinates with Independent Fluid Oscillations */
            .mod-apple-ios {
                top: 12%;
                left: 2%;
                animation: moduleFloat1 6s ease-in-out infinite alternate;
            }

            .mod-web-apps {
                top: 16%;
                right: 2%;
                animation: moduleFloat2 5s ease-in-out infinite alternate;
            }

            .mod-android-os {
                bottom: 12%;
                left: -2%;
                animation: moduleFloat3 7s ease-in-out infinite alternate;
            }

            .mod-desktop-os {
                bottom: 16%;
                right: -2%;
                animation: moduleFloat4 8s ease-in-out infinite alternate;
            }

            /* Micro-animations Interface System */
            @keyframes corePulse {

                0%,
                100% {
                    transform: scale(1);
                    box-shadow: 0 25px 50px rgba(232, 107, 27, 0.15);
                }

                50% {
                    transform: scale(1.04);
                    box-shadow: 0 30px 60px rgba(232, 107, 27, 0.25);
                }
            }

            @keyframes moduleFloat1 {
                0% {
                    transform: translateY(0);
                }

                100% {
                    transform: translateY(-12px) rotate(0.5deg);
                }
            }

            @keyframes moduleFloat2 {
                0% {
                    transform: translateY(0);
                }

                100% {
                    transform: translateY(-16px) rotate(-0.5deg);
                }
            }

            @keyframes moduleFloat3 {
                0% {
                    transform: translateY(0);
                }

                100% {
                    transform: translateY(-10px) rotate(-0.5deg);
                }
            }

            @keyframes moduleFloat4 {
                0% {
                    transform: translateY(0);
                }

                100% {
                    transform: translateY(-14px) rotate(0.5deg);
                }
            }

            @keyframes activePulse {
                from {
                    opacity: 0.3;
                }

                to {
                    opacity: 1;
                }
            }

            .agency-reveal {
                opacity: 1;
                transform: translateY(0);
            }

            /* Extra Sections Grid Layout Configurations */
            .software-dr-fail__gridv {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 30px;
                margin-top: 20px;
            }

            .software-dr-fail {
                padding: 80px 0;
                background-color: #ffffff;
                overflow: hidden;
            }

            .highlight-gradient {
                background: linear-gradient(135deg, #0f172a 30%, #e86b1b 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            /* ==========================================================================
       Responsive Viewport Logic
       ========================================================================== */

            /* Tablet Optimization (Up to 991px) */
            @media (max-width: 991px) {
                .premium-agency-section {
                    text-align: center;
                    padding: 80px 0;
                }

                .agency-heading {
                    font-size: 36px;
                    letter-spacing: -1px;
                }

                .agency-mini-stats {
                    justify-content: center;
                    gap: 40px;
                }

                .canvas-container {
                    margin-bottom: 30px;
                    height: 440px;
                }

                .platform-module {
                    width: 230px;
                }
            }

            /* Mobile Screen Tuning (Up to 576px) */
            @media (max-width: 576px) {
                .agency-heading {
                    font-size: 28px;
                }

                .canvas-container {
                    display: flex;
                    flex-direction: column;
                    height: auto;
                    gap: 16px;
                    transform: none;
                }

                .platform-module {
                    position: relative !important;
                    top: auto !important;
                    bottom: auto !important;
                    left: auto !important;
                    right: auto !important;
                    width: 100%;
                    max-width: 320px;
                    margin: 0 auto;
                    animation: none !important;
                }

                .platform-module p {
                    display: block;
                }

                .core-hub {
                    display: none;
                }
            }

            /*section  3*/
            /* Immersive Futuristic Background */
            .command-center-section {
                position: relative;
                background: radial-gradient(circle at 80% 20%, rgba(232, 107, 27, 0.07) 0%, transparent 50%),
                    radial-gradient(circle at 10% 80%, rgba(232, 107, 27, 0.04) 0%, transparent 40%),
                    #fcfbfc;
                padding: 85px 0;
                overflow: hidden;

            }

            /* Dot Matrix Overlays & Grids */
            .command-center-section::before {
                content: '';
                position: absolute;
                inset: 0;
                background-image: radial-gradient(rgba(232, 107, 27, 0.15) 1px, transparent 1px);
                background-size: 24px 24px;
                opacity: 0.4;
                pointer-events: none;
            }

            .tech-grid-line {
                position: absolute;
                background: linear-gradient(90deg, transparent, rgba(232, 107, 27, 0.1), transparent);
                height: 1px;
                width: 100%;
                left: 0;
            }

            /* Typography Styles */
            .cc-subheading {
                color: #e86b1b;
                font-weight: 600;
                font-size: 18px;
                display: inline-flex;
                align-items: center;
                gap: 8px;
                margin-bottom: 20px;
            }

            .cc-heading {
                font-weight: 700;
                font-size: 35px;
                line-height: 1.35;
                color: #1A1A1A;
                letter-spacing: -0.03em;
            }

            .highlight-gradient {
                background: linear-gradient(135deg, #1A1A1A 30%, #e86b1b 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                position: relative;
            }

            .highlight-glow {
                position: relative;
                display: inline-block;
                z-index: 1;
            }

            .cc-description {
                color: #333;
                font-size: 18px;
                line-height: 1.75;
                font-weight: 500;
            }

            /* Premium Glassmorphism Module Ecosystem (Asymmetrical Bento style) */
            .cc-glass-card {
                background: rgba(255, 255, 255, 0.65);
                backdrop-filter: blur(16px) saturate(120%);
                -webkit-backdrop-filter: blur(16px) saturate(120%);
                border: 1px solid rgba(232, 107, 27, 0.15);
                border-radius: 24px;
                padding: 30px;
                transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
                box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.03),
                    inset 0 1px 0px rgba(255, 255, 255, 0.6);
                position: relative;
                overflow: hidden;
            }

            .cc-glass-card::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(232, 107, 27, 0.08) 0%, transparent 60%);
                opacity: 0;
                transition: opacity 0.3s;
                pointer-events: none;
            }

            .cc-glass-card:hover::before {
                opacity: 1;
            }

            .cc-glass-card:hover {
                transform: translateY(-6px);
                border-color: rgba(232, 107, 27, 0.4);
                box-shadow: 0 20px 50px -15px rgba(232, 107, 27, 0.12),
                    0 0 1px 1px #e86b1b inset;
            }

            .card-title-tech {
                font-weight: 700;
                font-size: 18px;
                color: #1A1A1A;
                margin-bottom: 12px;
            }

            .ci-arch-description {
                font-size: 17px;
                line-height: 1.75;
                color: #333;
                margin-bottom: 0px;
                max-width: 580px;
            }

            /*section 4*/

            .sowtware-dr-fail__item-num {
                font-size: 2rem;
                font-weight: 700;
            }

            /*section 4*/
            /* new section 6 */
            /* --- Section Container --- */
            .mumbai-services-section {
                padding: 80px 20px;
                background-color: #e86b1b08;
                /* इमेज प्रमाणे सॉफ्ट वॉर्म व्हाईट/ऑरेंज टोन */
            }

            .section-subheading {
                font-size: 18PX;
                font-weight: 700;
                color: #e86b1b;


            }

            .section-heading {
                font-weight: 700;
                color: #111827;
                letter-spacing: -0.02em;
            }

            /* --- Custom Grid Layout --- */
            .mumbai-services-grid {
                display: grid;
                grid-template-columns: repeat(3, 1fr) !important;
                /* इमेज प्रमाणे २ कॉलम्स */
                gap: 24px;
                margin-top: 40px;
            }

            @media (max-width: 768px) {
                .mumbai-services-grid {
                    grid-template-columns: 1fr;
                    /* मोबाईलवर १ कॉलम */
                }
            }

            /* --- Card Architecture (इमेज मॅचिंग डिझाईन) --- */
            .mumbai-service-card {
                background: #ffffff;
                border-radius: 16px;
                padding: 24px;
                box-shadow: 0 10px 30px rgba(232, 107, 27, 0.03);
                transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
                border: 1px solid rgba(0, 0, 0, 0.02);
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
            }

            .mumbai-service-card:hover {
                transform: translateY(-5px);
                box-shadow: 0 15px 35px rgba(232, 107, 27, 0.07);
            }

            /* इमेज प्रमाणे असणारा हेडर बॉक्स */
            h3.Mumbai-serv {
                border-bottom: 3px solid #e86b1b;
                /* मुख्य ऑरेंज बॉटम लाईन */
                padding: 14px 18px;
                font-size: 1.05rem;
                font-weight: 700;
                color: #111827;
                background-color: #e86b1b0a;
                /* हलका ऑरेंज टोन बॅकग्राउंड */
                border-radius: 12px;
                margin-top: 0;
                margin-bottom: 16px;
                line-height: 1.4;
            }

            .mumbai-service-card p {
                font-size: 18PX;
                line-height: 1.6;
                color: #333;
                margin-bottom: 0;
                padding: 0 4px;
            }

            /* new section 6 */

            /*section -7*/
            /*section 7*/
            /* --- Section Styling & Background Grid --- */
            .hiring-section {
                position: relative;
                padding: 100px 0;
                background-color: #fcfbfa;
                background-image:
                    linear-gradient(rgba(232, 107, 27, 0.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(232, 107, 27, 0.03) 1px, transparent 1px);
                background-size: 40px 40px;

                color: #1A1A1A;
                overflow-x: hidden;
            }

            /* Floating Abstract Shapes */
            .blur-shape {
                position: absolute;
                border-radius: 50%;
                filter: blur(80px);
                z-index: 0;
                opacity: 0.5;
                animation: float 8s ease-in-out infinite;
                /* Fixed typo 'animate' to 'animation' */
            }

            .shape-1 {
                width: 300px;
                height: 300px;
                background: rgba(232, 107, 27, 0.2);
                top: 10%;
                left: -5%;
            }

            .shape-2 {
                width: 400px;
                height: 400px;
                background: rgba(232, 107, 27, 0.15);
                bottom: 5%;
                right: -10%;
                animation-delay: -4s;
            }

            @keyframes float {

                0%,
                100% {
                    transform: translateY(0) scale(1);
                }

                50% {
                    transform: translateY(-20px) scale(1.05);
                }
            }


            /* --- Typography & Header --- */
            .subheading {
                font-weight: 600;
                font-size: 0.9rem;

                color: #e86b1b;
                display: inline-block;
                margin-bottom: 12px;
                padding: 3px 10px;
                background: rgba(232, 107, 27, 0.08);
                border-radius: 30px;
                border: 1px solid rgba(232, 107, 27, 0.2);
            }

            .main-heading {
                font-weight: 700;
                font-size: 34px;
                line-height: 1.2;
                letter-spacing: -0.03em;

                margin: 0 auto 60px auto;
            }

            .highlight-text {
                background: linear-gradient(120deg, #1A1A1A 0%, #e86b1b 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                position: relative;
            }

            /* --- Bento Grid & Pricing Cards --- */
            .bento-grid {
                display: grid;
                grid-template-columns: 1fr 1.1fr 1fr;
                /* Uneven column sizing */
                gap: 24px;
                align-items: stretch;
            }

            @media (max-width: 991px) {
                .bento-grid {
                    grid-template-columns: 1fr;
                }
            }

            .hiring-card {
                background: rgba(255, 255, 255, 0.65);
                backdrop-filter: blur(16px);
                -webkit-backdrop-filter: blur(16px);
                border: 1px solid rgba(255, 255, 255, 0.6);
                border-radius: 24px;
                padding: 40px 32px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                position: relative;
                transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
            }

            .hiring-card:hover {
                transform: translateY(-8px) scale(1.01);
                box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
                border-color: rgba(232, 107, 27, 0.3);
            }

            /* Featured Card (Full-Time Developer) */
            .hiring-card.featured {
                border: 1px solid rgba(232, 107, 27, 0.4);
                box-shadow: 0 15px 35px rgba(232, 107, 27, 0.15);
                background: rgba(255, 255, 255, 0.85);
                transform: scale(1.03);
            }

            @media (max-width: 991px) {
                .hiring-card.featured {
                    transform: scale(1);
                }
            }

            .hiring-card.featured:hover {
                border-color: #e86b1b;
                box-shadow: 0 20px 50px rgba(232, 107, 27, 0.25);
            }

            /* Micro UI Indicators */
            .popular-badge {
                position: absolute;
                top: -14px;
                left: 50%;
                transform: translateX(-50%);
                background: #e86b1b;
                color: #fff;
                padding: 4px 16px;
                font-size: 0.75rem;
                font-weight: 700;
                border-radius: 20px;
                letter-spacing: 1px;
                text-transform: uppercase;
                box-shadow: 0 4px 12px rgba(232, 107, 27, 0.15);
            }

            .analytics-indicator {
                display: flex;
                align-items: center;
                gap: 8px;
                background: rgba(0, 0, 0, 0.03);
                padding: 6px 12px;
                border-radius: 12px;
                font-size: 0.8rem;
                font-weight: 600;
                color: #333;
                width: fit-content;
                margin-bottom: 20px;
            }

            .featured .analytics-indicator {
                background: rgba(232, 107, 27, 0.08);
                color: #e86b1b;
            }

            .pulse-dot {
                width: 6px;
                height: 6px;
                background-color: #2ec4b6;
                border-radius: 50%;
                display: inline-block;
            }

            .featured .pulse-dot {
                background-color: #e86b1b;
                animation: pulse 2s infinite;
            }

            @keyframes pulse {
                0% {
                    transform: scale(0.95);
                    box-shadow: 0 0 0 0 rgba(232, 107, 27, 0.7);
                }

                70% {
                    transform: scale(1);
                    box-shadow: 0 0 0 6px rgba(232, 107, 27, 0);
                }

                100% {
                    transform: scale(0.95);
                    box-shadow: 0 0 0 0 rgba(232, 107, 27, 0);
                }
            }

            /* --- Card Content styling --- */
            .card-title {
                font-weight: 700;
                font-size: 23px;
                margin-bottom: 12px;
            }

            .card-description {
                font-size: 18px;
                color: #333;
                line-height: 1.5;
                margin-bottom: 32px;
                min-height: 45px;
            }

            /* Features List */
            .feature-list {
                list-style: none;
                padding: 0;
                margin: 0 0 40px 0;
            }

            .feature-item {
                display: flex;
                align-items: center;
                gap: 12px;
                margin-bottom: 10px;
                font-size: 17px;
                font-weight: 500;
            }

            .feature-item i {
                color: #333;
                font-size: 1rem;
                transition: color 0.3s ease;
            }

            .hiring-card:hover .feature-item i,
            .hiring-card.featured .feature-item i {
                color: #e86b1b;
            }

            /* --- Elegant Buttons --- */
            .btn-hiring {
                width: 100%;
                padding: 10px;
                border-radius: 14px;
                font-weight: 600;
                font-size: 18px;
                border-radius: 50px;
                transition: all 0.3s ease;
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 8px;
                border: 1px solid rgba(0, 0, 0, 0.1);
                background: #ffffff;
                color: #1A1A1A;
            }

            .btn-hiring:hover {
                background: #1A1A1A;
                color: #fff;
                border-color: #1A1A1A;
            }

            .btn-hiring.btn-featured {
                background: #e86b1b;
                color: #fff;
                border: none;
                box-shadow: 0 4px 15px rgba(232, 107, 27, 0.15);
            }

            .btn-hiring.btn-featured:hover {
                background: #d45d13;
                transform: translateY(-2px);
                box-shadow: 0 6px 20px rgba(232, 107, 27, 0.4);
            }

            /*section -7*/


            /*section8*/
            /*process*/
            /* Container & Layout Layout (Tailwind ऐवजी Pure CSS) */
            .section-container {
                padding: 80px 24px;
            }

            .max-w-container {
                max-w: 1150px;
                margin: 0 auto;
            }

            .flex-layout {
                display: flex;
                flex-direction: column;
                gap: 64px;
            }

            @media (min-width: 1024px) {
                .flex-layout {
                    flex-direction: row;
                }

                .left-column {
                    width: 33.333%;
                    position: sticky;
                    top: 80px;
                    height: fit-content;
                }

                .right-column {
                    width: 66.666%;
                }
            }

            /* Left Side Elements Styling */
            .badge {
                display: inline-block;

                border-radius: 9999px;

                color: #ea580c;
                font-size: 16px;
                font-weight: 700;

                margin-bottom: 6px;
            }

            .main-heading {
                font-size: 34px;
                font-weight: 800;
                line-height: 1.2;
                margin: 0 0 32px 0;
            }

            @media (min-width: 768px) {
                .main-heading {
                    font-size: 34px;
                }
            }

            .heading-orange {
                color: #f97316;
            }

            .sub-text {
                color: #1A1A1A;
                font-size: 18px;
                line-height: 1.6;
                margin-bottom: 40px;
            }

            .cta-btn {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                background-color: #0f172a;
                color: white;
                font-weight: 700;
                padding: 16px 32px;
                border-radius: 9999px;
                text-decoration: none;
                transition: all 0.3s ease;
            }

            .cta-btn:hover {
                background-color: #f97316;
            }

            .cta-btn svg {
                width: 20px;
                height: 20px;
                transition: transform 0.3s ease;
            }

            .cta-btn:hover svg {
                transform: translateX(4px);
            }

            /* Modern Background Accent */
            .bg-blob {
                position: absolute;
                width: auto;
                height: 500px;
                background: radial-gradient(circle, rgba(249, 115, 22, 0.08) 0%, transparent 70%);
                top: -100px;
                right: -100px;
                z-index: -1;
            }

            /* Process Item Styling */
            .process-item {
                position: relative;
                padding-bottom: 4rem;
                display: flex;
                gap: 2rem;
            }

            .process-item:last-child {
                padding-bottom: 0;
            }

            /* Vertical Connector Line */
            .process-item::before {
                content: '';
                position: absolute;
                left: 27px;
                top: 60px;
                bottom: 0;
                width: 2px;
                background: #d9d9d9;
                z-index: 0;
            }

            .process-item:last-child::before {
                display: none;
            }

            /* The Number Circle */
            .step-indicator {
                flex-shrink: 0;
                width: 56px;
                height: 56px;
                border-radius: 50%;
                background: white;
                border: 2px solid #f1f5f9;
                display: flex;
                align-items: center;
                justify-content: center;
                font-weight: 800;
                color: #94a3b8;
                position: relative;
                z-index: 1;
                transition: all 0.3s ease;
            }

            .process-item:hover .step-indicator {
                border-color: #f97316;
                color: #f97316;
                background: #fff7ed;
                transform: scale(1.1);
            }

            /* Text Content Styling */
            .process-content {
                padding-top: 12px;
            }

            .process-title {
                font-size: 25px;
                font-weight: 700;
                margin-top: 0;
                margin-bottom: 0.5rem;
                transition: color 0.3s ease;
            }

            .process-item:hover .process-title {
                color: #f97316;
            }

            .process-desc {
                color: #1A1A1A;
                line-height: 1.6;
                max-width: 500px;
                margin: 0;
            }

            .orange-highlight {
                color: #f97316;
            }

            /* Decorative Large Number */
            .bg-num {
                position: absolute;
                right: 0;
                top: 0;
                font-size: 8rem;
                font-weight: 900;
                color: rgba(249, 115, 22, 0.03);
                pointer-events: none;
                user-select: none;
            }

            @media (max-width: 768px) {
                .bg-num {
                    display: none;
                }

                .process-item::before {
                    left: 23px;
                }

                .step-indicator {
                    width: 48px;
                    height: 48px;
                }
            }

            /*section8*/

            /*section 9*/
            /* --- Section Container Setup --- */
            .why-choose-section {
                padding: 77px 0;
                position: relative;
                background: #fdfaf7;
                /* Previous canvas background integrated directly */
                overflow: hidden;
            }

            .choose-glow-blur {
                position: absolute;
                top: -10%;
                left: -10%;
                width: 500px;
                height: 500px;
                background: radial-gradient(circle, rgba(232, 107, 27, 0.05) 0%, transparent 70%);
                pointer-events: none;
                z-index: 1;
            }

            .choose-capsule {
                position: relative;
                z-index: 2;
            }

            /* --- Left Side Brand Anchor --- */
            .choose-tag {
                font-size: 18px;
                font-weight: 700;

                color: #e86b1b;
                margin-bottom: 20px;
                display: inline-flex;
                align-items: center;
                gap: 8px;
            }



            .choose-heading {
                font-size: 35px;
                font-weight: 800;
                line-height: 1.3;
                color: #0f172a;
                letter-spacing: -1px;
                margin-bottom: 30px;
            }

            .choose-heading span {

                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            /* Decorative Brand Trust Visual Element */
            .trust-visual-metric {
                background: rgba(255, 255, 255, 0.6);
                border: 1px solid #ebd9cb;
                padding: 24px;
                border-radius: 20px;
                max-width: 360px;
                margin-top: 40px;
            }

            .trust-line {
                display: flex;
                justify-content: space-between;
                font-size: 0.9rem;
                font-weight: 700;
                margin-bottom: 8px;
                color: #0f172a;
            }

            .trust-bar-bg {
                height: 6px;
                background: #e2e8f0;
                border-radius: 100px;
                overflow: hidden;
            }

            .trust-bar-fill {
                height: 100%;
                width: 100%;
                background: linear-gradient(135deg, #e86b1b 0%, #ff761b 100%);
                border-radius: 100px;
                transform: scaleX(0);
                transform-origin: left;
                transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
            }

            .choose-reveal.active-view .trust-bar-fill {
                transform: scaleX(1);
            }

            /* --- Right Side: Modular Feature Card Grid --- */
            .modular-cards-grid {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 24px;
                position: relative;
                z-index: 2;
            }

            .modular-card {
                background: rgba(255, 255, 255, 0.75);
                backdrop-filter: blur(12px);
                -webkit-backdrop-filter: blur(12px);
                border: 1px solid rgba(255, 255, 255, 0.9);
                border-radius: 24px;
                padding: 22px;
                box-shadow: 0 20px 40px rgba(15, 23, 42, 0.02);
                transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            }

            .modular-card:hover {
                transform: translateY(-6px);
                background: #ffffff;
                border-color: #e86b1b;
                box-shadow: 0 30px 60px rgba(232, 107, 27, 0.08);
            }

            .card-icon-sphere {
                width: 48px;
                height: 48px;
                border-radius: 14px;
                background: #fff3eb;
                color: #e86b1b;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 1.25rem;
                margin-bottom: 18px;
                transition: all 0.3s ease;
            }

            .modular-card:hover .card-icon-sphere {
                background: #e86b1b;
                color: #ffffff;
            }

            .modular-card h4 {
                font-size: 20px;
                font-weight: 700;
                color: #0f172a;
                margin-bottom: 12px;
            }

            .modular-card p {
                font-size: 16px;
                color: #1A1A1A;
                line-height: 1.6;
                margin: 0;
            }

            /* --- Scroll View Smooth Transitions --- */
            .choose-reveal {
                opacity: 0;
                transform: translateY(30px);
                transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
            }

            .choose-reveal.active-view {
                opacity: 1;
                transform: translateY(0);
            }

            /* --- Multi-Device Media Queries --- */
            @media (max-width: 991px) {
                .why-choose-section {
                    text-align: center;
                    padding: 90px 0;
                }

                .choose-heading {
                    font-size: 32px;
                }

                .trust-visual-metric {
                    margin: 40px auto 0 auto;
                }

                .modular-cards-grid {
                    margin-top: 60px;
                }
            }

            @media (max-width: 768px) {
                .modular-cards-grid {
                    grid-template-columns: 1fr;
                    gap: 20px;
                }

                .modular-card {
                    padding: 24px;
                }
            }

            @media (max-width: 576px) {
                .choose-heading {
                    font-size: 28px;
                }
            }

            /*section 9*/

            /* javascrpit */
           
            .sv4-bottomm {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
}

    .mumbai-services-gridd {

    grid-template-columns: repeat(2, 1fr) !important;

}

@media (max-width:767px) {
        .modular-card {
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center
        }

        .card-icon-sphere {
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 0 auto 15px auto
        }

        .section-container {
          padding: 48px 24px
        }

        .hb-heading,
        h3.display-4.mb-4.text-center.fontfoor-cta {
          font-size: 30px !important
        }
      }

      .sv4-svc-title {
        height: 40px
      }

      @media (max-width:768px) {
        .sv4-bottom-svc {
          padding: 16px
        }

        .flex-layout {
          gap: 1px
        }

        .saas-floating-pill {
          display: none !important
        }
      }

      b.whysoftwaarre {
        line-height: 30px;
        font-size: 23px
      }

      .whysoftwaarre {
        display: block;
        height: 45px
      }

      .ci-premium-pill-badge {
        background: rgba(255, 255, 255, .8);
        border: 1px solid #f374206b;
        padding: 3px 10px;
        border-radius: 100px;
        font-size: 15px;
        font-weight: 600;
        color: #333;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, .01)
      }

      .ci-premium-pill-badge i {
        color: #e86b1b
      }

      .ci-premium-trust-container {
        margin-top: 20px;
        padding-top: 25px;
        border-top: 1px solid rgba(0, 0, 0, .06)
      }

      .hero-premium-section {
        position: relative;
        min-height: 100vh;
        padding: 60px 0 80px 0;
        display: flex;
        align-items: center;
        color: #0f172a;
        background-color: #fbf6f0;
        background-image: linear-gradient(rgba(235, 222, 211, .5) 1px, transparent 1px), linear-gradient(90deg, rgba(235, 222, 211, .5) 1px, transparent 1px), radial-gradient(circle at 80% 30%, rgba(254, 215, 170, .5) 0, transparent 60%), radial-gradient(circle at 20% 80%, rgba(219, 234, 254, .4) 0, transparent 50%);
        background-size: 70px 70px, 70px 70px, 100% 100%, 100% 100%
      }

      .partner-pill-badge {
        background: #fff3eb;
        border: 1px solid #fbd8c2;
        color: #1e293b;
        font-weight: 600;
        font-size: .9rem;
        padding: 4px 14px;
        border-radius: 100px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 30px;
        box-shadow: 0 4px 15px rgba(232, 107, 27, .04)
      }

      .partner-pill-badge i {
        color: #e86b1b;
        font-size: 1rem
      }

      .hero-title-main {
        font-size: 58px;
        font-weight: 800;
        line-height: 1.15;
        letter-spacing: -1.5px;
        color: #0f172a;
        margin-bottom: 24px
      }

      .hero-title-main span {
        color: #e86b1b
      }

      .hero-desc-para {
        font-size: 18px;
        color: #333;
        line-height: 1.7;
        max-width: 600px;
        margin-bottom: 20px
      }

      .btn-premium-orange {
        background: linear-gradient(135deg, #e86b1b 0, #f07b33 100%);
        color: #fff !important;
        font-weight: 700;
        font-size: 1.05rem;
        padding: 16px 36px;
        border-radius: 12px;
        border: none;
        box-shadow: 0 10px 25px rgba(232, 107, 27, .3);
        transition: all .3s cubic-bezier(.16, 1, .3, 1)
      }

      .btn-premium-orange:hover {
        transform: translateY(-3px);
        box-shadow: 0 14px 35px rgba(232, 107, 27, .4)
      }

      .btn-premium-white {
        background: rgba(255, 255, 255, .8);
        border: 1px solid #e2e8f0;
        color: #0f172a !important;
        font-weight: 600;
        font-size: 1.05rem;
        padding: 16px 36px;
        border-radius: 12px;
        backdrop-filter: blur(10px);
        transition: all .3s ease
      }

      .btn-premium-white:hover {
        background: #fff;
        border-color: #cbd5e1;
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .04)
      }

      .mockup-showcase-area {
        position: relative;
        width: 100%;
        height: 540px;
        display: flex;
        align-items: center;
        justify-content: center
      }

      .main-showcase-window {
        width: 95%;
        height: 400px;
        background: rgba(255, 255, 255, .85);
        border: 1px solid rgba(255, 255, 255, .9);
        border-radius: 24px;
        box-shadow: 0 40px 80px rgba(15, 23, 42, .08);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        padding: 20px;
        position: relative;
        z-index: 2
      }

      .mock-nav {
        height: 30px;
        border-bottom: 1px solid rgba(0, 0, 0, .06);
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 18px;
        padding-bottom: 10px
      }

      .mock-dot-wrap {
        display: flex;
        gap: 6px
      }

      .mock-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%
      }

      .mock-dot.red {
        background: #ef4444
      }

      .mock-dot.yellow {
        background: #eab308
      }

      .mock-dot.green {
        background: #22c55e
      }

      .studio-grid-layout {
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        gap: 14px;
        height: calc(100% - 40px)
      }

      .code-snippet-pane {
        background: #0f172a;
        border-radius: 14px;
        padding: 16px;
        font-family: 'Fira Code', monospace;
        font-size: .75rem;
        color: #94a3b8;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 6px;
        box-shadow: inset 0 2px 8px rgba(0, 0, 0, .5)
      }

      .code-keyword {
        color: #f472b6
      }

      .code-class {
        color: #38bdf8
      }

      .code-string {
        color: #34d399
      }

      .code-comment {
        color: #64748b;
        font-style: italic
      }

      .stats-vertical-stack {
        display: flex;
        flex-direction: column;
        gap: 12px
      }

      .dev-hire-profile-card {
        background: #fff;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        padding: 12px;
        display: flex;
        align-items: center;
        gap: 12px
      }

      .dev-avatar {
        width: 40px;
        height: 40px;
        background: #e2e8f0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #e86b1b;
        font-weight: 700;
        border: 2px solid #ffedd5
      }

      .status-pulse-dot {
        width: 8px;
        height: 8px;
        background: #22c55e;
        border-radius: 50%;
        display: inline-block;
        box-shadow: 0 0 8px #22c55e
      }

      .app-performance-box {
        background: #fff;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        padding: 12px;
        flex-grow: 1
      }

      .simulated-bars {
        display: flex;
        align-items: flex-end;
        gap: 8px;
        height: 60px;
        margin-top: 15px
      }

      .bar-item {
        width: 100%;
        background: #cbd5e1;
        border-radius: 4px 4px 0 0;
        transition: height .3s ease
      }

      .bar-item.active {
        background: linear-gradient(to top, #e86b1b, #f97316)
      }

      .saas-floating-pill {
        position: absolute;
        background: rgba(255, 255, 255, .95);
        border: 1px solid rgba(255, 255, 255, 1);
        border-radius: 14px;
        padding: 8px 12px;
        font-size: 13px;
        font-weight: 700;
        color: #1e293b;
        text-transform: uppercase;
        box-shadow: 0 15px 30px rgba(0, 0, 0, .05);
        backdrop-filter: blur(10px);
        z-index: 3;
        display: flex;
        align-items: center;
        gap: 8px;
        animation: modernFloat 6s ease-in-out infinite
      }

      .saas-floating-pill i {
        font-size: .95rem
      }

      .saas-floating-pill.sp-orange i {
        color: #e86b1b
      }

      .saas-floating-pill.sp-blue i {
        color: #0284c7
      }

      .pill-pos-1 {
        top: 6%;
        left: -5%;
        animation-delay: 0s
      }

      .pill-pos-2 {
        bottom: 6%;
        left: -2%;
        animation-delay: .5s
      }

      .pill-pos-3 {
        bottom: 15%;
        right: -5%;
        animation-delay: 1s
      }

      @keyframes modernFloat {

        0%,
        100% {
          transform: translateY(0)
        }

        50% {
          transform: translateY(-10px)
        }
      }

      .flutter-shape-vector {
        position: absolute;
        right: -30px;
        top: 10%;
        width: 140px;
        height: 140px;
        background: linear-gradient(135deg, rgba(2, 86, 155, .1), rgba(66, 165, 245, .1));
        clip-path: polygon(75% 0, 100% 25%, 50% 75%, 0 25%, 25% 0, 50% 25%);
        z-index: 1;
        transform: rotate(-12deg)
      }

      .feature-grid-strip {
        margin-top: 90px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
        border-top: 1px solid rgba(235, 222, 211, .8);
        padding-top: 40px
      }

      .feature-grid-box {
        background: rgba(255, 255, 255, .6);
        border: 1px solid #f1f5f9;
        border-radius: 18px;
        padding: 20px;
        transition: all .3s ease
      }

      .feature-grid-box:hover {
        background: #fff;
        border-color: #cbd5e1;
        transform: translateY(-4px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, .03)
      }

      .feature-grid-box h4 {
        font-size: 1rem;
        font-weight: 700;
        color: #0f172a;
        margin: 0 0 6px 0
      }

      .feature-grid-box p {
        font-size: .85rem;
        color: #64748b;
        margin: 0;
        font-weight: 500;
        line-height: 1.4
      }

      .stars-row {
        color: #f59e0b;
        font-size: .75rem;
        margin-top: 6px;
        display: flex;
        gap: 2px
      }

      @media (max-width:1200px) {
        .hero-title-main {
          font-size: 48px
        }

        .feature-grid-strip {
          grid-template-columns: repeat(3, 1fr)
        }
      }

      @media (max-width:991px) {
        .hero-premium-section {
          text-align: center;
          padding-top: 65px
        }

        .hero-desc-para {
          margin: 0 auto 30px auto
        }

        .flex-buttons-wrapper {
          justify-content: center
        }

        .mockup-showcase-area {
          margin-top: 70px;
          height: auto
        }

        .main-showcase-window {
          height: auto
        }

        .studio-grid-layout {
          grid-template-columns: 1fr
        }

        .feature-grid-strip {
          grid-template-columns: repeat(2, 1fr);
          margin-top: 60px
        }
      }

      @media (max-width:576px) {
        .hero-title-main {
          font-size: 36px
        }

        .flex-buttons-wrapper {
          flex-direction: column;
          gap: 12px
        }

        .btn-premium-orange,
        .btn-premium-white {
          width: 100%
        }

        .feature-grid-strip {
          grid-template-columns: 1fr
        }

        .pill-pos-3 {
          right: 0
        }
      }

      .premium-agency-section {
        padding: 50px 0;
        position: relative;
        background-color: #fdfaf7;
        color: #0f172a;
        overflow: hidden
      }

      .ambient-glow-1 {
        position: absolute;
        top: -10%;
        right: -10%;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(232, 107, 27, .08) 0, transparent 70%);
        z-index: 1;
        pointer-events: none
      }

      .ambient-glow-2 {
        position: absolute;
        bottom: -20%;
        left: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(2, 132, 199, .05) 0, transparent 70%);
        z-index: 1;
        pointer-events: none
      }

      .content-capsule {
        position: relative;
        z-index: 2
      }

      .agency-tag {
        font-size: 18px;
        font-weight: 700;
        color: #e86b1b;
        margin-bottom: 10px;
        display: inline-flex;
        align-items: center;
        gap: 8px
      }

      .agency-heading {
        font-size: 35px;
        font-weight: 800;
        line-height: 1.25;
        color: #0f172a;
        margin-bottom: 15px;
        letter-spacing: -1px
      }

      .agency-heading span {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
      }

      .agency-description {
        font-size: 18px;
        color: #333;
        line-height: 1.8;
        margin-bottom: 35px
      }

      .agency-mini-stats {
        display: flex;
        gap: 40px;
        border-top: 1px solid #ebd9cb;
        padding-top: 25px
      }

      .stat-node h4 {
        font-size: 25px;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 4px
      }

      .stat-node h4 span {
        color: #e86b1b
      }

      .stat-node p {
        font-size: .85rem;
        color: #333;
        margin: 0;
        font-weight: 600
      }

      .canvas-container {
        position: relative;
        width: 100%;
        height: 560px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2
      }

      .canvas-isogrid {
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(rgba(232, 107, 27, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(232, 107, 27, .04) 1px, transparent 1px);
        background-size: 50px 50px;
        background-position: center;
        mask-image: radial-gradient(circle, #000 40%, transparent 80%);
        -webkit-mask-image: radial-gradient(circle, #000 40%, transparent 80%)
      }

      .core-hub {
        width: 100px;
        height: 100px;
        background: #fff;
        border-radius: 30px;
        box-shadow: 0 20px 50px rgba(232, 107, 27, .2), inset 0 0 20px rgba(232, 107, 27, .05);
        border: 1px solid rgba(232, 107, 27, .2);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 5;
        animation: corePulse 4s ease-in-out infinite
      }

      .core-hub svg {
        width: 70px;
        height: 70px
      }

      .platform-module {
        position: absolute;
        background: rgba(255, 255, 255, .75);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, .9);
        border-radius: 20px;
        padding: 10px 15px;
        display: flex;
        align-items: center;
        gap: 14px;
        box-shadow: 0 30px 60px rgba(15, 23, 42, .04);
        transition: all .4s cubic-bezier(.16, 1, .3, 1);
        animation: moduleFloat 6s ease-in-out infinite;
        width: 240px
      }

      .platform-module:hover {
        transform: translateY(-8px) scale(1.03);
        background: #fff;
        border-color: #e86b1b;
        box-shadow: 0 30px 60px rgba(232, 107, 27, .1)
      }

      .module-icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        background: #fff3eb;
        color: #e86b1b
      }

      .platform-module h5 {
        font-size: .95rem;
        font-weight: 700;
        margin: 0 0 2px 0;
        color: #0f172a
      }

      .platform-module p {
        font-size: .75rem;
        color: #333;
        margin: 0;
        font-weight: 500
      }

      .mod-ios {
        top: 6%;
        left: 2%;
        animation-delay: 0s
      }

      .mod-android {
        bottom: 15%;
        left: -2%;
        animation-delay: 1.5s
      }

      .mod-web {
        top: 15%;
        right: -2%;
        animation-delay: .7s
      }

      .mod-desktop {
        bottom: 12%;
        right: 4%;
        animation-delay: 2.2s
      }

      @keyframes corePulse {

        0%,
        100% {
          transform: scale(1);
          box-shadow: 0 20px 50px rgba(232, 107, 27, .15)
        }

        50% {
          transform: scale(1.05);
          box-shadow: 0 25px 60px rgba(232, 107, 27, .3)
        }
      }

      @keyframes moduleFloat {

        0%,
        100% {
          transform: translateY(0)
        }

        50% {
          transform: translateY(-15px)
        }
      }

      .agency-reveal {
        opacity: 0;
        transform: translateY(30px);
        transition: all .8s cubic-bezier(.16, 1, .3, 1)
      }

      .agency-reveal.active-view {
        opacity: 1;
        transform: translateY(0)
      }

      @media (max-width:991px) {
        .premium-agency-section {
          text-align: center;
          padding: 50px 0
        }

        .agency-heading {
          font-size: 32px
        }

        .agency-mini-stats {
          justify-content: center
        }

        .canvas-container {
          margin-top: -20px;
          transform: scale(.9)
        }
      }

      @media (max-width:576px) {
        .agency-heading {
          font-size: 28px
        }

        .canvas-container {
          transform: scale(.75);
          height: 460px
        }

        .platform-module {
          padding: 12px 16px;
          width: 170px
        }

        .platform-module p {
          display: none
        }

        .mod-ios {
          left: -10px;
          top: 2%
        }

        .mod-android {
          left: -10px;
          bottom: 2%
        }

        .mod-web {
          right: -10px;
          top: 10%
        }

        .mod-desktop {
          right: -10px;
          bottom: 2%
        }
      }

      .ci-arch-text-gradient {
        background: linear-gradient(135deg, #1a1a1a 30%, #e86b1b 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
      }

      .command-center-section {
        position: relative;
        background: radial-gradient(circle at 80% 20%, rgba(232, 107, 27, .07) 0, transparent 50%), radial-gradient(circle at 10% 80%, rgba(232, 107, 27, .04) 0, transparent 40%), #fcfbfc;
        padding: 85px 0;
        overflow: hidden
      }

      .command-center-section::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: radial-gradient(rgba(232, 107, 27, .15) 1px, transparent 1px);
        background-size: 24px 24px;
        opacity: .4;
        pointer-events: none
      }

      .tech-grid-line {
        position: absolute;
        background: linear-gradient(90deg, transparent, rgba(232, 107, 27, .1), transparent);
        height: 1px;
        width: 100%;
        left: 0
      }

      .cc-subheading {
        color: #e86b1b;
        font-weight: 600;
        font-size: 18px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 20px
      }

      .cc-heading {
        font-weight: 700;
        font-size: 35px;
        line-height: 1.15;
        color: #1a1a1a;
        letter-spacing: -.03em
      }

      .highlight-gradient {
        background: linear-gradient(135deg, #1a1a1a 30%, #e86b1b 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative
      }

      .highlight-glow {
        position: relative;
        display: inline-block;
        z-index: 1
      }

      .cc-description {
        color: #333;
        font-size: 18px;
        line-height: 1.75;
        font-weight: 500
      }

      .cc-glass-card {
        background: rgba(255, 255, 255, .65);
        backdrop-filter: blur(16px) saturate(120%);
        -webkit-backdrop-filter: blur(16px) saturate(120%);
        border: 1px solid rgba(232, 107, 27, .15);
        border-radius: 24px;
        padding: 30px;
        transition: all .5s cubic-bezier(.16, 1, .3, 1);
        box-shadow: 0 10px 40px -10px rgba(0, 0, 0, .03), inset 0 1px 0 rgba(255, 255, 255, .6);
        position: relative;
        overflow: hidden
      }

      .cc-glass-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(232, 107, 27, .08) 0, transparent 60%);
        opacity: 0;
        transition: opacity .3s;
        pointer-events: none
      }

      .cc-glass-card:hover::before {
        opacity: 1
      }

      .cc-glass-card:hover {
        transform: translateY(-6px);
        border-color: rgba(232, 107, 27, .4);
        box-shadow: 0 20px 50px -15px rgba(232, 107, 27, .12), 0 0 1px 1px #e86b1b inset
      }

      .card-title-tech {
        height: 45px;
        font-weight: 700;
        font-size: 18px;
        color: #1a1a1a;
        margin-bottom: 12px
      }

      .ci-arch-description {
        font-size: 17px;
        line-height: 1.75;
        color: #333;
        margin-bottom: 0;
        max-width: 580px
      }

      .sowtware-dr-fail__item-num {
        font-size: 2rem;
        font-weight: 700
      }

      .mumbai-services-section {
        padding: 80px 0;
        background-color: #e86b1b08
      }

      .section-subheading {
        font-size: 18PX;
        font-weight: 700;
        color: #e86b1b
      }

      .section-heading {
        font-weight: 700;
        color: #111827;
        letter-spacing: -.02em
      }

      .mumbai-services-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        margin-top: 40px
      }

      @media (max-width:768px) {
        .mumbai-services-grid {
          grid-template-columns: 1fr
        }
      }

      .mumbai-service-card {
        background: #fff;
        border-radius: 16px;
        padding: 24px;
        box-shadow: 0 10px 30px rgba(232, 107, 27, .03);
        transition: all .35s cubic-bezier(.16, 1, .3, 1);
        border: 1px solid rgba(0, 0, 0, .02);
        display: flex;
        flex-direction: column;
        justify-content: flex-start
      }

      .mumbai-service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(232, 107, 27, .07)
      }

      h3.Mumbai-serv {
        border-bottom: 3px solid #e86b1b;
        padding: 14px 18px;
        font-size: 1.05rem;
        font-weight: 700;
        color: #111827;
        background-color: #e86b1b0a;
        border-radius: 12px;
        margin-top: 0;
        margin-bottom: 16px;
        line-height: 1.4
      }

      .mumbai-service-card p {
        font-size: 18PX;
        line-height: 1.6;
        color: #333;
        margin-bottom: 0;
        padding: 0 4px
      }

      .hiring-section {
        position: relative;
        padding: 100px 0;
        background-color: #fcfbfa;
        background-image: linear-gradient(rgba(232, 107, 27, .03) 1px, transparent 1px), linear-gradient(90deg, rgba(232, 107, 27, .03) 1px, transparent 1px);
        background-size: 40px 40px;
        color: #1a1a1a;
        overflow-x: hidden
      }

      .blur-shape {
        position: absolute;
        border-radius: 50%;
        filter: blur(80px);
        z-index: 0;
        opacity: .5;
        animation: float 8s ease-in-out infinite
      }

      .shape-1 {
        width: 300px;
        height: 300px;
        background: rgba(232, 107, 27, .2);
        top: 10%;
        left: -5%
      }

      .shape-2 {
        width: 400px;
        height: 400px;
        background: rgba(232, 107, 27, .15);
        bottom: 5%;
        right: -10%;
        animation-delay: -4s
      }

      @keyframes float {

        0%,
        100% {
          transform: translateY(0) scale(1)
        }

        50% {
          transform: translateY(-20px) scale(1.05)
        }
      }

      .subheading {
        font-weight: 600;
        font-size: .9rem;
        color: #e86b1b;
        display: inline-block;
        margin-bottom: 12px;
        padding: 3px 10px;
        background: rgba(232, 107, 27, .08);
        border-radius: 30px;
        border: 1px solid rgba(232, 107, 27, .2)
      }

      .main-heading {
        font-weight: 700;
        font-size: 34px;
        line-height: 1.2;
        letter-spacing: -.03em;
        margin: 0 auto 60px auto
      }

      .highlight-text {
        background: linear-gradient(120deg, #1a1a1a 0, #e86b1b 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative
      }

      .bento-grid {
        display: grid;
        grid-template-columns: 1fr 1.1fr 1fr;
        gap: 24px;
        align-items: stretch
      }

      @media (max-width:991px) {
        .bento-grid {
          grid-template-columns: 1fr
        }
      }

      .hiring-card {
        background: rgba(255, 255, 255, .65);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border: 1px solid rgba(255, 255, 255, .6);
        border-radius: 24px;
        padding: 40px 32px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        transition: all .4s cubic-bezier(.16, 1, .3, 1);
        box-shadow: 0 10px 30px rgba(0, 0, 0, .02)
      }

      .hiring-card:hover {
        transform: translateY(-8px) scale(1.01);
        box-shadow: 0 20px 40px rgba(0, 0, 0, .05);
        border-color: rgba(232, 107, 27, .3)
      }

      .hiring-card.featured {
        border: 1px solid rgba(232, 107, 27, .4);
        box-shadow: 0 15px 35px rgba(232, 107, 27, .15);
        background: rgba(255, 255, 255, .85);
        transform: scale(1.03)
      }

      @media (max-width:991px) {
        .hiring-card.featured {
          transform: scale(1)
        }
      }

      .hiring-card.featured:hover {
        border-color: #e86b1b;
        box-shadow: 0 20px 50px rgba(232, 107, 27, .25)
      }

      .popular-badge {
        position: absolute;
        top: -14px;
        left: 50%;
        transform: translateX(-50%);
        background: #e86b1b;
        color: #fff;
        padding: 4px 16px;
        font-size: .75rem;
        font-weight: 700;
        border-radius: 20px;
        letter-spacing: 1px;
        text-transform: uppercase;
        box-shadow: 0 4px 12px rgba(232, 107, 27, .15)
      }

      .analytics-indicator {
        display: flex;
        align-items: center;
        gap: 8px;
        background: rgba(0, 0, 0, .03);
        padding: 6px 12px;
        border-radius: 12px;
        font-size: .8rem;
        font-weight: 600;
        color: #333;
        width: fit-content;
        margin-bottom: 20px
      }

      .featured .analytics-indicator {
        background: rgba(232, 107, 27, .08);
        color: #e86b1b
      }

      .pulse-dot {
        width: 6px;
        height: 6px;
        background-color: #2ec4b6;
        border-radius: 50%;
        display: inline-block
      }

      .featured .pulse-dot {
        background-color: #e86b1b;
        animation: pulse 2s infinite
      }

      @keyframes pulse {
        0% {
          transform: scale(.95);
          box-shadow: 0 0 0 0 rgba(232, 107, 27, .7)
        }

        70% {
          transform: scale(1);
          box-shadow: 0 0 0 6px rgba(232, 107, 27, 0)
        }

        100% {
          transform: scale(.95);
          box-shadow: 0 0 0 0 rgba(232, 107, 27, 0)
        }
      }


    

      @media (max-width:768px) {
        .modular-cards-grid {
          grid-template-columns: 1fr;
          gap: 20px
        }

        .modular-card {
          padding: 24px
        }
      }

      @media (max-width:576px) {
        .choose-heading {
          font-size: 28px
        }
      }

      section.sv4.softwaresv4 {
        padding-top: 60px;
        padding-bottom: 60px;
        background: #fff2e9
      }

       @media (max-width:767px) {
        .modular-card {
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center
        }

        .card-icon-sphere {
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 0 auto 15px auto
        }
      }

      @media (max-width:768px) {
        .sv4-bottom-svc {
          padding: 16px
        }

        .hb-heading,
        h3.display-4.mb-4.text-center.fontfoor-cta {
          font-size: 30px !important
        }

        .badge {
          margin-bottom: 0
        }
      }

      .whysoftwaarre {
        display: block;
        height: 45px
      }

      .ci-premium-hero-wrapper {
        position: relative;
        min-height: 100vh;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 80px 0;
        overflow-x: hidden;
        overflow-y: hidden;
        background: radial-gradient(circle at 80% 30%, rgba(232, 107, 27, .07) 0, transparent 55%), radial-gradient(circle at 30% 80%, rgba(232, 107, 27, .03) 0, transparent 40%)
      }

      .ci-premium-cyber-grid {
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(232, 107, 27, .02) 1px, transparent 1px), linear-gradient(90deg, rgba(232, 107, 27, .02) 1px, transparent 1px);
        background-size: 50px 50px;
        mask-image: radial-gradient(circle at 60% 40%, #000 70%, transparent 100%);
        -webkit-mask-image: radial-gradient(circle at 60% 40%, #000 70%, transparent 100%);
        pointer-events: none;
        z-index: 1
      }

      .ci-premium-glowing-aura {
        position: absolute;
        width: 500px;
        height: 500px;
        background: linear-gradient(135deg, #e86b1b, #ff9e59);
        filter: blur(130px);
        opacity: .09;
        pointer-events: none;
        z-index: 1;
        top: 20%;
        right: 10%;
        border-radius: 40% 60% 60% 40%/40% 40% 60% 60%;
        animation: ciPremiumFluidMelt 12s infinite linear
      }

      @keyframes ciPremiumFluidMelt {
        0% {
          border-radius: 40% 60% 60% 40%/40% 40% 60% 60%
        }

        50% {
          border-radius: 60% 40% 40% 60%/60% 60% 40% 40%;
          transform: rotate(45deg)
        }

        100% {
          border-radius: 40% 60% 60% 40%/40% 40% 60% 60%
        }
      }

      .ci-premium-container-fix {
        position: relative;
        z-index: 5
      }

      .ci-premium-tech-badge {
        background: rgba(232, 107, 27, .06);
        border: 1px solid rgba(232, 107, 27, .15);
        color: #e86b1b;
        font-size: 13px;
        font-weight: 600;
        padding: 6px 14px;
        border-radius: 50px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 24px;
        letter-spacing: 1px
      }

      .ci-premium-hero-title {
        font-size: 54px;
        font-weight: 700;
        line-height: 1.1;
        letter-spacing: -.02em;
        margin-bottom: 24px
      }

      .ci-premium-text-gradient {
        background: linear-gradient(135deg, #1a1a1a 40%, #e86b1b 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
      }

      .ci-premium-glow-accent {
        color: #e86b1b;
        position: relative
      }

      .ci-premium-hero-para {
        font-size: 18px;
        line-height: 1.7;
        color: #333 !important;
        margin-bottom: 20px;
        max-width: 560px
      }

      .ci-premium-btn-brand {
        background: #e86b1b;
        color: #fff;
        font-weight: 600;
        padding: 16px 36px;
        border-radius: 14px;
        border: none;
        box-shadow: 0 10px 28px rgba(232, 107, 27, .25);
        transition: all .3s cubic-bezier(.16, 1, .3, 1);
        display: inline-flex;
        align-items: center;
        gap: 12px;
        text-decoration: none
      }

      .ci-premium-btn-brand:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 35px rgba(232, 107, 27, .35);
        color: #fff
      }

      .ci-premium-canvas-container {
        position: relative;
        width: 100%;
        height: 560px;
        margin: 0 auto;
        perspective: 1500px;
        overflow: visible
      }

      #stage,
      .ci-premium-interactive-stage {
        position: relative;
        width: 100%;
        height: 100%;
        transform-style: preserve-3d
      }

      .ci-premium-glass-sheet {
        position: absolute;
        background: rgba(255, 255, 255, .75);
        backdrop-filter: blur(20px) saturate(140%);
        -webkit-backdrop-filter: blur(20px) saturate(140%);
        border: 1px solid rgba(255, 255, 255, .8);
        border-radius: 24px;
        box-shadow: 0 30px 60px rgba(232, 107, 27, .06), 0 2px 8px rgba(0, 0, 0, .02);
        transition: all .4s ease
      }

      .ci-premium-glass-sheet:hover {
        border-color: rgba(232, 107, 27, .4);
        box-shadow: 0 40px 70px rgba(232, 107, 27, .1)
      }

      .ci-premium-main-ecosystem-card {
        width: 450px;
        height: 360px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) translateZ(10px);
        z-index: 5;
        padding: 28px
      }

      .ci-premium-window-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(0, 0, 0, .05);
        padding-bottom: 16px;
        margin-bottom: 20px
      }

      .ci-premium-code-snippet-light {
        font-size: 15px;
        color: #333;
        line-height: 1.6;
        height: 235px;
        background: rgba(0, 0, 0, .02);
        padding: 16px;
        border-radius: 12px;
        border: 1px solid rgba(0, 0, 0, .03)
      }

      .ci-premium-code-orange {
        color: #e86b1b;
        font-weight: 600
      }

      .ci-premium-code-blue {
        color: #0284c7
      }

      .ci-premium-widget-speed {
        width: 220px;
        left: 0;
        top: 10%;
        z-index: 10;
        padding: 20px;
        transform: translateZ(60px)
      }

      .ci-premium-widget-api {
        width: 280px;
        right: 0;
        bottom: 5%;
        z-index: 8;
        padding: 18px;
        transform: translateZ(40px)
      }

      .ci-premium-api-stream-row {
        display: flex;
        justify-content: space-between;
        font-size: 13px;
        padding: 8px 0;
        border-bottom: 1px solid rgba(0, 0, 0, .03)
      }

      .ci-premium-live-pulse {
        width: 8px;
        height: 8px;
        background: #10b981;
        border-radius: 50%;
        display: inline-block;
        box-shadow: 0 0 10px rgba(16, 185, 129, .5);
        animation: ciPremiumPulseRing 2s infinite
      }

      @keyframes ciPremiumPulseRing {
        0% {
          box-shadow: 0 0 0 0 rgba(16, 185, 129, .4)
        }

        70% {
          box-shadow: 0 0 0 8px rgba(16, 185, 129, 0)
        }

        100% {
          box-shadow: 0 0 0 0 rgba(16, 185, 129, 0)
        }
      }

      .ci-premium-trust-container {
        margin-top: 20px;
        padding-top: 25px;
        border-top: 1px solid rgba(0, 0, 0, .06)
      }

      .ci-premium-pill-badge {
        background: rgba(255, 255, 255, .8);
        border: 1px solid #f374206b;
        padding: 6px 12px;
        border-radius: 100px;
        font-size: 15px;
        font-weight: 600;
        color: #333;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, .01)
      }

      .ci-premium-pill-badge i {
        color: #e86b1b
      }

      @media (max-width:1200px) {
        .ci-premium-hero-title {
          font-size: 3.6rem
        }
      }

      @media (max-width:991.98px) {
        .ci-premium-hero-wrapper {
          text-align: center;
          padding: 50px 0;
          min-height: auto
        }

        .ci-premium-hero-para {
          margin: 0 auto 30px auto
        }

        .mobile-hide-widget {
          display: none !important
        }

        .ci-premium-canvas-container {
          height: auto;
          min-height: auto;
          margin-top: 40px
        }

        .ci-premium-main-ecosystem-card {
          position: relative;
          width: 100%;
          max-width: 400px;
          height: auto;
          left: auto;
          top: auto;
          transform: none;
          margin: 0 auto
        }

        .ci-premium-trust-container .d-flex {
          justify-content: center
        }
      }

      .ci-arch-section {
        position: relative;
        padding: 40px 0;
        background: #fcfbfa;
        overflow: hidden
      }

      .ci-arch-mesh-grid {
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(232, 107, 27, .015) 1px, transparent 1px), linear-gradient(90deg, rgba(232, 107, 27, .015) 1px, transparent 1px);
        background-size: 60px 60px;
        mask-image: radial-gradient(circle at 50% 50%, #000 60%, transparent 100%);
        -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 60%, transparent 100%);
        pointer-events: none;
        z-index: 1
      }

      .ci-arch-glow-blur {
        position: absolute;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(232, 107, 27, .05) 0, transparent 70%);
        top: 10%;
        right: -10%;
        pointer-events: none;
        z-index: 1
      }

      .ci-arch-container-relative {
        position: relative;
        z-index: 5
      }

      .ci-arch-label-badge {
        background: rgba(232, 107, 27, .06);
        border: 1px solid rgba(232, 107, 27, .15);
        color: #e86b1b;
        font-size: 16px;
        font-weight: 600;
        padding: 3px 10px;
        border-radius: 100px;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 20px;
        letter-spacing: .5px
      }

      .ci-arch-main-heading {
        font-size: 35px;
        font-weight: 700;
        line-height: 1.2;
        color: #1a1a1a;
        margin-bottom: 15px;
        letter-spacing: -.01em
      }

      .ci-arch-text-gradient {
        background: linear-gradient(135deg, #1a1a1a 30%, #e86b1b 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
      }

      .ci-arch-glow-underline {
        color: #e86b1b;
        position: relative;
        white-space: nowrap
      }

      .ci-arch-glow-underline::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 4px;
        width: 100%;
        height: 6px;
        background: rgba(232, 107, 27, .12);
        border-radius: 2px;
        z-index: -1
      }

      .ci-arch-description {
        font-size: 18px;
        line-height: 1.75;
        color: #333;
        margin-bottom: 40px;
        max-width: 580px
      }

      .ci-arch-canvas {
        position: relative;
        width: 100%;
        height: 462px;
        perspective: 1200px
      }

      .ci-arch-interactive-stage {
        position: relative;
        width: 100%;
        height: 100%;
        transform-style: preserve-3d;
        transition: transform .1s ease-out
      }

      .ci-arch-glass-panel {
        position: absolute;
        background: rgba(255, 255, 255, .7);
        border: 1px solid rgba(255, 255, 255, .8);
        backdrop-filter: blur(16px) saturate(120%);
        -webkit-backdrop-filter: blur(16px) saturate(120%);
        border-radius: 20px;
        box-shadow: 0 25px 50px rgba(232, 107, 27, .04), 0 2px 8px rgba(0, 0, 0, .01);
        transition: border-color .3s ease, box-shadow .3s ease
      }

      .ci-arch-glass-panel:hover {
        border-color: rgba(232, 107, 27, .3);
        box-shadow: 0 35px 60px rgba(232, 107, 27, .08)
      }

      .ci-arch-mvc-card {
        width: 85%;
        height: 320px;
        top: 20%;
        left: 0;
        z-index: 4;
        padding: 24px;
        transform: translateZ(20px)
      }

      .ci-arch-panel-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(0, 0, 0, .05);
        padding-bottom: 12px;
        margin-bottom: 16px
      }

      .ci-arch-node-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 25px;
        position: relative
      }

      .ci-arch-node-container::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 10%;
        right: 10%;
        height: 2px;
        background: linear-gradient(90deg, #e86b1b 0, rgba(0, 0, 0, .05) 100%);
        z-index: 1
      }

      .ci-arch-node {
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .06);
        padding: 12px 18px;
        border-radius: 12px;
        font-size: .85rem;
        font-weight: 600;
        position: relative;
        z-index: 5;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .02)
      }

      .ci-arch-node.active {
        border-color: rgba(232, 107, 27, .3);
        color: #e86b1b
      }

      .ci-arch-speed-widget {
        width: 200px;
        right: 16px;
        top: 25px;
        z-index: 6;
        padding: 20px;
        transform: translateZ(50px)
      }

      .ci-arch-pulse-dot {
        width: 8px;
        height: 8px;
        background: #10b981;
        border-radius: 50%;
        display: inline-block;
        box-shadow: 0 0 8px rgba(16, 185, 129, .4);
        animation: ciArchPulse 2s infinite
      }

      @keyframes ciArchPulse {
        0% {
          box-shadow: 0 0 0 0 rgba(16, 185, 129, .4)
        }

        70% {
          box-shadow: 0 0 0 6px rgba(16, 185, 129, 0)
        }

        100% {
          box-shadow: 0 0 0 0 rgba(16, 185, 129, 0)
        }
      }

      @media (max-width:1200px) {
        .ci-arch-main-heading {
          font-size: 32px
        }
      }

      @media (max-width:991px) {
        .ci-arch-section {
          text-align: center;
          padding: 40px 0
        }

        .ci-arch-description {
          margin: 0 auto 30px auto
        }

        .ci-arch-canvas {
          height: 450px;
          margin-top: -7px
        }

        .ci-arch-mvc-card {
          width: 90%;
          left: 5%
        }
      }

      .contact-us-page .mobile-none {
    display: block !important;
}

.contact-us-page .deskstop-none {
    display: none !important;
}

@media(max-width: 767px) {
    .contact-us-page .mobile-none {
        display: none !important;
    }
    .contact-us-page .deskstop-none {
        display: none !important;
    }
    .contact-us-page .deskstop-none ul {
        padding-left: 0px !important;
    }
}

.contact-us-page .career-bg {
    background-image: url("<?php echo base_url() . 'src/img/icons/beniffits.png'; ?>") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative !important;
}

/* Optional overlay for readability */
.contact-us-page .career-bg .container {
    position: relative !important;
    z-index: 2 !important;
}

.contact-us-page .caarriar-banhead {
    color: #e86b1b !important;
    margin-top: 60px !important;
    margin-bottom: 50px !important;
    background-color: #ffffffcc !important;
    padding-top: 24px !important;
    border-radius: 16px !important;
}

.contact-us-page .career-bg::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: rgb(0 0 0 / 0%) !important;
}

.contact-us-page .aos-init.aos-animate {
    background-color: #ffffff91 !important;
    padding: 10px !important;
    border-radius: 11px !important;
    border: 2px solid #e86b1b63 !important;
}

.contact-us-page p.ban-head {
    color: black !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.contact-us-page section.wrapper.bg-light.contact-form {
    background-color: #e86b1b0d !important;
}

.contact-us-page div#BiginWebToRecordFormParent887213000000367073 {
    background-color: #ffffff !important;
}

.contact-us-page .icon.btn.btn-circle.btn-lg.btn-primary.disabled.mb-3 {
    background-color: white !important;
    color: #e86b1b !important;
}



