/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/converters/word-to-html/word-to-html.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
/* Word to HTML Converter Styles */

.word-to-html_wordToHtmlPage__VGgKZ {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.word-to-html_wordToHtmlMain__YbRSD {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.word-to-html_convertersMainContent__24fNd {
  max-width: 740px;
  margin: 0 auto;
  justify-content: center;
  padding: 0;
}

.word-to-html_title__C9nI3 {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.word-to-html_subtitle__jBBLU {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.word-to-html_converterSection__uN1kK {
  padding: 20px 10px;
  margin: 0 auto 50px auto;
}

.word-to-html_converterSection__uN1kK h3 {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.word-to-html_selectBtn__7i5lq {
  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__7i5lq:hover {
  background: #2563eb;
}

.word-to-html_uploadArea__P47O3 {
  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__P47O3 p {
  font-size: 16px;
  color: #6b7280;
  margin: 20px 0;
  line-height: 1.5;
}

.word-to-html_uploadArea__P47O3:hover {
  border-color: #3b82f6;
  background: #eff6ff;
}

.word-to-html_uploadArea__P47O3.word-to-html_dragActive__HAP5_ {
  border-color: #3b82f6;
  background: #eff6ff;
  transform: scale(1.02);
}

.word-to-html_uploadIcon__eW1Fy {
  font-size: 40px;
  color: #2b579a;
  margin-bottom: 60px;
}

.word-to-html_fileInput__Ypvs7 {
  display: none;
}

.word-to-html_convertBtn__n_9Ki {
  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__n_9Ki:hover:not(:disabled) {
  background: #2563eb;
}

.word-to-html_convertBtn__n_9Ki:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

.word-to-html_successMessage__pC4LT {
  background: #f0f9ff;
  border: 2px solid #0ea5e9;
  border-radius: 9px;
  padding: 24px;
  text-align: center;
  margin-top: 24px;
}

.word-to-html_successMessage__pC4LT i {
  font-size: 48px;
  color: #0ea5e9;
  margin-bottom: 16px;
}

.word-to-html_successMessage__pC4LT h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0c4a6e;
  margin-bottom: 8px;
}

.word-to-html_successMessage__pC4LT p {
  color: #0369a1;
  margin-bottom: 20px;
}

.word-to-html_downloadBtn__5eI0X {
  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__5eI0X:hover {
  background: #047857;
}

.word-to-html_fileSelected__CrG4w {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #363636;
}

.word-to-html_fileIcon__8qjO0 {
  font-size: 48px;
  margin-bottom: 8px;
}

.word-to-html_fileName__tiK_S {
  font-weight: 600;
  font-size: 16px;
}

.word-to-html_fileSize__CJmPM {
  font-size: 14px;
  color: #6b7280;
}

.word-to-html_converting__QXE_5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  background: #f3f4f6;
  border-radius: 8px;
  margin-top: 20px;
}

.word-to-html_converting__QXE_5 i {
  color: #3b82f6;
}

.word-to-html_converting__QXE_5 span {
  color: #374151;
  font-weight: 500;
}

.word-to-html_converterContainer__8cXrj {
  padding: 32px;
}

.word-to-html_downloadButton__P37wI:hover {
  background: #2f855a;
}


.word-to-html_stepByStep__6aIbU {
  padding: 20px 10px;
  margin-bottom: 60px;
}

.word-to-html_stepByStep__6aIbU h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}

.word-to-html_step__F0w3d {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.word-to-html_stepNumber__O_a5F {
  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__F0w3d p {
  color: #363636;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px 0;
}

.word-to-html_aboutSection__OHQES {
  background: white;
  margin: 0 0 90px 0;
  padding: 20px 10px;
}

.word-to-html_aboutSection__OHQES h2 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 30px;
  text-align: center;
}

.word-to-html_toolDescription__BDSny .word-to-html_description__yq2HW {
  font-size: 18px;
  color: #363636;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 30px;
}

.word-to-html_toolDescription__BDSny .word-to-html_aboutText__JfU4d {
  color: #363636;
  line-height: 30px;
}



@media (max-width: 768px) {
 
  .word-to-html_wordToHtmlMain__YbRSD {
  max-width: 96%
}

}



