/*IMAGE SHADOW EFFECT STARTS*/
.innobudsImgShadow-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 0 20px rgba(0,0,0,0.1);
    }

    .innobudsImgShadow-dropzone {
      width: 300px;
      height: 300px;
      border: 2px dashed #999;
      border-radius: 10px;
      margin: auto;
      position: relative;
      cursor: pointer;
      background: #fafafa;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #888;
      margin-bottom: 20px;
    }

    #innobudsImgShadowCanvas {
      display: none;
      max-width: 100%;
    }

    .innobudsImgShadow-controls label {
      display: block;
      margin-top: 10px;
      font-weight: bold;
    }

    .innobudsImgShadow-controls input[type=range],
    .innobudsImgShadow-controls input[type=color] {
      width: 100%;
          padding: 1px !important;
    }

    .innobudsImgShadow-buttons {
      display: flex;
      gap: 1rem;
      margin-top: 20px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .innobudsImgShadow-buttons button {
      padding: 10px 20px;
      font-weight: bold;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      background: #4caf50;
      color: white;
    }

    .innobudsImgShadow-buttons button:hover {
      background: #388e3c;
    }

    .innobudsImgShadow-reset {
      background: #d32f2f !important;
    }

    .innobudsImgShadow-container input[type="file"] {
      display: none;
    }
/*IMAGE SHADOW EFFECT ENDS*/


/*IMAGE POSTERIZE EFFECT STARTS*/

    .innobudsImgPoster-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }
    .innobudsImgPoster-title {
      font-size: 1.6em;
      color: #333;
      margin-top: 0;
    }
    .innobudsImgPoster-dropzone {
      min-height: 150px;
      border: 2px dashed #28a745;
      border-radius: 10px;
      background: #f9f9f9;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      cursor: pointer;
      position: relative;
      margin-bottom: 20px;
      text-align: center;
      transition: 0.3s ease;
    }
    .innobudsImgPoster-dropzone input[type="file"] { display: none; }
    .innobudsImgPoster-dropzone.innobudsImgPoster-dragover {
      background: #e0ffe0;
      border-color: #1db954;
    }
    .innobudsImgPoster-filename {
      font-size: 12px;
      color: #444;
      margin-top: 8px;
    }
    .innobudsImgPoster-canvas {
      max-width: 100%;
      border: 1px solid #ccc;
      border-radius: 6px;
      display: block;
      margin: 20px auto 0;
    }
    .innobudsImgPoster-controls {
      text-align: center;
      margin-top: 15px;
    }
    .innobudsImgPoster-controls label {
      font-weight: bold;
      margin-right: 10px;
    }
    .innobudsImgPoster-slider {
      width: 200px;
      vertical-align: middle;
    }
    .innobudsImgPoster-buttons {
      text-align: center;
      margin-top: 20px;
    }
    .innobudsImgPoster-buttons button {
      background: #28a745;
      color: #fff;
      font-size: 14px;
      border: none;
      padding: 10px 16px;
      margin: 5px;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }
    .innobudsImgPoster-buttons button:hover {
      background: #1c7c31;
    }

/*IMAGE POSTERIZE EFFECT ENDS*/

/*IMAGE BRIGHTNESS STARTS*/
.innobudsImgBright-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }
    .innobudsImgBright-title {
      font-size: 1.6em;
      color: #333;
      margin-top: 0;
    }
    .innobudsImgBright-dropzone {
      min-height: 150px;
    border: 2px dashed #28a745;
    border-radius: 10px;
    background: #f9f9f9;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    transition: 0.3s ease;
    }
    .innobudsImgBright-dropzone input[type="file"] { display: none; }
    .innobudsImgBright-dropzone.innobudsImgBright-dragover {
      background: #ffe0b2;
      border-color: #ff9800;
    }
    .innobudsImgBright-filename {
      font-size: 12px;
      color: #444;
      margin-top: 8px;
    }
    .innobudsImgBright-canvas {
      max-width: 100%;
      border: 1px solid #ccc;
      border-radius: 6px;
      display: block;
      margin: 20px auto 0;
    }
    .innobudsImgBright-controls {
      text-align: center;
      margin-top: 15px;
    }
    .innobudsImgBright-controls label {
      font-weight: bold;
      margin-right: 10px;
    }
    .innobudsImgBright-slider {
      width: 240px;
      vertical-align: middle;
    }
    .innobudsImgBright-buttons {
      text-align: center;
      margin-top: 20px;
    }
    .innobudsImgBright-buttons button {
      background: #28a745;
      color: #fff;
      border: none;
      font-size: 14px;
      padding: 10px 16px;
      margin: 5px;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }
    .innobudsImgBright-buttons button:hover {
      background: #e68900;
    }
/*IMAGE BRIGHTNESS ENDS*/
/*IMAGE RGB CHANNEL SWAP STARTS*/

    .innobudsImgRGBSwap-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }
    .innobudsImgRGBSwap-title {
      margin-top: 0;
      font-size: 1.6em;
      color: #333;
    }
    .innobudsImgRGBSwap-options {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 20px;
    }
    .innobudsImgRGBSwap-options label {
      padding: 6px 12px;
      background: #007acc;
      color: #fff;
      border-radius: 5px;
      cursor: pointer;
    }
    .innobudsImgRGBSwap-options input[type="radio"] {
      display: none;
    }
    .innobudsImgRGBSwap-options input[type="radio"]:checked + span {
 background: green;
    color: #fff;
    padding: 6px 13px;
    }
    .innobudsImgRGBSwap-dropzone {
      min-height: 150px;
      border: 2px dashed #007acc;
      border-radius: 10px;
      background: #f9f9f9;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      cursor: pointer;
      position: relative;
      margin-bottom: 20px;
      transition: 0.3s ease;
    }
    .innobudsImgRGBSwap-dropzone input[type="file"] {
      display: none;
    }
    .innobudsImgRGBSwap-dropzone.innobudsImgRGBSwap-dragover {
      background: #e6f7ff;
      border-color: #00aaff;
    }
    .innobudsImgRGBSwap-filename {
      font-size: 12px;
      color: #444;
      margin-top: 8px;
    }
    .innobudsImgRGBSwap-canvas {
      max-width: 100%;
      border: 1px solid #ccc;
      border-radius: 6px;
      display: block;
      margin: 20px auto 0;
    }
    .innobudsImgRGBSwap-buttons {
      margin-top: 20px;
      text-align: center;
    }
    .innobudsImgRGBSwap-buttons button {
      background: #007acc;
      color: #fff;
      border: none;
      font-size: 14px;
      padding: 10px 16px;
      margin: 5px;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }
    .innobudsImgRGBSwap-buttons button:hover {
      background: #005eaa;
    }
/*IMAGE RGB CHANNEL SWAP ENDS*/
/*IMAGE TO ASCII STARTS*/
.innobudsImgAscii-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }
    .innobudsImgAscii-title {
      margin-top: 0;
      font-size: 1.6em;
      color: #333;
    }
    .innobudsImgAscii-dropzone {
      min-height: 150px;
      border: 2px dashed #007acc;
      border-radius: 10px;
      background: #f9f9f9;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      cursor: pointer;
      position: relative;
      margin-bottom: 20px;
      transition: 0.3s ease;
    }
    .innobudsImgAscii-dropzone input[type="file"] {
      display: none;
    }
    .innobudsImgAscii-dropzone.innobudsImgAscii-dragover {
      background: #e6f7ff;
      border-color: #00aaff;
    }
    .innobudsImgAscii-filename {
      font-size: 12px;
      color: #444;
      margin-top: 8px;
    }
    .innobudsImgAscii-output {
      font-family: monospace;
      white-space: pre;
     background: #fff;
color: #000;
      padding: 15px;
      border-radius: 6px;
      overflow-x: auto;
      max-height: 400px;
    }
    .innobudsImgAscii-buttons {
      margin-top: 20px;
      text-align: center;
    }
    .innobudsImgAscii-buttons button {
      background: #007acc;
      color: #fff;
      border: none;
      font-size: 14px;
      padding: 10px 16px;
      margin: 5px;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }
    .innobudsImgAscii-buttons button:hover {
      background: #005eaa;
    }
    /*IMAGE TO ASCII ENDS*/

    /*TXT TO PDF CONVERTER STARTS*/
    .innobudsTxtPdf-container {
      width: 100%;
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }

    .innobudsTxtPdf-container h2 {
      text-align: center;
      font-size: 24px;
      margin-bottom: 20px;
    }

    .innobudsTxtPdf-dropzone {
      border: 2px dashed #999;
      padding: 50px 15px;
      text-align: center;
      color: #000;
      background: #f9f9f9;
      border-radius: 10px;
      margin-bottom: 15px;
      transition: 0.3s;
      cursor: pointer;
      font-size: 16px;
    }

    .innobudsTxtPdf-dropzone.dragover {
      background: #e6f7ff;
      border-color: #00aaff;
    }

    .innobudsTxtPdf-container input, .innobudsTxtPdf-dropzone input[type="file"] {
      display: none;
    }

    textarea#innobudsTxtInput {
      width: 100%;
      height: 220px;
      font-family: monospace;
      font-size: 14px;
       color: #000;
      padding: 12px;
      border-radius: 6px;
      border: 1px solid #ccc;
      margin-bottom: 15px;
      resize: vertical;
    }

    .innobudsTxtPdf-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
    }

    .innobudsTxtPdf-actions button {
      background: #007acc;
      color: white;
      border: none;
      padding: 10px 18px;
      font-size: 15px;
      border-radius: 6px;
      cursor: pointer;
      min-width: 130px;
      transition: background 0.3s;
    }

    .innobudsTxtPdf-actions button:hover {
      background: #005fa3;
    }

    @media (max-width: 600px) {
      .innobudsTxtPdf-dropzone {
        font-size: 14px;
        padding: 30px 10px;
      }

      .innobudsTxtPdf-container h2 {
        font-size: 20px;
      }

      .innobudsTxtPdf-actions {
        flex-direction: column;
      }

      .innobudsTxtPdf-actions button {
        width: 100%;
      }
    }
    /*TXT TO PDF ENDS*/
    /*PDF TO TXT CONVERTER STARTS*/
    .innobudsPdfTxt-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }

    .innobudsPdfTxt-container h2 {
      text-align: center;
      font-size: 24px;
      margin-bottom: 20px;
    }

    .innobudsPdfTxt-dropzone {
      border: 2px dashed #999;
      padding: 50px 15px;
      text-align: center;
      color: #000;
      background: #f9f9f9;
      border-radius: 10px;
      margin-bottom: 15px;
      transition: 0.3s;
      cursor: pointer;
      font-size: 16px;
    }

    .innobudsPdfTxt-dropzone.dragover {
      background: #e6f7ff;
      border-color: #00aaff;
    }

    .innobudsPdfTxt-container input[type="file"] {
      display: none;
    }

    textarea#innobudsPdfTxtOutput {
      width: 100%;
      height: 220px;
      color: #000;
      font-family: monospace;
      font-size: 14px;
      padding: 12px;
      border-radius: 6px;
      border: 1px solid #ccc;
      margin-bottom: 15px;
      resize: vertical;
    }

    .innobudsPdfTxt-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
    }

    .innobudsPdfTxt-actions button {
      background: #007acc;
      color: white;
      border: none;
      padding: 10px 18px;
      font-size: 15px;
      border-radius: 6px;
      cursor: pointer;
      min-width: 130px;
      transition: background 0.3s;
    }

    .innobudsPdfTxt-actions button:hover {
      background: #005fa3;
    }

    @media (max-width: 600px) {
      .innobudsPdfTxt-dropzone {
        font-size: 14px;
        padding: 40px 10px;
      }

      .innobudsPdfTxt-container h2 {
        font-size: 20px;
      }

      .innobudsPdfTxt-actions {
        flex-direction: column;
      }

      .innobudsPdfTxt-actions button {
        width: 100%;
      }
    }
    /*PDF TO TXT CONVERTER ENDS*/

    /*PDF TO WORD CONVERTER STARTS*/
     .innobudsPdfWord-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }

    .innobudsPdfWord-container h2 {
      text-align: center;
      font-size: 24px;
      margin-bottom: 20px;
    }

    .innobudsPdfWord-dropzone {
      border: 2px dashed #999;
      padding: 50px 15px;
      text-align: center;
      color: #555;
      background: #f9f9f9;
      border-radius: 10px;
      margin-bottom: 15px;
      transition: 0.3s;
      cursor: pointer;
      font-size: 16px;
    }

    .innobudsPdfWord-dropzone.dragover {
      background: #e6f7ff;
      border-color: #00aaff;
    }

    .innobudsPdfWord-container input[type="file"] {
      display: none;
    }

    textarea#innobudsPdfWordOutput {
      width: 100%;
      height: 220px;
      font-family: monospace;
      font-size: 14px;
      padding: 12px;
      color: #000;
      border-radius: 6px;
      border: 1px solid #ccc;
      margin-bottom: 15px;
      resize: vertical;
    }

    .innobudsPdfWord-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
    }

    .innobudsPdfWord-actions button {
      background: #007acc;
      color: white;
      border: none;
      padding: 10px 18px;
      font-size: 15px;
      border-radius: 6px;
      cursor: pointer;
      min-width: 130px;
      transition: background 0.3s;
    }

    .innobudsPdfWord-actions button:hover {
      background: #005fa3;
    }

    @media (max-width: 600px) {
      .innobudsPdfWord-dropzone {
        font-size: 14px;
        padding: 40px 10px;
      }

      .innobudsPdfWord-container h2 {
        font-size: 20px;
      }

      .innobudsPdfWord-actions {
        flex-direction: column;
      }

      .innobudsPdfWord-actions button {
        width: 100%;
      }
    }
    /*PDF TO WORD CONVERTER ENDS*/
    /*PDF TO IMAGE STARTS*/

    .innobudsPdfImg-container {
      max-width: 850px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }

    .innobudsPdfImg-container h2 {
      text-align: center;
      font-size: 24px;
      margin-bottom: 20px;
    }

    .innobudsPdfImg-dropzone {
      border: 2px dashed #999;
      padding: 50px 15px;
      text-align: center;
      color: #555;
      background: #f9f9f9;
      border-radius: 10px;
      margin-bottom: 15px;
      transition: 0.3s;
      cursor: pointer;
      font-size: 16px;
    }

    .innobudsPdfImg-dropzone.dragover {
      background: #e6f7ff;
      border-color: #00aaff;
    }

    .innobudsPdfImg-container input[type="file"] {
      display: none;
    }

    .innobudsPdfImg-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin-bottom: 15px;
    }

    .innobudsPdfImg-actions button {
      background: #007acc;
      color: white;
      border: none;
      padding: 10px 18px;
      font-size: 15px;
      border-radius: 6px;
      cursor: pointer;
      min-width: 160px;
      transition: background 0.3s;
    }

    .innobudsPdfImg-actions button:hover {
      background: #005fa3;
    }

    #innobudsPdfImgCanvases {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-top: 20px;
    }

    .innobudsPdfImg-page {
      background: #fafafa;
      padding: 15px;
      border: 1px solid #ddd;
      border-radius: 8px;
    }

    .innobudsPdfImg-pageBtns {
      margin-top: 10px;
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .innobudsPdfImg-container canvas {
      width: 100%;
      border-radius: 6px;
      border: 1px solid #ccc;
    }

    @media (max-width: 600px) {
      .innobudsPdfImg-actions {
        flex-direction: column;
      }

      .innobudsPdfImg-actions button {
        width: 100%;
      }
    }
    /*PDF TO IMAGE ENDS*/

    /*TXT TO IMAGE STARTS*/
    .innobudsTxttoImg-container {
      max-width: 850px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }

    .innobudsTxttoImg-title {
      text-align: center;
      font-size: 24px;
      margin-bottom: 20px;
    }

    .innobudsTxttoImg-dropzone {
      border: 2px dashed #999;
      padding: 50px 15px;
      text-align: center;
      color: #555;
      background: #f9f9f9;
      border-radius: 10px;
      margin-bottom: 15px;
      transition: 0.3s;
      cursor: pointer;
      font-size: 16px;
    }

    .innobudsTxttoImg-dropzone.dragover {
      background: #e6f7ff;
      border-color: #00aaff;
    }

    .innobudsTxttoImg-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin-bottom: 20px;
    }

    .innobudsTxttoImg-actions button,
    .innobudsTxttoImg-buttons button {
      background: #007acc;
      color: white;
      border: none;
      padding: 10px 18px;
      font-size: 15px;
      border-radius: 6px;
      cursor: pointer;
      min-width: 160px;
      transition: background 0.3s;
    }

    .innobudsTxttoImg-actions button:hover,
    .innobudsTxttoImg-buttons button:hover {
      background: #005fa3;
    }

    .innobudsTxttoImg-output {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .innobudsTxttoImg-lineBlock {
      background: #fafafa;
      padding: 10px;
      border-radius: 8px;
      border: 1px solid #ccc;
    }

    .innobudsTxttoImg-buttons {
      margin-top: 10px;
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .innobudsTxttoImg-container canvas {
      width: 100%;
      max-width: 100%;
      border: 1px solid #ccc;
      border-radius: 6px;
    }

    input#innobudsTxttoImgFile {
      display: none;
    }

    @media(max-width: 600px) {
      .innobudsTxttoImg-actions {
        flex-direction: column;
      }

      .innobudsTxttoImg-actions button {
        width: 100%;
      }
    }
    /*TXT TO IMAGE ENDS*/

    /*IMAGE FLIP STARTS*/
    .innobudsImgFlip-container {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }
    .innobudsImgFlip-title {
      margin-top: 0;
      font-size: 1.6em;
      color: #333;
    }
    .innobudsImgFlip-dropzone {
      min-height: 150px;
      border: 2px dashed #007acc;
      border-radius: 10px;
      background: #f9f9f9;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      cursor: pointer;
      margin-bottom: 20px;
      transition: 0.3s ease;
      position: relative;
    }
    .innobudsImgFlip-dropzone input[type="file"] {
      display: none;
    }
    .innobudsImgFlip-dropzone.innobudsImgFlip-dragover {
      background: #e6f7ff;
      border-color: #00aaff;
    }
    .innobudsImgFlip-filename {
      font-size: 12px;
      color: #444;
      margin-top: 8px;
    }
    .innobudsImgFlip-canvas {
      max-width: 100%;
      border: 1px solid #ccc;
      border-radius: 6px;
      display: block;
      margin: 20px auto 0;
    }
    .innobudsImgFlip-buttons {
      margin-top: 20px;
      text-align: center;
    }
    .innobudsImgFlip-buttons button {
      background: #007acc;
      color: #fff;
      border: none;
      padding: 10px 16px;
      margin: 5px;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }
    .innobudsImgFlip-buttons button:hover {
      background: #005eaa;
    }
    /*IMAGE FLIP ENDS*/
    .innobudsPdfImg-pageBtns button
    {
      background: #007acc;
    color: white;
    border: none;
    padding: 10px 18px;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
    min-width: 160px;
    transition: background 0.3s;
    }
#innobudsImgPoster-dropzone input{display: none;}


