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

        .content {
            z-index: 1;
        }

        .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;
            padding: 60px 0;
            padding-top: 20px;
        }

        .latest-portfolio {
            z-index: 3;
        }

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

        .product-section {
            overflow: hidden;
        }

        button.btn.btn-shadow-2.questsub {
            box-shadow: none;
        }

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

        .portfolio-gallery .gallery-item {
            text-decoration: none;
            color: inherit;
            display: block;
        }

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

       

        /* Add this to your existing CSS */
        .concept-title,
        .concept-desc {
            transition: all 0.3s ease;
        }
        .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;
        }


        #quizOverlay {
            display: none;
        }


        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 24px;
            background: rgba(0, 0, 0, 0.8);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 99999;
            backdrop-filter: blur(6px);
            box-sizing: border-box;
        }

        .popup-container {
            width: min(1120px, 88vw);
            height: min(80vh, 820px);
            background: linear-gradient(135deg, #ffffff 0%, #f7f9f1 100%);
            display: flex;
            position: relative;
            border-radius: 30px;
            overflow: hidden;
            box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
        }

        /* 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%;
            padding: 0;
            margin: 0;
            background: transparent;
        }

        .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;
            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);
            max-width: min(82%, 320px);
        }

        .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: 18px;
            width: 40px;
            height: 39px;
            background: rgba(255, 255, 255, 0.92);
            border: 1px solid rgba(0, 0, 0, 0.08);
            border-radius: 50%;
            font-size: 30px;
            line-height: 1;
            cursor: pointer;
            color: #4b4b4b;
            z-index: 10;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
            transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
        }

        .close-btn:hover {
            background: #b3cb1c;
            color: #111;
        }

        /* 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: 26px;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: auto;
            width: 50%;
            min-height: 0;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(244, 246, 237, 0.98) 100%);
        }

        /* Keep quiz image fully visible inside the popup form */
        #quizOverlay .image-section .image-wrapper {
            width: 100%;
            height: 100%;
            padding: 20px;
        }

        #quizOverlay .image-section img {
            width: 75%;
            max-height: 100%;
            height: auto;
            object-fit: contain;
            filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
            transition: transform 0.5s ease, filter 0.35s ease, opacity 0.35s ease;
            transform-origin: center;
            border-radius: 25px;
        }

        #quizOverlay .image-section .image-wrapper {
            isolation: isolate;
        }

        #quizOverlay .image-section .image-fx-frame,
        #quizOverlay .image-section .image-fx-scan {
            position: absolute;
            pointer-events: none;
            z-index: 3;
            opacity: 0;
        }

        #quizOverlay .image-section .image-fx-frame {
            display: none;
        }

        #quizOverlay .image-section .image-fx-scan {
            left: 12%;
            right: 12%;
            top: 50%;
            height: 3px;
            background: linear-gradient(90deg, transparent, rgba(179, 203, 28, 0.95), transparent);
            box-shadow: 0 0 18px rgba(179, 203, 28, 0.55);
        }

        #quizOverlay .image-section.is-animating img {
            animation: quizImageFadePulse 0.68s cubic-bezier(0.22, 1, 0.36, 1);
        }

        #quizOverlay .image-section.is-animating .tech-circle {
            animation: quizCirclePulse 0.68s ease;
        }

        #quizOverlay .image-section.is-animating .image-fx-scan {
            animation: quizScanSweep 0.68s ease;
        }

        @keyframes quizImageFadePulse {
            0% {
                opacity: 0;
                transform: scale(0.94);
                filter: drop-shadow(0 0 0 rgba(179, 203, 28, 0)) brightness(0.9);
            }

            35% {
                opacity: 0.45;
                transform: scale(0.985);
                filter: drop-shadow(0 0 22px rgba(179, 203, 28, 0.28)) brightness(1.02);
            }

            70% {
                opacity: 1;
                transform: scale(1.015);
                filter: drop-shadow(0 0 34px rgba(179, 203, 28, 0.24)) brightness(1.06);
            }

            100% {
                opacity: 1;
                transform: scale(1);
                filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
            }
        }

        @keyframes quizCirclePulse {
            0% {
                transform: scale(0.9);
                opacity: 0.15;
            }

            50% {
                transform: scale(1.04);
                opacity: 0.7;
            }

            100% {
                transform: scale(1);
                opacity: 0.45;
            }
        }

        @keyframes quizScanSweep {
            0% {
                opacity: 0;
                transform: translateY(-90px) scaleX(0.9);
            }

            30% {
                opacity: 0.95;
            }

            100% {
                opacity: 0;
                transform: translateY(90px) scaleX(1.03);
            }
        }

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

        .step.active {
            display: flex;
            width: 100%;
            flex-direction: column;
            align-items: stretch;
            justify-content: 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;
            overflow-y: auto;
            scrollbar-width: thin;
            position: relative;
            gap: 14px;
        }

        /* Progress Bar */
        .progress-bar-container {
            width: 100%;
            height: 8px;
            background: #edf0e4;
            margin-bottom: 6px;
            position: relative;
            border-radius: 999px;
            overflow: hidden;
        }

        .progress-bar {
            height: 100%;
            background: #b3cb1c;
            transition: 0.3s;
            border-radius: 999px;
            box-shadow: 0 0 18px rgba(179, 203, 28, 0.35);
        }

        /* Typography & Buttons */
        .overlay h1 {
            font-size: 34px;
            margin-bottom: 6px;
            color: #111;
            text-align: left;
            line-height: 1.12;
            max-width: 100%;
        }

        .about-main-heading {
            font-family: 'Raleway', sans-serif;
            text-transform: uppercase;
            line-height: 1;
            margin-bottom: 30px;
        }

        .about-main-heading .line-1 {
            display: block;
            font-size: clamp(34px, 3.6vw, 58px);
            font-weight: 700;
            letter-spacing: 0.055em;
            color: #000 !important;
            font-size: 2.4rem;
        }

        .about-main-heading .line-2 {
            display: block;
            margin-top: 10px;
            font-size: clamp(18px, 2.35vw, 38px);
            font-weight: 400;
            letter-spacing: 2.5px;
            color: #666666 !important;
            font-size: 1.4rem;

        }

        .overlay h2 {
            font-size: 25px;
            margin-bottom: 10px;
            line-height: 1.35;
            text-align: left;
            color: #111;
        }

        .quiz-label {
            color: #b3cb1c;
            font-size: 11px;
            font-weight: bold;
            letter-spacing: 1.8px;
            margin-bottom: 0;
            text-align: left;
            text-transform: uppercase;
        }

        .description {
            color: #5e6456;
            margin-bottom: 18px;
            font-size: 16px;
            text-align: left;
            max-width: 44ch;
        }

        .primary-btn {
            background: linear-gradient(135deg, #b3cb1c 0%, #8ea60f 100%);
            color: white;
            border: none;
            padding: 16px 24px;
            border-radius: 14px;
            font-size: 16px;
            font-weight: 700;
            letter-spacing: 0.02em;
            cursor: pointer;
            width: 100%;
            transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
            box-shadow: 0 18px 30px rgba(142, 166, 15, 0.24);
        }

        .primary-btn:hover {
            background: linear-gradient(135deg, #c0d82b 0%, #92ab10 100%);
            transform: translateY(-1px);
            box-shadow: 0 22px 36px rgba(142, 166, 15, 0.28);
        }

        .option-btn {
            width: 100%;
            min-height: 56px;
            padding: 14px 16px;
            margin-bottom: 0px;
            border: 1px solid #dde3d0;
            background: linear-gradient(180deg, #ffffff 0%, #f7f8f3 100%);
            border-radius: 14px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.4;
            text-align: left;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
            box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
        }

        .reveal-wrapper p {
            color: white;
        }

        .reveal-wrapper {
            margin-top: 55px;
        }

        /* .option-btn:hover {
  background: #f0f0f0;
  border-color: #ccc;
} */
        .option-btn:hover {
            border-color: #b3cb1c;
            background: linear-gradient(180deg, #ffffff 0%, #f1f7da 100%);
            transform: translateY(-2px);
            box-shadow: 0 14px 24px rgba(179, 203, 28, 0.14);
        }

        .email-input {
            width: 100%;
            padding: 15px 16px;
            border: 1px solid #cfd5c2;
            border-radius: 14px;
            margin-bottom: 8px;
            background: rgba(255, 255, 255, 0.92);
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
        }

        .email-input:focus {
            outline: none;
            border-color: #b3cb1c;
            box-shadow: 0 0 0 4px rgba(179, 203, 28, 0.14);
        }

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

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

        /* Navigation Styling */
        .quiz-navigation {
            display: flex;
            justify-content: center;
            margin-top: 20px;
            background-color: #f3f6e8;
            color: #43510f;
            border-radius: 999px;
            width: fit-content;
            padding: 2px 16px;
            text-decoration: none;
            border: 1px solid #dde6c0;
            align-self: center;
        }

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

        .step-counter {
            align-self: flex-start;
            margin: 0;
            padding: 7px 12px;
            border-radius: 999px;
            background: #f3f6e8;
            border: 1px solid #dde6c0;
            color: #5c6918;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.08em;
        }

        .quiz-options {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
            width: 100%;
        }

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

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

        .col-lg-6.col-md-12 {
            width: 100%;
        }

        .start-para {
            text-align: justify;
        }

        .our-team {
            margin-top: -105px;
            position: relative;
            z-index: 2;
        }

        .contact-section {
            margin-top: 0px;
        }

        .abt-card {
            height: 138px;
        }

        .abt-card h3 {
            font-size: 20px;
            font-family: 'Raleway', sans-serif;
            margin-bottom: 0px;
        }

        @media (max-width: 1440px) {
            .popup-container{
                height: min(84vh, 840px);
            }
        }
        @media (max-width: 1024px) {
            .popup-container{
                width: 85%;
                height: min(82vh, 820px);
            }

            .step.active {
                padding: 34px 28px;
            }
                
        }


        @media (max-width:767px) {
            .overlay {
                inset: 0;
                padding: 12px;
                align-items: flex-start;
                overflow: hidden;
            }

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

            .content-section {
                padding: 14px;
                min-height: 0;
            }

            .popup-container {
                width: min(92vw, 420px);
                height: calc(100dvh - 24px);
                max-height: calc(100dvh - 24px);
                flex-direction: column;
                border-radius: 24px;
                overflow: hidden;
                margin: 0 auto;
            }

            .image-section {
                width: 100%;
                min-height: 270px;
                padding: 18px 16px 12px;
                flex: 0 0 auto;
            }

            #quizOverlay .image-section .image-wrapper {
                width: 100%;
                max-width: 340px;
                min-height: 220px;
                aspect-ratio: 4 / 3;
                margin: 0 auto;
                padding: 0;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            #quizOverlay .image-section img {
                width: 100%;
                height: 100%;
                max-height: none;
                object-fit: cover;
                object-position: center;
                border-radius: 20px;
            }

            .experience-badge {
                bottom: 14px;
                left: 50%;
                transform: translateX(-50%);
                width: calc(100% - 32px);
                max-width: 270px;
                padding: 12px 14px;
                border-radius: 14px;
            }

            .badge-number {
                font-size: 11px;
            }

            .badge-text {
                font-size: 16px;
            }

            .step.active {
                padding: 56px 16px 18px;
                border-radius: 22px;
                min-height: 100%;
                gap: 12px;
                justify-content: flex-start;
                overflow-y: auto;
                -webkit-overflow-scrolling: touch;
            }

            .progress-bar-container {
                width: 100%;
                margin-bottom: 4px;
            }

            .overlay h1 {
                font-size: 26px;
                line-height: 1.2;
                max-width: none;
            }

            .overlay h2 {
                font-size: 21px;
                line-height: 1.3;
                margin-bottom: 8px;
            }

            .description {
                font-size: 14px;
                margin-bottom: 14px;
            }

            .quiz-options {
                grid-template-columns: 1fr;
                gap: 8px;
            }

            .option-btn {
                width: 100%;
                font-size: 14px;
                padding: 13px 12px;
            }

            .primary-btn,
            .email-input {
                min-height: 50px;
            }

            .close-btn {
                top: 8px;
                right: 14px;
                width: 40px;
                height: 40px;
                font-size: 28px;
                z-index: 999;
                color: #000;
            }


            .abt-card {
                height: 180px;
            }

        }

        @media (max-width:480px) {
            .popup-container {
                width: calc(100vw - 20px);
                height: calc(100dvh - 20px);
                max-height: calc(100dvh - 20px);
            }

            .image-section {
                min-height: 245px;
                padding: 16px 12px 10px;
            }

            #quizOverlay .image-section .image-wrapper {
                max-width: 100%;
                min-height: 205px;
            }

            .step.active {
                padding: 54px 14px 16px;
            }

            .progress-bar-container {
                width: 100%;
            }

            .option-btn {
                min-height: 52px;
                font-size: 13px;
            }
        }

        body {
            font-family: 'Raleway', 'sans-serif';
            background: #000;
            color: #2b2b2b;
        }

        .hquest {
            /* padding: 70px 0;
            background: transparent; */
            background: transparent;
            border-radius: 50px;
            margin-bottom: -60px;
        }

        #questionaire .questbg {
            background: #0d0d0d;
            border-radius: 50px;
            box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
            padding: 55px 44px;
            background-image: url(../images/Perodic_table.webp);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            position: relative;
            overflow: hidden;
            isolation: isolate;
            --question-torch-x: 50%;
            --question-torch-y: 50%;
        }

        #questionaire .questbg::before {
            content: '';
            position: absolute;
            inset: 0;
            pointer-events: none;
            z-index: 0;
            background: rgba(0, 0, 0, 0.15);
            clip-path: inset(0 0 0 10%);
        }

        #questionaire .questbg::after {
            content: '';
            position: absolute;
            inset: 0;
            pointer-events: none;
            z-index: 0;
            opacity: 1;
            transition: opacity 0.18s ease;
            background-image: url(../images/Perodic_table.webp);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            filter: grayscale(100%) brightness(4.9) contrast(2.9) drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
            mix-blend-mode: screen;
            clip-path: inset(0 0 0 10%);
            -webkit-mask-image: radial-gradient(340px circle at var(--question-torch-x) var(--question-torch-y),
                    rgba(255, 255, 255, 1) 0%,
                    rgba(255, 255, 255, 1) 24%,
                    rgba(255, 255, 255, 0.9) 36%,
                    rgba(255, 255, 255, 0) 50%);
            mask-image: radial-gradient(340px circle at var(--question-torch-x) var(--question-torch-y),
                    rgba(255, 255, 255, 1) 0%,
                    rgba(255, 255, 255, 1) 24%,
                    rgba(255, 255, 255, 0.9) 36%,
                    rgba(255, 255, 255, 0) 50%);
        }

        #questionaire .questbg:not(.torch-active)::after {
            opacity: 0;
        }

        #questionaire .questbg:hover::after,
        #questionaire .questbg.torch-active::after {
            opacity: 1;
        }

        #questionaire .questbg>* {
            position: relative;
            z-index: 1;
        }

        #questionaire .questbg,
        #questionaire .questbg h3,
        #questionaire .questbg h5,
        #questionaire .questbg p,
        #questionaire .questbg small {
            color: #f1f1f1;
        }

        .quest-bg-bulb {
            display: block;
            width: 80%;
            max-width: 320px;
            height: auto;
            margin: 10px auto 0;
        }

        .grid__title {
            margin-top: 0;
            font-weight: 500;
            font-size: 2rem;
            text-transform: uppercase;
            line-height: 1.3;
            color: #bdbdbd;
        }

        .grid__text {
            margin-bottom: 26px;
            color: #777;
            font-size: 15px;
            line-height: 1.6;
        }

        .questionaire {
            background-color: transparent;

            /* padding-bottom: 7.1em; */
            margin: 0 !important;
            display: none;
            min-height: 300px;
        }

        .questionaire.active {
            display: block;
        }

        #questionaire .questbg .row {
            min-height: 560px;
        }

        @media (max-width: 991px) {
            #questionaire .questbg .row {
                min-height: auto;
            }

            .questionaire {
                min-height: 0;
            }
        }

        .boxed {
            list-style: none;
            padding-left: 0;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            grid-gap: 10px 12px;
            margin: 14px 0 24px;
        }

        .boxed li label {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 8px 14px;
            border: 1px solid #b7cd28;
            border-radius: 2px;
            cursor: pointer;
            transition: all 0.2s ease;
            background: #fff;
            color: #f1f1f1;
            background: #111;
            width: 100%;
            min-height: 64px;
            line-height: 1.2;
            text-align: center;
            border-radius: 15px;
        }

        .boxed li input {
            display: none;
        }

        .boxed li input:checked+label {
            background: #b7cd28;
            color: #111;
            border-color: #b7cd28;
        }

        .btn.btn-shadow-2 {
            background: #8aa10b;
            color: #fff;
            border-radius: 20px;
            padding: 9px 22px;
            border: none;
            box-shadow: 0 8px 16px rgba(138, 161, 11, 0.25);
        }

        .modal-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .modal-title {
            margin: 0;
        }

        .questionModal .modal-header {
            background: #d9d9d9;
        }

        .questionModal .modal-header .btn-close {
            color: #fff;
            opacity: 1;
            font-size: 22px;
            background: #a3c100;
            padding: 2px 8px;
            border-radius: 2px;
        }

        .boxed label {
            display: inline-block;
            width: auto;
            padding: 5px 15px;
            border: solid 1px #b0cb1f;
            transition: all 0.3s;
            text-align: center;
            /* border-radius: 50px; */
            transition: all 0.3s;
            font-weight: 500;
            color: #0f100e;
            max-width: 100%;
            margin-bottom: 5px;
        }

        .boxed li {
            display: block;
            width: 100%;
            margin: 0;
        }

        .boxed input[type="checkbox"],
        .boxed input[type="radio"] {
            display: none;
        }

        .boxed input[type="checkbox"]:checked+label,
        .boxed input[type="radio"]:checked+label {
            border: solid 1px #b0cb1f;
            background-color: #b0cb1f;
            color: #fff;
        }

        .boxed label:hover {
            background-color: #B0CB1F;
            border: solid 1px #B0CB1F;
            cursor: pointer;
            color: #fff;
        }

        .modal-header .btn-close:focus {
            box-shadow: none;
        }

        .modal-header .btn-close {
            margin-top: -10px;

            font-size: 40px;
            background-color: #b0cb1f;
            opacity: 1;
            width: 32px;
            height: 32px;
            border-radius: 2px;
            padding: 0;


        }

        .modal-title {
            font-size: 22px;
        }

        .modal-body {
            padding: 30px 55px;
        }

        .clients-list {
            padding: 0 15em;
        }

        .icon-next {
            position: relative;
            top: -.1em;
            margin-left: .6em;
            vertical-align: middle;

        }

        .modal.btn-close {
            position: absolute;
            top: 0px;
            right: 0px;
            background-color: #b0cb1f;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-shadow: none;
            opacity: 1;
            color: #fff;
            z-index: 9;
        }

        .icon-next {
            display: inline-block;
            width: .94em;
            height: .75em;
            background: url(assets/images/next.png) 0 0 no-repeat;
            background-size: .94em .75em;
        }

        button.btn-close {
            padding: 0;
            cursor: pointer;
            background: transparent;
            border: 0;
            -webkit-appearance: none;
        }

        .questionaire ul {
            margin: 20px 0;
        }

        ul {
            list-style: none;
            padding-left: 0;
        }

        .questionModal .form-group {
            margin-bottom: 18px;
        }

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

        #testimonial-heading-title {
            text-align: center !important;
        }


        .testimonial-heading-wrap {
            width: 100%;
            margin: 0;
            display: block;
            background: black;
            align-items: center;
            justify-content: center;
            gap: 0;
            border-radius: 50px 50px 0 0;
            margin-bottom: -50px;
            text-align: center;
            padding: 5rem;
            z-index: 1;
            position: relative;
        }

        .testimonial-section {
            display: flex;
            background-color: #111111;
            height: 900px;
            border-radius: 50px;
            overflow: hidden;
            width: 100%;
            margin: 0 auto 0px;
            padding: 0px 0;
            margin-bottom: -90px;
            position: unset;
            z-index: 0;
        }

        .testimonial-heading-wrap,
        .testimonial-heading-wrap *,
        .testimonial-section,
        .testimonial-section *,
        .image-popup-modal,
        .image-popup-modal * {
            font-family: 'Raleway', sans-serif !important;
        }

        .image-grid {
            position: relative;
            z-index: 0;
        }

        .image-grid:before {
            content: '';
            position: absolute;
            bottom: 0px;
            left: 0;
            width: 100%;
            height: 50%;
            background: linear-gradient(0deg, black 18%, transparent 55%);
            z-index: 3;
            pointer-events: none;
        }

        .image-grid:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 30%;
            background: linear-gradient(181deg, black 10%, transparent 50%);
            pointer-events: none;
        }

        .turnkey3-section {
            background: #f4f4f4;
            padding-left: 16px;
            padding-right: 16px;
        }

        .turnkey3-container {
            --turnkey3-primary-green: #6e8c3e;
            --turnkey3-dark-green: #2f4f23;
            --turnkey3-light-green: #9ebd4d;
            --turnkey3-white: #ffffff;
            position: relative;
            width: min(900px, 100%);
            min-height: 820px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            color: #333;
            font-family: 'Raleway', sans-serif;
        }

        .turnkey3-header-text {
            position: absolute;
            top: 8px;
            left: 0;
            right: 0;
            text-align: center;
            z-index: 5;
        }

        .turnkey3-title {
            font-size: 3rem;
            color: var(--turnkey3-dark-green);
            text-transform: uppercase;
            letter-spacing: 2px;
            margin: 0;
            font-weight: 700;

        }

        .turnkey3-subtitle {
            font-size: 1rem;
            color: #5e5e5e;
            font-weight: 500;
            margin-top: 5px;
        }

        .turnkey3-svg {
            width: min(860px, 100%);
            height: min(860px, 100vw);
            filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
            transform: translateY(20px);
            overflow: visible;
        }

        .turnkey3-segment-group {
            cursor: pointer;
            transform-origin: 400px 400px;
            opacity: 0;
            animation: turnkey3-segment-reveal 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
            transition: transform 0.25s ease;
        }

        .turnkey3-segment-path {
            stroke: var(--turnkey3-white);
            stroke-width: 2;
            transition: filter 0.3s ease;
        }

        .turnkey3-segment-group:hover .turnkey3-segment-path {
            filter: brightness(1.08);
        }

        .turnkey3-icon-bg {
            fill: rgba(255, 255, 255, 0.2);
            transition: fill 0.3s;
        }

        .turnkey3-segment-group:hover .turnkey3-icon-bg {
            fill: rgba(255, 255, 255, 0.4);
        }

        .turnkey3-center-circle {
            fill: #FFF;
            stroke: #ddd;
            stroke-width: 1;
        }

        .turnkey3-center-image {
            transition: none;
            /* We will use GSAP instead */
            pointer-events: none;
            transform-origin: center;
            /* Essential for scaling */
        }

        .turnkey3-center-text-main {
            font-size: 20px;
            font-weight: 700;
            fill: var(--turnkey3-dark-green);
            text-transform: uppercase;
            text-anchor: middle;
            display: none;
            /* Hidden as we use image now */
        }

        .turnkey3-outer-label {
            font-size: 16px;
            font-weight: 800;
            fill: var(--turnkey3-dark-green);
            pointer-events: none;
            text-transform: uppercase;
            transition: fill 0.3s ease;
        }

        .turnkey3-footer-text {
            position: absolute;
            bottom: 8px;
            text-align: center;
            color: #5f5f5f;
            font-size: 0.9rem;
            max-width: 640px;
            line-height: 1.4;
        }

        .turnkey3-footer-text strong {
            color: var(--turnkey3-dark-green);
            font-weight: 700;
        }

        .turnkey3-rotating-group {
            transform-origin: 400px 400px;
            animation: turnkey3-spin360 45s linear infinite;
        }

        .turnkey3-rotating-ring {
            fill: none;
            stroke: #5c7a2e;
            stroke-width: 1.5;
            opacity: 0.6;
            stroke-dasharray: 4 8;
            filter: drop-shadow(0 0 2px rgba(110, 140, 62, 0.3));
        }

        .turnkey3-satellite-dot {
            fill: #fff;
            stroke: var(--turnkey3-primary-green);
            stroke-width: 3;
            filter: drop-shadow(0 0 8px rgba(132, 189, 0, 1));
        }

        #turnkey3-outer-rotators,
        #turnkey3-labels-container {
            opacity: 0;
            animation: turnkey3-fadein 1s ease-out forwards;
            animation-delay: 1.1s;
        }

        @keyframes turnkey3-segment-reveal {
            from {
                opacity: 0;
                transform: scale(0.86);
            }

            to {
                opacity: 1;
                transform: scale(1);
            }
        }

        @keyframes turnkey3-fadein {
            to {
                opacity: 1;
            }
        }

        @keyframes turnkey3-spin360 {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }

        @media (max-width: 768px) {
            .turnkey3-container {
                min-height: 560px;
            }

            .turnkey3-svg {
                transform: translateY(8px);
            }

            .turnkey3-outer-label {
                font-size: 13px;
            }

            .turnkey3-subtitle {
                font-size: 0.85rem;
            }

            .turnkey3-footer-text {
                position: static;
                margin-top: 10px;
                font-size: 0.78rem;
            }

            .latest-portfolio {
                overflow: hidden;
                padding: 20px 20px 30px;
                padding-top: 10px;

            }
        }

        .image-popup-modal {
            position: fixed;
            inset: 0;
            display: none;
            align-items: center;
            justify-content: center;
            padding: 20px;
            background: rgba(0, 0, 0, 0.78);
            backdrop-filter: blur(7px);
            z-index: 1200;
        }

        .image-popup-modal.is-open {
            display: flex;
        }

        .image-popup-content {
            position: relative;
            width: min(1240px, 97vw);
            min-height: min(72vh, 720px);
            display: grid;
            grid-template-columns: minmax(320px, 1.05fr) minmax(280px, 1fr);
            gap: 30px;
            padding: 42px 40px;
            border-radius: 30px;
            border: 1px solid rgba(179, 203, 28, 0.9);
            background: linear-gradient(140deg, rgba(0, 0, 0, 0.84), rgba(8, 8, 8, 0.94));
            box-shadow: 0 35px 80px rgba(0, 0, 0, 0.65), inset 0 0 0 1px rgba(179, 203, 28, 0.14);
            overflow: hidden;
        }

        .image-popup-content::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.52));
            pointer-events: none;
        }

        .image-popup-close {
            position: absolute;
            top: 14px;
            right: 20px;
            border: none;
            background: transparent;
            color: #c3c3c3;
            font-size: 34px;
            line-height: 1;
            cursor: pointer;
            z-index: 5;
            transition: color 0.2s ease;
        }

        .image-popup-close:hover {
            color: #b3cb1c;
        }

        .image-popup-figure {
            position: relative;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(179, 203, 28, 0.5);
            border-radius: 8px;
            box-shadow: 0 0 18px rgba(179, 203, 28, 0.22);
            overflow: hidden;
            min-height: 500px;
            background: #111;
        }

        .image-popup-visual {
            position: relative;
            z-index: 1;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }


        #image-popup-preview {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .image-popup-meta {
            position: relative;
            z-index: 1;
            color: #d8d8d8;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 16px;
            padding-right: 16px;
        }

        #image-popup-title {
            margin: 0;
            font-size: clamp(30px, 3vw, 44px);
            line-height: 1.15;
            color: #b3cb1c;
            font-weight: 600;
            letter-spacing: 0.02em;
        }

        .image-popup-facts {
            margin: 6px 0 0;
            padding: 0;
            list-style: none;
            display: grid;
            gap: 10px;
        }

        .image-popup-facts li {
            font-size: 18px;
            line-height: 1.45;
            color: #9e9e9e;
            letter-spacing: 0.03em;
        }

        .image-popup-facts strong {
            color: #efefef;
            font-weight: 700;
            margin-right: 6px;
        }



        @media (max-width: 991px) {
            .image-popup-content {
                grid-template-columns: 1fr;
                width: min(720px, 94vw);
                min-height: auto;
                gap: 20px;
                padding: 42px 22px 24px;
            }

            .image-popup-figure {
                min-height: 260px;
            }

            .image-popup-meta {
                padding-right: 0;
            }

            .image-popup-facts li {
                font-size: 16px;
            }

        }

        .pt-20 {
            padding-top: 20px;
        }

        .abv-ftr-img .image-wrapper {
            height: 400px;
        }

        .top-section {
            padding-top: 80px !important;
        }

        .wdt-chng {
            width: 100%;
            margin: 0 auto;
        }

        .latest-portfolio:after {
            display: none;
        }

        /* Make parent relative */
        .nav-services {
            position: relative;
            cursor: pointer;
        }

        /* Dropdown box */
        .services-dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            background: #ffffff;
            min-width: 240px;
            padding: 15px 20px;
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s ease;
            z-index: 999;
        }

        /* Dropdown links */
        .services-dropdown a {
            display: block;
            padding: 10px 0px;
            text-decoration: none;
            color: #333;
            font-size: 0.95rem;
            transition: 0.2s ease;
        }

        /* .services-dropdown a:hover {
    background-color: #f5f5f5;
    color: #000;
} */

        /* Show dropdown on hover */
        .nav-services:hover .services-dropdown a {
            color: #fff;
        }

        .nav-services:hover .services-dropdown {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
            background-color: #ffffff36;
            backdrop-filter: blur(18px);
            z-index: 10;
            color: #fff;
            top: 60px;
        }

        @media (max-width:767px) {
            .boxed {
                grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
                grid-gap: 4px 6px;
            }

            .boxed li {
                width: auto;
            }
        }

        .border-center {
            margin: 1rem 0;
            color: inherit;
            border-top: var(--bs-border-width) solid;
            opacity: .25;
            border: none;
            height: 5px;
            background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0.2) 70%, transparent 100%);
            border-radius: 10px;
        }

        .hvax-section-divider {
            width: 100%;
            height: 4px;
            margin: 0 auto 34px;
            border-radius: 999px;
            background: linear-gradient(90deg, rgba(179, 203, 28, 0) 0%, rgba(179, 203, 28, 0.04) 10%, rgba(179, 203, 28, 0.16) 24%, rgba(179, 203, 28, 0.38) 38%, rgba(179, 203, 28, 0.92) 50%, rgba(179, 203, 28, 0.38) 62%, rgba(179, 203, 28, 0.16) 76%, rgba(179, 203, 28, 0.04) 90%, rgba(179, 203, 28, 0) 100%);
            box-shadow: none;
        }

        .questbg .grid__title {
            margin-top: 0;
            font-weight: 700;
            font-size: 2rem;
            text-transform: uppercase;
            line-height: 1.3;
            letter-spacing: 0.04em;
            color: #b3cb1c;
        }
