*, body {
  font-family: Poppins !important;
}

p {
  color: #55677E;
}

.aiBannersec {
  background: linear-gradient(180deg, #ebf7ff 0, #fdf5eb 100%);
  padding: 137px 0 64px;
}

.aiBannerwrap h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 33px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  padding-bottom: 20px;
  color: #3E4058;
}

.aiBannerwrap h1 span {
  color: #2649A8;
}

.aiBannerwrap .aiBannerdesc {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 190%;
  letter-spacing: 0%;
  text-align: center;
  color: #55677E;
  padding-bottom: 60px;
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
}

.featureBadges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 70px;
  justify-content: center;
}

.featureBox {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 23px 15px;
  border: 1px solid #CFDEF0;
  box-shadow: 0px 4px 7.3px 0px #DAEAFE;
  border-radius: 15px;
  transition: all ease .3s;
}

.featureBox:hover {
  transform: translateY(-3px);
  border-color: #2649A8;
}

.featureBox span {
  display: flex;
}

.featureBox p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;

}

.featureBox p strong {
  font-family: Poppins;
  font-weight: 600;
}

.toolsCardwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.toolCard {
  max-width: 389px;
  width: 100%;
  border-radius: 5px 5px 15px 15px;
  border: 1px solid #DFF4F9;
  border-top: 4px solid #2649A8;
  background: #fff;
  box-shadow: 0px 5px 25px 0px #7E7E7E40;
  padding: 25px 30px 20px;
  transition: all ease 0.5s;
}

.toolCard img {
  width: 50px;
  height: 50px;
}

.toolCard:last-child {
  border-top: 4px solid #2A8FE4;
}

.toolCard:hover {
  transform: translateY(-5px);
}

.toolCard .toolCardtitle {
  margin-top: 25px;
  padding: 0px 0 10px;
  color: #231F20;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
}

.toolCard .toolCardDesc {
  color: #55677E;
  font-family: Poppins;
  font-weight: 400;
  font-size: 13px;
  line-height: 170%;
  letter-spacing: 0%;
  padding-bottom: 22px;
}

.toolCard a {
  display: block;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #2649A8;
  border-radius: 10px;
  color: #2649A8;
  font-family: Poppins;
  font-weight: 500;

  font-size: 14px;

  line-height: 100%;
  letter-spacing: 0%;

}

.toolCard a::after {
  content: '';
  background: url(../images/ctaArrow.svg);
  width: 18px;
  height: 18px;
  margin-left: 4px;
  display: inline-block;
}

.toolCard a:hover::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(4963%) hue-rotate(209deg) brightness(126%) contrast(113%);
}

.toolCard a:hover {
  background-color: #2649A8;
  color: #fff;
}

/* section spacing */
 
.compellingEssay,
.avoidMistakeSec,
.whyNeedSec,
.titleGenSec,
.reviewStdsec,
.academicSec,
.typeEssay,
.aiAssistantSec,
.SeoContentsec,
.limitationSec,
.howUsesec,
.freeToolSec,
.aiEduSec {
  padding: 108px 0 100px;
}
.academicStylesec,
.selectTitleSec,
.exampleAisec,
.howStartsec,
.anyTypeEssay,
.tradtnlSec,
.genStepsec,
.builtStdSec,
.betterEssaySec,
.faqSec,
.howSucceedSec,
.whyStdChooseSec,
.howAiworkSec {
  padding: 80px 0;
  background: #F6FAFD;
}

.builtStdSec .contentWrap {
  margin-top: 80px;
}

ul li::marker {
  background-color: #2649A8;
  color: #2649A8;
}

/* section spacing end*/
/* esction title */
.titleWrap {
  max-width: 808px;
  width: 100%;
  margin: 0 auto;
}

.titleWrap h2 {
  display: flex;
  gap: 15px;
  align-items: center;
  font-family: Poppins;
  font-weight: 400;
  font-size: 26px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #3E4058;
  position: relative;
  margin-bottom: 60px;
}

.titleWrap h2::after {
  content: "";
  background-color: #2649A8;
  height: 3px;
  width: 123px;
  position: absolute;
  bottom: -17px;
  left: 0;
}

.titleWrap h2 span {
  display: flex;
}

.titleWrap.icon-flex h2 {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 68px;
  position: relative;
}

.titleWrap.icon-flex h2::after {
  content: "";
  background-color: #2649A8;
  height: 3px;
  width: 123px;
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
}

.titleWrap p {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 190%;
  letter-spacing: 0%;
  text-align: center;
  color: #55677E;
}

/* sectitle End */
.contentWrap {
  max-width: 808px;
  width: 100%;
  margin: 0 auto;
}

.contentWrap li,
.contentWrap p {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 190%;
  letter-spacing: 0%;
  color: #55677E;
}

.contentWrap li strong,
.contentWrap p strong {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 190%;
  letter-spacing: 0%;
  color: #3E4058;
}

.contentWrap p span {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 17px;
  color: #3E4058;
  line-height: 140%;
  letter-spacing: 0%;

}

.contentWrap p+p {
  padding-top: 30px;
}

.contentWrap li+li {
  padding-top: 15px;
}

.contentWrap p.descBox {

  line-height: 200%;
  border: 1px solid #DFF4F9;
  border-left: 4px solid #517CDB;
  border-radius: 5px;
  padding: 27px 30px;
  background: #F9FEFF;
  margin: 60px auto 0;
  max-width: 772px;
  width: 100%;
}

.contentWrap.t-center p {
  text-align: center;
}

.contentWrap .groupText {

  padding-bottom: 60px;

}

.groupContent {
  margin-top: 30px;
  padding-left: 20px;

}

.grouptextWrap {
  max-width: 600px;
  margin: 0 auto;
}

.groupText+.groupText {
  border-top: 1.5px solid #DCEAFA;
  padding-top: 60px;
}

.interlinkWrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 60px;
}

.InterlinkBox {
  background: #F9FEFF;
  border-radius: 15px;
  border: 1px solid #DFF4F9;
  box-shadow: 0px 5px 25px 0px #7E7E7E40;
  display: flex;
  justify-content: center;
  gap: 15px;
  max-width: 272px;
  width: 100%;
  align-items: center;
  padding: 20px 15px;
  transition: all ease 0.5s;
}

.InterlinkBox:hover {
  border-color: #2649A8;
  transform: translateY(-4px);
}

.linkTitle {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  text-decoration: underline;
  color: #231F20;
}

.InterlinkBox:hover .linkTitle {
  text-decoration: none;
}

.InterlinkBox span {
  display: flex;
}

.whyStdChooseSec .contentWrap {
  margin-top: 80px;
}

.contentWrap.flexBox {
  display: flex;
  gap: 40px;
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.contentBox {
  padding: 25px 30px;
  border-radius: 20px;
  border: 1px solid #DFF4F9;
  box-shadow: 0px 5px 25px 0px #7E7E7E40;
  transition: all ease .5s;
  max-width: 513px;
  width: 100%;
  background-color: #F9FEFF;
}

.contentBox:hover {
  border-color: #2649A8;
  transform: translateY(-4px);
}

.contenthead {
  display: flex;
  gap: 15px;
  align-items: center;
  padding-bottom: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #DBECFB;
}

.contenthead span {
  display: flex;
}

.contentBox p {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 200%;
  letter-spacing: 0%;
  color: #55677E;
}

.contentBox p+p {
  padding-top: 15px;
}

.contenthead .contentheadTitle {
  font-family: Poppins;
  font-weight: 400;

  font-size: 16px;

  line-height: 140%;
  letter-spacing: 0%;
  color: #3E4058;
}

.contentTimeline {
  max-width: 808px;
  margin: 0 auto;
  position: relative;
  margin-top: 88px;
}

.timeline-line {
  position: absolute;
  left: 20px;
  top: 20px;
  bottom: -22px;
  width: 1px;
  background: #DBECFB;
}

.guideline-item {
  background: transparent;
  margin-bottom: 40px;
  position: relative;
  padding-left: 64px;
  padding-top: 10px;
}

.guideline-item:last-child {
  margin-bottom: 0;
}

.number-badge {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  background: #2649A8;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  z-index: 2;
}

.number-badge::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: #2649A8;
  border-radius: 50%;
  z-index: -1;
  box-shadow: 0 0 0 5px white;
}

.content {
  flex: 1;
}

.contentTimeline h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: #3E4058;
  margin-bottom: 15px;
}

.contentTimeline p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 200%;
  color: #55677E;
  margin-bottom: 15px;
}

.contentTimeline p strong {
  color: #3E4058;
}

.contentTimeline p:last-child {
  margin-bottom: 0;
}

.contentTimeline ul {
  margin: 15px 0;
  padding-left: 20px;
}

.contentTimeline li {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 200%;
  color: #55677E;
  margin-bottom: 8px;
}

.contentTimeline ul li::marker {
  color: #2649A8;
  background-color: #2649A8;
}

@media (max-width: 768px) {


  .timeline-line {
    left: 32px;
  }

  .number-badge {
    left: -48px;
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .number-badge::before {
    width: 48px;
    height: 48px;
  }

  .guideline-item {
    padding: 20px;
    margin-bottom: 40px;
  }
}

.howSucceedSec .contentWrap {
  margin-top: 90px;
}

.limitationwrap {
  margin-top: 90px;
}

.guideline-card {
  background: #F9FEFF;
  border: 1px solid #DBECFB;
  border-radius: 20px;
  padding: 0px 60px;
  margin-bottom: 30px;
  display: flex;
  gap: 60px;
  align-items: center;
  box-shadow: 0px 5px 25px 0px #7E7E7E40;
  transition: all ease-in 0.3s;
}

.guideline-card:hover {
  transform: translateY(-4px);
  border-color: #2649A8;
}

.icon-wrapper {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
}

.icon-wrapper svg {
  width: 100%;
  height: 100%;
}

.content-wrapper {
  flex: 1;
}

.guideline-card h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  color: #3E4058;
  margin-bottom: 15px;
  border-bottom: 1px solid #DBECFB;
  padding-bottom: 15px;
  max-width: 500px;
}

.guideline-card p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 200%;
  color: #55677E;
  margin-bottom: 15px;
}

.guideline-card p:last-child {
  margin-bottom: 0;
}

.guideline-card:nth-child(odd) .content-wrapper {
  flex: 1;
  border-left: 1px solid #DBECFB;
  padding: 30px 0px 30px 60px;
}

.guideline-card:nth-child(even) .content-wrapper {
  flex: 1;
  border-right: 1px solid #DBECFB;
  padding: 30px 60px 30px 0;
}

/* -------------------------------------------------
       Parent Wrapper: typeEssayWrap
       ------------------------------------------------- */
.typeEssayWrap {
  max-width: 1081px;
  margin: 80px auto 0;
}



/* -------------------------------------------------
       Flex Container (replaces grid)
       ------------------------------------------------- */
.typeEssayWrap .flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: start;
  /* Optional: center cards */
}

/* -------------------------------------------------
       Card Styling
       ------------------------------------------------- */
.typeEssayWrap .card {
  max-width: 347px;
  border-radius: 20px;
  padding: 25px 20px;
  background: #F9FEFF;
  border: 1px solid #DFF4F9;
  box-shadow: 0px 5px 25px 0px #7E7E7E40;
  transition: all ease-in .3s;
  width: 100%;
}

.typeEssayWrap .card:hover {
  border: 1px solid #2649A8;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px #7E7E7E40;
}


.typeEssayWrap .card__title {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #3E4058;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.typeEssayWrap .card__desc {
  font-family: Poppins;
  font-weight: 300;
  font-style: Regular;
  font-size: 13px;
  padding-left: 32px;
  line-height: 200%;
  letter-spacing: 0%;
  color: #55677E;
}

.secbottom {
  display: block;
  text-align: center;
  margin-top: 70px;

}

.secbottom p {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 190%;
  letter-spacing: 0%;
  text-align: center;
  padding-bottom: 20px;
  color: #55677E;
}



.secbottom p strong {
  color: #464860;
}

.secbtmBtn {
  background-color: #2649A8;
  border-radius: 39.5px;
  font-family: Poppins;
  font-weight: 500;

  font-size: 15px;
  line-height: 20px;

  outline: none;
  border: 1px solid #2649A8;
  margin: 0 auto;
  color: #fff;
  padding: 12px 20px;
  max-width: max-content;
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  position: relative;
}

.secbtmBtn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100px;
  animation-name: pulse-animation;
  animation-duration: 2s;
  animation-timing-function:
    ease;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #233f8c;
  }

  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

/* -------------------------------------------------
       Mobile Adjustments
       ------------------------------------------------- */
@media (max-width: 480px) {
  .typeEssayWrap .card {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 1rem;
  }
}

@media (max-width: 768px) {
  .guideline-card {
    flex-direction: column;
    padding: 25px;
  }

  .icon-wrapper {
    width: 70px;
    height: 70px;
  }
}


.faq-card, .faqWraper .col-cstm {
  max-width: 578px;
  width: 100%
}

.faqWraper {
  display: flex;
  column-gap: 14px;
  row-gap: 14px;
  width: 100%;
  padding-top: 60px;
  align-items: self-start
}

.faq-card {
  background: #fff;
  border: 1px solid #C8D9EE;
  border-radius: 12px
}

.faq-card:hover {
  border: 1px solid rgba(76, 174, 255, .24)
}

.faq-card.show {
  border: 1px solid #2649A8;
}

.faq-accord-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 20px 27px;
  cursor: pointer
}

.faq-accord-card-head h3 {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0px;

}

.col-cstm .faq-card+.faq-card {
  margin-top: 20px;
}

.faq-icon {
  display: flex;
  width: 18px;
  height: 18px;
  background: url(../images/faqSvg-db.svg);
  flex: 0 0 18px
}

.faq-accord-card-body {
  padding: 0 20px 30px
}

.faq-accord-card-body p {

  font-style: normal;
  font-weight: 400;
  font-size: 13px;

  line-height: 164.5%;
  color: #55677E;
}
.faq-accord-card-body p:nth-of-type(2),.faq-accord-card-body p:nth-of-type(3){
  margin-top: 20px;
}
.faq-card.show .faq-accord-card-head h3, .faq-card:hover .faq-accord-card-head h3 {
  color: #2649A8;
  fill: #2649A8
}

.faq-card.show .faq-icon, .faq-card:hover .faq-icon {
  filter: brightness(0) saturate(100%) invert(20%) sepia(43%) saturate(3725%) hue-rotate(213deg) brightness(100%) contrast(84%);
}

.faq-card.show .faq-accord-card-head .faq-icon {
  transform: rotate(135deg)
}
.faq-accord-card-body ul{
  margin-top: 20px;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;

}
.faq-accord-card-body ul li{
  font-style: normal;
  font-weight: 400;
  font-size: 13px;

  line-height: 164.5%;
  color: #55677E;
}
.faq-accord-card-body ul li::marker {
  background-color: #55677E;
  color: #55677E;
}
@media (max-width: 575px) {


  .faq-accord-card-head h3, .faqDesc {
    font-size: 15px;
  }


}

.contentWraper {
  max-width: 808px;
  width: 100%;
  margin: 0 auto;
}

.contentWraper p:first-child {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 190%;
}

.contentWraper ul li,
.contentWraper p {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 200%;
  letter-spacing: 0%;
  padding-bottom: 15px;
  color: #55677E;
}

.contentWraper h3 {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 17px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #3E4058;
  padding: 40px 0 18px;
}

.contentWraper p+h3 {
  padding-top: 28px;
}

.contentWraper ul li::marker {
  color: #2649A8;
  background-color: #2649A8;
}

.contentWraper ul {
  padding-left: 16px;
}

.contentWraper p strong {
  color: #3E4058;
}

.betterEssayWrap {
  max-width: 897px;
  width: 100%;
  margin: 0 auto;
}

.betterEssayWrap p {
  text-align: center;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 190%;
  letter-spacing: 0%;
  text-align: center;
  color: #55677E;
}

.betterEssayWrap p+p {
  padding-top: 30px;
}

.toolInterlinkCardWrap {
  margin: 80px 0;
  display: flex;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
  align-items: center;
}

.toolInterlinkCardWrap .toolInterlinkCard {
  border-radius: 5px 5px 15px 15px;
  border: 1px solid #DFF4F9;
  border-top: 4px solid #2A8FE4;
  padding: 35px 15px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  max-width: 349px;
  justify-content: center;
  text-align: center;
  transition: all ease 0.5s;
  width: 100%;
  background-color: #F9FEFF;
  box-shadow: 0px 5px 25px 0px #7E7E7E40;

}

.toolInterlinkCardWrap .toolInterlinkCard img {
  margin: 0 auto 25px;
}

.toolInterlinkCardWrap .toolInterlinkCard p {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #231F20;
  padding-bottom: 40px;
}



.toolInterlinkCardWrap .toolInterlinkCard:hover {
  transform: translateY(-5px);
}

.toolInterlinkCardWrap .toolInterlinkCard a {
  max-width: 207px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #2A8FE4;
  border-radius: 10px;
  color: #2A8FE4;
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.toolInterlinkCardWrap .toolInterlinkCard a::after {
  content: '';
  background: url(../images/ctaArrow.svg);
  width: 18px;
  height: 18px;
  margin-left: 4px;
  display: inline-block;
  filter: brightness(0) saturate(100%) invert(43%) sepia(96%) saturate(1550%) hue-rotate(186deg) brightness(96%) contrast(85%);
}

.toolInterlinkCardWrap .toolInterlinkCard a:hover::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(4963%) hue-rotate(209deg) brightness(126%) contrast(113%);
}

.toolInterlinkCardWrap .toolInterlinkCard a:hover {
  background-color: #2649A8;
  color: #fff;
}

/* traditionalMthd */
.tradtnlWrapsec {
  display: flex;
  padding-top: 20px;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.tradtnlCard {
  border: 1px solid #DFF4F9;
  box-shadow: 0px 5px 25px 0px #7E7E7E40;
  border-radius: 20px;
  padding: 30px;
  transition: all ease-in 0.3s;
  max-width: 320px;
  width: 100%;
  background: #F9FEFF;

}

.tradtnlCard:hover {
  border-color: #2649A8;
  transform: translateY(-4px);
}

.tradtnlCard h3 {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #DBECFB;
  margin-bottom: 20px;
  color: #3E4058;
}

.tradtnlCard li {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 250%;
  letter-spacing: 0%;
  color: #55677E;
}

.tradtnlCard li+li {
  padding-top: 2px;
}

.tradtnlCard ul {
  padding-left: 20px;
}

/* academicSec */
.acdemicWrap {
  display: flex;
  align-items: center;
  max-width: 1081px;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 70px auto 0;
}

.acdemicCard {
  border: 1px solid #DFF4F9;
  box-shadow: 0px 5px 25px 0px #7E7E7E40;
  border-radius: 20px;
  padding: 25px;
  transition: all ease-in 0.3s;
  max-width: 347px;
  width: 100%;
  background: #F9FEFF;
  min-height: 137px;

}

.acdemicCard:hover {
  border-color: #2649A8;
  transform: translateY(-4px);
}

.acdemicCard .acdemicCardTitle {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  color: #3E4058;
  padding-bottom: 10px;
}

.acdemicCard p {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 200%;
  letter-spacing: 0%;
  color: #55677E;
}

.academicSec .secbottom {
  max-width: 707px;
  width: 100%;
  margin: 70px auto 0;
}

.backtoTop {
  margin-bottom: 90px;
}

/* reviewStdsec  */
.reviewStdwrap {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.reviewStdCard {
  background: white;
  border-radius: 30px;
  padding: 25px 20px 55px;
  max-width: 301px;
  box-shadow: 0px 0px 16px 0px #469FDF33;
  border: 1px solid #CFDEF0;
  transition: all ease 0.3s;
}

.reviewStdCard:hover {
  transform: translateY(-4px);
  border-color: #2649A8;
}

.reviewStdCardheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.stars-rating {
  display: flex;
  gap: 2px;
  align-items: center;
}

.stars {
  font-size: 18px;
  letter-spacing: 1px;
  width: 84px;
  height: 14px;
}

.rating-text {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  leading-trim: CAP_HEIGHT;
  line-height: 180%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #778CA6;
}

.date {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 11px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #778CA6;
}

.title {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #464860;
  margin-bottom: 10px;
}

.review-text {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 180%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #778CA6;
  padding-bottom: 11px;
  min-height: 154px;

}

.verified-badge {
  display: inline-flex;
  align-items: center;
  background: #E3FFEE;
  color: #0E9E42;
  padding: 5px 10px;
  border-radius: 100rem;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 14px;
  font-family: Poppins;
  width: fit-content;
}

.verified-badge::before {
  content: "";
  background: url(../images/verifyBadge.svg);
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
}


.author-section {
  display: flex;
  gap: 12px;
  align-items: center;
  border-top: 1px solid #D8EAFF;
  padding-top: 10px;
}

.author-avatar {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #0654E6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 16px;
  flex-shrink: 0;
}

.author-info span {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  padding-bottom: 7px;
  display: block;
  color: #464860;
}

.author-info p {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: CAP_HEIGHT;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #778CA6;
}

/* secCtaBtn */
.howStartsec .secCtaBtn {
  margin: 60px auto;
  max-width: 808px;
  width: 100%;
}

.secBtn {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  color: #2649A8;
  margin-top: 40px;
  background-color: transparent;
  border-radius: 10px;
  height: 41px;
  padding: 10px 18px;
  cursor: pointer;
  max-width: max-content;
  width: 100%;
  outline: none;
  border: 1px solid #2649A8;
}

.howStartsec .secBtn {
  margin-left: 72px;
}

.secCtaBtn {
  margin: 60px auto 0;
  text-align: center;
  max-width: max-content;
  width: 100%;
}

.secBtn:hover {
  color: #fff;
  margin-top: 40px;
  background-color: #2649A8;
}
.tableWraper {
  margin: 70px auto 0;
  width: 100%;
  max-width: 924px;
}
.tableWraper table {
  width: 100%;
  border-collapse: collapse;
}
.tableWraper table {
  width: 100%;
  margin: 0 auto 0px;
  border: 1.5px solid #CFDEF0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 20px;
  overflow: hidden;
  border-collapse: unset !important;
}
/* Rounded corners for table */
.tableWraper table th:first-child {
  border-top-left-radius: 20px;
}

.tableWraper table th:last-child {
  border-top-right-radius: 20px;
}

.tableWraper table tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}

.tableWraper table tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
.tableWraper th {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #464860;
  padding: 20px 24px;
  text-align: left;
  background: white;
  border: 1.5px solid #CFDEF0;
}

.tableWraper th:first-child {
  background: #EDF7FF;
  border-top-left-radius: 20px;
}

.tableWraper th:last-child {
  border-top-right-radius: 20px;
}

.tableWraper td {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #718CAE;
  padding: 20px 24px;
  border: 1.5px solid #CFDEF0;
  border-top: none;
  vertical-align: middle;
  background: white;
}

.tableWraper td:first-child {
  font-family: Poppins;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #464860;
  background: #EDF7FF;
}

.tableWraper tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}

.tableWraper tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}
.anyTypeEssay .secbottom{
  max-width: 698px;
  width: 100%;
  margin: 70px auto 0;
}

@media (max-width: 768px) {

  .tableWraper th, .tableWraper td {
    padding: 16px;
    font-size: 13px;
  }
}

.exampleAisec .contentWrap {
  margin-top: 80px;
}

.avoidMistakewrap {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;

}

.avoidMistakeBox {
  max-width: 513px;
  width: 100%;
  border-radius: 20px;
  padding: 30px;
  background: #F9FEFF;
  border: 1px solid #DFF4F9;
  box-shadow: 0px 5px 25px 0px #7E7E7E40;
  transition: all ease-in .3s;
}

.avoidMistakeBox:hover {
  transform: translateY(-4px);
  border-color: #2649A8;
}

.avoidMistakeBox .avoidMistakeTitle {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  padding-bottom: 35px;
  color: #3E4058;
}

.avoidMistakeContent ul li {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  line-height: 200%;
  letter-spacing: 0%;
  color: #55677E;
}

.avoidMistakeContent p {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 200%;
  letter-spacing: 0%;
  color: #55677E;
}

.avoidMistakeContent ul li+li {
  padding-top: 5px;
}

.avoidMistakeContent ul li strong {
  font-family: Poppins;
  font-weight: 600;
  color: #3E4058;
}

.avoidMistakeContent ul {
  padding-left: 17px;
}

.quickDecision {
  max-width: 431px;
  width: 100%;
  margin: 80px auto 0;
}

.quickDecision .quickTitle {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #3E4058;
}

.quickDecision ol {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 250%;
  letter-spacing: 0%;
  color: #55677E;
  padding: 40px 0 35px;
  max-width: max-content;
  margin: 0 auto;
  padding-left: 20px;
}

.quickDecision .endDesc {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 250%;
  letter-spacing: 0%;
  color: #3E4058;
}

.selectTitleSec .avoidMistakeBox .avoidMistakeTitle {
  padding-bottom: 20px;
}

.titleWrap p.t-left {
  text-align: left;
}
.compellingEssay .titleWrap.icon-flex h2{
  text-align: left;
}
.compellingWrap p+p {
  padding-top: 30px;
}

.compellingWrap {
  max-width: 921px;
  width: 100%;
  margin: 70px auto 0;
}

.compellingWrap p {
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 190%;
  letter-spacing: 0%;
    color: #55677E;
}

.compellingWrap p strong {
  color: #3E4058;
  font-weight: 600;
  padding-bottom: 10px;
  display: block;
  width: 100%;
}
.academicStylesec .contentWrap{
  max-width: 924px;
}
.academicStylesec .contentWrap{
padding-top: 70px;
}
.academicStylesec .descBox{
  box-shadow: 0px 4px 20.6px 0px #DFE8EF;
}
.academicStylesec .contentWrap li+li {
    padding-top: 6px;
}
.academic-card{
  padding-top: 60px;
  border-top: 1.5px solid #DCEAFA;
  
  max-width: 924px;
  width: 100%;
  margin: 60px auto 0;
}
.academicStyleCard{
  max-width: 619px;
  width: 100%;
  margin: 0 auto;
  background: #FAFEFF;
  border: 1px solid #DFF4F9;
  box-shadow: 0px 5px 25px 0px #7E7E7E40;
  border-radius: 20px;
  padding: 30px;
}
.academicStyleCard p{
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #3E4058;
}
.academicStyleCard ul{
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-left: 30px;
}
.academicStyleCard ul li{
  font-weight: 400;
  font-size: 13px;
  line-height: 200%;
  letter-spacing: 0%;
   color: #55677E;
}
.academicStyleCard ul li strong{
  font-weight: 600;
  color: #3E4058;
}
.academicStyleCard  ul li::marker {
  background-color: #3E4058;
  color: #3E4058;
}


/* @responsive */
@media (max-width:575px) {

  /* sec space */
.compellingEssay,
.avoidMistakeSec,
.whyNeedSec,
.titleGenSec,
.reviewStdsec,
.academicSec,
.typeEssay,
.aiAssistantSec,
.SeoContentsec,
.limitationSec,
.howUsesec,
.freeToolSec,
.aiEduSec {
    padding: 80px 0;
  }

  .academicStylesec,
  .selectTitleSec,
  .exampleAisec,
  .howStartsec,
  .anyTypeEssay,
  .tradtnlSec,
  .genStepsec,
  .builtStdSec,
  .betterEssaySec,
  .faqSec,
  .howSucceedSec,
  .whyStdChooseSec,
  .howAiworkSec ,.titleWrap-section {
    padding: 60px 0;

  }
  .titleGenSec{
    padding: 40px  0 80px;
  }
   
  .builtStdSec .contentWrap {
    margin-top: 50px;
  }
  .tableWraper td, .tableWraper th{
    white-space: nowrap;
  }
  .tableWraper {
    overflow-x: auto;
    overflow-y: visible;
    width: 100%;
  }
  /* end */
  .titleWrap.icon-flex h2 {

    margin-bottom: 55px;

  }

  .typeEssayWrap {

    margin: 50px auto 0;
  }

  .secbottom {

    margin-top: 50px;
  }

  .typeEssayWrap .card__title {

    font-size: 15px;

    padding-bottom: 7px;

    gap: 8px;
  }

  .contentTimeline {
    margin-top: 70px;
  }

  .aiBannerwrap h1 {
    font-size: 28px;
  }

  .aiBannerwrap .aiBannerdesc {
    padding-bottom: 40px;
  }

  .featureBox {
    max-width: 240px;
    justify-content: center;
    width: 100%;
  }

  .featureBadges {
    margin-bottom: 50px;
  }

  .toolCard img {
    width: 40px;
    height: 40px;
  }

  .toolCard .toolCardtitle {
    margin-top: 18px;
  }

  .titleWrap h2 {
    gap: 20px;
    font-size: 22px;
    text-align: center;
    margin-bottom: 60px;
    flex-direction: column;
    line-height: 150%;
  }

  .titleWrap h2::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .contentWrap p+p {
    padding-top: 20px;
  }

  .contentWrap p.descBox {
    margin-top: 30px;
    padding: 20px;
  }

  .linkTitle {
    font-size: 14px;
  }

  .InterlinkBox {

    justify-content: start;

    max-width: 244px;

    padding: 16px 15px;

  }

  .contentBox {
    padding: 20px;
  }

  .contenthead .contentheadTitle {
    font-size: 15px;
  }

  .contenthead img {
    width: 40px;
    height: 40px;
  }

  .contenthead {
    padding-bottom: 15px;
  }

  .contentWrap.flexBox {
    display: flex;
    gap: 30px;
  }

  .timeline-line {
    left: 32px;
    display: none;
  }

  .number-badge {
    position: unset;
    margin-bottom: 20px;
  }

  .guideline-item {
    padding: 20px 15px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 5px 25px 0px #7E7E7E40;
    border-radius: 10px;
  }

  .number-badge::before {
    width: 40px;
    height: 40px;
  }

  .howSucceedSec .contentWrap {
    margin-top: 60px;
  }

  .guideline-card:nth-child(odd) .content-wrapper {
    flex: 1;
    border-left: unset;
    padding: 0;
  }

  .guideline-card {
    flex-direction: column;
    padding: 20px;
    gap: 30px;
    text-align: center;
    align-items: center;
  }

  .guideline-card:nth-child(even) .content-wrapper {
    flex: 1;
    border-right: unset;
    padding: 0;
  }

  .guideline-card:nth-child(even) {
    flex-direction: column-reverse;
    padding: 20px;
  }

  .icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .limitationwrap {
    margin-top: 60px;
  }

  .howStartsec {
    margin-top: 0px;
    padding-bottom: 120px;
  }

  .faqWraper {
    flex-direction: column;
  }

  .faq-accord-card-head {
    padding: 20px 16px;
  }

  .toolInterlinkCardWrap {
    margin: 50px 0;
  }

  .betterEssayWrap p+p {
    padding-top: 20px;
  }

  .acdemicWrap {
    margin: 50px auto 0;
  }

  .acdemicCard .acdemicCardTitle {
    font-size: 15px;
  }

  .acdemicCard {

    padding: 20px 17px;


    min-height: 100%;
  }

  .faqWraper {
    padding-top: 30px;
  }

  .faq-icon {
    display: flex;
    width: 14px;
    height: 14px;
    background: url(../images/faqSvg-db.svg);
    flex: 0 0 14px;
    background-size: contain;
  }
}