
  .landing_page.inner_page {
            padding: 60px 20px;
        }

        #container {
            display: flex;
            align-items: center;
            gap: 60px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .why_choose_content {
            flex: 1;
            max-width: 600px;
        }
        .process_timeline_section{
                padding: 40px 0;
    background: #fff;
        }

        .sections_sub_head {
            font-size: 2.5rem;
            color: #000;
            line-height: 1.2;
            margin-bottom: 20px;
            font-weight: 700;
            text-align: left;
        }

        #mbs_30 {
            color: #333;
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 30px;
            font-weight: 400;
            text-align: left;
        }
         .why_choose_section {
            padding: 80px 20px;
            background: #f5f5f5;
        }

        .section_header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section_title {
            font-size: 2.5rem;
            color: #000;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .section_subtitle {
            font-size: 1.2rem;
            color: #666;
            max-width: 800px;
            margin: 0 auto;
        }
          #rpo_grids {
            display: flex;
            justify-content: space-between;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        #rpo_content {
            padding: 40px 30px;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            flex: 1;
            border: 2px solid whitesmoke;
        }

        #rpo_content:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
        }

        #rpo_content img {
            width: 80px;
            height: 80px;
            margin-bottom: 25px;
        }


        #buttons {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

        .button {
            /* display: inline-block; */
            padding: 14px 30px;
            font-size: 1rem;
            font-weight: 600;
            text-decoration: none;
            border-radius: 6px;
            transition: all 0.3s ease;
            cursor: pointer;
            text-align: center;
        }

        .button:first-child {
            background: #ff6b35;
            color: white;
            border: 2px solid #ff6b35;
        }

        .button:first-child:hover {
            background: #e55a2b;
            border-color: #e55a2b;
        }

        .brd_btn {
            background: white;
            color: #333;
            border: 2px solid #333;
        }

        .brd_btn:hover {
            background: #333;
            color: white;
        }

        #image {
            flex: 1;
            /* max-width: 500px; */
        }

        #image img {
            width: 100%;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        
          @media (max-width: 968px) {
            #container {
                flex-direction: column;
                gap: 40px;
            }

            .why_choose_content {
                max-width: 100%;
                order: 2;
            }

            .sections_sub_head {
                font-size: 2rem;
            }

            #image {
                max-width: 100%;
                width: 100%;
            }
        }

        @media (max-width: 640px) {
            .landing_page {
                padding: 40px 15px;
            }

            .sections_sub_head {
                font-size: 1.75rem;
            }

            #mbs_30 {
                font-size: 1rem;
            }

            #buttons {
                flex-direction: column;
                gap: 12px;
            }

            .button {
                width: 100%;
                padding: 12px 20px;
            }
        }

       
        .why_choose_section {
            padding: 80px 20px;
            background: #f5f5f5;
        }

        .section_header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section_title {
            font-size: 2.5rem;
            color: #000;
            margin-bottom: 15px;
            font-weight: 700;
        }

        .section_subtitle {
            font-size: 1.2rem;
            color: #666;
            max-width: 800px;
            margin: 0 auto;
        }

        #rpo_grids {
            display: flex;
            justify-content: space-between;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        #rpo_content {
            padding: 40px 30px;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            flex: 1;
            border: 2px solid whitesmoke;
        }

        #rpo_content:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
        }

        #rpo_content img {
            width: 80px;
            height: 80px;
            margin-bottom: 25px;
        }
        .rpo_content h4 {
    margin: 20px
}

        .content_heading {
            font-size: 1.4rem;
            color: #000;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .para_style {
            color: #555;
            line-height: 1.8;
            font-size: 1rem;
            margin-bottom: 10px;
        }

        .highlight_text {
            color: #EC6529;
            font-weight: 600;
            margin-top: 20px;
            font-size: 1.05rem;
        }
     .process_timeline_section h3{
        text-align: center;
     }
     .feature_section h3{
        text-align: center;
     }
        
        @media (max-width: 968px) {
            #rpo_grids {
                flex-direction: column;
                gap: 25px;
            }

            #rpo_content {
                width: 100%;
            }

            .section_title {
                font-size: 2rem;
            }

            .section_subtitle {
                font-size: 1.1rem;
            }
        }

  
        @media (max-width: 640px) {
            .why_choose_section {
                padding: 50px 15px;
            }

            .section_header {
                margin-bottom: 40px;
            }

            .section_title {
                font-size: 1.75rem;
            }

            .section_subtitle {
                font-size: 1rem;
            }

            #rpo_content {
                padding: 30px 20px;
            }

            #rpo_content img {
                width: 60px;
                height: 60px;
            }

            .content_heading {
                font-size: 1.2rem;
            }

            .para_style {
                font-size: 0.95rem;
            }
        }
        
          #Join_Section{
            width: 139%;
        }
        .process_timeline {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-top: 50px;
            position: relative;
        }
        
        .process_timeline::before {
            content: '';
            position: absolute;
            top: 60px;
            left: 12.5%;
            right: 12.5%;
            height: 2px;
            background: linear-gradient(to right, #EC6529 0%, #EC6529 100%);
            z-index: 0;
        }
        
        .timeline_step {
            text-align: center;
            position: relative;
            z-index: 1;
        }
        
        .timeline_icon {
            width: 120px;
            height: 120px;
            margin: 0 auto 20px;
            background: #fff;
            border: 3px solid #EC6529;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }
        
        .timeline_icon img {
            width: 60px;
            height: 60px;
            object-fit: contain;
        }
        
        .timeline_step h4 {
            font-size: 18px;
            font-weight: 700;
            color: #1A1A18;
            margin-bottom: 10px;
        }
        
        .timeline_step p {
            font-size: 14px;
            color: #5A5858;
            line-height: 1.6;
        }
        
        .case_study_box {
            background: #F8F9FA;
            border-radius: 16px;
            padding: 60px;
            margin: 80px 0;
        }
        .case_study_box h3{
            text-align: center;
        }
        
        .case_study_header {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .case_study_metrics {
            display: flex;
            justify-content: space-around;
            gap: 40px;
            margin-top: 40px;
        }
        
        .metric_card {
            flex: 1;
            text-align: center;
            background: #fff;
            padding: 30px 20px;
            border-radius: 12px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
        }
        
        .metric_card h3 {
            font-size: 48px;
            font-weight: 700;
            color: #EC6529;
            margin-bottom: 10px;
        }
        
        .metric_card p {
            font-size: 16px;
            color: #1A1A18;
            font-weight: 600;
        }
        
        .testimonial_grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-top: 50px;
        }
        
        .testimonial_card {
            background: #fff;
            border: 2px solid #000;
            border-radius: 10px;
            padding: 30px;
            min-height: 300px;
        }
        
        .testimonial_card:nth-child(2) {
            background: #EC6529;
            color: #fff;
        }
        
        .testimonial_stars {
            color: #FFD700;
            font-size: 18px;
            margin-bottom: 15px;
        }
        
        .testimonial_text {
            font-size: 14px;
            line-height: 1.8;
            margin-bottom: 20px;
        }
        
        .testimonial_author {
            border-top: 1px solid rgba(0,0,0,0.1);
            padding-top: 20px;
            margin-top: auto;
        }
        
        .testimonial_card:nth-child(2) .testimonial_author {
            border-top-color: rgba(255,255,255,0.3);
        }
        
        .testimonial_author h5 {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 5px;
        }
        
        .testimonial_author p {
            font-size: 12px;
            opacity: 0.8;
            margin: 0;
        }
        
        @media (max-width: 992px) {
            .process_timeline {
                grid-template-columns: repeat(2, 1fr);
                gap: 40px;
            }
            
            .process_timeline::before {
                display: none;
            }
            
            .testimonial_grid {
                grid-template-columns: 1fr;
            }
            
            .case_study_metrics {
                flex-direction: column;
            }
        }
        
        @media (max-width: 768px) {
            .process_timeline {
                grid-template-columns: 1fr;
            }
            
            .case_study_box {
                padding: 40px 20px;
            }
            
            .metric_card h3 {
                font-size: 36px;
            }
        }
          .cta_final_section {
            padding: 80px 20px;
            background: #fff;
        }

        .cta_container_wrapper {
            max-width: 1200px;
            margin: 0 auto;
        }

        .cta_box_container {
            
            border: 3px solid #000;
            border-radius: 16px;
            padding: 60px 80px;
            text-align: center;
        }

        .cta_main_heading {
            font-size: 2.5rem;
            color: #000;
            margin-bottom: 20px;
            font-weight: 700;
            line-height: 1.3;
        }

        .cta_description_text {
            font-size: 1.15rem;
            color: #666;
            margin-bottom: 30px;
            line-height: 1.6;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta_primary_button {
            display: inline-block;
            padding: 16px 40px;
            background: #ff6b35;
            color: white;
            font-size: 1.1rem;
            font-weight: 600;
            text-decoration: none;
            border-radius: 6px;
            border: 2px solid #ff6b35;
            transition: all 0.3s ease;
            margin-top: 10px;
        }

        .cta_primary_button:hover {
            background: #e55a2b;
            border-color: #e55a2b;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
        }

        .cta_bottom_text {
            margin-top: 20px;
            font-size: 0.9rem;
            color: #5A5858;
        }

       
        @media (max-width: 968px) {
            .cta_box_container {
                padding: 50px 40px;
            }

            .cta_main_heading {
                font-size: 2rem;
            }

            .cta_description_text {
                font-size: 1.05rem;
            }
        }

      
        @media (max-width: 640px) {
            .cta_final_section {
                padding: 50px 15px;
            }

            .cta_box_container {
                padding: 40px 25px;
            }

            .cta_main_heading {
                font-size: 1.6rem;
            }

            .cta_description_text {
                font-size: 1rem;
            }

            .cta_primary_button {
                width: 100%;
                padding: 14px 30px;
                font-size: 1rem;
            }

            .cta_bottom_text {
                font-size: 0.85rem;
            }
        }
         .popup_modal_overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            z-index: 9999;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }

        .popup_modal_overlay.active {
            display: flex;
        }

        .popup_modal_content {
            background: white;
            border-radius: 12px;
            max-width: 700px;
            width: 100%;
            max-height: 85vh;
            overflow-y: auto;
            position: relative;
            padding: 40px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
            animation: slideDown 0.3s ease;
        }

        @keyframes slideDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .popup_close_button {
            position: absolute;
            top: 20px;
            right: 20px;
            background: none;
            border: none;
            font-size: 28px;
            cursor: pointer;
            color: #666;
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: all 0.3s ease;
        }

        .popup_close_button:hover {
            background: #f0f0f0;
            color: #000;
        }

        .popup_modal_header {
            font-size: 2rem;
            color: #000;
            margin-bottom: 20px;
            font-weight: 700;
            padding-right: 40px;
        }

        .popup_modal_text {
            color: #555;
            line-height: 1.8;
            font-size: 1.05rem;
            margin-bottom: 15px;
        }

       
        @media (max-width: 640px) {
            .popup_modal_content {
                padding: 30px 20px;
                max-height: 90vh;
            }

            .popup_modal_header {
                font-size: 1.5rem;
                padding-right: 30px;
            }

            .popup_modal_text {
                font-size: 0.95rem;
            }

            .popup_close_button {
                top: 15px;
                right: 15px;
                font-size: 24px;
            }
        }