#fs-mena-ict-hero,
        #fs-mena-ict-hero * {
            box-sizing: border-box;
        }

        .fs-mena-ict-page {
            margin: 0;
            background: #05050f;
            font-family: 'BR Sonoma', Arial, sans-serif;
        }

        /* MENA ICT Hero Section CSS Start */

        #fs-mena-ict-hero {
            --fs-mena-white: #ffffff;
            --fs-mena-text-soft: rgba(255, 255, 255, 0.78);
            --fs-mena-glass: rgba(255, 255, 255, 0.15);
            --fs-mena-glass-strong: rgba(255, 255, 255, 0.22);
            --fs-mena-cyan: #00d8ff;
            --fs-mena-blue: #263cff;
            --fs-mena-pink: #ff2b84;
            --fs-mena-orange: #ff8b00;
            width: 100%;
            min-height: 100vh;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
            padding: clamp(40px, 7vw, 86px) 0;
            color: var(--fs-mena-white);
            font-family: 'BR Sonoma', Arial, sans-serif;
            background: radial-gradient(circle at 6% 11%, rgba(255, 255, 255, 0.52), transparent 230px), radial-gradient(circle at 49% 7%, rgba(100, 58, 255, 0.72), transparent 310px), radial-gradient(circle at 87% 17%, rgba(231, 0, 43, 0.95), transparent 315px), radial-gradient(circle at 84% 78%, rgba(235, 53, 170, 0.78), transparent 315px), radial-gradient(circle at 10% 79%, rgba(28, 49, 255, 0.88), transparent 330px), linear-gradient(135deg, #1c0622 0%, #0d103a 45%, #19020c 100%);
        }

        #fs-mena-ict-hero::after {
            content: "";
            position: absolute;
            inset: auto 0 0;
            height: 180px;
            pointer-events: none;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #010104 100%);
        }

        .fs-mena-ict-container {
            position: relative;
            z-index: 1;
            margin: 0 auto;
            display: grid;
            grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
            align-items: center;
            gap: clamp(24px, 3.2vw, 42px);
        }

        .fs-mena-ict-copy {
            position: relative;
            min-height: 500px;
            padding-left: clamp(0px, 2vw, 18px);
            top: 32px;
        }

        .fs-mena-ict-title {
            /* max-width: 556px; */
            margin: 0;
            color: #fff;
            font-size: clamp(36px, 4.6vw, 46px);
            line-height: 1.18;
            letter-spacing: 0;
            /* width: 793px; */
            font-weight: 700;
        }

        .fs-mena-ict-title-line {
            display: block;
        }

        .fs-mena-ict-text {
            max-width: 540px;
            margin: 22px 0 24px;
            color: var(--fs-mena-text-soft);
            font-size: clamp(13px, 1.15vw, 16px);
            font-weight: 560;
            line-height: 1.75;
        }

        .fs-mena-ict-tag-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px 11px;
            max-width: 520px;
        }

        .fs-mena-ict-tag {
            min-height: 35px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 7px 20px;
            border: 1px solid rgba(255, 255, 255, 0.18);
            border-radius: 5px;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.13) 100%);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 8px 18px rgba(7, 6, 38, 0.16);
                color: rgba(255, 255, 255, 0.78);
            font-size: 12px;
            line-height: 1;
            white-space: nowrap;
        }

        .fs-mena-ict-actions {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-top: 34px;
        }

        .fs-mena-ict-work-btn,
        .fs-mena-ict-arrow-btn {
            border: 2px solid transparent;
            background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #ff4fb8, #ffffff, #4c65ff, #ff4fb8) border-box;
            background-size: 100% 100%, 300% 100%;
            color: #11111f;
            text-decoration: none;
            box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
            animation: fs-mena-gradient-border 6s linear infinite;
        }

        .fs-mena-ict-work-btn {
            min-height: 48px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0 24px;
            border-radius: 999px;
            font-size: 13px;
        }
.fs-mena-ict-arrow-btn {
            width: 48px;
            height: 48px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-size: 20px;
            line-height: 1;
        }

        .fs-mena-ict-arrow-btn:hover,
        .fs-mena-ict-arrow-btn:focus-visible {
            animation: globalCtaHover 0.82s cubic-bezier(0.16, 0.9, 0.24, 1.18) both !important;
            background: var(--global-cta-hover-bg, linear-gradient(135deg, #8a8a8a 0%, #595959 46%, #343434 100%)) !important;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 22px 42px rgba(0, 0, 0, 0.34), 0 0 0 7px rgba(255, 255, 255, 0.08) !important;
            transform-origin: center;
            will-change: transform;
            outline: 0;
        }


        .fs-mena-ict-arrow-btn i {
            transform: rotate(-45deg);
        }

        @keyframes fs-mena-gradient-border {
            0% {
                background-position: 0 0, 0% 50%;
            }

            100% {
                background-position: 0 0, 300% 50%;
            }
        }

        .fs-mena-ict-arrow-stage {
            position: absolute;
            right: clamp(0px, 4vw, 58px);
            top: 245px;
            width: clamp(150px, 17vw, 210px);
            min-height: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .fs-mena-ict-neon-arrow {
            width: 100%;
            aspect-ratio: 1;
            position: relative;
            animation: fs-mena-ict-arrow-float 3.2s ease-in-out infinite;
        }

        .fs-mena-ict-neon-arrow::before,
        .fs-mena-ict-neon-arrow::after {
            content: "";
            position: absolute;
            inset: 0;
            background-image: url(images/secvice-page-img/service-img/arrow-representing.webp);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            width: 160px;
            left: 120px;
        }

        .fs-mena-ict-neon-arrow::before {
            z-index: 2;
            /* filter: drop-shadow(0 0 10px rgba(0, 216, 255, 0.86)) drop-shadow(0 0 18px rgba(255, 43, 132, 0.72)); */
        }

        .fs-mena-ict-neon-arrow::after {
            z-index: 1;
            opacity: 0.72;
            transform: scale(1.14);
            filter: blur(14px);
            animation: fs-mena-ict-arrow-glow 2.4s ease-in-out infinite;
        }

        @keyframes fs-mena-ict-arrow-float {

            0%,
            100% {
                transform: translate3d(0, 0, 0) rotate(-2deg);
            }

            50% {
                transform: translate3d(8px, -10px, 0) rotate(3deg);
            }
        }

        @keyframes fs-mena-ict-arrow-glow {

            0%,
            100% {
                opacity: 0.48;
                transform: scale(1.08);
            }

            50% {
                opacity: 0.9;
                transform: scale(1.2);
            }
        }

        .fs-mena-ict-stats-panel {
            width: min(100%, 520px);
            padding: clamp(24px, 2.6vw, 34px);
            border: 1px solid rgba(255, 255, 255, 0.28);
            border-radius: 28px;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
            box-shadow: 0 28px 76px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.18);
            backdrop-filter: blur(18px);
        }

        .fs-mena-ict-company-row {
            min-height: 82px;
            display: grid;
            grid-template-columns: auto minmax(0, 1fr) auto;
            align-items: center;
            gap: 18px;
            padding: 14px 20px;
            margin-bottom: 16px;
            border-radius: 12px;
            background: var(--fs-mena-glass);
        }

        .fs-mena-ict-company-icon {
            width: 56px;
            height: 56px;
            display: block;
            border-radius: 10px;
            object-fit: cover;
        }

        .fs-mena-ict-company-name,
        .fs-mena-ict-fund-value {
            margin: 0;
            color: #fff;
            font-size: 17px;
            line-height: 1;
        }

        .fs-mena-ict-company-note,
        .fs-mena-ict-fund-label,
        .fs-mena-ict-mini-label {
            display: block;
            margin-top: 6px;
            color: rgba(255, 255, 255, 0.76);
            font-size: 12px;
            font-weight: 650;
            line-height: 1.25;
        }

        .fs-mena-ict-fund {
            text-align: right;
            white-space: nowrap;
        }

        .fs-mena-ict-mini-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
            margin-top: 18px;
        }

        .fs-mena-ict-mini-stat {
            min-height: 84px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 15px;
            border-radius: 12px;
            background: var(--fs-mena-glass-strong);
        }

        .fs-mena-ict-mini-value {
            display: block;
            color: #fff;
            font-size: clamp(26px, 3vw, 34px);
            line-height: 1;
        }

        @media (max-width: 1050px) {
            .fs-mena-ict-container {
                grid-template-columns: 1fr;
                max-width: 720px;
            }

            .fs-mena-ict-copy {
                min-height: auto;
            }

            .fs-mena-ict-arrow-stage {
                position: static;
                width: clamp(130px, 34vw, 190px);
                min-height: 170px;
                margin: 12px auto 0;
            }

            .fs-mena-ict-stats-panel {
                margin: 0 auto;
            }
        }

        @media (max-width: 620px) {
            #fs-mena-ict-hero {
                align-items: flex-start;
                padding: 44px 0;
            }

            .fs-mena-ict-container,
            .fs-trusted-brand-container {
                width: min(100% - 28px, 520px);
            }

            .fs-mena-ict-title {
                font-size: clamp(32px, 10vw, 40px);
                line-height: 1.16;
            }

            .fs-mena-ict-tag {
                flex: 1 1 calc(50% - 10px);
                padding-inline: 10px;
            }

            .fs-mena-ict-company-row {
                grid-template-columns: auto 1fr;
                padding: 13px;
            }

            .fs-mena-ict-fund {
                grid-column: 2;
                text-align: left;
            }

            .fs-mena-ict-mini-grid {
                grid-template-columns: 1fr;
            }
        }

        /* MENA ICT Hero Section CSS End */
        /* Trusted Brand Logo Marquee Section CSS Start */

        #fs-trusted-brand-marquee,
        #fs-trusted-brand-marquee * {
            box-sizing: border-box;
        }

        #fs-trusted-brand-marquee {
            width: 100%;
            overflow: hidden;
            margin-top: -1px;
            padding: clamp(58px, 6vw, 86px) 0 clamp(52px, 6vw, 78px);
            color: #fff;
            font-family: 'BR Sonoma', Arial, sans-serif;
            background-color: #000;
        }


        .fs-trusted-brand-title {
            margin: 0 0 clamp(24px, 3vw, 34px);
            color: #fff;
            font-size: clamp(18px, 2vw, 22px);
            line-height: 1.3;
            text-align: center;
            letter-spacing: 0;
        }

        .fs-trusted-brand-slider {
            position: relative;
            width: 100%;
            overflow: hidden;
            -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
        }

        .fs-trusted-brand-track {
            width: max-content;
            display: flex;
            align-items: center;
            gap: clamp(26px, 3.2vw, 44px);
            animation: fs-trusted-brand-slide 34s linear infinite;
        }

        .fs-trusted-brand-slider:hover .fs-trusted-brand-track {
            animation-play-state: paused;
        }

        .fs-trusted-brand-item {
            width: clamp(106px, 10vw, 148px);
            height: clamp(34px, 4vw, 48px);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
            padding: 0;
            border: 0;
            background: transparent;
            box-shadow: none;
        }

        .fs-trusted-brand-logo {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: contain;
            opacity: 0.96;
            filter: brightness(0) invert(1) grayscale(1) contrast(1.18);
        }

        @keyframes fs-trusted-brand-slide {
            from {
                transform: translate3d(0, 0, 0);
            }

            to {
                transform: translate3d(-50%, 0, 0);
            }
        }

        @media (max-width: 620px) {
            .fs-trusted-brand-track {
                gap: 24px;
                animation-duration: 25s;
            }

            .fs-trusted-brand-slider {
                -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
                mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
            }
        }

        /* Trusted Brand Logo Marquee Section CSS End */
        /* our service start */

        .including,
        .including * {
            box-sizing: border-box;
        }

        .including {
            position: relative;
            overflow: hidden;
            padding: clamp(42px, 6vw, 72px) 0 28px;
            font-family: 'BR Sonoma', Arial, sans-serif;
            background: #000;
        }

        .including::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 0;
            pointer-events: none;
            background: radial-gradient(circle at 1% 58%, rgba(88, 74, 255, 0.72), transparent 330px), radial-gradient(circle at 99% 55%, rgba(235, 0, 49, 0.9), transparent 390px), radial-gradient(circle at 28% 72%, rgba(93, 45, 255, 0.82), transparent 420px), radial-gradient(circle at 58% 78%, rgba(229, 28, 156, 0.72), transparent 410px), radial-gradient(circle at 92% 83%, rgba(41, 49, 255, 0.7), transparent 360px), linear-gradient(180deg, #000 0%, #000 28%, #070711 52%, #050506 100%);
        }

        .including::after {
            content: "";
            position: absolute;
            inset: 0 0 auto;
            z-index: 0;
            height: 230px;
            pointer-events: none;
            background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
        }

        section.including.himalayan::after {
            content: "";
            position: absolute;
            inset: auto 0 0;
            z-index: 0;
            height: 230px;
            pointer-events: none;
            background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        }

        .fs-service-shell {
            position: relative;
            z-index: 1;

            margin: 0 auto;
            padding: clamp(46px, 4.8vw, 56px) clamp(36px, 3.8vw, 48px) 28px;
            border-radius: 34px;
            background: #101010;
            box-shadow: 0 30px 82px rgba(0, 0, 0, 0.58);
        }

        .fs-service-header {
            max-width: 660px;
            margin: 0 auto 38px;
            color: #fff;
            text-align: center;
        }

        .fs-service-eyebrow {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 38px;
            margin: 0 0 20px;
            padding: 9px 24px;
            border-radius: 999px;
            color: #000;
            background: #fff;
            font-size: 16px;
            line-height: 1;
        }

            .fs-service-title {
                color: #fff;
                font-size: clamp(34px, 4vw, 50px);
                line-height: 1.06;
                letter-spacing: 0;
                font-weight: 700;
            }

        .fs-service-subtitle {
  
            color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 1.65;
        }

        .reprints.owl-carousel {
            position: relative;
        }

        .reprints .owl-stage {
            display: flex;
            align-items: stretch;
        }

        .reprints .owl-item {
            display: flex;
        }

        .reprints .item {
            width: 100%;
        }

        .fs-service-card {
            position: relative;
            min-height: 414px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            overflow: hidden;
            padding: 0 36px 31px;
            /* border: 1px solid rgba(255, 255, 255, 0.06); */
            border-radius: 0 0 26px 26px;
            color: #fff;
            border-radius: 20px;
            background: linear-gradient(180deg, #111 0%, #101010 48%, #0b0b0b 100%);
            transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
        }

        .fs-service-card::before {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            border-radius: inherit;
            background: radial-gradient(circle at 8% 95%, rgba(59, 60, 255, 0.82), transparent 50%), radial-gradient(circle at 86% 92%, rgba(255, 42, 170, 0.78), transparent 52%), linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.58) 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .fs-service-card::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0.12) 54%, rgba(0, 0, 0, 0.18) 100%);
            pointer-events: none;
        }

        .fs-service-card:hover {
            border-color: rgba(255, 255, 255, 0.1);
            /* box-shadow: 0 24px 44px rgba(225, 0, 255, 0.15); */
        }

        .fs-service-card:hover::before {
            opacity: 1;
        }

        .reprints.owl-carousel .owl-item img.fs-service-visual {
            position: absolute;
            top: 34px;
            left: 50%;
            z-index: 1;
            width: clamp(138px, 12vw, 168px);
            max-width: none;
            height: auto;
            transform: translateX(-50%);
            filter: drop-shadow(0 22px 30px rgba(86, 77, 255, 0.34));
            animation: fs-service-icon-float 4.4s ease-in-out infinite;
            transition: transform 0.35s ease;
        }

        .fs-service-card:hover img.fs-service-visual {
            animation: none;
            transform: translateX(-50%) scale(1.035);
        }

        .reprints .owl-item:nth-child(even) img.fs-service-visual {
            animation-delay: -1.3s;
        }

        @keyframes fs-service-icon-float {

            0%,
            100% {
                transform: translateX(-50%) translateY(0) rotate(0deg);
            }

            50% {
                transform: translateX(-50%) translateY(-10px) rotate(2deg);
            }
        }

        .fs-service-content {
            position: relative;
            z-index: 2;
        }

        .fs-service-card h3 {
            margin: 0 0 4px;
            color: #fff;
            font-size: clamp(23px, 1.85vw, 27px);
            line-height: 1.08;
            letter-spacing: 0;
        }

        .fs-service-type {
            margin: 0 0 19px;
        color: rgba(255, 255, 255, 0.78);
            font-size: 14px;
            line-height: 1.35;
        }

        .fs-service-copy {
            margin: 0;
            max-width: 245px;
            color: rgba(255, 255, 255, 0.78);
            font-size: 14px;         
            line-height: 1.45;
        }

        .fs-service-points {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 9px 16px;
            margin-top: 20px;
        }

        .fs-service-point {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #fff;
            font-size: 10px;
            line-height: 1.25;
        }

        .fs-service-point i {
            font-size: 10px;
        }

        .reprints .owl-nav {
            display: flex;
            justify-content: center;
            gap: 14px;
            margin-top: 34px;
        }

        .reprints.owl-theme .owl-nav [class*=owl-] {
            width: 38px;
            height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            margin: 0;
            border-radius: 50%;
            color: #fff;
            border: 1px solid rgba(255, 255, 255, 0.18);
            background: rgba(255, 255, 255, 0.24);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
            transition: background 0.2s ease, transform 0.2s ease;
        }

        .reprints.owl-theme .owl-nav [class*=owl-] i {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            line-height: 1;
        }

        .reprints.owl-theme .owl-nav [class*=owl-]:hover {
            background: rgba(255, 255, 255, 0.34);
            transform: translateY(-2px);
        }

        .reprints.owl-theme .owl-dots {
            display: none;
        }

        @media (max-width: 767px) {
            .fs-service-shell {
                width: min(100% - 28px, 520px);
                padding: 34px 18px 24px;
                border-radius: 24px;
            }

            .fs-service-card {
                min-height: 390px;
                padding: 0 24px 30px;
            }

            .reprints.owl-carousel .owl-item img.fs-service-visual {
                top: 30px;
                width: 138px;
            }

            .fs-service-points {
                grid-template-columns: 1fr;
            }
        }

        /* our service end */
        /* Augment Your Digital Presence with Fluper start */

        .fluper-growth-banner {
            position: relative;
            z-index: 1;
            overflow: hidden;
            padding: 76px 0 0;
            background: transparent;
        }


        .fluper-growth-wrapper {
            position: relative;
            overflow: hidden;
            min-height: 240px;
            display: flex;
            align-items: center;
            padding: 44px 62px;
            border-radius: 22px;
            background: radial-gradient(circle at 8% 0%, rgba(73, 67, 255, 0.8), transparent 300px), radial-gradient(circle at 62% 48%, rgba(255, 24, 151, 0.68), transparent 390px), radial-gradient(circle at 96% 19%, rgba(45, 54, 255, 1), transparent 330px), linear-gradient(135deg, rgba(54, 45, 144, 0.96) 0%, rgba(24, 22, 34, 0.96) 44%, rgba(65, 18, 68, 0.94) 67%, rgba(48, 57, 232, 0.96) 100%);
            border: 1px solid rgba(255, 255, 255, 0.12);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 28px 70px rgba(0, 0, 0, 0.36);
        }

        .fluper-growth-wrapper>.row {
            width: 100%;
            margin-inline: 0;
        }

        .fluper-growth-wrapper .col-lg-7 {
            flex: 0 0 72%;
            max-width: 72%;
            padding-inline: 0;
        }

        .fluper-growth-wrapper .col-lg-5 {
            flex: 0 0 28%;
            max-width: 28%;
            padding-inline: 0;
        }

        .fluper-growth-wrapper::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0) 38%, rgba(0, 0, 0, 0.28) 100%);
            pointer-events: none;
        }

        .fluper-growth-content {
            position: relative;
            z-index: 2;
            max-width: 820px;
        }

        .fluper-growth-title {
            color: #fff;
            font-size: clamp(24px, 2.45vw, 27px);
            margin: 0 0 17px;
            line-height: 1.08;
            letter-spacing: 0;
            white-space: nowrap;
        }

        .fluper-growth-text {
            color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 1.75;
            max-width: 693px;
            margin: 0;
        }

        .fluper-growth-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            min-height: 39px;
            margin-top: 30px;
            padding: 0 26px;
            border-radius: 999px;
            text-decoration: none;
            color: #fff;
            transition: background 0.25s ease, transform 0.25s ease;
            font-size: 12px;
            font-weight: 650;
            background: rgba(255, 255, 255, 0.34);
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 14px 32px rgba(0, 0, 0, 0.16);
            backdrop-filter: blur(12px);
        }

        .fluper-growth-btn:hover {
            color: #fff;
            background: rgba(255, 255, 255, 0.46);
            transform: translateY(-2px);
        }

        .fluper-growth-btn i {
            font-size: 16px;
            line-height: 1;
        }

        .fluper-growth-image {
            text-align: center;
            position: relative;
            z-index: 2;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 150px;
        }

        .fluper-growth-image img {
            width: clamp(210px, 16vw, 260px);
            max-width: 100%;
            animation: fluperFloatingStar 4s ease-in-out infinite;
            filter: drop-shadow(0 24px 34px rgba(48, 54, 255, 0.32));
        }

        @keyframes fluperFloatingStar {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-12px);
            }

            100% {
                transform: translateY(0);
            }
        }

        @media(max-width:991px) {
            .fluper-growth-banner {
                padding-top: 54px;
            }

            .fluper-growth-banner .container,
            #flp-sw-section .container {
                width: min(100% - 28px, 720px);
            }

            .fluper-growth-wrapper .col-lg-7,
            .fluper-growth-wrapper .col-lg-5 {
                flex: 0 0 100%;
                max-width: 100%;
            }

            .fluper-growth-wrapper {
                min-height: auto;
                padding: 38px 30px;
                text-align: center;
            }

            .fluper-growth-title {
                font-size: 30px;
                white-space: normal;
            }

            .fluper-growth-text {
                margin: 0 auto;
            }

            .fluper-growth-image img {
                width: 190px;
                margin-top: 34px;
            }
        }

        /* Augment Your Digital Presence with Fluper end  */
        /* Services Software Suite Carousel Start */
        .services-software-suite-section,
        .services-software-suite-section * {
            box-sizing: border-box;
        }

        .services-software-suite-section {
            position: relative;
            overflow: hidden;
            padding: 72px 0 76px;
            color: #fff;
            background: #000;
        }


        .services-software-suite-head {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
            gap: 70px;
            align-items: center;
            margin-bottom: 48px;
        }

        .services-software-suite-title {
            margin: 0;
            color: #fff;
            font-size: clamp(34px, 4vw, 50px);
            line-height: 1.12;
            letter-spacing: 0;
            font-weight: 700;
        }

        .services-software-suite-copy {
            margin: 0;
            padding-left: 20px;
            border-left: 1px solid rgba(255, 255, 255, 0.45);
                color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 1.55;
        }

        .services-software-suite-carousel .owl-stage {
            display: flex;
            align-items: stretch;
        }

        .services-software-suite-carousel .owl-item {
            display: flex;
            align-items: stretch;
        }

        .services-software-suite-card {
            position: relative;
            overflow: hidden;
            width: 100%;
            min-height: 288px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 30px 26px 34px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            background: linear-gradient(180deg, #1c1c1c 0%, #151515 100%);
            color: #fff;
        }

            .services-software-suite-card::before {
            content: "";
            position: absolute;
            inset: auto 0 0;
            height: 61%;
            pointer-events: none;
            background: radial-gradient(circle at 18% 109%, rgba(37, 56, 255, 0.95), transparent 63%), radial-gradient(circle at 92% 153%, rgba(224, 40, 169, 0.9), transparent 62%);
            opacity: 0;
            transition: opacity 0.28s ease;
        }

        .services-software-suite-card.is-active::before,
        .services-software-suite-card:hover::before {
            opacity: 1;
        }

        .services-software-suite-count,
        .services-software-suite-icon,
        .services-software-suite-card h3,
        .services-software-suite-card p,
        .services-software-suite-link {
            position: relative;
            z-index: 1;
        }

        .services-software-suite-count {
            display: block;
            margin-bottom: 24px;
            color: rgba(255, 255, 255, 0.22);
            font-size: 30px;
            font-style: italic;
            line-height: 1;
        }

        .services-software-suite-card.is-active .services-software-suite-count,
        .services-software-suite-card:hover .services-software-suite-count {
            color: #fff;
        }

        .services-software-suite-icon {
            width: 54px !important;
            height: 54px;
            display: none !important;
            object-fit: contain;
            margin-bottom: 18px;
            border-radius: 8px;
            background: #fff;
        }

        .services-software-suite-card h3 {
            margin: 0 0 20px;
            color: #fff;
            font-size: 23px;
            line-height: 1.1;
        }

        .services-software-suite-card p {
            max-width: 245px;
            min-height: 72px;
            margin: 0 0 28px;
            color: rgba(255, 255, 255, 0.72);
            font-size: 14px;
            line-height: 1.65;
        }

        .services-software-suite-link {
            min-height: 34px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 9px;
            margin-top: auto;
            padding: 0 16px;
            border-radius: 6px;
            color: #fff;
            text-decoration: none;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.16));
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 14px 28px rgba(0, 0, 0, 0.28);
            font-size: 12px;
        }

        .services-software-suite-link:hover,
        .services-software-suite-link:focus {
            color: #fff;
        }

        .services-software-suite-carousel.owl-theme .owl-nav {
            display: none;
        }

        .services-software-suite-carousel.owl-theme .owl-dots {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            margin-top: 32px;
        }

        .services-software-suite-carousel.owl-theme .owl-dots .owl-dot span {
            width: 11px;
            height: 11px;
            margin: 0;
            border: 1px solid rgba(255, 255, 255, 0.72);
            border-radius: 50%;
            background: transparent;
        }

        .services-software-suite-carousel.owl-theme .owl-dots .owl-dot.active span {
            border: 0;
            background: linear-gradient(135deg, #3540ff, #d52fac);
            box-shadow: 0 0 18px rgba(174, 65, 255, 0.7);
        }

        @media (max-width: 991px) {
            .services-software-suite-section {
                padding: 58px 0 64px;
            }

            .services-software-suite-wrap {
                width: min(100% - 36px, 760px);
            }

            .services-software-suite-head {
                grid-template-columns: 1fr;
                gap: 22px;
                margin-bottom: 34px;
            }

            .services-software-suite-copy {
                padding-left: 16px;
            }
        }

        @media (max-width: 575px) {
            .services-software-suite-section {
                padding: 48px 0 56px;
            }

            .services-software-suite-wrap {
                width: min(100% - 28px, 430px);
            }

            .services-software-suite-title {
                font-size: 31px;
            }

            .services-software-suite-copy {
                font-size: 12px;
            }

            .services-software-suite-card {
                min-height: 304px;
                padding: 28px 24px 30px;
            }

            .services-software-suite-card h3 {
                font-size: 21px;
            }
        }

        /* Services software suite carousel fallback */
        .services-software-suite-carousel.owl-carousel:not(.owl-loaded) {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
            width: 100%;
        }

        .services-software-suite-carousel.owl-carousel.owl-loaded {
            display: block;
        }

        .services-software-suite-carousel.owl-carousel:not(.owl-loaded) .services-software-suite-card {
            min-width: 0;
        }

        @media (max-width: 991px) {
            .services-software-suite-carousel.owl-carousel:not(.owl-loaded) {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 575px) {
            .services-software-suite-carousel.owl-carousel:not(.owl-loaded) {
                grid-template-columns: 1fr;
            }
        }
        /* Services Software Suite Carousel End */
        /* Mobile App Expertise Section start */

        #flp-sw-section {
            position: relative;
            overflow: hidden;
            color: #fff;
            background: #000;
            padding: 78px 0 96px;
        }

        #flp-sw-section::before {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            background: radial-gradient(circle at 50% 58%, rgba(255, 16, 156, 0.16), transparent 430px), radial-gradient(circle at 16% 78%, rgba(52, 62, 255, 0.16), transparent 330px), radial-gradient(circle at 86% 80%, rgba(60, 60, 255, 0.14), transparent 340px);
        }


        #flp-sw-section .container {
            position: relative;
            z-index: 1;
            padding-inline: 0;
        }

        #flp-sw-section .flp-sw-heading-wrap {
            max-width: 760px;
            margin: 0 auto 28px;
            text-align: center;
        }

        #flp-sw-section .flp-sw-heading-wrap h2 {
            color: #fff;
            font-size: clamp(38px, 4vw, 50px);
            line-height: 1.08;
            letter-spacing: 0;
            font-weight: 700;
        }

        #flp-sw-section .flp-sw-heading-wrap p {
            max-width: 670px;
            margin: 0 auto;
                color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 1.55;
        }
.flp-app-tabs {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 13px;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    margin: 0 auto -16px;
    padding: 0px 0px;
    background: #000;
}

        .flp-app-tabs::before {
            content: "";
            position: absolute;
            left: -8px;
            right: -8px;
            top: 50%;
            z-index: -1;
            height: 24px;
            transform: translateY(-50%);
            background: #000;
        }

        .flp-app-tab {
            position: relative;
            min-width: 100px;
            min-height: 36px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0 18px;
            border-radius: 6px;
            border: 1px solid transparent;
            color: #fff;
            background: linear-gradient(#060607, #060607) padding-box, linear-gradient(90deg, #3439ff, #d330a6, #3439ff) border-box;
            background-size: 100% 100%, 300% 100%;
            font-size: 13px;
            line-height: 1;
            cursor: pointer;
            transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
            animation: flp-app-running-border 10s linear infinite;
        }

        .flp-app-tab:hover {
            transform: translateY(-1px);
        }

        .flp-app-tab.is-active {
            background: linear-gradient(180deg, rgba(103, 103, 103, 0.95) 0%, rgba(46, 46, 46, 0.98) 100%) padding-box, linear-gradient(90deg, #3439ff, #d330a6, #3439ff) border-box;
            background-size: 100% 100%, 300% 100%;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 13px 25px rgba(0, 0, 0, 0.32);
        }

        .flp-app-panel {
            min-height: 405px;
            display: grid;
            grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1fr);
            align-items: center;
            gap: clamp(36px, 6vw, 76px);
            padding: 82px 38px 34px 56px;
            border: 1px solid transparent;
            border-radius: 28px;
            background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)) padding-box, linear-gradient(115deg, #d330a6 0%, #3439ff 30%, #3439ff 55%, #d330a6 82%, #d330a6 100%) border-box;
            background-size: 100% 100%, 300% 100%;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 24px 70px rgba(0, 0, 0, 0.38);
            animation: flp-app-running-border 12s linear infinite;
        }

        @keyframes flp-app-running-border {
            0% {
                background-position: 0 0, 0% 50%;
            }

            100% {
                background-position: 0 0, 300% 50%;
            }
        }

        .flp-app-content {
            padding-left: 5px;
        }

        .flp-app-content h3 {
            max-width: 430px;
            margin: 0 0 26px;
            color: #fff;
            font-size: clamp(34px, 3vw, 42px);
            line-height: 1.08;
            letter-spacing: 0;
        }

        .flp-app-content p {
            max-width: 520px;
            margin: 0;
            color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 1.7;
        }

        #flp-sw-section .flp-sw-btn {
            min-height: 39px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 11px;
            margin-top: 35px;
            padding: 0 19px;
            border-radius: 6px;
            color: #fff;
            text-decoration: none;
            background: linear-gradient(180deg, rgba(88, 88, 88, 0.86) 0%, rgba(48, 48, 48, 0.9) 100%);
            border: 1px solid rgba(255, 255, 255, 0.46);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 12px 28px rgba(0, 0, 0, 0.22);
            transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
            font-size: 12px;
            line-height: 1;
        }

        #flp-sw-section .flp-sw-btn:hover {
            background: linear-gradient(180deg, rgba(112, 112, 112, 0.94) 0%, rgba(58, 58, 58, 0.96) 100%);
            border-color: rgba(255, 255, 255, 0.62);
            transform: translateY(-2px);
        }

        #flp-sw-section .flp-sw-btn i {
            font-size: 11px;
            line-height: 1;
        }

        .flp-app-media {
            justify-self: end;
            width: min(100%, 548px);
            padding: 16px;
            border-radius: 32px;
            background: #1b1b1d;
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
        }

        .flp-app-media img {
            display: block;
            width: 100%;
            aspect-ratio: 548 / 332;
            object-fit: cover;
            border-radius: 22px;
        }

        @media (max-width: 991px) {
            #flp-sw-section {
                padding: 64px 0 74px;
            }

            .flp-app-tabs {
                display: flex;
                width: min(100%, 680px);
                margin-bottom: 18px;
                padding: 0;
                background: transparent;
            }

            .flp-app-tabs::before {
                display: none;
            }

            .flp-app-panel {
                grid-template-columns: 1fr;
                padding: 34px 24px 24px;
                gap: 30px;
            }

            .flp-app-content {
                padding-left: 0;
                text-align: center;
            }

            .flp-app-content h3,
            .flp-app-content p {
                margin-left: auto;
                margin-right: auto;
            }

            .flp-app-media {
                justify-self: center;
            }
        }

        @media (max-width: 575px) {
            #flp-sw-section .flp-sw-heading-wrap h2 {
                font-size: 34px;
            }

            .flp-app-tab {
                flex: 1 1 calc(50% - 8px);
                min-width: 0;
                padding-inline: 10px;
            }

            .flp-app-panel {
                border-radius: 22px;
            }

            .flp-app-content h3 {
                font-size: 30px;
            }

            .flp-app-content p {
                font-size: 14px;
            }
        }

        /* Mobile App Expertise Section end */
        /* Success Stories Section start */

        #fs-success-stories,
        #fs-success-stories * {
            box-sizing: border-box;
        }

        #fs-success-stories {
            position: relative;
            overflow: hidden;
            padding: 0px 0 104px;
            color: #fff;
            background: #000;
            font-family: 'BR Sonoma', Arial, sans-serif;
        }


        .fs-success-container {
            position: relative;
            z-index: 1;
        }

        .fs-success-heading {
            max-width: 760px;
            margin: 0 auto 42px;
            text-align: center;
        }

            .fs-success-heading h2 {
                margin: 0 0 18px;
                color: #fff;
                font-size: clamp(38px, 4vw, 50px);
                line-height: 1.08;
                letter-spacing: 0;
                font-weight: 700;
            }

        .fs-success-heading p {    
            margin: 0 auto;
            color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 1.7;
        }

        .fs-case-carousel.owl-carousel .owl-stage {
            display: flex;
            align-items: stretch;
        }

        .fs-case-carousel .owl-item {
            display: flex;
        }

        .fs-case-item {
            width: 100%;
        }

        .fs-case-card {
            position: relative;
            overflow: hidden;
            width: 100%;
            aspect-ratio: 1 / 1.05;
            min-height:100%;
            display: block;
            border-radius: 22px;
            background: #111;
            box-shadow: 0 20px 52px rgba(0, 0, 0, 0.34);
        }

        .fs-case-card img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.35s ease;
        }

        .fs-case-card::after {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            opacity: 0;
            background: radial-gradient(circle at 8% 95%, rgba(59, 60, 255, 0.82), transparent 50%), radial-gradient(circle at 86% 92%, rgba(255, 42, 170, 0.78), transparent 52%), linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.58) 100%);
            transition: opacity 0.3s ease;
        }

        .fs-case-card:hover img {
            transform: scale(1.035);
        }

        .fs-case-card:hover::after {
            opacity: 1;
        }

        .fs-case-btn {
            position: absolute;
               left: 30%;
              bottom: 70px;
            z-index: 2;
            min-height: 35px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 0 20px;
            border: 1px solid rgba(255, 255, 255, 0.34);
            border-radius: 7px;
            color: #fff;
            text-decoration: none;
            background: rgba(255, 255, 255, 0.22);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 14px 28px rgba(0, 0, 0, 0.22);
            backdrop-filter: blur(10px);
            opacity: 0;
            transform: translateX(-50%) translateY(12px);
            font-size: 11px;
            line-height: 1;
            white-space: nowrap;
            transition: opacity 0.25s ease, transform 0.25s ease, background 0.25s ease;
            pointer-events: none;
        }

        .fs-case-card:hover .fs-case-btn {
            opacity: 1;
            transform: translateX(-50%) translateY(0);
            pointer-events: auto;
        }

        .fs-case-btn:hover {
            color: #fff;
            background: rgba(255, 255, 255, 0.32);
        }

        .fs-case-btn i {
            font-size: 10px;
        }

        .fs-case-carousel.owl-theme .owl-nav,
        .fs-case-carousel.owl-theme .owl-dots {
            display: none;
        }

        @media (max-width: 991px) {
            #fs-success-stories {
                padding: 64px 0 78px;
            }

            .fs-case-card {
                min-height: 320px;
            }
        }

        @media (max-width: 575px) {
            .fs-success-heading h2 {
                font-size: 34px;
            }

            .fs-success-heading p {
                font-size: 13px;
            }

            .fs-case-card {
                min-height: 300px;
                border-radius: 18px;
            }
        }

        /* Success Stories Section end */
        /* About Partnership Trust Section Start */
        .about-partnership-trust-section,
        .about-partnership-trust-section * {
            box-sizing: border-box;
        }

        .about-partnership-trust-section {
            position: relative;
            overflow: hidden;
            padding: 0px 0px;
            color: #fff;
            background: #000;
        }

        .about-partnership-trust-section::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: -9px;
            height: 1px;
            background: rgba(255, 255, 255, 0.18);
        }

        .about-partnership-trust-wrap {
            position: relative;
            z-index: 1;
        }

        .about-partnership-trust-head {
            max-width: 760px;
            margin: 0 auto 43px;
            text-align: center;
        }

        .about-partnership-trust-title {
            margin: 0 0 13px;
            color: #fff;
            font-size: clamp(34px, 4vw, 50px);
            line-height: 1.08;
            letter-spacing: 0;
            font-weight: 700;
        }

        .about-partnership-trust-copy {
            margin: 0 auto;
            max-width: 735px;
            color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 1.55;
        }

        .about-partnership-trust-grid {
            display: grid;
            grid-template-columns: minmax(360px, 0.96fr) minmax(360px, 0.88fr);
            align-items: start;
            gap: 34px;
        }

        .about-partnership-trust-media {
            overflow: hidden;
            min-height: 405px;
            border-radius: 18px;
            background: rgba(255, 255, 255, 0.06);
        }

        .about-partnership-trust-media img {
            width: 100%;
            height: 405px;
            display: block;
            object-fit: cover;
        }

        .about-partnership-trust-accordion {
            display: grid;
            gap: 16px;
        }

        .about-partnership-trust-item {
            height: 60px;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 10px;
            background: linear-gradient(90deg, #1f1f1f 0%, #171717 100%);
            transition: height 0.42s ease, border-color 0.32s ease, background 0.32s ease;
        }

        .about-partnership-trust-item.is-active {
            height: 168px;
            border-color: transparent;
            background: linear-gradient(100deg, #df31ad 0%, #9837d8 48%, #2e43ff 100%);
        }

        .about-partnership-trust-question {
            width: 100%;
            min-height: 60px;
            padding: 0 28px 0 32px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            border: 0;
            color: #fff;
            background: transparent;
            font: inherit;
            text-align: left;
            cursor: pointer;
        }

        .about-partnership-trust-question span {
            font-size: 23px;
            line-height: 1.1;
        }

        .about-partnership-trust-question i {
            flex: 0 0 auto;
            font-size: 17px;
            transition: transform 0.25s ease;
        }
.about-partnership-trust-item.is-active .about-partnership-trust-question i {
            transform: rotate(180deg);
        }

        .about-partnership-trust-answer {
            overflow: hidden;
            opacity: 0;
            transition: opacity 0.32s ease;
        }

        .about-partnership-trust-answer p {
            margin: 0;
            padding: 0 34px 28px;
            color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 1.48;
            transform: translateY(6px);
            transition: transform 0.32s ease, opacity 0.32s ease;
        }

        .about-partnership-trust-item.is-active .about-partnership-trust-answer {
            opacity: 1;
        }

        .about-partnership-trust-item.is-active .about-partnership-trust-answer p {
            transform: translateY(0);
        }

        @media (max-width: 991px) {
            .about-partnership-trust-wrap {
                width: min(100% - 40px, 760px);
            }

            .about-partnership-trust-grid {
                grid-template-columns: 1fr;
            }

            .about-partnership-trust-media,
            .about-partnership-trust-media img {
                min-height: 330px;
                height: 330px;
            }
        }

        @media (max-width: 575px) {
            .about-partnership-trust-section {
                padding: 16px 0 58px;
            }

            .about-partnership-trust-wrap {
                width: min(100% - 24px, 520px);
            }

            .about-partnership-trust-head {
                margin-bottom: 30px;
            }

            .about-partnership-trust-title {
                font-size: 30px;
            }

            .about-partnership-trust-copy,
            .about-partnership-trust-answer p {
                font-size: 13px;
            }

            .about-partnership-trust-media,
            .about-partnership-trust-media img {
                min-height: 250px;
                height: 250px;
                border-radius: 14px;
            }

            .about-partnership-trust-item {
                height: 56px;
            }

            .about-partnership-trust-item.is-active {
                height: 154px;
            }

            .about-partnership-trust-question {
                min-height: 56px;
                padding: 0 18px 0 20px;
            }

            .about-partnership-trust-question span {
                font-size: 20px;
            }

            .about-partnership-trust-answer p {
                padding: 0 20px 22px;
            }
        }
        /* About Partnership Trust Section End */
        /* Development Process Section start */

        #fs-process-section,
        #fs-process-section * {
            box-sizing: border-box;
        }

        #fs-process-section {
            position: relative;
            overflow: hidden;
            padding: 78px 0 104px;
            color: #fff;
            background: #000;
            font-family: 'BR Sonoma', Arial, sans-serif;
        }

        .fs-process-container {
            margin: 0 auto;
        }

        .fs-process-heading {
            max-width: 860px;
            margin: 0 auto 56px;
            text-align: center;
        }

        .fs-process-heading h2 {
            margin: 0 0 22px;
            color: #fff;
            font-size: clamp(38px, 4vw, 50px);
            line-height: 1.12;
            letter-spacing: 0;
            font-weight: 700;
        }

        .fs-process-heading p {
            max-width: 840px;
            margin: 0 auto;
            color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 1.7;
        }

        .fs-process-track {
            position: relative;
            min-height: 198px;
            margin: 0 0 42px;
        }

        .fs-process-wave {
            position: absolute;
            inset: 44px 0 auto;
            left: 50%;
            width: 100vw;
            height: 105px;
            overflow: visible;
            transform: translateX(-50%);
        }

        .fs-process-wave path {
            fill: none;
            stroke-width: 2;
            opacity: 0.9;
        }

        .fs-process-wave-base {
            stroke: #333;
        }

        .fs-process-wave-active {
            stroke: url(#fsProcessWaveGradient);
            stroke-dasharray: 1;
            stroke-dashoffset: 1;
            stroke-linecap: round;
            transition: stroke-dashoffset 0.35s ease;
        }

        .fs-process-step {
            position: absolute;
            z-index: 2;
            width: 170px;
            padding: 0;
            border: 0;
            color: rgba(255, 255, 255, 0.38);
            background: transparent;
            text-align: center;
            cursor: pointer;
            transform: translateX(-50%);
            transition: color 0.25s ease, transform 0.25s ease;
        }

        .fs-process-step:nth-of-type(1) {
            left: 3%;
            top: 29px;
        }

        .fs-process-step:nth-of-type(2) {
            left: 24%;
            top: 61px;
        }

        .fs-process-step:nth-of-type(3) {
            left: 46%;
            top: 38px;
        }

        .fs-process-step:nth-of-type(4) {
            left: 70%;
            top: 47px;
        }

        .fs-process-step:nth-of-type(5) {
            left: 93%;
            top: 60px;
        }

        .fs-process-kicker {
            display: block;
            margin: 0 0 10px;
            color: inherit;
            font-size: 13px;
            line-height: 1;
        }

        .fs-process-icon {
            width: 58px;
            height: 58px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 7px;
            color: #fff;
            background: linear-gradient(180deg, #707070 0%, #383838 100%);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 16px 30px rgba(0, 0, 0, 0.24);
            font-size: 27px;
        }

        .fs-process-name {
            display: block;
            margin-top: 12px;
            color: inherit;
            font-size: 16px;
            line-height: 1.2;
        }

        .fs-process-step.is-active {
            color: #fff;
            transform: translateX(-50%) translateY(-3px);
        }

        .fs-process-step.is-active .fs-process-icon {
            background: linear-gradient(135deg, #3143ff 0%, #ff2aad 100%);
            box-shadow: 0 0 28px rgba(111, 67, 255, 0.44);
        }

        .fs-process-detail {
            display: grid;
            grid-template-columns: minmax(0, 460px) minmax(0, 620px);
            align-items: center;
            justify-content: space-between;
            gap: clamp(44px, 6vw, 88px);
            width: 100%;
            margin: 0 auto;
        }

        .fs-process-number {
            display: block;
            margin: 0 0 18px;
            color: rgba(255, 255, 255, 0.18);
            font-size: 42px;
            line-height: 1;
        }

        .fs-process-detail h3 {
            margin: 0 0 14px;
            color: #fff;
            font-size: clamp(30px, 3vw, 41px);
            line-height: 1.12;
            font-weight: 700;
        }

        .fs-process-detail p {
            margin: 0;
            max-width: 455px;
            color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 1.75;
        }

        .fs-process-media {
            overflow: hidden;
            width: 100%;
            border-radius: 18px;
            background: #151515;
            box-shadow: 0 24px 58px rgba(0, 0, 0, 0.3);
        }

        .fs-process-media img {
            display: block;
            width: 100%;
            aspect-ratio: 560 / 280;
            object-fit: cover;
        }

        @media (max-width: 991px) {
            #fs-process-section {
                padding: 64px 0 78px;
            }

            .fs-process-track {
                min-height: auto;
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 18px;
                margin: 0 0 38px;
            }

            .fs-process-wave {
                display: none;
            }

            .fs-process-step,
            .fs-process-step:nth-of-type(n) {
                position: relative;
                left: auto;
                top: auto;
                width: 100%;
                transform: none;
                padding: 14px 10px;
                border: 1px solid rgba(255, 255, 255, 0.14);
                border-radius: 12px;
                background: rgba(255, 255, 255, 0.04);
            }

            .fs-process-detail {
                grid-template-columns: 1fr;
                gap: 30px;
                text-align: center;
            }
        }

        @media (max-width: 575px) {
            .fs-process-heading h2 {
                font-size: 33px;
            }

            .fs-process-track {
                grid-template-columns: 1fr;
            }

            .fs-process-media img {
                aspect-ratio: 1.28 / 1;
            }
        }

        /* Development Process Section end */
        /* FAQ Section start */

        #fs-faq-section,
        #fs-faq-section * {
            box-sizing: border-box;
        }

        #fs-faq-section {
            padding: 78px 0 104px;
            color: #fff;
            background: #000;
            font-family: 'BR Sonoma', Arial, sans-serif;
        }

        .fs-faq-container {
            margin: 0 auto;
        }

        .fs-faq-heading {
            max-width: 860px;
            margin: 0 auto 58px;
            text-align: center;
        }

            .fs-faq-heading h2 {
                margin: 0 0 22px;
                color: #fff;
                font-size: clamp(38px, 4vw, 50px);
                line-height: 1.1;
                letter-spacing: 0;
                font-weight: 700;
            }

        .fs-faq-heading p {
            margin: 0 auto;
            max-width: 860px;
            color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 1.7;
        }

        .fs-faq-list {
            max-width: 100%;
            margin: 0 auto;
        }

        .fs-faq-item {
            border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        }

        .fs-faq-question {
            width: 100%;
            min-height: 82px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
            padding: 0;
            border: 0;
            color: #fff;
            background: transparent;
            text-align: left;
            cursor: pointer;
        }

        .fs-faq-question span {
            color: #fff;
            font-size: clamp(18px, 1.8vw, 24px);
            line-height: 1.25;
        }

        .fs-faq-icon {
            position: relative;
            width: 35px;
            height: 35px;
            flex: 0 0 35px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 7px;
            color: #fff;
            background: #4b4b4b;
            font-size: 0;
            line-height: 1;
            transition: background 0.25s ease, transform 0.25s ease;
        }

        .fs-faq-icon::before,
        .fs-faq-icon::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            width: 14px;
            height: 2px;
            border-radius: 999px;
            background: #fff;
            transform: translate(-50%, -50%);
        }

        .fs-faq-icon::after {
            transform: translate(-50%, -50%) rotate(90deg);
        }

        .fs-faq-item.is-open .fs-faq-icon {
            background: linear-gradient(135deg, #2443ff 0%, #ff2aaa 100%);
        }

        .fs-faq-item.is-open .fs-faq-icon::after {
            opacity: 0;
        }

        .fs-faq-panel {
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            transition: max-height 0.42s ease, opacity 0.28s ease;
        }

        .fs-faq-panel-inner {
            padding: 0 74px 27px 0;
        }

        .fs-faq-panel p {
            max-width: 920px;
            margin: 0;
            color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 1.6;
        }

        .fs-faq-item.is-open .fs-faq-panel {
            opacity: 1;
        }

        @media (max-width: 767px) {
            #fs-faq-section {
                padding: 62px 0 78px;
            }

            .fs-faq-heading {
                margin-bottom: 36px;
            }

            .fs-faq-question {
                min-height: 72px;
            }

            .fs-faq-panel-inner {
                padding-right: 0;
            }
        }

        /* Device responsive pass */
        @media (min-width: 1200px) and (max-width: 1400px) {


            .fs-mena-ict-title {
                width: auto;
                max-width: 760px;
            }



            .flp-app-panel {
                grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1fr);
            }
        }

        @media (min-width: 992px) and (max-width: 1199px) {

            .fs-mena-ict-container,
            .fs-service-shell,
            #flp-sw-section .container,
            .fs-success-container,
            .fs-process-container,
            .fs-faq-container {
                width: min(100% - 48px, 960px);
            }

            .fs-mena-ict-container {
                grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
                gap: 28px;
            }

            .fs-mena-ict-title {
                width: auto;
                max-width: 640px;
                font-size: 42px;
            }

            .fs-mena-ict-stats-panel {
                max-width: 430px;
            }

            .fs-service-shell {
                padding-inline: 30px;
            }

            .fs-service-card {
                min-height: 390px;
                padding-inline: 28px;
            }


            .fluper-growth-wrapper {
                padding: 40px 42px;
            }

            #flp-sw-section .flp-sw-heading-wrap h2,
            .fs-success-heading h2,
            .fs-process-heading h2,
            .fs-faq-heading h2 {
                font-size: 40px;
            }

            .flp-app-panel {
                grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
                gap: 36px;
                padding: 76px 30px 32px 38px;
            }

            .flp-app-content h3 {
                font-size: 34px;
            }

            .fs-process-step {
                width: 150px;
            }

            .fs-process-step:nth-of-type(5) {
                left: 91%;
            }
        }

        @media (min-width: 768px) and (max-width: 991px) {

            .fs-mena-ict-container,
            .fs-service-shell,
            #flp-sw-section .container,
            .fs-success-container,
            .fs-process-container,
            .fs-faq-container,
            .fluper-growth-banner .container {
                width: min(100% - 40px, 740px);
            }

            #fs-mena-ict-hero,
            #flp-sw-section,
            #fs-process-section,
            #fs-faq-section {
                padding-block: 64px;
            }

            .fs-mena-ict-title {
                width: auto;
                font-size: 42px;
            }

            .fs-mena-ict-tag-list {
                max-width: 620px;
            }

            .fs-service-shell {
                padding: 38px 24px 26px;
            }

            .fs-service-card {
                min-height: 380px;
            }

            .fluper-growth-wrapper {
                padding: 34px 28px;
            }

            .flp-app-tabs {
                justify-content: center;
                gap: 10px;
            }

            .flp-app-tab {
                min-width: 96px;
                padding-inline: 14px;
            }

            .flp-app-panel {
                min-height: auto;
            }

            .fs-process-track {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .fs-faq-question {
                min-height: 74px;
            }
        }

        @media (min-width: 601px) and (max-width: 767px) {

            .fs-mena-ict-container,
            .fs-trusted-brand-container,
            .fs-service-shell,
            #flp-sw-section .container,
            .fs-success-container,
            .fs-process-container,
            .fs-faq-container,
            .fluper-growth-banner .container {
                width: min(100% - 36px, 680px);
            }

            #fs-mena-ict-hero {
                padding: 54px 0 62px;
            }

            .fs-mena-ict-title {
                width: auto;
                font-size: 38px;
            }

            .fs-mena-ict-text {
                margin-block: 18px 22px;
            }

            .fs-mena-ict-tag {
                flex: 0 1 auto;
                min-width: 132px;
            }

            .fs-service-title,
            #flp-sw-section .flp-sw-heading-wrap h2,
            .fs-success-heading h2,
            .fs-process-heading h2,
            .fs-faq-heading h2 {
                font-size: 34px;
            }

            .fs-service-card {
                min-height: 370px;
            }

            .fluper-growth-wrapper {
                padding: 32px 24px;
            }

            .flp-app-tabs {
                gap: 10px;
            }

            .flp-app-tab {
                flex: 1 1 calc(33.333% - 10px);
                min-width: 0;
                padding-inline: 10px;
            }

            .flp-app-panel {
                padding: 32px 22px 22px;
            }

            .flp-app-media {
                width: min(100%, 500px);
            }

            .fs-process-track {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (min-width: 320px) and (max-width: 600px) {

            .fs-mena-ict-container,
            .fs-trusted-brand-container,
            .fs-service-shell,
            #flp-sw-section .container,
            .fs-success-container,
            .fs-process-container,
            .fs-faq-container,
            .fluper-growth-banner .container {
                width: min(100% - 28px, 560px);
            }

            #fs-mena-ict-hero,
            .including,
            #flp-sw-section,
            #fs-success-stories,
            #fs-process-section,
            #fs-faq-section {
                padding-block: 48px;
            }

            .fs-mena-ict-title {
                width: auto;
                font-size: 34px;
                line-height: 1.14;
            }

            .fs-mena-ict-text,
            #flp-sw-section .flp-sw-heading-wrap p,
            .fs-success-heading p,
            .fs-process-heading p,
            .fs-faq-heading p {
                font-size: 13px;
            }

            .fs-mena-ict-tag-list {
                gap: 9px;
            }

            .fs-mena-ict-tag {
                flex: 1 1 calc(50% - 9px);
                min-height: 34px;
                padding-inline: 8px;
            }

            .fs-mena-ict-actions {
                gap: 10px;
            }

            .fs-mena-ict-work-btn {
                min-width: 0;
                padding-inline: 18px;
            }

            .fs-mena-ict-stats-panel,
            .flp-app-media {
                width: 100%;
            }

            .fs-trusted-brand-track {
                gap: 20px;
            }

            .fs-service-shell {
                padding: 30px 16px 22px;
                border-radius: 22px;
            }

            .fs-service-title,
            #flp-sw-section .flp-sw-heading-wrap h2,
            .fs-success-heading h2,
            .fs-process-heading h2,
            .fs-faq-heading h2 {
                font-size: 30px;
                line-height: 1.12;
            }

            .fs-service-card {
                min-height: 360px;
                padding: 0 20px 26px;
            }

            .fluper-growth-banner {
                padding-top: 42px;
            }

            .fluper-growth-wrapper {
                padding: 30px 20px;
                border-radius: 18px;
            }

            .fluper-growth-title {
                font-size: 27px;
            }

            .flp-app-tabs {
                gap: 8px;
            }

            .flp-app-tab {
                flex: 1 1 calc(50% - 8px);
                min-width: 0;
                min-height: 38px;
                padding-inline: 8px;
                font-size: 12px;
            }

            .flp-app-panel {
                padding: 28px 18px 20px;
                border-radius: 20px;
            }

            .flp-app-content h3 {
                font-size: 28px;
            }

            .flp-app-content p {
                font-size: 14px;
            }

            .flp-app-media {
                padding: 10px;
                border-radius: 20px;
            }

            .flp-app-media img {
                border-radius: 14px;
            }

            .fs-case-card {
                min-height: 286px;
            }

            .fs-process-track {
                grid-template-columns: 1fr;
                gap: 12px;
            }

            .fs-process-step,
            .fs-process-step:nth-of-type(n) {
                padding: 12px 10px;
            }

            .fs-process-name {
                font-size: 14px;
            }

            .fs-process-detail h3 {
                font-size: 28px;
            }

            .fs-faq-question {
                gap: 14px;
                min-height: 68px;
            }

            .fs-faq-question span {
                font-size: 16px;
            }
        }

        /* FAQ Section end */
        /* Services Home Difference Panel Section Start */
        .fs-home-difference-panel-section,
        .fs-home-difference-panel-section * {
            box-sizing: border-box;
        }

        .fs-home-difference-panel-section {
            position: relative;
            overflow: hidden;
            padding: 64px 0 72px;
            color: #fff;
            background: #000;
        }

        .fs-home-difference-panel-head {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 28px;
            align-items: start;
            margin-bottom: 22px;
        }

        .fs-home-difference-panel-title {
            margin: 0 0 12px;
            color: #fff;
            font-size: clamp(30px, 3.2vw, 40px);
            line-height: 1.15;
            letter-spacing: 0;
        }

        .fs-home-difference-panel-copy {
            max-width: 700px;
            margin: 0;
            color: rgba(255, 255, 255, 0.82);
            font-size: 13px;
            line-height: 1.55;
        }

        .fs-home-difference-panel-btn {
            min-height: 40px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            margin-top: 24px;
            padding: 0 19px;
            border-radius: 8px;
            color: #fff;
            text-decoration: none;
            background: linear-gradient(180deg, #6b6b6b 0%, #262626 100%);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 14px 28px rgba(0, 0, 0, 0.26);
            font-size: 13px;
            line-height: 1;
            transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
        }

        .fs-home-difference-panel-btn:hover,
        .fs-home-difference-panel-btn:focus-visible {
            transform: translateY(-3px);
            color: #fff;
            background: linear-gradient(135deg, #dc35ad 0%, #2d43ff 100%);
            box-shadow: 0 20px 38px rgba(72, 61, 255, 0.3);
            outline: 0;
        }

        .fs-home-difference-panel-grid {
            display: grid;
            grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
            gap: 20px;
            align-items: stretch;
        }

        .fs-home-difference-panel-feature {
            position: relative;
            overflow: hidden;
            min-height: 386px;
            border: 1px solid rgba(255, 255, 255, 0.18);
            border-radius: 12px;
            background: #151515;
            box-shadow: inset 0 -170px 130px rgba(0, 0, 0, 0.9), inset 0 -70px 70px rgba(0, 0, 0, 0.78);
        }

        .fs-home-difference-panel-feature::after {
            content: "";
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse at 24% 86%, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.76) 26%, rgba(0, 0, 0, 0.38) 48%, transparent 70%), radial-gradient(ellipse at 84% 84%, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.48) 34%, transparent 66%), linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 58%, rgba(0, 0, 0, 0.96) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.34) 100%);
            pointer-events: none;
        }

        .fs-home-difference-panel-feature img {
            width: 100%;
            height: 100%;
            min-height: 386px;
            display: block;
            object-fit: cover;
            object-position: center top;
        }

        .fs-home-difference-panel-feature-copy {
            position: absolute;
            left: 40px;
            bottom: 31px;
            z-index: 2;
            max-width: 380px;
        }

        .fs-home-difference-panel-feature-copy h3 {
            margin: 0 0 12px;
            color: #fff;
            font-size: clamp(25px, 2.3vw, 30px);
            line-height: 1.08;
            letter-spacing: 0;
        }

        .fs-home-difference-panel-feature-copy p {
            max-width: 310px;
            margin: 0;
            color: rgba(255, 255, 255, 0.78);
            font-size: 13px;
            line-height: 1.45;
        }

        .fs-home-difference-panel-badge {
            position: absolute;
            right: 32px;
            bottom: 19px;
            z-index: 3;
            width: 130px;
            height: 130px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding-top: 18px;
            border-radius: 50%;
            background: #fff;
            color: #222;
            text-align: center;
            box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32);
        }

        .fs-home-difference-panel-badge::before {
            content: "";
            position: absolute;
            inset: 12px 13px 9px;
            width: 125px;
            left: 2px;
            top: 11px;
            background: url(../images/final/our-ready/award_gr_leaf.webp) center / 96% auto no-repeat;
            opacity: 1;
            pointer-events: none;
        }

        .fs-home-difference-panel-badge::after {
            content: "\2605";
            position: absolute;
            top: 19px;
            left: 50%;
            z-index: 1;
            transform: translateX(-50%);
            color: #8a35ec;
            font-size: 19px;
            line-height: 1;
        }

        .fs-home-difference-panel-badge strong,
        .fs-home-difference-panel-badge span {
            position: relative;
            z-index: 1;
        }

        .fs-home-difference-panel-badge strong {
            margin-top: -9px;
            color: #8a35ec;
            font-size: 31px;
            line-height: 0.86;
        }

        .fs-home-difference-panel-badge span {
            margin-top: 5px;
            color: #202020;
            font-size: 10px;
            line-height: 0.95;
        }

        .fs-home-difference-panel-stats {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
        }

        .fs-home-difference-panel-stat {
            min-height: 184px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 28px 24px;
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 12px;
            background: linear-gradient(145deg, #222 0%, #151515 100%);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
            transition: background 0.32s ease, transform 0.32s ease, box-shadow 0.32s ease;
        }

        .fs-home-difference-panel-stat.is-featured {
            background: radial-gradient(circle at 14% 126%, rgba(226, 43, 177, 0.86) 0%, rgba(226, 43, 177, 0.48) 24%, transparent 55%), radial-gradient(circle at 85% 142%, rgba(48, 62, 255, 0.98) 0%, rgba(48, 62, 255, 0.72) 36%, transparent 66%), linear-gradient(180deg, #202020 0%, #181818 55%, #141414 100%);
        }

        .fs-home-difference-panel-stats:hover .fs-home-difference-panel-stat.is-featured:not(:hover) {
            background: linear-gradient(145deg, #222 0%, #151515 100%);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
            transform: none;
        }

        .fs-home-difference-panel-stats .fs-home-difference-panel-stat:hover,
        .fs-home-difference-panel-stats .fs-home-difference-panel-stat:focus-within {
            background: radial-gradient(circle at 14% 126%, rgba(226, 43, 177, 0.86) 0%, rgba(226, 43, 177, 0.48) 24%, transparent 55%), radial-gradient(circle at 85% 142%, rgba(48, 62, 255, 0.98) 0%, rgba(48, 62, 255, 0.72) 36%, transparent 66%), linear-gradient(180deg, #202020 0%, #181818 55%, #141414 100%);
            transform: translateY(-4px);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 22px 42px rgba(70, 55, 255, 0.28);
        }

        .fs-home-difference-panel-stat strong {
            margin-bottom: 8px;
            color: #fff;
            font-size: clamp(34px, 3vw, 40px);
            line-height: 1;
        }

        .fs-home-difference-panel-stat span {
            color: #fff;
            font-size: 13px;
            line-height: 1.15;
        }

        .fs-home-difference-panel-stat span::after {
            content: "";
            width: 100%;
            height: 1px;
            display: block;
            margin: 20px 0 17px;
            background: rgba(255, 255, 255, 0.24);
        }

        .fs-home-difference-panel-stat p {
            max-width: 260px;
            margin: 0;
            color: rgba(255, 255, 255, 0.84);
            font-size: 13px;
            line-height: 1.45;
        }

        @media (max-width: 991px) {
            .fs-home-difference-panel-wrap {
                width: min(100% - 28px, 720px);
            }

            .fs-home-difference-panel-head,
            .fs-home-difference-panel-grid {
                grid-template-columns: 1fr;
            }

            .fs-home-difference-panel-head {
                margin-bottom: 24px;
            }

            .fs-home-difference-panel-title {
                font-size: 30px;
            }

            .fs-home-difference-panel-feature,
            .fs-home-difference-panel-feature img {
                min-height: 390px;
            }

            .fs-home-difference-panel-feature-copy {
                left: 24px;
                right: 154px;
                bottom: 28px;
            }

            .fs-home-difference-panel-badge {
                right: 20px;
                bottom: 20px;
                width: 116px;
                height: 116px;
                padding-top: 16px;
            }

            .fs-home-difference-panel-badge::after {
                top: 16px;
                font-size: 16px;
            }

            .fs-home-difference-panel-badge strong {
                font-size: 27px;
            }

            .fs-home-difference-panel-badge span {
                font-size: 9px;
            }

            .fs-home-difference-panel-stats {
                grid-template-columns: 1fr;
                gap: 14px;
            }
        }

        @media (max-width: 575px) {
            .fs-home-difference-panel-section {
                padding: 48px 0 56px;
            }

            .fs-home-difference-panel-feature,
            .fs-home-difference-panel-feature img {
                min-height: 430px;
            }

            .fs-home-difference-panel-feature-copy {
                left: 20px;
                right: 20px;
                bottom: 156px;
            }

            .fs-home-difference-panel-badge {
                left: 50%;
                right: auto;
                bottom: 18px;
                transform: translateX(-50%);
            }
        }
        /* Services Home Difference Panel Section End */
        /* Services Blogs Tech Events Section Start */
        .fs-blog-events-intro-section,
        .fs-blog-events-card-section,
        .fs-blog-events-intro-section *,
        .fs-blog-events-card-section * {
            box-sizing: border-box;
        }

        .fs-blog-events-intro-section,
        .fs-blog-events-card-section {
            color: #fff;
            background: #000;
        }

        .fs-blog-events-intro-section {
            padding: 18px 0;
        }

        .fs-blog-events-card-section {
            margin: 0 0 50px;
        }

        .fs-blog-events-intro-section .container,
        .fs-blog-events-card-section .container {
            width: min(100% - 160px, 1340px);
            max-width: 1340px;
            padding-inline: 0;
        }

        .fs-blog-events-intro-section .row,
        .fs-blog-events-card-section .row {
            row-gap: 28px;
        }

        .fs-blog-events-intro-section .row {
            align-items: center;
        }

        .fs-blog-events-hero-media,
        .fs-blog-events-thumb,
        .fs-blog-events-card-media,
        .fs-blog-events-showcase .item {
            position: relative;
            overflow: hidden;
            border-radius: 20px;
        }

        .fs-blog-events-hero-media img {
            width: 100%;
            min-height: 360px;
            display: block;
            object-fit: cover;
            border-radius: 20px;
        }

        .fs-blog-events-heading h3 {
            min-height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin: 0;
            padding: 0 22px;
            border: 1px solid rgba(255, 255, 255, .25);
            border-radius: 999px;
            color: #fff;
            text-decoration: none;
            background: linear-gradient(180deg, rgba(255, 255, 255, .35) 0%, rgba(255, 255, 255, .15) 35%, rgba(255, 255, 255, .08) 60%, rgba(0, 0, 0, .12) 100%);
            box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4), inset 0 -1px 1px rgba(0, 0, 0, .15), 0 8px 24px rgba(0, 0, 0, .25);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            font-size: 12px;
            line-height: 1;
        }

        .fs-blog-events-heading h2 {
            margin: 14px 0;
            color: #fff;
            font-size: clamp(26px, 3vw, 38px);
            line-height: 1.18;
            letter-spacing: 0;
        }

        .fs-blog-events-heading p {
            max-width: 780px;
            margin-bottom: 20px;
            color: rgba(255, 255, 255, 0.78);
            font-size: clamp(14px, 1.15vw, 17px);
            line-height: 1.55;
        }

        .fs-blog-events-gallery {
            display: flex;
            gap: 20px;
        }

        .fs-blog-events-thumb img {
            width: 100%;
            height: 229px;
            display: block;
            object-fit: cover;
            border-radius: 13px;
        }

        .fs-blog-events-card-section .row {
            align-items: stretch;
        }

        .fs-blog-events-card-section .col-lg-3 {
            display: flex;
            flex-direction: column;
        }

        .fs-blog-events-card {
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .fs-blog-events-card-media img {
            width: 100%;
            aspect-ratio: 1 / 0.78;
            display: block;
            object-fit: cover;
            border-radius: 8px;
        }

        .fs-blog-events-card-copy {
            display: flex;
            flex: 1;
            flex-direction: column;
            color: #fff;
        }

        .fs-blog-events-card-copy h2 {
            margin-bottom: 0;
            padding: 10px 0;
            color: #fff;
            font-size: 14px;
            line-height: 1.35;
            letter-spacing: 0;
        }

        .fs-blog-events-card-copy p {
            margin-bottom: 0;
            color: rgba(255, 255, 255, 0.82);
            font-size: 11px;
            line-height: 1.55;
            overflow-wrap: anywhere;
        }

        .fs-blog-events-meta {
            margin-top: 12px;
        }

        .fs-blog-events-meta ul {
            display: flex;
            justify-content: space-between;
            gap: 8px;
            padding-left: 0;
            margin: 10px 0;
        }

        .fs-blog-events-meta ul li {
        color: rgba(255, 255, 255, 0.78);
            font-size: 12px;
            list-style: none;
        }

        .fs-blog-events-read-more {
            width: fit-content;
            min-height: 32px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            margin: 0;
            padding: 0 22px;
            border: 1px solid rgba(255, 255, 255, .25);
            border-radius: 999px;
            color: #fff;
            text-decoration: none;
            background: linear-gradient(180deg, rgba(255, 255, 255, .35) 0%, rgba(255, 255, 255, .15) 35%, rgba(255, 255, 255, .08) 60%, rgba(0, 0, 0, .12) 100%);
            box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4), inset 0 -1px 1px rgba(0, 0, 0, .15), 0 8px 24px rgba(0, 0, 0, .25);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            font-size: 12px;
            line-height: 1;
            transition: background 0.25s ease, transform 0.25s ease;
        }

        .fs-blog-events-read-more:hover,
        .fs-blog-events-read-more:focus-within {
            transform: translateY(-2px);
            background: linear-gradient(135deg, #dc35ad 0%, #2d43ff 100%);
        }

        .fs-blog-events-read-more a {
            display: inline-flex;
            align-items: center;
            margin: 0;
            color: inherit;
            line-height: 1;
            text-decoration: none;
        }

        .fs-blog-events-read-more a:hover,
        .fs-blog-events-read-more a:focus {
            color: inherit;
        }

        .fs-blog-events-read-more a i {
            margin-left: 6px;
        }

        .fs-blog-events-showcase,
        .fs-blog-events-carousel,
        .fs-blog-events-carousel .owl-stage-outer,
        .fs-blog-events-carousel .owl-stage,
        .fs-blog-events-carousel .owl-item,
        .fs-blog-events-carousel .item {
            height: 100%;
        }

        .fs-blog-events-carousel.owl-carousel:not(.owl-loaded) {
            display: block;
        }

        .fs-blog-events-carousel.owl-carousel:not(.owl-loaded) .item:not(:first-child) {
            display: none;
        }
.fs-blog-events-carousel .item img {
    width: 100%;
    height: 84%;
    min-height: 340px;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}

        .fs-blog-events-badge {
            position: absolute;
            top: 9px;
            left: 19px;
            min-height: 29px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            padding: 0 22px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 999px;
            color: #fff;
            text-decoration: none;
            background: rgba(255, 255, 255, 0.34);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 14px 32px rgba(0, 0, 0, 0.16);
            backdrop-filter: blur(12px);
            font-size: 12px;
            font-weight: 650;
            transition: background 0.25s ease, transform 0.25s ease;
        }

        @media (max-width: 1199px) {
            .fs-blog-events-hero-media img {
                min-height: 320px;
            }

            .fs-blog-events-thumb img,
            .fs-blog-events-carousel.owl-carousel .owl-item img {
                height: 240px;
            }

            .fs-blog-events-meta ul {
                flex-direction: column;
                gap: 4px;
            }
        }

        @media (max-width: 991px) {
            .fs-blog-events-intro-section {
                padding: 44px 0 20px;
            }

            .fs-blog-events-intro-section .container,
            .fs-blog-events-card-section .container {
                width: min(100% - 28px, 720px);
            }

            .fs-blog-events-intro-section .col-lg-4,
            .fs-blog-events-intro-section .col-lg-8 {
                width: 100%;
            }

            .fs-blog-events-hero-media img {
                max-height: 420px;
                min-height: 280px;
            }

            .fs-blog-events-gallery {
                margin-top: 24px;
            }

            .fs-blog-events-thumb {
                flex: 1 1 calc(50% - 10px);
            }

            .fs-blog-events-card-section .col-lg-3 {
                flex: 0 0 50%;
                max-width: 50%;
            }

            .fs-blog-events-card-media img,
            .fs-blog-events-carousel.owl-carousel .owl-item img {
                height: 250px;
            }
        }

        @media (max-width: 767px) {
            .fs-blog-events-heading h3 {
                min-height: 36px;
                padding: 0 18px;
                font-size: 11px;
            }

            .fs-blog-events-heading h2 {
                margin: 16px 0 12px;
            }

            .fs-blog-events-gallery {
                gap: 14px;
            }

            .fs-blog-events-thumb img {
                height: 210px;
            }

            .fs-blog-events-card-section .col-lg-3 {
                flex: 0 0 100%;
                max-width: 100%;
            }

            .fs-blog-events-card-media img,
            .fs-blog-events-carousel.owl-carousel .owl-item img {
                height: 250px;
            }

            .fs-blog-events-card-copy h2 {
                padding-top: 14px;
                font-size: 18px;
            }

            .fs-blog-events-card-copy p,
            .fs-blog-events-meta ul li {
                font-size: 13px;
            }
        }

        @media (max-width: 575px) {
            .fs-blog-events-intro-section {
                padding-top: 34px;
            }

            .fs-blog-events-card-section {
                margin-bottom: 34px;
            }

            .fs-blog-events-hero-media img {
                min-height: 250px;
            }

            .fs-blog-events-gallery {
                flex-direction: column;
            }

            .fs-blog-events-thumb {
                flex-basis: 100%;
            }

            .fs-blog-events-thumb img {
                height: 220px;
            }

            .fs-blog-events-card-media img,
            .fs-blog-events-carousel.owl-carousel .owl-item img {
                height: 250px;
                border-radius: 16px;
            }

            .fs-blog-events-badge,
            .fs-blog-events-read-more {
                min-height: 28px;
                padding: 0 16px;
                font-size: 11px;
            }
        }

        @media (max-width: 380px) {
            .fs-blog-events-card-media img,
            .fs-blog-events-carousel.owl-carousel .owl-item img,
            .fs-blog-events-thumb img {
                height: 205px;
            }

            .fs-blog-events-card-copy h2 {
                font-size: 16px;
            }
        }

        .fs-blog-events-carousel.owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: -44px;
        }
        /* Services Blogs Tech Events Section End */
        /* Services Client Testimonial Section Start */

        .fs-client-testimonials-showcase {
            position: relative;
            overflow: hidden;
            padding: 10px 0 72px;
            background: #000;
            color: #fff;
        }

        /* .fs-client-testimonials-showcase::before {
            content: "";
            position: absolute;
            inset: 0 0 auto;
            height: 50px;
            pointer-events: none;
            background: radial-gradient(circle at 55% -25%, rgba(218, 36, 151, 0.36), transparent 120px);
        } */

        .fs-client-testimonials-wrap {
            position: relative;
            z-index: 1;
            width: min(100% - 88px, 960px);
            margin: 0 auto;
            text-align: center;
        }

        .fs-client-testimonials-pill {
            min-height: 33px;
            margin: 0 auto 19px;
            padding: 0 22px;
            border-radius: 999px;
            font-size: 10px;
            line-height: 1;
            height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            text-decoration: none;
            background: linear-gradient(180deg, rgba(255, 255, 255, .35) 0%, rgba(255, 255, 255, .15) 35%, rgba(255, 255, 255, .08) 60%, rgba(0, 0, 0, .12) 100%);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            border: 1px solid rgba(255, 255, 255, .25);
            box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4), inset 0 -1px 1px rgba(0, 0, 0, .15), 0 8px 24px rgba(0, 0, 0, .25);
        }

        .fs-client-testimonials-title {
            margin: 0 0 45px;
            color: #fff;
            font-size: clamp(28px, 3vw, 35px);
            line-height: 1.15;
            letter-spacing: 0;
        }

        .fs-client-testimonials-carousel {
            width: 100%;
            margin: 0 auto;
        }

        .fs-client-testimonials-carousel.owl-carousel:not(.owl-loaded) {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 18px;
        }

        .fs-client-testimonials-carousel.owl-carousel:not(.owl-loaded) .fs-client-testimonial-stack:nth-child(n+5) {
            display: none;
        }

        .fs-client-testimonials-carousel .owl-stage {
            display: flex;
            align-items: stretch;
        }

        .fs-client-testimonials-carousel .owl-item {
            display: flex;
            align-items: stretch;
        }

        .fs-client-testimonial-stack {
            width: 100%;
            display: grid;
            gap: 18px;
        }

        .fs-client-testimonial-card {
            position: relative;
            overflow: hidden;
            min-height: 254px;
            border: 1px solid rgba(255, 255, 255, 0.14);
            border-radius: 14px;
            background: linear-gradient(180deg, #141414 0%, #0d0d0d 100%);
            color: #fff;
            text-align: left;
        }

        .fs-client-testimonial-card.is-copy {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 19px 18px 20px;
        }

        .fs-client-testimonial-card.is-copy::before,
        .fs-client-testimonial-card.is-copy::after {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            border-radius: inherit;
            transition: opacity 0.28s ease;
        }

        .fs-client-testimonial-card.is-copy::before {
            z-index: 0;
            background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(45, 45, 45, 0.18) 52%, rgba(60, 60, 60, 0.32) 100%);
            opacity: 1;
        }

        .fs-client-testimonial-card.is-copy::after {
            z-index: 1;
            background: radial-gradient(circle at 8% 96%, rgba(63, 59, 255, 0.88), transparent 48%), radial-gradient(circle at 86% 86%, rgba(230, 27, 156, 0.82), transparent 58%), linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(99, 20, 85, 0.32) 48%, rgba(229, 31, 147, 0.54) 100%);
            opacity: 0;
        }

        .fs-client-testimonial-card.is-copy:hover::after,
        .fs-client-testimonial-card.is-testimonial-featured::after,
        .fs-client-testimonial-card.is-fs-client-testimonial-active::after {
            opacity: 1;
        }

        .fs-client-testimonials-carousel:has(.fs-client-testimonial-card:hover) .fs-client-testimonial-card.is-testimonial-featured:not(:hover)::after,
        .fs-client-testimonials-carousel:has(.fs-client-testimonial-card:hover) .fs-client-testimonial-card.is-fs-client-testimonial-active:not(:hover)::after {
            opacity: 0;
        }

        .fs-client-testimonial-tags,
        .fs-client-testimonial-quote,
        .fs-client-testimonial-author {
            position: relative;
            z-index: 2;
        }

        .fs-client-testimonial-tags {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 19px;
        }

        .fs-client-testimonial-tag {
            min-height: 25px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            padding: 0 11px;
            border-radius: 999px;
                color: rgba(255, 255, 255, 0.78);
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.1));
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 8px 18px rgba(0, 0, 0, 0.22);
            font-size: 9px;
            line-height: 1;
        }

        .fs-client-testimonial-tag.has-flag-img {
            padding: 0;
            background: transparent;
            box-shadow: none;
        }

        .fs-client-testimonial-flag-img {
            display: block;
            width: 66px;
            height: 25px;
            border-radius: 999px;
            object-fit: cover;
        }

        .fs-client-testimonial-tag.is-demand {
            min-width: 70px;
            min-height: 25px;
            padding: 0 11px;
            color: #fff;
            background: linear-gradient(180deg, #727272 0%, #2b2b2b 100%);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26), 0 8px 14px rgba(0, 0, 0, 0.18);
            font-size: 8px;
        }

        .fs-client-testimonial-flag {
            width: 17px;
            height: 11px;
            display: inline-block;
            border-radius: 2px;
            background: linear-gradient(90deg, #ef3340 0 26%, transparent 26% 100%), linear-gradient(180deg, #009a44 0 33.33%, #fff 33.33% 66.66%, #111 66.66% 100%);
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.24);
        }

        .fs-client-testimonial-quote {
            margin: 0 0 21px;
            color: rgba(255, 255, 255, 0.78);
            font-size: 10px;
            line-height: 1.78;
        }

        .fs-client-testimonial-author {
            display: flex;
            align-items: center;
            gap: 11px;
            margin-top: auto;
        }

        .fs-client-testimonial-avatar {
            width: 39px;
            height: 39px;
            flex: 0 0 39px;
            border-radius: 50%;
            object-fit: cover;
            object-position: 78% center;
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.16);
        }

        .fs-client-testimonial-name {
            display: block;
            margin-bottom: 4px;
            color: #fff;
            font-size: 13px;
            line-height: 1;
        }

        .fs-client-testimonial-role {
            display: block;
            color: rgba(255, 255, 255, 0.82);
            font-size: 9px;
            line-height: 1.25;
        }

        .fs-client-testimonial-card.is-light {
            min-height: 318px;
            border-color: rgba(230, 54, 104, 0.28);
            background: #fff;
            color: #050505;
            padding: 22px 22px 20px;
        }

        .fs-client-testimonial-card.is-light::before,
        .fs-client-testimonial-card.is-light::after {
            display: none;
        }

        .fs-client-testimonial-card.is-light .fs-client-testimonial-tags {
            margin-bottom: 15px;
        }

        .fs-client-testimonial-card.is-light .fs-client-testimonial-flag-img {
            width: 103px;
            height: 32px;
            border-radius: 0;
        }

        .fs-client-testimonial-card.is-light .fs-client-testimonial-quote {
            margin-bottom: 24px;
            color: #050505;
            font-size: 13px;
            line-height: 1.35;
        }

        .fs-client-testimonial-card.is-light .fs-client-testimonial-avatar {
            width: 48px;
            height: 48px;
            flex-basis: 48px;
            box-shadow: none;
        }

        .fs-client-testimonial-card.is-light .fs-client-testimonial-author {
            gap: 18px;
        }

        .fs-client-testimonial-card.is-light .fs-client-testimonial-name {
            color: #050505;
            font-size: 10px;
        }

        .fs-client-testimonial-card.is-light .fs-client-testimonial-role {
            color: #050505;
            font-size: 11px;
            font-style: italic;
            line-height: 1.25;
        }

        .fs-client-testimonial-card.is-video {
            background: #151515;
        }

        .fs-client-testimonial-video-img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: 72% center;
        }

        .fs-client-testimonial-video-shade {
            position: absolute;
            inset: auto 0 0;
            z-index: 2;
            min-height: 74px;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.82) 38%, rgba(0, 0, 0, 0.92) 100%);
        }

        .fs-client-testimonial-play {
            position: absolute;
            z-index: 3;
            left: 50%;
            top: 50%;
            width: 48px;
            height: 48px;
            border: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.86);
            box-shadow: 0 15px 28px rgba(0, 0, 0, 0.26);
            transform: translate(-50%, -50%);
            pointer-events: none;
            transition: opacity 0.2s ease, transform 0.2s ease;
        }

        .fs-client-testimonial-card.is-video video.fs-client-testimonial-video-img {
            cursor: pointer;
        }

        .fs-client-testimonial-card.is-video.is-playing .fs-client-testimonial-play {
            opacity: 0;
            transform: translate(-50%, -50%) scale(0.86);
        }

        .fs-client-testimonial-play::before {
            content: "";
            position: absolute;
            left: 19px;
            top: 15px;
            border-top: 9px solid transparent;
            border-bottom: 9px solid transparent;
            border-left: 13px solid rgba(0, 0, 0, 0.32);
        }

      .fs-client-testimonial-sound {
    position: absolute;
    z-index: 4;
    top: 7px;
    right: 11px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(12, 18, 22, 0.58);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

        .fs-client-testimonial-sound:hover,
        .fs-client-testimonial-sound:focus-visible {
            background: rgba(12, 18, 22, 0.78);
            outline: none;
            transform: translateY(-1px);
        }

        .fs-client-testimonial-sound i {
            font-size: 16px;
            line-height: 1;
        }

        .fs-client-testimonial-brand {
            position: absolute;
            z-index: 3;
            left: 22px;
            right: 18px;
            bottom: 16px;
            display: flex;
            align-items: center;
            gap: 10px;
            color: #fff;
        }

        .fs-client-mrsool-logo-img {
            display: block;
            width: 132px;
            max-width: 100%;
            height: auto;
            object-fit: contain;
        }

        .fs-client-mrsool-icon {
            position: relative;
            width: 45px;
            height: 38px;
            flex: 0 0 45px;
        }

        .fs-client-mrsool-icon::before,
        .fs-client-mrsool-icon::after {
            content: "";
            position: absolute;
            background: #fff;
            transform-origin: left center;
        }

        .fs-client-mrsool-icon::before {
            left: 8px;
            top: 19px;
            width: 30px;
            height: 3px;
            transform: rotate(36deg);
        }

        .fs-client-mrsool-icon::after {
            left: 9px;
            top: 19px;
            width: 30px;
            height: 3px;
            transform: rotate(-40deg);
        }

        .fs-client-mrsool-dot {
            position: absolute;
            width: 8px;
            height: 8px;
            border: 2px solid #fff;
            border-radius: 50%;
            background: transparent;
        }

        .fs-client-mrsool-dot:nth-child(1) {
            left: 1px;
            top: 15px;
        }

        .fs-client-mrsool-dot:nth-child(2) {
            left: 35px;
            top: 5px;
        }

        .fs-client-mrsool-dot:nth-child(3) {
            left: 35px;
            bottom: 5px;
        }

        .fs-client-mrsool-text {
            display: flex;
            flex-direction: column;
            gap: 2px;
            color: #fff;
            font-size: 16px;
            line-height: 1;
            letter-spacing: 0;
        }

        .fs-client-mrsool-text small {
            font-size: 8px;
            letter-spacing: 0.06em;
        }

        .fs-client-testimonial-card.is-video::after {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 1;
            pointer-events: none;
            background: linear-gradient(135deg, rgba(47, 58, 255, 0.22), transparent 36%, rgba(223, 30, 154, 0.24) 100%);
            opacity: 0;
            transition: opacity 0.28s ease;
        }

        .fs-client-testimonial-card.is-video:hover::after {
            opacity: 1;
        }

        .fs-client-testimonials-carousel.owl-theme .owl-nav,
        .fs-client-testimonials-carousel.owl-theme .owl-dots {
            display: none;
        }

        @media (max-width: 991px) {
            .fs-client-testimonials-showcase {
                padding: 52px 0 62px;
            }

            .fs-client-testimonials-wrap {
                width: min(100% - 36px, 960px);
            }

            .fs-client-testimonials-carousel.owl-carousel:not(.owl-loaded) {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .fs-client-testimonials-carousel.owl-carousel:not(.owl-loaded) .fs-client-testimonial-stack:nth-child(n+3) {
                display: none;
            }
        }

        @media (max-width: 575px) {
            .fs-client-testimonials-showcase {
                padding: 46px 0 56px;
            }

            .fs-client-testimonials-wrap {
                width: min(100% - 24px, 960px);
            }

            .fs-client-testimonials-title {
                margin-bottom: 22px;
                font-size: 27px;
            }

            .fs-client-testimonials-carousel.owl-carousel:not(.owl-loaded) {
                grid-template-columns: 1fr;
            }

            .fs-client-testimonials-carousel.owl-carousel:not(.owl-loaded) .fs-client-testimonial-stack:nth-child(n+2) {
                display: none;
            }

            .fs-client-testimonial-card {
                min-height: 246px;
            }
        }

        /* Client Testimonial Grid Refresh */


        .fs-client-testimonials-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 20px 18px;
            width: 100%;
            margin: 0 auto;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-card {
            min-height: 255px;
            border-radius: 14px;
            border-color: rgba(255, 255, 255, 0.14);
            background: linear-gradient(180deg, #171717 0%, #111 100%);
            box-shadow: none;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-card.is-copy {
            padding: 18px 17px 20px;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-card.is-copy::before {
            background: radial-gradient(circle at 74% 8%, rgba(255, 255, 255, 0.1), transparent 78px), linear-gradient(180deg, #171717 0%, #101012 48%, #16091d 74%, #220d33 100%);
        }

        .fs-client-testimonials-grid .fs-client-testimonial-card.is-copy::after {
            background: radial-gradient(ellipse at 100% 76%, rgba(227, 0, 136, 0.98) 0%, rgba(227, 0, 136, 0.78) 24%, rgba(227, 0, 136, 0.38) 47%, rgba(227, 0, 136, 0) 72%), radial-gradient(ellipse at 54% 106%, rgba(132, 18, 201, 0.96) 0%, rgba(132, 18, 201, 0.78) 31%, rgba(132, 18, 201, 0.32) 56%, rgba(132, 18, 201, 0) 78%), radial-gradient(ellipse at 8% 108%, rgba(61, 42, 215, 0.76) 0%, rgba(61, 42, 215, 0.42) 36%, rgba(61, 42, 215, 0) 66%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(13, 4, 20, 0.08) 38%, rgba(73, 9, 84, 0.52) 71%, rgba(169, 0, 123, 0.78) 100%);
        }

        .fs-client-testimonials-grid:has(.fs-client-testimonial-card:hover) .fs-client-testimonial-card.is-testimonial-featured:not(:hover)::after {
            opacity: 0;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-tags {
            gap: 7px;
            margin-bottom: 18px;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-tag {
            min-height: 23px;
            padding: 0 11px;
            border: 1px solid rgba(255, 255, 255, 0.16);
            color: #fff;
            background: linear-gradient(180deg, rgba(104, 104, 104, 0.92) 0%, rgba(46, 46, 46, 0.98) 52%, rgba(24, 24, 24, 0.98) 100%);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 -1px 0 rgba(0, 0, 0, 0.22), 0 7px 14px rgba(0, 0, 0, 0.24);
            font-size: 8px;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-tag.has-flag-img {
            min-width: 57px;
            gap: 5px;
            padding: 0 9px 0 8px;
            background: linear-gradient(180deg, rgba(91, 91, 91, 0.96) 0%, rgba(37, 37, 37, 0.98) 58%, rgba(20, 20, 20, 0.98) 100%);
        }

        .fs-client-testimonials-grid .fs-client-testimonial-tag.has-flag-img::after {
            content: "UAE";
        }

        .fs-client-testimonials-grid .fs-client-testimonial-tag.has-flag-img:has(img[alt="Germany"])::after {
            content: "Germany";
        }


        .fs-client-testimonials-grid .fs-client-testimonial-tag.has-flag-img:has(img[alt="Singapore"])::after {
            content: "Singapore";
        }

        .fs-client-testimonials-grid .fs-client-testimonial-tag.has-flag-img:has(img[alt="Germany"]),
        .fs-client-testimonials-grid .fs-client-testimonial-tag.has-flag-img:has(img[alt="Singapore"]) {
            min-width: 86px;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-flag-img {
            width: 13px;
            height: 13px;
            border-radius: 50%;
            object-fit: cover;
            object-position: left center;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-tag.is-demand {
            min-width: 69px;
            padding: 0 10px;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-avatar {
            width: 38px;
            height: 38px;
            flex-basis: 38px;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-name {
            font-size: 13px;
            line-height: 1.05;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-role {
            font-size: 8px;
            line-height: 1.25;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-card.is-video {
            min-height: 0;
            aspect-ratio: 176 / 217;
            background: #111;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-video-img {
            object-fit: cover;
            object-position: center 18%;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-play {
            top: 47%;
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.88);
            box-shadow: 0 14px 26px rgba(0, 0, 0, 0.28);
        }

        .fs-client-testimonials-grid .fs-client-testimonial-play::before {
            left: 20px;
            top: 16px;
            border-top-width: 9px;
            border-bottom-width: 9px;
            border-left-width: 13px;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-brand {
            left: 19px;
            right: 15px;
            bottom: 14px;
        }

        .fs-client-testimonials-grid .fs-client-mrsool-logo-img {
            width: min(128px, 78%);
        }

        @media (max-width: 991px) {
        }

        @media (max-width: 575px) {
            .fs-client-testimonials-wrap {
                width: min(100% - 24px, 1060px);
            }

            .fs-client-testimonials-grid .fs-client-testimonial-card {
                min-height: 250px;
            }
        }



        /* Testimonial reference layout */
        .fs-client-testimonials-showcase {
            padding: 48px 0 68px;
            background: #000;
        }

        .fs-client-testimonials-wrap {
            width: min(100% - 160px, 1340px);
        }


        .fs-client-testimonials-title {
            display: block;
            max-width: 820px;
            margin: 0 auto 44px;
            color: #fff;
            font-size: clamp(28px, 3vw, 35px);
            line-height: 1.16;
            text-align: center;
        }

        .fs-client-testimonials-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 18px 16px;
            width: 100%;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-card {
            min-height: 345px;
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.14);
            background: #121212;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-card.is-copy {
            padding: 18px 17px 19px;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-card.is-copy::before {
            background: radial-gradient(circle at 82% 8%, rgba(255, 255, 255, 0.08), transparent 88px), linear-gradient(180deg, #151515 0%, #101010 52%, #120816 76%, #210b31 100%);
            opacity: 1;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-card.is-copy::after {
            background: radial-gradient(ellipse at 100% 88%, rgba(224, 0, 145, 0.92) 0%, rgba(224, 0, 145, 0.62) 32%, transparent 70%), radial-gradient(ellipse at 4% 108%, rgba(98, 45, 236, 0.7) 0%, rgba(98, 45, 236, 0.42) 38%, transparent 68%), linear-gradient(180deg, transparent 0%, rgba(33, 8, 43, 0.32) 54%, rgba(153, 0, 126, 0.72) 100%);
            opacity: 1;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-tags {
            gap: 8px;
            margin-bottom: 20px;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-quote {
            margin-bottom: 20px;
            color: #fff;
            font-size: 13.5px;
            line-height: 1.78;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-avatar {
            width: 34px;
            height: 34px;
            flex-basis: 34px;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-name {
            font-size: 13px;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-role {
            font-size: 7px;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-card.is-video {
            min-height: 345px;
            aspect-ratio: auto;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-video-img {
            object-position: center top;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-video-shade {
            min-height: 60px;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.96) 100%);
        }

        .fs-client-testimonials-grid .fs-client-testimonial-play {
            top: 48%;
            width: 48px;
            height: 48px;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-brand {
            left: 84px;
            bottom: 7px;
        }

        .fs-client-testimonials-grid .fs-client-mrsool-logo-img {
            width: min(122px, 78%);
        }


        .fs-client-testimonials-grid .fs-client-testimonial-card.is-copy {
            isolation: isolate;
            transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, transform 0.25s ease;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-card.is-copy:hover {
            overflow: visible;
            padding: 18px 17px 19px;
            border-color: transparent;
            /* background: radial-gradient(ellipse at 100% 88%, rgba(224, 0, 145, 0.92) 0%, rgba(224, 0, 145, 0.62) 32%, transparent 70%), radial-gradient(ellipse at 4% 108%, rgba(98, 45, 236, 0.7) 0%, rgba(98, 45, 236, 0.42) 38%, transparent 68%), linear-gradient(180deg, transparent 0%, rgba(33, 8, 43, 0.32) 54%, rgba(153, 0, 126, 0.72) 100%); */
            box-shadow: 0 18px 42px rgba(132, 18, 201, 0.28);
            transform: none;
            z-index: 5;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-card.is-copy:hover::before {
            inset: 0;
            z-index: 1;
            border: 2px solid #eee;
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
            opacity: 1;
            transform: translateX(-45px) rotate(-2deg);
            transform-origin: center center;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-card.is-copy:hover::after {
            content: "";
            inset: 0;
            width: auto;
            z-index: 0;
            display: block;
            padding: 0;
            border-radius: 12px;
            background: radial-gradient(ellipse at 100% 88%, rgb(30 12 231 / 92%) 0%, rgba(224, 0, 145, 0.62) 32%, transparent 70%), radial-gradient(ellipse at 4% 108%, rgba(98, 45, 236, 0.7) 0%, rgba(98, 45, 236, 0.42) 38%, transparent 68%), linear-gradient(180deg, transparent 0%, rgba(33, 8, 43, 0.32) 54%, rgba(153, 0, 126, 0.72) 100%);
            opacity: 1;
            transform: none;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-review-link {
            position: absolute;
            top: 50%;
            right: -62px;
            z-index: 4;
            width: 178px;
            height: 55px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            border: 0;
            border-radius: 0;
            color: #fff;
            background: transparent;
            font-size: 20px;
            line-height: 1;
            text-align: center;
            text-decoration: none;
            writing-mode: horizontal-tb;
            transform: translateY(-50%) rotate(-90deg);
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.22s ease;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-card.is-copy:hover .fs-client-testimonial-review-link {
            opacity: 1;
            pointer-events: auto;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-card.is-copy .fs-client-testimonial-tags,
        .fs-client-testimonials-grid .fs-client-testimonial-card.is-copy .fs-client-testimonial-quote,
        .fs-client-testimonials-grid .fs-client-testimonial-card.is-copy .fs-client-testimonial-author {
            transition: transform 0.25s ease;
            transform-origin: center center;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-card.is-copy:hover .fs-client-testimonial-tags,
        .fs-client-testimonials-grid .fs-client-testimonial-card.is-copy:hover .fs-client-testimonial-quote,
        .fs-client-testimonials-grid .fs-client-testimonial-card.is-copy:hover .fs-client-testimonial-author {
            transform: translateX(-45px) rotate(-2deg);
        }

        .fs-client-testimonials-grid .fs-client-testimonial-card.is-copy:hover .fs-client-testimonial-tags,
        .fs-client-testimonials-grid .fs-client-testimonial-card.is-copy:hover .fs-client-testimonial-quote,
        .fs-client-testimonials-grid .fs-client-testimonial-card.is-copy:hover .fs-client-testimonial-author {
            z-index: 3;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-card.is-copy:hover .fs-client-testimonial-quote,
        .fs-client-testimonials-grid .fs-client-testimonial-card.is-copy:hover .fs-client-testimonial-name,
        .fs-client-testimonials-grid .fs-client-testimonial-card.is-copy:hover .fs-client-testimonial-role {
            color: #111 !important;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-card.is-copy:hover .fs-client-testimonial-tag {
            color: #222;
            background: #f8f8f8;
            border-color: rgba(0, 0, 0, 0.06);
            box-shadow: 0 5px 14px rgba(0, 0, 0, 0.08);
        }


        .fs-client-testimonials-grid .fs-client-testimonial-card.is-video {
            cursor: pointer;
            transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-card.is-video:hover,
        .fs-client-testimonials-grid .fs-client-testimonial-card.is-video.is-playing {
            z-index: 4;
            border-color: rgba(255, 255, 255, 0.34);
            box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
            transform: translateY(-4px);
        }

        .fs-client-testimonials-grid .fs-client-testimonial-card.is-video.is-playing .fs-client-testimonial-video-shade,
        .fs-client-testimonials-grid .fs-client-testimonial-card.is-video.is-playing .fs-client-testimonial-brand {
            opacity: 0;
            pointer-events: none;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-card.is-video.is-video-ready .fs-client-testimonial-play {
            opacity: 1;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-card.is-video {
            background: #000;
        }

        .fs-client-testimonials-grid .fs-client-testimonial-card.is-video .fs-client-testimonial-video-img,
        .fs-client-testimonials-grid .fs-client-testimonial-card.is-video video.fs-client-testimonial-video-img {
            width: 100%;
            height: 100%;
            object-fit: cover !important;
            object-position: center center !important;
            background: #000;
        }

        @media (max-width: 991px) {
            .fs-client-testimonials-wrap {
                width: min(100% - 28px, 720px);
            }

            .fs-client-testimonials-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .fs-client-testimonials-grid .fs-client-testimonial-card,
            .fs-client-testimonials-grid .fs-client-testimonial-card.is-video {
                min-height: 320px;
            }
        }

        @media (max-width: 575px) {
            .fs-client-testimonials-wrap {
                width: min(100% - 24px, 420px);
            }

            .fs-client-testimonials-grid {
                grid-template-columns: 1fr;
                gap: 16px;
            }

            .fs-client-testimonials-grid .fs-client-testimonial-card,
            .fs-client-testimonials-grid .fs-client-testimonial-card.is-video {
                min-height: 345px;
            }
        }




        /* Services Client Testimonial Section End */

        /* Augment Your Digital Presence with Fluper Section Start */

        .fs-client-growth-banner {
            position: relative;
            z-index: 1;
            overflow: hidden;
            padding: 76px 0 0;
            background: transparent;
        }

        .fs-client-growth-banner .container {
            width: min(100% - 160px, 1340px);
            max-width: 1340px;
            padding-inline: 0;
        }

        .fs-client-growth-wrapper {
            position: relative;
            overflow: hidden;
            min-height: 240px;
            display: flex;
            align-items: center;
            padding: 44px 62px;
            border-radius: 22px;
            background: radial-gradient(circle at 8% 0%, rgba(73, 67, 255, 0.8), transparent 300px), radial-gradient(circle at 62% 48%, rgba(255, 24, 151, 0.68), transparent 390px), radial-gradient(circle at 96% 19%, rgba(45, 54, 255, 1), transparent 330px), linear-gradient(135deg, rgba(54, 45, 144, 0.96) 0%, rgba(24, 22, 34, 0.96) 44%, rgba(65, 18, 68, 0.94) 67%, rgba(48, 57, 232, 0.96) 100%);
            border: 1px solid rgba(255, 255, 255, 0.12);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 28px 70px rgba(0, 0, 0, 0.36);
        }

        .fs-client-growth-wrapper>.row {
            width: 100%;
            margin-inline: 0;
        }

        .fs-client-growth-wrapper .col-lg-7 {
            flex: 0 0 72%;
            max-width: 72%;
            padding-inline: 0;
        }

        .fs-client-growth-wrapper .col-lg-5 {
            flex: 0 0 28%;
            max-width: 28%;
            padding-inline: 0;
        }

        .fs-client-growth-wrapper::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0) 38%, rgba(0, 0, 0, 0.28) 100%);
            pointer-events: none;
        }

        .fs-client-growth-content {
            position: relative;
            z-index: 2;
            max-width: 820px;
        }

        .fs-client-growth-title {
            color: #fff;
            font-size: clamp(24px, 2.45vw, 27px);
            margin: 0 0 17px;
            line-height: 1.08;
            letter-spacing: 0;
            white-space: nowrap;
        }

        .fs-client-growth-text {
            color: rgba(255, 255, 255, 0.78);
            font-size: 13px;
            line-height: 1.75;
            max-width: 693px;
            margin: 0;
        }

        .fs-client-growth-btn {
            gap: 12px;
            transition: background 0.25s ease, transform 0.25s ease;
            min-height: 33px;
            margin: 30px auto 0px;
            padding: 0 22px;
            border-radius: 999px;
            font-size: 10px;
            line-height: 1;
            height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            text-decoration: none;
            background: linear-gradient(180deg, rgba(255, 255, 255, .35) 0%, rgba(255, 255, 255, .15) 35%, rgba(255, 255, 255, .08) 60%, rgba(0, 0, 0, .12) 100%);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            border: 1px solid rgba(255, 255, 255, .25);
            box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4), inset 0 -1px 1px rgba(0, 0, 0, .15), 0 8px 24px rgba(0, 0, 0, .25);
        }

        .fs-client-growth-btn:hover {
            color: #fff;
            background: rgba(255, 255, 255, 0.46);
            transform: translateY(-2px);
        }

        .fs-client-growth-btn i {
            font-size: 16px;
            line-height: 1;
        }

        .fs-client-growth-image {
            text-align: center;
            position: relative;
            z-index: 2;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 150px;
        }

        .fs-client-growth-image img {
            width: clamp(210px, 16vw, 260px);
            max-width: 100%;
            animation: fsClientFloatingStar 4s ease-in-out infinite;
            filter: drop-shadow(0 24px 34px rgba(48, 54, 255, 0.32));
        }

        @keyframes fsClientFloatingStar {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-12px);
            }

            100% {
                transform: translateY(0);
            }
        }

        @media(max-width:991px) {
            .fs-client-growth-banner {
                padding-top: 54px;
            }

            .fs-client-growth-banner .container,
            #flp-sw-section .container {
                width: min(100% - 28px, 720px);
            }

            .fs-client-growth-wrapper .col-lg-7,
            .fs-client-growth-wrapper .col-lg-5 {
                flex: 0 0 100%;
                max-width: 100%;
            }

            .fs-client-growth-wrapper {
                min-height: auto;
                padding: 38px 30px;
                text-align: center;
            }

            .fs-client-growth-title {
                font-size: 30px;
                white-space: normal;
            }

            .fs-client-growth-text {
                margin: 0 auto;
            }

            .fs-client-growth-image img {
                width: 190px;
                margin-top: 34px;
            }
        }

        /* Augment Your Digital Presence with Fluper Section End */
 /* We specialize in developing Software start  */
.en-sued img {
    width: 100%;
    position: relative;
    z-index: 2; /* Main image aage */
    display: block;
}

.sever-al ul {
    list-style: none;
    display: flex;
    gap: 23px;
    justify-content: flex-start;
    padding-left: 0;
}
a.di-sperse {
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 12px;
        background: linear-gradient(180deg, rgba(255, 255, 255, .35) 0%, rgba(255, 255, 255, .15) 35%, rgba(255, 255, 255, .08) 60%, rgba(0, 0, 0, .12) 100%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4), inset 0 -1px 1px rgba(0, 0, 0, .15), 0 8px 24px rgba(0, 0, 0, .25);
}
a.gat-here-d {
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .35) 0%, rgba(255, 255, 255, .15) 35%, rgba(255, 255, 255, .08) 60%, rgba(0, 0, 0, .12) 100%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4), inset 0 -1px 1px rgba(0, 0, 0, .15), 0 8px 24px rgba(0, 0, 0, .25);
}
.atten-tion h2 {
    font-size: 33px;
    font-weight: 700;
}
.atten-tion p {
    padding: 17px 0px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
}
.atten-tion {
    margin-top: -118px;
}
.en-sued {
    position: relative;
}
.en-sued::before {
    content: "";
    position: absolute;
    top: -48px;
    right: 4px;
    width: 130px;
    height: 140px;
    background: url(../images/secvice-page-img/arrow-se-rvice.webp) center / contain no-repeat;
    z-index: 1;
    display: block;
}
  .en-sued {
    position: relative;
    z-index: 1;
}

section.mon-soon {
    padding: 70px 0px 0px;
    background: #000;
}



section.mon-soon .row {
    align-items: center;
}

@media (max-width: 991px) {
    section.mon-soon {
        padding: 58px 0 0;
    }

    section.mon-soon .container {
        width: min(100% - 32px, 720px);
    }

    .atten-tion {
        margin-top: 0;
        text-align: center;
    }

    .atten-tion h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .atten-tion p {
        max-width: 680px;
        margin: 0 auto;
    }

    .sever-al ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    .en-sued {
        max-width: 620px;
        margin: 34px auto 0;
    }

    .en-sued::before {
        top: -32px;
        right: 10px;
        width: 96px;
        height: 104px;
    }
}

@media (max-width: 575px) {
    section.mon-soon {
        padding: 44px 0 0;
    }

    section.mon-soon .container {
        width: min(100% - 24px, 420px);
    }

    .atten-tion h2 {
        font-size: 26px;
    }

    .atten-tion p {
        padding: 14px 0;
        font-size: 14px;
        line-height: 1.65;
    }

    .sever-al ul {
        gap: 12px;
        margin-bottom: 0;
    }

    .sever-al li,
    .sever-al a {
        width: 100%;
    }

    a.di-sperse,
    a.gat-here-d {
        display: inline-flex;
        min-height: 42px;
        align-items: center;
        justify-content: center;
    }

    .en-sued {
        margin-top: 28px;
    }

    .en-sued::before {
        display: none;
    }
}  /* We specialize in developing Software end  */



