    :root {
            --heading-1: 'Arimo', sans-serif;
            --heading-2: 'Oswald', sans-serif;
            --heading-3: 'Jost', sans-serif;
            --heading-4: 'Poppins', sans-serif;
        }

        body {
            font-family: var(--heading-4) !important;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: var(--heading-4) !important;
        }

        .hero-title {
            font-size: 5.5vw;
            font-weight: 900;
            letter-spacing: 0.1em;
            margin: 0;
            font-family: var(--heading-4);
        }

        .heading-1 {
            font-family: var(--heading-1);
        }

        .heading-2 {
            font-family: var(--heading-2);
        }

        .heading-3 {
            font-family: var(--heading-3);
        }

        .heading-4 {
            font-family: var(--heading-4);
        }

        .outline {
            font-weight: 700;
            color: transparent;
            -webkit-text-stroke: 2px #ffffff;
            /* white outline */
        }

        .hero-subtitle {
            font-size: 2.2vw;
            font-weight: bold;
            letter-spacing: 0.2em;
            margin: 0;
            color: #FF6100;
            font-family: var(--heading-4);
            letter-spacing: 0.1em;
            background: linear-gradient(45deg, #ffffff, #ffffff, #FF6100, #ffffff, #ffffff);
            background-size: 400%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: rainbow 8s linear infinite;
            margin: 0;
        }

        .thm-btn {
            background-color: #FF6100;
            color: #fff;
        }

        .current a,
        .highlighted {
            color: #FF6100 !important;
        }

        .dark .process-item .process-icon {
            background-color: #FF6100;
        }

        .process-item .process-icon:before {
            border: 1px solid #FF6100;
        }

        .txtMedium {
            font-size: 2vw;
        }

        .hero-area .hero-content {
            display: block;
        }

        /* Card that holds video + overlay */
        .hero-inner {
            position: relative;
            width: 100%;
            /* optional, for desktop */
            height: 100%;
            /* <<< border radius */
            overflow: hidden;
            /* clip video to rounded corners */
        }

        /* dark background behind video */
        .hero-inner::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 0;
        }

        .hero-video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            transform: translate(-50%, -50%);
            object-fit: cover;
            pointer-events: none;
            z-index: 0;
        }

        .hero-overlay {
            position: relative;
            z-index: 1;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: #fff;
        }

        .hero-title {
            font-size: 5.5vw;
            font-weight: 900;
            letter-spacing: 0.1em;
        }

        @keyframes rainbow {
            0% {
                background-position: 0% 50%;
            }

            50% {
                background-position: 100% 50%;
            }

            100% {
                background-position: 0% 50%;
            }
        }

        @keyframes fly {
            0% {
                transform: translate(0, 0) rotate(0deg);
            }

            25% {
                transform: translate(20vw, -10vh) rotate(10deg);
            }

            50% {
                transform: translate(40vw, 0) rotate(-5deg);
            }

            75% {
                transform: translate(20vw, 10vh) rotate(5deg);
            }

            100% {
                transform: translate(0, 0) rotate(0deg);
            }
        }

        .heading-1 {
            font-family: var(--heading-1);
        }

        .heading-2 {
            font-family: var(--heading-2);
        }

        .heading-3 {
            font-family: var(--heading-3);
        }

        .heading-4 {
            font-family: var(--heading-4);
        }

        @media only screen and (max-width: 1919px) {
            .hero-area .big-text {
                font-size: 322px;
            }
        }

        @media only screen and (max-width: 1919px) {
            .page-title-wrapper .page-title {
                font-size: clamp(48px, 10vw, 230px) !important;
            }
        }

        .service-area-5 .services-wrapper-box .info-text {
            font-size: 40px;
            color: #fff;
            line-height: 45px;
        }

        .service-area-service-page .section-title {
            max-width: 100%;
        }

        .testimonial-area {
            background-color: #000;
        }

        .text-white {
            color: #fff;
        }

        .header-area-2 .header__logo img {
            width: 180px !important;
        }

        .header-area-2 .header__logo img {
            max-width: 250px;
        }

        .cta-vybe__usp-line {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
            margin: 18px 0 10px;
        }

        .usp-pill {
            padding: 6px 14px;
            border-radius: 999px;
            background: rgba(255, 97, 6, 0.12);
            border: 1px solid rgba(255, 97, 6, 0.65);
            color: #ffffff;
            font-size: 13px;
            letter-spacing: 0.03em;
        }

        .usp-dot {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #FF6100;
            align-self: center;
        }

        .icon-vybe-reason::before {
            font-family: "Font Awesome 5 Free";
            font-weight: 700;
            content: "\f0e7";
            /* lightning bolt or any icon you like */
        }

        .dark .rr-bg-black {
            background-color: #171717;
        }

        .rr-bg-light-gray {
            background-color: #F0F0F0;
        }

        .dark .rr-bg-light-gray {
            background-color: #212121;
        }

        .rr-bg-light {
            background-color: #F8F2EF;
        }

        .dark .rr-bg-light {
            background-color: #111111;
            --primary: #F8F2EF;
        }

        .rr-text-white {
            color: var(--white);
        }

        .rr-text-primary {
            color: var(--primary);
        }

        .text-gray {
            color: #555555;
        }

        .dark .text-gray {
            color: #999999;
        }

        .rr-light {
            color: #F8F2EF;
        }

        .impact-area .impact-inner {
            padding-top: 177px;
        }

        @media only screen and (max-width: 1919px) {
            .impact-area .impact-inner {
                padding-top: 150px;
            }
        }

        @media only screen and (max-width: 1399px) {
            .impact-area .impact-inner {
                padding-top: 120px;
            }
        }

        @media only screen and (max-width: 1199px) {
            .impact-area .impact-inner {
                padding-top: 100px;
            }
        }

        @media only screen and (max-width: 991px) {
            .impact-area .impact-inner {
                padding-top: 60px;
            }
        }

        .impact-area .impact-inner .impact-media {
            position: relative;
        }

        .impact-area .impact-inner .small-image {
            position: absolute;
            left: 50px;
            top: -177px;
        }

        @media only screen and (max-width: 767px) {
            .impact-area .impact-inner .small-image {
                position: inherit;
                margin-top: 30px;
            }
        }

        .impact-area .impact-inner .impact-content .designation {
            top: 70px;
            right: 50px;
            font-size: 14px;
            color: #F8F2EF;
            max-width: 257px;
            font-weight: 400;
            line-height: 16px;
            position: absolute;
            letter-spacing: -0.7px;
            text-transform: uppercase;
            font-family: var(--font_bdogrotesk);
        }

        .dark .impact-area .impact-inner .impact-content .designation {
            color: #FFFFFF;
        }

        @media only screen and (max-width: 767px) {
            .impact-area .impact-inner .impact-content .designation {
                top: 180px;
                left: 30px;
                max-width: 100%;
            }
        }

        @media (max-width: 575px) {
            .impact-area .impact-inner .impact-content .designation {
                top: 136px;
                left: 20px;
            }
        }

        .impact-area .impact-inner .impact-content .title {
            left: 50px;
            bottom: 20px;
            color: #F8F2EF;
            font-size: 180px;
            font-weight: 200;
            line-height: 170px;
            position: absolute;
            text-transform: uppercase;
            font-family: var(--font_ppeditor);
        }

        @media only screen and (max-width: 1399px) {
            .impact-area .impact-inner .impact-content .title {
                font-size: 120px;
                line-height: 130px;
            }
        }

        @media only screen and (max-width: 1199px) {
            .impact-area .impact-inner .impact-content .title {
                font-size: 100px;
                line-height: 110px;
            }
        }

        @media only screen and (max-width: 991px) {
            .impact-area .impact-inner .impact-content .title {
                font-size: 70px;
                line-height: 80px;
            }
        }

        @media only screen and (max-width: 767px) {
            .impact-area .impact-inner .impact-content .title {
                font-size: 50px;
                line-height: 60px;
                top: 30px;
                left: 30px;
            }
        }

        @media (max-width: 575px) {
            .impact-area .impact-inner .impact-content .title {
                font-size: 28px;
                line-height: 40px;
                top: 30px;
                left: 20px;
            }
        }

        .wave span {
            display: inline-block;
            animation: wave 2.5s infinite ease-in-out;
        }

        @keyframes wave {

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-40px);
            }
        }

        .hero-area .award-wrapper:before,
        .hero-area .award-wrapper:after {
            width: 0px;
        }

        .cta-vybe {
            position: relative;
            overflow: hidden;
            color: #fff;
        }

        .cta-vybe__video-wrap {
            position: relative;
            min-height: 360px;
        }

        .cta-vybe__video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            transform: translate(-50%, -50%);
            object-fit: cover;
            pointer-events: none;
            z-index: 0;
        }

        .cta-vybe__overlay {
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.9));
            z-index: 1;
        }

        .cta-vybe__inner {
            position: relative;
            z-index: 2;
            max-width: 100%;
            margin: 0 auto;
            padding: 90px 0 100px;
            text-align: center;
        }

        .cta-vybe__eyebrow {
            text-transform: uppercase;
            letter-spacing: 0.22em;
            font-size: 11px;
            color: #FF6100;
            margin-bottom: 14px;
        }

        .cta-vybe__title {
            font-size: 6.5em;
            font-weight: 800;
            color: #ffffff;
            margin-bottom: 10px;
        }

        .cta-vybe__subtitle {
            font-size: 2.5em;
            color: #f3f3f3;
            margin-bottom: 6px;
        }

        .cta-vybe__body {
            font-size: 15px;
            color: #b8b8b8;
            margin-bottom: 28px;
        }

        .cta-vybe__actions {
            display: flex;
            justify-content: center;
        }

        .cta-vybe__btn {
            background: linear-gradient(135deg, #FF6100, #ff8c3a);
            color: #000;
            border-radius: 999px;
            padding: 14px 32px;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.14em;
            border: none;
            position: relative;
            overflow: hidden;
            box-shadow: 0 14px 30px rgba(0, 0, 0, 0.8);
            transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
        }

        .cta-vybe__btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 1);
            background: linear-gradient(135deg, #ff8c3a, #FF6100);
        }

        .cta-vybe__btn .txt {
            position: relative;
            z-index: 1;
        }

        /* optional subtle glow ring */
        .cta-vybe__btn::before {
            content: "";
            position: absolute;
            inset: -40%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 55%);
            opacity: 0;
            transition: opacity 0.2s ease;
        }

        .cta-vybe__btn:hover::before {
            opacity: 1;
        }

        .cta-vybe__usp-line {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
            margin: 18px 0 10px;
        }

        .current a,
        .highlighted {
            color: #FF6100 !important;
        }

        .txtMedium {
            font-size: 2vw;
        }

        .rr-btn {
            
            text-align: center;
            border: 2px solid #FF6100;
        }

        .services-wrapper-5 a {
            display: block;
            text-decoration: none;
            color: inherit;
        }

        /* SERVICE BOX BASE */
        .services-wrapper-5 .service-box {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 24px;
            padding: 18px 0;
            transition: all .35s ease;
        }

        /* HOVER PE BOX EXPAND */
        .services-wrapper-5 .service-box:hover {
            padding: 30px 0;
            /* height badhegi */
        }

        /* CONTENT LEFT */
        .services-wrapper-5 .service-box .content {
            flex: 1;
        }

        /* TITLE – ALWAYS SINGLE LINE */
        .services-wrapper-5 .service-box .title {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        /* PARAGRAPH – DEFAULT ONE LINE */
        .services-wrapper-5 .service-box .text {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            transition: all .3s ease;
            margin-top: 4px;
        }

        /* HOVER PE FULL TEXT + SPACE */
        .services-wrapper-5 .service-box:hover .text {
            white-space: normal;
            overflow: visible;
            margin-top: 10px;
        }

        /* IMAGE RIGHT */
        .services-wrapper-5 .service-box .thumb {
            width: 300px;
            flex-shrink: 0;
            overflow: hidden;
            border-radius: 14px;
        }

        /* IMAGE BASE */
        .services-wrapper-5 .service-box .thumb img {
            width: 100%;
            height: auto;
            transition: transform .35s ease;
        }

        /* IMAGE HOVER – SLIGHT ZOOM + RIGHT MOVE */
        .services-wrapper-5 .service-box:hover .thumb img {
            transform: translateX(10px) scale(1.12);
        }

        /* MOBILE FIX */
        @media(max-width:768px) {
            .services-wrapper-5 .service-box {
                flex-direction: column;
                align-items: flex-start;
            }

            .services-wrapper-5 .service-box .title,
            .services-wrapper-5 .service-box .text {
                white-space: normal;
            }

            .services-wrapper-5 .service-box .thumb {
                width: 100%;
                margin-top: 12px;
            }
        }

        .bold {
            font-weight: bold !important;
        }

        .main-menu a.active {
            color: #fe6100;
            font-weight: 600;
        }

        .page-title-wrapper .page-title {
            font-size: 10rem;
        }



        /* MODAL CARD LOOK */
        .brochure-modal {
            border-radius: 18px;
            padding: 10px;
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
        }

        /* TITLE */
        .brochure-modal .modal-title {
            font-size: 18px;
            line-height: 1.4;
        }

        /* FORM FLOATING INPUT */
        .brochure-modal .form-control {
            border-radius: 12px;
            border: 1px solid #ddd;
            font-size: 14px;
        }

        .brochure-modal .form-control:focus {
            border-color: #ff6100;
            box-shadow: 0 0 0 0.15rem rgba(255, 97, 0, 0.25);
        }

        .btn-brochure {
            background: #111111;
            color: #fff;
        }

        .btn-brochure:hover {
            background: #111111;
            color: #fff;
        }
        .footer-area .subscription-text .text
        {
            max-width:350px !important;
        }
        .productivity-area .section-title span
        {
            color: #ff6100 !important;
        }
        .dark .approach-area .section-title span
        {
            color: #ff6100 !important;
        }
        .rr-btn .btn-wrap
        {
            line-height:25px;
            
        }
        .contact-area-contact-page .section-title
        {
            max-width:100% !important;
        }
      