.elementor-4096 .elementor-element.elementor-element-4f01d18{--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-4096 .elementor-element.elementor-element-fa8123d{--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-4096 .elementor-element.elementor-element-770a717{--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-a7d8309 *//* --- 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: 2fr 1fr; gap: 2rem; align-items: start; }
.left-column, .right-column { background: #fff; border-radius: 8px; border: 1px solid #dee2e6; overflow: hidden; }
.left-column { box-shadow: 0 4px 15px rgba(0,0,0,0.07); }
.upload-section { padding: 2rem; }

/* --- Upload Area --- */
.drop-zone { border: 2px dashed #adb5bd; border-radius: 12px; padding: 3rem 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: 50px; height: 50px; }
.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; }

/* --- Image Preview Area --- */
.preview-section { display: flex; flex-direction: column; height: 100%; }
.preview-header { display: flex; justify-content: space-between; align-items: center; padding: 1rem; background: #f8f9fa; border-bottom: 1px solid #dee2e6; }
.preview-header h4 { margin: 0; font-size: 1rem; color: #495057; }
.btn-clear { background: none; border: none; color: #dc3545; font-weight: 500; cursor: pointer; font-size: 0.9rem; }
.image-preview { padding: 1rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 1rem; overflow-y: auto; flex-grow: 1; }
.preview-item { position: relative; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1); cursor: grab; aspect-ratio: 4/3; }
.preview-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.remove-btn { position: absolute; top: 5px; right: 5px; background: rgba(220, 53, 69, 0.8); color: white; border: none; border-radius: 50%; width: 22px; height: 22px; cursor: pointer; font-size: 0.8rem; display: flex; align-items: center; justify-content: center; }
.preview-footer { padding: 0.75rem 1rem; background: #f8f9fa; border-top: 1px solid #dee2e6; text-align: center; font-size: 0.8rem; color: #6c757d; }

/* --- Settings Section --- */
.settings-section { padding: 2rem; }
.option-group { margin-bottom: 1.5rem; }
.option-label { display: block; font-weight: 500; color: #495057; margin-bottom: 0.5rem; }
select, .text-input { width: 100%; padding: 10px; border: 1px solid #ced4da; border-radius: 4px; font-size: 1rem; }
.radio-group label { display: block; margin-bottom: 0.5rem; }
.action-section { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #e9ecef; }
.btn.convert-btn { width: 100%; background: #198754; font-size: 1.1rem; padding: 14px; }

/* --- Download Section --- */
.download-section { margin-top: 2rem; }
.success-card { background: #fff; border-radius: 8px; border: 1px solid #dee2e6; padding: 2rem; text-align: center; }
.success-icon { color: #198754; margin-bottom: 1rem; }
.success-icon svg { width: 40px; height: 40px; }
.success-card h3 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.download-actions { display: flex; gap: 1rem; justify-content: center; margin-top: 1.5rem; }
.btn.download-btn { background: #0d6efd; }
.btn.start-over-btn { background: #6c757d; }

/* --- Loader --- */
#loaderOverlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.8); z-index: 9999; display: flex; justify-content: center; align-items: center; }
.loader-content { text-align: center; }
.loader-spinner { width: 50px; height: 50px; border: 5px solid #f3f3f3; border-top: 5px solid #0d6efd; border-radius: 50%; animation: spin 1s linear infinite; margin: 0 auto 1rem; }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* --- General & Responsive --- */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.75rem 1.5rem; color: white; border: none; border-radius: 4px; font-size: 1rem; font-weight: 500; cursor: pointer; transition: all 0.2s ease; text-decoration: none; }
.btn:hover { opacity: 0.9; }
@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-253e169 *//* --- 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 */