  .modenav {
    background-color: #3b0458;
  }
  .reflink {
    color: #fd7529 !important;
  }
  .language-home-textarea {
    position: relative;
    float: right;
    margin: 10px;
    margin-top: -45px;
    z-index: 9999;
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #fd833f;
    border-radius: 5px;
    outline: none;
  }
  .services-card .info {
    padding-top: 30px !important;
  }
  .text-center {
    text-align: center;
  }
  .bootbox-close-button {
    float: right;
    border: none;
    background-color:#fff;
    font-size:16px;
  }
  .paraphrase_sec {
    z-index: 1;
    border: 1.5px solid #2f0559;
    margin-bottom: 3%;
    padding: 0px !important;
  }
  .widget h4 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #ffffff;
  }
  .footerdesc a {
    color: #fd7529 !important;
  }
  .text_area > form {
    height: 300px;
    margin-bottom: 1px;
  } 
    #input-content::-webkit-scrollbar, #output-content::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 6px;
    }
    #input-content::-webkit-scrollbar-thumb, #output-content::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: #3B0458;
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }
    #input-content::-webkit-scrollbar, #output-content::-webkit-scrollbar {
        cursor:pointer;
    }
  #input-content, #output-content {
    width: 100%;
    resize: none;
    outline: none;
    border: 0;
    padding: 24px 24px 40px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.76);
    background: #FAFBFD;
    height: 290px;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    word-break: break-word;
    /*box-shadow: 0px 4px 17px -3px rgba(0, 0, 0, 0.25);*/
  }
  #output-content {
    height: 290px;
    margin-bottom: 10px;
  }
  /*.text_area_home textarea::-webkit-scrollbar,*/
  /*.text_area_home > div::-webkit-scrollbar {*/
  /*  width: 0px;*/
  /*}*/
  /*.text_area_home {*/
  /*  position: relative;*/
  /*  z-index: 1;*/
    /*margin-bottom: -6px;*/
  /*}*/
  
  .loader-counter h1 {
    text-align: center;
    margin-top: -45%;
    color: #fd7529;
    border: 5px dotted #fd7529;
    width: 30%;
    margin-left: 35%;
    padding: 50px;
    border-radius: 70%;
    padding-left: 6%; 
  }
  .paraphrase_sec div:nth-child(2) > div:nth-child(1) .text_area_home::after {
    content: "";
    background: #FAFBFD;
    position: absolute;
    top: 0;
    right: -30px;
    height: calc(100% - 0px);
    width: 30px;
    /*border-bottom: 3px solid #33065b;*/
  }
  .paraphrase_sec div:nth-child(2) > div:nth-child(1) .text_area_home::before {
    content: "";
    /*background: #33065b;*/
    position: absolute;
    top: 0;
    right: -15px;
    height: calc(100% - 0px);
    width: 1px;
    z-index: 1;
  }
  .paraphrase_sec > div:first-child,
  .paraphrase_sec > div:last-child {
    padding: 12px 24px;
    justify-content: space-between;
    /*min-height: 92px;*/
  }
  .paraphrase_sec > div:first-child {
      background: #2F0559;
  }
  .paraphrase_sec > div:last-child {
    background: #FAFBFD;
    margin-bottom: 10px;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
  }
  .paraphrase_sec > div:first-child span {
    font-weight: 800;
    font-size: 16px;
    line-height: 31px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  div.upload_file {
    max-width: 60px;
    width: 100%;
    padding-top: 96px;
    background: url(../images/text.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top 0px center;
    position: absolute;
    top: calc(50% - 42px);
    left: calc(35% - 45px);
    text-align: center;
    cursor:pointer;
  }
  div.upload_content {
    max-width: 60px;
    width: 100%;
    padding-top: 96px;
    background: url(../images/writing.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top 0px center;
    position: absolute;
    top: calc(50% - 45px);
    left: calc(25% - 45px);
    text-align: center;
    cursor:pointer;
  }
  div.upload_file > input[type="file"] {
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  /*.text_area div.upload_file > p {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.49);
  }*/
  .bxs-crown {
      color: #fd7529;
  }
  .cust_ul {
    list-style-type: none;
    margin-left: -40px !important;
    font-weight: 600;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: #33065B;
  }
  .cust_ul li {
    padding: 19px 15px;
    position: relative;
    cursor: pointer;
    margin-bottom: 0 !important;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 600;
    color:#fff;
  }
  .cust_ul li:hover {
    color: #FD7529;
  }
  .cust_ul li.active {
    padding: 20px 15px;
    color:#FD7529;
    border-bottom: 2px solid #FD7529;
  }
  .mt--5 {
      margin-top: -5px !important;
  }
  .modemain {
    background: #fd7529;
    color: #fff;
    border-bottom: 2px solid #fd7529;
    margin-left: -4px;
  }
  .border-grey {
      border:1px solid lightgrey !important;
  }
  .pull-right {
      float:right;
  }
  .checkingheading select {
    float: right;
  }
   .bottom_bar {
      Float: left;
      padding: 0px 20px 5px 5px;
      font-size: 20px;
   }
   #downloadText, #copyclipboard {
    border: 1px solid #FD7529;
    border-radius: 6px;
    background-color: transparent;
    padding: 5px 10px;
    cursor: pointer;
    margin-left: 5px;
    font-size: 15px;
    color: #FD7529;
    display: none;
  }
  #downloadText:hover, #copyclipboard:hover {
    background: #FD7529;
    color: #fff !important;
  }
  .diffins {
     text-decoration: none;
  }
  .countboxx {
    padding: 4.5px 5px;
    border: 1px solid #fd7529;
    border-radius: 5px;
    color: #fd7529;
    width:auto;
    text-align:center;
  }
  .alert-limit-exceed {
    color:red;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    float: left;
    display:none;
    margin-top: 10px;
  }
  .ptb-20 {
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .ptb-30 {
      padding-top: 30px;
      padding-bottom: 30px;
  }
  .c-right {
      float:right;
      margin-left: 10px;
  }
  .c-left {
      float:left;
      margin-right: 10px;
  }
   .common-btn.two {
        border: none !important;
        margin-top: 15px !important;
        width: auto !important;
        padding: 12px 14px !important;
        font-size:14px !important;
        text-align: center !important;
   }
   del {
       display:none;
   }
   .diffmod {
        color: #2F0559;
        font-weight:bold;
        text-decoration: none !important;
   }
   .premium-li {
       margin-top: -2px !important;
   }
   .features {
      padding-top: 10px !important;
   }
   .features-card img {
      width: 50px !important;
   }
   .icon-mini-img {
        width: 85px !important;
        text-align: center;
        text-align: center;
        padding: 15px;
        border-radius: 50%;
        height: 85px;
   }
   .icon-bg-purple {
        border: 2px dotted #F7934A;
        background: linear-gradient(30deg, #550289 13.39%, #b30857 50%, #550289 86.61%);
   }
   .icon-bg-gradient {
        border: 2px dotted #550289;
        background: linear-gradient(30deg, #FD6D6D 13.39%, #ED3389 50%, #D837BF 86.61%);
   }
   .icon-mini-img img {
       width: 90%;
       height: 100%;
   }
   .goog-te-spinner-animation, #goog-gt-tt {
       display:none !important;
   }
   .in-flexxx{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
   }
@media screen and (max-width:780px) {
      
      div.upload_file {
        top: calc(50% - 42px);
        left: calc(30% - 55px);
    }
      div.upload_content {
        top: calc(50% - 45px);
        left: calc(20% - 60px);
    }
      
      .wordscol {
        float: left;
        display: inline-block;
        width: 30%;
      }
      .resultcol {
        display: inline-block;
        float: right;
        width: 65%;
      }
      .alert-limit-exceed {
        font-size: 7px;
      }
      .premium-li {
          margin-top: 0px !important;
      }
      .details-image {
          margin-top: 20% !important;
      }
      .mobile-responsive-nav .container{
        max-width: 100% !important;
      }
      .banner-area .container-fluid{
        max-width: 97% !important;
      }
      .cust_ul{
        margin-left: 0 !important;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        gap: 2px;
        padding-top: 10px !important;
        padding-bottom: 0 !important;
        margin-bottom: 5px !important;
      }
      .cust_ul li{
        margin-right: 0 !important;
      }
      .banner-area{
        padding-top: 100px !important;
      }
      #input-content, #output-content{
        padding: 20px 5px !important;
        margin: 0;
        font-size: 15px;
      }
      .cust_ul li{
        font-size: 13px;
      }
}   
@media screen and (max-width:766px) {
  div.upload_file {
      top: calc(35% - 42px);
      left: calc(65% - 55px);
  }
  div.upload_content {
      top: calc(35% - 45px);
      left: calc(40% - 45px);
  }
}
@media screen and (max-width:430px) {
  .cust_ul{
    margin-left: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 5px !important;
    flex-wrap: wrap;
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    margin-bottom: 5px !important;
    font-size: 10px;
  }
  
  .banner-area{
    padding-top:100px;
  }
  #input-content, #output-content{
    padding: 20px 5px !important;
    margin: 0;
  }
  div.upload_content {
    top: calc(35% - 45px);
    left: calc(40% - 45px);
  }
  div.upload_file {
    top: calc(35% - 42px);
    left:calc(65% - 55px)
  }
  .modenav{
    width: 100% !important;
    padding: 0 !important;
  }
  
}
.common_sec h1{
  font-weight: 400 !important;
  margin-top: 20px;
}
.common_sec h2,.common_sec  h3,.common_sec h4,.common_sec h5,.common_sec h6{
font-weight: 300 !important;
}
.common_sec h2 b,.common_sec  h3 b,.common_sec h4 b,.common_sec h5 b,.common_sec h6 b{
  font-weight:normal !important;
  }
.services-card .info h3 span{
  font-size: unset !important;
  line-height: unset !important;
  font-family: unset !important;
}
.tool-area {
  padding: 25px;
  background-color: #fff;
  border-bottom: 1.5px solid #fd7529;
  border: 5px solid #f6f3f0;
}
#loadingimg {
  display: inline;
  margin-top: -60%;
  width: 150px;
  text-align: center;
  margin-left: 35%;
}
#loadingimg {
  display:none;
}
.reflink {
    color: #fd7529 !important;
}
.testimonials-box {
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
}
.owl-nav button {
  background: #ccc;
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
}
.owl-nav button:hover {
  background: #555;
  color: #fff;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  display: none;
}

.error-container {
  background-color: #ffdddd;
  border-left: 6px solid #f44336;
  padding: 10px;
  margin: 10px 0;
}

.error-message {
  color: #f44336;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.success-container {
  background-color: #3ac47d30;
  border-left: 6px solid #3ac47d;
  padding: 10px;
  margin: 10px 0;
}

.success-message {
  color: #3ac47d;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.text-gray{
  color: #fffefe;
  font-weight: 500;
  background: #000000;
  padding: 3px 10px;
  border-radius: 6px;
  border: 1px solid #000000;
  font-size: 14px;
}
.text-green{
  color: #fffefe;
  font-weight: 500;
  background: #4ac041;
  padding: 3px 10px;
  border-radius: 6px;
  border: 1px solid #4ac041;
  font-size: 14px;
}
.text-right{
  text-align: right;
}
body.noscroll {
  overflow: hidden;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay */
  backdrop-filter: blur(5px); /* Blur effect */
  z-index: 9998; /* Behind the popup */
  display: none;
}
.popup-component {
  width: 380px;
  max-width: 100%;
  border: 1px solid rgb(234, 234, 234);
  padding: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  box-sizing: border-box;
  z-index: 9999;
}

.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.popup-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

.close-button {
  background: none;
  border: none;
  font-size: 25px;
  margin-top: -45px;
  margin-right: 4px;
  color: #888;
  cursor: pointer;
  height: 10px;
}

.popup-body {
  font-size: 18px;
  color: #555;
  margin-bottom: 10px;
  padding: 10px 0px;
}

.popup-footer {
  display: flex;
  justify-content: center;
  border-top: 1px solid #eaeaea;
  padding-top: 8px;
}
.popup-footer .btn{
  padding: 5px 10px;
  color: #ffffff;
  background: linear-gradient(180deg, #3b0458 0%, #5C0DC1 100%);
}
.btn_url{
  text-decoration: underline;
  color: #3b0458;
}


.tooltip-btn {
  position: relative;
  display: inline-block;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.tooltip-text {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, transform 0.2s;
}

.tooltip-btn:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}
