/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/html-to-text/html-to-text.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
/* HTML to Text Converter Styles */

.html-to-text_htmlToTextPage__w3wEA {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #ffffff;
  padding: 90px 0 0 0;
}

.html-to-text_htmlToTextMain__gVBdm {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.html-to-text_convertersMainContent__Mcn8s {
  flex: 1 1;
  min-width: 0;
  margin: 0 auto;
  justify-content: center;
  max-width: 740px;
  padding: 20px;
}

.html-to-text_title__QqWJK {
  font-size: 22px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.html-to-text_subtitle__RNl7B {
  font-size: 18px;
  color: #363636;
  margin-bottom: 40px;
  text-align: center;
  line-height: 28px;
}

.html-to-text_warningMessage__FLrH6 {
  background: #fef3cd;
  border: 2px solid #f59e0b;
  border-radius: 9px;
  padding: 20px;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.html-to-text_warningMessage__FLrH6 i {
  color: #d97706;
  font-size: 20px;
  margin-top: 2px;
  flex-shrink: 0;
}

.html-to-text_warningMessage__FLrH6 div {
  flex: 1 1;
}

.html-to-text_warningMessage__FLrH6 strong {
  color: #92400e;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

.html-to-text_warningMessage__FLrH6 p {
  color: #92400e;
  margin: 0;
  line-height: 1.5;
}

.html-to-text_converterSection__k6Hg7 {
  padding: 20px 10px;
  margin-bottom: 20px;
}

.html-to-text_inputMethods__GSVBZ {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 10px;
}

.html-to-text_uploadMethod__3QkJj h3,
.html-to-text_textareaMethod__BRNbZ h3,
.html-to-text_urlMethod__dQIs0 h3 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.html-to-text_uploadArea__ZkZFc {
  max-width: 660px;
  min-width: 360px;
  height: 360px;
  border: 1px dashed #696969;
  border-radius: 3px;
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9fafb;
  box-sizing: border-box;
}

.html-to-text_uploadArea__ZkZFc:hover {
  border-color: #3b82f6;
  background: #eff6ff;
}

.html-to-text_uploadIcon__43vRt {
  font-size: 45px;
  color: #fd7e14;
  width: 45px;
  height: 45px;
  margin: 0 auto 50px auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.html-to-text_uploadIcon__43vRt i {
  font-size: 36px;
}

.html-to-text_uploadArea__ZkZFc h4 {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
}

.html-to-text_uploadArea__ZkZFc p {
  color: #363636;
  font-size: 14px;
}

.html-to-text_htmlTextarea__K__FU {
  max-width: 660px;
  min-width: 100%;
  height: 360px;
  border: 1px dashed #696969;
  border-radius: 3px;
  margin: 0 auto 10px auto;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9fafb;
  box-sizing: border-box;
}

.html-to-text_htmlTextarea__K__FU:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* URL Method Styles */
.html-to-text_urlMethod__dQIs0 {
  max-width: 660px;
  margin: 0 auto;
}

.html-to-text_urlWarning__Dn14j {
  background: #fef3cd;
  border: 1px solid #f59e0b;
  border-radius: 3px;
  padding: 12px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.html-to-text_urlWarning__Dn14j i {
  color: #d97706;
  font-size: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

.html-to-text_urlWarning__Dn14j p {
  color: #92400e;
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}

.html-to-text_urlInputContainer__BD5Lb {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.html-to-text_urlInput__gRmfR {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #696969;
  border-radius: 3px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.html-to-text_urlInput__gRmfR:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.html-to-text_urlInput__gRmfR:disabled {
  background: #f3f4f6;
  cursor: not-allowed;
}

.html-to-text_convertBtn__wEA9x {
  width: 100%;
  background: #3b82f6;
  color: white;
  border: none;
  padding: 9px 15px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.html-to-text_convertBtn__wEA9x:hover:not(:disabled) {
  background: #2563eb;
}

.html-to-text_convertBtn__wEA9x:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

.html-to-text_successMessage__7OV1h {
  background: #f0f9ff;
  border: 2px solid #0ea5e9;
  border-radius: 3px;
  padding: 24px;
  text-align: center;
  margin-top: 24px;
}

.html-to-text_successMessage__7OV1h i {
  font-size: 48px;
  color: #0ea5e9;
  margin-bottom: 16px;
}

.html-to-text_successMessage__7OV1h h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0c4a6e;
  margin-bottom: 8px;
}

.html-to-text_successMessage__7OV1h p {
  color: #0369a1;
  margin-bottom: 20px;
}

.html-to-text_downloadBtn__xceQj {
  background: #059669;
  color: white;
  border: none;
  padding: 9px 15px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.html-to-text_downloadBtn__xceQj:hover {
  background: #047857;
}

.html-to-text_stepByStep__GohtS {
  padding: 20px 10px;
  margin-bottom: 60px;
}

.html-to-text_stepByStep__GohtS h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}

.html-to-text_step__zgmlc {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.html-to-text_stepNumber__8eTY9 {
  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;
}

.html-to-text_step__zgmlc p {
  color: #363636;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px 0;
}

.html-to-text_aboutSection___gBQR {
  background: white;
  margin: 0 0 90px 0;
  padding: 20px 10px;
}

.html-to-text_aboutSection___gBQR h2 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 30px;
  text-align: center;
}

.html-to-text_toolDescription__c6r7h .html-to-text_description__sNOqJ {
  font-size: 18px;
  color: #363636;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 30px;
}

.html-to-text_toolDescription__c6r7h .html-to-text_aboutText__dxldp {
  color: #363636;
  line-height: 30px;
}

/* Example Section Styles */
.html-to-text_exampleSection__JURNF {
  padding: 20px 10px;
  margin-bottom: 40px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.html-to-text_exampleSection__JURNF h3 {
  font-size: 20px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
}

.html-to-text_exampleCode__nTdf6 {
  display: flex;
  justify-content: center;
}

.html-to-text_useExampleBtn__pxDqj {
  background: #10b981;
  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;
  gap: 8px;
}

.html-to-text_useExampleBtn__pxDqj:hover {
  background: #059669;
}

.html-to-text_useExampleBtn__pxDqj i {
  font-size: 14px;
}


@media (max-width: 768px) {
  
}



