/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./app/converter/word-em-html/word-to-html.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
/* Word to HTML Converter Styles */

.word-to-html_wordToHtmlPage__CBIdM {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.word-to-html_wordToHtmlMain__S8zHA {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.word-to-html_convertersMainContent__ZbBoU {
  max-width: 740px;
  margin: 0 auto;
  justify-content: center;
  padding: 0;
}

.word-to-html_title__Elc14 {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.word-to-html_subtitle__J35Uy {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.word-to-html_converterSection__Jq9w3 {
  padding: 20px 10px;
  margin: 0 auto 50px auto;
}

.word-to-html_converterSection__Jq9w3 h3 {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.word-to-html_selectBtn__4Nqx9 {
  background: #3b82f6;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.word-to-html_selectBtn__4Nqx9:hover {
  background: #2563eb;
}

.word-to-html_uploadArea__wJCjh {
  max-width: 660px;
  min-width: 360px;
  height: 360px;
  border: 1px dashed #696969;
  border-radius: 3px;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9fafb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.word-to-html_uploadArea__wJCjh p {
  font-size: 16px;
  color: #6b7280;
  margin: 20px 0;
  line-height: 1.5;
}

.word-to-html_uploadArea__wJCjh:hover {
  border-color: #3b82f6;
  background: #eff6ff;
}

.word-to-html_uploadArea__wJCjh.word-to-html_dragActive__cRKp1 {
  border-color: #3b82f6;
  background: #eff6ff;
  transform: scale(1.02);
}

.word-to-html_uploadIcon__uuDZU {
  font-size: 40px;
  color: #2b579a;
  margin-bottom: 60px;
}

.word-to-html_fileInput__VVxtm {
  display: none;
}

.word-to-html_convertBtn__COzxV {
  width: 100%;
  background: #3b82f6;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.word-to-html_convertBtn__COzxV:hover:not(:disabled) {
  background: #2563eb;
}

.word-to-html_convertBtn__COzxV:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

.word-to-html_successMessage___OrjN {
  background: #f0f9ff;
  border: 2px solid #0ea5e9;
  border-radius: 9px;
  padding: 24px;
  text-align: center;
  margin-top: 24px;
}

.word-to-html_successMessage___OrjN i {
  font-size: 48px;
  color: #0ea5e9;
  margin-bottom: 16px;
}

.word-to-html_successMessage___OrjN h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0c4a6e;
  margin-bottom: 8px;
}

.word-to-html_successMessage___OrjN p {
  color: #0369a1;
  margin-bottom: 20px;
}

.word-to-html_downloadBtn__brFsg {
  background: #059669;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.word-to-html_downloadBtn__brFsg:hover {
  background: #047857;
}

.word-to-html_fileSelected__zgIR8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #363636;
}

.word-to-html_fileIcon__fXuCD {
  font-size: 48px;
  margin-bottom: 8px;
}

.word-to-html_fileName__z5j1R {
  font-weight: 600;
  font-size: 16px;
}

.word-to-html_fileSize__Wf6Pl {
  font-size: 14px;
  color: #6b7280;
}

.word-to-html_converting__UTTlO {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  background: #f3f4f6;
  border-radius: 8px;
  margin-top: 20px;
}

.word-to-html_converting__UTTlO i {
  color: #3b82f6;
}

.word-to-html_converting__UTTlO span {
  color: #374151;
  font-weight: 500;
}

.word-to-html_converterContainer__AiaS7 {
  padding: 32px;
}

.word-to-html_downloadButton__VOPiE:hover {
  background: #2f855a;
}


.word-to-html_stepByStep__BGcdC {
  padding: 20px 10px;
  margin-bottom: 60px;
}

.word-to-html_stepByStep__BGcdC h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}

.word-to-html_step__s8l3w {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.word-to-html_stepNumber__ZXfdP {
  width: 40px;
  height: 40px;
  background: #0b69ff;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
}

.word-to-html_step__s8l3w p {
  color: #363636;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px 0;
}

.word-to-html_aboutSection__VJQfA {
  background: white;
  margin: 0 0 90px 0;
  padding: 20px 10px;
}

.word-to-html_aboutSection__VJQfA h2 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 30px;
  text-align: center;
}

.word-to-html_toolDescription__sJn7l .word-to-html_description__N9aCB {
  font-size: 18px;
  color: #363636;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 30px;
}

.word-to-html_toolDescription__sJn7l .word-to-html_aboutText__2AwaT {
  color: #363636;
  line-height: 30px;
}



@media (max-width: 768px) {
 
  .word-to-html_wordToHtmlMain__S8zHA {
  max-width: 96%
}

}



