
.tool-section{
    background-color: #fff;
    z-index:10;
    position: relative;
    overflow:hidden;
    max-width: 1200px;
    margin:10px auto 50px auto;
    text-align:center;
    padding:50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border-radius:15px;
}
    /* Tabbed Section */
    .tabbed-section {
      padding: 40px 30px;
      background-color: #fff;
      text-align: center;
      border: 1px dashed #2e83fb;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3);
    border-radius:15px;
    width:97%;
    margin-left:auto;
    margin-right:auto;
    margin-top:-85px;
    margin-bottom:70px;
    position:relative;
    z-index:1;
      font-family: "Noto Sans", serif;

    }

    .tabbed-section h2 {
      font-size: 36px;
      font-weight: 700;
      color: #2c3e50;
      margin-bottom: 20px;
    }

    .tabbed-section p.subtitle {
      font-size: 18px;
      color: #7f8c8d;
      margin-bottom: 40px;
    }

    .tabs {
      display: flex;
      justify-content: center;
      margin-bottom: 40px;
      flex-wrap: wrap;
    }

    .tab {
      padding: 10px 20px;
      font-size: 16px;
      font-weight: 600;
      color: #7f8c8d;
      cursor: pointer;
      display: flex;
      align-items: center;
      margin: 5px;
      border-radius: 50px;
      transition: all 0.3s ease;
    }

    .tab i {
      margin-right: 10px;
      font-size: 18px;
    }

    .tab.active {
      background-color: #4F46E5;
      color: #fff;
    }

    .tab-content {
      display: none;
    }

    .tab-content.active {
      display: block;
    }

  

    /* Responsive Design */
    @media (max-width: 768px) {
      .tabs {
        flex-direction: column;
      }

      .tab {
        width: 100%;
        justify-content: center;
      }

     
    }
    .counter-area {
      position: relative;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
      border-radius:15px;
    width:100%;
    margin:0 auto;

    }

    .containert {
      max-width: 100%;
      margin: auto;
    }

.counter-area2 {
      position: relative;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
      border-radius:15px;
    width:100%;
    margin:0 auto;
    }
    .container2 {
      max-width: 100%;
      margin: auto;
    }
    
    .counter-area3 {
       position: relative;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
      border-radius:15px;
    width:100%;
    margin:0 auto;
    }
    .container3 {
      max-width: 100%;
      margin: auto;
    }
    .row2 {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      justify-content: center;
    }

    .counter-box {
      display: flex;
      align-items: center;
      gap: 20px;
      background: #fff;
      padding: 20px;
      border-radius: 15px;
      box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      position: relative;
      overflow: hidden;
      text-decoration: none;
      border: 0px dashed blue;
      background-clip: padding-box, border-box;
      background-origin: border-box;
      background-image: linear-gradient(white, white),
                        linear-gradient(45deg, #7FFFD4, #E6E6FA, #DCDCDC, #00BFFF);
    }

    .counter-box::before,
    .counter-box::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      z-index: -1;
      transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    }

    .counter-box::before {
      width: 120px;
      height: 120px;
      top: -40px;
      left: -40px;
      background: radial-gradient(circle, rgba(255, 107, 107, 0.5), transparent);
      opacity: 1;
    }

    .counter-box::after {
      width: 100px;
      height: 100px;
      bottom: -30px;
      right: -30px;
      background: radial-gradient(circle, rgba(139, 233, 253, 0.5), transparent);
      opacity: 1;
    }

    .counter-box:hover::before {
      background: radial-gradient(circle, rgba(255, 184, 108, 0.7), transparent);
      transform: scale(1.2);
    }

    .counter-box:hover::after {
      background: radial-gradient(circle, rgba(80, 250, 123, 0.7), transparent);
      transform: scale(1.2);
    }

    .counter-box:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    }

    .counter-box .icon {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: linear-gradient(45deg, #6b6bff, #4d94ff);
      position: relative;
      z-index: 1;
    }

    .counter-box .icon img {
      width: 40px;
      filter: brightness(0) invert(1);
    }

    .counter-content {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 5px;
    }

    .counter-content .title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 5px;
      text-transform: capitalize;
      font-family: "Noto Sans", serif;
      background: linear-gradient(45deg, #4B0082, #ff0000, #000, #66CDAA);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      display: inline-block;
      text-align:left;
    }

    .counter-content .description {
      font-size: 13px;
      color: #666;
      margin-bottom: 5px;
      line-height: 1.4;
      font-family: "Noto Sans", serif;
      text-align:left;
    }

    .counter-content .arrow-link {
      display: inline-flex;
      align-items: center;
      font-size: 15px;
      font-weight: bold;
      color: #707070;
      text-decoration: none;
      position: relative;
      cursor: pointer;
      transition: color 0.3s ease-in-out;
      font-family: "Noto Sans", serif;
    }

    .counter-content .arrow-link::after {
      content: "\2192";
      font-size: 20px;
      margin-left: 8px;
      color: #ff6b6b;
      transition: transform 0.3s ease-in-out;
    }

    .counter-box:hover .arrow-link {
      color: #6b6bff;
    }

    .counter-box:hover .arrow-link::after {
      transform: translateX(5px);
    }

    .view-counter-container {
      position: absolute;
      top: 0;
      right: 0;
      display: flex;
      align-items: center;
      gap: 5px;
      background: #fff;
      color: navy;
      padding: 6px 10px;
      border-bottom: 2px solid #ccc;
      border-left: 1px solid #ddd;
      border-radius: 0 15px 0 15px;
      font-size: 10px;
      font-weight: normal;
      z-index: 10;
      pointer-events: none;
    }

    .view-counter {
      font-size: 11px;
      font-weight: bold;
      font-family: "Noto Sans", serif;
    }

    .views-text {
      font-size: 10px;
      font-weight: normal;
      opacity: 0.8;
    }
    .counter-box .icon::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 2px dashed #6076FA;
  border-radius: 50%;
  z-index: -1;
  animation: rotateBorder 46s linear infinite;
}

@keyframes rotateBorder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Hover Effects */
.counter-box:hover .icon {
  background: linear-gradient(45deg, #ed1628, #ff0000);
}

.counter-box:hover .icon::before {
  border-color: #ff0000;
}
.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  font-family: "Noto Sans", serif;
}

.section-description {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
  font-family: "Noto Sans", serif;
}
  
  
   .counter-area5 {
      position: relative;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 50px 80px 50px;
    width:100%;
    margin:0 auto;

    }

    .containertt {
      max-width: 100%;
      margin: auto;
    }
   
    .row22 {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      justify-content: center;
    }

   
.section-title1 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  padding:20px 0 40px 0;
  font-family: "Noto Sans", serif;
}
/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 50px;
    height: 50px;
    background: transparent;
    color: #FACC15;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Show button when scrolling */
.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

/* Hover Effect */
.back-to-top:hover {
    background: linear-gradient(45deg, #E30D35, #ff9966);
    transform: scale(1.1);
}

/* Scroll Progress Bar */
#progressBar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 0;
    background: #FACC15;
    z-index: 9999;
    transition: width 0.2s ease;
}

    /* General Styles */
.content-section {
    padding: 50px;
    max-width: 100%;
    margin: 0 auto;
      font-family: "Noto Sans", serif;

}

/* Heading Styles */
.content-section h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.content-section h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    color: #222;
}

/* Paragraph Background and Text Colors */
.content-section p:nth-child(odd) {
    background-color: #f8f9fa;
    color: #333;
    padding: 15px;
    border-radius: 5px;
}

.content-section p:nth-child(even) {
    background-color: #e3f2fd;
    color: #000;
    padding: 15px;
    border-radius: 5px;
}

/* FAQ Section */
.qaq-section {
    margin-top: 50px;
    padding: 20px;
    background-color: #f1f1f1;
    border-radius: 5px;
}

.qaq-section h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 26px;
    color: #222;
}

.qaq-item {
    margin-bottom: 35px;
    padding: 10px;
    background-color: #fff;
    border-left: 5px solid #007bff;
    border-radius: 5px;
}

.qaq-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #007bff;
}

.qaq-item p {
    font-size: 16px;
    color: #444;
}

/* Responsive Design */
@media (max-width: 768px) {
    .content-section {
        padding: 30px 10px;
    }

    .content-section h2 {
        font-size: 24px;
    }

    .qaq-item h3 {
        font-size: 18px;
    }

    .qaq-item p {
        font-size: 14px;
    }
}



#ads{
    text-align:center;
    padding:20px;
    background: white;
    
}

    .toolarea-pdf {
    max-width: 96%;
    margin: 10px auto;
    background: linear-gradient(135deg, #fff 50%, #fff 50%);
    border-radius: 5px;
    border: 1px solid #B3DBF2;
    overflow: hidden;
    padding: 40px;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 
                0 1px 3px rgba(0, 0, 0, 0.06);
}


.bg-tool{
    background: linear-gradient(135deg, #FFFACD 50%, #D3D3D3 50%); 
        text-align:center;
        color:#333;
       padding:10px;
}
.bg-tool h1{color:#E5322D;}
#content {
        background: linear-gradient(130deg, #FCFDFD 50%, #F6FDF5 50%); 
    padding: 50px 30px;
    border-radius: 0; /* Soft rounded corners */
    width: 100%; /* Max width to keep content centered and readable */
    margin: 0 auto; /* Center the section */
    
    }
    .styled-section2 {
    background: #F3F4F6; 
    padding: 50px 30px;
    max-width: 100%; /* Max width to keep content centered and readable */
    margin: 0 auto; /* Center the section */
    text-align: left; /* Center-align the text */
   
    }

   .styled-section2 h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0 20px 0;
   
      font-family: "Noto Sans", serif;
}


/* STYLISH PARAGRAPH */
.styled-section2 p {
    font-size: 18px;
    color: #444;
    line-height: 1.6;
   text-align:left;
    font-weight: 500;
     font-family: "Noto Sans", serif;
}


    .styled-section h3 {
        color: #343a40; /* Darker color for the heading */
    font-size: 24px; /* Larger font size for the heading */
    margin-bottom: 20px; /* Space below the heading */
    }

/* Responsive Adjustments */
@media (max-width: 768px) { /* Tablets & Small Screens */
    .styled-section2 {
        padding: 30px 15px;
    }

    .styled-section2 h2 {
        font-size: 20px;
    }

    .styled-section2 p {
        font-size: 13px;
    }
}

@media (max-width: 480px) { /* Small Mobiles */
    .styled-section2 {
        padding: 20px 10px;
    }

    .styled-section2 h2 {
        font-size: 18px;
    }

    .styled-section2 p {
        font-size: 13px;
    }
}
 .input{
  width: 80%;
  height: 100%;
  padding: 5px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  border: 2px solid;
  border-image: linear-gradient(to right, #06c, #f90) 1;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #ccc;
  transition: all 0.2s ease-in-out;
  margin-top:10px;margin-bottom:10px;
  margin:0 auto;
}



#upload-button:hover {
  background-image: linear-gradient(to left, #FF3D47, #DC1113);
}

#upload-button, .upload-button{
    
    display: inline-block;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform:uppercase;
  background-image: linear-gradient(45deg, #FC4B4B 50%, #283448 50%);
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  margin-bottom:25px;
    color:white;
    max-width:100%;
}

.upload-button:hover, #upload-button:hover {
  background-image: linear-gradient(145deg, #FC4B4B 50%, #283448 50%);
   border-radius: 12px;
   border:12px double #fff;
   color:white;
}
#uploadBtn{
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 12px 24px;
            border-radius: 8px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
            border: none;
            outline: none;
            font-size: 15px;
            gap: 8px;
        }

input[type="file"]::file-selector-button {
  display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 15px 4px;
            border-radius: 8px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.2s ease;
            border: none;
            outline: none;
            font-size: 16px;
            gap: 8px;
  width: 100%;
  background:#4F46E5;
  color:#fff;
  
  
}

input[type="file"]::file-selector-button:hover {
  background-color: #57DE79;
   color:#fff;
}


input[type=file]::file-selector-button:active {
  background-color: #4a41ad;
}

input[type=file]::file-selector-button:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #6c63ff;
}

input[type=file]::file-selector-button::before {
  content: "Select File";
}

input[type=file]::file-selector-button::before,
input[type=file]::file-selector-button::before {
  content: "\2193 Browse Files";
}


input[type="file"] {
  display: yes;
}


/* General Styling for Inputs */
input[type="text"], input[type="url"], #url-input {
    width: 100%; /* Default width for larger screens */
    padding: 10px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #1A8FE3;
    transition: all 0.3s ease-in-out;
    margin: 10px auto;
    display: block; /* Ensures the input is centered */
    outline: none;
    text-align: center;
}

/* Hover Effect */
input[type="text"]:hover, input[type="url"]:hover, #url-input:hover {
    border-color: #007BFF; /* Slightly darker blue on hover */
}

/* Focus Effect */
input[type="text"]:focus, input[type="url"]:focus, #url-input:focus {
    border-color: #0056b3; /* Even darker blue for focus */
    box-shadow: 0 0 8px rgba(26, 143, 227, 0.5);
}

/* Responsive Design */
@media (max-width: 1024px) { /* Tablets */
    input[type="text"], input[type="url"], #url-input {
        width: 70%;
    }
}

@media (max-width: 768px) { /* Small tablets & large mobiles */
    input[type="text"], input[type="url"], #url-input {
        width: 80%;
        font-size: 15px;
        height: 42px;
    }
}

@media (max-width: 480px) { /* Small mobiles */
    input[type="text"], input[type="url"], #url-input {
        width: 90%;
        font-size: 14px;
        height: 40px;
        padding: 8px;
    }
}

input[type="number"]{
  height: 45px;
  padding: 5px 15px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  background:#fff;
  border-radius: 5px;
  border:2px solid #ddd;
  transition: all 0.2s ease-in-out;
  margin:10px auto;
}
select {
  height: 45px;
  padding: 5px 15px; 
  font-size: 16px;
  margin-left:11px;
  background:#fff;
  border-radius: 7px;
  border:2px solid #ddd;
  transition: all 0.2s ease-in-out;
  margin:10px auto; 
}
textarea, #base64Input {
  width: 90%;
  height: 250px;
  padding: 10px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  background: snow;
  border-radius: 5px;
   border:1px solid #ddd;
  transition: all 0.2s ease-in-out;
  margin-top:10px;margin-bottom:15px;
  margin:10px auto;
}

textarea:hover {
  border-color: #06c;
  box-shadow: none;
}

textarea:focus {
  outline: none;
  border-color: #55555e;
  box-shadow: none;
}


#success-message{
    font-size:22px;
    color:green;
    font-weight:bold;
    margin:30px auto;
    
}
canvas, #image-container, .img, #img, image, .image, #image, #convertedImage, #preview-image, #image-canvas {
  border: 5px solid white;
  
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  
  width:40%;
  margin:20px auto;
  padding:15px;
  background:white;
}

#image-container img {
  max-width: 100%;
  }

pre, #result, output, #output, .output,#output-text, #speechOutput {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  padding: 0.2em 0.4em;
  border-radius: 5px;
  border:2px solid #ccc; 
  transition: all 0.2s ease-in-out;
  white-space: pre-wrap;
  text-align:left;
  width:90%;
  padding:15px;
  margin:20px auto;

}


input[type="range"] {
  -webkit-appearance: none;
  width: 80%;
  background: transparent;
  height: 10px;
  border-radius: 5px;
  outline: none;
  padding: 0;
  margin: 0;
  box-shadow: inset 0 0 5px #333;
  transition: box-shadow 0.2s;
  margin-top:10px;

}

input[type="range"]:focus {
  box-shadow: inset 0 0 5px #888;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #CA0505;
  cursor: pointer;
  transition: background 0.2s;
  margin-top:-5px;
}

input[type="range"]::-webkit-slider-thumb:hover {
  background: #3e8e41;
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 10px;
  background: #ddd;
  border-radius: 5px;
  border: none;
}

label {
  display: block; /* makes each label appear on a new line */
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px; /* adds a small gap below each label */
  color:#55555e;
  margin-top:11px;
}

/* Styling for input[type="color"] */
input[type="color"] {
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  outline: none; /* Remove default focus outline */
}

/* Style the color preview box */
input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
  border-radius: 4px;
  padding: 0;
}


.form-control {
    display: block;
    margin:0 auto;
    max-width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    input[type="file"] {
      margin-top: 20px;
    }

 #options-row {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px;
    }

    #orientation-options,
    #padding-options {
      margin: 10px;
    }

    #orientation-label,
    #padding-label {
      margin-right: 10px;
    }

    #progress-bar {
      width: 90%;
      margin: 20px auto;
      background-color: transparent;
      border-radius: 5px;
      overflow: hidden;
    }

    #progress-fill {
      height: 30px;
      background-color: #3F5EF9;
      text-align: center;
      line-height: 30px;
      color: white;
      width: 0;
      border-radius:50px;
    }

    #success-message {
      display: none;
      margin-top: 20px;
    }



  .page-container {
        position: relative;
        display: inline-block;
        margin: 10px;
        width:350px;
        background:white;
        padding:11px;
        border:2px solid #1A8FE3;
    }

.page{
 width:300px;   
    
}

#conversion-message {
  display: block;
  margin-top: 10px; /* Adjust spacing as needed */
  font-size: 16px; /* Adjust font size as needed */
  color: #333; /* Adjust text color as needed */
}

#conversion-progress {
  display: block;
  margin-top: 10px; /* Adjust spacing as needed */
  width: 100%; /* Make progress bar full width */
  height: 20px; /* Adjust height as needed */
  border-radius: 10px; /* Adjust border radius for rounded corners */
  background-color: #f0f0f0; /* Adjust background color of progress bar */
}

#conversion-progress::-webkit-progress-bar {
  background-color: #f0f0f0; /* Adjust background color of progress bar track */
  border-radius: 10px; /* Adjust border radius for rounded corners */
}

#conversion-progress::-webkit-progress-value {
  background-color: #3F5EF9; /* Adjust background color of progress bar fill */
  border-radius: 10px; /* Adjust border radius for rounded corners */
}

#conversion-progress::-moz-progress-bar {
  background-color: #3F5EF9;
  border-radius: 10px; 
}


#imgsec{
            padding:20px;
            max-width:100%;
            margin:11px auto;
            border:1px solid #3F5EF9;
            background:#fff;
            box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
            border-radius:12px;
            
        }

 #orientation, #padding{
        width:50%;
        
    }


 .upload-icon {
      display: block;
      margin: 25px auto;
      font-size: 50px;
      color: #007bff;
    }
   
   @keyframes moving-border {
  0% {
    border-color: red;
    outline-color: blue;
  }
  50% {
    border-color: blue;
    outline-color: #55DA71;
  }
  100% {
    border-color: #55DA71;
    outline-color: red;
  }
}

.drag-drop, #drag-drop-area, #dragDropArea, #uploadSection, #dragArea {
  border: 2px dashed #E5E7EB;  /* First border */
  
  
  padding: 50px 0;
  margin: 10px;
  cursor: pointer;
  border-radius: 8px;
  max-width: 100%;
  background: #F9FAFB;
 
}

    
     #fileNameDisplay, #fileName, #fileInfo{
          padding:20px;
          border:0px solid #ddd;
          border-radius:5px;
          background:#f5f5fa;
          color:navy;
          font-size:14px;
          font-weight:bold;
          margin:10px auto;
          max-width:100%;
      }
    #drag-drop-area:hover {
        border-color: #0056b3;
    }
  
  
  
          :root {
            --primary: #4f46e5;
            --primary-hover: #4338ca;
            --text: #111827;
            --text-light: #6b7280;
            --border: #e5e7eb;
            --bg-light: #f9fafb;
            --error: #ef4444;
            --success: #10b981;
        }
        
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        
       
        .containert {
            max-width: 94%;
            margin: 100px auto 50px auto;
            background: white;
            border-radius: 12px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            overflow: hidden;
            padding: 24px 5px 24px 5px;
        }
        
        /* Header */
        .header-t {
            padding: 24px;
            border-bottom: 1px solid var(--border);
            text-align: center;
        }
        
        .header-t h1 {
            font-size: 38px;
            margin-bottom: 12px;
            color: var(--primary);
            font-weight:bold;
        }
        
        .header-t p {
            color: var(--text-light);
            font-size: 15px;
        }
        
        /* Main Content */
        .main-content {
            display: flex;
            flex-direction: column;
            padding: 24px;
            
        }
        
        /* Upload Section */
        .upload-section {
            text-align: center;
            padding: 40px;
            border: 2px dashed var(--border);
            border-radius: 12px;
            background-color: var(--bg-light);
            transition: all 0.3s ease;
            margin-bottom: 24px;
        }
        
        .upload-section.active {
            border-color: var(--primary);
            background-color: rgba(79, 70, 229, 0.05);
        }
        
        .upload-icon {
            font-size: 48px;
            color: var(--primary);
            margin-bottom: 16px;
        }
        
        .upload-text {
            font-size: 18px;
            color: var(--text);
            margin-bottom: 8px;
        }
        
        .upload-hint {
            font-size: 14px;
            color: var(--text-light);
            margin-bottom: 20px;
        }
        
        
        
        /* File List */
        .file-list {
            display: none;
            margin-bottom: 24px;
            border: 1px solid var(--border);
            border-radius: 8px;
            overflow: hidden;
            animation: fadeIn 0.3s ease;
        }
        
        .file-list-header {
            display: flex;
            justify-content: space-between;
            padding: 12px 16px;
            background-color: var(--bg-light);
            border-bottom: 1px solid var(--border);
        }
        
        .file-list-title {
            font-weight: 600;
        }
        
        .file-list-items {
            max-height: 300px;
            overflow-y: auto;
        }
        
        .file-item {
            display: flex;
            align-items: center;
            padding: 12px 16px;
            border-bottom: 1px solid var(--border);
        }
        
        .file-item:last-child {
            border-bottom: none;
        }
        
        .file-icon {
            font-size: 24px;
            margin-right: 12px;
            color: var(--primary);
        }
        
        .file-item-info {
            flex: 1;
            min-width: 0;
        }
        
        .file-item-name {
            font-weight: 500;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        
        .file-item-size {
            font-size: 12px;
            color: var(--text-light);
        }
        
        .file-item-actions {
            display: flex;
            gap: 8px;
        }
        
        .file-item-btn {
            background: none;
            border: none;
            cursor: pointer;
            color: var(--text-light);
            transition: color 0.2s;
        }
        
        .file-item-btn:hover {
            color: var(--primary);
        }
        
        /* Options Section */
        .options-section {
            display: none;
            margin-bottom: 24px;
            animation: fadeIn 0.3s ease;
        }
        
        .options-title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 16px;
            color: var(--text);
        }
        
        .option-group {
            margin-bottom: 20px;
        }
        
        .option-label {
            display: block;
            font-weight: 500;
            margin-bottom: 8px;
            color: var(--text);
        }
        
        .radio-group {
            display: flex;
            gap: 24px;
            margin-bottom: 12px;
        }
        
        .radio-option {
            display: flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
        }
        
        .radio-option input {
            width: 16px;
            height: 16px;
            cursor: pointer;
        }
        
        /* Action Buttons */
        .action-buttons {
            display: none;
            justify-content: flex-end;
            gap: 12px;
            margin-top: 24px;
            animation: fadeIn 0.3s ease;
        }
        
        /* Loading indicator */
        .loading {
            display: none;
            margin: 20px 0;
            text-align: center;
            color: var(--primary);
        }
        
        .loading i {
            animation: spin 1s linear infinite;
        }
        
        /* Drag Overlay */
        .drag-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(99, 102, 241, 0.2);
            z-index: 1000;
            display: none;
            justify-content: center;
            align-items: center;
            pointer-events: none;
        }
        
        .drag-message {
            background-color: white;
            padding: 24px 48px;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            font-size: 18px;
            color: var(--primary);
            font-weight: 600;
        }
        
        /* Animations */
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .header h1 {
                font-size: 24px;
            }
            
            .upload-section {
                padding: 30px 20px;
            }
            
            .file-item {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .file-item-actions {
                margin-top: 8px;
                align-self: flex-end;
            }
        }