.elementor-5431 .elementor-element.elementor-element-05bcec4{--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-5431 .elementor-element.elementor-element-37ffb28{--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-5431 .elementor-element.elementor-element-30a7bbb{--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-a3a01e6 */:root {
    --primary-brand: #3b82f6;
    --border-color: #dee2e6;
    --background-light: #f8f9fa;
    --secondary-gray: #6c757d;
    --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%;}
.text-danger {color: var(--danger);}
.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;}
#saveBtn {background-color: var(--primary-brand);color: white;}
#saveBtn: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);}

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

@media (min-width: 800px) {
    .editor-layout {flex-direction: row;align-items: flex-start;}
    .preview-panel {flex: 1;}
    .controls-panel {flex: 0 0 320px;}
}

/* Preview Area */
.preview-panel {
    width: 100%;
    min-height: 400px;
    background-color: #eee;
    background-image: linear-gradient(45deg, #ccc 25%, transparent 25%), linear-gradient(-45deg, #ccc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ccc 75%), linear-gradient(-45deg, transparent 75%, #ccc 75%);
    background-size: 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    border: 1px solid var(--border-color);
}

canvas {max-width: 100%;max-height: 600px;object-fit: contain;box-shadow: 0 4px 10px rgba(0,0,0,0.1);}

/* Controls Panel */
.controls-panel {width: 100%;background: var(--background-light);padding: 1.5rem;border-radius: 8px;border: 1px solid var(--border-color);}

/* Tabs */
.tab-header {display: flex;border-bottom: 1px solid #ddd;margin-bottom: 1rem;background: white;border-radius: 6px 6px 0 0;}
.tab-item {flex: 1;text-align: center;padding: 10px;cursor: pointer;font-weight: 600;color: var(--secondary-gray);}
.tab-item.active {color: var(--primary-brand);border-bottom: 2px solid var(--primary-brand);background: #f0f7ff;}

/* Presets Grid */
.presets-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 10px;}

.preset-btn {padding: 10px;background: white;border: 1px solid var(--border-color);border-radius: 6px;cursor: pointer;font-size: 0.9rem;transition: all 0.2s;}
.preset-btn:hover {border-color: var(--primary-brand);color: var(--primary-brand);}

/* Sliders */
.slider-group {margin-bottom: 15px;}
.slider-group label {display: block;font-size: 0.85rem;font-weight: 600;margin-bottom: 5px;display: flex;justify-content: space-between;color: var(--text-secondary);}
input[type="range"] {width: 100%;cursor: pointer;accent-color: var(--primary-brand);}

/* Inputs & Buttons */
.form-input {width: 100%;padding: 0.6rem;border: 1px solid var(--border-color);border-radius: 6px;}
.main-buttons {display: flex;flex-direction: column;gap: 10px;}
.btn-small {padding: 5px 10px;font-size: 0.8rem;}
.action-footer {display: flex;flex-direction: column;gap: 1rem;} 


/* --- 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) {
    .workspace {padding: 1rem;}
    .page-header h1 {font-size: 1.8rem;}

    /* 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;}
}

@media (max-width: 500px) {
    .presets-grid {grid-template-columns: 1fr;}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3a1e49b */:root {
    --primary-brand: #3b82f6;
    --border-color: #dee2e6;
    --background-light: #f8f9fa;
    --secondary-gray: #6c757d;
    --success: #10b981;
}

.hidden { display: none !important; }
.full-width { width: 100%; }

/* 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); }

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

.converter-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 2rem;
}

h4 { margin-bottom: 1rem; color: #1f2937; }

/* Preview Column */
.img-preview-box {
    width: 100%;
    height: 200px;
    background-color: #eee;
    background-image: linear-gradient(45deg, #ccc 25%, transparent 25%), linear-gradient(-45deg, #ccc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ccc 75%), linear-gradient(-45deg, transparent 75%, #ccc 75%);
    background-size: 20px 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color);
    overflow: hidden;
    padding: 10px;
}

.img-preview-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.file-info {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: var(--secondary-gray);
    border-top: 1px solid #eee;
    padding-top: 5px;
}

/* Output Column */
.code-area {
    width: 100%;
    height: 300px;
    padding: 1rem;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.9rem;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    resize: none;
    background: #f8f9fa;
    color: #374151;
    word-break: break-all;
}

.code-area:focus { outline: 2px solid var(--primary-brand); }

/* Format Radios */
.format-options {
    display: flex;
    gap: 1.5rem;
    margin: 1rem 0;
    padding: 0.5rem;
    background: #f3f4f6;
    border-radius: 4px;
}

.format-options label { cursor: pointer; display: flex; align-items: center; gap: 5px; font-weight: 500; font-size: 0.95rem; }
.format-options input { accent-color: var(--primary-brand); }

/* Buttons */
.action-buttons-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
    .converter-grid { grid-template-columns: 1fr; }
    .action-buttons-grid { grid-template-columns: 1fr; }
}

/* --- INFO SECTIONS (Large Fonts) --- */
.info-section { 
    background: white; 
    padding: 2.5rem; 
    border-radius: 8px; 
    margin-top: 2rem; 
    box-shadow: 0 1px 3px rgba(0,0,0,0.1); 
}

.info-section h3 { 
    margin-bottom: 1.5rem; 
    border-bottom: 1px solid var(--border-color); 
    padding-bottom: 0.75rem; 
    font-size: 1.5rem; 
    color: #111827;
}

.info-section p { font-size: 1.1rem; line-height: 1.7; color: #374151; }
.how-to-list li { font-size: 1.1rem; line-height: 1.7; margin-bottom: 0.75rem; color: #374151; }
.faq-item strong { display: block; margin-bottom: 0.5rem; font-size: 1.2rem; color: #111827; }
.faq-item p { font-size: 1.1rem; color: #4b5563; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6604909 */<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; /* Royal Blue */
    font-weight: 700;
    font-size: 1rem;
    transition: color 0.2s ease;
}

/* --- The Professional Soft Bounce --- */
@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 */