  
        body {
            margin: 0;
            background: #000;
            font-family: 'BR Sonoma', sans-serif;
        }
        /* we have delivered start */
        section.we-have-delivered {
            position: relative;
            overflow: hidden;
            min-height: 100vh;
            padding: 48px 0 0px;
            background:
                linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.96) 14%, rgba(0, 0, 0, 0.62) 48%, rgba(0, 0, 0, 0.96) 88%, #000 100%),
                radial-gradient(ellipse at 14% 55%, rgba(58, 54, 255, 0.76) 0%, rgba(88, 52, 255, 0.48) 24%, rgba(110, 46, 171, 0.24) 43%, transparent 68%),
                radial-gradient(ellipse at 86% 45%, rgba(238, 0, 55, 0.82) 0%, rgba(218, 0, 70, 0.52) 25%, rgba(150, 25, 113, 0.24) 45%, transparent 70%),
                #000;
            color: #fff;
        }


        section.we-have-delivered::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 250px;
            background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 34%, rgba(0, 0, 0, 0.94) 72%, #000 100%);
            pointer-events: none;
            z-index: 4;
        }

        section.we-have-delivered .container {
            position: relative;
            z-index: 2;
            max-width: 1200px;
            padding-left: 15px;
            padding-right: 15px;
        }

        .delivered-head {
            margin: 0 auto 25px;
            text-align: center;
        }

        .delivered-head h2 {
            margin: 0 0 9px;
            color: #fff;
            font-size: 49px;
            letter-spacing: 0;
            line-height: 50px;
            font-weight: 700;
        }

        .delivered-head p { 
            margin: 13px auto 16px;
            color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 16px;
        }

        .delivered-btn-wrap {
            display: flex;
            justify-content: center;
        }

        .delivered-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #0b0b0b;
            font-size: 16px;
            line-height: 1;
            align-self: end;
            text-decoration: none;
        }

        .delivered-btn-text {
            min-height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0 34px;
            border-radius: 999px;
            background: #fff;
            color: #0b0b0b;
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
        }
        span.delivered-btn-icon i {
            font-size: 17px;
        }
        .delivered-btn-icon {
            width: 42px;
            height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #fff;
            color: #0b0b0b;
            font-size: 25px;
            line-height: 1;
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
            transform: rotate(-35deg);
        }
        .delivered-btn-text:hover,
        .delivered-btn-text:focus-visible {
            animation: globalCtaHover 0.82s cubic-bezier(0.16, 0.9, 0.24, 1.18) both;
            background: var(--global-cta-hover-bg);
            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);
        }

        .delivered-btn-icon:hover,
        .delivered-btn-icon:focus-visible {
            animation: globalCtaHover 0.82s cubic-bezier(0.16, 0.9, 0.24, 1.18) both;
            background: var(--global-cta-hover-bg);
            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);
        }
.delivered-media {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
            border-radius: 15px;
            overflow: hidden;
            z-index: 2;
        }

        .delivered-media::before {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
            pointer-events: none;
            z-index: 2;
        }

        .delivered-media::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: -1px;
            height: 34%;
            background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 62%, #000 100%);
            pointer-events: none;
            z-index: 3;
        }

        .delivered-media img {
            width: 100%;
            height: auto;
            object-fit: contain;
            display: block;
            object-fit: contain;
            object-position: center;
        }

        @media (max-width: 991px) {
            section.we-have-delivered {
                min-height: auto;
                padding: 46px 0 62px;
            }


            .delivered-head h2 {
                font-size: 28px;
                line-height: 32px;
            }

            .delivered-media {
                max-width: 92vw;
            }
        }

        @media (max-width: 575px) {
            section.we-have-delivered {
                padding: 40px 0 54px;
            }

            .delivered-head {
                margin-bottom: 20px;
            }

            .delivered-head h2 {
                font-size: 23px;
                line-height: 28px;
            }

            .delivered-head p {
                font-size: 9px;
                line-height: 15px;
            }

            .delivered-media {
                border-radius: 10px;
            }
        }


        /* trusted brands marquee start */
        section.testimonial-trusted-brands,
        section.testimonial-trusted-brands * {
            box-sizing: border-box;
        }

        section.testimonial-trusted-brands {
            position: relative;
            overflow: hidden;
            padding: 26px 0 44px;
            background: #000;
            color: #fff;
        }

        section.testimonial-trusted-brands::before {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.86) 0%, #000 32%, #000 100%);
        }

        .testimonial-trusted-brands .container {
            position: relative;
            z-index: 1;
            max-width: 1120px;
        }

        .trusted-brands-title {
            margin: 0 0 24px;
            color: #fff;
            text-align: center;
            font-size: 20px;
            line-height: 24px;
            letter-spacing: 0;
        }

        .trusted-brands-marquee {
            position: relative;
            overflow: hidden;
            width: 100%;
            padding: 0;
            -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
        }

        .trusted-brands-track {
            width: max-content;
            display: flex;
            align-items: center;
            gap: 34px;
            animation: trustedBrandsMove 26s linear infinite;
            will-change: transform;
        }

        .trusted-brands-marquee:hover .trusted-brands-track {
            animation-play-state: paused;
        }

        .trusted-brands-item {
            width: 104px;
            height: 42px;
            display: inline-flex;
            flex: 0 0 auto;
            align-items: center;
            justify-content: center;
        }

        .trusted-brands-logo {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: contain;
            filter: brightness(0) invert(1) grayscale(1) contrast(1.12);
            opacity: 0.96;
        }

        @keyframes trustedBrandsMove {
            from {
                transform: translate3d(0, 0, 0);
            }

            to {
                transform: translate3d(-50%, 0, 0);
            }
        }

        @media (max-width: 767px) {
            section.testimonial-trusted-brands {
                padding: 34px 0 42px;
            }

            .testimonial-trusted-brands .container {
                max-width: 100%;
            }

            .trusted-brands-title {
                font-size: 16px;
                line-height: 22px;
                margin-bottom: 22px;
            }

            .trusted-brands-marquee {
                -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-brands-track {
                gap: 26px;
                animation-duration: 21s;
            }

            .trusted-brands-item {
                width: 92px;
                height: 36px;
            }
        }


        /* client challenges start */
        section.client-challenges-section {
            position: relative;
            overflow: hidden;
            padding: 78px 0 84px;
            background:
                radial-gradient(ellipse at 16% 54%, rgba(47, 57, 255, 0.8) 0%, rgba(47, 57, 255, 0.36) 24%, transparent 54%),
                radial-gradient(ellipse at 74% 60%, rgba(231, 0, 141, 0.68) 0%, rgba(231, 0, 141, 0.3) 25%, transparent 56%),
                radial-gradient(ellipse at 94% 32%, rgba(207, 0, 47, 0.3), transparent 44%),
                #000;
            color: #fff;
        }

        section.client-challenges-section::before,
        section.client-challenges-section::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            height: 110px;
            pointer-events: none;
            z-index: 1;
        }

        section.client-challenges-section::before {
            top: 0;
            background: linear-gradient(180deg, #000 0%, transparent 100%);
        }

        section.client-challenges-section::after {
            bottom: 0;
            background: linear-gradient(0deg, #000 0%, transparent 100%);
        }

        .client-challenges-section .container {
            position: relative;
            z-index: 2;
            max-width: 1200px;
        }

        .client-challenge-head {
            max-width: 760px;
            margin: 0 auto 36px;
            text-align: center;
        }
        .client-challenge-head h2 {
            margin: 0 0 14px;
            color: #fff;
            font-size: 50px;
            line-height: 50px;
            letter-spacing: 0;
            font-weight: 700;
        }

        .client-challenge-head p {
            margin: 0 auto;
            color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 24px;
        }

        .client-challenge-card {
            position: relative;
            display: grid;
            grid-template-columns: 54px minmax(0, 1fr) 340px;
            align-items: stretch;
            overflow: hidden;
            min-height: 372px;
            border-radius: 18px;
            border: 1px solid rgba(255, 255, 255, 0.14);
            background:
                radial-gradient(circle at 43% 47%, rgba(79, 64, 255, 0.28), transparent 26%),
                radial-gradient(circle at 96% 95%, rgba(221, 24, 129, 0.32), transparent 42%),
                linear-gradient(114deg, rgba(36, 36, 45, 0.78) 0%, rgba(32, 27, 50, 0.68) 51%, rgba(83, 21, 78, 0.58) 100%);
            backdrop-filter: blur(10px);
            box-shadow: 0 30px 78px rgba(0, 0, 0, 0.42);
        }

        .client-challenge-tabs {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
            padding: 44px 0 30px;
        }

        .client-challenge-tab {
            width: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
            writing-mode: vertical-rl;
            transform: rotate(180deg);
            font-size: 14px;
            line-height: 1;
            letter-spacing: 0;
        }

        .client-challenge-tab.challenge {
            height: 142px;
            border-radius: 9px 0 0 9px;
            background: linear-gradient(180deg, #ec38d6 0%, #5647ff 100%);
            color: #fff;
        }

        .client-challenge-tab.solution {
            height: 170px;
            border-radius: 9px 0 0 9px;
            background: #fff;
            color: #111;
        }

        .client-challenge-content {
            position: relative;
            display: grid;
            align-content: center;
            gap: 34px;
            min-width: 0;
            padding: 44px 34px 44px 38px;
        }

        .client-challenge-block {
            position: relative;
            z-index: 2;
            max-width: 570px;
        }

        .client-challenge-block h3 {
            margin: 0 0 12px;
            color: #fff;
            font-size: 32px;
            line-height: 38px;
            letter-spacing: 0;
        }

        .client-challenge-block p {
            margin: 0;
            max-width: 600px;
            color: rgba(255, 255, 255, 0.84);
            font-size: 16px;
            line-height: 25px;
        }

        .client-challenge-content::before,
        .client-challenge-content::after {
            content: "";
            position: absolute;
            z-index: 1;
            pointer-events: none;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }

        .client-challenge-content::before {
            top: 28px;
            right: 166px;
            width: 92px;
            height: 50px;
            background-image: url(images/testimonial/aalu-img.webp);
            transform: rotate(-14deg);
        }

        .client-challenge-content::after {
            right: 8px;
            bottom: 28px;
            width: 118px;
            height: 118px;
            background-image: url("images/testimonial/food_plate.webp");
            filter: drop-shadow(0 14px 34px rgba(0, 0, 0, 0.32));
        }

        .client-profile-panel {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 34px 38px 34px 18px;
            text-align: center;
        }

        .client-profile-circle {
            position: relative;
            width: 248px;
            height: 248px;
            margin-bottom: 18px;
            border-radius: 50%;
            border: 4px solid #f36b23;
            background: #fff;
            overflow: hidden;
            box-shadow: 0 22px 46px rgba(0, 0, 0, 0.35);
        }

        .client-profile-circle img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center top;
            display: block;
        }

        .client-profile-panel h3 {
            margin: 0 0 10px;
            color: #fff;
            font-size: 23px;
            line-height: 27px;
        }

        .client-profile-panel span {
            display: inline-flex;
            align-items: center;
            min-height: 32px;
            padding: 0 12px;
            border-radius: 999px;
            background: linear-gradient(90deg, #ef4dc6, #8038ff);
            color: #fff;
            font-size: 12px;
            line-height: 1;
        }

        .client-challenges-carousel .owl-stage-outer {
            overflow: visible;
        }

        .client-challenges-carousel .owl-item {
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }

        .client-challenges-carousel .owl-item.active {
            opacity: 1;
            pointer-events: auto;
        }

        .client-challenges-carousel.owl-theme .owl-dots {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 9px;
            margin: 26px 0 46px;
        }

        .client-challenges-carousel.owl-theme .owl-dots .owl-dot span {
            width: 9px;
            height: 9px;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.9);
            background: transparent;
            margin: 0;
        }

        .client-challenges-carousel.owl-theme .owl-dots .owl-dot.active span {
            background: #fff;
        }

        .client-project-cta {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 28px;
            min-height: 160px;
            overflow: hidden;
            border-radius: 16px;
            padding: 50px 50px;
            background:
                radial-gradient(circle at 86% 50%, rgba(70, 65, 255, 0.9), transparent 30%),
                linear-gradient(100deg, rgba(22, 22, 22, 0.96) 0%, rgba(28, 23, 33, 0.96) 48%, rgba(55, 50, 255, 0.9) 100%);
            box-shadow: 0 28px 72px rgba(0, 0, 0, 0.42);
        }

        .client-project-copy h3 {
            margin: 0 0 12px;
            color: #fff;
            font-size: 27px;
            line-height: 36px;
        }

        .client-project-copy p {
            max-width: 650px;
            margin: 5px 0 24px;
            color: rgba(255, 255, 255, 0.82);
            font-size: 16px;
            line-height: 25px;
        }

        .client-project-call {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            min-height: 32px;
            padding: 0 17px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.24);
            color: #fff;
            font-size: 10px;
            line-height: 1;
            align-self: end;
            text-decoration: none;
        }
        .client-project-call:hover,
        .client-project-call:focus-visible {
            animation: globalCtaHover 0.82s cubic-bezier(0.16, 0.9, 0.24, 1.18) both;
            background: var(--global-cta-hover-bg);
            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);
            outline: 0;
        }

        .client-project-call i {
            font-size: 10px;
        }

        .client-project-cta img {
            width: 154px;
            max-height: 142px;
            object-fit: contain;
            flex: 0 0 auto;
            animation: clientCtaStarFloat 4.2s ease-in-out infinite;
            filter: drop-shadow(0 18px 34px rgba(129, 66, 255, 0.52));
        }

        @keyframes clientCtaStarFloat {

            0%,
            100% {
                transform: translateY(0) rotate(0deg) scale(1);
            }

            50% {
                transform: translateY(-10px) rotate(5deg) scale(1.04);
            }
        }

        @media (max-width: 991px) {
            section.client-challenges-section {
                padding: 64px 0 0px;
            }

            .client-challenge-head h2 {
                font-size: 34px;
                line-height: 42px;
            }

            .client-challenge-card {
                grid-template-columns: 50px minmax(0, 1fr);
            }

            .client-profile-panel {
                grid-column: 2;
                padding: 0 32px 38px;
            }

            .client-profile-circle {
                width: 216px;
                height: 216px;
            }

            .client-challenge-content::before {
                right: 34px;
            }

            .client-challenge-content::after {
                right: 16px;
            }

            .client-project-cta {
                padding: 30px;
            }
        }

        @media (max-width: 767px) {
            section.client-challenges-section {
                padding: 50px 0 58px;
            }

            .client-challenge-head {
                margin-bottom: 28px;
            }

            .client-challenge-head h2 {
                font-size: 28px;
                line-height: 35px;
            }

            .client-challenge-head p {
                font-size: 14px;
                line-height: 22px;
            }

            .client-challenge-card {
                grid-template-columns: 40px minmax(0, 1fr);
                min-height: auto;
                border-radius: 14px;
            }

            .client-challenge-tabs {
                padding: 30px 0 24px;
            }

            .client-challenge-tab {
                width: 32px;
                font-size: 12px;
            }

            .client-challenge-tab.challenge,
            .client-challenge-tab.solution {
                height: 132px;
            }

            .client-challenge-content {
                gap: 24px;
                padding: 30px 22px 28px;
            }

            .client-challenge-block h3,
            .client-profile-panel h3,
            .client-project-copy h3 {
                font-size: 21px;
                line-height: 27px;
            }

            .client-challenge-block p,
            .client-project-copy p {
                font-size: 13px;
                line-height: 21px;
            }

            .client-challenge-content::before,
            .client-challenge-content::after {
                display: none;
            }

            .client-profile-panel {
                padding: 0 22px 30px;
            }

            .client-profile-circle {
                width: 180px;
                height: 180px;
            }

            .client-challenges-carousel.owl-theme .owl-dots {
                margin: 22px 0 34px;
            }

            .client-project-cta {
                flex-direction: column;
                align-items: flex-start;
                padding: 26px;
            }

            .client-project-cta img {
                width: 120px;
                align-self: flex-end;
            }
        }

        /* client challenges end */
        /* trusted brands marquee end */
        /* we have delivered end */
        /* customer happiness video start */
        .customer-happiness-section {
            position: relative;
            overflow: hidden;
            padding: 86px 0 82px;
            background: #000;
            color: #fff;
        }

        .customer-happiness-section .container {
            max-width: 1200px;
        }

        .customer-happiness-wrap {
            position: relative;
            display: grid;
            grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
            align-items: center;
            gap: 52px;
            min-height: 340px;
            padding-left: 58px;
        }

            .customer-happiness-label {
            position: absolute;
            left: -70px;
            top: 40%;
            transform: translateY(-50%) rotate(180deg);
            writing-mode: vertical-rl;
            color: rgba(255, 255, 255, 0.13);
            font-size: 54px;
            line-height: 1;
            letter-spacing: 0;
            text-transform: uppercase;
        }

        .customer-happiness-media {
            position: relative;
            max-width: 650px;
        }

        .customer-happiness-card {
            position: relative;
            display: block;
            overflow: hidden;
            border: 8px solid rgba(31, 31, 38, 0.98);
            border-radius: 16px;
            background: #15151b;
            box-shadow: 0 24px 80px rgba(33, 31, 255, 0.18);
            text-decoration: none;
        }

        .customer-happiness-card::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(0deg, rgba(38, 49, 255, 0.62) 0%, rgba(236, 27, 183, 0.42) 31%, rgba(0, 0, 0, 0) 64%);
            pointer-events: none;
        }

        .customer-happiness-card img {
            display: block;
            width: 100%;
            aspect-ratio: 802 / 517;
            object-fit: cover;
        }

        .customer-happiness-arrow {
            position: absolute;
            left: -42px;
            bottom: -38px;
            z-index: 3;
            width: 132px;
            transform-origin: 72% 78%;
            filter: drop-shadow(0 0 14px rgba(59, 72, 255, 0.75));
            animation: customerArrowFloat 3.8s ease-in-out infinite;
            will-change: transform, filter;
        }

        .customer-happiness-media:hover .customer-happiness-arrow {
            animation-play-state: paused;
            transform: translate(8px, -8px) rotate(3deg) scale(1.06);
            filter: drop-shadow(0 0 18px rgba(59, 72, 255, 0.92)) drop-shadow(0 0 12px rgba(255, 45, 210, 0.55));
        }

        @keyframes customerArrowFloat {

            0%,
            100% {
                transform: translate(0, 0) rotate(0deg) scale(1);
                filter: drop-shadow(0 0 12px rgba(59, 72, 255, 0.68));
            }

            45% {
                transform: translate(9px, -10px) rotate(4deg) scale(1.04);
                filter: drop-shadow(0 0 20px rgba(59, 72, 255, 0.92)) drop-shadow(0 0 12px rgba(255, 45, 210, 0.45));
            }

            70% {
                transform: translate(3px, -5px) rotate(-2deg) scale(1.02);
            }
        }

            .customer-happiness-content h2 {
                max-width: 620px;
                margin: 0;
                color: #fff;
                font-size: 40px;
                line-height: 50px;
                letter-spacing: 0;
                font-weight: 700;
            }

        .customer-happiness-content h2 span {
            display: block;
            margin-top: 2px;
            background: linear-gradient(90deg, #ff3ecf 0%, #7145ff 58%, #2f47ff 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

        .customer-happiness-content p {
            max-width: 520px;
            margin: 24px 0 24px;
        color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 25px;
        }
        .customer-happiness-call {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            min-height: 35px;
            padding: 0 20px;
            border-radius: 999px;
            background: linear-gradient(180deg, #686868 0%, #2f2f2f 100%);
            color: #fff;
            font-size: 11px;
            text-decoration: none;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 12px 30px rgba(0, 0, 0, 0.36);
        }

        .customer-happiness-call i {
            font-size: 11px;
        }

        .customer-happiness-modal .modal-dialog {
            max-width: 820px;
        }

        .customer-happiness-modal .modal-content {
            position: relative;
            overflow: hidden;
            border: 0;
            border-radius: 14px;
            background: #000;
        }

        .customer-happiness-modal .btn-close {
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 2;
            filter: invert(1);
            opacity: 1;
        }

        .customer-happiness-modal .modal-body {
            padding: 0;
        }

        .customer-happiness-modal iframe {
            display: block;
            width: 100%;
            aspect-ratio: 16 / 9;
        }

        @media (max-width: 991px) {
            .customer-happiness-section {
                padding: 68px 0 72px;
            }

            .customer-happiness-wrap {
                grid-template-columns: 1fr;
                gap: 42px;
            }

            .customer-happiness-content h2 {
                font-size: 36px;
                line-height: 44px;
            }
        }

        @media (max-width: 767px) {
            .customer-happiness-section {
                padding: 54px 0 60px;
            }

            .customer-happiness-wrap {
                padding-left: 0;
                gap: 34px;
            }

            .customer-happiness-label {
                position: static;
                transform: none;
                writing-mode: horizontal-tb;
                font-size: 22px;
                margin-bottom: -14px;
            }

            .customer-happiness-arrow {
                width: 92px;
                left: -16px;
                bottom: -28px;
            }

            .customer-happiness-content h2 {
                font-size: 30px;
                line-height: 38px;
            }

            .customer-happiness-content p {
                font-size: 14px;
                line-height: 22px;
            }
        }

        /* customer happiness video end */
        /* lets the number speak start  */
        section.organi-zations {
            position: relative;
            overflow: hidden;
            padding: 0px 0 88px;
            background: #000;
            color: #fff;
        }


        .indus-tries {
            max-width: 860px;
            margin: 0 auto 48px;
            text-align: center;
        }

        .indus-tries h2 {
            margin: 0 0 16px;
            color: #fff;
            font-size: 50px;
            line-height: 55px;
            letter-spacing: 0;
            font-weight: 700;
        }

        .indus-tries p {
            color: rgba(255, 255, 255, 0.82);
            font-size: 16px;
            line-height: 26px;
        }

        .numbers-speak {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 28px;
            align-items: stretch;
            justify-items: center;
        }

        .ach-ieving.active {
            background: linear-gradient(135deg, #f132bc 0%, #8532fb 54%, #253cff 100%);
        }

        .ach-ieving {
            position: relative;
            width: 100%;
            max-width: 230px;
            min-height: 230px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 10px;
            text-align: center;
            border-radius: 50%;
            padding: 34px 24px;
            /* background: linear-gradient(135deg, #f132bc 0%, #8532fb 54%, #253cff 100%); */
            /* box-shadow: 0 24px 58px rgba(77, 50, 255, 0.24); */
            background: #181818;
            border: 1px solid #363636;
        }

        .ach-ieving:hover {
            background: linear-gradient(135deg, #f132bc 0%, #8532fb 54%, #253cff 100%);


        }

        .numbers-speak:has(.ach-ieving:hover) .ach-ieving.active:not(:hover) {
            background: #181818;
        }

        .ach-ieving::before {
            content: "";
            position: absolute;
            inset: 8px;
            border-radius: inherit;
            pointer-events: none;
        }

        .ach-ieving h3 {
            margin: 0;
            color: #fff;
            font-size: 44px;
            line-height: 1;
            letter-spacing: 0;
        }

        .ach-ieving p {
            max-width: 150px;
            margin: 0;
        color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 20px;
        }

        @media (max-width: 991px) {
            section.organi-zations {
                padding: 68px 0 74px;
            }

            .indus-tries {
                margin-bottom: 38px;
            }

            .indus-tries h2 {
                font-size: 38px;
                line-height: 46px;
            }

            .numbers-speak {
                grid-template-columns: repeat(2, minmax(0, 230px));
                justify-content: center;
                gap: 24px;
            }
        }

        @media (max-width: 767px) {
            section.organi-zations {
                padding: 54px 0 60px;
            }

            .indus-tries {
                margin-bottom: 30px;
            }

            .indus-tries h2 {
                font-size: 31px;
                line-height: 38px;
            }

            .indus-tries p {
                font-size: 14px;
                line-height: 22px;
            }

            .numbers-speak {
                gap: 18px;
            }

            .ach-ieving {
                max-width: 190px;
                min-height: 190px;
                padding: 26px 18px;
            }

            .ach-ieving h3 {
                font-size: 36px;
            }

            .ach-ieving p {
                font-size: 13px;
                line-height: 18px;
            }
        }

        @media (max-width: 480px) {
            .numbers-speak {
                grid-template-columns: 1fr;
            }

            .ach-ieving {
                max-width: 210px;
                min-height: 210px;
            }
        }

        /* lets the number speak end  */
        /* Explore Awards & Recognitions & Check Our Latest Insights start  */
        section.awards-recognitions {
            position: relative;
            overflow: hidden;
            padding: 58px 0 82px;
            /* background:
                radial-gradient(ellipse at 13% 0%, rgba(50, 57, 255, 0.95) 0%, rgba(47, 48, 215, 0.48) 28%, transparent 54%),
                radial-gradient(ellipse at 72% 5%, rgba(239, 49, 188, 0.95) 0%, rgba(180, 37, 139, 0.48) 31%, transparent 58%),
                linear-gradient(180deg, #08080e 0%, #000 46%, #000 100%);
            color: #fff; */
        }

        section.awards-recognitions .container {
            max-width: 1200px;
        }

        .recog-nitions,
        .Ch-eck {
            position: relative;
        }

        .Ch-eck::before,
        .Ch-eck::after {
            content: "";
            position: absolute;
            top: 42px;
            width: 82px;
            height: 82px;
            pointer-events: none;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.28));
        }

        .awards-recognitions {
            padding: 70px 0px;
        }

        .Ch-eck>.aw-ard-item {      
            text-align: center;
        }

        .Ch-eck h2 {
            font-weight: 700;
            margin: 0 auto 24px;
            color: #fff;
            text-align: center;
            font-size: 50px;
            line-height: 60px;
            letter-spacing: 0;
        }

        .in-sights {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 33px;
            border-radius: 999px;
            padding: 0 18px;
            background: linear-gradient(180deg, rgba(116, 116, 126, 0.76), rgba(36, 36, 41, 0.94));
            border: 1px solid rgba(133, 73, 73, 0.18);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 14px 30px rgba(0, 0, 0, 0.32);
            transition: transform 0.25s ease, filter 0.25s ease;
        }

        .in-sights:hover {
            transform: translateY(-2px);
            filter: brightness(1.12);
        }

        .in-sights a {
            position: relative;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            color: #fff;
            font-size: 14px;
            line-height: 1;
            align-self: end;
            text-decoration: none;
            top: -8px;
        }
      .digi-tal.owl-carousel,
        .digi-tal {
            margin-top: 28px;
            padding: 0 42px;
        }

        .digi-tal .owl-stage {
            display: flex;
            align-items: center;
        }

        .digi-tal .item {
            height: 100%;
            padding: 0 12px;
        }

        .digi-tal .aw-ard-item {
            height: 150px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 0;
            background: transparent;
            border: 0;
            box-shadow: none;
            transition: transform 0.25s ease, filter 0.25s ease;
        }

        .digi-tal .aw-ard-item:hover {
            transform: translateY(-6px) scale(1.03);
            filter: brightness(1.1);
        }

        .digi-tal .aw-ard-item img {
            display: block;
            width: auto;
            max-width: 100%;
            max-height: 150px;
            object-fit: contain;
            filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.38));
        }

        .digi-tal.owl-theme .owl-nav {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 18px;
            margin-top: 26px;
        }

        .digi-tal.owl-theme .owl-nav [class*=owl-] {
            width: 36px;
            height: 36px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin: 0;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.22);
            background: linear-gradient(180deg, rgba(112, 112, 120, 0.78), rgba(34, 34, 39, 0.96));
            color: #fff;
            font-size: 0;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 12px 24px rgba(0, 0, 0, 0.28);
            transition: transform 0.25s ease, filter 0.25s ease;
        }

        .digi-tal.owl-theme .owl-nav [class*=owl-]:hover {
            transform: translateY(-2px);
            filter: brightness(1.15);
        }
        .digi-tal.owl-theme .owl-nav .testimonial-awards-nav-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            line-height: 1;
            color: #fff;
        }

        .digi-tal.owl-theme .owl-nav .owl-prev,
        .digi-tal.owl-theme .owl-nav .owl-next {
            font-size: 0;
        }
.digi-tal.owl-theme .owl-dots {
            display: none;
        }

        @media (max-width: 991px) {
            section.awards-recognitions {
                padding: 58px 0 72px;
            }

            .Ch-eck::before,
            .Ch-eck::after {
                width: 62px;
                height: 62px;
                top: 34px;
            }

            .Ch-eck h2 {
                max-width: 620px;
                font-size: 32px;
                line-height: 41px;
            }

            .digi-tal.owl-carousel,
            .digi-tal {
                padding: 0 18px;
            }

            .digi-tal .aw-ard-item {
                height: 136px;
            }

            .digi-tal .aw-ard-item img {
                max-height: 108px;
            }
        }

        @media (max-width: 767px) {
            section.awards-recognitions {
                padding: 50px 0 62px;
            }

            .Ch-eck::before,
            .Ch-eck::after {
                display: none;
            }

            .Ch-eck>.aw-ard-item {
                margin-bottom: 28px;
            }

            .Ch-eck h2 {
                font-size: 27px;
                line-height: 35px;
            }

            .digi-tal.owl-carousel,
            .digi-tal {
                margin-top: 18px;
                padding: 0 8px;
            }

            .digi-tal .item {
                padding: 0 8px;
            }

            .digi-tal .aw-ard-item {
                height: 122px;
            }

            .digi-tal .aw-ard-item img {
                max-height: 92px;
            }
        }

        .owl-carousel .owl-stage-outer {
            border-radius: 28px;
        }

        /* Explore Awards & Recognitions & Check Our Latest Insights end  */
        /* Their Taste-Statements Make Us Proud Food start  */
        section.qua-lity {
            padding: 78px 0 84px;
            color: #fff;
            background: radial-gradient(circle at 14% 34%, rgba(685, 425, 228, 0.80), transparent 343px), radial-gradient(circle at 10% 60%, rgba(57, 60, 355, 11.98), transparent 471px), radial-gradient(circle at 78% 52%, rgba(255, 57, 183, 0.92), transparent 489px), radial-gradient(circle at 92% 40%, rgba(245, 0, 45, 28.9), transparent 485px), radial-gradient(circle at 51% 59%, rgb(0 0 0 / 58%), transparent 350px), linear-gradient(180deg, #000 0%, #07030c 44%, #050009 100%);
        }

        @media (max-width: 991.98px) {
            .custom-ers .tab-content > .tab-pane {
                display: block;
                opacity: 1;
            }
        }

        .indus-some h2 {
            margin: 0 auto 34px;
            color: #fff;
            text-align: center;
            font-size: 50px;
            line-height: 50px;
            letter-spacing: 0;
            font-weight: 700;
        }

        .taste-tabs-shell {
            position: relative;
            display: grid;
            grid-template-columns: 36px minmax(0, max-content) 36px;
            align-items: center;
            justify-content: center;
            gap: 18px;
            max-width: 1068px;
            margin: 0 auto 40px;
            padding-bottom: 18px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        }

        .taste-tab-arrow-btn {
            width: 36px;
            height: 36px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.18);
            background: #050505;
            color: rgba(255, 255, 255, 0.58);
            font-size: 17px;
            line-height: 1;
            cursor: pointer;
            transition: color 0.22s ease, border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
        }

        .taste-tab-arrow-btn:hover,
        .taste-tab-arrow-btn:focus-visible {
            color: #fff;
            border-color: rgba(255, 255, 255, 0.34);
            background: #111;
            transform: translateY(-1px);
            outline: 0;
        }

        .taste-tab-arrow-btn:active {
            transform: translateY(0) scale(0.96);
        }
        .taste-tab-arrow-btn i {
            display: inline-block;
            font-size: 14px;
            line-height: 1;
            transition: transform 0.22s ease;
        }
ul#oldTab.pro-ducti-vity {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: nowrap;
            gap: 10px;
            margin: 0 auto;
            padding: 0;
            border: 0;
            overflow-x: auto;
            scrollbar-width: none;
        }

        ul#oldTab.pro-ducti-vity::-webkit-scrollbar {
            display: none;
        }

        ul#oldTab.pro-ducti-vity .nav-item {
            flex: 0 0 auto;
        }

        ul#oldTab.pro-ducti-vity .nav-link {
            min-height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 0;
            border-radius: 6px;
            padding: 0 18px;
            background: #151515;
            color: rgba(255, 255, 255, 0.86);
            font-size: 14px;
            line-height: 1;
            align-self: end;
            text-transform: capitalize;
            letter-spacing: 0;
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 10px 22px rgba(0, 0, 0, 0.32);
            transition: transform 0.22s ease, color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
            white-space: nowrap;
        }

        ul#oldTab.pro-ducti-vity .nav-link:hover,
        ul#oldTab.pro-ducti-vity .nav-link:focus-visible {
            color: #fff;
            transform: translateY(-2px);
            background: #202020;
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 14px 26px rgba(0, 0, 0, 0.38);
        }

        ul#oldTab.pro-ducti-vity .nav-link.active,
        ul#oldTab.pro-ducti-vity .nav-link[aria-selected="true"] {
            color: #fff;
            background: linear-gradient(135deg, #ed3abb 0%, #2b45ff 100%);
            box-shadow: 0 12px 28px rgba(58, 66, 255, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.24);
        }

        ul#oldTab.pro-ducti-vity #real-state-tab::first-letter,
        ul#oldTab.pro-ducti-vity #ecommerce-tab::first-letter,
        ul#oldTab.pro-ducti-vity #fintech-tab::first-letter,
        ul#oldTab.pro-ducti-vity #chatting-tab::first-letter,
        ul#oldTab.pro-ducti-vity #health-tab::first-letter,
        ul#oldTab.pro-ducti-vity #taxi-tab::first-letter {
            text-transform: uppercase;
        }

        @media (max-width: 1199px) {
            .taste-tabs-shell {
                grid-template-columns: 34px minmax(0, 1fr) 34px;
                gap: 10px;
                justify-content: stretch;
            }

            ul#oldTab.pro-ducti-vity {
                justify-content: flex-start;
                padding-bottom: 4px;
            }
        }

        @media (max-width: 767px) {
            section.qua-lity {
                padding: 54px 0 62px;
            }

            .indus-some h2 {
                font-size: 29px;
                line-height: 38px;
                margin-bottom: 26px;
            }

            .taste-tabs-shell {
                grid-template-columns: 30px minmax(0, 1fr) 30px;
                gap: 8px;
                margin-bottom: 28px;
                padding-bottom: 16px;
            }

            .taste-tab-arrow-btn {
                width: 30px;
                height: 30px;
                font-size: 16px;
            }

            ul#oldTab.pro-ducti-vity {
                gap: 9px;
            }

            ul#oldTab.pro-ducti-vity .nav-link {
                min-height: 40px;
                padding: 0 16px;
                font-size: 13px;
            }
        }

        .custom-ers .tab-content {
            border: 0;
        }

        .custom-ers .tab-pane.fade {
            transition: opacity 0.28s ease;
        }

        .custom-ers .accordion-collapse {
            transition: height 0.3s ease;
        }

        @media (min-width: 992px) {
            .custom-ers .tab-content {
                min-height: 650px;
            }
        }

        .custom-ers .accordion-item {
            border: 0;
            background: transparent;
        }

        .custom-ers .accordion-body {
            padding: 0;
        }

        .taste-case-carousel {
            max-width: 1180px;
            margin: 0 auto;
        }

        .taste-case-card {
            position: relative;
            overflow: hidden;
            min-height: 560px;
            border-radius: 24px;
            padding: 44px 56px 46px;
            background: radial-gradient(circle at 6% 90%, rgba(88, 62, 160, 0.28), transparent 210px), radial-gradient(circle at 94% 82%, rgba(206, 0, 52, 0.32), transparent 220px), linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.62));
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 28px 64px rgba(0, 0, 0, 0.32);
        }

        .taste-case-card::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0px;
            right: 0;
            bottom: 0;
            height: 47%;
            background: radial-gradient(circle at 12% 18%, rgba(240, 55, 181, 0.9), transparent 30%), radial-gradient(circle at 93% 18%, rgba(38, 62, 255, 0.92), transparent 34%), linear-gradient(135deg, #d833b4 0%, #8a34d8 44%, #253dff 100%);
            pointer-events: none;
            border-radius: 30px;
        }

        .taste-case-top,
        .taste-case-bottom {
            position: relative;
            z-index: 1;
        }

        .taste-store-row {
            display: inline-flex;
            align-items: center;
            gap: 15px;
            color: #fff;
            font-size: 17px;
            line-height: 1;
            align-self: end;
        }

        .taste-store-icon,
        .taste-store-icon code {
            color: var(--bs-code-color);
        }

                .taste-store-icon code {
            font-size: 1.875em;
            word-wrap: break-word;
            color: #fff;
        }

        /* .taste-store-icon {
            width: 25px;
            height: 25px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            background: rgba(255, 255, 255, 0.94);
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            font-size: 13px;
        } */

        .taste-case-visuals {
            position: relative;
            min-height: 360px;
            margin-top: 18px;
        }

     .taste-app-img {
    position: absolute;
    left: 0px;
    top: 12px;
    width: 43% !important;
    max-height: 354px;
    object-fit: contain !important;
    filter: drop-shadow(0 28px 30px rgba(0, 0, 0, 0.35));
}

        .taste-review-img {
            position: absolute;
            right: -15px;
            top: 0;
            width: 58% !important;
            max-height: 410px;
            object-fit: contain;
            display: block;
            border-radius: 33px !important;
            clip-path: inset(0 round 33px);
            overflow: hidden;
            background: #fff;
            filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.28));
        }

        .taste-case-top::after {
            content: "";
            position: absolute;
            left: 70%;
            bottom: -78px;
            z-index: 3;
            width: 250px;
            height: 58px;
            display: block;
            border-radius: 10px;
            background: url(images/testimonial/goodfirms.png) center / contain no-repeat;
            filter: drop-shadow(0 18px 34px rgba(29, 92, 210, 0.34));
            transform: translateX(-50%);
        }

        .taste-case-top::before {
            display: none;
        }

        .taste-case-arrow {
            position: absolute;
            right: -6px;
            bottom: -88px;
            z-index: 2;
            height: 120px !important;
            width: 121px !important;
            filter: drop-shadow(0 0 16px rgba(65, 67, 255, 0.82));
            animation: tasteCaseArrow 3.8s ease-in-out infinite;
        }
        .taste-case-bottom {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            max-width: 419px;
            gap: 1px;
            margin-top: 22px;
        }

        .taste-case-stat {
            color: #fff;
            text-align: left;
        }

        .taste-case-stat strong {
            display: block;
            font-size: 32px;
            line-height: 1;
            letter-spacing: 0;
        }

        .taste-case-stat span {
            display: block;
            margin-top: 8px;
            color: rgba(255, 255, 255, 0.86);
            font-size: 14px;
            line-height: 19px;
        }

        .taste-case-carousel.owl-theme .owl-nav {
            display: none;
        }

        .taste-case-carousel.owl-theme .owl-dots {
            position: absolute;
            left: 50%;
            bottom: 32px;
            z-index: 4;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin: 0;
            transform: translateX(-50%);
        }

        .taste-case-carousel.owl-theme .owl-dots .owl-dot span {
            width: 12px;
            height: 12px;
            margin: 0;
            border-radius: 50%;
            background: #fff;
            opacity: 0.9;
        }

        .taste-case-carousel.owl-theme .owl-dots .owl-dot.active span {
            background: #8a35ff;
            opacity: 1;
        }

        @keyframes tasteCaseArrow {

            0%,
            100% {
                transform: translate(0, 0) rotate(0deg) scale(1);
            }

            50% {
                transform: translate(7px, -9px) rotate(4deg) scale(1.04);
            }
        }

        @media (max-width: 991px) {
            .taste-case-card {
                min-height: auto;
                padding: 34px 30px 64px;
            }

            .taste-case-visuals {
                min-height: auto;
                display: grid;
                grid-template-columns: 1fr;
                gap: 22px;
                margin-top: 24px;
            }

            .taste-app-img,
            .taste-review-img {
                position: static;
                width: 100%;
                max-height: none;
            }

            .taste-app-img {
                max-width: 420px;
                margin: 0 auto;
            }

            .taste-review-img {
                max-width: 620px;
                margin: 0 auto;
            }


            .taste-case-top::after {
                position: relative;
                left: 50%;
                bottom: auto;
                width: 230px;
                height: 54px;
                margin: -4px auto 0;
            }

            .taste-case-bottom {
                max-width: none;
                margin-top: 28px;
            }

            .taste-case-arrow {
                width: 108px;
                right: 20px;
                bottom: 86px;
            }
        }

        @media (max-width: 767px) {
            .taste-case-card {
                border-radius: 18px;
                padding: 28px 20px 60px;
            }

            .taste-store-row {
                font-size: 14px;
                gap: 10px;
            }

            .taste-case-bottom {
                grid-template-columns: 1fr;
                gap: 18px;
                max-width: 220px;
            }

            .taste-case-stat strong {
                font-size: 28px;
            }

            .taste-case-stat span {
                font-size: 13px;
            }


            .taste-case-top::after {
                width: 210px;
                height: 50px;
            }

            .taste-case-arrow {
                width: 86px;
                bottom: 104px;
            }
        }


        /* testimonialTasteVisibilityGuard */
        section.qua-lity {
            display: block;
            overflow: hidden;
        }

        section.qua-lity .owl-height {
            transition: height 0.3s ease;
        }

        section.qua-lity .taste-case-carousel.owl-carousel:not(.owl-loaded) {
            display: block;
            width: 100%;
        }

        section.qua-lity .taste-case-carousel.owl-carousel:not(.owl-loaded) .item {
            display: none;
        }

        section.qua-lity .taste-case-carousel.owl-carousel:not(.owl-loaded) .item:first-child {
            display: block;
        }

        section.qua-lity .taste-case-carousel.owl-loaded {
            opacity: 1;
            transition: opacity 0.24s ease;
        }
        /* Result We Made Possible start */
        .testimonial-impact-results-section {
            padding: 88px 0 92px;
            background: #000;
            color: #fff;
        }

        .testimonial-impact-results-head {
            max-width: 820px;
            margin: 0 auto 48px;
            text-align: center;
        }

        .testimonial-impact-results-head h2 {
            margin: 0 0 16px;
            color: #fff;
            font-size: 50px;
            line-height: 50px;
            letter-spacing: 0;
            font-weight: 700;
        }

        .testimonial-impact-results-head p {
            margin: 0;
            color: rgba(255, 255, 255, 0.82);
            font-size: 16px;
            line-height: 26px;
        }

        .testimonial-impact-results-carousel {
            max-width: 1160px;
            margin: 0 auto;
        }

        .testimonial-impact-results-card {
            position: relative;
            height: 314px;
            min-height: 314px;
            overflow: hidden;
            border-radius: 16px;
            padding: 0;
            background: linear-gradient(180deg, #1d1d1d 0%, #171717 100%);
            border: 1px solid rgba(255, 255, 255, 0.09);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
            transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
        }

        .testimonial-impact-results-card::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 0;
            background: linear-gradient(135deg, #df32b3 0%, #8542ed 48%, #254cff 100%);
            opacity: 0;
            transition: opacity 0.35s ease;
        }

        .testimonial-impact-results-front,
        .testimonial-impact-results-hover {
            position: relative;
            z-index: 1;
            transition: opacity 0.32s ease;
        }

        .testimonial-impact-results-front {
            position: absolute;
            inset: 0;
            display: grid;
            grid-template-rows: minmax(0, 1fr) auto;
            gap: 18px;
            padding: 34px 40px 30px;
        }

        .testimonial-impact-results-front>div:first-child {
            display: grid;
            align-content: start;
            gap: 16px;
            min-height: 0;
        }

        .testimonial-impact-results-metric strong {
            display: block;
            margin-bottom: 8px;
            color: #fff;
            font-size: 36px;
            line-height: 38px;
            letter-spacing: 0;
        }

        .testimonial-impact-results-metric span {
            display: block;
            max-width: 255px;
            color: rgba(255, 255, 255, 0.88);
            font-size: 14px;
            line-height: 20px;
        }

        .testimonial-impact-results-divider {
            width: 100%;
            height: 1px;
            margin: 0 0 18px;
            background: rgba(255, 255, 255, 0.65);
        }

        .testimonial-impact-results-foot {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
        }

        .testimonial-impact-results-foot p {
            margin: 0;
            color: rgba(255, 255, 255, 0.86);
            font-size: 14px;
            line-height: 17px;
        }

        .testimonial-impact-results-logo-small {
            flex: 0 0 104px;
            width: 104px !important;
            max-width: 104px;
            max-height: 38px;
            object-fit: contain;
            filter: none;
        }

        .testimonial-impact-results-hover {
            position: absolute;
            inset: 0;
            display: grid;
            grid-template-rows: auto minmax(92px, 1fr) auto;
            align-items: start;
            gap: 12px;
            padding: 30px 36px 26px;
            opacity: 0;
            transform: none;
            pointer-events: none;
        }

        .testimonial-impact-results-logo {
            width: 164px !important;
            max-height: 48px;
            object-fit: contain;
            object-position: left center;
            filter: none;
        }

        .testimonial-impact-results-hover p {
            max-width: 285px;
            margin: 10px 0 0;
            color: rgba(255, 255, 255, 0.92);
            font-size: 14px;
            line-height: 22px;
        }

        .testimonial-impact-results-screen-img {
            width: 76% !important;
            max-height: 118px;
            object-fit: contain;
            align-self: center;
            justify-self: center;
            filter: drop-shadow(0 22px 22px rgba(0, 0, 0, 0.28));
        }

        .testimonial-impact-results-know-more {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            width: fit-content;
            color: #fff;
            font-size: 14px;
            line-height: 1;
            align-self: end;
            text-decoration: none;
        }

        .testimonial-impact-results-card:hover,
        .testimonial-impact-results-card.is-active {
            transform: none;
            border-color: rgba(255, 255, 255, 0.18);
            box-shadow: 0 24px 54px rgba(43, 69, 255, 0.24);
        }

        .testimonial-impact-results-card:hover::before,
        .testimonial-impact-results-card.is-active::before {
            opacity: 1;
        }

        .testimonial-impact-results-card:hover .testimonial-impact-results-front,
        .testimonial-impact-results-card.is-active .testimonial-impact-results-front {
            opacity: 0;
            transform: none;
        }

        .testimonial-impact-results-card:hover .testimonial-impact-results-hover,
        .testimonial-impact-results-card.is-active .testimonial-impact-results-hover {
            opacity: 1;
            transform: none;
        }

        .testimonial-impact-results-review {
            max-width: 1200px;
            width: min(100%, 1119px);
            margin: 16px auto 0;
            opacity: 0;
            max-height: 0;
            overflow: hidden;
            transform: translateY(-8px);
            transition: opacity 0.28s ease, max-height 0.28s ease, transform 0.28s ease;
        }

        .testimonial-impact-results-section:has(.testimonial-impact-results-card:hover) .testimonial-impact-results-review,
        .testimonial-impact-results-section:has(.testimonial-impact-results-card.is-active) .testimonial-impact-results-review {
            opacity: 1;
            max-height: 520px;
            transform: translateY(0);
        }

        .testimonial-impact-results-review img {
            display: block;
            width: 100%;
            height: auto;
            object-fit: contain;
            border-radius: 12px;
            filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.34));
        }

        .testimonial-impact-results-carousel.owl-theme .owl-nav {
            position: absolute;
            top: 50%;
            left: -58px;
            right: -58px;
            z-index: 4;
            display: flex;
            justify-content: space-between;
            margin: 0;
            pointer-events: none;
            transform: translateY(-50%);
        }

        .testimonial-impact-results-carousel.owl-theme .owl-nav button {
            width: 42px;
            height: 42px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.15) !important;
            background: linear-gradient(180deg, #3b3b3b 0%, #1f1f1f 100%) !important;
            color: #fff !important;
            font-size: 26px !important;
            line-height: 1 !important;
            pointer-events: auto;
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.42);
            transition: transform 0.24s ease, background 0.24s ease;
        }

        .testimonial-impact-results-carousel.owl-theme .owl-nav button:hover {
            background: linear-gradient(135deg, #df32b3 0%, #254cff 100%) !important;
            transform: translateY(-2px);
        }
        .testimonial-impact-results-carousel.owl-theme .owl-nav .testimonial-impact-results-nav-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            line-height: 1;
            color: #fff;
        }

        .testimonial-impact-results-carousel.owl-theme .owl-nav .owl-prev,
        .testimonial-impact-results-carousel.owl-theme .owl-nav .owl-next {
            font-size: 0 !important;
        }

        .testimonial-impact-results-carousel.owl-theme .owl-dots {
            margin-top: 24px;
        }

        .testimonial-impact-results-carousel.owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            background: rgba(255, 255, 255, 0.5);
        }

        .testimonial-impact-results-carousel.owl-theme .owl-dots .owl-dot.active span {
            background: #7a43ff;
        }

        @media (max-width: 1199px) {
            .testimonial-impact-results-carousel.owl-theme .owl-nav {
                left: -14px;
                right: -14px;
            }
        }

        @media (max-width: 991px) {
            .testimonial-impact-results-section {
                padding: 70px 0 76px;
            }

            .testimonial-impact-results-head h2 {
                font-size: 34px;
                line-height: 42px;
            }

            .testimonial-impact-results-card {
                height: 310px;
                min-height: 310px;
            }

            .testimonial-impact-results-front {
                padding: 30px 32px 28px;
            }

            .testimonial-impact-results-front>div:first-child {
                display: grid;
                align-content: start;
                gap: 16px;
                min-height: 0;
            }

            .testimonial-impact-results-metric strong {
                font-size: 30px;
                line-height: 32px;
            }

            .testimonial-impact-results-metric span {
                line-height: 19px;
            }
        }

        @media (max-width: 767px) {
            .testimonial-impact-results-section {
                padding: 56px 0 64px;
            }

            .testimonial-impact-results-head {
                margin-bottom: 30px;
            }

            .testimonial-impact-results-head h2 {
                font-size: 29px;
                line-height: 36px;
            }

            .testimonial-impact-results-head p {
                font-size: 14px;
                line-height: 22px;
            }

            .testimonial-impact-results-card {
                height: 320px;
                min-height: 320px;
                padding: 0;
            }

            .testimonial-impact-results-front {
                padding: 28px 24px 24px;
            }

            .testimonial-impact-results-front>div:first-child {
                display: grid;
                align-content: start;
                gap: 16px;
                min-height: 0;
            }

            .testimonial-impact-results-metric strong {
                font-size: 30px;
                line-height: 32px;
            }

            .testimonial-impact-results-metric span {
                font-size: 13px;
                line-height: 18px;
            }

            .testimonial-impact-results-foot {
                gap: 12px;
            }

            .testimonial-impact-results-logo-small {
                width: 96px !important;
                max-width: 96px;
            }

            .testimonial-impact-results-hover {
                grid-template-rows: auto minmax(100px, 1fr) auto;
                padding: 28px 24px 24px;
            }

            .testimonial-impact-results-logo {
                width: 145px !important;
            }

            .testimonial-impact-results-screen-img {
                width: 84% !important;
                max-height: 112px;
            }

            .testimonial-impact-results-carousel.owl-theme .owl-nav {
                position: static;
                justify-content: center;
                gap: 10px;
                margin-top: 22px;
                transform: none;
            }
        }


        /* Testimonial impact results carousel fallback */
        .testimonial-impact-results-section {
            display: block;
        }

        .testimonial-impact-results-carousel.owl-carousel:not(.owl-loaded) {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 24px;
            width: 100%;
        }

        .testimonial-impact-results-carousel.owl-carousel.owl-loaded {
            display: block;
        }

        .testimonial-impact-results-carousel.owl-carousel:not(.owl-loaded) .item,
        .testimonial-impact-results-carousel.owl-carousel:not(.owl-loaded) .testimonial-impact-results-card {
            min-width: 0;
            width: 100%;
        }

        @media (max-width: 991px) {
            .testimonial-impact-results-carousel.owl-carousel:not(.owl-loaded) {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 575px) {
            .testimonial-impact-results-carousel.owl-carousel:not(.owl-loaded) {
                grid-template-columns: 1fr;
            }
        }
        /* Result We Made Possible end */
        /* Their Taste-Statements Make Us Proud Food end  */