.elementor-4207 .elementor-element.elementor-element-9ba6e01{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4207 .elementor-element.elementor-element-26fba55{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-fa370da */:root {
    --primary-brand: #3b82f6;
    --border-color: #dee2e6;
    --background-light: #f8f9fa;
    --secondary-gray: #6c757d;
    --success: #10b981;
    --danger: #ef4444;
    --text-primary: #1f2937;
    --text-secondary: #4b5563;
}

/* Base Styles */
body {font-family: sans-serif;margin: 0;padding: 0;background-color: var(--background-light);color: var(--text-primary);}
.container {max-width: 1200px;margin: 0 auto;padding: 20px;}
.hidden {display: none !important;}
.full-width {width: 100%;}
.divider {height: 1px;background: var(--border-color);margin: 1.5rem 0;}

/* Buttons & Links */
.btn {padding: 0.75rem 1.5rem;border-radius: 6px;cursor: pointer;font-weight: 600;transition: background-color 0.2s, opacity 0.2s;text-decoration: none;display: flex;align-items: center;justify-content: center;text-align: center;border: 1px solid transparent;}
.btn-secondary {background: transparent;color: var(--secondary-gray);border: 1px solid var(--border-color);}
.btn-secondary:hover {background: #e9ecef;}
#scanBtn {background-color: var(--primary-brand);color: white;}
#scanBtn:hover {opacity: 0.9;}

/* New style for the select image button in dropzone */
.btn-primary-dropzone {background-color: var(--primary-brand);color: white;padding: 0.75rem 2rem;border: none;font-size: 1.1rem;margin-top: 15px;}
.btn-primary-dropzone:hover {background-color: #2563eb;}


/* Page Header (H1) */
.page-header {text-align: center;margin-bottom: 2rem;padding-top: 1rem;}
.page-header h1 {font-size: 2.2rem;margin-bottom: 0.5rem;color: var(--primary-brand);line-height: 1.2;}
.page-header p {color: var(--secondary-gray);}


/* Drop Zone */
.drop-zone {border: 2px dashed var(--border-color);border-radius: 8px;padding: 4rem 2rem;text-align: center;cursor: pointer;background: white;transition: background 0.2s;}
.drop-zone:hover {background: #f0f7ff;border-color: var(--primary-brand);}
.drop-zone p {margin-top: 5px;margin-bottom: 5px;} 

/* Workspace */
.workspace {background: white;padding: 2rem;border-radius: 8px;border: 1px solid var(--border-color);}

.ocr-layout {display: flex;gap: 2rem;align-items: flex-start;}

h4 {margin-bottom: 10px;color: var(--text-primary);font-size: 1.1rem;}

/* Left Column: Editor */
.preview-panel {flex: 1;min-width: 300px;display: flex;flex-direction: column;}

.editor-container {
    width: 100%;
    height: 400px;
    background: #333;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.img-wrapper {height: 100%;}
.img-wrapper img {max-width: 100%;display: block;}

.scan-controls {margin-bottom: 1rem;}

/* Progress Bar */
.progress-box {margin-top: 0.5rem;background: #f0f9ff;padding: 1rem;border-radius: 6px;border: 1px solid #bae6fd;}
.progress-header {display: flex;justify-content: space-between;font-size: 0.9rem;margin-bottom: 5px;color: #0369a1;font-weight: 600;}
.progress-track {width: 100%;height: 10px;background: #e0f2fe;border-radius: 5px;overflow: hidden;}
.progress-fill { 
    height: 100%; width: 0%; 
    background: var(--primary-brand); 
    transition: width 0.2s ease;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
    animation: progress-stripes 1s linear infinite;
}
@keyframes progress-stripes { from { background-position: 1rem 0; } to { background-position: 0 0; } }

/* Right Column: Output */
.output-panel {flex: 1;display: flex;flex-direction: column;}

.text-result {
    width: 100%;
    height: 400px;
    padding: 1rem;
    font-family: 'Segoe UI', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    resize: vertical;
    background: #fdfdfd;
    color: #374151;
    margin-bottom: 1rem;
}
.text-result:focus {outline: 2px solid var(--primary-brand);background: white;}

.action-buttons {display: flex;gap: 1rem;}

/* Loader */
.loader-overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(255, 255, 255, 0.9);display: flex;flex-direction: column;justify-content: center;align-items: center;z-index: 9999;}
.spinner {width: 40px;height: 40px;border: 4px solid #eee;border-top: 4px solid var(--primary-brand);border-radius: 50%;animation: spin 1s linear infinite;}
@keyframes spin {to {transform: rotate(360deg);}}


/* --- SEO/INFO SECTIONS STYLING --- */
.info-section {background: white;padding: 2.5rem;border-radius: 8px;margin-top: 2rem;box-shadow: 0 4px 12px rgba(0,0,0,0.05);}
.info-section h3 {margin-bottom: 1.5rem;border-bottom: 1px solid var(--border-color);padding-bottom: 0.75rem;font-size: 1.8rem;color: var(--primary-brand);}
.info-section p {font-size: 1.1rem;line-height: 1.7;color: var(--text-secondary);text-align: justify;margin-bottom: 1.5rem;}
.info-section p strong {font-weight: 700;}

/* Internal Link Styling */
.info-section p a, .how-to-list li a {color: var(--primary-brand);font-weight: 600;text-decoration: none;border-bottom: 1px dashed var(--primary-brand);transition: color 0.2s, border-bottom-color 0.2s;}
.info-section p a:hover, .how-to-list li a:hover {color: #2563eb;border-bottom-color: #2563eb;}

.how-to-list {padding-left: 20px;margin-top: 1.5rem;}
.how-to-list li {font-size: 1.1rem;line-height: 1.8;margin-bottom: 1rem;color: var(--text-secondary);}

/* FAQ Styling */
.faq-item {margin-bottom: 2rem;border-left: 4px solid var(--primary-brand);padding-left: 1.5rem;}
.faq-item strong {display: block;margin-bottom: 0.5rem;font-size: 1.25rem;color: var(--text-primary);}
.faq-item p {font-size: 1.1rem;color: var(--text-secondary);text-align: left;}


/* Responsive */
@media (max-width: 800px) {
    .ocr-layout {flex-direction: column;}
    .preview-panel, .output-panel {width: 100%;}
    .editor-container {height: 300px;}
    .text-result {height: 300px;}
    .action-buttons {flex-direction: column;}

    .page-header h1 {font-size: 1.8rem;}
    .workspace {padding: 1rem;}
    
    /* Responsive for Info Sections */
    .info-section {padding: 1.5rem;}
    .info-section h3 {font-size: 1.4rem;}
    .info-section p, .how-to-list li, .faq-item p {font-size: 1rem;text-align: left;}
    .faq-item strong {font-size: 1.1rem;}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-360fec4 */<style>
/* --- Unified Bouncing Blue Links --- */
.utilix-bounce-links {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Inter', -apple-system, sans-serif;
}

.utilix-bounce-links h3 {
    font-size: 1.15rem;
    color: #1e293b;
    font-weight: 800;
    margin-bottom: 25px;
    text-align: left;
}

.links-flex {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 15px;
    align-items: center;
}

.bounce-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #2563eb;
    font-weight: 700;
    font-size: 1rem;
    transition: color 0.2s ease;
}

@keyframes utilixSoftBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.bounce-link:hover {
    color: #1d4ed8; 
    animation: utilixSoftBounce 0.4s ease-in-out;
    text-decoration: underline;
}

.b-icon {
    font-size: 1.1rem;
    filter: grayscale(100%);
    transition: filter 0.2s ease;
}

.bounce-link:hover .b-icon {
    filter: grayscale(0%);
}

@media (max-width: 640px) {
    .links-flex { column-gap: 20px; }
    .bounce-link { font-size: 0.9rem; }
}
</style>/* End custom CSS */