.elementor-3060 .elementor-element.elementor-element-4ed58781{--display:flex;}.elementor-3060 .elementor-element.elementor-element-c2fe1fa{--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-bdc47e5 *//* ---
   Utilix PDF-to-JPG Tool - Complete Stylesheet
--- */

/* --- Page Header for SEO & Discover --- */
.page-header { text-align: left; margin: 2rem auto 3rem auto; max-width: 800px; }
.page-header h1 { font-size: 2.8rem; font-weight: 700; line-height: 1.2; color: #1a1a1a; margin-bottom: 1rem; }
.page-header p { font-size: 1.15rem; color: #6c757d; line-height: 1.6; margin: 0; }

/* --- Main Tool Layout --- */
.tool-container { background: transparent; border: none; box-shadow: none; padding: 0; }
.tool-layout { display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(0, 1fr); gap: 2rem; align-items: start; }
.left-column, .right-column { background: #fff; border-radius: 12px; border: 1px solid #dee2e6; box-shadow: 0 5px 25px rgba(0,0,0,0.07); overflow: hidden; }

/* --- Upload Section (Left Column) --- */
.upload-section { padding: 2rem; }
.drop-zone { border: 2px dashed #adb5bd; border-radius: 12px; padding: 2rem; text-align: center; transition: all 0.3s ease; background: #f8f9fa; cursor: pointer; }
.drop-zone:hover, .drop-zone.dragover { border-color: #0d6efd; background: #eef5ff; }
.upload-icon { color: #e33d3d; margin-bottom: 1rem; }
.upload-icon svg { width: 48px; height: 48px; stroke-width: 1.5; }
.drop-zone h3 { font-size: 1.4rem; color: #212529; margin-bottom: 0.5rem; }
.drop-zone p { color: #6c757d; margin-bottom: 1.5rem; }
.btn.upload-btn { background: #e33d3d; color: white; padding: 12px 24px; font-weight: 500; font-size: 1.1rem; }

/* --- File & Pages Preview (Left Column) --- */
.file-preview-section { display: flex; flex-direction: column; height: 100%; }
.preview-header { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.5rem; background: #f8f9fa; border-bottom: 1px solid #dee2e6; }
.file-info { display: flex; align-items: center; gap: 1rem; }
.file-details { line-height: 1.3; }
.file-name { font-weight: 600; color: #212529; }
.file-meta { font-size: 0.85rem; color: #6c757d; }
.btn-change { background: none; border: none; color: #0d6efd; font-weight: 500; cursor: pointer; font-size: 0.9rem; }
.pages-preview { flex-grow: 1; overflow-y: auto; }
.preview-title { padding: 0.75rem 1.5rem; font-size: 0.9rem; font-weight: 500; color: #495057; display: flex; justify-content: space-between; align-items: center; }
.pages-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 1rem; padding: 1rem 1.5rem; }
.page-thumbnail { position: relative; border-radius: 8px; border: 1px solid #e9ecef; overflow: hidden; background: #f8f9fa; box-shadow: 0 2px 5px rgba(0,0,0,0.05); padding-top: 141.42%; /* A4 Aspect Ratio */ background-size: cover; background-position: center; }
.page-thumbnail .image-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.7); color: white; padding: 4px; font-size: 0.8rem; text-align: center; }

/* --- Options & Settings (Right Column) --- */
.convert-options, .upload-prompt { padding: 2rem; }
.options-header { border-bottom: 1px solid #e9ecef; padding-bottom: 1rem; margin-bottom: 1.5rem; }
.options-header h3 { font-size: 1.5rem; margin: 0; }
.selection-info { font-size: 0.9rem; color: #6c757d; margin-top: 0.25rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.option-group { margin-bottom: 1.5rem; }
.option-label { display: block; font-weight: 500; color: #495057; margin-bottom: 0.5rem; font-size: 1rem; }
.pages-buttons { display: grid; grid-template-columns: 1fr; gap: 0.5rem; }
.pages-btn, .format-btn { background: #f8f9fa; border: 2px solid #e9ecef; color: #495057; padding: 0.75rem; border-radius: 8px; text-align: left; cursor: pointer; transition: all 0.2s ease; }
.pages-btn.active, .format-btn.active { border-color: #0d6efd; background: #eef5ff; color: #0d6efd; }
.range-input-section, .single-input-section { margin-top: 1rem; }
.page-input { width: 100%; padding: 10px; border: 1px solid #ced4da; border-radius: 4px; }
.image-settings input[type="range"] { width: 100%; margin: 0.5rem 0; }
.action-section { margin-top: 2rem; }
.convert-action-btn { width: 100%; font-size: 1.1rem; padding: 14px; }
.upload-prompt { text-align: center; color: #6c757d; }

/* --- Output/Download Section --- */
#outputSection { background: #f8f9fa; border: 1px solid #e9ecef; border-radius: 12px; padding: 2rem; margin-top: 2rem; text-align: center; }
#outputSection h3 { font-size: 1.75rem; margin-bottom: 1rem; }
#imagesGrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 1rem; margin: 2rem 0; }
#imagesGrid img { width: 100%; border-radius: 8px; border: 1px solid #dee2e6; }
#downloadAllBtn, #convertAnotherBtn { font-size: 1.1rem; }
#convertAnotherBtn { background: #6c757d; }

/* --- General, Utility & Responsive --- */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.75rem 1.5rem; color: white; border: none; border-radius: 4px; font-weight: 500; cursor: pointer; text-decoration: none; transition: background 0.2s ease; }
.btn-primary { background: #198754; }
.btn-secondary { background: #6c757d; }
.btn:hover { filter: brightness(1.1); }
.loader-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.8); z-index: 9999; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.loader-spinner { width: 40px; height: 40px; border: 4px solid #f3f3f3; border-top: 4px solid #3b82f6; border-radius: 50%; animation: spin 1s linear infinite; margin-bottom: 1rem; }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.loader-text { font-weight: 500; color: #343a40; }

@media (max-width: 900px) {
    .tool-layout { grid-template-columns: 1fr; }
    .page-header h1 { font-size: 2.2rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8a8a0b9 *//* --- Styling for All Content & Info Sections --- */

/* General container for the "How-To," "About," and "FAQ" sections */
.info-section {
    max-width: 1100px;
    margin: 4rem auto;
    padding: 2rem 1rem;
    border-top: 1px solid #e9ecef;
}

/* Styles the main headings (h2) of these sections */
.info-section h2 {
    text-align: center;
    font-size: 2.2rem;
    color: #212529;
    margin-bottom: 3rem;
}

/* --- How-To Guide --- */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 1.5rem;
}
.feature-item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}
.feature-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-color: #e33d3d; /* Red theme color */
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.2rem;
}
.feature-content h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    color: #343a40;
}
.feature-content p {
    margin: 0;
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.6;
}

/* --- Professional About Section --- */
.about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}
.about-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #343a40;
    margin-bottom: 1.5rem;
}
.about-content p:last-child {
    margin-bottom: 0;
}

/* --- Polished FAQ Section --- */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}
.faq-item {
    background-color: #ffffff;
    padding: 1.5rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.faq-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.07);
}
.faq-item strong {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 0.75rem;
}
.faq-item p {
    margin: 0;
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.7;
}
.faq-item p a {
    color: #0056b3;
    text-decoration: underline;
    font-weight: 500;
}

/* --- Similar Tools Section --- */
.similar-tools-section {
    background-color: #f8f9fa;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-bottom: 0;
    border-top: 1px solid #e9ecef;
    max-width: none;
}
.tool-card-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}
.tool-card-item {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tool-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.tool-card-icon {
    margin: 0 auto 1.5rem auto;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #e33d3d1a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tool-card-icon svg {
    color: #e33d3d;
    width: 24px;
    height: 24px;
}
.tool-card-item h3 {
    font-size: 1.3rem;
    color: #212529;
    margin-bottom: 0.75rem;
}
.tool-card-item p {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
.tool-card-link {
    display: inline-block;
    background-color: #0d6efd;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: 5px;
    font-weight: 500;
    transition: background-color 0.2s ease;
}
.tool-card-link:hover {
    background-color: #0b5ed7;
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
    .info-section h2 {
        font-size: 1.8rem;
    }
    .about-content p {
        font-size: 1.05rem; 
    }
    .faq-grid, .tool-card-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */