 /* Unique CSS with prefix 5467454 to prevent conflicts */
        :root {
            --rp5467454-primary-color: #002147;
            --rp5467454-secondary-color: #ef6a23;
            --rp5467454-light-bg: #f8f9fa;
            --rp5467454-dark-text: #212529;
             --primary-color: #002147;
            --secondary-color: #ef6a23;
            --light-bg: #f8f9fa;
            --primary-light: rgba(0, 33, 71, 0.05);
            --secondary-light: rgba(239, 106, 35, 0.15);
                --primary-color: #002147;
            --secondary-color: #ef6a23;
            --light-bg: #f8f9fa;
            --primary-light: rgba(0, 33, 71, 0.05);
            --secondary-light: rgba(239, 106, 35, 0.1);
            --gradient-primary: linear-gradient(135deg, #002147 0%, #003b7e 100%);
            --gradient-secondary: linear-gradient(135deg, #ef6a23 0%, #f58b4c 100%);
             --primary-color: #002147;
            --secondary-color: #ef6a23;
            --light-bg: #f8f9fa;
            --primary-light: rgba(0, 33, 71, 0.05);
            --secondary-light: rgba(239, 106, 35, 0.1);
                --primary-dark: #002147;      /* Deep Navy */
            --secondary-dark: #212529;    /* Bootstrap Dark Text */
            --accent-orange: #ef6a23;     /* Vibrant Orange */
            --bg-light: #f8f9fa;          /* Off-White/Light Gray */
              --primary-dark: #002147;
            --accent-orange: #ef6a23;
            --light-text: #f8f9fa;
        }
        
        .rp5467454-body {
            font-family: 'Roboto', sans-serif;
            color: var(--rp5467454-dark-text);
        }
        
        .rp5467454-bg-primary {
            background-color: var(--rp5467454-primary-color) !important;
        }
        
        .rp5467454-bg-secondary {
            background-color: var(--rp5467454-secondary-color) !important;
        }
        
        .rp5467454-text-primary {
            color: var(--rp5467454-primary-color) !important;
        }
        
        .rp5467454-text-secondary {
            color: var(--rp5467454-secondary-color) !important;
        }
        
        .rp5467454-btn-primary {
            background-color: var(--rp5467454-primary-color);
            border-color: var(--rp5467454-primary-color);
            color: white;
        }
        
        .rp5467454-btn-primary:hover {
            background-color: #001a38;
            border-color: #001a38;
            color: white;
        }
        
        .rp5467454-btn-secondary {
            background-color: var(--rp5467454-secondary-color) !important;
            border-color: var(--rp5467454-secondary-color) !important;
            color: white !important;
        }
        
        .rp5467454-btn-secondary:hover {
            background-color: #d85a1a !important;
            border-color: #d85a1a !important;
            color: white !important;
        }
        
        .rp5467454-feature-icon {
            font-size: 2.5rem;
            color: var(--rp5467454-secondary-color);
            margin-bottom: 1rem;
        }
        
        .rp5467454-hero-section {
            background: linear-gradient(135deg, var(--rp5467454-primary-color) 0%, #003a7a 100%);
            padding: 5rem 0;
            color: white;
        }
        
        .rp5467454-step-card {
            border-left: 4px solid var(--rp5467454-secondary-color);
            transition: transform 0.3s ease;
        }
        
        .rp5467454-step-card:hover {
            transform: translateY(-5px);
        }
        
        .rp5467454-confidence-meter {
            height: 10px;
            background-color: #e9ecef;
            border-radius: 5px;
            overflow: hidden;
            margin-top: 10px;
        }
        
        .rp5467454-confidence-fill {
            height: 100%;
            background: linear-gradient(90deg, #28a745 0%, var(--rp5467454-secondary-color) 100%);
            border-radius: 5px;
            width: 85%;
        }
        
        .rp5467454-card {
            transition: all 0.3s ease;
            border: none;
        }
        
        .rp5467454-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
        }
        
        .rp5467454-icon-circle {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
            background-color: var(--rp5467454-light-bg);
        }
        
        .rp5467454-section {
            padding: 5rem 0;
        }
        
        .rp5467454-section-light {
            background-color: var(--rp5467454-light-bg);
        }
        
        .rp5467454-accordion-button:not(.collapsed) {
            background-color: rgba(0, 33, 71, 0.05);
            color: var(--rp5467454-primary-color);
        }
        
        .rp5467454-accordion-button:focus {
            box-shadow: 0 0 0 0.25rem rgba(0, 33, 71, 0.25);
        }
        
        .rp5467454-border-secondary {
            border-color: var(--rp5467454-secondary-color) !important;
        }


        :root {
           
        }
        
        body {
            font-family: 'Arial', sans-serif;
            background-color: #f5f5f5;
            color: #333;
            line-height: 1.6;
        }
        
        /* Unique CSS classes with number 112202 */
        .section-112202 {
            padding: 4rem 0;
            background-color: #ffffff;
        }
        
        .section-alt-112202 {
            padding: 4rem 0;
            background-color: var(--light-bg);
        }
        
        .section-title-112202 {
            color: var(--primary-color);
            font-weight: 700;
            margin-bottom: 1.5rem;
            position: relative;
            padding-bottom: 0.75rem;
        }
        
        .section-title-112202::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 80px;
            height: 4px;
            background-color: var(--secondary-color);
        }
        
        .section-title-center-112202 {
            color: var(--primary-color);
            font-weight: 700;
            margin-bottom: 1.5rem;
            position: relative;
            padding-bottom: 0.75rem;
            text-align: center;
        }
        
        .section-title-center-112202::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background-color: var(--secondary-color);
        }
        
        .card-112202 {
            border-radius: 12px;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            overflow: hidden;
            border: none;
            height: 100%;
        }
        
        .card-112202:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
        }
        
        .card-header-112202 {
            background-color: var(--primary-color);
            color: white;
            padding: 1.75rem;
            border-bottom: 4px solid var(--secondary-color);
        }
        
        .card-body-112202 {
            padding: 2.5rem;
        }
        
        .highlight-text-112202 {
            background-color: var(--secondary-light);
            color: var(--secondary-color);
            padding: 0.2rem 0.5rem;
            border-radius: 4px;
            font-weight: 500;
        }
        
        .process-card-112202 {
            border: none;
            border-radius: 10px;
            transition: transform 0.3s ease;
            height: 100%;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            background-color: white;
        }
        
        .process-card-112202:hover {
            transform: translateY(-5px);
        }
        
        .process-card-112202 .card-body {
            padding: 2rem;
        }
        
        .process-icon-112202 {
            width: 70px;
            height: 70px;
            background-color: var(--primary-color);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            font-size: 1.8rem;
            position: relative;
        }
        
        .process-icon-112202::after {
            content: '';
            position: absolute;
            width: 80px;
            height: 80px;
            border: 2px dashed var(--secondary-color);
            border-radius: 50%;
            animation: spin 30s linear infinite;
        }
        
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
        .benefit-card-112202 {
            background-color: white;
            border-radius: 10px;
            padding: 2rem;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease;
            border-top: 4px solid var(--secondary-color);
            height: 100%;
        }
        
        .benefit-card-112202:hover {
            transform: translateY(-5px);
        }
        
        .benefit-icon-112202 {
            color: var(--secondary-color);
            font-size: 2.5rem;
            margin-bottom: 1.2rem;
        }
        
        .info-box-112202 {
            background-color: var(--primary-light);
            border-left: 4px solid var(--primary-color);
            padding: 1.5rem;
            border-radius: 0 8px 8px 0;
            margin: 2rem 0;
        }
        
        .btn-primary-112202 {
            background-color: var(--primary-color) !important;
            border-color: var(--primary-color) !important;
            padding: 0.75rem 1.75rem !important;
            font-weight: 600 !important;
            border-radius: 6px !important;
            color: white !important;
        }
        
        .btn-primary-112202:hover {
            background-color: #001a38 !important;
            border-color: #001a38 !important;
        }
        
        .btn-secondary-112202 {
            background-color: var(--secondary-color) !important;
            border-color: var(--secondary-color) !important;
            padding: 0.75rem 1.75rem !important;
            font-weight: 600 !important;
            border-radius: 6px !important;
            color: white !important;
        }
        
        .btn-secondary-112202:hover {
            background-color: #d55a1c !important;
            border-color: #d55a1c !important;
        }
        
        .circle-indicator-112202 {
            display: inline-block;
            width: 24px;
            height: 24px;
            background-color: var(--secondary-color);
            color: white;
            border-radius: 50%;
            text-align: center;
            line-height: 24px;
            font-weight: bold;
            margin-right: 10px;
        }:root {
        
        }
        
        body {
            font-family: 'Poppins', sans-serif;
            background-color: #f9f9f9;
            color: #333;
            line-height: 1.7;
        }
        
        /* Unique CSS classes with number 112205 */
        .container-112205 {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 15px;
        }
        
        .section-112205 {
            padding: 2rem 0;
            position: relative;
        }
        
        .section-header-112205 {
            margin-bottom: 4rem;
            text-align: center;
            position: relative;
        }
        
        .section-title-112205 {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 1rem;
            position: relative;
            display: inline-block;
        }
        
        .section-title-112205::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: var(--gradient-secondary);
            border-radius: 2px;
        }
        
        .section-subtitle-112205 {
            font-size: 1.1rem;
            color: #666;
            max-width: 700px;
            margin: 1.5rem auto 0;
        }
        
        /* User Groups Section */
        .user-groups-section-112205 {
            background-color: white;
            position: relative;
            overflow: hidden;
        }
        
        .hexagon-grid-112205 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.04;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill='%23002147' fill-opacity='1'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/svg%3E");
        }
        
        .user-card-wrapper-112205 {
            margin-bottom: 30px;
            perspective: 1000px;
        }
        
        .user-card-112205 {
            background-color: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            height: 100%;
            transform-style: preserve-3d;
            position: relative;
        }
        
        .user-card-112205:hover {
            transform: rotateY(10deg) translateZ(10px);
            box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .user-card-inner-112205 {
            padding: 2.5rem;
            position: relative;
            z-index: 2;
        }
        
        .user-card-icon-112205 {
            width: 70px;
            height: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            margin-bottom: 1.5rem;
            position: relative;
        }
        
        .user-card-icon-bg-112205 {
            position: absolute;
            width: 100%;
            height: 100%;
            background: var(--gradient-primary);
            border-radius: 20px;
            transform: rotate(45deg);
            z-index: -1;
        }
        
        .user-card-icon-112205 i {
            color: white;
            z-index: 1;
        }
        
        .user-card-title-112205 {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 1rem;
        }
        
        .user-card-text-112205 {
            color: #555;
            font-size: 0.95rem;
        }
        
        .user-card-accent-112205 {
            position: absolute;
            top: 0;
            right: 0;
            width: 100px;
            height: 100px;
            background: var(--gradient-secondary);
            opacity: 0.1;
            border-radius: 0 0 0 100%;
            z-index: 1;
        }
        
        /* Features Section */
        .features-section-112205 {
            background-color: #f2f5f9;
            position: relative;
        }
        
        .features-container-112205 {
            position: relative;
            z-index: 2;
        }
        
        .feature-box-112205 {
            background-color: white;
            border-radius: 20px;
            padding: 3rem;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
            height: 100%;
            position: relative;
            overflow: hidden;
            z-index: 2;
            transition: transform 0.3s ease;
        }
        
        .feature-box-112205:hover {
            transform: translateY(-10px);
        }
        
        .feature-box-112205::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 150px;
            height: 150px;
            background: var(--gradient-secondary);
            opacity: 0.05;
            border-radius: 0 0 0 150px;
            z-index: 1;
        }
        
        .feature-title-112205 {
            font-size: 1.75rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 1.5rem;
            position: relative;
            z-index: 2;
        }
        
        .feature-text-112205 {
            color: #555;
            position: relative;
            z-index: 2;
        }
        
        .feature-highlight-112205 {
            color: var(--secondary-color);
            font-weight: 600;
        }
        
        .feature-btn-112205 {
            background: var(--gradient-primary);
            color: white;
            border: none;
            padding: 0.8rem 2rem;
            border-radius: 50px;
            font-weight: 600;
            margin-top: 1.5rem;
            transition: all 0.3s ease;
            position: relative;
            z-index: 2;
        }
        
        .feature-btn-112205:hover {
            box-shadow: 0 5px 15px rgba(0, 33, 71, 0.3);
            color: white;
            transform: translateY(-3px);
        }
        
        .features-bg-shape-112205 {
            position: absolute;
            width: 500px;
            height: 500px;
            background-color: var(--primary-color);
            opacity: 0.02;
            border-radius: 50%;
        }
        
        .shape-top-right-112205 {
            top: -250px;
            right: -250px;
        }
        
        .shape-bottom-left-112205 {
            bottom: -250px;
            left: -250px;
        }
        
        /* Reasons Section */
        .reasons-section-112205 {
            background-color: white;
            position: relative;
        }
        
        .reasons-grid-112205 {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 4rem;
        }
        
        .reason-card-112205 {
            background: white;
            border-radius: 20px;
            padding: 0;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            overflow: hidden;
            transition: all 0.3s ease;
            position: relative;
            height: 100%;
        }
        
        .reason-card-112205:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        }
        
        .reason-card-header-112205 {
            background: var(--gradient-primary);
            padding: 1.5rem;
            position: relative;
            overflow: hidden;
        }
        
        .reason-card-header-112205::before {
            content: '';
            position: absolute;
            top: -20px;
            right: -20px;
            width: 100px;
            height: 100px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
        }
        
        .reason-card-header-112205::after {
            content: '';
            position: absolute;
            bottom: -30px;
            left: -30px;
            width: 80px;
            height: 80px;
            background-color: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
        }
        
        .reason-icon-112205 {
            font-size: 2rem;
            color: white;
            margin-bottom: 0.5rem;
            position: relative;
            z-index: 2;
        }
        
        .reason-title-112205 {
            color: white;
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 0;
            position: relative;
            z-index: 2;
        }
        
        .reason-body-112205 {
            padding: 1.5rem;
        }
        
        .reason-text-112205 {
            color: #555;
            font-size: 0.95rem;
            margin-bottom: 0;
        }
        
        .cta-container-112205 {
            background: var(--gradient-primary);
            border-radius: 20px;
            padding: 4rem;
            position: relative;
            overflow: hidden;
            box-shadow: 0 20px 50px rgba(0, 33, 71, 0.2);
        }
        
        .cta-container-112205::before {
            content: '';
            position: absolute;
            top: -50px;
            right: -50px;
            width: 200px;
            height: 200px;
            background-color: rgba(255, 255, 255, 0.05);
            border-radius: 50%;
        }
        
        .cta-container-112205::after {
            content: '';
            position: absolute;
            bottom: -80px;
            left: -80px;
            width: 250px;
            height: 250px;
            background-color: rgba(239, 106, 35, 0.1);
            border-radius: 50%;
        }
        
        .cta-content-112205 {
            position: relative;
            z-index: 2;
            text-align: center;
        }
        
        .cta-title-112205 {
            color: white;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }
        
        .cta-text-112205 {
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.1rem;
            max-width: 700px;
            margin: 0 auto 2rem;
        }
        
        .cta-btn-112205 {
            background: var(--gradient-secondary);
            color: white;
            border: none;
            padding: 1rem 2.5rem;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            box-shadow: 0 10px 20px rgba(239, 106, 35, 0.3);
        }
        
        .cta-btn-112205:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(239, 106, 35, 0.4);
            color: white;
        }  :root {
           
        }
        
        body {
            font-family: 'Montserrat', sans-serif;
            background-color: #f9f9f9;
            color: #333;
            line-height: 1.7;
        }
        
        /* Unique CSS classes with number 112206 */
        .section-112206 {
            padding: 6rem 0;
            position: relative;
            overflow: hidden;
        }
        
        /* Main Feature Section */
        .feature-main-112206 {
            background: linear-gradient(135deg, #f9f9f9 0%, #f2f2f2 100%);
            position: relative;
        }
        
        .feature-main-112206::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: 
                radial-gradient(circle at 10% 10%, rgba(0, 33, 71, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 90% 90%, rgba(239, 106, 35, 0.03) 0%, transparent 50%);
            z-index: 1;
        }
        
        .feature-content-wrapper-112206 {
            position: relative;
            z-index: 2;
        }
        
        .feature-heading-112206 {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--primary-color);
            margin-bottom: 1.5rem;
            position: relative;
            display: inline-block;
        }
        
        .feature-heading-112206::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 80px;
            height: 4px;
            background: var(--secondary-color);
            border-radius: 2px;
        }
        
        .feature-text-112206 {
            font-size: 1.1rem;
            color: #444;
            margin-bottom: 2rem;
            max-width: 90%;
        }
        
        .feature-highlight-112206 {
            color: var(--secondary-color);
            font-weight: 600;
        }
        
        .feature-image-container-112206 {
            position: relative;
            height: 100%;
            min-height: 400px;
        }
        
        .feature-image-112206 {
            position: absolute;
            width: 120%;
            height: auto;
            top: 50%;
            right: -10%;
            transform: translateY(-50%);
            border-radius: 20px;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
            z-index: 2;
        }
        
        .feature-image-bg-112206 {
            position: absolute;
            width: 80%;
            height: 80%;
            top: 10%;
            right: 0;
            background: linear-gradient(135deg, var(--primary-color) 0%, #003b7e 100%);
            border-radius: 20px;
            z-index: 1;
        }
        
        .feature-btn-112206 {
            background: linear-gradient(135deg, var(--secondary-color) 0%, #f58b4c 100%);
            color: white;
            border: none;
            padding: 0.9rem 2.5rem;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(239, 106, 35, 0.2);
            margin-top: 1rem;
        }
        
        .feature-btn-112206:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(239, 106, 35, 0.3);
            color: white;
        }
        
        /* Process Section */
        .process-section-112206 {
            background-color: white;
            position: relative;
        }
        
        .process-bg-112206 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.03;
            background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23002147' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        }
        
        .process-heading-112206 {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--primary-color);
            text-align: center;
            margin-bottom: 3rem;
            position: relative;
            display: inline-block;
        }
        
        .process-heading-112206::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: var(--secondary-color);
            border-radius: 2px;
        }
        
        .process-card-112206 {
            background: white;
            border-radius: 16px;
            padding: 2.5rem;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            height: 100%;
            position: relative;
            transition: all 0.3s ease;
            border: 1px solid #eee;
            overflow: hidden;
        }
        
        .process-card-112206:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            border-color: var(--secondary-color);
        }
        
        .process-card-112206::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 6px;
            height: 100%;
            background: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%);
            border-radius: 3px 0 0 3px;
        }
        
        .process-step-112206 {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 40px;
            height: 40px;
            background: var(--primary-light);
            color: var(--primary-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 1.2rem;
        }
        
        .process-title-112206 {
            font-size: 1.4rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 1.5rem;
            padding-right: 50px;
        }
        
        .process-text-112206 {
            color: #555;
            font-size: 1rem;
        }
        
        .process-icon-112206 {
            width: 60px;
            height: 60px;
            background: var(--primary-light);
            color: var(--primary-color);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            margin-bottom: 1.5rem;
            transition: all 0.3s ease;
        }
        
        .process-card-112206:hover .process-icon-112206 {
            background: var(--primary-color);
            color: white;
            transform: rotateY(180deg);
        }
        
        /* FAQ Section */
        .faq-section-112206 {
            background: linear-gradient(135deg, #f9f9f9 0%, #f2f2f2 100%);
            position: relative;
        }
        
        .faq-heading-112206 {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--primary-color);
            text-align: center;
            margin-bottom: 3rem;
            position: relative;
            display: inline-block;
        }
        
        .faq-heading-112206::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: var(--secondary-color);
            border-radius: 2px;
        }
        
        .faq-card-112206 {
            background: white;
            border-radius: 16px;
            margin-bottom: 1.5rem;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            overflow: hidden;
        }
        
        .faq-card-112206:hover {
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .faq-question-112206 {
            padding: 1.5rem;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: var(--primary-color);
            font-weight: 600;
            font-size: 1.1rem;
            position: relative;
        }
        
        .faq-question-112206::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 4px;
            background: var(--secondary-color);
            opacity: 0;
            transition: all 0.3s ease;
        }
        
        .faq-card-112206:hover .faq-question-112206::before {
            opacity: 1;
        }
        
        .faq-toggle-112206 {
            background: var(--primary-light);
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary-color);
            font-weight: 700;
            transition: all 0.3s ease;
        }
        
        .faq-card-112206:hover .faq-toggle-112206 {
            background: var(--primary-color);
            color: white;
        }
        
        .faq-answer-112206 {
            padding: 0 1.5rem 1.5rem;
            color: #555;
        }
        
        /* CTA Section */
        .cta-section-112206 {
            background: linear-gradient(135deg, var(--primary-color) 0%, #003b7e 100%);
            position: relative;
            overflow: hidden;
        }
        
        .cta-section-112206::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 70%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            transform: rotate(30deg);
        }
        
        .cta-content-112206 {
            position: relative;
            z-index: 2;
            text-align: center;
        }
        
        .cta-heading-112206 {
            font-size: 2.5rem;
            font-weight: 700;
            color: white;
            margin-bottom: 1.5rem;
        }
        
        .cta-text-112206 {
            color: rgba(255, 255, 255, 0.9);
            font-size: 1.1rem;
            max-width: 700px;
            margin: 0 auto 2.5rem;
        }
        
        .cta-btn-112206 {
            background: var(--secondary-color);
            color: white;
            border: none;
            padding: 1rem 2.5rem;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
        
        .cta-btn-112206:hover {
            background: #d55a1c;
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
            color: white;
        }
        
        /* Animation */
        @keyframes float-112206 {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
            100% { transform: translateY(0px); }
        }
        
        .float-animation-112206 {
            animation: float-112206 6s ease-in-out infinite;
        }


      

     

        /* --- SECTION 1: The Pitch & Call to Action (High Contrast) --- */
        #section-pitch {
            background-color: var(--primary-dark);
            color: var(--bg-light);
            padding: 5rem 0;
        }

        .pitch-title {
            color: var(--accent-orange);
            font-weight: 800;
            font-size: clamp(1.8rem, 4vw, 2.8rem);
            margin-bottom: 1.5rem;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        }

        .pitch-text {
            font-weight: 400;
            font-size: clamp(1rem, 2vw, 1.15rem);
            margin-bottom: 1.5rem;
        }

        .cta-button {
            background-color: var(--accent-orange) !important;
            border: 2px solid var(--accent-orange) !important;
            color: var(--primary-dark) !important;
            font-weight: 700;
            padding: 0.8rem 3rem;
            border-radius: 50px; /* Pill shape */
            text-transform: uppercase;
            letter-spacing: 0.05em;
            transition: all 0.3s ease;
            box-shadow: 0 6px 15px rgba(239, 106, 35, 0.4) !important;
        }

        .cta-button:hover {
            background-color: transparent !important;
            color: var(--accent-orange) !important;
            box-shadow: 0 0 0 2px var(--accent-orange) inset !important;
            transform: translateY(-2px) !important;
        }

        /* --- SECTION 2: The Explanation (Clean & Informative) --- */
        #section-explanation {
            padding: 5rem 0;
            background-color: #ffffff; /* Pure white background for cleanliness */
        }

        .explanation-card {
            border: 1px solid #e9ecef; /* Subtle border */
            border-radius: 1rem;
            padding: 3rem;
            box-shadow: 0 8px 25px rgba(0, 33, 71, 0.1); /* Soft shadow */
        }

        .explanation-title {
            color: var(--primary-dark);
            font-weight: 700;
            font-size: clamp(1.5rem, 3vw, 2.2rem);
            margin-bottom: 1.5rem;
        }

        .explanation-title::after {
            content: '';
            display: block;
            width: 80px;
            height: 5px;
            background-color: var(--accent-orange);
            margin-top: 10px;
            border-radius: 5px;
        }

        .explanation-text {
            color: var(--secondary-dark);
            font-size: 1.05rem;
            margin-bottom: 1rem;
        }

        .explanation-text strong {
            color: var(--accent-orange); /* Highlight key terms in orange */
        }
        .detector-card {
            background-color: var(--primary-dark);
            color: var(--light-text); /* Light text on dark card */
            border: 2px solid var(--accent-orange);
            border-radius: 1rem;
            padding: 3rem;
            /* max-width: 850px; */
            margin: 0 auto;
            text-align: center;
            box-shadow: 0 0 15px rgba(239, 106, 35, 0.5); /* Initial orange shadow */
            transition: all 0.5s ease-in-out;
            animation: pulse-shadow 4s infinite alternate ease-in-out; /* Apply the animation */
        }

        /* Keyframes for the pulsing shadow effect (Remains the same using orange) */
        @keyframes pulse-shadow {
            0% {
                box-shadow: 0 0 10px rgba(239, 106, 35, 0.4);
            }
            50% {
                box-shadow: 0 0 25px rgba(239, 106, 35, 0.8), 0 0 50px rgba(239, 106, 35, 0.3);
            }
            100% {
                box-shadow: 0 0 10px rgba(239, 106, 35, 0.4);
            }
        }

        /* Styling for the main headline */
        .detector-headline {
            color: var(--light-text) !important;
            font-weight: 800;
            font-size: 2.5rem;
            margin-bottom: 1rem;
            line-height: 1.2;
        }

        /* Styling for the accent part of the headline */
        .highlight-text {
            color: var(--accent-orange) !important;
        }

        /* Styling for the call-to-action button */
        .btn-detector-cta {
            background-color: var(--accent-orange);
            border: none;
            color: var(--primary-dark);
            font-weight: bold;
            padding: 0.75rem 2.5rem;
            border-radius: 0.5rem;
            margin-top: 1.5rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
        }

        .btn-detector-cta:hover {
            background-color: #d65e20; /* Slightly darker orange on hover */
            color: var(--primary-dark);
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(0, 33, 71, 0.4);
        }

        /* Responsive adjustments for smaller screens */
        @media (max-width: 768px) {
            .ai-detector-section {
                padding: 4rem 0;
            }
            .detector-card {
                padding: 2rem 1.5rem;
                margin: 0 1rem;
            }
            .detector-headline {
                font-size: 2rem;
            }
            .btn-detector-cta {
                width: 100%;
                padding: 1rem 1.5rem;
            }
        }
        
        /*menu css start*/
       /* Top Bar Styles */
        .top-bar {
            background-color: #2C2C2C;
            padding: 10px 0;
            color: white;
        }
        
        .top-bar a {
            color: white;
            text-decoration: none;
            font-size: 14px;
        }

        /* Desktop Menu Styles */
        @media (min-width: 992px) {
            .desktopmenurp-new .navbar {
                padding: 15px 0;
                background: white;
                box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            }

            .desktopmenurp-new .mega-menu {
                display: none;
                position: absolute;
                left: 0;
                top: 100%;
                width: 250px;
                background: white;
                box-shadow: 0 2px 5px rgba(0,0,0,0.1);
                z-index: 1000;
            }

            .desktopmenurp-new .left-menu {
                width: 250px;
                list-style: none;
                padding: 0;
                margin: 0;
            }

            .desktopmenurp-new .left-menu > li > a {
                padding: 12px 15px;
                display: block;
                color: #002d60;
                text-decoration: none;
                font-size: 17px;
                position: relative;
            }

            .desktopmenurp-new .left-menu > li > a:hover {
                color: #0067bb;
                text-decoration: underline;
            }

            .desktopmenurp-new .has-submenu > a:after {
                font-family: 'FontAwesome';
                content: "\f061";
                position: absolute;
                right: 15px;
                top: 50%;
                transform: translateY(-50%);
                font-size: 20px;
            }

            .desktopmenurp-new .submenu {
                position: absolute;
                left: 250px;
                top: 0;
                height: 495px;
                width: 250px;
                background: #002147;
                padding: 15px;
                display: none;
            }

            .desktopmenurp-new .submenu a {
                color: white;
                text-decoration: none;
                padding: 8px 0;
                display: block;
                font-size: 17px;
            }

            .desktopmenurp-new .nav-item:hover .mega-menu {
                display: block;
            }

            .desktopmenurp-new .left-menu > li:hover .submenu {
                display: block;
            }
        }

        /* Button Styles */
        .desktopmenurp-new .order-now {
            background: #ef6a23;
            color: white !important;
            padding: 8px 20px !important;
            border-radius: 4px;
        }

        .navbar-expand-lg .navbar-nav .nav-link {
            color: #212529;
            font-size: 17px !important;
            margin-right: 10px;
        }

        .signinroot:hover {
            background: black !important;
            color: white;
        }
        .top-bar .btn-link {
            text-decoration: none;
            padding: 0.25rem 0.5rem;
        }

        .top-bar .btn-link:hover {
            color: #ffffff !important;
            opacity: 0.8;
        }

        .top-bar .fa-shopping-cart {
            font-size: 1.1rem;
        }
        body {
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }

    /* Header */
  .mobile-menu-rp-show  .header-bar {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      background: white;
      padding: 0px 20px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      z-index: 1030;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

  .mobile-menu-rp-show  .site-logo {
      font-size: 1.5rem;
      font-weight: 600;
      color: #333;
      text-decoration: none;
    }

  .mobile-menu-rp-show  .site-logo:hover {
      text-decoration: none;
      color: #333;
    }

  .mobile-menu-rp-show  .menu-btn {
      background: transparent;
      border: none;
      padding: 8px;
      cursor: pointer;
    }

  .mobile-menu-rp-show  .menu-btn i {
      font-size: 2rem;
      color: #333;
    }

    /* Offcanvas */
  .mobile-menu-rp-show  .offcanvas {
      position: fixed;
      top: 0;
      right: -320px;
      width: 320px;
      height: 100%;
      background: white;
      z-index: 1050;
      transition: all 0.3s ease;
      display: flex;
      flex-direction: column;
      box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    }

  .mobile-menu-rp-show  .offcanvas.show {
      right: 0;
    }

  .mobile-menu-rp-show  .offcanvas-backdrop {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1040;
      display: none;
    }

  .mobile-menu-rp-show  .offcanvas-backdrop.show {
      display: block;
    }

  .mobile-menu-rp-show  .offcanvas-header {
      padding: 15px;
      border-bottom: 1px solid #dee2e6;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: white;
    }

  .mobile-menu-rp-show  .offcanvas-title {
      margin: 0;
      font-size: 1.25rem;
      font-weight: 500;
    }

  .mobile-menu-rp-show  .btn-close {
      background: transparent;
      border: none;
      font-size: 1.75rem;
      line-height: 1;
      color: #000;
      opacity: 0.75;
      padding: 0 5px;
      cursor: pointer;
    }

  .mobile-menu-rp-show  .btn-back {
      background: transparent;
      border: none;
      font-size: 1.5rem;
      padding: 0 5px;
      margin-right: 10px;
      cursor: pointer;
    }

  .mobile-menu-rp-show  .offcanvas-body {
      flex: 1;
      padding: 0;
      overflow-y: auto;
    }

    /* Navigation */
  .mobile-menu-rp-show  .nav-list {
      list-style: none;
      margin: 0;
      padding: 0;
    }

  .mobile-menu-rp-show  .nav-item {
      border-bottom: 1px solid #dee2e6;
    }

  .mobile-menu-rp-show  .nav-link {
      display: block;
      padding: 15px;
      color: #333;
      text-decoration: none;
      transition: background-color 0.2s;
    }

  .mobile-menu-rp-show  .nav-link:hover {
      background-color: #f8f9fa;
      text-decoration: none;
      color: #333;
    }

  .mobile-menu-rp-show  .has-submenu {
      position: relative;
    }

  .mobile-menu-rp-show  .has-submenu::after {
      content: "›";
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.5rem;
      color: #999;
    }

    /* Submenu */
  .mobile-menu-rp-show  .submenu {
      display: none;
    }

    #nav_su.mobile-menu-rp-showb .offcanvas-body {
      display: flex;
      flex-direction: column;
    }

    #nav_su.mobile-menu-rp-showb .intro {
      padding: 15px;
      margin: 0;
      background: white;
      font-size: 0.9rem;
      color: #666;
      border-bottom: 1px solid #eee;
    }

  .mobile-menu-rp-show  .submenu-content {
      flex: 1;
      overflow-y: auto;
    }

    /* Main Content */
  .mobile-menu-rp-show  .main-content {
      padding-top: 80px;
      padding: 80px 20px 20px;
    }

  .mobile-menu-rp-show  .btn-close {
      background: transparent;
      border: none;
      font-size: 1.75rem;
      color: #000;
      /* Ensure black color */
      line-height: 1;
      opacity: 0.75;
      padding: 0 5px;
      cursor: pointer;
    }

  .mobile-menu-rp-show  .btn-close:hover {
      opacity: 1;
      color: #333;
      /* Slightly darker color on hover */
    }

    .color-change {
            animation: colorChange 3s infinite;
        }

        @keyframes colorChange {
            0% { color: #ff0000; }
            25% { color: #00ff00; }
            50% { color: #0000ff; }
            75% { color: #ff00ff; }
            100% { color: #ff0000; }
        }


    @media (min-width: 1200px) {
    .mobile-menu-rp-show {
        display: none;
      }
    }

    @media (max-width: 1200px) {
    .desktopmenurp-new {
        display: none !important;
    }}
    @media (max-width: 1200px) {
    .top-bar{
        display: none !important;
    }}
    
    .btn.btn-sectiond {
    background-color: #ef6a23;
    font-size: 16px;
    padding: 10px 20px;
    color: #fff;
    border-radius: .3rem;
    font-weight: 500;
}
.btn.btn-sectiona {
    background-color: #002d60;
    font-size: 16px;
    padding: 10px 20px;
    color: #fff;
    border-radius: .3rem;
}
  /* Footer Styles */
        .footer-5634343 {
            width: 100%;
            background-color: #1e3a8a;
            color: white;
            padding: 40px 0;
            margin-top: auto;
        }

        .footer-content-5634343 {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .footer-column-5634343 {
            flex: 1;
            min-width: 200px;
            margin-bottom: 30px;
        }

        .footer-column-5634343 h4 {
            font-size: 18px;
            margin-bottom: 20px;
            color: #fff;
            font-weight: 600;
        }

        .footer-column-5634343 ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-column-5634343 ul li {
            margin-bottom: 10px;
        }

        .footer-column-5634343 ul li a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            transition: color 0.3s;
            font-size: 14px;
        }

        .footer-column-5634343 ul li a:hover {
            color: #ffffff;
        }

        .footer-bottom-5634343 {
            text-align: center;
            padding-top: 20px;
            margin-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            font-size: 14px;
            color: rgba(255, 255, 255, 0.6);
        }

        .social-icons-5634343 {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }

        .social-icons-5634343 a {
            color: white;
            font-size: 20px;
            transition: opacity 0.3s;
        }

        .social-icons-5634343 a:hover {
            opacity: 0.8;
        }

        @media (max-width: 768px) {
            .footer-content-5634343 {
                flex-direction: column;
            }
            
            .footer-column-5634343 {
                width: 100%;
                margin-bottom: 30px;
            }
        }
        
        /*navbar menu*/
        
        
        
        /*      sidebar icon    */
           /* Unique CSS selector using number 5634343 */
        .scribbr-sidebar-5634343 {
            --sidebar-width: 60px;
            --sidebar-expanded-width: 350px;
            --transition-speed: 0.3s;
            --border-radius: 8px;
            --header-color: #1e3a8a;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            overflow-x: hidden;
            background-color: #f9fafb;
            padding-bottom: 0; /* Ensure there's no extra padding */
            margin: 0;
            min-height: 100vh;
            /*display: flex;*/
            /*flex-direction: column;*/
        }
        
        /*.page-container-5634343 {*/
        /*    display: flex;*/
        /*    flex: 1;*/
        /*    position: relative;*/
        /*}*/
        
        .sidebar-container-5634343 {
            position: relative;
            width: 60px;
            min-width: 60px;
            height: 100%;
            background-color: white;
            border-right: 1px solid rgba(0, 0, 0, 0.05);
            display: none; /* Hide by default */
        }
        
        .sidebar-5634343 {
            position: fixed;
            width: 60px;
            height: calc(100% - 200px); /* Adjust height to leave space for footer */
            background-color: #f8f9fa;
            transition: width 0.3s, opacity 0.3s;
            overflow: hidden;
            z-index: 1000;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        /* Only show sidebar on desktop */
        @media (min-width: 992px) {
            .sidebar-container-5634343 {
                display: block;
            }
        }
        
        .sidebar-5634343:hover {
            width: 350px;
        }
        
        .sidebar-hidden {
            opacity: 0;
            pointer-events: none;
        }
        
        .sidebar-header-5634343 {
            position: absolute;
            top: 20px;
            padding: 10px;
            width: 100%;
            white-space: nowrap;
            opacity: 0;
            transition: opacity 0.3s;
            text-align: center;
            text-decoration: none;
            color: inherit;
        }
        
        .sidebar-5634343:hover .sidebar-header-5634343 {
            opacity: 1;
        }
        
        .sidebar-header-5634343 h5 {
            font-size: 18px;
            margin: 0;
            font-weight: 700;
            color: #1e3a8a;
        }
        
        .sidebar-items-5634343 {
            display: flex;
            flex-direction: column;
            gap: 12px;
            padding: 0 5px;
        }
        
        .sidebar-item-5634343 {
            display: flex;
            align-items: center;
            padding: 10px;
            cursor: pointer;
            transition: all 0.3s;
            border-radius: 8px;
            position: relative;
            overflow: hidden;
            text-decoration: none;
            color: inherit;
        }
        
        .sidebar-item-5634343:hover {
            background-color: rgba(0, 0, 0, 0.05);
        }
        
        .icon-wrapper-5634343 {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            margin-right: 16px;
            flex-shrink: 0;
        }
        
        .icon-image-5634343 {
            width: 40px;
            height: 36px;
            object-fit: contain;
        }
        
        .item-text-5634343 {
            white-space: nowrap;
            transition: opacity 0.3s;
            opacity: 0;
        }
        
        .sidebar-5634343:hover .item-text-5634343 {
            opacity: 1;
        }
        
        .item-text-5634343 strong {
            display: block;
            font-size: 14px;
            font-weight: 600;
            color: #333;
            margin-bottom: 2px;
        }
        
        .item-text-5634343 small {
            font-size: 12px;
            color: #6c757d;
            display: block;
        }
        
        .text-summarizer-5634343 {
            background-color: #FCF2F8;
        }
        
        .ai-proofreader-5634343 {
            background-color: #F1FCEE;
        }
        
        .plagiarism-checker-5634343 {
            background-color: #FCF5FF;
        }
        
        .proofreading-editing-5634343 {
            background-color: #FFF8EC;
        }
        
        .ai-detector-5634343 {
            background-color: #EFF8FC;
        }
        
        .ai-humanizer-5634343 {
            background-color: #FFF7F2;
        }
        
        .main-content-5634343 {
            flex: 1;
            /*padding: 25px;*/
            width: 100%;
            max-width: 100%;
        }
        
        /* Adjust main content width on desktop */
        @media (min-width: 992px) {
            .main-content-5634343 {
                max-width: calc(100% - 60px);
            }
        }

        /* Footer Styles */
        .footer-5634343 {
            width: 100%;
            background-color: #1e3a8a;
            color: white;
            padding: 40px 0;
            margin-top: auto;
        }

        .footer-content-5634343 {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .footer-column-5634343 {
            flex: 1;
            min-width: 200px;
            margin-bottom: 30px;
        }

        .footer-column-5634343 h4 {
            font-size: 18px;
            margin-bottom: 20px;
            color: #fff;
            font-weight: 600;
        }

        .footer-column-5634343 ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-column-5634343 ul li {
            margin-bottom: 10px;
        }

        .footer-column-5634343 ul li a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            transition: color 0.3s;
            font-size: 14px;
        }

        .footer-column-5634343 ul li a:hover {
            color: #ffffff;
        }

        .footer-bottom-5634343 {
            text-align: center;
            padding-top: 20px;
            margin-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            font-size: 14px;
            color: rgba(255, 255, 255, 0.6);
        }

        .social-icons-5634343 {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }

        .social-icons-5634343 a {
            color: white;
            font-size: 20px;
            transition: opacity 0.3s;
        }

        .social-icons-5634343 a:hover {
            opacity: 0.8;
        }

        @media (max-width: 768px) {
            .footer-content-5634343 {
                flex-direction: column;
            }
            
            .footer-column-5634343 {
                width: 100%;
                margin-bottom: 30px;
            }
        }
     