.output-list h2 {
            font-size: 20px;
            margin-bottom: 2px;
            color: #1c1818;
            font-weight: 400;
        }
        .output-list h1{
          font-size: 30px;
            margin: 2px;
            color: #1c1818;
            font-weight: 900;
            text-align: center;
        }
        .output-list p{
           font-size: 18px;
            margin: 0px;
            color: #1c1818;
            font-weight: 400;
            text-align: center;
        }
        .input-container {
            position: sticky;
            top: 0;
            z-index: 9;
            padding: 5px;
            margin-top: 10px;
            background-color: #c4c6c6a7;
            border-radius: 9999px;
        }

        .input-container input {
            width: 100%;
            padding: 12px 40px 12px 16px;
            font-size: 18px;
            border: 1px solid #dadce0;
            border-radius: 9999px;
            outline: none;
            transition: box-shadow 0.2s ease;
            box-sizing: border-box;
        }

        .input-container input:focus {
            border-color: #000000;
            box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.2);
            border: 2px solid black;
        }

        .clear-btn {
            position: absolute;
            right: 12px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 20px;
            color: #888;
            cursor: pointer;
            user-select: none;
            display: none;
        }

        .clear-btn:hover {
            color: #d93025;
        }

        .output-list {
            display: flex;
            flex-direction: column;
            gap: 9px;
            max-width: 800px;
            margin: 0 auto;
        }

        .output-box {
            background: #fff;
            padding: 8px 12px;
            border-radius: 12px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

        .text-content {
            flex-grow: 1;
            margin-right: 15px;
            display: flex;
            flex-direction: column;
        }

        .output-text {
            font-size: 21px;
            margin-bottom: 4px;
            color: #111;
            word-break: break-word;
        }

        .output-box:hover {
            background-color: #e5f2f8;
        }

        .style-name {
            font-size: 12px;
            color: #777;
        }

        .copy-btn {
            background-color: #007bff;
            color: white;
            border: none;
            padding: 10px 16px;
            font-size: 14px;
            border-radius: 6px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .copy-btn:hover {
            background-color: #0056b3;
        }

        .notification {
            position: fixed;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #222;
            color: #fff;
            padding: 12px 24px;
            border-radius: 8px;
            font-size: 15px;
            display: none;
            z-index: 999;
        }

       

  
    
        /* Mobile responsive for content */
        @media (max-width: 600px) {
            .output-box {
                flex-direction: row;
                align-items: center;
            }

            .copy-btn {
                margin-left: auto;
                margin-top: 0;
            }

            .text-content {
                flex: 1;
                margin-right: 15px;
            }

            .output-text {
                font-size: 20px;
            }
        }
    

     

 
  


  

   
 
  





.stepfonts-steps-container {
  max-width: 1100px;
  margin: 40px auto;
  padding: 20px;
}

.stepfonts-steps-container h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 60px;
  color: #232b38;
}

.stepfonts-steps {
  display: flex;
  flex-direction: column;
  gap: 70px;
  position: relative;
}

.stepfonts-step {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  min-height: 180px;
}

.stepfonts-step.reverse {
  flex-direction: row-reverse;
}

.stepfonts-step-img {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
}

.stepfonts-step-img img {
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(44, 62, 80, 0.10);
  background: #fff;
}

.stepfonts-step-content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 20px;
  max-width: 400px;
}

.stepfonts-step-content h3 {
  margin: 0 0 16px 0;
  font-size: 1.2rem;
  color: #232b38;
  font-weight: 600;
}

.stepfonts-step-content p {
  color: #4a6375;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.stepfonts-step-center {
  position: relative;
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.stepfonts-step-number {
  background: #4f8cff;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 0;
  box-shadow: 0 2px 8px rgba(79,140,255,0.10);
  border: 3px solid #fff;
  z-index: 2;
}

.stepfonts-step-line {
  width: 2px;
  flex: 1;
  min-height: 100px;
  background: repeating-linear-gradient(
    to bottom,
    #d1dbe7,
    #d1dbe7 8px,
    transparent 8px,
    transparent 18px
  );
  margin: 0 auto;
  margin-top: 8px;
}

.stepfonts-step:last-child .stepfonts-step-line {
  display: none;
}
.stepfonts{
  text-align: center;
  color: #4a6375;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 5px;
}
/* Responsive styles */
@media (max-width: 900px) {
  .stepfonts-step,
  .stepfonts-step.reverse {
    flex-direction: column !important;
    align-items: center;
    min-height: 0;
    gap: 0;
  }
  .stepfonts-step-img {
    order: 1;
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
    justify-content: center;
  }
  .stepfonts-step-center {
    order: 2;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
  }
  .stepfonts-step-content {
    order: 3;
    padding: 0 0 0 0;
    max-width: 95vw;
    align-items: center;
    text-align: center;
  }
  .stepfonts-step-number {
    margin: 0 0 0 0;
  }
  .stepfonts-step-line {
    display: none;
  }
}


 
  .features-heading {
    text-align: center;
    font-size: 2rem;
    margin-top: 2rem;
  }

  .features-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 2rem;
    text-align: center;
    background-color: #eaf0f000;
    margin-top: 10px;
  }

  .feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    background-color: #e6eaec;
    border-radius: 1rem;
  }

  .feature-box:hover {
    background-color: #dadcdf;
  }

  .feature-box svg {
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
    fill: #4f8cff;
    display: block;
  }

  .feature-text {
    font-size: 1rem;
    color: #333;
  }

  .feature-text strong {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
  }


   

    .containerusestext {
      max-width: 1200px;
      margin: 0 auto;
      padding: 10px;
    }

    .containerusestext h2 {
      text-align: center;
      font-size: 2rem;
      color: #222;
      margin-bottom: 40px;
    }

    .cards {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
      margin:5px;
    }

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
}

/* Hover effect */
.card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
    .usestext {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      max-width: 350px;
      width: 100%;
      display: flex;
      flex-direction: column;
    }

    .usestext img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .usestext .content {
      padding: 15px;
    }

    .usestext h3 {
      margin-top: 0;
      font-size: 1.2rem;
      color: #333;
    }

    .usestext p {
      font-size: 0.95rem;
      color: #555;
      line-height: 1.5;
    }

    @media (max-width: 768px) {
      .usestext {
        max-width: 100%;
      }
    }
  

  
   
    .fontfaq {
      max-width: 900px;
      margin: 0 auto;
      padding: 40px;
      border-radius: 15px;
    }

   

    .fontfaq h2 {
      font-size: 22px;
      color:rgb(9, 9, 10);
      margin-top: 35px;
      margin-bottom: 10px;
      transition: color 0.3s ease;
    }

    .fontfaq h2:hover {
      color: #0056b3;
    }

    .fontfaq p {
      font-size: 16.5px;
      line-height: 1.7;
      margin-bottom: 25px;
      color: #555;
    }

    .fontfaq p strong {
      color: #222;
    }

    @media (max-width: 600px) {
      .fontfaq {
        padding: 25px 20px;
      }

  
      .fontfaq h2 {
        font-size: 20px;
      }

      .fontfaq p {
        font-size: 15.5px;
      }
    }

  .abouttext {

  padding: 2rem;
  border-radius: 16px;
  max-width: 800px;
  margin: 0px auto;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
}

.abouttext h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #222;
  text-align: center;
}

.abouttext p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

  




