.elementor-3904 .elementor-element.elementor-element-f73f8c1{--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-3904 .elementor-element.elementor-element-b049649{--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-3904 .elementor-element.elementor-element-f20edd9{--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-f67d69a *//* --- Page Header for Organize PDF --- */
.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; }

/* --- Tool Container & Drop Zone --- */
.tool-container { background: #fff; border: 1px solid #dee2e6; border-radius: 12px; box-shadow: 0 5px 25px rgba(0,0,0,0.07); padding: 2rem; }
.drop-zone { border: 2px dashed #ced4da; border-radius: 8px; padding: 3rem 2rem; text-align: center; transition: all 0.3s ease; background-color: #f8f9fa; cursor: pointer; /* Pointer cursor is still useful for drop action */ }
.drop-zone:hover, .drop-zone.dragover { border-color: #3b82f6; background-color: #eef5ff; }
.drop-zone p { color: #6c757d; }
.drop-zone .btn { margin-top: 1rem; }

/* --- Workspace --- */
.workspace { border-top: 1px solid #dee2e6; margin-top: 2rem; padding-top: 1.5rem; }
.toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }
.toolbar-info span { color: #6c757d; font-size: 0.9rem; margin-left: 8px; }

/* --- Pages Grid --- */
.pages-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 1rem; min-height: 200px; }
.page-card { position: relative; border: 1px solid #dee2e6; border-radius: 8px; overflow: hidden; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: transform 0.2s ease, box-shadow 0.2s ease; cursor: grab; }
.page-card.dragging { opacity: 0.5; }
.page-card.drag-over { border-style: dashed; border-color: #3b82f6; transform: scale(1.03); }
.card-canvas-wrapper { position: relative; padding-top: 141.42%; /* A4 ratio */ }
.card-canvas-wrapper canvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.card-actions { position: absolute; top: 0; left: 0; right: 0; padding: 5px; display: flex; justify-content: flex-end; gap: 5px; background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, transparent 100%); opacity: 0; transition: opacity 0.2s ease; }
.page-card:hover .card-actions { opacity: 1; }
.action-btn { background: rgba(255, 255, 255, 0.8); border: 1px solid #ccc; color: #333; width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; cursor: pointer; }
.action-btn.delete { color: #dc3545; }
.page-number { text-align: center; font-size: 0.8rem; padding: 6px; background-color: #f8f9fa; border-top: 1px solid #dee2e6; }

/* --- Footer --- */
.action-footer { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #e9ecef; display: flex; justify-content: space-between; align-items: center; }
.filename-input { flex-grow: 1; margin-right: 1rem; }
.filename-input label { font-size: 0.9rem; margin-bottom: 0.25rem; display: block; }
.form-input { width: 100%; max-width: 400px; padding: 10px; border: 1px solid #ced4da; border-radius: 4px; }
.main-buttons { display: flex; gap: 0.75rem; }

/* --- General & Responsive --- */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.75rem 1.5rem; color: white; background: #3b82f6; 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-danger { background: #dc3545; }
.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; }
.spinner { width: 40px; height: 40px; border: 4px solid #f3f3f3; border-top: 4px solid #3b82f6; border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.hidden { display: none !important; }

@media (max-width: 768px) {
    .page-header h1 { font-size: 2rem; }
    .action-footer { flex-direction: column; gap: 1rem; align-items: stretch; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fc9da33 *//* --- 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 */