.elementor-3724 .elementor-element.elementor-element-25e5d9a{--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-3724 .elementor-element.elementor-element-43b57d6{--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-3724 .elementor-element.elementor-element-1862b96{--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-3b52547 *//* ---
   Utilix PDF Compressor - Complete Stylesheet
   Version: Final (Left-Aligned)
--- */

/* --- Page Header for SEO & Discover (Professional Left-Alignment) --- */
/* This more specific .elementor-3724 .elementor-element.elementor-element-3b52547 ensures it overrides the theme's default styles. */
.entry-content .page-header {
    text-align: left !important; /* Forces left alignment */
    margin: 2rem auto 3rem auto; 
    max-width: 800px;
}

.entry-content .page-header h1 {
    text-align: left !important; /* Directly targets the H1 */
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.entry-content .page-header p {
    text-align: left !important; /* Directly targets the paragraph */
    font-size: 1.15rem;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

/* --- Main Tool Container & Layout --- */
.tool-container {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    padding: 2rem;
    margin-bottom: 2rem;
}

/* Drop Zone */
.drop-zone {
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    padding: 3rem 2rem;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 1.5rem;
}
.drop-zone:hover, .drop-zone.dragover {
    border-color: #3b82f6;
    background-color: rgba(59, 130, 246, 0.05);
}
.drop-zone h3 { margin-bottom: 0.5rem; color: #1a1a1a; }
.drop-zone p { color: #6c757d; margin-bottom: 0.5rem; }

/* File List Display */
.file-list { margin-bottom: 1.5rem; }
.file-list-item {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.file-info { display: flex; align-items: center; flex: 1; }
.file-name { font-weight: 600; margin-bottom: 0.25rem; word-break: break-all; }
.file-size { font-size: 0.8rem; color: #6c757d; }
.file-controls { display: flex; gap: 1rem; margin-top: 1rem; justify-content: center; }

/* Tool Options */
.tool-options { margin-bottom: 1.5rem; }
.compression-levels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; margin-bottom: 1rem; }
.compression-level {
    text-align: center;
    padding: 1rem;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.compression-level:hover { border-color: #3b82f6; }
.compression-level.selected {
    border-color: #3b82f6;
    background-color: rgba(59, 130, 246, 0.1);
}
.compression-badge {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background-color: #198754;
    color: white;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: bold;
    margin-top: 0.5rem;
}
.form-group { margin-bottom: 1rem; }
.form-input {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin-top: 0.5rem;
}

/* Progress & Download Sections */
.download-section {
    text-align: center;
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 2px dashed #198754;
}
.file-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 1rem 0; }
.stat-value { font-size: 1.5rem; font-weight: bold; color: #e5322d; }
.stat-label { font-size: 0.9rem; color: #6c757d; }

.progress-container {
    margin: 2rem 0;
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.progress-bar {
    width: 100%;
    height: 12px;
    background-color: #dee2e6;
    border-radius: 6px;
    overflow: hidden;
    margin: 0.75rem 0;
}
.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #3b82f6, #6f42c1);
    width: 0%;
    transition: width 0.3s ease;
}

/* Modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4000;
}
.modal-content {
    background: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
}

/* General Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    background-color: #3b82f6;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}
.btn:hover { background-color: #2563eb; transform: translateY(-1px); }
.btn:disabled { background-color: #6c757d; cursor: not-allowed; transform: none; }
.btn-secondary { background-color: #6c757d; }
.btn-secondary:hover { background-color: #5a6268; }
.btn-small { padding: 0.5rem 1rem; font-size: 0.9rem; }

/* Utility Classes */
.error-message {
    background-color: rgba(229, 50, 45, 0.1);
    color: #e5322d;
    padding: 0.75rem;
    border-radius: 8px;
    margin: 1rem 0;
}
.hidden { display: none !important; }

/* Responsive Adjustments */
@media (max-width: 768px) {
    .page-header {
        margin: 1.5rem auto 2.5rem auto;
        padding: 0 1rem;
    }
    .page-header h1 {
        font-size: 2.2rem;
    }
    .page-header p {
        font-size: 1.05rem;
    }
    .compression-levels, .file-stats {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7632d82 *//* --- Styling for All Content & Info Sections --- */

/* General container for the "How-To" and "FAQ" sections */
.info-section {
    max-width: 1100px;
    margin: 4rem auto;
    padding: 2rem 1rem; /* Added horizontal padding for mobile */
    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 & Feature Highlights --- */
.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 Text --- */
.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; /* Fixes the "unprofessional space" issue */
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.7;
}
.faq-item p a {
    color: #0056b3;
    text-decoration: underline;
    font-weight: 500;
}

/* --- NEW: Similar Tools Section --- */
.similar-tools-section {
    background-color: #f8f9fa; /* A subtle background to differentiate it */
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-bottom: 0;
    border-top: 1px solid #e9ecef;
    max-width: none; /* Allows the background to go full-width */
}

.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; /* Faded red to match theme */
    display: flex;
    align-items: center;
    justify-content: center;
}
.tool-card-icon svg {
    color: #e33d3d; /* Main red theme color */
    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; /* A primary blue for the CTA */
    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; /* Darker blue on hover */
}

/* --- 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; /* Single column on mobile */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-80df543 */<style>
.utilix-ecosystem {
    max-width: 850px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Inter', system-ui, sans-serif;
}

.ecosystem-header {
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 10px;
}

.ecosystem-header h3 {
    font-size: 1.25rem;
    color: #111827;
    font-weight: 800;
    margin: 0;
}

.ecosystem-header p {
    font-size: 0.9rem;
    color: #64748b;
    margin: 5px 0 0;
}

/* Tool Card Grid */
.tools-navigation {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.tool-nav-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.tool-nav-card:hover {
    border-color: #4f46e5;
    background: #f5f3ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.08);
}

.nav-icon {
    font-size: 1.5rem;
    background: #f8fafc;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.nav-text strong {
    display: block;
    color: #111827;
    font-size: 1rem;
}

.nav-text span {
    font-size: 0.8rem;
    color: #64748b;
}

/* Mobile Adjustments */
@media (max-width: 600px) {
    .tools-navigation {
        grid-template-columns: 1fr;
    }
    .tool-nav-card {
        padding: 12px;
    }
}
</style>/* End custom CSS */