    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');

    @font-face {
        font-family: 'dazk1';
        font-style: normal;
        font-weight: 400;
        src: local(''),
            url('./public/36b396391257736f6f86496e2e6ac618.woff2') format('woff2'),
            /* Chrome 26+, Opera 23+, Firefox 39+ */
    }

    @font-face {
        font-family: 'dazk3';
        font-style: normal;
        font-weight: 100;
        src: local(''),
            url('./public/21fc3cdd550be8c20112ca8b2efcc762.woff2') format('woff2'),
            /* Chrome 26+, Opera 23+, Firefox 39+ */
    }


    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body,
    html {
        height: 100%;
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        line-height: 1.6;
        color: #333;
        scroll-behavior: smooth;
        overflow-x: hidden;
        overflow-y: auto;
    }



    .root {
        width: 100%;
        min-height: 100vh;
        overflow-x: hidden;
    }

    /* Mobile First Approach */
    @media screen and (max-width: 768px) {
        .root {
            width: 100%;
            height: 100%;
        }


        .section1 {
            position: relative;
            display: flex;
            flex-direction: column;
            width: 100%;
            min-height: 100vh;
            overflow-x: hidden;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 2rem 1rem;
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
        }

        .video-container {
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 1;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0.4;
        }

        .comp-title {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            z-index: 2;
            font-size: 16px;
            font-weight: 600;
            font-family: 'Playfair Display', serif;
            color: #fff;
            text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.8);
            margin-bottom: 1.5rem;
        }

        .logo {
            width: 70px;
            height: auto;
            margin-bottom: 1rem;
        }

        .comp-name {
            font-size: 22px;
            font-weight: 700;
            letter-spacing: 1px;
        }

        .service-name {
            position: relative;
            color: #fff;
            text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.8);
            z-index: 2;
            font-size: 28px;
            font-family: 'Playfair Display', serif;
            font-weight: 600;
            letter-spacing: 2px;
            margin-bottom: 0;
            line-height: 1.2;
        }

        .comp-tagline {
            display: none;
        }

        .cta-section {
            position: relative;
            z-index: 2;
            margin-top: 2rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1rem;
        }

        .cta-text {
            font-size: 18px;
            font-weight: 400;
            color: #e0e6ed;
            letter-spacing: 1px;
            margin: 0;
            text-align: center;
        }

        .cta-button {
            background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
            border: none;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 1px;
            border-radius: 8px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
        }

        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
            background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
        }

        .section2 {
            display: flex;
            flex-direction: column;
            width: 100%;
            overflow-x: hidden;
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
            min-height: 100vh;
            padding: 4rem 1rem;
        }

        .about-dazk {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            z-index: 2;
            padding: 2rem 1rem;
            max-width: 1200px;
            margin: 0 auto;
        }

        .dazk-gif {
            width: 100%;
            max-width: 400px;
            height: auto;
            border-radius: 12px;
        }

        .about-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            margin-top: 2rem;
            max-width: 800px;
        }

        .about-title {
            font-weight: 600;
            font-size: 32px;
            color: #fff;
            line-height: 1.2;
            text-align: center;
            font-family: 'Playfair Display', serif;
            margin-bottom: 0.5rem;
        }

        .about-text {
            font-size: 16px;
            font-weight: 400;
            margin-top: 1.5rem;
            color: #e0e6ed;
            line-height: 1.6;
            letter-spacing: 0.5px;
            text-align: center;
            max-width: 600px;
        }

        .services {
            display: flex;
            flex-direction: column;
            margin-top: 4rem;
            z-index: 2;
            align-items: center;
            justify-content: center;
            color: #fff;
        }

        .service-type {
            font-size: 28px;
            font-weight: 600;
            font-family: 'Playfair Display', serif;
            margin-bottom: 2rem;
            text-align: center;
        }

        .service-cards {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
            width: 100%;
            max-width: 1200px;
            padding: 0 1rem;
        }

        .card {
            display: flex;
            flex-direction: column;
            align-items: center;
            border-radius: 16px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            padding: 2rem;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }

        .card-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 12px;
            margin-bottom: 1.5rem;
        }

        .service-title {
            margin-bottom: 1rem;
            text-align: center;
            color: #2d3748;
            font-size: 20px;
            font-weight: 600;
            font-family: 'Playfair Display', serif;
        }

        .service-desc {
            font-size: 14px;
            color: #4a5568;
            letter-spacing: 0.5px;
            text-align: center;
            line-height: 1.6;
        }

        .section3 {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            min-height: 100vh;
            overflow-x: hidden;
            padding: 4rem 1rem;
            position: relative;
            background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);
        }

        .video-container2 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -1;
            opacity: 0.3;
        }

        .faq-container {
            z-index: 2;
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            max-width: 1200px;
        }

        .faq-title {
            font-size: 32px;
            font-weight: 600;
            color: #fff;
            font-family: 'Playfair Display', serif;
            margin-bottom: 3rem;
            text-align: center;
        }


        .faq-cards {
            display: flex;
            flex-direction: column;
            width: 100%;
            gap: 2rem;
            z-index: 3;
        }

        .faq-card {
            display: flex;
            flex-direction: column;
            align-items: center;
            border-radius: 16px;
            width: 100%;
            max-width: 600px;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            overflow: hidden;
            transition: all 0.3s ease;
            min-height: 400px;
        }

        .faq-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
        }

        .top-div {
            display: flex;
            width: 100%;
            height: 140px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            align-items: center;
            justify-content: center;
            padding: 1rem;
        }

        .faq-text {
            font-size: 16px;
            font-weight: 500;
            color: #fff;
            letter-spacing: 0.5px;
            line-height: 1.4;
            text-align: center;
        }

        .bottom-div {
            display: flex;
            width: 100%;
            background-color: #fff;
            justify-content: center;
            padding: 2rem;
            flex: 1;
        }

        .bottom-div .faq-text {
            color: #2d3748;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.6;
            text-align: left;
        }

        .section4 {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            width: 100%;
            min-height: 100vh;
            padding: 4rem 1rem;
            overflow: hidden;
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
        }


        .background-dazk1 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -1;
            opacity: 0.2;
        }

        .review-left-section {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 3rem;
            z-index: 2;
        }

        .review-title {
            font-size: 28px;
            font-weight: 600;
            margin-bottom: 2rem;
            color: #fff;
            font-family: 'Playfair Display', serif;
            text-align: center;
        }

        .review-gif {
            width: 100%;
            max-width: 300px;
            height: auto;
            border-radius: 12px;
        }

        .review-right-section {
            width: 100%;
            z-index: 2;
        }

        .blocks {
            display: flex;
            flex-direction: column;
            gap: 2rem;
            width: 100%;
            max-width: 800px;
        }

        .block {
            border: 1px solid rgba(255, 255, 255, 0.2);
            padding: 2rem;
            border-radius: 16px;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
        }

        .block:hover {
            background: rgba(255, 255, 255, 0.1);
            transform: translateY(-2px);
        }

        .review-text {
            color: #e0e6ed;
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 1rem;
        }

        .review-author {
            font-size: 14px;
            color: #a0aec0;
            font-weight: 500;
            font-style: italic;
        }

        .section5 {
            position: relative;
            min-height: 100vh;
            padding: 4rem 1rem;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            overflow: hidden;
            background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);
        }

        .video-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 1;
            opacity: 0.4;
        }

        .quote-section {
            position: relative;
            z-index: 2;
            padding: 3rem 2rem;
            width: 100%;
            max-width: 600px;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(20px);
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .quote-text {
            font-size: 24px;
            line-height: 1.4;
            color: #fff;
            font-weight: 600;
            font-family: 'Playfair Display', serif;
            margin-bottom: 2rem;
        }

        .phone,
        .email {
            font-size: 18px;
            color: #e0e6ed;
            font-weight: 500;
            margin-bottom: 0.5rem;
        }

        .phone-text,
        .email-text {
            font-size: 16px;
            word-break: break-word;
            color: #fff;
            font-weight: 600;
            margin-top: 1rem;
        }
        .whatsapp-icon{
            width: 48px;
            height: 48px;
        }

        .whatsapp-anchor{
            text-decoration: none;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;

        }


        /* From Uiverse.io by adamgiebl */ 
        button {
            display: flex;
            align-items: center;
            font-family: inherit;
            cursor: pointer;
            font-weight: 500;   
            font-size: 17px;
            padding: 0.8em 1.3em 0.8em 0.9em;
            color: white;
            /* background: #ad5389; */
            background: linear-gradient(to right, #8882ba, #8800fe, #3e243e);
            border: none;
            letter-spacing: 0.05em;
            border-radius: 16px;
        }

        button svg {
            margin-right: 3px;
            transform: rotate(30deg);
            transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
        }

        button span {
            transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
        }

        button:hover svg {
            transform: translateX(5px) rotate(90deg);
        }

        button:hover span {
            transform: translateX(7px);
        }
        .analyze-cta {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-top: 20px;
            margin-bottom:20px;
            text-decoration: none;
        }
        a {
            text-decoration: none;
            color: inherit;
        }
         .analyze-text{
            
            color: #fff;
            font-size: 30px;
            text-align: center;
            margin-bottom: 20px;
        }
        .faq-title{
            color: #fff;
        }

        /* Additional Mobile Optimizations */
        @media screen and (max-width: 480px) {
            .section1 {
                padding: 2rem 0.5rem;
            }

            .comp-title {
                font-size: 14px;
                margin-bottom: 1.5rem;
            }

            .logo {
                width: 60px;
            }

            .comp-name {
                font-size: 20px;
            }

            .service-name {
                font-size: 24px;
                letter-spacing: 1px;
            }

            .comp-tagline {
                display: none;
            }

            .navbar {
                padding: 0.5rem;
            }

            .our-stories {
                padding: 0.4rem 0.8rem;
                font-size: 12px;
            }
        }

        /* Ensure proper mobile layout */
        @media screen and (max-width: 768px) {
            .section1 {
                position: relative;
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                text-align: center;
                padding: 2rem 1rem;
            }

            .comp-title, .service-name {
                position: relative;
                z-index: 2;
                text-align: center;
            }

            .comp-tagline {
                display: none;
            }

            .navbar {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                z-index: 200;
            }

            .our-stories {
                color: #fff !important;
            }

            .our-stories a {
                color: #fff !important;
            }
        }

        /* Tablet Styles */
        @media screen and (min-width: 769px) and (max-width: 1024px) {
            .service-cards {
                grid-template-columns: repeat(2, 1fr);
                gap: 2rem;
            }

            .faq-cards {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 2rem;
            }

            .blocks {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 2rem;
            }
        }

    }

    /* Desktop */
    @media screen and (min-width: 1025px) {
        /* .nimbal-hs-form{
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);

        } */
        .section1 {
            position: relative;
            display: flex;
            flex-direction: column;
            width: 100%;
            min-height: 100vh;
            overflow-x: hidden;
            justify-content: center;
            align-items: flex-start;
            padding: 0 5%;
        }

        .video-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* Ensures the video covers the entire section */
            z-index: 1;
            /* Place the video behind the content */
        }

        .comp-title {
            display: flex;
            align-items: center;
            margin-bottom: 2rem;
        }


        .comp-name,
        .service-name,
        .comp-title {
            position: relative;
            z-index: 2;
            /* Bring the text to the foreground */
            color: #fff;
            text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.7);
        }

        .logo {
            width: 100px;
            height: auto;
            margin-right: 1rem;
        }

        .comp-name {
            font-size: 24px;
            font-weight: 700;
            font-family: 'Playfair Display', serif;
            color: #fff;
            letter-spacing: 2px;
        }

        .service-name {
            font-size: 48px;
            font-family: 'Playfair Display', serif;
            font-weight: 600;
            color: #fff;
            letter-spacing: 3px;
            margin-bottom: 1rem;
        }

        .comp-tagline {
            font-size: 18px;
            font-weight: 300;
            color: #e0e6ed;
            letter-spacing: 2px;
            opacity: 0.9;
        }

        .cta-section {
            position: relative;
            z-index: 2;
            margin-top: 2rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1rem;
        }

        .cta-text {
            font-size: 20px;
            font-weight: 400;
            color: #e0e6ed;
            letter-spacing: 1px;
            margin: 0;
        }

        .cta-button {
            background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
            border: none;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 1px;
            border-radius: 8px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
        }

        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
            background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
        }

        .section2 {
            position: relative;
            display: flex;
            flex-direction: column;
            width: 100%;
            overflow-x: hidden;
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
            padding: 6rem 5%;
        }

        .rds-form-section {
            position: relative;
            display: flex;
            align-items: center;
            flex-direction: column;
            width: 100%;
            overflow-x: hidden;
            background-image: url('./public/background-sec2.jpg');
            /* Replace with your image path */
            background-size: cover;
            /* Ensures the image covers the div */
            background-position: center;
            /* Centers the background image */
            background-repeat: no-repeat;
            /* Prevents image repetition */
        }

        .form-title{
            font-size: 36px;
            color: #ffffff;
            margin: 36px;
        }

        .form-element{
            display: flex;
            flex-direction: row;
            margin-top: 10px;
        }

        .form-label{
            font-size: 24px;
            color:black;
        }
        .input-text{
            margin-left: 10px;
            font-size: 24px;
            /* color: #fff; */
            background-color:transparent;
            border: 1px solid #ffffff;
            padding: 4px;
        }

        .input-text::placeholder{
            /* color: #ffffff; */
            font-size: 20px;
            font-weight: 10;
        }
        .rds-submit{
            padding: 10px 20px;
            background-color: #e151cf;
            color: white;
            border: none;
        }
        /* .background-dazk {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 1;
        } */

        .about-dazk {
            display: flex;
            flex-direction: row;
            align-items: center;
            z-index: 2;
            position: relative;
            max-width: 1400px;
            margin: 0 auto;
            gap: 4rem;
        }

        .dazk-gif {
            width: 500px;
            height: auto;
            border-radius: 16px;
        }

        .about-title {
            font-weight: 600;
            font-size: 36px;
            color: #fff;
            line-height: 1.2;
            font-family: 'Playfair Display', serif;
            margin-bottom: 0.5rem;
        }

        .about-content {
            display: flex;
            flex-direction: column;
            max-width: 600px;
        }

        .about-text {
            font-size: 16px;
            font-weight: 400;
            margin-top: 1.5rem;
            color: #e0e6ed;
            line-height: 1.6;
            letter-spacing: 0.5px;
        }

        .services {
            margin-top: 6rem;
            z-index: 2;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #fff;
        }

        .service-type {
            font-size: 36px;
            font-weight: 600;
            font-family: 'Playfair Display', serif;
            margin-bottom: 3rem;
            text-align: center;
        }

        .service-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            width: 100%;
            max-width: 1400px;
        }

        .card {
            display: flex;
            flex-direction: column;
            align-items: center;
            border-radius: 16px;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            padding: 2rem;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            height: auto;
        }

        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }

        .card-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 12px;
            margin-bottom: 1.5rem;
        }

        .service-title {
            margin-bottom: 1rem;
            text-align: center;
            color: #2d3748;
            font-size: 20px;
            font-weight: 600;
            font-family: 'Playfair Display', serif;
        }

        .service-desc {
            font-size: 14px;
            color: #4a5568;
            letter-spacing: 0.5px;
            text-align: center;
            line-height: 1.6;
        }

        .section3 {
            position: relative;
            display: flex;
            flex-direction: column;
            width: 100%;
            min-height: 100vh;
            overflow-x: hidden;
            background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);
            padding: 6rem 5%;
        }

        .video-container2 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 1;
            opacity: 0.3;
        }

        .faq-container {
            z-index: 2;
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
        }

        .faq-title {
            font-size: 36px;
            font-weight: 600;
            color: #fff;
            font-family: 'Playfair Display', serif;
            margin-bottom: 3rem;
            text-align: center;
        }

        .faq-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            width: 100%;
        }

        .faq-card {
            display: flex;
            flex-direction: column;
            align-items: center;
            border-radius: 16px;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            overflow: hidden;
            transition: all 0.3s ease;
            min-height: 480px;
        }

        .faq-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
        }

        .top-div {
            display: flex;
            width: 100%;
            height: 140px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            align-items: center;
            justify-content: center;
            padding: 1rem;
        }

        .faq-text {
            font-size: 16px;
            font-weight: 500;
            color: #fff;
            letter-spacing: 0.5px;
            line-height: 1.4;
            text-align: center;
        }

        .bottom-div {
            display: flex;
            width: 100%;
            background-color: #fff;
            justify-content: center;
            padding: 2rem;
            border-radius: 0 0 10px 10px;
            flex: 1;
        }

        .bottom-div .faq-text {
            color: #2d3748;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.6;
            text-align: left;
        }

        .section4 {
            position: relative;
            display: flex;
            flex-direction: row;
            width: 100%;
            min-height: 100vh;
            overflow: hidden;
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
            padding: 6rem 5%;
        }

        .background-dazk1 {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 1;
            opacity: 0.2;
        }

        .review-left-section {
            position: relative;
            display: flex;
            width: 40%;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            z-index: 2;
        }

        .left-end {
            display: flex;
            flex-direction: column;
            justify-items: center;
            align-items: center;
        }

        .review-title {
            color: #fff;
            font-size: 36px;
            font-weight: 600;
            font-family: 'Playfair Display', serif;
            margin-bottom: 2rem;
            text-align: center;
        }

        .review-gif {
            width: 100%;
            max-width: 400px;
            height: auto;
            border-radius: 16px;
        }

        .review-right-section {
            position: relative;
            display: flex;
            flex-direction: column;
            width: 60%;
            z-index: 2;
            padding-left: 4rem;
        }

        .blocks {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }

        .block {
            border: 1px solid rgba(255, 255, 255, 0.2);
            padding: 2rem;
            border-radius: 16px;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
        }

        .block:hover {
            background: rgba(255, 255, 255, 0.1);
            transform: translateY(-2px);
        }

        .review-text {
            color: #e0e6ed;
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 1rem;
        }

        .review-author {
            font-size: 14px;
            color: #a0aec0;
            font-weight: 500;
            font-style: italic;
        }

        .section5 {
            position: relative;
            display: flex;
            flex-direction: column;
            width: 100%;
            min-height: 100vh;
            overflow: hidden;
            background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);
            padding: 6rem 5%;
        }

        .quote-section {
            z-index: 2;
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
        }

        .quote-text {
            font-size: 36px;
            color: #fff;
            font-weight: 600;
            font-family: 'Playfair Display', serif;
            margin-bottom: 3rem;
            line-height: 1.3;
        }

        .phone,
        .email {
            color: #e0e6ed;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 0.5rem;
        }

        .phone-text,
        .email-text {
            font-size: 18px;
            color: #fff;
            font-weight: 600;
            margin-top: 1rem;
        }
        .whatsapp-icon{
            width: 48px;
            height: 48px;
        }

        .whatsapp-anchor{
            text-decoration: none;
            display: inline-flex;
            align-items: center;


            margin-bottom: 2rem;
        }


        /* From Uiverse.io by adamgiebl */ 
        button {
            display: flex;
            align-items: center;
            font-family: inherit;
            cursor: pointer;
            font-weight: 500;   
            font-size: 17px;
            padding: 0.8em 1.3em 0.8em 0.9em;
            color: white;
            /* background: #ad5389; */
            background: linear-gradient(to right, #8882ba, #8800fe, #3e243e);
            border: none;
            letter-spacing: 0.05em;
            border-radius: 16px;

        }

        button svg {
            margin-right: 3px;
            transform: rotate(30deg);
            transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
        }

        button span {
            transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
        }

        button:hover svg {
            transform: translateX(5px) rotate(90deg);
        }

        button:hover span {
            transform: translateX(7px);
        }
        .analyze-cta {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-top: 20px;
            margin-bottom:20px;
            text-decoration: none;
        }
        a {
            text-decoration: none;
            color: inherit;
        }
        .analyze-text{
            color: #fff;
        }

        .navbar {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            display: flex;
            background: rgba(0, 0, 0, 0.1);
            padding: 0.75rem 1rem;
            justify-content: flex-end;
            z-index: 200;
          
        }

        .our-stories {
            display: inline-block;
            padding: 0.5rem 1rem;
            color: #fff !important;
            font-weight: 500;
            font-size: 14px;
            letter-spacing: 0.5px;
            text-decoration: none;
            background: rgba(255, 255, 255, 0.25);
            border: 1px solid rgba(255, 255, 255, 0.5);
            border-radius: 6px;
            transition: all 0.3s ease;
            cursor: pointer;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
        }

        .our-stories a {
            color: #fff !important;
            text-decoration: none;
        }
        

        .our-stories:hover {
            background: rgba(255, 255, 255, 0.35);
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
        }

        .our-stories:hover a {
            color: #fff !important;
        }
    }

    /* Fix double scrollbar issue */
    * {
        box-sizing: border-box;
    }

    html {
        overflow-x: hidden;
        overflow-y: auto;
        height: 100%;
    }

    body {
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0;
        padding: 0;
        height: 100%;
    }

    .root {
        overflow-x: hidden;
        overflow-y: visible;
    }

    /* Remove any iframe scrollbars */
    iframe {
        overflow: hidden;
    }

    /* Ensure no nested scrollbars */
    .nimbal-partner-form {
        overflow: hidden;
        background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    }

    .nimbal-partner-form iframe {
        overflow: hidden;
        border: none;
    }

    /* Fix submit button text to single line */
    .nimbal-partner-form iframe body {
        font-family: 'Inter', sans-serif !important;
    }

    .nimbal-partner-form iframe input[type="submit"],
    .nimbal-partner-form iframe button[type="submit"],
    .nimbal-partner-form iframe .hs-button,
    .nimbal-partner-form iframe .hs-submit input {
        color:white;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
        overflow: hidden !important;
        word-wrap: normal !important;
        word-break: normal !important;
        line-height: 1 !important;
        display: inline-block !important;
        width: auto !important;
        min-width: 100px !important;
        padding: 12px 24px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        text-align: center !important;
    }

    .hsfc-FieldLabel span {
        color: #fff !important;
    }