/* Banner Sec */
.bannerToolSec{
  background: linear-gradient(90deg, #063E41 2.34%, #018751 100%);
  padding: 114px 0 52px;
}
.bannerToolSec .headTitle{
  font-size: 34px;
  font-weight: 700;
  line-height: 39px;
  text-align: center;
  margin-bottom:10px;
  color:#fff;
}

.errorMsgDes {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: -0.008em;
  color: #df4d4d;
  position: relative;
  margin-top: 8px;
  padding-left: 28px;
  display: none;
}


.errorMsgDes::before {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  left: 0;
  top: 0;
  background: url(../../assets/images/error-sign-new.png);
  background-repeat: no-repeat;
}
.bannerToolSec .headDesc{
 
  font-size: var(--text-font);
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  max-width:756px;
  color:#fff;
  margin:0 auto;
}
.bannerWrap{
  max-width:1163px;
  margin: 50px auto 0;
  display:flex;
  column-gap:16px;
}
.formBodyWrap{
  padding:26px;
  background: radial-gradient(87.27% 138.42% at 7.02% 9.92%, rgba(255, 255, 255, 0.95) 0%, #E8FFF5 42.25%, #FFFFFF 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  box-shadow: 0px 0px 11.8px 0px #32323245;
  backdrop-filter: blur(50.599998474121094px);
  max-width:805px;
  width:100%;
  border-radius:14px;
}
.trySamples,
.samplesTextwrap{
  display:flex;
  align-items:center;
  column-gap:24px;
}
.samplesTextwrap{
  margin-bottom:20px;
}
.samplesTextwrap strong{
  font-size: var(--text-font);
  font-weight: 600;
  line-height: 16.94px;
  text-align: center;
  color:var(--secondary-color)
}
.trySamples button{
  background:transparent;
  border:none;
  outline:none;
  padding: 0;
  font-size: var(--text-font);
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  display:flex;
  align-items:center;
  column-gap:6px;
  padding:0  10px;
  position: relative;
  z-index: 1;
}
.trySamples button:hover{
  color:var(--bg-cta);
}
.trySamples button:hover img{
  filter: brightness(0) saturate(100%) invert(33%) sepia(22%) saturate(2567%) hue-rotate(123deg) brightness(94%) contrast(94%);
}
#description{
  width: 100%;
  resize: none;
  max-width:753px;
  height:384px;
  border: 1px solid #B3D5D7;
  border-radius:6px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  outline: none;
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  background: transparent;
}
#description::placeholder{
  color:var(--placholder);
}
#description:hover{
border-color:var(--border-hover)
}
#description.invalid{
  border-color: #F5222D
}
.errorMsg{
  color: #E20707;
  font-size: 13px;
  font-weight: 400;
  line-height: 16.44px;
  position: relative;
  padding: 5px 0 2px;
  display: none;
}
#description.invalid~.errorMsg{
  display: block;
}
.errorMsg::before {
  content: '';
  background: url(../images/authImg/error-icon.svg);
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 2px;
}
.inputInfoWrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.inputInfoWrap p{
  font-size: 13px;
  font-weight: 400;
  line-height: 15.73px;
  text-align: left;
  color: #738E87;
}
.uploadBtn{
  background-color: transparent;
  color:#087657;
  position: relative;
  border: none;
  outline:none;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  display: flex;
  gap: 7px;
  z-index: 1;
  padding: 0 10px;
  cursor: pointer;
}
.uploadBtn::before{
  content: '';
  background: url(../images/uploadIcon.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
}
#file-id{
  display: none;
}
.trySamples button:hover:after,
.uploadBtn:hover::after{
  content: '';
  background: #E1F8F0;
  height: 33px;
  width: 100%;
  position: absolute;
  z-index: -1;
  border-radius: 4px;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
}
.resultWrap{
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  border-radius: 14px;
  flex-direction: column;
  max-width: 342px;
  width:100%;
}
.resultBody{
  padding: 60px 22px 30px ;
}
.aipercent{
  color: #12121259;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  display: block;
}
.statusDesc span,
.statusDesc{
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: center;
  margin-top: 10px;
}
.progressWrap{
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}
.progressBar{
 
  border-radius: 100px;
  width: 100%;
  height: 6px;
  display: inline-block;
  position: absolute;
  bottom: 4px;
}
.progressBar.error{
  background-color: #B71E25;
}
.progressBar.success{
  background-color: #087657;
}
.progressWrap::after{
  content: '';
  width: 100%;
  height: 6px;
  border-radius:100px;
  background-color: #EAEEEA;
  display: inline-block;
}
.aiStatus p{
  position: relative;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  padding: 10px 16px;
  background-color: #F1F4F1;
  border-radius: 4px;
  color: var(--secondary-color);
}
.aiStatus p.aiGenrated{
  background-color: #F5EBEC;
  color:#B71E25;
}
.aiStatus p.humanWrittenDetect{
   background: #e5ffe7;
   color: rgb(8, 118, 87);
}
.aiStatus p.aiGenrated::before,
.aiStatus p::before{
  content:'';
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: var(--secondary-color);
  display: inline-block;
  margin-right: 8px;
}
.aiStatus p.humanWrittenDetect::before{
  background-color: rgb(8, 118, 87);
}
.aiStatus p.aiGenrated::before{
background-color: #B71E25;
}

.aiStatus p + p {
  margin-top: 8px;
}
.disclaimer{
  background-color: #E5FFE7;
  border-radius: 0 0 14px 14px;
  padding: 20px 22px;
}
.disclaimer p{
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  color: #57756F;
}
.disclaimer p strong{
  font-weight: 600;
}
.textContent p:nth-of-type(2) {
  font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    color: var(--text-color);
    padding: 4px 0px 0px 0px;
    text-align: start !important;
}

.genrateBtn{
  display: flex;
  height: 35px;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-cta);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  border: 1px solid #087657;
  outline: none;
  border-radius: 5px;
}
.genrateBtn[disabled]{
  pointer-events: none;
}
.genrateBtn:hover{
  background: #076449;
  border-color: #076449;
}
#processingBtn{
  display: none;
}
.genrateBtn.download-btn{
  background: transparent;
  color: var(--green);
  margin-top: 8px;
  position: relative;
}
.genrateBtn.download-btn:hover{
  background-color: #F1F9F6;
  border: 1px solid rgba(179, 223, 211, 1);
}
/* .genrateBtn.download-btn::before{
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../images/download.svg);
  margin-right: 8px;
} */

.generateBtntxt.DownloadIcon::before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../images/download.svg);
  margin-right: 8px;
  position: relative;
  top: 2px;
}


.genBtnWrap{
  margin-top: 42px;
}
/* end */
.landingsecGpt {
  padding-top: 100px;
}

.advanceAI {
  display: flex;
  justify-content: space-between;
}

.aiChecker {
  max-width: 616px;
  text-align: start;
  margin-top: 55px;
}

.aiChecker h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 31.47px;
  color: var(--secondary-color);
}
.fearturesHeading {
  text-align: center;
  margin: auto;
  max-width: 455px;
}
.fearturesHeading h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  color: var(--secondary-color);
}
.fearturesP {
  text-align: center;
  padding-top: 10px;
}
.featuresType {
  max-width: 310px;
}

.aiChecker p {
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  color: var(--text-color);
}
.featuresContainer {
  padding: 80px 0px;
  margin-top: 100px;
}

.featuresContainer p {
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  color: var(--text-color);
  padding: 4px 0px 0px 0px;
}

.aienhanceContainer p {
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  color: var(--text-color);
  padding: 4px 0px 0px 0px;
  text-align: center;
}
.aienhanceContainer h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  max-width: 455px;
  margin: auto;
}
.aiChecker p:first-of-type {
  padding-top: 34px;
}

.aiChecker p:nth-of-type(2) {
  padding-top: 16px;
}
.spanEl {
  font-weight: 700;
  background: linear-gradient(0deg, #063e41 -26.47%, #018751 76.47%);
  background-clip: text; /* Clips the background to the text */
  -webkit-text-fill-color: transparent; /* Makes the text itself transparent */
}

.aifeaturesSec {
  background: #fafffd;
}

.featuresTypes {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 120px;
  justify-content: center;
  row-gap: 60px;
}

.featuresTypes h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: var(--secondary-color);
  padding-top: 26px;
}
.btnsSec {
  padding-top: 40px;

  margin: auto;
}
.accordion-header p:hover {
  color: #087657;
}

.mainText {
  text-align: center;
  font-size: 26px;
  color: #121212;
  font-weight: 700;
}
.detectaiSec {
  padding: 120px 0px;
}
.aienhanceSec {
  padding-top: 120px;
}

/* button styles */

.styleBtn {
  display: flex;
  align-items: center;
  gap: 7px;
  background: var(--bg-cta);
  padding: 9px 17px;
  border-radius: 3px;
}
.styleBtn p {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}

.styleBtnSecond {
  display: flex;
  align-items: center;
  gap: 7px;
  background: #F3FCF8;
  padding: 9px 17px;
  border-radius: 3px;
  transition: box-shadow 0.3s ease;
}

.styleBtnSecond p {
  color: var(--secondary-color);
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  white-space: pre;
}

.btN {
  border: none;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 15px;
  border-radius: 3px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
}

.styleBtnSecond:hover {
  box-shadow: 0 0 0 1px #08765785;
}

.styleBtnSecond:hover p {
  color: #087657; /* New color for the text on hover */
}

.styleBtnSecond svg path {
  fill: var(--secondary-color); /* Default fill color */
  transition: fill 0.3s ease; /* Smooth transition */
}

.styleBtnSecond:hover svg path {
  fill: #087657; /* Hover fill color */
}

.styleBtnSecond.active {
  background: #087657;
}

.styleBtnSecond.active p {
  color: #ffffff;

}

.styleBtnSecond.active svg path {
  fill: #ffffff;
}

.btnbasedContent {


  margin: auto;
  padding-top: 24px;
}
.textContent {
  padding: 76px 40px 54px;
}

.textContentContainer {
  background: #fafffd;
}

.textContent p:first-of-type {
  font-weight: 600;
  color: var(--secondary-color);
  font-size: 18px;
  line-height: 26px;
  text-align: start;
}
.content {
  display: none; /* Initially hidden */
  opacity: 0; /* Start with no opacity */
  transition: opacity 1s ease; /* Transition for smooth fading */
  display: flex; /* Retain the flex display style */
}

/* When the 'visible' class is added, make the content visible */
.content.visible {
  display: flex; /* Ensure the content is shown */
  opacity: 1; /* Fade in the content */
}

/* accordian section */

.accordianSec {
  background: #fafffd;
  padding: 80px 0px;
  margin-top: 120px;
}

.accordianContainer h2 {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: var(--secondary-color);
}
.accordion {
  display: flex;

  padding-top: 50px;
  justify-content: space-between;
}
.accordion-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: var(--secondary-color);
  padding: 28px 0px 18px 10px;
  max-width: 570px;
}

.accordion-item {
  width: 100%;
}
.accordion-content {
  max-width: 100%;
}
.accordion-left {
  min-width: 570px;
}

.accordion-right {
  min-width: 570px;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 18px 12px 28px 10px;
}

.accordion-header img {
  transition: transform 0.3s ease;
}

.horizontal-line-change {
  border: 1px solid #e7f5f1;
}

.accordion-header p {
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  line-height: 26px;
  color: var(--secondary-color);
  max-width: 370px;
}

.detectSubContainer {
  padding: 33px 74px;
  text-align: center;
}

.detectaiContainer {
  background: linear-gradient(90deg, #018751 2.34%, #063e41 100%);
  max-width: 742px;
  border-radius: 16px;
  margin: auto;
}

.detectSubContainer p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  padding-bottom: 22px;
  padding-top: 11px;
}

.detectLink {
  padding: 10px 0px;

  max-width: 155px;
  margin: auto;
  background: #ffffff;
  color: var(--bg-cta);
  border-radius: 4px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

.detectLink:hover {
  color: #ffffff;
  background: var(--bg-cta);
  box-shadow: 0 0 0 1px #ffffff;
}
.accordion-header span::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 26px;
  background-image: url(../../assets/images/angle-square-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
}

#results span {
  background: #ffffbc;
}
.accordion-header.expanded span::before {
  transform: rotate(180deg);
}
@media screen and (max-width: 1170px) {
  .accordion {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .detectSubContainer {
    padding: 33px 15px;
    text-align: center;
}

.bannerToolSec .headTitle {
  font-display: swap;
  font-size: 25px;
  line-height: 34px;
}
.bannerToolSec .headDesc {
  font-display: swap;
}

.featuresType img {
  display: flex;
  margin: auto;
}
.featuresTypes h3  {
  text-align: center;
}

.featuresContainer p {
  text-align: center;
}
  .accordion-left {
    min-width: 100%;
  }
  .accordion-header p {
    font-weight: 600;
    font-size: 16px;
    white-space: normal;
    line-height: 26px;
    color: var(--secondary-color);
    max-width: 370px;
  }

  .trySamples,
.samplesTextwrap{
  display:flex;
  align-items:center;
  column-gap:24px;
  flex-wrap: wrap;
  row-gap: 24px;
}

  .bannerWrap{
    max-width:1163px;
    margin: 50px auto 0;
    display:flex;
    column-gap:16px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .accordion-right {
    min-width: 100%;
  }
  .advanceAI {
    flex-direction: column-reverse;
    align-items: center;
  }
  .accordion {
    flex-direction: column;
  }
  .advanceAI img {
    width: 320px;
  }
  .content.visible {
    flex-direction: column;
  }

  .textContent {
    padding: 20px 9px 18px;
  }
  .accordianSec {
    background: #fafffd;
    padding: 40px 0px;
    margin-top: 40px;
  }
  .aiChecker {
    max-width: 616px;
    text-align: start;
    margin-top: 20px;
  }
  .btnsSec {
    padding-top: 40px;
    max-width: 1000px;
    margin: auto;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    gap: 10px;
  }
}
