    /* Include your existing CSS styles here */
       
     @media (max-width: 768px) {
      .cursor {
            display: none !important;
        }
        
        .cursor-active {
            display: none !important;
        }
      }
    
    body {
            color: #fff;
            background-color: #0f0f0f;
            font-size: 16px;
            font-family: 'Plus Jakarta Sans', sans-serif;
            overflow-x: hidden !important;
            margin: 0;
            padding: 0;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        h1, h2, h3, h4, h5, h6 {
            font-weight: 600;
            line-height: 1.3;
            margin-bottom: 0;
        }

        p {
            line-height: 1.8;
            font-size: 16px;
            font-weight: 400;
            color: #c6c8c9;
            margin: 0;
        }

        .main-color {
            color: #fd5b38 !important;
            font-weight: 700;
        }

        .main-bg {
            background: #0f0f0f !important;
        }

        .text-center {
            text-align: center;
        }


        /* Hero Section Styles */
        .hero-cro {
            padding: 120px 0 80px 0;
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .hero-content {
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
        }

        .hero-tagline {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 50px;
            font-style: italic;
            font-weight: 400;
            line-height: 1.2; /* 120% */
            margin-bottom: 25px;
            color: #fd5b38;
            white-space: nowrap;
        }

        .hero-title {
            font-family: "Plus Jakarta Sans";
            font-size: 45px;
            font-style: normal;
            font-weight: 700;
            line-height: 55px; /* 122.222% */
            margin-bottom: 30px;
            color: var(--Soft-Beige, #F6F1EC);
        }

        .hero-description {
            font-family: "Plus Jakarta Sans";
            font-size: 17px;
            font-style: normal;
            font-weight: 400;
            line-height: 27px; /* 135% */
            color:  var(--cab-website-bice-vercel-app-white-882, var(--color-white-882, rgba(255, 255, 255, 0.88)));
            margin-bottom: 50px;
            max-width: 580px;
            margin-left: auto;
            margin-right: auto;
        }

        .cro-form {
           display: flex;
            max-width: 800px;
            height: 70px;
            padding: 10px;
            align-items: center;
            gap: 10px; 
            margin: 0 auto 80px auto;
            border-radius: 100px;
            border: 1px solid var(--Vibrant-Orange, #E65A2B);
            background: rgba(255, 255, 255, 0.10);
            backdrop-filter: blur(6px);
        }

        .cro-form input {
            flex: 1;
            background: transparent;
            border: none;
            padding: 16px 24px;
            color: #fff;
            font-size: 16px;
            outline: none;
            border-radius: 40px;
        }

        .cro-form input::placeholder {
            color: #888;
            font-weight: 400;
        }

        .cro-form button {
            background: #fd5b38;
            border: none;
            color: #fff;
            padding: 16px 28px;
            border-radius: 40px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            white-space: nowrap;
            font-size: 15px;
        }

        .cro-form button:hover {
            background: #e54a29;
            transform: translateY(-1px);
        }

        /* Section Divider */
        .section-divider {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 90%;
            height: 1px;
            background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
        }

        /* Responsive Styles */
        @media (max-width: 991px) {
            .hero-tagline {
                font-size: 1.2rem;
            }
            
            .hero-title {
                font-size: 2.6rem;
            }
            
            .hero-cro {
                padding: 100px 0 60px 0;
            }
        }

        @media (max-width: 768px) {
            .hero-tagline {
                font-size: 40px;
                white-space: normal;
            }
            
            .hero-title {
                font-size: 2.2rem;
            }
            
            .hero-description {
                font-size: 1rem;
                max-width: 100%;
            }
        
            .cro-form {
                flex-direction: row;
                max-width: 90%;
                padding: 12px;
                border-radius: 50px;
            }
            
            .cro-form input {
                margin-bottom: 12px;
                text-align: start;
                border-radius: 15px;
                padding: 14px 20px;
                margin-bottom: 0; 
            }
            
            .cro-form button {
                border-radius: 50px;
                padding: 14px 20px;
            }
            
            .hero-cro {
                padding: 80px 0 50px 0;
                 max-height: 80vh;
                    min-height: unset;
            }
        }

        @media (max-width: 480px) {
            .hero-tagline {
                font-size: 35px;
            }
            
            .hero-title {
                font-size: 25px;
            }
            
            .hero-description {
                font-size: 0.9rem;
            }
            
            .cro-form {
                max-width: 100%;
                padding: 0px 10px 0 0;
                    gap: 0px;
            }

             .cro-form input {
                font-size: 14px;
             }

             .cro-form button {
                font-size: 12px;
                padding: 10px 10px;
             }
            
            .hero-cro {
                padding: 80px 0 40px 0;
                    max-height: 80vh;
                    min-height: unset;
            }
        }

        @media (max-width: 375px) {
       
        .hero-tagline {
                line-height: 40px;
        }

        .hero-title {
                       line-height: unset
                }

      .cro-form{
            height: 55px;
      }      
    .cro-form input {
        font-size: 13px;
    }
    .cro-form button {
        font-size: 9px;
    }


        }



    /* why us Section Styles */

           /* Why Section Styles */
        .why-section {
            padding: 100px 0;
            position: relative;
        }

        .why-content {
            display: flex;
            align-items: center;
            gap: 80px;
        }

        .why-text {
            /* flex: 1; */
            max-width: 913px;
        }

        .why-title {  
           color: var(--Soft-Beige, #F6F1EC);
            font-family: "Plus Jakarta Sans";
            font-size: 50px;
            font-style: normal;
            font-weight: 400;
            line-height: 60px; /* 120% */
            text-transform: uppercase;
            margin-bottom: 25px;
        }

        .why-subtitle {         
            color: var(--Soft-Beige, #F6F1EC);
            font-family: "Plus Jakarta Sans";
            font-size: 36px;
            font-style: normal;
            font-weight: 300;
            line-height: 45px; /* 125% */
            margin-bottom: 20px;
        }

        .why-description {
          color: (var(--color-white-882, rgba(255, 255, 255, 0.88)));
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          line-height: 27px; /* 135% */
        }

        .why-visual {
            flex: 1;
            display: flex;
            justify-content: end;
            align-items: center;
        }

        .circular-diagram {
            position: relative;
           width: 300px;
          height: 300px;
        }

        .circle {
            width: 100%;
            height: 100%;
            border: 2px dashed #fd5b38;
            border-radius: 50%;
            position: relative;
        }

        .diagram-item {
            position: absolute;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .diagram-item .icon {
            width: 50px;
            height: 50px;
            background: #fd5b38;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 8px;
        }

        .diagram-item .icon svg {
            width: 24px;
            height: 24px;
            fill: #fff;
        }

        .diagram-item .label {
            font-family: 'Poppins', sans-serif;
            font-size: 0.9rem;
            font-weight: 600;
            color: #fd5b38;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        /* Position items around the circle */
        .item-test {
            top: -40px;
            left: 50%;
            transform: translateX(-50%);
        }

        .item-optimize {
            left: -40px;
            top: 50%;
            transform: translateY(-50%);
        }

        .item-learn {
            right: -40px;
            top: 50%;
            transform: translateY(-50%);
        }

       

        /* Responsive Styles */
        @media (max-width: 991px) {
            .why-content {
                flex-direction: column;
                gap: 60px;
                text-align: center;
            }
            .why-text {
                    padding: 0 20px;
            }

            .why-title {
                font-size: 2.4rem;
            }
            
            .why-subtitle {
                font-size: 1.2rem;
            }
            
            .why-section {
                padding: 80px 0;
            }
        }

        @media (max-width: 768px) {
            .why-title {
              font-size: 35px;
               line-height: unset;
                margin-bottom: 10px;
            }
            
            .why-subtitle {
                 font-size: 25px;
                line-height: 15px;
                margin-bottom: 35px;
            }
            
            .why-description {
                font-size: 18px;
                margin-bottom: 20px;
            }
            
            .circular-diagram {
                width: 300px;
                height: 300px;
            }
            
            .diagram-item .icon {
                width: 40px;
                height: 40px;
            }
            
            .diagram-item .icon svg {
                width: 20px;
                height: 20px;
            }
            
            .diagram-item .label {
                font-size: 0.8rem;
            }
            
            .why-section {
                padding: 60px 0;
            }

            .why-content {
                gap:0px;
            }
        }

        @media (max-width: 480px) {
            .why-title {
                font-size: 35px;
                line-height: unset;
                margin-bottom: 10px;
            }
            
            .why-subtitle {
                font-size: 25px;
                line-height: 15px;
                margin-bottom: 35px;
            }

            .why-description {
                font-size: 15px;
            }
            
            .circular-diagram {
                width: 300px;
                height: 300px;
            }
            
            .why-content {
                gap:0px;
            }
        }

          @media (max-width: 375px) {
              .why-subtitle {
        font-size: 23px;
    }
          }



       /* wht you get Section Styles */


          .what-you-get-section {
            padding: 100px 0;
            position: relative;
        }

        .what-title {
            font-size: 2.8rem;
            font-weight: 400;
            line-height: 1.2;
            margin-bottom: 60px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: -0.5px;
            text-align: left;
        }

        .accordion-container {
            max-width: 895px;
        }

        .accordion-item {
            background: #2a2a2a;
            border-radius: 15px !important;
            margin-bottom: 15px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .accordion-header {
            display: flex;
            align-items: center;
            padding: 25px 30px;
            cursor: pointer;
            position: relative;
        }

        .accordion-icon {
            width: 60px;
            height: 60px;
            margin-right: 20px;
            opacity: 0.7;
        }

        .accordion-title {
            flex: 1;
            font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 32.5px; /* 116.071% */
            color: #fff;
            margin: 0;
        }

        .accordion-arrow {
            width: 40px;
            height: 40px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .accordion-arrow.collapsed {
            background: #fd5b38;
        }

        .accordion-arrow.expanded {
            background: #1a1a1a;
        }

        .accordion-arrow svg {
            width: 16px;
            height: 16px;
            fill: #fff;
            transition: transform 0.3s ease;
        }

        .accordion-arrow.collapsed svg {
            transform: rotate(0deg);
        }

        .accordion-arrow.expanded svg {
            transform: rotate(45deg);
        }

        .accordion-content {
            padding: 0 30px 0 74px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
        }

        .accordion-content.expanded {
            max-height: 200px;
            padding: 0 30px 25px 74px;
        }

        .accordion-content p {
          color: var(--color-white-882, rgba(255, 255, 255, 0.88));
           font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 27px; /* 135% */
            margin: 0;
        }

      

        /* Responsive Styles */
        @media (max-width: 991px) {
            .what-title {
                font-size: 2.4rem;
                text-align: center;
                margin-bottom: 50px;
            }
            
            .what-you-get-section {
                padding: 80px 0;
            }

            .accordion-container {
                max-width: 100%;
            }
        }

        @media (max-width: 768px) {
            .what-title {
                font-size: 2rem;
                margin-bottom: 40px;
            }
            
            .what-you-get-section {
                padding: 60px 0;
            }

            .accordion-header {
                padding: 20px 25px;
            }

            .accordion-icon {
                width: 20px;
                height: 20px;
                margin-right: 15px;
            }

            .accordion-title {
                font-size: 1.2rem;
            }

            .accordion-arrow {
                width: 35px;
                height: 35px;
            }

            .accordion-content.expanded {
                padding: 0 25px 20px 60px;
            }
        }

        @media (max-width: 480px) {
            .what-title {
                font-size: 1.6rem;
            }

            .accordion-header {
                padding: 18px 20px;
            }

            .accordion-title {
                font-size: 1.1rem;
            }

            .accordion-content.expanded {
                padding: 0 20px 18px 55px;
            }
        }




           /* How it Work Section Styles */


             .how-it-works-section {
            padding: 100px 0;
            position: relative;
        }

        .how-title {
            font-size: 2.8rem;
            font-weight: 500;
            line-height: 1.2;
            margin-bottom: 80px;
            color: var(--Soft-Beige, #F6F1EC);
            text-transform: uppercase;
            letter-spacing: -0.5px;
            text-align: left;
        }

        .steps-container {
            display: flex;
            max-width: 800px;
            position: relative;
            gap: 40px;
            align-items: flex-start;
        }

        .progress-bar-container {
            position: sticky;
            top: 100px;
            margin-right: 20px;
            width: 80px;
            height: 390px;
            flex-shrink: 0;
        }

        .progress-bar-bg {
            width: 80px;
            height: 100%;
            background: #2E2E2E;
            border-radius: 40px;
            position: relative;
            overflow: hidden;
        }

        .progress-bar-fill {
            width: calc(100% - 20px);
            height: 0%;
            background: #E65A2B;
            border-radius: 36px;
            position: absolute;
            top: 10px;
            left: 10px;
            transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .progress-bar-fill.step-1 {
            height: 25.33%;
        }

        .progress-bar-fill.step-2 {
            height: 60.66%;
        }

        .progress-bar-fill.step-3 {
            height: 95%;
        }

        .step-numbers {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            z-index: 3;
        }

        .step-number {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            font-weight: 700;
            color: #fff;
            position: absolute;
            transition: color 0.6s ease;
        }

        .step-number:nth-child(1) {
            top: 15px;
        }

        .step-number:nth-child(2) {
            top: 40%;
            transform: translateY(-50%);
        }

        .step-number:nth-child(3) {
            /* bottom: 15px; */
            top:75%;
        }

        /* Numbers turn grey when covered by orange fill */
        .progress-bar-fill.step-1 ~ .step-numbers .step-number:nth-child(1) {
            color: #101314;
        }

        .progress-bar-fill.step-2 ~ .step-numbers .step-number:nth-child(1),
        .progress-bar-fill.step-2 ~ .step-numbers .step-number:nth-child(2) {
            color: #101314;
        }

        .progress-bar-fill.step-3 ~ .step-numbers .step-number {
            color: #101314;
        }

        .step-dot {
            width: 2px;
            height: 2px;
            border-radius: 50%;
            background: #101314;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;
            transition: opacity 0.6s ease;
        }

        .step-dot.dot-1 {
            top: 13%;
        }

        .step-dot.dot-2 {
            top: 22%;
        }

        .step-dot.dot-3 {
            top: 31%;
        }
         .step-dot.dot-4 {
            top: 48%;
        }

        .step-dot.dot-5 {
            top: 58%;
        }

        .step-dot.dot-6 {
            top: 68%;
        }

        /* Show dots only in filled orange area */
        .progress-bar-fill.step-1 .step-dot.dot-1 {
            opacity: 0;
        }

        .progress-bar-fill.step-2 .step-dot.dot-1,
        .progress-bar-fill.step-2 .step-dot.dot-2,
         .progress-bar-fill.step-2 .step-dot.dot-3 {
            opacity: 1;
        }

        .progress-bar-fill.step-2 .step-dot.dot-1{
            top:20%
        }

          .progress-bar-fill.step-2 .step-dot.dot-2{
            top:35%
        }

          .progress-bar-fill.step-2 .step-dot.dot-3{
            top:50%
        }




        .progress-bar-fill.step-3 .step-dot {
            opacity: 1;
        }

        .steps-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 50px;
        }

        .step-item {
            position: relative;
            min-height: 80px;
            display: flex;
            align-items: flex-start;
        }

        .step-content {
            flex: 1;
            padding-top: 5px;
        }

        .step-title {
            font-size: 1.6rem;
            font-weight: 600;
            line-height: 1.3;
            margin-bottom: 12px;
            color: #fff;
            transition: color 0.6s ease;
        }

        /* Title color changes based on active step */
        .step-item.step-active .step-title {
            color: #fd5b38;
        }

        .step-item.step-inactive .step-title {
            color: #fff;
        }

        .step-description {
            color: #c6c8c9;
            font-size: 1.1rem;
            line-height: 1.6;
            margin: 0;
        }

        /* Add some scroll space */
        .scroll-spacer {
            height: 30vh;
        }


        /* Responsive Styles */
        @media (max-width: 991px) {
            .how-title {
                font-size: 2.4rem;
                text-align: center;
                margin-bottom: 60px;
            }
            
            .how-it-works-section {
                padding: 80px 0;
            }

            .steps-container {
                max-width: 100%;
                gap: 30px;
            }

            .progress-bar-container {
                width: 70px;
                height: 250px;
            }

            .progress-bar-bg {
                width: 70px;
            }
        }

        @media (max-width: 768px) {
            .how-title {
                font-size: 2rem;
                margin-bottom: 50px;
            }
            
            .how-it-works-section {
                padding: 60px 0;
            }

            .progress-bar-container {
                width: 60px;
                height: 320px;
            }

            .progress-bar-bg {
                width: 60px;
            }

            .step-number {
                width: 28px;
                height: 28px;
                font-size: 1rem;
            }

            .step-title {
                font-size: 1.4rem;
            }

            .step-description {
                font-size: 1rem;
            }

            .steps-content {
                gap: 30px;
            }
        }

        @media (max-width: 480px) {
            .how-title {
                font-size: 1.8rem;
            }
           .progress-bar-container {
                  width: 60px;
                  height: 420px;
           }
            .steps-content {
                gap: 50px;
            }

            .step-title {
                font-size: 1.3rem;
            }

            .step-description {
                font-size: 0.95rem;
            }
        }


          @media (max-width: 375px) {

             .steps-content {
                gap: 40px;
            }

            .progress-bar-container {
        height: 500px;
    }
          }




         /* Perfect For Section Styles */


           .perfect-for-section {
            padding: 100px 0;
            position: relative;
        }

        .perfect-title {
         
            font-size: 2.8rem;
            font-weight: 400;
            line-height: 1.2;
            margin-bottom: 60px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: -0.5px;
            text-align: left;
        }

        .cards-container {
            position: relative;
            overflow: hidden;
        }

        .cards-wrapper {
            display: flex;
            gap: 10px;
            overflow-x: auto;
            padding-top: 20px;
            padding-bottom: 20px;
            scroll-behavior: smooth;
            scrollbar-width: none; /* Firefox */
            -ms-overflow-style: none; /* IE and Edge */
        }

        .cards-wrapper::-webkit-scrollbar {
            display: none; /* Chrome, Safari, Opera */
        }

        .perfect-card {
            flex: 0 0 360px;
            background: rgba(255, 255, 255, 0.02);
            border: 2px solid rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            padding: 30px 25px;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
        }


        .perfect-card:hover {
            border-color: #fd5b38;
            background: rgba(253, 91, 56, 0.05);
            transform: translateY(-5px);
        }

        .perfect-card:hover .card-title {
            color: #fd5b38;
        }

        .card-title {
           color: var(--Soft-Beige, #F6F1EC);
            font-family: "Plus Jakarta Sans";
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: 32.5px; /* 108.333% */
            margin-bottom: 20px;
            transition: color 0.3s ease;
        }

        .card-description {
          
          font-size: 15px;
          font-style: normal;
          font-weight: 400;
          line-height: 28px; /* 140% */
          margin-top: 40px;

        }

        /* Responsive Styles */
        @media (max-width: 991px) {
            .perfect-title {
                font-size: 2.4rem;
                text-align: center;
                margin-bottom: 50px;
            }
            
            .perfect-for-section {
                padding: 80px 0;
            }

            .cards-wrapper {
                gap: 20px;
            }

            .perfect-card {
                flex: 0 0 260px;
                padding: 25px 20px;
            }
        }

        @media (max-width: 768px) {
            .perfect-title {
                font-size: 2rem;
                margin-bottom: 40px;
            }
            
            .perfect-for-section {
                padding: 60px 0;
            }

            .cards-wrapper {
                gap: 15px;
                padding-left: 15px;
                padding-right: 15px;
            }

            .perfect-card {
                flex: 0 0 240px;
                padding: 20px 18px;
            }

            .card-title {
                font-size: 1.2rem;
                margin-bottom: 15px;
            }

            .card-description {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 480px) {
            .perfect-title {
                font-size: 1.6rem;
            }

            .perfect-card {
                flex: 0 0 220px;
                padding: 18px 16px;
            }

            .card-title {
                font-size: 1.1rem;
            }

            .card-description {
                font-size: 0.85rem;
            }
        }
   


           /* CRO Audit Section Styles */



           .cro-audit-section {
            padding: 100px 0;
            background: #0f0f0f;
            position: relative;
            text-align: center;
        }

        .cro-title {
           color: var(--Soft-Beige, #F6F1EC);
            text-align: center;
            font-style: normal;
            font-size: 50px;       
            font-weight: 400;
            line-height: 110%; /* 55px */
            text-transform: uppercase;
            margin-bottom: 20px;
            letter-spacing: -0.5px;
        }

        .cro-title .main-color {
            color: #fd5b38;
        }

        .cro-subtitle {
          color: var(--Soft-Beige, #F6F1EC);
          margin-bottom: 30px;
          text-align: center;
          font-size: 36px;
          font-style: normal;
          font-weight: 300;
          line-height: 45px; /* 125% */
        }

        .cro-description {
            color: var(--color-white-882, rgba(255, 255, 255, 0.88));
            max-width: 700px;
            text-align: center;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 27px; /* 135% */
            margin-bottom: 40px;
            margin-left: auto;
            margin-right: auto;
        }

        .cro-features {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 50px;
            flex-wrap: wrap;
        }

        .cro-feature {
            display: inline-block;
            padding: 12px 24px;
            background: transparent;
            border: 1px solid rgba(246, 241, 236, 0.10);
            border-radius: 30px;
            color: rgba(246, 241, 236, 0.80);
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 18px; /* 112.5% */
            letter-spacing: 1px;
        }
  
    
        /* Responsive Design */
        @media (max-width: 991px) {
            .container {
                padding: 0 15px;
            }

            .cro-audit-section {
                padding: 80px 0;
            }

            .cro-title {
                font-size: 2.5rem;
            }

            .cro-subtitle {
                font-size: 1.3rem;
            }

            .cro-features {
                gap: 30px;
            }
        }

        @media (max-width: 768px){
            .cro-audit-section {
                padding: 60px 0;
            }

            .cro-title {
                font-size: 2.2rem;
                margin-bottom: 15px;
            }

            .cro-subtitle {
                font-size: 1.2rem;
                margin-bottom: 12px;
            }

            .cro-description {
                font-size: 0.95rem;
                margin-bottom: 30px;
                padding: 0 10px;
            }

            .cro-features {
                gap: 25px;
                margin-bottom: 40px;
            }

            .cro-feature {
                font-size: 0.85rem;
            }      
          
         }
        

        @media (max-width: 480px) {
            .cro-audit-section {
                padding: 50px 0;
            }

            .cro-title {
                font-size: 1.8rem;
                padding: 0 10px;
            }

            .cro-subtitle {
                font-size: 26px;
                padding: 0 10px;
                    line-height: 30px;
            }

            .cro-description {
                font-size: 0.9rem;
                padding: 0 5px;
            }

            .cro-features {
                flex-direction: column;
                gap: 15px;
                margin-bottom: 35px;
            }

            .cro-feature {
                justify-content: center;
                font-size: 0.8rem;
            }

        }
        

        @media (max-width: 320px) {
            .cro-title {
                font-size: 1.6rem;
            }

            .cro-subtitle {
                font-size: 1rem;
            }

            .cro-description {
                font-size: 0.85rem;
            }

          
        }


          /* FAQ Section Styles */


              
            .faq-section {
            padding: 100px 0;
            background: #0f0f0f;
            position: relative;
        }

        .faq-title {
            font-size: 2.5rem;
            font-weight: 400;
            text-align: center;
            margin-bottom: 60px;
            color: var(--Soft-Beige, #F6F1EC);
            text-transform: uppercase;
            letter-spacing: -0.5px;
            line-height: 1.2;
        }


        .faq-container {
            max-width: 800px;
            margin: 0 auto;
        }

        .faq-item {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            margin-bottom: 0;
        }

        .faq-question {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 25px 0;
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
            background: transparent;
            width: 100%;
            text-align: left;
            min-height: 44px; /* Minimum touch target */
        }

        .faq-question:hover {
            color: #fd5b38;
        }

        .faq-question h3 {
            font-size: 1.2rem;
            font-weight: 500;
            color: var(--Soft-Beige, #F6F1EC);
            transition: color 0.3s ease;
            margin: 0;
            line-height: 1.4;
        }

        .faq-question:hover h3 {
            color: #fd5b38;
        }

        .faq-icon {
            width: 20px;
            height: 20px;
            position: relative;
            flex-shrink: 0;
            margin-left: 20px;
        }

        .faq-icon::before,
        .faq-icon::after {
            content: '';
            position: absolute;
            background: #fd5b38;
            transition: all 0.3s ease;
        }

        .faq-icon::before {
            width: 20px;
            height: 2px;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
        }

        .faq-icon::after {
            width: 2px;
            height: 20px;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
        }

        .faq-item.active .faq-icon::after {
            transform: translateX(-50%) rotate(90deg);
            opacity: 0;
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
        }

        .faq-answer.active {
            max-height: 300px;
        }

        .faq-answer-content {
            padding: 0 0 25px 0;
            color: #c6c8c9;
            font-size: 1rem;
            line-height: 1.6;
        }

        

        /* Responsive Design */
        @media (max-width: 991px) {
            .container {
                padding: 0 15px;
            }

            .faq-section {
                padding: 80px 0;
            }

            .faq-title {
                font-size: 2.2rem;
                margin-bottom: 50px;
            }

            .faq-question {
                padding: 20px 0;
            }

            .faq-question h3 {
                font-size: 1.1rem;
                padding-right: 15px;
            }

            .faq-icon {
                margin-left: 15px;
            }
        }

        @media (max-width: 768px) {
            .faq-section {
                padding: 60px 0;
            }

            .faq-title {
                font-size: 2rem;
                margin-bottom: 40px;
                padding: 0 10px;
            }

            .faq-question {
                padding: 18px 0;
                align-items: flex-start;
            }

            .faq-question h3 {
                font-size: 1.05rem;
                padding-right: 15px;
                line-height: 1.5;
            }

            .faq-icon {
                width: 18px;
                height: 18px;
                margin-left: 15px;
                margin-top: 2px;
            }

            .faq-icon::before {
                width: 18px;
            }

            .faq-icon::after {
                height: 18px;
            }

            .faq-answer-content {
                font-size: 0.95rem;
                line-height: 1.7;
                padding-right: 33px;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding: 0 15px;
            }

            .faq-section {
                padding: 50px 0;
            }

            .faq-title {
                font-size: 1.8rem;
                margin-bottom: 35px;
                padding: 0 5px;
            }

            .faq-question {
                padding: 15px 0;
            }

            .faq-question h3 {
                font-size: 1rem;
                padding-right: 10px;
                line-height: 1.5;
            }

            .faq-icon {
                width: 16px;
                height: 16px;
                margin-left: 10px;
                margin-top: 1px;
            }

            .faq-icon::before {
                width: 16px;
            }

            .faq-icon::after {
                height: 16px;
            }

            .faq-answer-content {
                font-size: 0.9rem;
                line-height: 1.7;
                padding: 0 0 20px 0;
                padding-right: 26px;
            }

            .faq-answer.active {
                max-height: 250px;
            }
        }

        @media (max-width: 320px) {
            .faq-title {
                font-size: 1.6rem;
                margin-bottom: 30px;
            }

            .faq-question h3 {
                font-size: 0.95rem;
            }

            .faq-answer-content {
                font-size: 0.85rem;
                padding-right: 22px;
            }
        }


     /* Free Auidt Sction, Call to Action Buttons Styles */
              .cta-buttons {
                        display: flex;
                        gap: 15px;
                        justify-content: center;
                    }

                    .primary-btn,
                    .secondary-btn {
                        display: inline-block;
                        padding: 15px 30px;
                        border-radius: 30px;
                        font-weight: 600;
                        text-decoration: none;
                        transition: all 0.3s ease;
                    }

                    .primary-btn {
                        background-color: #fd5b38;
                        color: white;
                     
                    }

                    .primary-btn:hover {
                        background-color: #fd5b38;
                        transform: translateY(-3px);
                    
                    }

                    .secondary-btn {
                        background-color: transparent;
                        border: 2px solid #fd5b38;
                        color: #fd5b38;
                    }

                    .secondary-btn:hover {
                        background-color: rgba(74, 108, 247, 0.1);
                    }

    /* Modal Popup Styles */
    .modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        backdrop-filter: blur(5px);
    }

    .modal-overlay.active {
        display: flex;
    }

    .modal-content {
        background: #1a1a1a;
        border: 1px solid rgba(253, 91, 56, 0.3);
        border-radius: 20px;
        max-width: 500px;
        width: 90%;
        max-height: 90vh;
        overflow-y: auto;
        position: relative;
        animation: modalSlideIn 0.3s ease-out;
    }

    @keyframes modalSlideIn {
        from {
            opacity: 0;
            transform: translateY(-50px) scale(0.9);
        }
        to {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }

    .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 25px 30px 20px 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .modal-header h3 {
        color: #F6F1EC;
        font-size: 24px;
        font-weight: 600;
        margin: 0;
        font-family: 'Plus Jakarta Sans', sans-serif;
    }

    .modal-close {
        background: none;
        border: none;
        color: #888;
        font-size: 28px;
        cursor: pointer;
        padding: 0;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    .modal-close:hover {
        color: #fd5b38;
        background: rgba(253, 91, 56, 0.1);
    }

    .modal-body {
        padding: 30px;
    }

    .form-group {
        margin-bottom: 25px;
    }

    .form-group label {
        display: block;
        color: #F6F1EC;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 8px;
        font-family: 'Plus Jakarta Sans', sans-serif;
    }

    .form-group input {
        width: 100%;
        padding: 15px 20px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        color: #fff;
        font-size: 16px;
        font-family: 'Plus Jakarta Sans', sans-serif;
        transition: all 0.3s ease;
        box-sizing: border-box;
    }

    .form-group input:focus {
        outline: none;
        border-color: #fd5b38;
        background: rgba(253, 91, 56, 0.05);
    }

    .form-group input::placeholder {
        color: #888;
    }

    .form-group input[readonly] {
        background: rgba(255, 255, 255, 0.02);
        color: #888;
        cursor: not-allowed;
    }

    .form-actions {
        margin-top: 30px;
    }

    .submit-btn {
        width: 100%;
        background: #fd5b38;
        color: #fff;
        border: none;
        padding: 16px 30px;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        font-family: 'Plus Jakarta Sans', sans-serif;
    }

    .submit-btn:hover {
        background: #e54a29;
        transform: translateY(-2px);
    }

    .submit-btn:disabled {
        background: #666;
        cursor: not-allowed;
        transform: none;
    }

    /* Responsive Modal Styles */
    @media (max-width: 768px) {
        .modal-content {
            width: 95%;
            margin: 20px;
        }

        .modal-header {
            padding: 20px 25px 15px 25px;
        }

        .modal-header h3 {
            font-size: 20px;
        }

        .modal-body {
            padding: 25px;
        }

        .form-group input {
            padding: 14px 18px;
            font-size: 15px;
        }

        .submit-btn {
            padding: 14px 25px;
            font-size: 15px;
        }
    }

    @media (max-width: 480px) {
        .modal-header {
            padding: 18px 20px 12px 20px;
        }

        .modal-header h3 {
            font-size: 18px;
        }

        .modal-body {
            padding: 20px;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group input {
            padding: 12px 16px;
            font-size: 14px;
        }

        .submit-btn {
            padding: 12px 20px;
            font-size: 14px;
        }
    }

      