 
        :root {
            --primary-font: "Raleway", sans-serif;
        }

        /* . {
            font-family: "Raleway", sans-serif;

        } */
        /* body {
            font-size: 1.2rem;
        } */

        .vertical-title-center {
            font-size: 156px;
            opacity: 0.1;
            color: #0000005c !important;
            -webkit-text-stroke-color: #919090;
            /* -webkit-text-stroke-width: 4px; */
            font-family: 'Raleway';
        }

        .alt-font {
            font-family: "Raleway", sans-serif;
        }

        .hdg-txt {
            font-size: 3rem;
            margin: 0;
            margin-bottom: 20px;
            /* padding: 1rem 0; */
            font-weight: 500;
            line-height: 1.2;
            /* letter-spacing: -0.02em; */
            /* text-align: left; */
            font-family: 'Aileron';
            font-weight: 700;
            /* font-family: "Playfair Display", serif; */
            ;
        }

        .text-grn {
            color: #b3cb1c;
        }

        .cnt-1 {
            background: #b3cb1c;
            padding: 1rem;
            color: #000000;
            border-radius: 30px;
            box-shadow: -1px 2px 20px 3px #e5e2e2;
            font-weight: 600;
            font-size: 1.3rem;
        }

        .cnt-1 ul {
            margin-bottom: 0;
            padding: 0;
        }

        .cnt-1 ul li p {
            margin-bottom: 0;
        }

        .cnt-1 ul li {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }

        .cnt-1 ul li i {
            font-size: 1rem;
            margin-right: 1rem;
        }

        /* .content .btn {
            margin-left: 5px;
            opacity: 0;
            animation: animate 1s ease-in-out 1.2s 1 forwards;
        } */

        #main-navbar:after {
            content: '';
            position: absolute;
            top: -20px;
            background: linear-gradient(180deg, #4b4b4b -40%, transparent 100%);
            width: 100%;
            height: 150%;
            left: 0;
            z-index: -1;
        }

        .newbtn {
            width: fit-content;
            cursor: pointer;
            font-weight: 700;
            transition: all 0.2s;
            padding: 12px 25px 12px 30px;
            border-radius: 100px;
            background: #b3cb1c;
            border: none;
            display: flex;
            align-items: center;
            font-size: 16px;
            font-family: 'Raleway', sans-serif;
            font-weight: 500;
            position: relative;
            overflow: hidden;
            transition: all 0.5s linear;
            margin: 0;
        }




        .h-100 {
            height: 100% !important;
        }


        .h1,
        h1 {

            font-size: 4.375rem;
        }

        .h4 {

            font-size: 2.375rem;

        }

        .outside-box-right-10 {
            margin-right: -10vw;
        }


        .ps-60px {
            padding-left: 60px !important;
        }

        .content.border-start.border-color-extra-medium-gray.ps-60px.ms-100px.lg-ps-30px.lg-ms-70px.position-relative.z-index-9.sm-ps-30px.sm-pe-30px.sm-ms-0.border-0.appear.anime-child.anime-complete.pt-100 .z-index-9 {
            z-index: 9;
        }

        .newbtn:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0%;
            height: 100%;
            background: #fff;
            z-index: 0;
            transition: all 0.5s linear;
            border-radius: 100px;

        }

        .newbtn:hover:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #fff;
            z-index: 0;
            transition: all 0.5s linear;

        }

        .newbtn:hover {
            background: #c4e201;
        }

        .newbtn>svg {
            width: 34px;
            margin-left: 10px;
            transition: transform 0.3s ease-in-out;
            z-index: 1;
        }

        .newbtn span {
            z-index: 1;
        }

        .newbtn:hover svg {
            transform: translateX(5px);
        }

        .newbtn:active {
            transform: scale(0.95);
        }

        .newbtn svg {
            width: 20px;
            z-index: 1;
            transform: rotate(180deg) translateX(0px);
            /* margin-left: 10px; */
        }

        .newbtn:hover svg {
            width: 20px;
            z-index: 1;
            transform: rotate(180deg) translateX(-5px);
            /* margin-left: 20px; */
            transition: all 0.5s linear;
        }

        .opacity-extra-medium {
            opacity: .5;
            z-index: 0;
            background: #161414;
        }

        .cln-sec:after {
            content: '';
            position: absolute;
            top: -25vh;
            right: 0;
            background-image: url('assets/images/demo-vertical-portfolio-bg-03.jpg');
            width: 100vh;
            height: 100vh;
            z-index: -1;
            /* background: #948888; */
            /* border-radius: 0 360% 900% 0%; */
            opacity: 0.04;
            background-size: cover;
        }



        /* extra */
        .blg1 {
            width: 100%;
            background: #fff;
            /* padding: 1rem; */
            border-radius: 30px;
            position: relative;
            overflow: hidden;
            height: 100%;
        }

        .blg-cnt {
            position: relative;
            z-index: 1;
        }

        .blg1:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 0%;
        }

        .blg-img {
            width: 100%;
            height: 220px;
            overflow: hidden;
            border-radius: 20px;
            margin-bottom: 2rem;
        }

        .blg-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 1s linear;
        }

        .newbtn span {
            z-index: 1;
        }

        .blg1:hover .blg-img img {
            transform: scale(1.2);
        }

        .blg1:hover:after {
            width: 100%;
            height: 100%;
            background: #b3cb1c;
            transition: all 1s linear;
            z-index: 0;
        }

        .mySwiper-blog .swiper-slide {
            height: auto;
        }

        .blg1:hover .newbtn {
            background-color: #fff;
        }

        .blog-swip .blog-swip-nav {
            width: 120px;
            position: relative;
        }

        .blog-swip .swiper-button-next {
            border-radius: 50%;
            /* border: 1px solid #ffffff; */
            background: #ffffff17;
            backdrop-filter: blur(1px);
            padding: 1rem 1.3rem;
            color: #ffffff;
        }

        .blog-swip .swiper-button-prev {
            border-radius: 50%;
            /* border: 1px solid #ffffff; */
            background: #ffffff17;
            backdrop-filter: blur(1px);
            padding: 1rem 1.3rem;
            color: #ffffff;
        }

        .blog-swip .swiper-button-next,
        .blog-swip .swiper-button-prev {
            position: absolute;
            top: var(--swiper-navigation-top-offset, 50%);
            width: calc(var(--swiper-navigation-size) / 44 * 27);
            height: var(--swiper-navigation-size);
            margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
            z-index: 10;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
        }

        /* extra */
    





    
        :root {
            --primary-font: "Raleway", sans-serif;
        }

        /* . {
            font-family: "Raleway", sans-serif;

        } */
        body {
            /* font-size: 1.2rem; */
            font-weight: 400;
        }

        .vertical-title-center {
            font-size: 156px;
            opacity: 0.1;
            color: #0000005c !important;
            -webkit-text-stroke-color: #919090;
            /* -webkit-text-stroke-width: 4px; */
            font-family: 'Raleway';
        }

        .alt-font {
            font-family: "Raleway", sans-serif;
        }

        .hdg-txt {
            font-size: 3rem;
            margin: 0;
            margin-bottom: 20px;
            /* padding: 1rem 0; */
            font-weight: 500;
            line-height: 1.2;
            /* letter-spacing: -0.02em; */
            /* text-align: left; */
            font-family: 'Aileron';
            font-weight: 700;
            /* font-family: "Playfair Display", serif; */
            ;
        }

        .text-grn {
            color: #b3cb1c;
        }

        .cnt-1 {
            background: #b3cb1c;
            padding: 1rem;
            color: #000000;
            border-radius: 30px;
            box-shadow: -1px 2px 20px 3px #e5e2e2;
            font-weight: 600;
            font-size: 1.3rem;
        }

        .cnt-1 ul {
            margin-bottom: 0;
            padding: 0;
        }

        .cnt-1 ul li p {
            margin-bottom: 0;
        }

        .cnt-1 ul li {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }

        .cnt-1 ul li i {
            font-size: 1rem;
            margin-right: 1rem;
        }

        /* .content .btn {
            margin-left: 5px;
            opacity: 0;
            animation: animate 1s ease-in-out 1.2s 1 forwards;
        } */



        .newbtn {
            width: fit-content;
            cursor: pointer;
            font-weight: 700;
            transition: all 0.2s;
            padding: 12px 25px 12px 30px;
            border-radius: 100px;
            background: #b3cb1c;
            border: none;
            display: flex;
            align-items: center;
            font-size: 16px;
            font-family: 'Raleway', sans-serif;
            font-weight: 500;
            position: relative;
            overflow: hidden;
            transition: all 0.5s linear;
        }

        .newbtn:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0%;
            height: 100%;
            background: #fff;
            z-index: 0;
            transition: all 0.5s linear;
            border-radius: 100px;

        }

        .newbtn:hover:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #fff;
            z-index: 0;
            transition: all 0.5s linear;

        }

        .newbtn:hover {
            background: #c4e201;
        }

        .newbtn>svg {
            width: 34px;
            margin-left: 10px;
            transition: transform 0.3s ease-in-out;
            z-index: 1;
        }

        .newbtn span {
            z-index: 1;
        }

        .newbtn:hover svg {
            transform: translateX(5px);
        }

        .newbtn:active {
            transform: scale(0.95);
        }

        .newbtn svg {
            width: 20px;
            z-index: 1;
            transform: rotate(180deg) translateX(0px);
            /* margin-left: 10px; */
        }

        .newbtn:hover svg {
            width: 20px;
            z-index: 1;
            transform: rotate(180deg) translateX(-5px);
            /* margin-left: 20px; */
            transition: all 0.5s linear;
        }

        .opacity-extra-medium {
            opacity: .5;
            z-index: 0;
            background: #161414;
        }

        .cln-sec:after {
            content: '';
            position: absolute;
            top: -25vh;
            right: 0;
            /*background-image: url(hvax-img/demo-vertical-portfolio-bg-03.jpg);*/
            width: 100vh;
            height: 100vh;
            z-index: -1;
            /* background: #948888; */
            /* border-radius: 0 360% 900% 0%; */
            opacity: 0.04;
            background-size: cover;
        }
    


    
        .carousel .list .item::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: #00000040;
        }

        .content {
            z-index: 9;
        }

        .fs-40 {
            font-size: 32px;
        }

        .vd1 {
            position: absolute;
            height: 100%;
            width: 100%;
            object-fit: cover;
            opacity: 0.07;
            /* background-attachment: fixed; */
            height: 160vh;
            z-index: -2;
            margin-top: -8vh;
        }

        .stats-section {
            background: transparent;
            position: relative;
            z-index: 3;
        }

        .latest-portfolio {
            border-radius: 50px 50px 0 0;
            margin-top: -50px;
            z-index: 100;
            position: relative;
            width: 100%;
        }

        .about-section {
            margin-top: -50px;
            /* background: #2d2d2d; */
            margin-bottom: -50px;
            padding: 120px 0 !important;
        }

        .product-section {
            overflow: hidden;
        }

        /* .gallery-item:not(.active) {} */









        .main-container {
            width: 1000px;
            height: 800px;
            position: relative;
            margin: auto;
        }

        #mainSvg svg {
            width: 80%;
            height: fit-content;
            overflow: visible;
            margin: 13% auto;
            display: block;
        }

        .bg-ring {
            fill: none;
            stroke-width: 1.4;
            stroke-linecap: round;
            transform: rotate(-180deg);
            transform-origin: 500px 300px;
        }

        .center-sphere {
            /* fill: #fff; */
            filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.1));
        }

        #slicesGroup {
            filter: drop-shadow(4px -5px 5px rgba(0, 0, 0, 0.4));
        }

        .slice-path {
            stroke-width: 5px;
            filter: drop-shadow(-3px -14px 15px rgba(0, 0, 0, 0.3));
        }

        .heading-num {
            font-size: 65px;
            font-weight: 900;
            fill: #735cff;
        }

        .heading-sub {
            font-size: 13px;
            font-weight: 700;
            fill: #5a548e;
            text-transform: uppercase;
        }

        .heading-main {
            font-size: 38px;
            font-weight: 900;
            fill: #3b3663;
            text-transform: uppercase;
        }

        .concept-title {
            font-size: 14px;
            fill: #777;
        }

        .concept-desc {
            font-size: 16px;
            fill: #777;
        }

        .slice-text-pct {
            font-size: 16px;
            font-weight: 700;
            fill: #fff;
            text-anchor: middle;
        }

        .slice-text-label {
            font-size: 32px;
            fill: #fff;
            text-anchor: middle;
            text-transform: uppercase;
            pointer-events: none;
        }


        /* Add this to your existing CSS */
        .concept-title,
        .concept-desc {
            transition: all 0.3s ease;
        }

        .highlight {
            /* fill: #b3cb1c !important; */
            fill: #000 !important;
            /* Matches your main theme color */
            font-weight: 600;
            font-size: 16px;
            /* Slightly larger for emphasis */
            /* text-decoration: underline; */
        }

        .center-sphere {
            stroke: #b1c91e;
            stroke-width: 2;
            filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.15));
        }

        .bg-ring {
            transition: stroke-width 0.3s ease, opacity 0.3s ease;
            /* opacity: 0.6; */
        }








        #quizOverlay {
            display: none;
        }


        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 99;
        }

        .popup-container {
            width: 60%;
            height: 65%;
            background: white;
            display: flex;
            position: relative;
            border-radius: 30px;
            overflow: hidden;
        }

        /* Left Section - HVAX Professional Theme */
        .image-section {
            flex: 1;
            background: radial-gradient(circle at top left, #0a2e5c 0%, #04142a 100%);
            /* Pharma Blue Gradient */
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        /* Add a subtle grid/dot pattern for a "blueprint" tech feel */
        .tech-dots {
            position: absolute;
            width: 100%;
            height: 100%;
            background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
            background-size: 30px 30px;
            opacity: 0.5;
        }

        /* Subtle glowing tech circle behind the image */
        .tech-circle {
            position: absolute;
            width: 400px;
            height: 400px;
            background: rgba(255, 96, 46, 0.1);
            /* Subtle hint of your orange */
            filter: blur(80px);
            border-radius: 50%;
        }

        .image-wrapper {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 2;
            width: 100%;
        }

        .image-section img {
            width: 80%;
            filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
            transition: transform 0.5s ease;
        }

        .image-section:hover img {
            transform: scale(1.05);
            /* Soft zoom effect */
        }

        /* The "Concept to Commissioning" Floating Badge */
        .experience-badge {
            position: absolute;
            bottom: 40px;
            left: 16px;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            padding: 15px 20px;
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: white;
            text-align: left;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        .badge-number {
            display: block;
            font-size: 14px;
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .badge-text {
            display: block;
            font-size: 18px;
            font-weight: 700;
            color: #b3cb1c;
            /* Using your orange for the keyword */
        }

        /* Close Button */
        .close-btn {
            position: absolute;
            right: 20px;
            top: 15px;
            background: none;
            border: none;
            font-size: 46px;
            cursor: pointer;
            color: #999;
            z-index: 10;
        }

        /* Left Section */
        .image-section {
            flex: 1;
            background-image: linear-gradient(45deg, #000000 41%, #B3CB1C 178%,
                    /* Dark transition color to blend black and lime */
                    #B3CB1D 313%,
                    /* Your Lime Green */
                    #000000 123%);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50%;
        }

        .image-section img {
            width: 85%;
        }

        /* Right Section */
        .content-section {
            flex: 1;
            padding: 60px 40px;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: auto;
            width: 50%;
        }

        .step {
            display: none;
            text-align: center;
            height: 100%;
        }

        .step.active {
            display: flex;
            width: auto;
            flex-direction: column;
            align-items: center;
            background: white;
            border-radius: 32px;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03), 0 30px 80px -10px rgba(0, 0, 0, 0.12), 0 10px 30px -10px rgb(179 203 28 / 19%);
            padding: 50px;
        }

        /* Progress Bar */
        .progress-bar-container {
            width: 33%;
            height: 4px;
            background: #eee;
            margin-bottom: 40px;
            position: absolute;
            top: 50px;
            left: auto;
        }

        .progress-bar {
            height: 100%;
            background: #b3cb1c;
            transition: 0.3s;
            border-radius: 20px;
        }

        /* Typography & Buttons */
        .overlay h1 {
            font-size: 32px;
            margin-bottom: 15px;
            color: #111;
        }

        .overlay h2 {
            font-size: 24px;
            margin-bottom: 30px;
        }

        .quiz-label {
            color: #b3cb1c;
            font-size: 12px;
            font-weight: bold;
            letter-spacing: 1px;
            margin-bottom: 10px;
        }

        .description {
            color: #666;
            margin-bottom: 30px;
            font-size: 16px;
        }

        .primary-btn {
            background: #b3cb1c;
            color: white;
            border: none;
            padding: 15px 40px;
            border-radius: 8px;
            font-size: 16px;
            cursor: pointer;
            width: 100%;
            transition: 0.2s;
        }

        .primary-btn:hover {
            background: #829603;
        }

        .option-btn {
            width: 48%;
            padding: 12px;
            margin-bottom: 0px;
            border: 2px solid #efefef;
            background: #fafafa;
            border-radius: 8px;
            cursor: pointer;
            font-size: 14px;
        }

        .reveal-wrapper p {
            color: white;
        }

        /* .option-btn:hover {
  background: #f0f0f0;
  border-color: #ccc;
} */
        .option-btn:hover {
            /* background: #b3cb1c; */
            border-color: #b3cb1c;
            /* color: #fff; */
        }

        .email-input {
            width: 100%;
            padding: 15px;
            border: 1px solid #ccc;
            border-radius: 8px;
            margin-bottom: 20px;
        }

        .footer-text {
            font-size: 11px;
            color: #999;
            margin-top: 20px;
        }

        .footer-text a {
            color: #999;
        }

        /* Navigation Styling */
        .quiz-navigation {
            display: flex;
            justify-content: flex-start;
            width: 100%;
            margin-top: 20px;
            background-color: #b3cb1c;
            color: #FFF;
            border-radius: 8px;
            width: fit-content;
            padding: 2px 20px;
            text-decoration: none;
        }

        .nav-btn {
            background: none;
            border: none;
            cursor: pointer;
            font-weight: 600;
            text-decoration: none;
            padding: 10px;
            color: #FFF;
        }

        .quiz-options {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .quiz-steps-container {
            width: 50%;
        }

        .overlay .image-wrapper {
            background: transparent;
        }

        .stack-title-fix {
            text-align: left;
            /* line-height: 1.25 !important; */
            text-decoration: none !important;
            text-shadow: none !important;
            -webkit-text-stroke: 0 !important;
        }

        .stack-box .stack-title-fix {
            font-size: 2rem;
            line-height: normal !important;
        }

        @media (min-width: 1200px) {
            .stack-box.stack-box-two {
                height: 200vh;
            }
        }

        @media (min-width: 1200px) {
            .stack-box .cnt-1 {
                font-size: 1.1rem;
                padding: 0.85rem 1rem;
            }

            .stack-box .cnt-1 ul li {
                margin-bottom: 8px;
                align-items: flex-start;
            }

            .stack-box .cnt-1 ul li i {
                margin-top: 7px;
            }

            .stack-box .cnt-1 ul li p {
                line-height: 1.35;
            }
        }

        /* Gap analysis section fixes */
        .gapanalysis-hero {
            padding: 120px 0 180px;
            overflow: visible;
            margin-top: -50px;
        }

        .gapanalysis-hero .intro-main-img {
            max-width: 520px;
            margin-left: auto;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
        }

        .gapanalysis-hero .intro-main-img img {
            width: 100%;
            height: 390px;
            object-fit: cover;
            display: block;
        }

        .gapanalysis-hero .intro-floating-img {
            position: absolute;
            left: -60px;
            bottom: -70px;
            width: 62%;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
            z-index: 3;
        }

        .gapanalysis-hero .intro-floating-img img {
            width: 100%;
            height: 240px;
            object-fit: cover;
            display: block;
        }

        .gapanalysis-hero .intro-content {
            padding-top: 24px;
        }

        .gapanalysis-insights {
            border-radius: 50px 50px 0 0;
            padding: 85px 0 135px;
            margin-top: -50px;
        }

        .gapanalysis-insights .insight-collage {
            margin-top: 20px;
        }

        .gapanalysis-insights .insight-collage img {
            border-radius: 12px;
            width: 100%;
            object-fit: cover;
        }

        .gapanalysis-insights .insight-collage .box-shadow-quadruple-large {
            box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
        }

        @media (max-width: 1199px) {
            .gapanalysis-hero .intro-floating-img {
                left: -25px;
                width: 64%;
            }
        }


        @media (max-width:767px) {
            .gapanalysis-hero .intro-main-img img {
                height: 260px;
            }

            .gapanalysis-hero .intro-floating-img {
                position: relative;
                left: 0;
                bottom: 0;
                width: 85%;
                margin-top: 18px;
            }

            .gapanalysis-hero .intro-floating-img img {
                height: 190px;
            }

            .gapanalysis-hero .intro-content {
                padding-top: 28px;
            }

            .gapanalysis-insights {
                border-radius: 26px 26px 0 0;
                padding: 50px 0 60px;
            }

            .quiz-steps-container {
                width: 100%;
            }

            .content-section {
                padding: 20px 10px;
            }

            .popup-container {
                width: 90%;
                height: 80%;
                flex-direction: column;
            }

            .image-section {
                width: 100%;
            }

            .step.active {
                padding: 20px;
            }

            .opacity-1 {
                opacity: 1;
            }

            .sm-ps-30px {
                padding-left: 20px !important;
            }

            .sm-pe-30px {
                padding-right: 20px !important;
            }

            .cnt-1 {
                font-size: 16px;
            }

            .lg-pt-8 {
                padding-top: 28% !important;
            }

            .md-pb-0 {
                padding-bottom: 80px !important;
            }

            .md-pt-0 {
                padding-top: 100px !important;
            }

            .mySwiper-blog {
                height: auto;
            }

            .banner-slider {
                border-radius: 0px 0px 50px 50px;
            }

            .navbar-content {
                width: 100%;
                display: flex;
                justify-content: end;
            }
        }

        @media (max-width: 991px) and (min-width: 768px) {
            .gapanalysis-hero {
                padding: 55px 0 70px;
            }

            .gapanalysis-hero .intro-main-img {
                max-width: 100%;
            }

            .gapanalysis-hero .intro-main-img img {
                height: 340px;
            }

            .gapanalysis-hero .intro-floating-img {
                position: relative;
                left: 0;
                bottom: 0;
                width: 70%;
                margin-top: 18px;
            }

            .gapanalysis-hero .intro-content {
                padding-top: 32px;
            }

            .gapanalysis-insights {
                border-radius: 36px 36px 0 0;
                padding: 70px 0 120px;
            }


        }
    