/* Auto-generated from blade files - single CSS for all blade inline styles */

/* ========== D:/pdf/resources/views/admin/pages/edit.blade.php ========== */
/* Repeater items (About sections, FAQs, etc.) ka border thoda dark aur clear */
        .repeater-item {
            border: 1px solid #adb5bd !important; /* bootstrap gray-500 ke around */
            border-radius: 0.4rem;
        }

/* ========== D:/pdf/resources/views/audio/wavToMp3.blade.php ========== */
/* === Original Styles (Background/Header/Footer) === */
        .shock-section.has-overlay {
            position: relative;
        }

        .banner {
            position: relative;
            overflow: hidden;
        }

        .image-wrapper img {
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000000;
            opacity: 0.85;
        }

        /* === Form Styles with Original Color Scheme === */
        .content-wrapper {
            position: relative;
            z-index: 2;
            margin-top: 0px;
            padding-top: 60px;
            padding-bottom: 60px;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .basic-intro {
            text-align: center;
        }

        .basic-intro h2 {
            color: white;
            margin-bottom: 30px;
        }

        .tool-description {
            color: #000000;
            margin-top: -20px !important;
            margin-bottom: 50px !important;
            font-size: 16px;
            line-height: 1.6;
        }

        .form-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 30px;
            max-width: 900px;
            margin: 0 auto;
        }

        .drop-zone {
            border: 2px dashed #cbd5e0;
            border-radius: 12px;
            padding: 50px 30px;
            text-align: center;
            background-color: #f8fafc;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            min-height: 250px;
            min-width: 450px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
        }

        .drop-zone:hover {
            border-color: #3b82f6;
            background-color: #f0f4ff;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
        }

        .drop-zone.dragover {
            background-color: #e6eeff;
            border-color: #3b82f6;
            transform: scale(1.02);
            box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
        }

        .drop-zone-icon {
            font-size: 48px;
            color: #cbd5e0;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .drop-zone:hover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.1);
        }

        .drop-zone.dragover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.2);
        }

        .drop-zone-text {
            color: #2d3748;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-text {
            color: #4361ee;
        }

        .drop-zone-subtext {
            color: #718096;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-subtext {
            color: #4a5568;
        }

        /* File List Styling */
        .file-list {
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 20px;
            text-align: left;
        }

        .file-item {
            background-color: white;
            color: #2d3748;
            padding: 12px 16px;
            margin: 8px 0;
            border-radius: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-left: 4px solid #4361ee;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .file-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .remove-file {
            background: #e53e3e;
            color: white;
            border: none;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .remove-file:hover {
            background: #c53030;
            transform: scale(1.1);
        }

        .button-side {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .convert-btn {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: white;
            border: none;
            border-radius: 5px;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
        }

        .convert-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* === How to Use Section Styles === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        /* New Sections Styling */
        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        /* Scrollbar Styling */
        .file-list::-webkit-scrollbar {
            width: 8px;
        }

        .file-list::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .file-list::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        /* Error Messages */
        .error-message {
            color: #e53e3e;
            background-color: white;
            padding: 10px 15px;
            border-radius: 8px;
            margin-top: 10px;
            font-size: 14px;
            border-left: 4px solid #e53e3e;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        @media (max-width: 768px) {
            .form-container {
                flex-direction: column;
                gap: 20px;
            }

            .drop-zone {
                min-width: auto;
                width: 100%;
                padding: 40px 20px;
                min-height: 200px;
            }

            .drop-zone-icon {
                font-size: 40px;
                margin-bottom: 15px;
            }

            .drop-zone-text {
                font-size: 16px;
            }

            .drop-zone-subtext {
                font-size: 13px;
            }

            .convert-btn {
                padding: 10px 25px;
            }

            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

/* ========== D:/pdf/resources/views/auth/login.blade.php ========== */
.swal-toast-popup {
        align-items: center;
    }

    .swal-toast-title {
        margin: 0;
        flex-grow: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .swal-toast-close {
        position: static;
        margin-left: 10px;
    }

/* ========== D:/pdf/resources/views/code/formatter.blade.php ========== */
/* === Base Styles === */
        .shock-section.has-overlay {
            position: relative;
        }

        .image-wrapper img {
            width: 100%;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            background-color: #000000;
            opacity: 0.85;
        }

        /* === Content Layout === */
        .content-wrapper {
            position: relative;
            z-index: 2;
            margin-top: 100px;
            padding-top: 30px;
            padding-bottom: 30px;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .basic-intro {
            text-align: center;
        }

        .basic-intro h2 {
            color: white;
            margin-bottom: 20px;
        }

        .tool-description {
            color: #000000;
            margin-top: -10px !important;
            margin-bottom: 30px !important;
            font-size: 16px;
            line-height: 1.6;
        }

        .form-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: stretch;
            gap: 25px;
            max-width: 1200px;
            margin: 0 auto;
        }

        /* === NEW Enhanced Drop Zone - Matching WebP to PNG Style === */
        .drop-zone-container {
            display: flex;
            justify-content: center;
            margin-bottom: 30px;
        }

        .drop-zone {
            border: 2px dashed #cbd5e0;
            border-radius: 12px;
            padding: 50px 30px;
            text-align: center;
            background-color: #f8fafc;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            min-height: 250px;
            min-width: 450px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
        }

        .drop-zone:hover {
            border-color: #3b82f6;
            background-color: #f0f4ff;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
        }

        .drop-zone.dragover {
            background-color: #e6eeff;
            border-color: #3b82f6;
            transform: scale(1.02);
            box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
        }

        .drop-zone-icon {
            font-size: 48px;
            color: #cbd5e0;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .drop-zone:hover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.1);
        }

        .drop-zone.dragover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.2);
        }

        .drop-zone-text {
            color: #2d3748;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-text {
            color: #4361ee;
        }

        .drop-zone-subtext {
            color: #718096;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-subtext {
            color: #4a5568;
        }

        /* File List Styling */
        .file-list {
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 20px;
            text-align: left;
            display: none;
        }

        .file-item {
            background-color: white;
            color: #2d3748;
            padding: 12px 16px;
            margin: 8px 0;
            border-radius: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-left: 4px solid #4361ee;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .file-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .remove-file {
            background: #e53e3e;
            color: white;
            border: none;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .remove-file:hover {
            background: #c53030;
            transform: scale(1.1);
        }

        /* === Enhanced Options Panel === */
        .resize-options {
            background-color: #f8fafc;
            padding: 25px;
            border-radius: 12px;
            flex: 1;
            min-width: 300px;
            border: 2px solid #cbd5e0;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            display: flex;
            flex-direction: column;
        }

        .form-group {
            margin-bottom: 12px;
        }

        .form-group label {
            display: block;
            margin-bottom: 6px;
            font-weight: 600;
            color: #2d3748;
            font-size: 14px;
        }

        .form-group input,
        .form-group select {
            width: 100%;
            padding: 8px 12px;
            border: 1px solid #cbd5e0;
            border-radius: 8px;
            font-size: 14px;
            background-color: white;
            transition: all 0.3s ease;
            box-sizing: border-box;
        }

        .form-group input:focus,
        .form-group select:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

        .convert-btn {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: white;
            border: none;
            border-radius: 5px;
            padding: 10px 25px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            white-space: nowrap;
            width: 100%;
            margin-top: 10px;
        }

        .convert-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* === Enhanced Editor Styles === */
        .editor-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
        }

        .editor-textarea {
            width: 100%;
            flex: 1;
            min-height: 350px;
            padding: 15px;
            border: 1px solid #cbd5e0;
            border-radius: 8px;
            font-family: 'Consolas', 'Monaco', monospace;
            font-size: 13px;
            line-height: 1.5;
            background-color: white;
            resize: vertical;
            color: #2d3748;
            outline: none;
            box-sizing: border-box;
        }

        .editor-textarea:focus {
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

        .preview-box {
            width: 100%;
            flex: 1;
            min-height: 350px;
            padding: 15px;
            border: 1px solid #cbd5e0;
            border-radius: 8px;
            background-color: white;
            overflow: auto;
            box-sizing: border-box;
        }

        /* Action Buttons (Enhanced) */
        .action-btn {
            background: white;
            border: 1px solid #cbd5e0;
            color: #4a5568;
            padding: 6px 12px;
            border-radius: 6px;
            font-size: 13px;
            cursor: pointer;
            transition: all 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 5px;
        }

        .action-btn:hover {
            background: #edf2f7;
            color: #2d3748;
            border-color: #a0aec0;
        }

        /* Table Styling for HTML Output */
        .json-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 14px;
        }

        .json-table th,
        .json-table td {
            border: 1px solid #e2e8f0;
            padding: 8px;
            text-align: left;
        }

        .json-table th {
            background-color: #f7fafc;
            font-weight: 600;
            color: #2d3748;
        }

        .json-table tr:nth-child(even) {
            background-color: #fcfcfc;
        }

        .hidden {
            display: none !important;
        }
        
        .d-none {
            display: none !important;
        }


        /* === UPDATED How to Use Section Styles === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        /* New Sections Styling */
        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            color: inherit;
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        .form-spacer {
            height: 40px;
        }

        /* Status Message */
        .status-message {
            color: #fff;
            text-align: center;
            margin: 15px 0;
            min-height: 20px;
            font-size: 0.9rem;
        }

        .status-success {
            color: #51cf66;
        }

        .status-error {
            color: #ff6b6b;
        }

        /* Scrollbar Styling */
        .file-list::-webkit-scrollbar {
            width: 8px;
        }

        .file-list::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .file-list::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        /* Mobile adjustments */
        @media (max-width: 768px) {
            .form-container {
                flex-direction: column;
            }

            .drop-zone,
            .resize-options {
                width: 100%;
                min-width: auto;
            }

            .editor-textarea,
            .preview-box {
                min-height: 250px;
            }

            .content-wrapper {
                margin-top: 80px;
                padding-top: 20px;
                padding-bottom: 20px;
            }

            .basic-intro h2 {
                font-size: 24px;
                margin-bottom: 15px;
            }

            .tool-description {
                font-size: 14px;
                margin-bottom: 20px !important;
                padding: 0 10px;
            }

            .form-container {
                flex-direction: column;
                gap: 20px;
                padding: 0 15px;
            }

            .drop-zone {
                min-width: auto;
                width: 100%;
                padding: 40px 20px;
                min-height: 200px;
            }

            .drop-zone-icon {
                font-size: 40px;
                margin-bottom: 15px;
            }

            .drop-zone-text {
                font-size: 16px;
            }

            .drop-zone-subtext {
                font-size: 13px;
            }

            .resize-options {
                width: 100%;
                padding: 12px;
            }

            .convert-btn {
                padding: 10px 20px;
                font-size: 14px;
                width: 100%;
                justify-content: center;
            }

            .how-to-use-section {
                margin-top: 40px;
                padding: 40px 15px;
            }

            .section-title {
                font-size: 24px;
                margin-bottom: 20px;
            }

            .steps-container {
                flex-direction: column;
                gap: 20px;
            }

            .step {
                min-width: auto;
                width: 100%;
            }

            .info-cards {
                flex-direction: column;
                align-items: center;
                gap: 20px;
            }

            .info-card {
                max-width: 100%;
                width: 100%;
            }

            .tools-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .form-spacer {
                height: 30px;
            }
        }

        @media (max-width: 480px) {
            .content-wrapper {
                margin-top: 60px;
            }

            .basic-intro h2 {
                font-size: 22px;
            }

            .tool-description {
                font-size: 13px;
            }

            .drop-zone {
                padding: 30px 15px;
                min-height: 180px;
            }

            .drop-zone-icon {
                font-size: 36px;
            }

            .drop-zone-text {
                font-size: 15px;
            }

            .drop-zone-subtext {
                font-size: 12px;
            }

            .resize-options {
                padding: 10px;
            }

            .form-group label {
                font-size: 13px;
            }

            .form-group input,
            .form-group select {
                padding: 6px 10px;
                font-size: 13px;
            }

            .convert-btn {
                padding: 8px 16px;
                font-size: 13px;
            }

            .how-to-use-section {
                margin-top: 30px;
                padding: 30px 10px;
            }

            .section-title {
                font-size: 22px;
            }

            .step {
                padding: 15px;
            }

            .step-icon {
                font-size: 30px;
            }

            .step-title {
                font-size: 16px;
            }

            .step-description {
                font-size: 13px;
            }

            .info-section {
                padding: 40px 0;
            }

            .info-card {
                padding: 20px;
            }

            .info-card h3 {
                font-size: 18px;
            }

            .info-card p {
                font-size: 13px;
            }

            .tool-card {
                padding: 15px;
            }

            .tool-card i {
                font-size: 28px;
            }

            .tool-card h4 {
                font-size: 15px;
            }

            .tool-card p {
                font-size: 12px;
            }

            .form-spacer {
                height: 20px;
            }
        }

/* ========== D:/pdf/resources/views/components/navbar.blade.php ========== */
html { scrollbar-gutter: stable; }
    body {
    padding-top: 70px;
    background: #f8fafc;
    font-family: 'Segoe UI', sans-serif;
} 

/* ================= NAVBAR ================= */
#navbar {
    background-color: #ffffff !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.navbar-nav {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
}

.navbar-nav .nav-item {
    white-space: nowrap;
    margin-left: 10px;
    margin-right: 10px;
}

.navbar-nav .nav-link {
    color: #111 !important;
    padding: 8px 10px;
    font-weight: 500;
    transition: all .2s ease;
}

.navbar-nav .nav-link:hover {
    color: #2563eb !important;
}

/* Hamburger icon black */
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* ================= MEGA MENU ================= */
.dropdown-menu.mega-menu {
    display: none;
    /* Center on screen both horizontally and vertically */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Make the box responsive but allow it to be large when needed */
    width: min(1380px, 95vw);
    height: 85vh;
    max-width: calc(100vw - 40px);
    max-height: 140vh;
    background: #ffffff;
    border: none;
    border-radius: 16px;
    /* padding: 10px 10px; */
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    /* vertical scroll only; hide horizontal overflow */
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    z-index: 2000;
}  


/* Show on hover and when opened via click */
@media (min-width: 992px) {
    /* ensure the mega-menu is fixed and perfectly centered when visible */
    .nav-item.dropdown:hover > .mega-menu,
    .nav-item.dropdown.show > .mega-menu {
        display: block;
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%, -50%) !important;
        margin: 0 !important;
    }

    .dropdown-menu.mega-menu .row {
        flex-wrap: nowrap;
        gap: 30px;
    }

    /* allow flex children to shrink and prevent them from forcing a wider width */
    .dropdown-menu.mega-menu .row,
    .dropdown-menu.mega-menu .col-12 {
        min-width: 0;
    }

    .dropdown-menu.mega-menu .col-12 {
        flex: 1;
    }
}

/* ================= COLUMN HEADINGS ================= */
.mega-menu h6 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 12px;
    color: #111;
    letter-spacing: .3px;
    border-bottom: 2px solid #f1f1f1;
   padding: 6px 10px;
}

/* ================= LINKS ================= */
.mega-menu .dropdown-item {
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 6px;
    transition: all .2s ease;
    color: #333;
}

.mega-menu .dropdown-item:hover {
    background: #f4f7ff;
    color: #2563eb;
    transform: translateX(3px);
}

/* ================= TEXT TOOLS SCROLL ================= */
.mega-menu .text-tools-links {
    display: flex;
    flex-direction: column;
    gap: 3px;
    /* Let the column grow instead of scrolling internally */
    max-height: none;
    overflow: visible;
}
.mega-menu .text-tools-links::-webkit-scrollbar {
    width: 6px;
}

.mega-menu .text-tools-links::-webkit-scrollbar-thumb {
    background: #d0d7ff;
    border-radius: 10px;
}

/* ================= MOBILE MENU ================= */
@media (max-width: 991.98px) {
    .navbar-nav {
        flex-direction: column !important;
    }

    .navbar-nav .nav-item {
        margin: 0;
        width: 100%;
    }

    .navbar-nav .nav-link {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .offcanvas .nav-link {
        display: block;
        padding: 10px 0;
        font-size: 16px;
        color: #000 !important;
    }

    .offcanvas h6 {
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 5px;
        color: #000;
    }
}

/* ========== D:/pdf/resources/views/contact.blade.php ========== */
/* FAQ: Bootstrap collapse animation (height transition) */
        .collapsible .collapse-content.collapse {
            transition: height 0.35s ease;
            overflow: hidden;
        }
        .collapsible .collapse-content.collapse:not(.show) {
            display: none;
        }
        .collapsible .collapse-content.collapse.show {
            display: block;
        }
        /* Send message button: gradient like other tool pages */
        .contact-submit-btn {
            background: linear-gradient(135deg, #3b82f6, #06b6d4) !important;
            border: none !important;
            color: #fff !important;
            border-radius: 8px;
            transition: opacity 0.2s ease, transform 0.12s ease;
        }
        .contact-submit-btn:hover {
            opacity: 0.95;
            color: #fff !important;
            transform: translateY(-1px);
        }
        .contact-submit-btn .button-text,
        .contact-submit-btn .button-icon {
            color: #fff !important;
        }
        .contact-submit-btn:hover .button-text,
        .contact-submit-btn:hover .button-icon {
            color: #fff !important;
        }

/* ========== D:/pdf/resources/views/img/imgresizer.blade.php ========== */
/* === Original Styles (Background/Header/Footer) === */
        .shock-section.has-overlay {
            position: relative;
        }

        .image-wrapper img {
            width: 100%;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            background-color: #000000;
            opacity: 0.85;
        }

        /* === Form Styles with Original Color Scheme === */
        .content-wrapper {
            position: relative;
            z-index: 2;
            margin-top: 100px;
            padding-top: 30px;
            padding-bottom: 30px;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .basic-intro {
            text-align: center;
        }

        .basic-intro h2 {
            color: white;
            margin-bottom: 20px;
        }

        .tool-description {
            color: #000000;
            margin-top: -10px !important;
            margin-bottom: 30px !important;
            font-size: 16px;
            line-height: 1.6;
        }

        .form-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 25px;
            max-width: 900px;
            margin: 0 auto;
        }

        .drop-zone {
            border: 2px dashed #cbd5e0;
            border-radius: 12px;
            padding: 40px 25px;
            text-align: center;
            background-color: #f8fafc;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            min-width: 400px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
        }

        .drop-zone:hover {
            border-color: #3b82f6;
            background-color: #f0f4ff;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
        }

        .drop-zone.dragover {
            background-color: #e6eeff;
            border-color: #3b82f6;
            transform: scale(1.02);
            box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
        }

        .drop-zone-icon {
            font-size: 42px;
            color: #cbd5e0;
            margin-bottom: 15px;
            transition: all 0.3s ease;
        }

        .drop-zone:hover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.1);
        }

        .drop-zone.dragover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.2);
        }

        .drop-zone-text {
            color: #2d3748;
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 8px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-text {
            color: #4361ee;
        }

        .drop-zone-subtext {
            color: #718096;
            font-size: 13px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-subtext {
            color: #4a5568;
        }

        /* File List Styling */
        .file-list {
            width: 100%;
            overflow-y: auto;
            margin-top: 15px;
            text-align: left;
        }

        .file-item {
            background-color: white;
            color: #2d3748;
            padding: 10px 14px;
            margin: 6px 0;
            border-radius: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-left: 4px solid #4361ee;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .file-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .remove-file {
            background: #e53e3e;
            color: white;
            border: none;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            cursor: pointer;
            font-size: 12px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .remove-file:hover {
            background: #c53030;
            transform: scale(1.1);
        }

        .button-side {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 15px;
        }

        .resize-options {
            background-color: #f8fafc;
            padding: 15px;
            border-radius: 12px;
            width: 100%;
            border: 2px solid #cbd5e0;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }

        .form-group {
            margin-bottom: 12px;
        }

        .form-group:last-child {
            margin-bottom: 0;
        }

        .form-group label {
            display: block;
            margin-bottom: 6px;
            font-weight: 600;
            color: #2d3748;
            font-size: 14px;
        }

        .form-group input,
        .form-group select {
            width: 100%;
            padding: 8px 12px;
            border: 1px solid #cbd5e0;
            border-radius: 8px;
            font-size: 14px;
            background-color: white;
            transition: all 0.3s ease;
            box-sizing: border-box;
        }

        .form-group input:focus,
        .form-group select:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

        .checkbox-group {
            margin: 12px 0;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .checkbox-group input {
            margin: 0;
            width: 16px;
            height: 16px;
            cursor: pointer;
        }

        .checkbox-group label {
            color: #2d3748;
            font-weight: 500;
            font-size: 14px;
            cursor: pointer;
            margin: 0;
        }

        .convert-btn {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: white;
            border: none;
            border-radius: 5px;
            padding: 10px 25px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            white-space: nowrap;
        }

        .convert-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* === How to Use Section Styles === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 50px 20px;
            margin-top: 60px;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 30px;
            font-size: 28px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 15px;
        }

        .step {
            flex: 1;
            min-width: 220px;
            background: white;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 12px;
        }

        .step-title {
            font-size: 18px;
            color: #264653;
            margin-bottom: 8px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
            font-size: 14px;
        }

        .step-number {
            display: inline-block;
            width: 26px;
            height: 26px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 26px;
            margin-bottom: 8px;
            font-weight: bold;
            font-size: 14px;
        }

        /* New Sections Styling */
        .info-section {
            padding: 60px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 25px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 280px;
            max-width: 320px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 12px;
            font-size: 20px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
            font-size: 14px;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
            gap: 15px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 18px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .tool-card i {
            font-size: 32px;
            color: #3b82f6;
            margin-bottom: 12px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 8px;
            font-size: 16px;
        }

        .tool-card p {
            color: #666;
            font-size: 13px;
        }

        /* Scrollbar Styling */
        .file-list::-webkit-scrollbar {
            width: 6px;
        }

        .file-list::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .file-list::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        /* Error Messages */
        .error-message {
            color: #e53e3e;
            background-color: white;
            padding: 8px 12px;
            border-radius: 8px;
            margin-top: 8px;
            font-size: 13px;
            border-left: 4px solid #e53e3e;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        /* Mobile-specific fixes */
        @media (max-width: 768px) {
            .content-wrapper {
                margin-top: 80px;
                padding-top: 20px;
                padding-bottom: 20px;
            }

            .basic-intro h2 {
                font-size: 24px;
                margin-bottom: 15px;
            }

            .tool-description {
                font-size: 14px;
                margin-bottom: 20px !important;
                padding: 0 10px;
            }

            .form-container {
                flex-direction: column;
                gap: 20px;
                padding: 0 15px;
            }

            .drop-zone {
                min-width: auto;
                width: 100%;
                padding: 25px 15px;
                min-height: 180px;
            }

            .drop-zone-icon {
                font-size: 36px;
                margin-bottom: 12px;
            }

            .drop-zone-text {
                font-size: 15px;
            }

            .drop-zone-subtext {
                font-size: 12px;
            }

            .button-side {
                width: 100%;
            }

            .resize-options {
                width: 100%;
                padding: 12px;
            }

            .convert-btn {
                padding: 10px 20px;
                font-size: 14px;
                width: 100%;
                justify-content: center;
            }

            .how-to-use-section {
                margin-top: 40px;
                padding: 40px 15px;
            }

            .section-title {
                font-size: 24px;
                margin-bottom: 20px;
            }

            .steps-container {
                flex-direction: column;
                gap: 20px;
            }

            .step {
                min-width: auto;
                width: 100%;
            }

            .info-cards {
                flex-direction: column;
                align-items: center;
                gap: 20px;
            }

            .info-card {
                max-width: 100%;
                width: 100%;
            }

            .tools-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .form-spacer {
                height: 30px;
            }
        }

        @media (max-width: 480px) {
            .content-wrapper {
                margin-top: 60px;
            }

            .basic-intro h2 {
                font-size: 22px;
            }

            .tool-description {
                font-size: 13px;
            }

            .drop-zone {
                padding: 20px 10px;
                min-height: 150px;
            }

            .drop-zone-icon {
                font-size: 32px;
            }

            .drop-zone-text {
                font-size: 14px;
            }

            .drop-zone-subtext {
                font-size: 11px;
            }

            .file-item {
                padding: 8px 10px;
                font-size: 13px;
            }

            .resize-options {
                padding: 10px;
            }

            .form-group label {
                font-size: 13px;
            }

            .form-group input,
            .form-group select {
                padding: 6px 10px;
                font-size: 13px;
            }

            .checkbox-group label {
                font-size: 13px;
            }

            .convert-btn {
                padding: 8px 16px;
                font-size: 13px;
            }

            .how-to-use-section {
                margin-top: 30px;
                padding: 30px 10px;
            }

            .section-title {
                font-size: 22px;
            }

            .step {
                padding: 15px;
            }

            .step-icon {
                font-size: 30px;
            }

            .step-title {
                font-size: 16px;
            }

            .step-description {
                font-size: 13px;
            }

            .info-section {
                padding: 40px 0;
            }

            .info-card {
                padding: 20px;
            }

            .info-card h3 {
                font-size: 18px;
            }

            .info-card p {
                font-size: 13px;
            }

            .tool-card {
                padding: 15px;
            }

            .tool-card i {
                font-size: 28px;
            }

            .tool-card h4 {
                font-size: 15px;
            }

            .tool-card p {
                font-size: 12px;
            }

            .form-spacer {
                height: 20px;
            }
        }

        .bgg1 {
            height: 650px;
        }

/* ========== D:/pdf/resources/views/img/jpgtopng.blade.php ========== */
/* === Original Styles (Background/Header/Footer) === */
        .shock-section.has-overlay {
            position: relative;
        }

        .banner {
            position: relative;
            overflow: hidden;
        }

        .image-wrapper img {
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000000;
            opacity: 0.85;
        }

        /* === Form Styles with Original Color Scheme === */
        .content-wrapper {
            position: relative;
            z-index: 2;
            margin-top: 0px;
            padding-top: 60px;
            padding-bottom: 60px;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .basic-intro {
            text-align: center;
        }

        .basic-intro h2 {
            color: white;
            margin-bottom: 30px;
        }

        .tool-description {
            color: #000000;
            margin-top: -20px !important;
            margin-bottom: 50px !important;
            font-size: 16px;
            line-height: 1.6;
        }

        .form-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 30px;
            max-width: 900px;
            margin: 0 auto;
        }

        .drop-zone {
            border: 2px dashed #cbd5e0;
            border-radius: 12px;
            padding: 50px 30px;
            text-align: center;
            background-color: #f8fafc;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            min-height: 250px;
            min-width: 450px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
        }

        .drop-zone:hover {
            border-color: #3b82f6;
            background-color: #f0f4ff;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
        }

        .drop-zone.dragover {
            background-color: #e6eeff;
            border-color: #3b82f6;
            transform: scale(1.02);
            box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
        }

        .drop-zone-icon {
            font-size: 48px;
            color: #cbd5e0;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .drop-zone:hover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.1);
        }

        .drop-zone.dragover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.2);
        }

        .drop-zone-text {
            color: #2d3748;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-text {
            color: #4361ee;
        }

        .drop-zone-subtext {
            color: #718096;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-subtext {
            color: #4a5568;
        }

        /* File List Styling */
        .file-list {
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 20px;
            text-align: left;
        }

        .file-item {
            background-color: white;
            color: #2d3748;
            padding: 12px 16px;
            margin: 8px 0;
            border-radius: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-left: 4px solid #4361ee;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .file-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .remove-file {
            background: #e53e3e;
            color: white;
            border: none;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .remove-file:hover {
            background: #c53030;
            transform: scale(1.1);
        }

        .button-side {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .convert-btn {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: white;
            border: none;
            border-radius: 5px;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
        }

        .convert-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* === How to Use Section Styles === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        /* New Sections Styling */
        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        /* Scrollbar Styling */
        .file-list::-webkit-scrollbar {
            width: 8px;
        }

        .file-list::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .file-list::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        /* Error Messages */
        .error-message {
            color: #e53e3e;
            background-color: white;
            padding: 10px 15px;
            border-radius: 8px;
            margin-top: 10px;
            font-size: 14px;
            border-left: 4px solid #e53e3e;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        @media (max-width: 768px) {
            .form-container {
                flex-direction: column;
                gap: 20px;
            }

            .drop-zone {
                min-width: auto;
                width: 100%;
                padding: 40px 20px;
                min-height: 200px;
            }

            .drop-zone-icon {
                font-size: 40px;
                margin-bottom: 15px;
            }

            .drop-zone-text {
                font-size: 16px;
            }

            .drop-zone-subtext {
                font-size: 13px;
            }

            .convert-btn {
                padding: 10px 25px;
            }

            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

/* ========== D:/pdf/resources/views/img/jpgTowebp.blade.php ========== */
/* === Original Styles (Background/Header/Footer) === */
        .shock-section.has-overlay {
            position: relative;
        }

        .banner {
            position: relative;
            overflow: hidden;
        }

        .image-wrapper img {
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000000;
            opacity: 0.85;
        }

        /* === Form Styles with Original Color Scheme === */
        .content-wrapper {
            position: relative;
            z-index: 2;
            margin-top: 0px;
            padding-top: 60px;
            padding-bottom: 60px;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .basic-intro {
            text-align: center;
        }

        .basic-intro h2 {
            color: white;
            margin-bottom: 30px;
        }

        .tool-description {
            color: #000000;
            margin-top: -20px !important;
            margin-bottom: 50px !important;
            font-size: 16px;
            line-height: 1.6;
        }

        .form-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 30px;
            max-width: 900px;
            margin: 0 auto;
        }

        .drop-zone {
            border: 2px dashed #cbd5e0;
            border-radius: 12px;
            padding: 50px 30px;
            text-align: center;
            background-color: #f8fafc;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            min-height: 250px;
            min-width: 450px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
        }

        .drop-zone:hover {
            border-color: #3b82f6;
            background-color: #f0f4ff;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
        }

        .drop-zone.dragover {
            background-color: #e6eeff;
            border-color: #3b82f6;
            transform: scale(1.02);
            box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
        }

        .drop-zone-icon {
            font-size: 48px;
            color: #cbd5e0;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .drop-zone:hover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.1);
        }

        .drop-zone.dragover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.2);
        }

        .drop-zone-text {
            color: #2d3748;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-text {
            color: #4361ee;
        }

        .drop-zone-subtext {
            color: #718096;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-subtext {
            color: #4a5568;
        }

        /* File List Styling */
        .file-list {
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 20px;
            text-align: left;
        }

        .file-item {
            background-color: white;
            color: #2d3748;
            padding: 12px 16px;
            margin: 8px 0;
            border-radius: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-left: 4px solid #4361ee;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .file-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .remove-file {
            background: #e53e3e;
            color: white;
            border: none;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .remove-file:hover {
            background: #c53030;
            transform: scale(1.1);
        }

        .button-side {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .convert-btn {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: white;
            border: none;
            border-radius: 5px;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
        }

        .convert-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* === How to Use Section Styles === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        /* New Sections Styling */
        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        /* Scrollbar Styling */
        .file-list::-webkit-scrollbar {
            width: 8px;
        }

        .file-list::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .file-list::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        /* Error Messages */
        .error-message {
            color: #e53e3e;
            background-color: white;
            padding: 10px 15px;
            border-radius: 8px;
            margin-top: 10px;
            font-size: 14px;
            border-left: 4px solid #e53e3e;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        @media (max-width: 768px) {
            .form-container {
                flex-direction: column;
                gap: 20px;
            }

            .drop-zone {
                min-width: auto;
                width: 100%;
                padding: 40px 20px;
                min-height: 200px;
            }

            .drop-zone-icon {
                font-size: 40px;
                margin-bottom: 15px;
            }

            .drop-zone-text {
                font-size: 16px;
            }

            .drop-zone-subtext {
                font-size: 13px;
            }

            .convert-btn {
                padding: 10px 25px;
            }

            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

/* ========== D:/pdf/resources/views/img/pdfToJpg.blade.php ========== */
/* === Original Styles (Background/Header/Footer) === */
        .shock-section.has-overlay {
            position: relative;
        }

        .banner {
            position: relative;
            overflow: hidden;
        }

        .image-wrapper img {
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000000;
            opacity: 0.85;
        }

        /* === Form Styles with Original Color Scheme === */
        .content-wrapper {
            position: relative;
            z-index: 2;
            margin-top: 0px;
            padding-top: 60px;
            padding-bottom: 60px;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .basic-intro {
            text-align: center;
        }

        .basic-intro h2 {
            color: white;
            margin-bottom: 30px;
        }

        .tool-description {
            color: #000000;
            margin-top: -20px !important;
            margin-bottom: 50px !important;
            font-size: 16px;
            line-height: 1.6;
        }

        .form-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 30px;
            max-width: 900px;
            margin: 0 auto;
        }

        .drop-zone {
            border: 2px dashed #cbd5e0;
            border-radius: 12px;
            padding: 50px 30px;
            text-align: center;
            background-color: #f8fafc;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            min-height: 250px;
            min-width: 450px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
        }

        .drop-zone:hover {
            border-color: #3b82f6;
            background-color: #f0f4ff;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
        }

        .drop-zone.dragover {
            background-color: #e6eeff;
            border-color: #3b82f6;
            transform: scale(1.02);
            box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
        }

        .drop-zone-icon {
            font-size: 48px;
            color: #cbd5e0;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .drop-zone:hover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.1);
        }

        .drop-zone.dragover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.2);
        }

        .drop-zone-text {
            color: #2d3748;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-text {
            color: #4361ee;
        }

        .drop-zone-subtext {
            color: #718096;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-subtext {
            color: #4a5568;
        }

        /* File List Styling */
        .file-list {
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 20px;
            text-align: left;
        }

        .file-item {
            background-color: white;
            color: #2d3748;
            padding: 12px 16px;
            margin: 8px 0;
            border-radius: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-left: 4px solid #4361ee;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .file-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .remove-file {
            background: #e53e3e;
            color: white;
            border: none;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .remove-file:hover {
            background: #c53030;
            transform: scale(1.1);
        }

        .button-side {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .convert-btn {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: white;
            border: none;
            border-radius: 5px;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
        }

        .convert-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* === How to Use Section Styles === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        /* New Sections Styling */
        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        /* Scrollbar Styling */
        .file-list::-webkit-scrollbar {
            width: 8px;
        }

        .file-list::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .file-list::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        /* Error Messages */
        .error-message {
            color: #e53e3e;
            background-color: white;
            padding: 10px 15px;
            border-radius: 8px;
            margin-top: 10px;
            font-size: 14px;
            border-left: 4px solid #e53e3e;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        @media (max-width: 768px) {
            .form-container {
                flex-direction: column;
                gap: 20px;
            }

            .drop-zone {
                min-width: auto;
                width: 100%;
                padding: 40px 20px;
                min-height: 200px;
            }

            .drop-zone-icon {
                font-size: 40px;
                margin-bottom: 15px;
            }

            .drop-zone-text {
                font-size: 16px;
            }

            .drop-zone-subtext {
                font-size: 13px;
            }

            .convert-btn {
                padding: 10px 25px;
            }

            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

/* ========== D:/pdf/resources/views/img/pdfToPng.blade.php ========== */
/* === Original Styles (Background/Header/Footer) === */
        .shock-section.has-overlay {
            position: relative;
        }

        .banner {
            position: relative;
            overflow: hidden;
        }

        .image-wrapper img {
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000000;
            opacity: 0.85;
        }

        /* === Form Styles with Original Color Scheme === */
        .content-wrapper {
            position: relative;
            z-index: 2;
            margin-top: 0px;
            padding-top: 60px;
            padding-bottom: 60px;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .basic-intro {
            text-align: center;
        }

        .basic-intro h2 {
            color: white;
            margin-bottom: 30px;
        }

        .tool-description {
            color: #000000;
            margin-top: -20px !important;
            margin-bottom: 50px !important;
            font-size: 16px;
            line-height: 1.6;
        }

        .form-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 30px;
            max-width: 900px;
            margin: 0 auto;
        }

        .drop-zone {
            border: 2px dashed #cbd5e0;
            border-radius: 12px;
            padding: 50px 30px;
            text-align: center;
            background-color: #f8fafc;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            min-height: 250px;
            min-width: 450px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
        }

        .drop-zone:hover {
            border-color: #3b82f6;
            background-color: #f0f4ff;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
        }

        .drop-zone.dragover {
            background-color: #e6eeff;
            border-color: #3b82f6;
            transform: scale(1.02);
            box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
        }

        .drop-zone-icon {
            font-size: 48px;
            color: #cbd5e0;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .drop-zone:hover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.1);
        }

        .drop-zone.dragover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.2);
        }

        .drop-zone-text {
            color: #2d3748;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-text {
            color: #4361ee;
        }

        .drop-zone-subtext {
            color: #718096;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-subtext {
            color: #4a5568;
        }

        /* File List Styling */
        .file-list {
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 20px;
            text-align: left;
        }

        .file-item {
            background-color: white;
            color: #2d3748;
            padding: 12px 16px;
            margin: 8px 0;
            border-radius: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-left: 4px solid #4361ee;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .file-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .remove-file {
            background: #e53e3e;
            color: white;
            border: none;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .remove-file:hover {
            background: #c53030;
            transform: scale(1.1);
        }

        .button-side {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .convert-btn {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: white;
            border: none;
            border-radius: 5px;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
        }

        .convert-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* === How to Use Section Styles === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        /* New Sections Styling */
        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        /* Scrollbar Styling */
        .file-list::-webkit-scrollbar {
            width: 8px;
        }

        .file-list::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .file-list::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        /* Error Messages */
        .error-message {
            color: #e53e3e;
            background-color: white;
            padding: 10px 15px;
            border-radius: 8px;
            margin-top: 10px;
            font-size: 14px;
            border-left: 4px solid #e53e3e;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        @media (max-width: 768px) {
            .form-container {
                flex-direction: column;
                gap: 20px;
            }

            .drop-zone {
                min-width: auto;
                width: 100%;
                padding: 40px 20px;
                min-height: 200px;
            }

            .drop-zone-icon {
                font-size: 40px;
                margin-bottom: 15px;
            }

            .drop-zone-text {
                font-size: 16px;
            }

            .drop-zone-subtext {
                font-size: 13px;
            }

            .convert-btn {
                padding: 10px 25px;
            }

            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

/* ========== D:/pdf/resources/views/img/pngToJpg.blade.php ========== */
/* === Original Styles (Background/Header/Footer) === */
        .shock-section.has-overlay {
            position: relative;
        }

        .banner {
            position: relative;
            overflow: hidden;
        }

        .image-wrapper img {
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000000;
            opacity: 0.85;
        }

        /* === Form Styles with Original Color Scheme === */
        .content-wrapper {
            position: relative;
            z-index: 2;
            margin-top: 0px;
            padding-top: 60px;
            padding-bottom: 60px;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .basic-intro {
            text-align: center;
        }

        .basic-intro h2 {
            color: white;
            margin-bottom: 30px;
        }

        .tool-description {
            color: #000000;
            margin-top: -20px !important;
            margin-bottom: 50px !important;
            font-size: 16px;
            line-height: 1.6;
        }

        .form-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 30px;
            max-width: 900px;
            margin: 0 auto;
        }

        .drop-zone {
            border: 2px dashed #cbd5e0;
            border-radius: 12px;
            padding: 50px 30px;
            text-align: center;
            background-color: #f8fafc;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            min-height: 250px;
            min-width: 450px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
        }

        .drop-zone:hover {
            border-color: #3b82f6;
            background-color: #f0f4ff;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
        }

        .drop-zone.dragover {
            background-color: #e6eeff;
            border-color: #3b82f6;
            transform: scale(1.02);
            box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
        }

        .drop-zone-icon {
            font-size: 48px;
            color: #cbd5e0;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .drop-zone:hover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.1);
        }

        .drop-zone.dragover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.2);
        }

        .drop-zone-text {
            color: #2d3748;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-text {
            color: #4361ee;
        }

        .drop-zone-subtext {
            color: #718096;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-subtext {
            color: #4a5568;
        }

        /* File List Styling */
        .file-list {
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 20px;
            text-align: left;
        }

        .file-item {
            background-color: white;
            color: #2d3748;
            padding: 12px 16px;
            margin: 8px 0;
            border-radius: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-left: 4px solid #4361ee;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .file-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .remove-file {
            background: #e53e3e;
            color: white;
            border: none;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .remove-file:hover {
            background: #c53030;
            transform: scale(1.1);
        }

        .button-side {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .convert-btn {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: white;
            border: none;
            border-radius: 5px;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
        }

        .convert-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* === How to Use Section Styles === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        /* New Sections Styling */
        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        /* Scrollbar Styling */
        .file-list::-webkit-scrollbar {
            width: 8px;
        }

        .file-list::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .file-list::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        /* Error Messages */
        .error-message {
            color: #e53e3e;
            background-color: white;
            padding: 10px 15px;
            border-radius: 8px;
            margin-top: 10px;
            font-size: 14px;
            border-left: 4px solid #e53e3e;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        @media (max-width: 768px) {
            .form-container {
                flex-direction: column;
                gap: 20px;
            }

            .drop-zone {
                min-width: auto;
                width: 100%;
                padding: 40px 20px;
                min-height: 200px;
            }

            .drop-zone-icon {
                font-size: 40px;
                margin-bottom: 15px;
            }

            .drop-zone-text {
                font-size: 16px;
            }

            .drop-zone-subtext {
                font-size: 13px;
            }

            .convert-btn {
                padding: 10px 25px;
            }

            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

/* ========== D:/pdf/resources/views/img/pngToWebp.blade.php ========== */
/* === Original Styles (Background/Header/Footer) === */
        .shock-section.has-overlay {
            position: relative;
        }

        .banner {
            position: relative;
            overflow: hidden;
        }

        .image-wrapper img {
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000000;
            opacity: 0.85;
        }

        /* === Form Styles with Original Color Scheme === */
        .content-wrapper {
            position: relative;
            z-index: 2;
            margin-top: 0px;
            padding-top: 60px;
            padding-bottom: 60px;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .basic-intro {
            text-align: center;
        }

        .basic-intro h2 {
            color: white;
            margin-bottom: 30px;
        }

        .tool-description {
            color: #000000;
            margin-top: -20px !important;
            margin-bottom: 50px !important;
            font-size: 16px;
            line-height: 1.6;
        }

        .form-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 30px;
            max-width: 900px;
            margin: 0 auto;
        }

        .drop-zone {
            border: 2px dashed #cbd5e0;
            border-radius: 12px;
            padding: 50px 30px;
            text-align: center;
            background-color: #f8fafc;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            min-height: 250px;
            min-width: 450px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
        }

        .drop-zone:hover {
            border-color: #3b82f6;
            background-color: #f0f4ff;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
        }

        .drop-zone.dragover {
            background-color: #e6eeff;
            border-color: #3b82f6;
            transform: scale(1.02);
            box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
        }

        .drop-zone-icon {
            font-size: 48px;
            color: #cbd5e0;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .drop-zone:hover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.1);
        }

        .drop-zone.dragover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.2);
        }

        .drop-zone-text {
            color: #2d3748;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-text {
            color: #4361ee;
        }

        .drop-zone-subtext {
            color: #718096;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-subtext {
            color: #4a5568;
        }

        /* File List Styling */
        .file-list {
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 20px;
            text-align: left;
        }

        .file-item {
            background-color: white;
            color: #2d3748;
            padding: 12px 16px;
            margin: 8px 0;
            border-radius: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-left: 4px solid #4361ee;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .file-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .remove-file {
            background: #e53e3e;
            color: white;
            border: none;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .remove-file:hover {
            background: #c53030;
            transform: scale(1.1);
        }

        .button-side {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .convert-btn {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: white;
            border: none;
            border-radius: 5px;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
        }

        .convert-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* === How to Use Section Styles === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        /* New Sections Styling */
        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        /* Scrollbar Styling */
        .file-list::-webkit-scrollbar {
            width: 8px;
        }

        .file-list::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .file-list::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        /* Error Messages */
        .error-message {
            color: #e53e3e;
            background-color: white;
            padding: 10px 15px;
            border-radius: 8px;
            margin-top: 10px;
            font-size: 14px;
            border-left: 4px solid #e53e3e;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        @media (max-width: 768px) {
            .form-container {
                flex-direction: column;
                gap: 20px;
            }

            .drop-zone {
                min-width: auto;
                width: 100%;
                padding: 40px 20px;
                min-height: 200px;
            }

            .drop-zone-icon {
                font-size: 40px;
                margin-bottom: 15px;
            }

            .drop-zone-text {
                font-size: 16px;
            }

            .drop-zone-subtext {
                font-size: 13px;
            }

            .convert-btn {
                padding: 10px 25px;
            }

            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

/* ========== D:/pdf/resources/views/img/webpToJpg.blade.php ========== */
/* === Original Styles (Background/Header/Footer) === */
        .shock-section.has-overlay {
            position: relative;
        }

        .banner {
            position: relative;
            overflow: hidden;
        }

        .image-wrapper img {
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000000;
            opacity: 0.85;
        }

        /* === Form Styles with Original Color Scheme === */
        .content-wrapper {
            position: relative;
            z-index: 2;
            margin-top: 0px;
            padding-top: 60px;
            padding-bottom: 60px;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .basic-intro {
            text-align: center;
        }

        .basic-intro h2 {
            color: white;
            margin-bottom: 30px;
        }

        .tool-description {
            color: #000000;
            margin-top: -20px !important;
            margin-bottom: 50px !important;
            font-size: 16px;
            line-height: 1.6;
        }

        .form-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 30px;
            max-width: 900px;
            margin: 0 auto;
        }

        .drop-zone {
            border: 2px dashed #cbd5e0;
            border-radius: 12px;
            padding: 50px 30px;
            text-align: center;
            background-color: #f8fafc;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            min-height: 250px;
            min-width: 450px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
        }

        .drop-zone:hover {
            border-color: #3b82f6;
            background-color: #f0f4ff;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
        }

        .drop-zone.dragover {
            background-color: #e6eeff;
            border-color: #3b82f6;
            transform: scale(1.02);
            box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
        }

        .drop-zone-icon {
            font-size: 48px;
            color: #cbd5e0;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .drop-zone:hover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.1);
        }

        .drop-zone.dragover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.2);
        }

        .drop-zone-text {
            color: #2d3748;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-text {
            color: #4361ee;
        }

        .drop-zone-subtext {
            color: #718096;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-subtext {
            color: #4a5568;
        }

        /* File List Styling */
        .file-list {
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 20px;
            text-align: left;
        }

        .file-item {
            background-color: white;
            color: #2d3748;
            padding: 12px 16px;
            margin: 8px 0;
            border-radius: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-left: 4px solid #4361ee;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .file-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .remove-file {
            background: #e53e3e;
            color: white;
            border: none;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .remove-file:hover {
            background: #c53030;
            transform: scale(1.1);
        }

        .button-side {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .convert-btn {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: white;
            border: none;
            border-radius: 5px;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
        }

        .convert-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* === How to Use Section Styles === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        /* New Sections Styling */
        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        /* Scrollbar Styling */
        .file-list::-webkit-scrollbar {
            width: 8px;
        }

        .file-list::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .file-list::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        /* Error Messages */
        .error-message {
            color: #e53e3e;
            background-color: white;
            padding: 10px 15px;
            border-radius: 8px;
            margin-top: 10px;
            font-size: 14px;
            border-left: 4px solid #e53e3e;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        @media (max-width: 768px) {
            .form-container {
                flex-direction: column;
                gap: 20px;
            }

            .drop-zone {
                min-width: auto;
                width: 100%;
                padding: 40px 20px;
                min-height: 200px;
            }

            .drop-zone-icon {
                font-size: 40px;
                margin-bottom: 15px;
            }

            .drop-zone-text {
                font-size: 16px;
            }

            .drop-zone-subtext {
                font-size: 13px;
            }

            .convert-btn {
                padding: 10px 25px;
            }

            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

/* ========== D:/pdf/resources/views/img/webpToPng.blade.php ========== */
/* === Original Styles (Background/Header/Footer) === */
        .shock-section.has-overlay {
            position: relative;
        }

        .banner {
            position: relative;
            overflow: hidden;
        }

        .image-wrapper img {
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000000;
            opacity: 0.85;
        }

        /* === Form Styles with Original Color Scheme === */
        .content-wrapper {
            position: relative;
            z-index: 2;
            margin-top: 0px;
            padding-top: 60px;
            padding-bottom: 60px;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .basic-intro {
            text-align: center;
        }

        .basic-intro h2 {
            color: white;
            margin-bottom: 30px;
        }

        .tool-description {
            color: #000000;
            margin-top: -20px !important;
            margin-bottom: 50px !important;
            font-size: 16px;
            line-height: 1.6;
        }

        .form-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 30px;
            max-width: 900px;
            margin: 0 auto;
        }

        .drop-zone {
            border: 2px dashed #cbd5e0;
            border-radius: 12px;
            padding: 50px 30px;
            text-align: center;
            background-color: #f8fafc;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            min-height: 250px;
            min-width: 450px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
        }

        .drop-zone:hover {
            border-color: #3b82f6;
            background-color: #f0f4ff;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
        }

        .drop-zone.dragover {
            background-color: #e6eeff;
            border-color: #3b82f6;
            transform: scale(1.02);
            box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
        }

        .drop-zone-icon {
            font-size: 48px;
            color: #cbd5e0;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .drop-zone:hover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.1);
        }

        .drop-zone.dragover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.2);
        }

        .drop-zone-text {
            color: #2d3748;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-text {
            color: #4361ee;
        }

        .drop-zone-subtext {
            color: #718096;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-subtext {
            color: #4a5568;
        }

        /* File List Styling */
        .file-list {
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 20px;
            text-align: left;
        }

        .file-item {
            background-color: white;
            color: #2d3748;
            padding: 12px 16px;
            margin: 8px 0;
            border-radius: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-left: 4px solid #4361ee;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .file-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .remove-file {
            background: #e53e3e;
            color: white;
            border: none;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .remove-file:hover {
            background: #c53030;
            transform: scale(1.1);
        }

        .button-side {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .convert-btn {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: white;
            border: none;
            border-radius: 5px;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
        }

        .convert-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* === How to Use Section Styles === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        /* New Sections Styling */
        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        /* Scrollbar Styling */
        .file-list::-webkit-scrollbar {
            width: 8px;
        }

        .file-list::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .file-list::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        /* Error Messages */
        .error-message {
            color: #e53e3e;
            background-color: white;
            padding: 10px 15px;
            border-radius: 8px;
            margin-top: 10px;
            font-size: 14px;
            border-left: 4px solid #e53e3e;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        @media (max-width: 768px) {
            .form-container {
                flex-direction: column;
                gap: 20px;
            }

            .drop-zone {
                min-width: auto;
                width: 100%;
                padding: 40px 20px;
                min-height: 200px;
            }

            .drop-zone-icon {
                font-size: 40px;
                margin-bottom: 15px;
            }

            .drop-zone-text {
                font-size: 16px;
            }

            .drop-zone-subtext {
                font-size: 13px;
            }

            .convert-btn {
                padding: 10px 25px;
            }

            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

/* ========== D:/pdf/resources/views/index.blade.php ========== */
/* Dropdown animation and positioning */
        .dropdown-menu {
            opacity: 0;
            visibility: hidden;
            transform: translate(-50%, 10px);
            transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
            display: block;
            top: 100%;
            left: 50%;
            z-index: 1000;
            background-color: #fff;
            border: 1px solid #ddd;
            box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            padding: 24px 32px;
            min-width: 720px;
        }

        .nav-item.dropdown:hover>.dropdown-menu,
        .dropdown-menu:hover {
            opacity: 1;
            visibility: visible;
            transform: translate(-50%, 0);
        }

        /* Dropdown items */
        .dropdown-item {
            padding: 8px 12px;
            border-radius: 6px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 14px;
            color: #333;
            white-space: nowrap;
        }

        .dropdown-item:hover {
            background-color: #f2f2f2;
            color: #000;
        }

        /* Uniform padding inside columns */
        .dropdown-menu .row>div {
            padding-left: 10px;
            padding-right: 10px;
        }

/* ========== D:/pdf/resources/views/json/jsonTable.blade.php ========== */
/* === Base Styles === */
        .shock-section.has-overlay {
            position: relative;
        }

        .image-wrapper img {
            width: 100%;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            background-color: #000000;
            opacity: 0.85;
        }

        /* === Content Layout === */
        .content-wrapper {
            position: relative;
            z-index: 2;
            margin-top: 100px;
            padding-top: 30px;
            padding-bottom: 30px;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .basic-intro {
            text-align: center;
        }

        .basic-intro h2 {
            color: white;
            margin-bottom: 20px;
        }

        .tool-description {
            color: #000000;
            margin-top: -10px !important;
            margin-bottom: 30px !important;
            font-size: 16px;
            line-height: 1.6;
        }

        .form-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: stretch;
            gap: 25px;
            max-width: 1200px;
            margin: 0 auto;
        }

        /* === Enhanced Drop Zone === */
        .drop-zone-container {
            display: flex;
            justify-content: center;
            margin-bottom: 30px;
        }

        .drop-zone {
            border: 2px dashed #cbd5e0;
            border-radius: 12px;
            padding: 50px 30px;
            text-align: center;
            background-color: #f8fafc;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            min-height: 250px;
            min-width: 450px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
        }

        .drop-zone:hover {
            border-color: #3b82f6;
            background-color: #f0f4ff;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
        }

        .drop-zone.dragover {
            background-color: #e6eeff;
            border-color: #3b82f6;
            transform: scale(1.02);
            box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
        }

        .drop-zone-icon {
            font-size: 48px;
            color: #cbd5e0;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .drop-zone:hover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.1);
        }

        .drop-zone.dragover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.2);
        }

        .drop-zone-text {
            color: #2d3748;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-text {
            color: #4361ee;
        }

        .drop-zone-subtext {
            color: #718096;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-subtext {
            color: #4a5568;
        }

        /* File List Styling */
        .file-list {
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 20px;
            text-align: left;
            display: none;
        }

        .file-item {
            background-color: white;
            color: #2d3748;
            padding: 12px 16px;
            margin: 8px 0;
            border-radius: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-left: 4px solid #4361ee;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .file-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .remove-file {
            background: #e53e3e;
            color: white;
            border: none;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .remove-file:hover {
            background: #c53030;
            transform: scale(1.1);
        }

        /* === Enhanced Options Panel === */
        .resize-options {
            background-color: #f8fafc;
            padding: 25px;
            border-radius: 12px;
            flex: 1;
            min-width: 300px;
            border: 2px solid #cbd5e0;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            display: flex;
            flex-direction: column;
        }

        .form-group {
            margin-bottom: 12px;
        }

        .form-group label {
            display: block;
            margin-bottom: 6px;
            font-weight: 600;
            color: #2d3748;
            font-size: 14px;
        }

        .convert-btn {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: white;
            border: none;
            border-radius: 5px;
            padding: 10px 25px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            white-space: nowrap;
            width: 100%;
            margin-top: 10px;
        }

        .convert-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* === Enhanced Editor Styles === */
        .editor-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
        }

        .editor-textarea {
            width: 100%;
            flex: 1;
            min-height: 350px;
            padding: 15px;
            border: 1px solid #cbd5e0;
            border-radius: 8px;
            font-family: 'Consolas', 'Monaco', monospace;
            font-size: 13px;
            line-height: 1.5;
            background-color: white;
            resize: vertical;
            color: #2d3748;
            outline: none;
            box-sizing: border-box;
        }

        .editor-textarea:focus {
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

        .preview-box {
            width: 100%;
            flex: 1;
            min-height: 350px;
            padding: 15px;
            border: 1px solid #cbd5e0;
            border-radius: 8px;
            background-color: white;
            overflow: auto;
            box-sizing: border-box;
        }

        /* Action Buttons */
        .action-btn {
            background: white;
            border: 1px solid #cbd5e0;
            color: #4a5568;
            padding: 6px 12px;
            border-radius: 6px;
            font-size: 13px;
            cursor: pointer;
            transition: all 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 5px;
        }

        .action-btn:hover {
            background: #edf2f7;
            color: #2d3748;
            border-color: #a0aec0;
        }

        /* Table Styling */
        .json-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 14px;
        }

        .json-table th,
        .json-table td {
            border: 1px solid #e2e8f0;
            padding: 8px;
            text-align: left;
        }

        .json-table th {
            background-color: #f7fafc;
            font-weight: 600;
            color: #2d3748;
        }

        .json-table tr:nth-child(even) {
            background-color: #fcfcfc;
        }

        .hidden {
            display: none !important;
        }
        
        .d-none {
            display: none !important;
        }

        /* === How to Use Section === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        /* Info Section */
        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            color: inherit;
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        .form-spacer {
            height: 40px;
        }

        /* Status Message */
        .status-message {
            color: #fff;
            text-align: center;
            margin: 15px 0;
            min-height: 20px;
            font-size: 0.9rem;
        }

        .status-success {
            color: #51cf66;
        }

        .status-error {
            color: #ff6b6b;
        }

        /* Scrollbar */
        .file-list::-webkit-scrollbar {
            width: 8px;
        }

        .file-list::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .file-list::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        /* Mobile adjustments */
        @media (max-width: 768px) {
            .form-container {
                flex-direction: column;
            }

            .drop-zone,
            .resize-options {
                width: 100%;
                min-width: auto;
            }

            .editor-textarea,
            .preview-box {
                min-height: 250px;
            }

            .content-wrapper {
                margin-top: 80px;
                padding-top: 20px;
                padding-bottom: 20px;
            }

            .basic-intro h2 {
                font-size: 24px;
                margin-bottom: 15px;
            }

            .tool-description {
                font-size: 14px;
                margin-bottom: 20px !important;
                padding: 0 10px;
            }

            .form-container {
                flex-direction: column;
                gap: 20px;
                padding: 0 15px;
            }

            .drop-zone {
                min-width: auto;
                width: 100%;
                padding: 40px 20px;
                min-height: 200px;
            }

            .drop-zone-icon {
                font-size: 40px;
                margin-bottom: 15px;
            }

            .drop-zone-text {
                font-size: 16px;
            }

            .drop-zone-subtext {
                font-size: 13px;
            }

            .resize-options {
                width: 100%;
                padding: 12px;
            }

            .convert-btn {
                padding: 10px 20px;
                font-size: 14px;
                width: 100%;
                justify-content: center;
            }

            .how-to-use-section {
                margin-top: 40px;
                padding: 40px 15px;
            }

            .section-title {
                font-size: 24px;
                margin-bottom: 20px;
            }

            .steps-container {
                flex-direction: column;
                gap: 20px;
            }

            .step {
                min-width: auto;
                width: 100%;
            }

            .info-cards {
                flex-direction: column;
                align-items: center;
                gap: 20px;
            }

            .info-card {
                max-width: 100%;
                width: 100%;
            }

            .tools-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .form-spacer {
                height: 30px;
            }
        }

        @media (max-width: 480px) {
            .content-wrapper {
                margin-top: 60px;
            }

            .basic-intro h2 {
                font-size: 22px;
            }

            .tool-description {
                font-size: 13px;
            }

            .drop-zone {
                padding: 30px 15px;
                min-height: 180px;
            }

            .drop-zone-icon {
                font-size: 36px;
            }

            .drop-zone-text {
                font-size: 15px;
            }

            .drop-zone-subtext {
                font-size: 12px;
            }

            .resize-options {
                padding: 10px;
            }

            .form-group label {
                font-size: 13px;
            }

            .convert-btn {
                padding: 8px 16px;
                font-size: 13px;
            }

            .how-to-use-section {
                margin-top: 30px;
                padding: 30px 10px;
            }

            .section-title {
                font-size: 22px;
            }

            .step {
                padding: 15px;
            }

            .step-icon {
                font-size: 30px;
            }

            .step-title {
                font-size: 16px;
            }

            .step-description {
                font-size: 13px;
            }

            .info-section {
                padding: 40px 0;
            }

            .info-card {
                padding: 20px;
            }

            .info-card h3 {
                font-size: 18px;
            }

            .info-card p {
                font-size: 13px;
            }

            .tool-card {
                padding: 15px;
            }

            .tool-card i {
                font-size: 28px;
            }

            .tool-card h4 {
                font-size: 15px;
            }

            .tool-card p {
                font-size: 12px;
            }

            .form-spacer {
                height: 20px;
            }
        }

/* ========== D:/pdf/resources/views/json/jsonToExcel.blade.php ========== */
/* === Base Styles === */
        .shock-section.has-overlay {
            position: relative;
        }

        .image-wrapper img {
            width: 100%;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            background-color: #000000;
            opacity: 0.85;
        }

        /* === Content Layout === */
        .content-wrapper {
            position: relative;
            z-index: 2;
            margin-top: 100px;
            padding-top: 30px;
            padding-bottom: 30px;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .basic-intro {
            text-align: center;
        }

        .basic-intro h2 {
            color: white;
            margin-bottom: 20px;
        }

        .tool-description {
            color: #000000;
            margin-top: -10px !important;
            margin-bottom: 30px !important;
            font-size: 16px;
            line-height: 1.6;
        }

        .form-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: stretch;
            gap: 25px;
            max-width: 1200px;
            margin: 0 auto;
        }

        /* === NEW Enhanced Drop Zone - Matching WebP to PNG Style === */
        .drop-zone-container {
            display: flex;
            justify-content: center;
            margin-bottom: 30px;
        }

        .drop-zone {
            border: 2px dashed #cbd5e0;
            border-radius: 12px;
            padding: 50px 30px;
            text-align: center;
            background-color: #f8fafc;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            min-height: 250px;
            min-width: 450px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
        }

        .drop-zone:hover {
            border-color: #3b82f6;
            background-color: #f0f4ff;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
        }

        .drop-zone.dragover {
            background-color: #e6eeff;
            border-color: #3b82f6;
            transform: scale(1.02);
            box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
        }

        .drop-zone-icon {
            font-size: 48px;
            color: #cbd5e0;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .drop-zone:hover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.1);
        }

        .drop-zone.dragover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.2);
        }

        .drop-zone-text {
            color: #2d3748;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-text {
            color: #4361ee;
        }

        .drop-zone-subtext {
            color: #718096;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-subtext {
            color: #4a5568;
        }

        /* File List Styling */
        .file-list {
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 20px;
            text-align: left;
            display: none;
        }

        .file-item {
            background-color: white;
            color: #2d3748;
            padding: 12px 16px;
            margin: 8px 0;
            border-radius: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-left: 4px solid #4361ee;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .file-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .remove-file {
            background: #e53e3e;
            color: white;
            border: none;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .remove-file:hover {
            background: #c53030;
            transform: scale(1.1);
        }

        /* === Enhanced Options Panel === */
        .resize-options {
            background-color: #f8fafc;
            padding: 25px;
            border-radius: 12px;
            flex: 1;
            min-width: 300px;
            border: 2px solid #cbd5e0;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            display: flex;
            flex-direction: column;
        }

        .form-group {
            margin-bottom: 12px;
        }

        .form-group label {
            display: block;
            margin-bottom: 6px;
            font-weight: 600;
            color: #2d3748;
            font-size: 14px;
        }

        .form-group input,
        .form-group select {
            width: 100%;
            padding: 8px 12px;
            border: 1px solid #cbd5e0;
            border-radius: 8px;
            font-size: 14px;
            background-color: white;
            transition: all 0.3s ease;
            box-sizing: border-box;
        }

        .form-group input:focus,
        .form-group select:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

        .convert-btn {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: white;
            border: none;
            border-radius: 5px;
            padding: 10px 25px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            white-space: nowrap;
            width: 100%;
            margin-top: 10px;
        }

        .convert-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* === Enhanced Editor Styles === */
        .editor-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
        }

        .editor-textarea {
            width: 100%;
            flex: 1;
            min-height: 350px;
            padding: 15px;
            border: 1px solid #cbd5e0;
            border-radius: 8px;
            font-family: 'Consolas', 'Monaco', monospace;
            font-size: 13px;
            line-height: 1.5;
            background-color: white;
            resize: vertical;
            color: #2d3748;
            outline: none;
            box-sizing: border-box;
        }

        .editor-textarea:focus {
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

        .preview-box {
            width: 100%;
            flex: 1;
            min-height: 350px;
            padding: 15px;
            border: 1px solid #cbd5e0;
            border-radius: 8px;
            background-color: white;
            overflow: auto;
            box-sizing: border-box;
        }

        /* Action Buttons (Enhanced) */
        .action-btn {
            background: white;
            border: 1px solid #cbd5e0;
            color: #4a5568;
            padding: 6px 12px;
            border-radius: 6px;
            font-size: 13px;
            cursor: pointer;
            transition: all 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 5px;
        }

        .action-btn:hover {
            background: #edf2f7;
            color: #2d3748;
            border-color: #a0aec0;
        }

        /* Table Styling for Excel Preview */
        .json-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 14px;
        }

        .json-table th,
        .json-table td {
            border: 1px solid #e2e8f0;
            padding: 8px;
            text-align: left;
        }

        .json-table th {
            background-color: #f7fafc;
            font-weight: 600;
            color: #2d3748;
        }

        .json-table tr:nth-child(even) {
            background-color: #fcfcfc;
        }

        .hidden {
            display: none !important;
        }


        /* === UPDATED How to Use Section Styles === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        /* New Sections Styling */
        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            color: inherit;
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        .form-spacer {
            height: 40px;
        }

        /* Status Message */
        .status-message {
            color: #fff;
            text-align: center;
            margin: 15px 0;
            min-height: 20px;
            font-size: 0.9rem;
        }

        .status-success {
            color: #51cf66;
        }

        .status-error {
            color: #ff6b6b;
        }

        /* Scrollbar Styling */
        .file-list::-webkit-scrollbar {
            width: 8px;
        }

        .file-list::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .file-list::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        /* Mobile adjustments */
        @media (max-width: 768px) {
            .form-container {
                flex-direction: column;
            }

            .drop-zone,
            .resize-options {
                width: 100%;
                min-width: auto;
            }

            .editor-textarea,
            .preview-box {
                min-height: 250px;
            }

            .content-wrapper {
                margin-top: 80px;
                padding-top: 20px;
                padding-bottom: 20px;
            }

            .basic-intro h2 {
                font-size: 24px;
                margin-bottom: 15px;
            }

            .tool-description {
                font-size: 14px;
                margin-bottom: 20px !important;
                padding: 0 10px;
            }

            .form-container {
                flex-direction: column;
                gap: 20px;
                padding: 0 15px;
            }

            .drop-zone {
                min-width: auto;
                width: 100%;
                padding: 40px 20px;
                min-height: 200px;
            }

            .drop-zone-icon {
                font-size: 40px;
                margin-bottom: 15px;
            }

            .drop-zone-text {
                font-size: 16px;
            }

            .drop-zone-subtext {
                font-size: 13px;
            }

            .resize-options {
                width: 100%;
                padding: 12px;
            }

            .convert-btn {
                padding: 10px 20px;
                font-size: 14px;
                width: 100%;
                justify-content: center;
            }

            .how-to-use-section {
                margin-top: 40px;
                padding: 40px 15px;
            }

            .section-title {
                font-size: 24px;
                margin-bottom: 20px;
            }

            .steps-container {
                flex-direction: column;
                gap: 20px;
            }

            .step {
                min-width: auto;
                width: 100%;
            }

            .info-cards {
                flex-direction: column;
                align-items: center;
                gap: 20px;
            }

            .info-card {
                max-width: 100%;
                width: 100%;
            }

            .tools-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .form-spacer {
                height: 30px;
            }
        }

        @media (max-width: 480px) {
            .content-wrapper {
                margin-top: 60px;
            }

            .basic-intro h2 {
                font-size: 22px;
            }

            .tool-description {
                font-size: 13px;
            }

            .drop-zone {
                padding: 30px 15px;
                min-height: 180px;
            }

            .drop-zone-icon {
                font-size: 36px;
            }

            .drop-zone-text {
                font-size: 15px;
            }

            .drop-zone-subtext {
                font-size: 12px;
            }

            .resize-options {
                padding: 10px;
            }

            .form-group label {
                font-size: 13px;
            }

            .form-group input,
            .form-group select {
                padding: 6px 10px;
                font-size: 13px;
            }

            .convert-btn {
                padding: 8px 16px;
                font-size: 13px;
            }

            .how-to-use-section {
                margin-top: 30px;
                padding: 30px 10px;
            }

            .section-title {
                font-size: 22px;
            }

            .step {
                padding: 15px;
            }

            .step-icon {
                font-size: 30px;
            }

            .step-title {
                font-size: 16px;
            }

            .step-description {
                font-size: 13px;
            }

            .info-section {
                padding: 40px 0;
            }

            .info-card {
                padding: 20px;
            }

            .info-card h3 {
                font-size: 18px;
            }

            .info-card p {
                font-size: 13px;
            }

            .tool-card {
                padding: 15px;
            }

            .tool-card i {
                font-size: 28px;
            }

            .tool-card h4 {
                font-size: 15px;
            }

            .tool-card p {
                font-size: 12px;
            }

            .form-spacer {
                height: 20px;
            }
        }

/* ========== D:/pdf/resources/views/json/jsonToHtml.blade.php ========== */
/* === Base Styles === */
        .shock-section.has-overlay {
            position: relative;
        }

        .image-wrapper img {
            width: 100%;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            background-color: #000000;
            opacity: 0.85;
        }

        /* === Content Layout === */
        .content-wrapper {
            position: relative;
            z-index: 2;
            margin-top: 100px;
            padding-top: 30px;
            padding-bottom: 30px;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .basic-intro {
            text-align: center;
        }

        .basic-intro h2 {
            color: white;
            margin-bottom: 20px;
        }

        .tool-description {
            color: #000000;
            margin-top: -10px !important;
            margin-bottom: 30px !important;
            font-size: 16px;
            line-height: 1.6;
        }

        .form-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: stretch;
            gap: 25px;
            max-width: 1200px;
            margin: 0 auto;
        }

        /* === NEW Enhanced Drop Zone - Matching WebP to PNG Style === */
        .drop-zone-container {
            display: flex;
            justify-content: center;
            margin-bottom: 30px;
        }

        .drop-zone {
            border: 2px dashed #cbd5e0;
            border-radius: 12px;
            padding: 50px 30px;
            text-align: center;
            background-color: #f8fafc;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            min-height: 250px;
            min-width: 450px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
        }

        .drop-zone:hover {
            border-color: #3b82f6;
            background-color: #f0f4ff;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
        }

        .drop-zone.dragover {
            background-color: #e6eeff;
            border-color: #3b82f6;
            transform: scale(1.02);
            box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
        }

        .drop-zone-icon {
            font-size: 48px;
            color: #cbd5e0;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .drop-zone:hover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.1);
        }

        .drop-zone.dragover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.2);
        }

        .drop-zone-text {
            color: #2d3748;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-text {
            color: #4361ee;
        }

        .drop-zone-subtext {
            color: #718096;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-subtext {
            color: #4a5568;
        }

        /* File List Styling */
        .file-list {
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 20px;
            text-align: left;
            display: none;
        }

        .file-item {
            background-color: white;
            color: #2d3748;
            padding: 12px 16px;
            margin: 8px 0;
            border-radius: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-left: 4px solid #4361ee;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .file-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .remove-file {
            background: #e53e3e;
            color: white;
            border: none;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .remove-file:hover {
            background: #c53030;
            transform: scale(1.1);
        }

        /* === Enhanced Options Panel === */
        .resize-options {
            background-color: #f8fafc;
            padding: 25px;
            border-radius: 12px;
            flex: 1;
            min-width: 300px;
            border: 2px solid #cbd5e0;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            display: flex;
            flex-direction: column;
        }

        .form-group {
            margin-bottom: 12px;
        }

        .form-group label {
            display: block;
            margin-bottom: 6px;
            font-weight: 600;
            color: #2d3748;
            font-size: 14px;
        }

        .form-group input,
        .form-group select {
            width: 100%;
            padding: 8px 12px;
            border: 1px solid #cbd5e0;
            border-radius: 8px;
            font-size: 14px;
            background-color: white;
            transition: all 0.3s ease;
            box-sizing: border-box;
        }

        .form-group input:focus,
        .form-group select:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

        .convert-btn {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: white;
            border: none;
            border-radius: 5px;
            padding: 10px 25px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            white-space: nowrap;
            width: 100%;
            margin-top: 10px;
        }

        .convert-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* === Enhanced Editor Styles === */
        .editor-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
        }

        .editor-textarea {
            width: 100%;
            flex: 1;
            min-height: 350px;
            padding: 15px;
            border: 1px solid #cbd5e0;
            border-radius: 8px;
            font-family: 'Consolas', 'Monaco', monospace;
            font-size: 13px;
            line-height: 1.5;
            background-color: white;
            resize: vertical;
            color: #2d3748;
            outline: none;
            box-sizing: border-box;
        }

        .editor-textarea:focus {
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

        .preview-box {
            width: 100%;
            flex: 1;
            min-height: 350px;
            padding: 15px;
            border: 1px solid #cbd5e0;
            border-radius: 8px;
            background-color: white;
            overflow: auto;
            box-sizing: border-box;
        }

        /* Action Buttons (Enhanced) */
        .action-btn {
            background: white;
            border: 1px solid #cbd5e0;
            color: #4a5568;
            padding: 6px 12px;
            border-radius: 6px;
            font-size: 13px;
            cursor: pointer;
            transition: all 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 5px;
        }

        .action-btn:hover {
            background: #edf2f7;
            color: #2d3748;
            border-color: #a0aec0;
        }

        /* Table Styling for HTML Output */
        .json-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 14px;
        }

        .json-table th,
        .json-table td {
            border: 1px solid #e2e8f0;
            padding: 8px;
            text-align: left;
        }

        .json-table th {
            background-color: #f7fafc;
            font-weight: 600;
            color: #2d3748;
        }

        .json-table tr:nth-child(even) {
            background-color: #fcfcfc;
        }

        .hidden {
            display: none !important;
        }


        /* === UPDATED How to Use Section Styles === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        /* New Sections Styling */
        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            color: inherit;
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        .form-spacer {
            height: 40px;
        }

        /* Status Message */
        .status-message {
            color: #fff;
            text-align: center;
            margin: 15px 0;
            min-height: 20px;
            font-size: 0.9rem;
        }

        .status-success {
            color: #51cf66;
        }

        .status-error {
            color: #ff6b6b;
        }

        /* Scrollbar Styling */
        .file-list::-webkit-scrollbar {
            width: 8px;
        }

        .file-list::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .file-list::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        /* Mobile adjustments */
        @media (max-width: 768px) {
            .form-container {
                flex-direction: column;
            }

            .drop-zone,
            .resize-options {
                width: 100%;
                min-width: auto;
            }

            .editor-textarea,
            .preview-box {
                min-height: 250px;
            }

            .content-wrapper {
                margin-top: 80px;
                padding-top: 20px;
                padding-bottom: 20px;
            }

            .basic-intro h2 {
                font-size: 24px;
                margin-bottom: 15px;
            }

            .tool-description {
                font-size: 14px;
                margin-bottom: 20px !important;
                padding: 0 10px;
            }

            .form-container {
                flex-direction: column;
                gap: 20px;
                padding: 0 15px;
            }

            .drop-zone {
                min-width: auto;
                width: 100%;
                padding: 40px 20px;
                min-height: 200px;
            }

            .drop-zone-icon {
                font-size: 40px;
                margin-bottom: 15px;
            }

            .drop-zone-text {
                font-size: 16px;
            }

            .drop-zone-subtext {
                font-size: 13px;
            }

            .resize-options {
                width: 100%;
                padding: 12px;
            }

            .convert-btn {
                padding: 10px 20px;
                font-size: 14px;
                width: 100%;
                justify-content: center;
            }

            .how-to-use-section {
                margin-top: 40px;
                padding: 40px 15px;
            }

            .section-title {
                font-size: 24px;
                margin-bottom: 20px;
            }

            .steps-container {
                flex-direction: column;
                gap: 20px;
            }

            .step {
                min-width: auto;
                width: 100%;
            }

            .info-cards {
                flex-direction: column;
                align-items: center;
                gap: 20px;
            }

            .info-card {
                max-width: 100%;
                width: 100%;
            }

            .tools-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .form-spacer {
                height: 30px;
            }
        }

        @media (max-width: 480px) {
            .content-wrapper {
                margin-top: 60px;
            }

            .basic-intro h2 {
                font-size: 22px;
            }

            .tool-description {
                font-size: 13px;
            }

            .drop-zone {
                padding: 30px 15px;
                min-height: 180px;
            }

            .drop-zone-icon {
                font-size: 36px;
            }

            .drop-zone-text {
                font-size: 15px;
            }

            .drop-zone-subtext {
                font-size: 12px;
            }

            .resize-options {
                padding: 10px;
            }

            .form-group label {
                font-size: 13px;
            }

            .form-group input,
            .form-group select {
                padding: 6px 10px;
                font-size: 13px;
            }

            .convert-btn {
                padding: 8px 16px;
                font-size: 13px;
            }

            .how-to-use-section {
                margin-top: 30px;
                padding: 30px 10px;
            }

            .section-title {
                font-size: 22px;
            }

            .step {
                padding: 15px;
            }

            .step-icon {
                font-size: 30px;
            }

            .step-title {
                font-size: 16px;
            }

            .step-description {
                font-size: 13px;
            }

            .info-section {
                padding: 40px 0;
            }

            .info-card {
                padding: 20px;
            }

            .info-card h3 {
                font-size: 18px;
            }

            .info-card p {
                font-size: 13px;
            }

            .tool-card {
                padding: 15px;
            }

            .tool-card i {
                font-size: 28px;
            }

            .tool-card h4 {
                font-size: 15px;
            }

            .tool-card p {
                font-size: 12px;
            }

            .form-spacer {
                height: 20px;
            }
        }

/* ========== D:/pdf/resources/views/json/jsonToPdf.blade.php ========== */
/* === Original Styles (Background/Header/Footer) === */
        .shock-section.has-overlay {
            position: relative;
        }

        .banner {
            position: relative;
            overflow: hidden;
        }

        .image-wrapper img {
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000000;
            opacity: 0.85;
        }

        /* === Form Styles with Original Color Scheme === */
        .content-wrapper {
            position: relative;
            z-index: 2;
            margin-top: 0px;
            padding-top: 60px;
            padding-bottom: 60px;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .basic-intro {
            text-align: center;
        }

        .basic-intro h2 {
            color: white;
            margin-bottom: 30px;
        }

        .tool-description {
            color: #000000;
            margin-top: -20px !important;
            margin-bottom: 50px !important;
            font-size: 16px;
            line-height: 1.6;
        }

        .form-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 30px;
            max-width: 900px;
            margin: 0 auto;
        }

        .drop-zone {
            border: 2px dashed #cbd5e0;
            border-radius: 12px;
            padding: 50px 30px;
            text-align: center;
            background-color: #f8fafc;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            min-height: 250px;
            min-width: 450px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
        }

        .drop-zone:hover {
            border-color: #3b82f6;
            background-color: #f0f4ff;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
        }

        .drop-zone.dragover {
            background-color: #e6eeff;
            border-color: #3b82f6;
            transform: scale(1.02);
            box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
        }

        .drop-zone-icon {
            font-size: 48px;
            color: #cbd5e0;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .drop-zone:hover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.1);
        }

        .drop-zone.dragover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.2);
        }

        .drop-zone-text {
            color: #2d3748;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-text {
            color: #4361ee;
        }

        .drop-zone-subtext {
            color: #718096;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-subtext {
            color: #4a5568;
        }

        /* File List Styling */
        .file-list {
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 20px;
            text-align: left;
        }

        .file-item {
            background-color: white;
            color: #2d3748;
            padding: 12px 16px;
            margin: 8px 0;
            border-radius: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-left: 4px solid #4361ee;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .file-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .remove-file {
            background: #e53e3e;
            color: white;
            border: none;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .remove-file:hover {
            background: #c53030;
            transform: scale(1.1);
        }

        .button-side {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .convert-btn {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: white;
            border: none;
            border-radius: 5px;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
        }

        .convert-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* === How to Use Section Styles === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        /* New Sections Styling */
        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        /* Scrollbar Styling */
        .file-list::-webkit-scrollbar {
            width: 8px;
        }

        .file-list::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .file-list::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        /* Error Messages */
        .error-message {
            color: #e53e3e;
            background-color: white;
            padding: 10px 15px;
            border-radius: 8px;
            margin-top: 10px;
            font-size: 14px;
            border-left: 4px solid #e53e3e;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        @media (max-width: 768px) {
            .form-container {
                flex-direction: column;
                gap: 20px;
            }

            .drop-zone {
                min-width: auto;
                width: 100%;
                padding: 40px 20px;
                min-height: 200px;
            }

            .drop-zone-icon {
                font-size: 40px;
                margin-bottom: 15px;
            }

            .drop-zone-text {
                font-size: 16px;
            }

            .drop-zone-subtext {
                font-size: 13px;
            }

            .convert-btn {
                padding: 10px 25px;
            }

            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

/* ========== D:/pdf/resources/views/json/jsonViewer.blade.php ========== */
/* === Base Styles === */
        .shock-section.has-overlay {
            position: relative;
        }

        .image-wrapper img {
            width: 100%;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            background-color: #000000;
            opacity: 0.85;
        }

        /* === Content Layout === */
        .content-wrapper {
            position: relative;
            z-index: 2;
            margin-top: 100px;
            padding-top: 30px;
            padding-bottom: 30px;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .basic-intro {
            text-align: center;
        }

        .basic-intro h2 {
            color: white;
            margin-bottom: 20px;
        }

        .tool-description {
            color: #000000;
            margin-top: -10px !important;
            margin-bottom: 30px !important;
            font-size: 16px;
            line-height: 1.6;
        }

        .form-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: stretch;
            gap: 25px;
            max-width: 1200px;
            margin: 0 auto;
        }

        /* === Enhanced Drop Zone === */
        .drop-zone-container {
            display: flex;
            justify-content: center;
            margin-bottom: 30px;
        }

        .drop-zone {
            border: 2px dashed #cbd5e0;
            border-radius: 12px;
            padding: 50px 30px;
            text-align: center;
            background-color: #f8fafc;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            min-height: 250px;
            min-width: 450px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
        }

        .drop-zone:hover {
            border-color: #3b82f6;
            background-color: #f0f4ff;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
        }

        .drop-zone.dragover {
            background-color: #e6eeff;
            border-color: #3b82f6;
            transform: scale(1.02);
            box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
        }

        .drop-zone-icon {
            font-size: 48px;
            color: #cbd5e0;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .drop-zone:hover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.1);
        }

        .drop-zone.dragover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.2);
        }

        .drop-zone-text {
            color: #2d3748;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-text {
            color: #4361ee;
        }

        .drop-zone-subtext {
            color: #718096;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-subtext {
            color: #4a5568;
        }

        /* File List Styling */
        .file-list {
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 20px;
            text-align: left;
            display: none;
        }

        .file-item {
            background-color: white;
            color: #2d3748;
            padding: 12px 16px;
            margin: 8px 0;
            border-radius: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-left: 4px solid #4361ee;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .file-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .remove-file {
            background: #e53e3e;
            color: white;
            border: none;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .remove-file:hover {
            background: #c53030;
            transform: scale(1.1);
        }

        /* === Enhanced Options Panel === */
        .resize-options {
            background-color: #f8fafc;
            padding: 25px;
            border-radius: 12px;
            flex: 1;
            min-width: 300px;
            border: 2px solid #cbd5e0;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            display: flex;
            flex-direction: column;
        }

        .form-group {
            margin-bottom: 12px;
        }

        .form-group label {
            display: block;
            margin-bottom: 6px;
            font-weight: 600;
            color: #2d3748;
            font-size: 14px;
        }

        .form-group input,
        .form-group select {
            width: 100%;
            padding: 8px 12px;
            border: 1px solid #cbd5e0;
            border-radius: 8px;
            font-size: 14px;
            background-color: white;
            transition: all 0.3s ease;
            box-sizing: border-box;
        }

        .form-group input:focus,
        .form-group select:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

        .convert-btn {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: white;
            border: none;
            border-radius: 5px;
            padding: 10px 25px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            white-space: nowrap;
            width: 100%;
            margin-top: 10px;
        }

        .convert-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* === Enhanced Editor Styles === */
        .editor-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
        }

        .editor-textarea {
            width: 100%;
            flex: 1;
            min-height: 350px;
            padding: 15px;
            border: 1px solid #cbd5e0;
            border-radius: 8px;
            font-family: 'Consolas', 'Monaco', monospace;
            font-size: 13px;
            line-height: 1.5;
            background-color: white;
            resize: vertical;
            color: #2d3748;
            outline: none;
            box-sizing: border-box;
        }

        .editor-textarea:focus {
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

        .preview-box {
            width: 100%;
            flex: 1;
            min-height: 350px;
            padding: 15px;
            border: 1px solid #cbd5e0;
            border-radius: 8px;
            background-color: white;
            overflow: auto;
            box-sizing: border-box;
        }

        /* Action Buttons */
        .action-btn {
            background: white;
            border: 1px solid #cbd5e0;
            color: #4a5568;
            padding: 6px 12px;
            border-radius: 6px;
            font-size: 13px;
            cursor: pointer;
            transition: all 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 5px;
        }

        .action-btn:hover {
            background: #edf2f7;
            color: #2d3748;
            border-color: #a0aec0;
        }

        /* Table Styling */
        .json-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 14px;
        }

        .json-table th,
        .json-table td {
            border: 1px solid #e2e8f0;
            padding: 8px;
            text-align: left;
        }

        .json-table th {
            background-color: #f7fafc;
            font-weight: 600;
            color: #2d3748;
        }

        .json-table tr:nth-child(even) {
            background-color: #fcfcfc;
        }

        .hidden {
            display: none !important;
        }
        
        .d-none {
            display: none !important;
        }

        /* === How to Use Section === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        /* Info Section */
        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            color: inherit;
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        .form-spacer {
            height: 40px;
        }

        /* Status Message */
        .status-message {
            color: #fff;
            text-align: center;
            margin: 15px 0;
            min-height: 20px;
            font-size: 0.9rem;
        }

        .status-success {
            color: #51cf66;
        }

        .status-error {
            color: #ff6b6b;
        }

        /* Scrollbar */
        .file-list::-webkit-scrollbar {
            width: 8px;
        }

        .file-list::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .file-list::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        /* Mobile adjustments */
        @media (max-width: 768px) {
            .form-container {
                flex-direction: column;
            }

            .drop-zone,
            .resize-options {
                width: 100%;
                min-width: auto;
            }

            .editor-textarea,
            .preview-box {
                min-height: 250px;
            }

            .content-wrapper {
                margin-top: 80px;
                padding-top: 20px;
                padding-bottom: 20px;
            }

            .basic-intro h2 {
                font-size: 24px;
                margin-bottom: 15px;
            }

            .tool-description {
                font-size: 14px;
                margin-bottom: 20px !important;
                padding: 0 10px;
            }

            .form-container {
                flex-direction: column;
                gap: 20px;
                padding: 0 15px;
            }

            .drop-zone {
                min-width: auto;
                width: 100%;
                padding: 40px 20px;
                min-height: 200px;
            }

            .drop-zone-icon {
                font-size: 40px;
                margin-bottom: 15px;
            }

            .drop-zone-text {
                font-size: 16px;
            }

            .drop-zone-subtext {
                font-size: 13px;
            }

            .resize-options {
                width: 100%;
                padding: 12px;
            }

            .convert-btn {
                padding: 10px 20px;
                font-size: 14px;
                width: 100%;
                justify-content: center;
            }

            .how-to-use-section {
                margin-top: 40px;
                padding: 40px 15px;
            }

            .section-title {
                font-size: 24px;
                margin-bottom: 20px;
            }

            .steps-container {
                flex-direction: column;
                gap: 20px;
            }

            .step {
                min-width: auto;
                width: 100%;
            }

            .info-cards {
                flex-direction: column;
                align-items: center;
                gap: 20px;
            }

            .info-card {
                max-width: 100%;
                width: 100%;
            }

            .tools-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .form-spacer {
                height: 30px;
            }
        }

        @media (max-width: 480px) {
            .content-wrapper {
                margin-top: 60px;
            }

            .basic-intro h2 {
                font-size: 22px;
            }

            .tool-description {
                font-size: 13px;
            }

            .drop-zone {
                padding: 30px 15px;
                min-height: 180px;
            }

            .drop-zone-icon {
                font-size: 36px;
            }

            .drop-zone-text {
                font-size: 15px;
            }

            .drop-zone-subtext {
                font-size: 12px;
            }

            .resize-options {
                padding: 10px;
            }

            .form-group label {
                font-size: 13px;
            }

            .form-group input,
            .form-group select {
                padding: 6px 10px;
                font-size: 13px;
            }

            .convert-btn {
                padding: 8px 16px;
                font-size: 13px;
            }

            .how-to-use-section {
                margin-top: 30px;
                padding: 30px 10px;
            }

            .section-title {
                font-size: 22px;
            }

            .step {
                padding: 15px;
            }

            .step-icon {
                font-size: 30px;
            }

            .step-title {
                font-size: 16px;
            }

            .step-description {
                font-size: 13px;
            }

            .info-section {
                padding: 40px 0;
            }

            .info-card {
                padding: 20px;
            }

            .info-card h3 {
                font-size: 18px;
            }

            .info-card p {
                font-size: 13px;
            }

            .tool-card {
                padding: 15px;
            }

            .tool-card i {
                font-size: 28px;
            }

            .tool-card h4 {
                font-size: 15px;
            }

            .tool-card p {
                font-size: 12px;
            }

            .form-spacer {
                height: 20px;
            }
        }

/* ========== D:/pdf/resources/views/json/pdfTemplate.blade.php ========== */
body {
            font-family: DejaVu Sans, sans-serif;
            font-size: 10px;
            color: #333;
            margin: 10px;
        }

        h2 {
            text-align: center;
            margin-bottom: 20px;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            table-layout: fixed;
            word-wrap: break-word;
            page-break-inside: auto;
        }

        th, td {
            border: 1px solid #555;
            padding: 6px;
            text-align: left;
            vertical-align: top;
            word-break: break-word;
        }

        th {
            background-color: #f5f5f5;
        }

        tr {
            page-break-inside: avoid;
            page-break-after: auto;
        }

/* ========== D:/pdf/resources/views/layouts/footer.blade.php ========== */
/* Footer text color overrides: make footer text white for dark background */
    #footer,
    #footer .footer-content,
    #footer .footer-text,
    #footer .title,
    #footer .text,
    #footer .footer-item,
    #footer .nav-list .nav-link .text,
    #footer .nav-link,
    #footer .link,
    #footer .badge-text {
        color: #b5afaf !important;
    }

    /* Make badge outlines and borders visible on dark background */
    #footer .badge.outline.gray-50 {
        border-color: rgba(255, 255, 255, 0.12) !important;
    }

    #footer .badge .badge-text.gray {
        color: #b5afaf !important;
    }

    /* Slightly dim the bottom bar text */
    #footer .bottom-bar .text {
        color: rgba(255, 255, 255, 0.65) !important;
    }

    /* Ensure social icons are visible */
    #footer .icon {
        color: #b5afaf !important;
    }

    /* Links hover state */
    #footer .link.primary-hover:hover {
        color: #b5afaf !important;
        text-decoration: underline;
    }

/* ========== D:/pdf/resources/views/layouts/header.blade.php ========== */
html { scrollbar-gutter: stable; }
    body {
    padding-top: 70px;
    background: #f8fafc;
    font-family: 'Segoe UI', sans-serif;
} 

/* ================= NAVBAR ================= */
#navbar {
    background-color: #ffffff !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.navbar-nav {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
}

.navbar-nav .nav-item {
    white-space: nowrap;
    margin-left: 10px;
    margin-right: 10px;
}

.navbar-nav .nav-link {
    color: #111 !important;
    padding: 8px 10px;
    font-weight: 500;
    transition: all .2s ease;
}

.navbar-nav .nav-link:hover {
    color: #2563eb !important;
}

/* Hamburger icon black */
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* ================= MEGA MENU ================= */
.dropdown-menu.mega-menu {
    display: none;
    /* Center on screen both horizontally and vertically */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Make the box responsive but allow it to be large when needed */
    width: min(1380px, 95vw);
    height: 85vh;
    max-width: calc(100vw - 40px);
    max-height: 140vh;
    background: #ffffff;
    border: none;
    border-radius: 16px;
    /* padding: 10px 10px; */
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    /* vertical scroll only; hide horizontal overflow */
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    z-index: 2000;
}  


/* Show on hover and when opened via click */
@media (min-width: 992px) {
    /* ensure the mega-menu is fixed and perfectly centered when visible */
    .nav-item.dropdown:hover > .mega-menu,
    .nav-item.dropdown.show > .mega-menu {
        display: block;
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        transform: translate(-50%, -50%) !important;
        margin: 0 !important;
    }

    .dropdown-menu.mega-menu .row {
        flex-wrap: nowrap;
        gap: 30px;
    }

    /* allow flex children to shrink and prevent them from forcing a wider width */
    .dropdown-menu.mega-menu .row,
    .dropdown-menu.mega-menu .col-12 {
        min-width: 0;
    }

    .dropdown-menu.mega-menu .col-12 {
        flex: 1;
    }
}

/* ================= COLUMN HEADINGS ================= */
.mega-menu h6 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 12px;
     padding: 6px 10px;
    color: #111;
    letter-spacing: .3px;
    border-bottom: 2px solid #f1f1f1;
    /* padding-bottom: 6px; */
}

/* ================= LINKS ================= */
.mega-menu .dropdown-item {
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 6px;
    transition: all .2s ease;
    color: #333;
}

.mega-menu .dropdown-item:hover {
    background: #f4f7ff;
    color: #2563eb;
    transform: translateX(3px);
}

/* ================= TEXT TOOLS SCROLL ================= */
.mega-menu .text-tools-links {
    display: flex;
    flex-direction: column;
    gap: 3px;
    /* Let the column grow instead of scrolling internally */
    max-height: none;
    overflow: visible;
}
.mega-menu .text-tools-links::-webkit-scrollbar {
    width: 6px;
}

.mega-menu .text-tools-links::-webkit-scrollbar-thumb {
    background: #d0d7ff;
    border-radius: 10px;
}

/* ================= MOBILE MENU ================= */
@media (max-width: 991.98px) {
    .navbar-nav {
        flex-direction: column !important;
    }

    .navbar-nav .nav-item {
        margin: 0;
        width: 100%;
    }

    .navbar-nav .nav-link {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .offcanvas .nav-link {
        display: block;
        padding: 10px 0;
        font-size: 16px;
        color: #000 !important;
    }

    .offcanvas h6 {
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 5px;
        color: #000;
    }
}

/* ========== D:/pdf/resources/views/mails/mail.blade.php ========== */
/* Responsive styles */
    @media only screen and (max-width: 600px) {
      .container {
        width: 100% !important;
        padding: 20px !important;
      }
      .button {
        width: 100% !important;
      }
    }

/* ========== D:/pdf/resources/views/pdf/addPageNumbers.blade.php ========== */
/* === Original Styles (Background/Header/Footer) === */
        .shock-section.has-overlay {
            position: relative;
        }

        .banner {
            position: relative;
            overflow: hidden;
        }

        .image-wrapper img {
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000000;
            opacity: 0.85;
        }

        /* === Form Styles with Original Color Scheme === */
        .content-wrapper {
            position: relative;
            z-index: 2;
            margin-top: 0px;
            padding-top: 60px;
            padding-bottom: 60px;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .basic-intro {
            text-align: center;
        }

        .basic-intro h2 {
            color: white;
            margin-bottom: 30px;
        }

        .tool-description {
            color: #000000;
            margin-top: -20px !important;
            margin-bottom: 50px !important;
            font-size: 16px;
            line-height: 1.6;
        }

        .form-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 30px;
            max-width: 900px;
            margin: 0 auto;
        }

        .drop-zone {
            border: 2px dashed #cbd5e0;
            border-radius: 12px;
            padding: 50px 30px;
            text-align: center;
            background-color: #f8fafc;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            min-height: 250px;
            min-width: 450px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
        }

        .drop-zone:hover {
            border-color: #3b82f6;
            background-color: #f0f4ff;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
        }

        .drop-zone.dragover {
            background-color: #e6eeff;
            border-color: #3b82f6;
            transform: scale(1.02);
            box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
        }

        .drop-zone-icon {
            font-size: 48px;
            color: #cbd5e0;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .drop-zone:hover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.1);
        }

        .drop-zone.dragover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.2);
        }

        .drop-zone-text {
            color: #2d3748;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-text {
            color: #4361ee;
        }

        .drop-zone-subtext {
            color: #718096;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-subtext {
            color: #4a5568;
        }

        /* File List Styling */
        .file-list {
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 20px;
            text-align: left;
        }

        .file-item {
            background-color: white;
            color: #2d3748;
            padding: 12px 16px;
            margin: 8px 0;
            border-radius: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-left: 4px solid #4361ee;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .file-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .remove-file {
            background: #e53e3e;
            color: white;
            border: none;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .remove-file:hover {
            background: #c53030;
            transform: scale(1.1);
        }

        .button-side {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .process-btn {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: white;
            border: none;
            border-radius: 5px;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
        }

        .process-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* === How to Use Section Styles === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        /* New Sections Styling */
        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        /* Scrollbar Styling */
        .file-list::-webkit-scrollbar {
            width: 8px;
        }

        .file-list::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .file-list::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        /* Error Messages */
        .error-message {
            color: #e53e3e;
            background-color: white;
            padding: 10px 15px;
            border-radius: 8px;
            margin-top: 10px;
            font-size: 14px;
            border-left: 4px solid #e53e3e;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        @media (max-width: 768px) {
            .form-container {
                flex-direction: column;
                gap: 20px;
            }

            .drop-zone {
                min-width: auto;
                width: 100%;
                padding: 40px 20px;
                min-height: 200px;
            }

            .drop-zone-icon {
                font-size: 40px;
                margin-bottom: 15px;
            }

            .drop-zone-text {
                font-size: 16px;
            }

            .drop-zone-subtext {
                font-size: 13px;
            }

            .process-btn {
                padding: 10px 25px;
            }

            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

/* ========== D:/pdf/resources/views/pdf/jpgToPdf.blade.php ========== */
/* === Original Styles (Background/Header/Footer) === */
        .shock-section.has-overlay {
            position: relative;
        }

        .banner {
            position: relative;
            overflow: hidden;
        }

        .image-wrapper img {
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000000;
            opacity: 0.85;
        }

        /* === Form Styles with Original Color Scheme === */
        .content-wrapper {
            position: relative;
            z-index: 2;
            margin-top: 0px;
            padding-top: 60px;
            padding-bottom: 60px;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .basic-intro {
            text-align: center;
        }

        .basic-intro h2 {
            color: white;
            margin-bottom: 30px;
        }

        .tool-description {
            color: #000000;
            margin-top: -20px !important;
            margin-bottom: 50px !important;
            font-size: 16px;
            line-height: 1.6;
        }

        .form-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 30px;
            max-width: 900px;
            margin: 0 auto;
        }

        .drop-zone {
            border: 2px dashed #cbd5e0;
            border-radius: 12px;
            padding: 50px 30px;
            text-align: center;
            background-color: #f8fafc;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            min-height: 250px;
            min-width: 450px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
        }

        .drop-zone:hover {
            border-color: #3b82f6;
            background-color: #f0f4ff;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
        }

        .drop-zone.dragover {
            background-color: #e6eeff;
            border-color: #3b82f6;
            transform: scale(1.02);
            box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
        }

        .drop-zone-icon {
            font-size: 48px;
            color: #cbd5e0;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .drop-zone:hover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.1);
        }

        .drop-zone.dragover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.2);
        }

        .drop-zone-text {
            color: #2d3748;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-text {
            color: #4361ee;
        }

        .drop-zone-subtext {
            color: #718096;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-subtext {
            color: #4a5568;
        }

        /* File List Styling */
        .file-list {
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 20px;
            text-align: left;
        }

        .file-item {
            background-color: white;
            color: #2d3748;
            padding: 12px 16px;
            margin: 8px 0;
            border-radius: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-left: 4px solid #4361ee;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .file-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .remove-file {
            background: #e53e3e;
            color: white;
            border: none;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .remove-file:hover {
            background: #c53030;
            transform: scale(1.1);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .drop-zone {
                min-width: auto;
                width: 100%;
                padding: 40px 20px;
                min-height: 200px;
            }

            .drop-zone-icon {
                font-size: 40px;
                margin-bottom: 15px;
            }

            .drop-zone-text {
                font-size: 16px;
            }

            .drop-zone-subtext {
                font-size: 13px;
            }
        }

        .button-side {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .merge-btn {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: white;
            border: none;
            border-radius: 5px;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
        }

        .merge-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* === How to Use Section Styles === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        /* New Sections Styling */
        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .step-list {
            list-style: none;
            padding: 0;
        }

        .step-list li {
            margin-bottom: 20px;
            padding-left: 40px;
            position: relative;
        }

        .step-list li:before {
            content: counter(step);
            counter-increment: step;
            position: absolute;
            left: 0;
            top: 0;
            width: 30px;
            height: 30px;
            background: #4361ee;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        /* Scrollbar Styling */
        .file-list::-webkit-scrollbar {
            width: 8px;
        }

        .file-list::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .file-list::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        @media (max-width: 768px) {
            .form-container {
                flex-direction: column;
                gap: 20px;
            }

            .drop-zone {
                min-width: auto;
                width: 100%;
                padding: 30px 15px;
            }

            .merge-btn {
                padding: 10px 25px;
            }

            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

/* ========== D:/pdf/resources/views/pdf/mergePdf.blade.php ========== */
/* === Original Styles (Background/Header/Footer) === */
        .shock-section.has-overlay {
            position: relative;
        }

        .banner {
            position: relative;
            overflow: hidden;
        }

        .image-wrapper img {
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000000;
            /* Changed to black */
            opacity: 0.85;
            /* Slightly increased opacity for better contrast */
        }

        /* === Form Styles with Original Color Scheme === */
        .content-wrapper {
            position: relative;
            z-index: 2;
            margin-top: 0px;
            padding-top: 60px;
            padding-bottom: 60px;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .basic-intro {
            text-align: center;
        }

        .basic-intro h2 {
            color: white;
            margin-bottom: 30px;
        }

        .tool-description {
            color: #000000;
            margin-top: -20px !important;
            margin-bottom: 50px !important;
            font-size: 16px;
            line-height: 1.6;
        }

        .form-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 30px;
            max-width: 900px;
            margin: 0 auto;
        }

        .drop-zone {
            border: 2px dashed #cbd5e0;
            border-radius: 12px;
            padding: 50px 30px;
            text-align: center;
            background-color: #f8fafc;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            min-height: 250px;
            min-width: 450px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
        }

        .drop-zone:hover {
            border-color: #3b82f6;
            background-color: #f0f4ff;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
        }

        .drop-zone.dragover {
            background-color: #e6eeff;
            border-color: #3b82f6;
            transform: scale(1.02);
            box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
        }

        .drop-zone-icon {
            font-size: 48px;
            color: #cbd5e0;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .drop-zone:hover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.1);
        }

        .drop-zone.dragover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.2);
        }

        .drop-zone-text {
            color: #2d3748;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-text {
            color: #4361ee;
        }

        .drop-zone-subtext {
            color: #718096;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-subtext {
            color: #4a5568;
        }

        /* File List Styling */
        .file-list {
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 20px;
            text-align: left;
        }

        .file-item {
            background-color: white;
            color: #2d3748;
            padding: 12px 16px;
            margin: 8px 0;
            border-radius: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-left: 4px solid #4361ee;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .file-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .remove-file {
            background: #e53e3e;
            color: white;
            border: none;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .remove-file:hover {
            background: #c53030;
            transform: scale(1.1);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .drop-zone {
                min-width: auto;
                width: 100%;
                padding: 40px 20px;
                min-height: 200px;
            }

            .drop-zone-icon {
                font-size: 40px;
                margin-bottom: 15px;
            }

            .drop-zone-text {
                font-size: 16px;
            }

            .drop-zone-subtext {
                font-size: 13px;
            }
        }

        .drop-zone-text {
            color: #000000ff;
            font-size: 18px;
            margin-bottom: 10px;
        }

        .drop-zone-subtext {
            color: rgba(0, 0, 0, 0.8);
            font-size: 14px;
        }

        .file-list {
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 15px;
        }

        .file-item {
            background-color: rgba(255, 255, 255, 0.9);
            color: #000;
            padding: 8px 12px;
            margin: 5px 0;
            border-radius: 5px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .remove-file {
            background: #dc3545;
            color: white;
            border: none;
            border-radius: 50%;
            width: 25px;
            height: 25px;
            cursor: pointer;
            font-size: 12px;
        }

        .button-side {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .merge-btn {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: white;
            border: none;
            border-radius: 5px;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
        }

        .merge-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* === How to Use Section Styles === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        /* New Sections Styling */
        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .step-list {
            list-style: none;
            padding: 0;
        }

        .step-list li {
            margin-bottom: 20px;
            padding-left: 40px;
            position: relative;
        }

        .step-list li:before {
            content: counter(step);
            counter-increment: step;
            position: absolute;
            left: 0;
            top: 0;
            width: 30px;
            height: 30px;
            background: #4361ee;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        /* Scrollbar Styling */
        .file-list::-webkit-scrollbar {
            width: 8px;
        }

        .file-list::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .file-list::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        @media (max-width: 768px) {
            .form-container {
                flex-direction: column;
                gap: 20px;
            }

            .drop-zone {
                min-width: auto;
                width: 100%;
                padding: 30px 15px;
            }

            .merge-btn {
                padding: 10px 25px;
            }

            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

/* ========== D:/pdf/resources/views/pdf/pngToPdf.blade.php ========== */
/* === Original Styles (Background/Header/Footer) === */
        .shock-section.has-overlay {
            position: relative;
        }

        .banner {
            position: relative;
            overflow: hidden;
        }

        .image-wrapper img {
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000000;
            opacity: 0.85;
        }

        /* === Form Styles with Original Color Scheme === */
        .content-wrapper {
            position: relative;
            z-index: 2;
            margin-top: 0px;
            padding-top: 60px;
            padding-bottom: 60px;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .basic-intro {
            text-align: center;
        }

        .basic-intro h2 {
            color: white;
            margin-bottom: 30px;
        }

        .tool-description {
            color: #000000;
            margin-top: -20px !important;
            margin-bottom: 50px !important;
            font-size: 16px;
            line-height: 1.6;
        }

        .form-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 30px;
            max-width: 900px;
            margin: 0 auto;
        }

        .drop-zone {
            border: 2px dashed #cbd5e0;
            border-radius: 12px;
            padding: 50px 30px;
            text-align: center;
            background-color: #f8fafc;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            min-height: 250px;
            min-width: 450px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
        }

        .drop-zone:hover {
            border-color: #3b82f6;
            background-color: #f0f4ff;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
        }

        .drop-zone.dragover {
            background-color: #e6eeff;
            border-color: #3b82f6;
            transform: scale(1.02);
            box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
        }

        .drop-zone-icon {
            font-size: 48px;
            color: #cbd5e0;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .drop-zone:hover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.1);
        }

        .drop-zone.dragover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.2);
        }

        .drop-zone-text {
            color: #2d3748;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-text {
            color: #4361ee;
        }

        .drop-zone-subtext {
            color: #718096;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-subtext {
            color: #4a5568;
        }

        /* File List Styling */
        .file-list {
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 20px;
            text-align: left;
        }

        .file-item {
            background-color: white;
            color: #2d3748;
            padding: 12px 16px;
            margin: 8px 0;
            border-radius: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-left: 4px solid #4361ee;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .file-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .remove-file {
            background: #e53e3e;
            color: white;
            border: none;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .remove-file:hover {
            background: #c53030;
            transform: scale(1.1);
        }

        .button-side {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .convert-btn {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: white;
            border: none;
            border-radius: 5px;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
        }

        .convert-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* === How to Use Section Styles === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        /* New Sections Styling */
        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        /* Scrollbar Styling */
        .file-list::-webkit-scrollbar {
            width: 8px;
        }

        .file-list::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .file-list::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        @media (max-width: 768px) {
            .form-container {
                flex-direction: column;
                gap: 20px;
            }

            .drop-zone {
                min-width: auto;
                width: 100%;
                padding: 40px 20px;
                min-height: 200px;
            }

            .drop-zone-icon {
                font-size: 40px;
                margin-bottom: 15px;
            }

            .drop-zone-text {
                font-size: 16px;
            }

            .drop-zone-subtext {
                font-size: 13px;
            }

            .convert-btn {
                padding: 10px 25px;
            }

            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

/* ========== D:/pdf/resources/views/pdf/rotatePdf.blade.php ========== */
/* === Original Styles (Background/Header/Footer) === */
        .shock-section.has-overlay {
            position: relative;
        }

        .banner {
            position: relative;
            overflow: hidden;
        }

        .image-wrapper img {
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000000;
            opacity: 0.85;
        }

        /* === Form Styles with Original Color Scheme === */
        .content-wrapper {
            position: relative;
            z-index: 2;
            margin-top: 0px;
            padding-top: 60px;
            padding-bottom: 60px;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .basic-intro {
            text-align: center;
        }

        .basic-intro h2 {
            color: white;
            margin-bottom: 30px;
        }

        .tool-description {
            color: #000000;
            margin-top: -20px !important;
            margin-bottom: 50px !important;
            font-size: 16px;
            line-height: 1.6;
        }

        .form-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 30px;
            max-width: 900px;
            margin: 0 auto;
        }

        .drop-zone {
            border: 2px dashed #cbd5e0;
            border-radius: 12px;
            padding: 50px 30px;
            text-align: center;
            background-color: #f8fafc;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            min-height: 250px;
            min-width: 450px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
        }

        .drop-zone:hover {
            border-color: #3b82f6;
            background-color: #f0f4ff;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
        }

        .drop-zone.dragover {
            background-color: #e6eeff;
            border-color: #3b82f6;
            transform: scale(1.02);
            box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
        }

        .drop-zone-icon {
            font-size: 48px;
            color: #cbd5e0;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .drop-zone:hover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.1);
        }

        .drop-zone.dragover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.2);
        }

        .drop-zone-text {
            color: #2d3748;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-text {
            color: #4361ee;
        }

        .drop-zone-subtext {
            color: #718096;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-subtext {
            color: #4a5568;
        }

        /* File List Styling */
        .file-list {
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 20px;
            text-align: left;
        }

        .file-item {
            background-color: white;
            color: #2d3748;
            padding: 12px 16px;
            margin: 8px 0;
            border-radius: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-left: 4px solid #4361ee;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .file-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .remove-file {
            background: #e53e3e;
            color: white;
            border: none;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .remove-file:hover {
            background: #c53030;
            transform: scale(1.1);
        }

        .button-side {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
            min-width: 250px;
        }

        .rotate-btn {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: white;
            border: none;
            border-radius: 5px;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
        }

        .rotate-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        .angle-select {
            background-color: white;
            border: 2px solid #cbd5e0;
            border-radius: 8px;
            padding: 12px 15px;
            font-size: 16px;
            width: 100%;
            color: #2d3748;
            transition: all 0.3s ease;
        }

        .angle-select:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

        /* === How to Use Section Styles === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        /* New Sections Styling */
        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        /* Scrollbar Styling */
        .file-list::-webkit-scrollbar {
            width: 8px;
        }

        .file-list::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .file-list::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        /* Error Messages */
        .error-message {
            color: #e53e3e;
            background-color: white;
            padding: 10px 15px;
            border-radius: 8px;
            margin-top: 10px;
            font-size: 14px;
            border-left: 4px solid #e53e3e;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        @media (max-width: 768px) {
            .form-container {
                flex-direction: column;
                gap: 20px;
            }

            .drop-zone {
                min-width: auto;
                width: 100%;
                padding: 40px 20px;
                min-height: 200px;
            }

            .drop-zone-icon {
                font-size: 40px;
                margin-bottom: 15px;
            }

            .drop-zone-text {
                font-size: 16px;
            }

            .drop-zone-subtext {
                font-size: 13px;
            }

            .rotate-btn {
                padding: 10px 25px;
            }

            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

/* ========== D:/pdf/resources/views/pdf/textToPdf.blade.php ========== */
/* === Original Styles (Background/Header/Footer) === */
        .shock-section.has-overlay {
            position: relative;
        }

        .banner {
            position: relative;
            overflow: hidden;
        }

        .image-wrapper img {
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000000;
            opacity: 0.85;
        }

        /* === Form Styles with Original Color Scheme === */
        .content-wrapper {
            position: relative;
            z-index: 2;
            margin-top: 0px;
            padding-top: 60px;
            padding-bottom: 60px;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .basic-intro {
            text-align: center;
        }

        .basic-intro h2 {
            color: white;
            margin-bottom: 30px;
        }

        .tool-description {
            color: #000000;
            margin-top: -20px !important;
            margin-bottom: 50px !important;
            font-size: 16px;
            line-height: 1.6;
        }

        .form-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 30px;
            max-width: 900px;
            margin: 0 auto;
        }

        .text-area-container {
            flex: 1;
            min-width: 450px;
        }

        .text-area {
            width: 100%;
            min-height: 250px;
            padding: 20px;
            border: 2px solid #cbd5e0;
            border-radius: 12px;
            background-color: #f8fafc;
            color: #2d3748;
            font-size: 16px;
            resize: vertical;
            transition: all 0.3s ease;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
        }

        .text-area:hover {
            border-color: #3b82f6;
            background-color: #f0f4ff;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
        }

        .text-area:focus {
            outline: none;
            border-color: #3b82f6;
            background-color: white;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

        .text-area::placeholder {
            color: #718096;
        }

        .button-side {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
            min-width: 250px;
        }

        .convert-btn {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: white;
            border: none;
            border-radius: 5px;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
        }

        .convert-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* === How to Use Section Styles === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        /* New Sections Styling */
        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        /* Error Messages */
        .error-message {
            color: #e53e3e;
            background-color: white;
            padding: 10px 15px;
            border-radius: 8px;
            margin-top: 10px;
            font-size: 14px;
            border-left: 4px solid #e53e3e;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        @media (max-width: 768px) {
            .form-container {
                flex-direction: column;
                gap: 20px;
            }

            .text-area-container {
                min-width: auto;
                width: 100%;
            }

            .text-area {
                min-height: 200px;
            }

            .convert-btn {
                padding: 10px 25px;
            }

            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

/* ========== D:/pdf/resources/views/pdf/WatermarkPdf.blade.php ========== */
/* === Original Styles (Background/Header/Footer) === */
        .shock-section.has-overlay {
            position: relative;
        }

        .banner {
            position: relative;
            overflow: hidden;
        }

        .image-wrapper img {
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000000;
            opacity: 0.85;
        }

        /* === Form Styles with Original Color Scheme === */
        .content-wrapper {
            position: relative;
            z-index: 2;
            margin-top: 0px;
            padding-top: 60px;
            padding-bottom: 60px;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .basic-intro {
            text-align: center;
        }

        .basic-intro h2 {
            color: white;
            margin-bottom: 30px;
        }

        .tool-description {
            color: #000000;
            margin-top: -20px !important;
            margin-bottom: 50px !important;
            font-size: 16px;
            line-height: 1.6;
        }

        .form-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 30px;
            max-width: 900px;
            margin: 0 auto;
        }

        .drop-zone {
            border: 2px dashed #cbd5e0;
            border-radius: 12px;
            padding: 50px 30px;
            text-align: center;
            background-color: #f8fafc;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            min-height: 250px;
            min-width: 450px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
        }

        .drop-zone:hover {
            border-color: #3b82f6;
            background-color: #f0f4ff;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
        }

        .drop-zone.dragover {
            background-color: #e6eeff;
            border-color: #3b82f6;
            transform: scale(1.02);
            box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
        }

        .drop-zone-icon {
            font-size: 48px;
            color: #cbd5e0;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .drop-zone:hover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.1);
        }

        .drop-zone.dragover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.2);
        }

        .drop-zone-text {
            color: #2d3748;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-text {
            color: #4361ee;
        }

        .drop-zone-subtext {
            color: #718096;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-subtext {
            color: #4a5568;
        }

        /* File List Styling */
        .file-list {
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 20px;
            text-align: left;
        }

        .file-item {
            background-color: white;
            color: #2d3748;
            padding: 12px 16px;
            margin: 8px 0;
            border-radius: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-left: 4px solid #4361ee;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .file-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .remove-file {
            background: #e53e3e;
            color: white;
            border: none;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .remove-file:hover {
            background: #c53030;
            transform: scale(1.1);
        }

        .button-side {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .watermark-btn {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: white;
            border: none;
            border-radius: 5px;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
        }

        .watermark-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        .text-input {
            background-color: white;
            border: 2px solid #cbd5e0;
            border-radius: 8px;
            padding: 12px 15px;
            font-size: 16px;
            width: 100%;
            max-width: 250px;
            color: #2d3748;
            transition: all 0.3s ease;
        }

        .text-input:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
        }

        /* === How to Use Section Styles === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        /* New Sections Styling */
        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        /* Scrollbar Styling */
        .file-list::-webkit-scrollbar {
            width: 8px;
        }

        .file-list::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .file-list::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        @media (max-width: 768px) {
            .form-container {
                flex-direction: column;
                gap: 20px;
            }

            .drop-zone {
                min-width: auto;
                width: 100%;
                padding: 40px 20px;
                min-height: 200px;
            }

            .drop-zone-icon {
                font-size: 40px;
                margin-bottom: 15px;
            }

            .drop-zone-text {
                font-size: 16px;
            }

            .drop-zone-subtext {
                font-size: 13px;
            }

            .watermark-btn {
                padding: 10px 25px;
            }

            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

/* ========== D:/pdf/resources/views/pdf/wordToPdf.blade.php ========== */
/* === Original Styles (Background/Header/Footer) === */
        .shock-section.has-overlay {
            position: relative;
        }

        .banner {
            position: relative;
            overflow: hidden;
        }

        .image-wrapper img {
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000000;
            opacity: 0.85;
        }

        /* === Form Styles with Original Color Scheme === */
        .content-wrapper {
            position: relative;
            z-index: 2;
            margin-top: 0px;
            padding-top: 60px;
            padding-bottom: 60px;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .basic-intro {
            text-align: center;
        }

        .basic-intro h2 {
            color: white;
            margin-bottom: 30px;
        }

        .tool-description {
            color: #000000;
            margin-top: -20px !important;
            margin-bottom: 50px !important;
            font-size: 16px;
            line-height: 1.6;
        }

        .form-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 30px;
            max-width: 900px;
            margin: 0 auto;
        }

        .drop-zone {
            border: 2px dashed #cbd5e0;
            border-radius: 12px;
            padding: 50px 30px;
            text-align: center;
            background-color: #f8fafc;
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            min-height: 250px;
            min-width: 450px;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 0;
        }

        .drop-zone:hover {
            border-color: #3b82f6;
            background-color: #f0f4ff;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
        }

        .drop-zone.dragover {
            background-color: #e6eeff;
            border-color: #3b82f6;
            transform: scale(1.02);
            box-shadow: 0 15px 35px rgba(59, 130, 246, 0.2);
        }

        .drop-zone-icon {
            font-size: 48px;
            color: #cbd5e0;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .drop-zone:hover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.1);
        }

        .drop-zone.dragover .drop-zone-icon {
            color: #4361ee;
            transform: scale(1.2);
        }

        .drop-zone-text {
            color: #2d3748;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-text {
            color: #4361ee;
        }

        .drop-zone-subtext {
            color: #718096;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .drop-zone:hover .drop-zone-subtext {
            color: #4a5568;
        }

        /* File List Styling */
        .file-list {
            width: 100%;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 20px;
            text-align: left;
        }

        .file-item {
            background-color: white;
            color: #2d3748;
            padding: 12px 16px;
            margin: 8px 0;
            border-radius: 8px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-left: 4px solid #4361ee;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }

        .file-item:hover {
            transform: translateX(5px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }

        .remove-file {
            background: #e53e3e;
            color: white;
            border: none;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            cursor: pointer;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .remove-file:hover {
            background: #c53030;
            transform: scale(1.1);
        }

        .button-side {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }

        .convert-btn {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: white;
            border: none;
            border-radius: 5px;
            padding: 12px 30px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
        }

        .convert-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        /* === How to Use Section Styles === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        /* New Sections Styling */
        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        /* Scrollbar Styling */
        .file-list::-webkit-scrollbar {
            width: 8px;
        }

        .file-list::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.1);
        }

        .file-list::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.3);
            border-radius: 4px;
        }

        @media (max-width: 768px) {
            .form-container {
                flex-direction: column;
                gap: 20px;
            }

            .drop-zone {
                min-width: auto;
                width: 100%;
                padding: 40px 20px;
                min-height: 200px;
            }

            .drop-zone-icon {
                font-size: 40px;
                margin-bottom: 15px;
            }

            .drop-zone-text {
                font-size: 16px;
            }

            .drop-zone-subtext {
                font-size: 13px;
            }

            .convert-btn {
                padding: 10px 25px;
            }

            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

/* ========== D:/pdf/resources/views/text/add-prefix-to-lines.blade.php ========== */
/* === Keep same CSS as your XML → JSON page === */
        .tt-wrap {
            padding: 30px 0 70px;
        }

        .tt-title {
            font-size: 34px;
            font-weight: 800;
            color: #1f2d3d;
            margin: 10px 0 10px;
        }

        .tt-desc {
            color: #4b5563;
            margin-bottom: 22px;
        }

        .tt-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            padding: 18px;
        }

        .tt-textarea {
            width: 100%;
            min-height: 260px;
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 12px 14px;
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 14px;
            line-height: 1.5;
            background: #f8fafc;
        }

        .tt-textarea:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
            background: #fff;
        }

        .tt-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 12px 0 0;
        }

        .tt-btn {
            border: none;
            border-radius: 10px;
            padding: 10px 14px;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.12s ease, box-shadow 0.12s ease;
        }

        .tt-btn:active {
            transform: translateY(1px);
        }

        .tt-btn-primary {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: #fff;
        }

        .tt-btn-secondary {
            background: #eef2ff;
            color: #1f2d3d;
        }

        .tt-status {
            margin-top: 10px;
            font-size: 13px;
            color: #6b7280;
            min-height: 18px;
        }

        /* === How to Use / Info / Related === */
        .how-to-use-section, .info-section { background-color: #f8f9fa; padding: 60px 20px; }
        .how-to-use-container, .info-cards, .tools-grid { max-width: 1200px; margin: 0 auto; }
        .section-title { text-align: center; color: #264653; margin-bottom: 40px; font-size: 32px; }
        .steps-container { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; }
        .step { flex: 1; min-width: 250px; background: white; border-radius: 10px; padding: 25px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); text-align: center; transition: transform 0.3s ease; }
        .step:hover { transform: translateY(-5px); }
        .step-icon { font-size: 40px; color: #3b82f6; margin-bottom: 15px; }
        .step-title { font-size: 20px; color: #264653; margin-bottom: 10px; }
        .step-description { color: #6c757d; line-height: 1.6; }
        .step-number { display: inline-block; width: 30px; height: 30px; background: #3b82f6; color: white; border-radius: 50%; line-height: 30px; margin-bottom: 10px; font-weight: bold; }
        .info-cards { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; }
        .info-card { background: white; border-radius: 10px; padding: 30px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); flex: 1; min-width: 300px; max-width: 350px; transition: transform 0.3s ease; }
        .info-card:hover { transform: translateY(-5px); }
        .info-card h3 { color: #264653; margin-bottom: 15px; font-size: 22px; }
        .info-card p { color: #555; line-height: 1.6; }
        .tools-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px,1fr)); gap: 20px; }
        .tool-card { background: white; border-radius: 8px; padding: 20px; box-shadow: 0 3px 10px rgba(0,0,0,0.08); text-align: center; transition: all 0.3s ease; text-decoration: none; color: inherit; display: block; }
        .tool-card:hover { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,0,0,0.1); color: inherit; }
        .tool-card i { font-size: 36px; color: #3b82f6; margin-bottom: 15px; }
        .tool-card h4 { color: #264653; margin-bottom: 10px; }
        .tool-card p { color: #666; font-size: 14px; }
        @media (max-width:768px){ .steps-container, .info-cards { flex-direction: column; align-items: center; } .info-card { max-width:100%; } }

/* ========== D:/pdf/resources/views/text/ascii-to-hex.blade.php ========== */
.tt-wrap {
            padding: 30px 0 70px;
        }

        .tt-title {
            font-size: 34px;
            font-weight: 800;
            color: #1f2d3d;
            margin: 10px 0 10px;
        }

        .tt-desc {
            color: #4b5563;
            margin-bottom: 22px;
        }

        .tt-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            padding: 18px;
        }

        .tt-textarea {
            width: 100%;
            min-height: 260px;
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 12px 14px;
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 14px;
            line-height: 1.5;
            background: #f8fafc;
        }

        .tt-textarea:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
            background: #fff;
        }

        .tt-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 12px 0 0;
        }

        .tt-btn {
            border: none;
            border-radius: 10px;
            padding: 10px 14px;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.12s ease, box-shadow 0.12s ease;
        }

        .tt-btn:active {
            transform: translateY(1px);
        }

        .tt-btn-primary {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: #fff;
        }

        .tt-btn-secondary {
            background: #eef2ff;
            color: #1f2d3d;
        }

        .tt-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            margin-bottom: 12px;
        }

        .tt-input {
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 10px 12px;
            background: #fff;
            min-width: 220px;
        }

        .tt-help {
            color: #6b7280;
            font-size: 13px;
        }

        .tt-status {
            margin-top: 10px;
            font-size: 13px;
            color: #6b7280;
            min-height: 18px;
        }

        /* === How to Use / Info / Related (match existing tool pages) === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            color: inherit;
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

        /* Text tools: header title & description centered (XML to JSON, JSON Beautifier, etc.) */
        .tt-wrap .row:first-child .col-12 {
            text-align: center;
        }
        .tt-wrap .tt-title,
        .tt-wrap .tt-desc {
            text-align: center;
        }
        .tt-wrap .tt-desc {
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
        }

/* ========== D:/pdf/resources/views/text/ascii-to-text.blade.php ========== */
.tt-wrap {
            padding: 30px 0 70px;
        }

        .tt-title {
            font-size: 34px;
            font-weight: 800;
            color: #1f2d3d;
            margin: 10px 0 10px;
        }

        .tt-desc {
            color: #4b5563;
            margin-bottom: 22px;
        }

        .tt-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            padding: 18px;
        }

        .tt-textarea {
            width: 100%;
            min-height: 260px;
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 12px 14px;
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 14px;
            line-height: 1.5;
            background: #f8fafc;
        }

        .tt-textarea:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
            background: #fff;
        }

        .tt-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 12px 0 0;
        }

        .tt-btn {
            border: none;
            border-radius: 10px;
            padding: 10px 14px;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.12s ease, box-shadow 0.12s ease;
        }

        .tt-btn:active {
            transform: translateY(1px);
        }

        .tt-btn-primary {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: #fff;
        }

        .tt-btn-secondary {
            background: #eef2ff;
            color: #1f2d3d;
        }

        .tt-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            margin-bottom: 12px;
        }

        .tt-input {
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 10px 12px;
            background: #fff;
            min-width: 220px;
        }

        .tt-help {
            color: #6b7280;
            font-size: 13px;
        }

        .tt-status {
            margin-top: 10px;
            font-size: 13px;
            color: #6b7280;
            min-height: 18px;
        }

        /* === How to Use / Info / Related (match existing tool pages) === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            color: inherit;
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

        /* Text tools: header title & description centered (XML to JSON, JSON Beautifier, etc.) */
        .tt-wrap .row:first-child .col-12 {
            text-align: center;
        }
        .tt-wrap .tt-title,
        .tt-wrap .tt-desc {
            text-align: center;
        }
        .tt-wrap .tt-desc {
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
        }

/* ========== D:/pdf/resources/views/text/column-to-comma-list.blade.php ========== */
.tt-wrap {
            padding: 30px 0 70px;
        }

        .tt-title {
            font-size: 34px;
            font-weight: 800;
            color: #1f2d3d;
            margin: 10px 0 10px;
        }

        .tt-desc {
            color: #4b5563;
            margin-bottom: 22px;
        }

        .tt-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            padding: 18px;
        }

        .tt-textarea {
            width: 100%;
            min-height: 260px;
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 12px 14px;
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 14px;
            line-height: 1.5;
            background: #f8fafc;
        }

        .tt-textarea:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
            background: #fff;
        }

        .tt-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 12px 0 0;
        }

        .tt-btn {
            border: none;
            border-radius: 10px;
            padding: 10px 14px;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.12s ease, box-shadow 0.12s ease;
        }

        .tt-btn:active {
            transform: translateY(1px);
        }

        .tt-btn-primary {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: #fff;
        }

        .tt-btn-secondary {
            background: #eef2ff;
            color: #1f2d3d;
        }

        .tt-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            margin-bottom: 12px;
        }

        .tt-input {
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 10px 12px;
            background: #fff;
            min-width: 220px;
        }

        .tt-help {
            color: #6b7280;
            font-size: 13px;
        }

        .tt-status {
            margin-top: 10px;
            font-size: 13px;
            color: #6b7280;
            min-height: 18px;
        }

        /* === How to Use / Info / Related (match existing tool pages) === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            color: inherit;
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

        /* Text tools: header title & description centered (XML to JSON, JSON Beautifier, etc.) */
        .tt-wrap .row:first-child .col-12 {
            text-align: center;
        }
        .tt-wrap .tt-title,
        .tt-wrap .tt-desc {
            text-align: center;
        }
        .tt-wrap .tt-desc {
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
        }

/* ========== D:/pdf/resources/views/text/column-to-semicolon-list.blade.php ========== */
.tt-wrap {
            padding: 30px 0 70px;
        }

        .tt-title {
            font-size: 34px;
            font-weight: 800;
            color: #1f2d3d;
            margin: 10px 0 10px;
        }

        .tt-desc {
            color: #4b5563;
            margin-bottom: 22px;
        }

        .tt-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            padding: 18px;
        }

        .tt-textarea {
            width: 100%;
            min-height: 260px;
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 12px 14px;
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 14px;
            line-height: 1.5;
            background: #f8fafc;
        }

        .tt-textarea:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
            background: #fff;
        }

        .tt-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 12px 0 0;
        }

        .tt-btn {
            border: none;
            border-radius: 10px;
            padding: 10px 14px;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.12s ease, box-shadow 0.12s ease;
        }

        .tt-btn:active {
            transform: translateY(1px);
        }

        .tt-btn-primary {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: #fff;
        }

        .tt-btn-secondary {
            background: #eef2ff;
            color: #1f2d3d;
        }

        .tt-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            margin-bottom: 12px;
        }

        .tt-input {
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 10px 12px;
            background: #fff;
            min-width: 220px;
        }

        .tt-help {
            color: #6b7280;
            font-size: 13px;
        }

        .tt-status {
            margin-top: 10px;
            font-size: 13px;
            color: #6b7280;
            min-height: 18px;
        }

        /* === How to Use / Info / Related (match existing tool pages) === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            color: inherit;
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

        /* Text tools: header title & description centered (XML to JSON, JSON Beautifier, etc.) */
        .tt-wrap .row:first-child .col-12 {
            text-align: center;
        }
        .tt-wrap .tt-title,
        .tt-wrap .tt-desc {
            text-align: center;
        }
        .tt-wrap .tt-desc {
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
        }

/* ========== D:/pdf/resources/views/text/comma-list-to-column.blade.php ========== */
.tt-wrap {
            padding: 30px 0 70px;
        }

        .tt-title {
            font-size: 34px;
            font-weight: 800;
            color: #1f2d3d;
            margin: 10px 0 10px;
        }

        .tt-desc {
            color: #4b5563;
            margin-bottom: 22px;
        }

        .tt-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            padding: 18px;
        }

        .tt-textarea {
            width: 100%;
            min-height: 260px;
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 12px 14px;
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 14px;
            line-height: 1.5;
            background: #f8fafc;
        }

        .tt-textarea:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
            background: #fff;
        }

        .tt-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 12px 0 0;
        }

        .tt-btn {
            border: none;
            border-radius: 10px;
            padding: 10px 14px;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.12s ease, box-shadow 0.12s ease;
        }

        .tt-btn:active {
            transform: translateY(1px);
        }

        .tt-btn-primary {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: #fff;
        }

        .tt-btn-secondary {
            background: #eef2ff;
            color: #1f2d3d;
        }

        .tt-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            margin-bottom: 12px;
        }

        .tt-input {
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 10px 12px;
            background: #fff;
            min-width: 220px;
        }

        .tt-help {
            color: #6b7280;
            font-size: 13px;
        }

        .tt-status {
            margin-top: 10px;
            font-size: 13px;
            color: #6b7280;
            min-height: 18px;
        }

        /* === How to Use / Info / Related (match existing tool pages) === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            color: inherit;
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

        /* Text tools: header title & description centered (XML to JSON, JSON Beautifier, etc.) */
        .tt-wrap .row:first-child .col-12 {
            text-align: center;
        }
        .tt-wrap .tt-title,
        .tt-wrap .tt-desc {
            text-align: center;
        }
        .tt-wrap .tt-desc {
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
        }

/* ========== D:/pdf/resources/views/text/hex-to-ascii.blade.php ========== */
.tt-wrap {
            padding: 30px 0 70px;
        }

        .tt-title {
            font-size: 34px;
            font-weight: 800;
            color: #1f2d3d;
            margin: 10px 0 10px;
        }

        .tt-desc {
            color: #4b5563;
            margin-bottom: 22px;
        }

        .tt-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            padding: 18px;
        }

        .tt-textarea {
            width: 100%;
            min-height: 260px;
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 12px 14px;
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 14px;
            line-height: 1.5;
            background: #f8fafc;
        }

        .tt-textarea:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
            background: #fff;
        }

        .tt-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 12px 0 0;
        }

        .tt-btn {
            border: none;
            border-radius: 10px;
            padding: 10px 14px;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.12s ease, box-shadow 0.12s ease;
        }

        .tt-btn:active {
            transform: translateY(1px);
        }

        .tt-btn-primary {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: #fff;
        }

        .tt-btn-secondary {
            background: #eef2ff;
            color: #1f2d3d;
        }

        .tt-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            margin-bottom: 12px;
        }

        .tt-input {
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 10px 12px;
            background: #fff;
            min-width: 220px;
        }

        .tt-help {
            color: #6b7280;
            font-size: 13px;
        }

        .tt-status {
            margin-top: 10px;
            font-size: 13px;
            color: #6b7280;
            min-height: 18px;
        }

        /* === How to Use / Info / Related (match existing tool pages) === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            color: inherit;
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

        /* Text tools: header title & description centered (XML to JSON, JSON Beautifier, etc.) */
        .tt-wrap .row:first-child .col-12 {
            text-align: center;
        }
        .tt-wrap .tt-title,
        .tt-wrap .tt-desc {
            text-align: center;
        }
        .tt-wrap .tt-desc {
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
        }

/* ========== D:/pdf/resources/views/text/hex-to-text.blade.php ========== */
.tt-wrap {
            padding: 30px 0 70px;
        }

        .tt-title {
            font-size: 34px;
            font-weight: 800;
            color: #1f2d3d;
            margin: 10px 0 10px;
        }

        .tt-desc {
            color: #4b5563;
            margin-bottom: 22px;
        }

        .tt-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            padding: 18px;
        }

        .tt-textarea {
            width: 100%;
            min-height: 260px;
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 12px 14px;
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 14px;
            line-height: 1.5;
            background: #f8fafc;
        }

        .tt-textarea:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
            background: #fff;
        }

        .tt-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 12px 0 0;
        }

        .tt-btn {
            border: none;
            border-radius: 10px;
            padding: 10px 14px;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.12s ease, box-shadow 0.12s ease;
        }

        .tt-btn:active {
            transform: translateY(1px);
        }

        .tt-btn-primary {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: #fff;
        }

        .tt-btn-secondary {
            background: #eef2ff;
            color: #1f2d3d;
        }

        .tt-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            margin-bottom: 12px;
        }

        .tt-input {
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 10px 12px;
            background: #fff;
            min-width: 220px;
        }

        .tt-help {
            color: #6b7280;
            font-size: 13px;
        }

        .tt-status {
            margin-top: 10px;
            font-size: 13px;
            color: #6b7280;
            min-height: 18px;
        }

        /* === How to Use / Info / Related (match existing tool pages) === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            color: inherit;
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

        /* Text tools: header title & description centered (XML to JSON, JSON Beautifier, etc.) */
        .tt-wrap .row:first-child .col-12 {
            text-align: center;
        }
        .tt-wrap .tt-title,
        .tt-wrap .tt-desc {
            text-align: center;
        }
        .tt-wrap .tt-desc {
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
        }

/* ========== D:/pdf/resources/views/text/index.blade.php ========== */
.text-tools-wrap {
            padding: 40px 0 60px;
        }

        .text-tools-title {
            font-size: 44px;
            font-weight: 700;
            margin: 10px 0 25px;
            color: #1f2d3d;
        }

        .text-tools-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 18px 22px;
        }

        @media (max-width: 1199px) {
            .text-tools-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }

        @media (max-width: 991px) {
            .text-tools-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 575px) {
            .text-tools-grid {
                grid-template-columns: 1fr;
            }
        }

        .text-tool-btn {
            display: block;
            width: 100%;
            text-align: center;
            padding: 18px 16px;
            border-radius: 10px;
            background: #e9eefc;
            border: 1px solid rgba(15, 23, 42, 0.08);
            color: #10b981;
            font-weight: 600;
            text-decoration: none;
            transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
        }

        .text-tool-btn:hover {
            background: #e2e9ff;
            transform: translateY(-1px);
            box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
            color: #059669;
        }

/* ========== D:/pdf/resources/views/text/json-beautifier.blade.php ========== */
/* === Keep same CSS as your XML → JSON page === */
        .tt-wrap {
            padding: 30px 0 70px;
        }

        .tt-title {
            font-size: 34px;
            font-weight: 800;
            color: #1f2d3d;
            margin: 10px 0 10px;
        }

        .tt-desc {
            color: #4b5563;
            margin-bottom: 22px;
        }

        .tt-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            padding: 18px;
        }

        .tt-textarea {
            width: 100%;
            min-height: 260px;
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 12px 14px;
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 14px;
            line-height: 1.5;
            background: #f8fafc;
        }

        .tt-textarea:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
            background: #fff;
        }

        .tt-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 12px 0 0;
        }

        .tt-btn {
            border: none;
            border-radius: 10px;
            padding: 10px 14px;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.12s ease, box-shadow 0.12s ease;
        }

        .tt-btn:active {
            transform: translateY(1px);
        }

        .tt-btn-primary {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: #fff;
        }

        .tt-btn-secondary {
            background: #eef2ff;
            color: #1f2d3d;
        }

        .tt-status {
            margin-top: 10px;
            font-size: 13px;
            color: #6b7280;
            min-height: 18px;
        }

        /* === How to Use / Info / Related === */
        .how-to-use-section, .info-section { background-color: #f8f9fa; padding: 60px 20px; }
        .how-to-use-container, .info-cards, .tools-grid { max-width: 1200px; margin: 0 auto; }
        .section-title { text-align: center; color: #264653; margin-bottom: 40px; font-size: 32px; }
        .steps-container { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; }
        .step { flex: 1; min-width: 250px; background: white; border-radius: 10px; padding: 25px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); text-align: center; transition: transform 0.3s ease; }
        .step:hover { transform: translateY(-5px); }
        .step-icon { font-size: 40px; color: #3b82f6; margin-bottom: 15px; }
        .step-title { font-size: 20px; color: #264653; margin-bottom: 10px; }
        .step-description { color: #6c757d; line-height: 1.6; }
        .step-number { display: inline-block; width: 30px; height: 30px; background: #3b82f6; color: white; border-radius: 50%; line-height: 30px; margin-bottom: 10px; font-weight: bold; }
        .info-cards { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; }
        .info-card { background: white; border-radius: 10px; padding: 30px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); flex: 1; min-width: 300px; max-width: 350px; transition: transform 0.3s ease; }
        .info-card:hover { transform: translateY(-5px); }
        .info-card h3 { color: #264653; margin-bottom: 15px; font-size: 22px; }
        .info-card p { color: #555; line-height: 1.6; }
        .tools-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px,1fr)); gap: 20px; }
        .tool-card { background: white; border-radius: 8px; padding: 20px; box-shadow: 0 3px 10px rgba(0,0,0,0.08); text-align: center; transition: all 0.3s ease; text-decoration: none; color: inherit; display: block; }
        .tool-card:hover { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,0,0,0.1); color: inherit; }
        .tool-card i { font-size: 36px; color: #3b82f6; margin-bottom: 15px; }
        .tool-card h4 { color: #264653; margin-bottom: 10px; }
        .tool-card p { color: #666; font-size: 14px; }
        @media (max-width:768px){ .steps-container, .info-cards { flex-direction: column; align-items: center; } .info-card { max-width:100%; } }

/* ========== D:/pdf/resources/views/text/list-to-numbered.blade.php ========== */
/* === Keep same CSS as your XML → JSON page === */
        .tt-wrap {
            padding: 30px 0 70px;
        }

        .tt-title {
            font-size: 34px;
            font-weight: 800;
            color: #1f2d3d;
            margin: 10px 0 10px;
        }

        .tt-desc {
            color: #4b5563;
            margin-bottom: 22px;
        }

        .tt-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            padding: 18px;
        }

        .tt-textarea {
            width: 100%;
            min-height: 260px;
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 12px 14px;
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 14px;
            line-height: 1.5;
            background: #f8fafc;
        }

        .tt-textarea:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
            background: #fff;
        }

        .tt-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 12px 0 0;
        }

        .tt-btn {
            border: none;
            border-radius: 10px;
            padding: 10px 14px;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.12s ease, box-shadow 0.12s ease;
        }

        .tt-btn:active {
            transform: translateY(1px);
        }

        .tt-btn-primary {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: #fff;
        }

        .tt-btn-secondary {
            background: #eef2ff;
            color: #1f2d3d;
        }

        .tt-status {
            margin-top: 10px;
            font-size: 13px;
            color: #6b7280;
            min-height: 18px;
        }

        /* === How to Use / Info / Related === */
        .how-to-use-section, .info-section { background-color: #f8f9fa; padding: 60px 20px; }
        .how-to-use-container, .info-cards, .tools-grid { max-width: 1200px; margin: 0 auto; }
        .section-title { text-align: center; color: #264653; margin-bottom: 40px; font-size: 32px; }
        .steps-container { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; }
        .step { flex: 1; min-width: 250px; background: white; border-radius: 10px; padding: 25px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); text-align: center; transition: transform 0.3s ease; }
        .step:hover { transform: translateY(-5px); }
        .step-icon { font-size: 40px; color: #3b82f6; margin-bottom: 15px; }
        .step-title { font-size: 20px; color: #264653; margin-bottom: 10px; }
        .step-description { color: #6c757d; line-height: 1.6; }
        .step-number { display: inline-block; width: 30px; height: 30px; background: #3b82f6; color: white; border-radius: 50%; line-height: 30px; margin-bottom: 10px; font-weight: bold; }
        .info-cards { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; }
        .info-card { background: white; border-radius: 10px; padding: 30px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); flex: 1; min-width: 300px; max-width: 350px; transition: transform 0.3s ease; }
        .info-card:hover { transform: translateY(-5px); }
        .info-card h3 { color: #264653; margin-bottom: 15px; font-size: 22px; }
        .info-card p { color: #555; line-height: 1.6; }
        .tools-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px,1fr)); gap: 20px; }
        .tool-card { background: white; border-radius: 8px; padding: 20px; box-shadow: 0 3px 10px rgba(0,0,0,0.08); text-align: center; transition: all 0.3s ease; text-decoration: none; color: inherit; display: block; }
        .tool-card:hover { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,0,0,0.1); color: inherit; }
        .tool-card i { font-size: 36px; color: #3b82f6; margin-bottom: 15px; }
        .tool-card h4 { color: #264653; margin-bottom: 10px; }
        .tool-card p { color: #666; font-size: 14px; }
        @media (max-width:768px){ .steps-container, .info-cards { flex-direction: column; align-items: center; } .info-card { max-width:100%; } }

/* ========== D:/pdf/resources/views/text/number-to-words.blade.php ========== */
.tt-wrap {
            padding: 30px 0 70px;
        }

        .tt-title {
            font-size: 34px;
            font-weight: 800;
            color: #1f2d3d;
            margin: 10px 0 10px;
        }

        .tt-desc {
            color: #4b5563;
            margin-bottom: 22px;
        }

        .tt-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            padding: 18px;
        }

        .tt-textarea {
            width: 100%;
            min-height: 260px;
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 12px 14px;
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 14px;
            line-height: 1.5;
            background: #f8fafc;
        }

        .tt-textarea:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
            background: #fff;
        }

        .tt-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 12px 0 0;
        }

        .tt-btn {
            border: none;
            border-radius: 10px;
            padding: 10px 14px;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.12s ease, box-shadow 0.12s ease;
        }

        .tt-btn:active {
            transform: translateY(1px);
        }

        .tt-btn-primary {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: #fff;
        }

        .tt-btn-secondary {
            background: #eef2ff;
            color: #1f2d3d;
        }

        .tt-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            margin-bottom: 12px;
        }

        .tt-input {
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 10px 12px;
            background: #fff;
            min-width: 220px;
        }

        .tt-help {
            color: #6b7280;
            font-size: 13px;
        }

        .tt-status {
            margin-top: 10px;
            font-size: 13px;
            color: #6b7280;
            min-height: 18px;
        }

        /* === How to Use / Info / Related (match existing tool pages) === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            color: inherit;
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

        /* Text tools: header title & description centered (XML to JSON, JSON Beautifier, etc.) */
        .tt-wrap .row:first-child .col-12 {
            text-align: center;
        }
        .tt-wrap .tt-title,
        .tt-wrap .tt-desc {
            text-align: center;
        }
        .tt-wrap .tt-desc {
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
        }

/* ========== D:/pdf/resources/views/text/regex-replacer.blade.php ========== */
.tt-wrap {
            padding: 30px 0 70px;
        }

        .tt-title {
            font-size: 34px;
            font-weight: 800;
            color: #1f2d3d;
            margin: 10px 0 10px;
        }

        .tt-desc {
            color: #4b5563;
            margin-bottom: 22px;
        }

        .tt-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            padding: 18px;
        }

        .tt-textarea {
            width: 100%;
            min-height: 260px;
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 12px 14px;
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 14px;
            line-height: 1.5;
            background: #f8fafc;
        }

        .tt-textarea:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
            background: #fff;
        }

        .tt-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 12px 0 0;
        }

        .tt-btn {
            border: none;
            border-radius: 10px;
            padding: 10px 14px;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.12s ease, box-shadow 0.12s ease;
        }

        .tt-btn:active {
            transform: translateY(1px);
        }

        .tt-btn-primary {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: #fff;
        }

        .tt-btn-secondary {
            background: #eef2ff;
            color: #1f2d3d;
        }

        .tt-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            margin-bottom: 12px;
        }

        .tt-input {
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 10px 12px;
            background: #fff;
            min-width: 220px;
        }

        .tt-help {
            color: #6b7280;
            font-size: 13px;
        }

        .tt-status {
            margin-top: 10px;
            font-size: 13px;
            color: #6b7280;
            min-height: 18px;
        }

        /* === How to Use / Info / Related (match existing tool pages) === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            color: inherit;
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

        /* Text tools: header title & description centered (XML to JSON, JSON Beautifier, etc.) */
        .tt-wrap .row:first-child .col-12 {
            text-align: center;
        }
        .tt-wrap .tt-title,
        .tt-wrap .tt-desc {
            text-align: center;
        }
        .tt-wrap .tt-desc {
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
        }

/* ========== D:/pdf/resources/views/text/replace-new-lines-with-commas.blade.php ========== */
.tt-wrap {
            padding: 30px 0 70px;
        }

        .tt-title {
            font-size: 34px;
            font-weight: 800;
            color: #1f2d3d;
            margin: 10px 0 10px;
        }

        .tt-desc {
            color: #4b5563;
            margin-bottom: 22px;
        }

        .tt-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            padding: 18px;
        }

        .tt-textarea {
            width: 100%;
            min-height: 260px;
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 12px 14px;
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 14px;
            line-height: 1.5;
            background: #f8fafc;
        }

        .tt-textarea:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
            background: #fff;
        }

        .tt-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 12px 0 0;
        }

        .tt-btn {
            border: none;
            border-radius: 10px;
            padding: 10px 14px;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.12s ease, box-shadow 0.12s ease;
        }

        .tt-btn:active {
            transform: translateY(1px);
        }

        .tt-btn-primary {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: #fff;
        }

        .tt-btn-secondary {
            background: #eef2ff;
            color: #1f2d3d;
        }

        .tt-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            margin-bottom: 12px;
        }

        .tt-input {
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 10px 12px;
            background: #fff;
            min-width: 220px;
        }

        .tt-help {
            color: #6b7280;
            font-size: 13px;
        }

        .tt-status {
            margin-top: 10px;
            font-size: 13px;
            color: #6b7280;
            min-height: 18px;
        }

        /* === How to Use / Info / Related (match existing tool pages) === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            color: inherit;
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

        /* Text tools: header title & description centered (XML to JSON, JSON Beautifier, etc.) */
        .tt-wrap .row:first-child .col-12 {
            text-align: center;
        }
        .tt-wrap .tt-title,
        .tt-wrap .tt-desc {
            text-align: center;
        }
        .tt-wrap .tt-desc {
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
        }

/* ========== D:/pdf/resources/views/text/replace-spaces-with-commas.blade.php ========== */
.tt-wrap {
            padding: 30px 0 70px;
        }

        .tt-title {
            font-size: 34px;
            font-weight: 800;
            color: #1f2d3d;
            margin: 10px 0 10px;
        }

        .tt-desc {
            color: #4b5563;
            margin-bottom: 22px;
        }

        .tt-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            padding: 18px;
        }

        .tt-textarea {
            width: 100%;
            min-height: 260px;
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 12px 14px;
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 14px;
            line-height: 1.5;
            background: #f8fafc;
        }

        .tt-textarea:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
            background: #fff;
        }

        .tt-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 12px 0 0;
        }

        .tt-btn {
            border: none;
            border-radius: 10px;
            padding: 10px 14px;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.12s ease, box-shadow 0.12s ease;
        }

        .tt-btn:active {
            transform: translateY(1px);
        }

        .tt-btn-primary {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: #fff;
        }

        .tt-btn-secondary {
            background: #eef2ff;
            color: #1f2d3d;
        }

        .tt-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            margin-bottom: 12px;
        }

        .tt-input {
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 10px 12px;
            background: #fff;
            min-width: 220px;
        }

        .tt-help {
            color: #6b7280;
            font-size: 13px;
        }

        .tt-status {
            margin-top: 10px;
            font-size: 13px;
            color: #6b7280;
            min-height: 18px;
        }

        /* === How to Use / Info / Related (match existing tool pages) === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            color: inherit;
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

        /* Text tools: header title & description centered (XML to JSON, JSON Beautifier, etc.) */
        .tt-wrap .row:first-child .col-12 {
            text-align: center;
        }
        .tt-wrap .tt-title,
        .tt-wrap .tt-desc {
            text-align: center;
        }
        .tt-wrap .tt-desc {
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
        }

/* ========== D:/pdf/resources/views/text/replace-spaces-with-semicolons.blade.php ========== */
.tt-wrap {
            padding: 30px 0 70px;
        }

        .tt-title {
            font-size: 34px;
            font-weight: 800;
            color: #1f2d3d;
            margin: 10px 0 10px;
        }

        .tt-desc {
            color: #4b5563;
            margin-bottom: 22px;
        }

        .tt-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            padding: 18px;
        }

        .tt-textarea {
            width: 100%;
            min-height: 260px;
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 12px 14px;
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 14px;
            line-height: 1.5;
            background: #f8fafc;
        }

        .tt-textarea:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
            background: #fff;
        }

        .tt-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 12px 0 0;
        }

        .tt-btn {
            border: none;
            border-radius: 10px;
            padding: 10px 14px;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.12s ease, box-shadow 0.12s ease;
        }

        .tt-btn:active {
            transform: translateY(1px);
        }

        .tt-btn-primary {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: #fff;
        }

        .tt-btn-secondary {
            background: #eef2ff;
            color: #1f2d3d;
        }

        .tt-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            margin-bottom: 12px;
        }

        .tt-input {
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 10px 12px;
            background: #fff;
            min-width: 220px;
        }

        .tt-help {
            color: #6b7280;
            font-size: 13px;
        }

        .tt-status {
            margin-top: 10px;
            font-size: 13px;
            color: #6b7280;
            min-height: 18px;
        }

        /* === How to Use / Info / Related (match existing tool pages) === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            color: inherit;
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

        /* Text tools: header title & description centered (XML to JSON, JSON Beautifier, etc.) */
        .tt-wrap .row:first-child .col-12 {
            text-align: center;
        }
        .tt-wrap .tt-title,
        .tt-wrap .tt-desc {
            text-align: center;
        }
        .tt-wrap .tt-desc {
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
        }

/* ========== D:/pdf/resources/views/text/semicolon-list-to-column.blade.php ========== */
.tt-wrap {
            padding: 30px 0 70px;
        }

        .tt-title {
            font-size: 34px;
            font-weight: 800;
            color: #1f2d3d;
            margin: 10px 0 10px;
        }

        .tt-desc {
            color: #4b5563;
            margin-bottom: 22px;
        }

        .tt-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            padding: 18px;
        }

        .tt-textarea {
            width: 100%;
            min-height: 260px;
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 12px 14px;
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 14px;
            line-height: 1.5;
            background: #f8fafc;
        }

        .tt-textarea:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
            background: #fff;
        }

        .tt-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 12px 0 0;
        }

        .tt-btn {
            border: none;
            border-radius: 10px;
            padding: 10px 14px;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.12s ease, box-shadow 0.12s ease;
        }

        .tt-btn:active {
            transform: translateY(1px);
        }

        .tt-btn-primary {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: #fff;
        }

        .tt-btn-secondary {
            background: #eef2ff;
            color: #1f2d3d;
        }

        .tt-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            margin-bottom: 12px;
        }

        .tt-input {
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 10px 12px;
            background: #fff;
            min-width: 220px;
        }

        .tt-help {
            color: #6b7280;
            font-size: 13px;
        }

        .tt-status {
            margin-top: 10px;
            font-size: 13px;
            color: #6b7280;
            min-height: 18px;
        }

        /* === How to Use / Info / Related (match existing tool pages) === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            color: inherit;
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

        /* Text tools: header title & description centered (XML to JSON, JSON Beautifier, etc.) */
        .tt-wrap .row:first-child .col-12 {
            text-align: center;
        }
        .tt-wrap .tt-title,
        .tt-wrap .tt-desc {
            text-align: center;
        }
        .tt-wrap .tt-desc {
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
        }

/* ========== D:/pdf/resources/views/text/speech-to-text.blade.php ========== */
.tt-wrap { padding: 30px 0 70px; }
        .tt-title { font-size: 34px; font-weight: 800; color: #1f2d3d; margin: 10px 0 10px; }
        .tt-desc { color: #4b5563; margin-bottom: 22px; }
        .tt-card { background: #fff; border-radius: 12px; border: 1px solid rgba(15,23,42,0.08); box-shadow: 0 10px 25px rgba(0,0,0,0.06); padding: 18px; }
        .tt-textarea { width: 100%; min-height: 260px; border-radius: 10px; border: 1px solid rgba(15,23,42,0.15); padding: 12px 14px; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 14px; line-height: 1.5; background: #f8fafc; }
        .tt-textarea:focus { outline: none; border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59,130,246,0.12); background: #fff; }
        .tt-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 12px 0 0; }
        .tt-btn { border: none; border-radius: 10px; padding: 10px 14px; font-weight: 700; cursor: pointer; transition: transform 0.12s ease, box-shadow 0.12s ease; }
        .tt-btn:active { transform: translateY(1px); }
        .tt-btn-primary { background: linear-gradient(135deg, #3b82f6, #06b6d4); color: #fff; }
        .tt-btn-secondary { background: #eef2ff; color: #1f2d3d; }
        .tt-status { margin-top: 10px; font-size: 13px; color: #6b7280; min-height: 18px; }
        .tt-error { display: none; margin-bottom: 12px; padding: 12px 14px; font-size: 14px; font-weight: 600; color: #b91c1c !important; background: #fef2f2 !important; border: 1px solid #fecaca; border-radius: 10px; }
        .tt-error:not(:empty) { display: block !important; }

        /* How to Use / Why it Matters / Related Tools */
        .how-to-use-section, .info-section { background-color: #f8f9fa; padding: 60px 20px; }
        .how-to-use-container, .info-cards, .tools-grid { max-width: 1200px; margin: 0 auto; }
        .section-title { text-align: center; color: #264653; margin-bottom: 40px; font-size: 32px; }
        .steps-container { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; }
        .step { flex: 1; min-width: 250px; background: white; border-radius: 10px; padding: 25px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); text-align: center; transition: transform 0.3s ease; }
        .step:hover { transform: translateY(-5px); }
        .step-icon { font-size: 40px; color: #3b82f6; margin-bottom: 15px; }
        .step-title { font-size: 20px; color: #264653; margin-bottom: 10px; }
        .step-description { color: #6c757d; line-height: 1.6; }
        .step-number { display: inline-block; width: 30px; height: 30px; background: #3b82f6; color: white; border-radius: 50%; line-height: 30px; margin-bottom: 10px; font-weight: bold; }
        .info-cards { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; }
        .info-card { background: white; border-radius: 10px; padding: 30px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); flex: 1; min-width: 300px; max-width: 350px; transition: transform 0.3s ease; }
        .info-card:hover { transform: translateY(-5px); }
        .info-card h3 { color: #264653; margin-bottom: 15px; font-size: 22px; }
        .info-card p { color: #555; line-height: 1.6; }
        .tools-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; }
        .tool-card { background: white; border-radius: 8px; padding: 20px; box-shadow: 0 3px 10px rgba(0,0,0,0.08); text-align: center; transition: all 0.3s ease; text-decoration: none; color: inherit; display: block; }
        .tool-card:hover { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,0,0,0.1); color: inherit; }
        .tool-card i { font-size: 36px; color: #3b82f6; margin-bottom: 15px; }
        .tool-card h4 { color: #264653; margin-bottom: 10px; }
        .tool-card p { color: #666; font-size: 14px; }
        @media (max-width: 768px) {
            .info-cards, .steps-container { flex-direction: column; align-items: center; }
            .info-card { max-width: 100%; }
        }

/* ========== D:/pdf/resources/views/text/text-to-ascii.blade.php ========== */
.tt-wrap {
            padding: 30px 0 70px;
        }

        .tt-title {
            font-size: 34px;
            font-weight: 800;
            color: #1f2d3d;
            margin: 10px 0 10px;
        }

        .tt-desc {
            color: #4b5563;
            margin-bottom: 22px;
        }

        .tt-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            padding: 18px;
        }

        .tt-textarea {
            width: 100%;
            min-height: 260px;
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 12px 14px;
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 14px;
            line-height: 1.5;
            background: #f8fafc;
        }

        .tt-textarea:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
            background: #fff;
        }

        .tt-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 12px 0 0;
        }

        .tt-btn {
            border: none;
            border-radius: 10px;
            padding: 10px 14px;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.12s ease, box-shadow 0.12s ease;
        }

        .tt-btn:active {
            transform: translateY(1px);
        }

        .tt-btn-primary {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: #fff;
        }

        .tt-btn-secondary {
            background: #eef2ff;
            color: #1f2d3d;
        }

        .tt-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            margin-bottom: 12px;
        }

        .tt-input {
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 10px 12px;
            background: #fff;
            min-width: 220px;
        }

        .tt-help {
            color: #6b7280;
            font-size: 13px;
        }

        .tt-status {
            margin-top: 10px;
            font-size: 13px;
            color: #6b7280;
            min-height: 18px;
        }

        /* === How to Use / Info / Related (match existing tool pages) === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            color: inherit;
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

        /* Text tools: header title & description centered (XML to JSON, JSON Beautifier, etc.) */
        .tt-wrap .row:first-child .col-12 {
            text-align: center;
        }
        .tt-wrap .tt-title,
        .tt-wrap .tt-desc {
            text-align: center;
        }
        .tt-wrap .tt-desc {
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
        }

/* ========== D:/pdf/resources/views/text/text-to-hex.blade.php ========== */
.tt-wrap {
            padding: 30px 0 70px;
        }

        .tt-title {
            font-size: 34px;
            font-weight: 800;
            color: #1f2d3d;
            margin: 10px 0 10px;
        }

        .tt-desc {
            color: #4b5563;
            margin-bottom: 22px;
        }

        .tt-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            padding: 18px;
        }

        .tt-textarea {
            width: 100%;
            min-height: 260px;
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 12px 14px;
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 14px;
            line-height: 1.5;
            background: #f8fafc;
        }

        .tt-textarea:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
            background: #fff;
        }

        .tt-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 12px 0 0;
        }

        .tt-btn {
            border: none;
            border-radius: 10px;
            padding: 10px 14px;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.12s ease, box-shadow 0.12s ease;
        }

        .tt-btn:active {
            transform: translateY(1px);
        }

        .tt-btn-primary {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: #fff;
        }

        .tt-btn-secondary {
            background: #eef2ff;
            color: #1f2d3d;
        }

        .tt-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            margin-bottom: 12px;
        }

        .tt-input {
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 10px 12px;
            background: #fff;
            min-width: 220px;
        }

        .tt-help {
            color: #6b7280;
            font-size: 13px;
        }

        .tt-status {
            margin-top: 10px;
            font-size: 13px;
            color: #6b7280;
            min-height: 18px;
        }

        /* === How to Use / Info / Related (match existing tool pages) === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            color: inherit;
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

        /* Text tools: header title & description centered (XML to JSON, JSON Beautifier, etc.) */
        .tt-wrap .row:first-child .col-12 {
            text-align: center;
        }
        .tt-wrap .tt-title,
        .tt-wrap .tt-desc {
            text-align: center;
        }
        .tt-wrap .tt-desc {
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
        }

/* ========== D:/pdf/resources/views/text/text-to-lower-case.blade.php ========== */
.tt-wrap {
            padding: 30px 0 70px;
        }

        .tt-title {
            font-size: 34px;
            font-weight: 800;
            color: #1f2d3d;
            margin: 10px 0 10px;
        }

        .tt-desc {
            color: #4b5563;
            margin-bottom: 22px;
        }

        .tt-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            padding: 18px;
        }

        .tt-textarea {
            width: 100%;
            min-height: 260px;
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 12px 14px;
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 14px;
            line-height: 1.5;
            background: #f8fafc;
        }

        .tt-textarea:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
            background: #fff;
        }

        .tt-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 12px 0 0;
        }

        .tt-btn {
            border: none;
            border-radius: 10px;
            padding: 10px 14px;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.12s ease, box-shadow 0.12s ease;
        }

        .tt-btn:active {
            transform: translateY(1px);
        }

        .tt-btn-primary {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: #fff;
        }

        .tt-btn-secondary {
            background: #eef2ff;
            color: #1f2d3d;
        }

        .tt-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            margin-bottom: 12px;
        }

        .tt-input {
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 10px 12px;
            background: #fff;
            min-width: 220px;
        }

        .tt-help {
            color: #6b7280;
            font-size: 13px;
        }

        .tt-status {
            margin-top: 10px;
            font-size: 13px;
            color: #6b7280;
            min-height: 18px;
        }

        /* === How to Use / Info / Related (match existing tool pages) === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            color: inherit;
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

        /* Text tools: header title & description centered (XML to JSON, JSON Beautifier, etc.) */
        .tt-wrap .row:first-child .col-12 {
            text-align: center;
        }
        .tt-wrap .tt-title,
        .tt-wrap .tt-desc {
            text-align: center;
        }
        .tt-wrap .tt-desc {
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
        }

/* ========== D:/pdf/resources/views/text/text-to-proper-case.blade.php ========== */
.tt-wrap {
            padding: 30px 0 70px;
        }

        .tt-title {
            font-size: 34px;
            font-weight: 800;
            color: #1f2d3d;
            margin: 10px 0 10px;
        }

        .tt-desc {
            color: #4b5563;
            margin-bottom: 22px;
        }

        .tt-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            padding: 18px;
        }

        .tt-textarea {
            width: 100%;
            min-height: 260px;
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 12px 14px;
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 14px;
            line-height: 1.5;
            background: #f8fafc;
        }

        .tt-textarea:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
            background: #fff;
        }

        .tt-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 12px 0 0;
        }

        .tt-btn {
            border: none;
            border-radius: 10px;
            padding: 10px 14px;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.12s ease, box-shadow 0.12s ease;
        }

        .tt-btn:active {
            transform: translateY(1px);
        }

        .tt-btn-primary {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: #fff;
        }

        .tt-btn-secondary {
            background: #eef2ff;
            color: #1f2d3d;
        }

        .tt-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            margin-bottom: 12px;
        }

        .tt-input {
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 10px 12px;
            background: #fff;
            min-width: 220px;
        }

        .tt-help {
            color: #6b7280;
            font-size: 13px;
        }

        .tt-status {
            margin-top: 10px;
            font-size: 13px;
            color: #6b7280;
            min-height: 18px;
        }

        /* === How to Use / Info / Related (match existing tool pages) === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            color: inherit;
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

        /* Text tools: header title & description centered (XML to JSON, JSON Beautifier, etc.) */
        .tt-wrap .row:first-child .col-12 {
            text-align: center;
        }
        .tt-wrap .tt-title,
        .tt-wrap .tt-desc {
            text-align: center;
        }
        .tt-wrap .tt-desc {
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
        }

/* ========== D:/pdf/resources/views/text/text-to-speech.blade.php ========== */
.tt-wrap {
            padding: 30px 0 70px;
        }

        .tt-title {
            font-size: 34px;
            font-weight: 800;
            color: #1f2d3d;
            margin: 10px 0 10px;
        }

        .tt-desc {
            color: #4b5563;
            margin-bottom: 22px;
        }

        .tt-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            padding: 18px;
        }

        .tt-textarea {
            width: 100%;
            min-height: 260px;
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 12px 14px;
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 14px;
            line-height: 1.5;
            background: #f8fafc;
        }

        .tt-textarea:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
            background: #fff;
        }

        .tt-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 12px 0 0;
        }

        .tt-btn {
            border: none;
            border-radius: 10px;
            padding: 10px 14px;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.12s ease, box-shadow 0.12s ease;
        }

        .tt-btn:active {
            transform: translateY(1px);
        }

        .tt-btn-primary {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: #fff;
        }

        .tt-btn-secondary {
            background: #eef2ff;
            color: #1f2d3d;
        }

        .tt-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            margin-bottom: 12px;
        }

        .tt-input {
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 10px 12px;
            background: #fff;
            min-width: 220px;
        }

        .tt-help {
            color: #6b7280;
            font-size: 13px;
        }

        .tt-status {
            margin-top: 10px;
            font-size: 13px;
            color: #6b7280;
            min-height: 18px;
        }

        /* === How to Use / Info / Related (match existing tool pages) === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            color: inherit;
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

        /* Text tools: header title & description centered (XML to JSON, JSON Beautifier, etc.) */
        .tt-wrap .row:first-child .col-12 {
            text-align: center;
        }
        .tt-wrap .tt-title,
        .tt-wrap .tt-desc {
            text-align: center;
        }
        .tt-wrap .tt-desc {
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
        }

/* ========== D:/pdf/resources/views/text/text-to-upper-case.blade.php ========== */
.tt-wrap {
            padding: 30px 0 70px;
        }

        .tt-title {
            font-size: 34px;
            font-weight: 800;
            color: #1f2d3d;
            margin: 10px 0 10px;
        }

        .tt-desc {
            color: #4b5563;
            margin-bottom: 22px;
        }

        .tt-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            padding: 18px;
        }

        .tt-textarea {
            width: 100%;
            min-height: 260px;
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 12px 14px;
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 14px;
            line-height: 1.5;
            background: #f8fafc;
            
        }

        .tt-textarea:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
            background: #fff;
        }

        .tt-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 12px 0 0;
        }

        .tt-btn {
            border: none;
            border-radius: 10px;
            padding: 10px 14px;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.12s ease, box-shadow 0.12s ease;
        }

        .tt-btn:active {
            transform: translateY(1px);
        }

        .tt-btn-primary {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: #fff;
        }

        .tt-btn-secondary {
            background: #eef2ff;
            color: #1f2d3d;
        }

        .tt-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            margin-bottom: 12px;
        }

        .tt-input {
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 10px 12px;
            background: #fff;
            min-width: 220px;
        }

        .tt-help {
            color: #6b7280;
            font-size: 13px;
        }

        .tt-status {
            margin-top: 10px;
            font-size: 13px;
            color: #6b7280;
            min-height: 18px;
        }

        /* === How to Use / Info / Related (match existing tool pages) === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            color: inherit;
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

        /* Text tools: header title & description centered (XML to JSON, JSON Beautifier, etc.) */
        .tt-wrap .row:first-child .col-12 {
            text-align: center;
        }
        .tt-wrap .tt-title,
        .tt-wrap .tt-desc {
            text-align: center;
        }
        .tt-wrap .tt-desc {
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
        }

        /* JSON to HTML, JSON to Excel, JSON Viewer, JSON to Table, Code Formatter: upload section normal size (like WAV to MP3 / Image Resizer) */
        .banner .drop-zone-container .drop-zone,
        .content-wrapper .drop-zone-container .drop-zone {
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
            padding: 30px 25px;
        }
        .banner .drop-zone-container .drop-zone .drop-zone-icon,
        .content-wrapper .drop-zone-container .drop-zone .drop-zone-icon {
            font-size: 40px;
            margin-bottom: 15px;
        }
        .banner .drop-zone-container .drop-zone .drop-zone-text,
        .content-wrapper .drop-zone-container .drop-zone .drop-zone-text {
            font-size: 16px;
        }
        .banner .drop-zone-container .drop-zone .drop-zone-subtext,
        .content-wrapper .drop-zone-container .drop-zone .drop-zone-subtext {
            font-size: 13px;
        }

/* ========== D:/pdf/resources/views/text/xml-to-json.blade.php ========== */
.tt-wrap {
            padding: 30px 0 70px;
        }

        .tt-title {
            font-size: 34px;
            font-weight: 800;
            color: #1f2d3d;
            margin: 10px 0 10px;
        }

        .tt-desc {
            color: #4b5563;
            margin-bottom: 22px;
        }

        .tt-card {
            background: #fff;
            border-radius: 12px;
            border: 1px solid rgba(15, 23, 42, 0.08);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
            padding: 18px;
        }

        .tt-textarea {
            width: 100%;
            min-height: 260px;
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 12px 14px;
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            font-size: 14px;
            line-height: 1.5;
            background: #f8fafc;
        }

        .tt-textarea:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
            background: #fff;
        }

        .tt-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 12px 0 0;
        }

        .tt-btn {
            border: none;
            border-radius: 10px;
            padding: 10px 14px;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.12s ease, box-shadow 0.12s ease;
        }

        .tt-btn:active {
            transform: translateY(1px);
        }

        .tt-btn-primary {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
            color: #fff;
        }

        .tt-btn-secondary {
            background: #eef2ff;
            color: #1f2d3d;
        }

        .tt-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            margin-bottom: 12px;
        }

        .tt-input {
            border-radius: 10px;
            border: 1px solid rgba(15, 23, 42, 0.15);
            padding: 10px 12px;
            background: #fff;
            min-width: 220px;
        }

        .tt-help {
            color: #6b7280;
            font-size: 13px;
        }

        .tt-status {
            margin-top: 10px;
            font-size: 13px;
            color: #6b7280;
            min-height: 18px;
        }

        /* === How to Use / Info / Related (match existing tool pages) === */
        .how-to-use-section {
            background-color: #f8f9fa;
            padding: 60px 20px;
            margin-top: 0;
        }

        .how-to-use-container {
            max-width: 1000px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            color: #264653;
            margin-bottom: 40px;
            font-size: 32px;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .step {
            flex: 1;
            min-width: 250px;
            background: white;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-icon {
            font-size: 40px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 20px;
            color: #264653;
            margin-bottom: 10px;
        }

        .step-description {
            color: #6c757d;
            line-height: 1.6;
        }

        .step-number {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #3b82f6;
            color: white;
            border-radius: 50%;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .info-section {
            padding: 80px 0;
            background-color: #f8f9fa;
        }

        .info-cards {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            flex: 1;
            min-width: 300px;
            max-width: 350px;
            transition: transform 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
        }

        .info-card h3 {
            color: #264653;
            margin-bottom: 15px;
            font-size: 22px;
        }

        .info-card p {
            color: #555;
            line-height: 1.6;
        }

        .tools-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .tool-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .tool-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            color: inherit;
        }

        .tool-card i {
            font-size: 36px;
            color: #3b82f6;
            margin-bottom: 15px;
        }

        .tool-card h4 {
            color: #264653;
            margin-bottom: 10px;
        }

        .tool-card p {
            color: #666;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .info-cards {
                flex-direction: column;
                align-items: center;
            }

            .info-card {
                max-width: 100%;
            }

            .steps-container {
                flex-direction: column;
            }
        }

        /* Text tools: header title & description centered (XML to JSON, JSON Beautifier, etc.) */
        .tt-wrap .row:first-child .col-12 {
            text-align: center;
        }
        .tt-wrap .tt-title,
        .tt-wrap .tt-desc {
            text-align: center;
        }
        .tt-wrap .tt-desc {
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
        }
