.banner {
  background: linear-gradient(180deg, #e9e3fa 0%, #fafafe 100%);
  padding: 142px 0px 48px;
  width: 100%;
  height: auto;
  position: relative;
  min-height: 768px;
}

h2 {
  text-align: center;
}

.bannerWrapper {
  display: flex;
  justify-content: space-between;
  gap: 59px;
  align-items: center;
}
.banner-content {
  max-width: 529px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
.banner-content h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 63px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2b1b53;
}
.banner-content p {
  font-size: 17px;
  font-weight: 400;
  line-height: 28.9px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #08080f;
}

.banner::after {
  content: '';
  background: url(../../images/banner/spiral-img.webp);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 500px;
  width: 500px;
  height: 768px;
  z-index: 2;
}
/* .banner-image {
  margin-left: calc(50% - 264.5px);
} */
.bannerimgWrapper {
  position: relative;
}
.bannerimgWrapper span {
  top: -13px;
  left: -13px;
  content: '';
  width: calc(100%);
  height: calc(100% + 26px);
  position: absolute;
  border: 13px solid #fff;
  border-radius: 50px;
  box-shadow: 0px 4px 20.9px 0px #f4f0ff;
  z-index: 1;
}
.bannerimgWrapper img {
  position: relative;
  z-index: 3;
}

.pathImgs {
  width: 428px;
  height: 552px;
  /* border: 1px solid red; */
  /* border-radius: 100%; */
  position: absolute;
  top: 0px;
  z-index: 4;
}

.pathImg {
  position: absolute;
  right: 0;
  width: 176px;
  border-radius: 12px;
  background: #ffffff33;
  backdrop-filter: blur(30px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  color: #fff;
  padding: 13px 15px 12px 13px;
}
.pathImg.one {
  top: 56px;
  right: -10%;
}
.pathImg.two {
  top: 199px;
  right: -155px;
}
.pathImg.three {
  top: 342px;
  right: -124px;
}
.pathImg.four {
  bottom: -24px;
  right: -25%;
}

.ratingContent p {
  font-size: 14px;
  font-weight: 400;
  line-height: 15.19px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.ratingContent p strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 21.7px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

/* pills Section */
.pillsSection {
  background: #fff;
  padding: 44px 0px 60px;
}
.pillsWrapper {
  max-width: 1072px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.pillsWrapper .pill {
  /* width: 253px; */
  padding: 22px 18px;
  border: 1px solid #e7dfff;
  box-shadow: 0px 4px 20.9px 0px #f4f0ff;
  border-radius: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.pillsWrapper .pill:hover{
  border-color:  #bcaaf3;
}
.pill p {
  min-width: 187px;
  font-size: 17px;
  font-weight: 400;
  line-height: 20.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #08080f;
}

/* writers Section */
.writer-section {
  padding: 60px 0;
}
.writersWrapper {
  position: relative;
  max-width: 724px;
  /* width: 724px; */
  width: 100%;
  display: block;
  margin: 100px auto 50px;
}
.writersSwiperWrapper {
  max-width: 616px;
  width: 100%;
  padding: 0 0 64px !important;
}
.writersWrapper::before {
  content: '';
  position: absolute;
  background-image: url('../../images/hornDownward.webp');
  top: -43px;
  left: 0;
  width: 127px;
  height: 293px;
}
.writersWrapper::after {
  content: '';
  position: absolute;
  background-image: url('../../images/hornUpward.webp');
  bottom: -43px;
  right: 0;
  width: 127px;
  height: 293px;
  top: 67px;
}

.singleWriter {
  background: #ffffff;
  border: 1px solid #e7dfff;
  box-shadow: 0px 4px 20.9px 0px #f4f0ff;
  max-width: 616px;
  width: 100%;
  padding: 25px 25px 50px;
  border-radius: 12px;
}
.singleWriter:hover{
  border-color:  #bcaaf3;
}
.singleWriterHead {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.writerHeadLeft {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}
.writerDesc .writerName {
  font-size: 17px;
  font-weight: 500;
  line-height: 28.9px;
  text-align: left;
  color: #2b1b53;
}

.writerQuailfication,
.writerOrders {
  font-weight: 400;
  font-size: 15px;
  line-height: 170%;
  letter-spacing: 0px;
  color: #64748b;
}
.writerQuailfication strong,
.writerOrders strong {
  font-weight: 500;
}
.writerRating {
  font-size: 14px;
  font-weight: 400;
  line-height: 23.8px;
  text-align: right;
  color: #64748b;
}

.writerExpertise {
  margin-top: 25px;
}

.writerExpertise .writersExpertiesHead {
  color: #2b1b53;
  font-size: 15px;
  font-weight: 600;
  line-height: 18.38px;
  text-align: left;
  margin-bottom: 8px;
}

.expertiesCards {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.expertiesCard {
  min-width: 156px;
  max-width: 203px;
  border: 1px solid #e7dfff;
  box-shadow: 0px 4px 20.9px 0px #f4f0ff;
  border-radius: 12px;
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  align-items: center;
  padding: 12px;
}
.expertiesCard p {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #08080f;
}
.writersSwiperBtns {
  position: absolute;
  display: flex;
  justify-content: space-between;
  gap: 29px;
  max-width: 92px;
  width: 100%;
  bottom: -61px;
  left: 50%;
  transform: translateX(-50%);

  z-index: 1;
}

.writersSwiperBtns .swiper-button-next-writers,
.writersSwiperBtns .swiper-button-prev-writers {
  bottom: 16%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border: 1.5px solid #D8CFF2;
  border-radius: 5px;
}
.writersSwiperBtns .swiper-button-next-writers:hover, .writersSwiperBtns .swiper-button-prev-writers:hover{
  border-color: #7E09D6;
}
.swiper-button-prev-writers::after {
  content: '';
  position: absolute;
  background-image: url(../images/swiper-arrow.svg);
  width: 18px;
  height: 18px;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%) rotate(180deg);
}

.writersSwiperBtns .swiper-button-next-writers {
  right: 0;
}
.swiper-button-next-writers::after {
  content: '';
  position: absolute;
  background-image: url(../images/swiper-arrow.svg);

  width: 18px;
  height: 18px;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
}
.swiper-button-next-writers.swiper-button-disabled,
.swiper-button-prev-writers.swiper-button-disabled {
  opacity: 0.2;
  cursor: auto;
  pointer-events: none;
}
.writers-btn {
  position: absolute;
  bottom: -24px;
  display: block;
  max-width: max-content;
  margin: 0 auto;
  width: 100%;
  padding: 14px 30px;
  text-align: center;
  border-radius: 12px;
  background: linear-gradient(
    251.5deg,
    #1862ff -20.01%,
    #710bd8 38.38%,
    #b800c8 77.84%
  );
  font-size: 17px;
  font-weight: 600;
  line-height: 20.83px;
  letter-spacing: 0.03em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.writers-btn img {
  margin-left: 9px;
}
.writers-btn:hover {
  background: linear-gradient(
    71.5deg,
    #1862ff -20.01%,
    #710bd8 38.38%,
    #b800c8 77.84%
  );
}
.view-writers-btn {
  max-width: 121px;
  margin: 100px auto 0;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #585858;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-writers-btn img {
  margin-left: 7px;
  /* display: inline-block; */
}
.view-writers-btn span{
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #585858;
}
.view-writers-btn:hover span{
  color: #7e09d6;
}
.view-writers-btn:hover img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(74%) saturate(5036%)
    hue-rotate(268deg) brightness(77%) contrast(128%);
}
.view-faq-btn {
  max-width: 121px;
  margin: 50px auto 0;
  width: 100%;
  text-align: center;
  
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-faq-btn span{
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #585858;
}
.view-faq-btn img {
  margin-left: 7px;
  /* display: inline-block; */
}
.view-faq-btn:hover span{
  color: #7e09d6;
}
.view-faq-btn:hover img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(74%) saturate(5036%)
    hue-rotate(268deg) brightness(77%) contrast(128%);
}
/* Features Section */
.feature-section {
  padding: 60px 0;
}
.features-tabs {
  max-width: 478px;
  width: 100%;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
}
.features-card {
  max-width: 126px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 15px;
  cursor: pointer;
}
.features-card p {
  font-size: 17px;
  font-weight: 500;
  line-height: 20.62px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #64748b;
}
.features-card.active p,
.features-card:hover p {
  color: #7e09d6;
}
.features-card.active img,
.features-card:hover img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(74%) saturate(5036%)
    hue-rotate(268deg) brightness(77%) contrast(128%);
}
.features-wrapper {
  max-width: 1017px;
  width: 100%;
  margin: 30px auto 0;
  padding: 65px;
  border-radius: 30px;
  border: 1px solid #e7dfff;
  box-shadow: 0px 4px 20.9px 0px #f4f0ff;
  background: #fcfbff;
}
.features-wrapper:hover{
  border-color:  #bcaaf3;
}
.tabs-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 52px;
}
.tabs-card {
  max-width: 400px;
  width: 100%;
  display: flex;
  gap: 20px;
}
.tabs-card-img {
  width: 47px;
  height: 47px;
  background: #f0ebff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs-card-desc {
  max-width: 333px;
  width: 100%;
}
.tabs-card-desc h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2b1b53;
  margin-bottom: 5px;
}
.tabs-card-desc p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #64748b;
}
/* /Features Section */

/* EssayType Section */
.essayType-section {
  padding: 120px 0 60px;
}
.essayType-wrapper {
  max-width: 1017px;
  width: 100%;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
}
.essayType-tabs {
  max-width: 228px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: space-between;
}
.essayType-card {
  max-width: 228px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  padding: 22px 20px;
  border: 1px solid #e7dfff;
  background: #ffffff;
  box-shadow: 0px 4px 20.9px 0px #f4f0ff;
  border-radius: 12px;
}
.essayType-card p {
  font-size: 17px;
  font-weight: 400;
  line-height: 20.62px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #64748b;
}
.essayType-card.active p,
.essayType-card:hover p {
  color: #7e09d6;
}
.essaytype-tabs-desc {
  max-width: 760px;
  width: 100%;
  padding: 30px 38px 31px;
  background: #fcfbff;
  border: 1px solid #e7dfff;
  box-shadow: 0px 4px 20px 0px #f4f0ff;
  border-radius: 30px;
}
.essaytype-tabs-desc:hover{
  border-color:  #bcaaf3;
}
.tabs-desc-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 40px;
}
.tabs-desc-cards p {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #08080f;
  padding-left: 24px;
}
.tabs-desc-cards p::before {
  content: '';
  position: absolute;
  background-image: url(../../images/bullet-arrow.svg);
  width: 15px;
  height: 15px;
  left: 0;
  top: 2px;
}
/* /EssayType Section */

/* Steps Section */
.steps-section {
  padding: 60px 0 120px;
}
.steps-wrapper {
  max-width: 1017px;
  width: 100%;
  margin: 99px auto 60px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.steps-wrapper::before {
  content: '';
  position: absolute;
  background-image: url(../../images/hornDownward.webp);
  top: -39px;
  left: -63px;
  width: 127px;
  height: 293px;
}
.steps-wrapper::after {
  content: '';
  position: absolute;
  background-image: url(../../images/hornUpward.webp);
  bottom: -39px;
  right: -63px;
  width: 127px;
  height: 293px;
  top: 84px;
  z-index: 0;
}
.steps-card {
  max-width: 263px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e7dfff;
  box-shadow: 0px 4px 20.9px 0px #f4f0ff;
  border-radius: 20px;
  padding: 31px 23px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.steps-card:hover{
  border-color:  #bcaaf3;
}
.steps-card::after {
  content: '';
  position: absolute;
  background-image: url(../images/steps-arrow.svg);
  width: 40px;
  height: 40px;
  right: -77px;
  top: 50%;
  transform: translateY(-50%);
}
.steps-wrapper .steps-card:last-child::after {
  content: unset;
}
.steps-card img {
  box-shadow: 0px 4px 20px 0px #efe9ff;
}
.steps-card span {
  display: block;
  margin: 30px 0 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.5px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2b1b53;
}
.steps-card p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #64748b;
}
.steps-section .button-default {
  margin: 0 auto;
  padding: 14px 11px;
}

/* faqs section */
.faqSec {
  padding: 50px 0px;
  background: linear-gradient(
    180deg,
    rgba(250, 250, 254, 0.7) 0%,
    rgba(233, 227, 250, 0.7) 100%
  );
}

.faqsWarpper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 35px;
  row-gap: 34px;
  margin-top: 60px;
}
.faqCard {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  padding: 22px;
  background: #fbfcfe;
  border: 1px solid #e7dfff;
  border-radius: 12px;
}
.faqCard:hover{
  border-color:  #bcaaf3;
}
.faqBody {
  min-height: 114px;
  max-height: max-content;
}
.faqBody .question {
  color: #2b1b53;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0%;
  margin-bottom: 10px;
}
.faqBody .answer {
  color: #64748b;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0%;
}
.faqBody .answer a {
  color: #64748b;
  font-weight: 500;
  text-decoration: underline;
}

.ctaSec {
  padding: 158px 0 132px;
}

/* why us section */
.whyusSec {
  background: #ffffff;
}
.seoContent {
  position: relative;
  margin: 50px auto;
}
.scrollBtm,
.scrollTop {
  position: absolute;
  left: auto;
  right: 0;
  box-shadow: inset 0 0 0 1px #e7dfff;
  color: #c8d9ee;
  cursor: pointer;
}
.scrollTop {
  top: 40px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 54px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.scrollTop:hover, .scrollBtm:hover{
  background: #f7f4ff;
  border: 1px solid #5b0be1;
}
.scrollTop:hover img, .scrollBtm:hover img{
  filter: brightness(0) saturate(100%) invert(14%) sepia(96%) saturate(7162%) hue-rotate(266deg) brightness(84%) contrast(113%);
}
.scrollTop.active,
.scrollBtm.active {
  background: #f7f4ff;
  border: 1px solid #5b0be1;

}
.scrollTop.active img, .scrollBtm.active img{
  filter: brightness(0) saturate(100%) invert(14%) sepia(96%) saturate(7162%) hue-rotate(266deg) brightness(84%) contrast(113%);

}
.scrollBtm {
  bottom: 40px;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 54px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.servicePagesWrapper {
  width: 100%;
  max-height: 600px;
  padding-top: 40px;
  padding-right: 70px;
  padding-left: 20px;
  border-top: 1px solid #e7dfff;
  border-bottom: 1px solid #e7dfff;
  height: 100%;
  overflow-y: scroll;
}
.servicePagesWrapper::-webkit-scrollbar {
  display: none;
}
.seoRow {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.seoColumn {
  max-width: 49%;
  width: 100%;
}
.seoContentCard {
  margin-bottom: 20px;
  padding: 25px;
  border: 1px solid #E7DFFF;
  border-radius: 20px;
}
.seoContentCard h2,
.seoContentCard h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  color: #2b1b53;
  text-align: left;
  margin-bottom: 18px;
}
.seoContentCard ul {
  list-style-type: disc;
  padding-left: 23px;
}
.servicePagesWrapper li,
.servicePagesWrapper p {
  font-weight: 500;
  color: #64748b;
  font-size: 14px;
  line-height: 26.32px;
  padding-bottom: 12px;
}
.servicePagesWrapper p strong{
  font-weight: 700;
  color: #2b1b53;
}
.servicePagesWrapper li strong {
  font-weight: 600;
  color: #2b1b53;
}
.seoContentCard table {
  border-collapse: collapse;
  margin-bottom: 12px;
}
.seoContentCard table,
th,
td {
  border: 1px solid #eaf5ff;
}
.seoContentCard table td {
  padding: 15px 10px 20px;
  font-weight: 500;
  color: #64748b;
  font-size: 14px;
  line-height: 26.32px;
}
.seoContentCard .number-list {
  list-style: decimal;
}
.seoContentCard .number-list li p {
  margin-left: -23px;
}
.seoContentCard li::marker {
  font-weight: 600;
  color: #2b1b53;
}
/* /Steps Section */

/* Reviews Section */
.reviews-section {
  padding: 50px 0;
  position: relative;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(250, 250, 254, 0.7) 0%,
    rgba(233, 227, 250, 0.7) 100%
  );
}
.reviews-section::before {
  content: '';
  position: absolute;
  background-image: url(../../images/landing/reviews-bg1.svg);
  width: 113px;
  height: 356px;
  left: 0;
  top: 0;
  z-index: 1;
}
.reviews-section::after {
  content: '';
  position: absolute;
  background-image: url(../../images/landing/reviews-bg2.svg);
  width: 113px;
  height: 356px;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.rating-wrapper {
  max-width: 809px;
  width: 100%;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  padding: 50px 30px;
  box-shadow: 0px 4px 20.9px 0px #f4f0ff;
  border: 1px solid #e7dfff;
  background: #fcfbff99;
  border-radius: 30px;
}
.rating-wrapper:hover{
  border-color:  #bcaaf3;
}
.review-profile {
  max-width: 198px;
  width: 100%;
}
.review-wrapper {
  max-width: 422px;
  width: 100%;
  margin: 60px auto 0;
  position: relative;
  padding-bottom: 50px;
}
.review-swiper {
  max-width: 422px;
  width: 100%;
  position: relative;
}
.review-swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 198px;
  height: 198px;
}
.review-wrapper .swiper-container-3d {
  overflow: hidden !important;
}

/* .swiper-slide-prev .review-profile {
  transform: translateX(93px) scale(0.7);
}
.swiper-slide-next .review-profile {
  transform: translateX(-93px) scale(0.7);
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right {
  background-image: none !important;
} */

.review-content {
  max-width: 469px;
  width: 100%;
  margin: 30px auto 40px;
}
.review-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27.2px;
  letter-spacing: 0px;
  text-align: center;
  color: #64748b;
}
.card-desc {
  text-align: center;
  padding: 34px 0 0px;
}
.card-desc span:nth-of-type(1) {
  display: block;
  font-weight: 500;
  font-size: 19px;
  line-height: 23.05px;
  letter-spacing: 0px;
  text-align: center;
  color: #2b1b53;
  margin-top: 7px;
}
.card-desc span:nth-of-type(2) {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
  color: #64748b;
  margin-top: 7px;
}
.rating-wrapper .pathImg {
  position: unset;
  right: unset;
  background: #f1edfc;
  backdrop-filter: blur(29.9px);
}

.reviewsSwiperBtns {
  position: absolute;
  display: flex;
  justify-content: space-between;
  gap: 29px;
  max-width: 92px;
  width: 100%;
  bottom: 5px;
  left: 40%;
  z-index: 1;
}

.reviewsSwiperBtns .swiper-button-next-reviews,
.reviewsSwiperBtns .swiper-button-prev-reviews {
  bottom: 16%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border: 1.5px solid #D8CFF2;
  border-radius: 5px;
}

.reviewsSwiperBtns .swiper-button-next-reviews:hover, .reviewsSwiperBtns .swiper-button-prev-reviews:hover{
  border-color: #7E09D6;
}
.swiper-button-prev-reviews::after {
  content: '';
  position: absolute;
  background-image: url(../images/swiper-arrow.svg);
  width: 18px;
  height: 18px;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%) rotate(180deg);
  
}
.reviewsSwiperBtns .swiper-button-next-reviews {
  right: 0;
}
.swiper-button-next-reviews::after {
  content: '';
  position: absolute;
  background-image: url(../images/swiper-arrow.svg);

  width: 18px;
  height: 18px;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
}

.swiper-button-next-reviews.swiper-button-disabled,
.swiper-button-prev-reviews.swiper-button-disabled {
  opacity: 0.2;
  cursor: auto;
  pointer-events: none;
}

.swiper-slide {
  visibility: hidden;
}
.swiper-slide.swiper-slide-active,
.swiper-slide.swiper-slide-next,
.swiper-slide.swiper-slide-next + .swiper-slide,
.swiper-slide.swiper-slide-prev,
.swiper-slide:has(+ * + .swiper-slide-active) {
  visibility: visible;
}
/* /Reviews Section */

@media (max-width: 1500px) {
  .bannerWrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  /* Banner Section */
  .banner {
    padding: 140px 0px 0px;
    min-height: 500px;
  }
  .banner-content {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    gap: 0px;
  }

  .banner-content h1 {
    font-weight: 700;
    font-size: 27px;
    line-height: 40.5px;
    letter-spacing: 0px;
    text-align: center;
    max-width: 360px;
    width: 100%;
    margin: 0 auto 16px;
  }
  .banner-content p {
    max-width: 360px;
    width: 100%;
    color: #08080f;
    font-weight: 400;
    font-size: 15px;
    line-height: 25.5px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 29px;
  }
  .banner-content .button-default {
    margin: 0 auto;
  }
  .pillsWrapper {
    flex-wrap: wrap;
    gap: 15px;
  }
  .bannerWrapper {
    flex-wrap: wrap;
    gap: 107px;
  }
  .bannerimgWrapper span {
    content: unset;
    border: none;
    box-shadow: none;
  }
  .banner::after {
    background: url(../../images/banner/spiral-mob.svg);
    background-size: cover;
    top: unset;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 326px;
    max-width: unset;
  }
  .banner-image {
    max-width: 269px;
    width: 100%;
    height: 330px;
    margin: 0 auto;
  }
  .banner-img {
    width: 100%;
    height: 100%;
  }
  .bannerimgWrapper .pathImgs {
    width: 269px;
    height: 330px;
  }
  .bannerimgWrapper {
    margin-top: -47px;
    max-width: 378px;
    width: 100%;
    height: 330px;
  }
  .bannerimgWrapper .pathImg {
    width: 129px;
    border-radius: 8px;
    background: #ffffff33;
    backdrop-filter: blur(22.091642379760742px);
    gap: 8px;
    padding: 8px 7px 8px 9px;
  }
  .bannerimgWrapper .ratingContent p strong {
    font-size: 15px;
    line-height: 16.28px;
    color: white;
  }
  .bannerimgWrapper .ratingContent p img {
    width: 60px;
    height: 12px;
  }
  .sitelogo {
    width: 19px;
    height: 19px;
  }
  .bannerimgWrapper .pathImg.three {
    top: 74px;
    left: -54px;
    right: unset;
  }
  .bannerimgWrapper .pathImg.one {
    top: 57px;
    right: -55px;
    left: unset;
  }
  .bannerimgWrapper .pathImg.four {
    bottom: 79px;
    left: -48px;
    right: unset;
  }
  .bannerimgWrapper .pathImg.two {
    top: 170px;
    right: -44px;
    left: unset;
  }
  .bannerimgWrapper .ratingContent p {
    font-weight: 400;
    font-size: 10px;
    line-height: 10.85px;
    color: white;
  }
  .bannerimgWrapper .ratingContent p:nth-of-type(1) {
    margin-bottom: 3px;
  }
  .pillsSection {
    padding: 44px 0px 40px;
  }
  .pillsWrapper .pill {
    justify-content: center;
    gap: 7px;
    align-items: center;
  }
  .pill p {
    font-size: 16px;
    line-height: 19.2px;
  }
  .pillsWrapper img {
    width: 23px;
    height: 23px;
  }
  /* /Banner Section */

  /* Writers Section */
  .writer-section {
    padding: 40px 0;
  }
  .writersSwiperWrapper .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .writersWrapper {
    max-width: 406px;
    margin: 63px auto 50px;
    padding: 0 0px;
  }
  .singleWriterHead {
    flex-direction: column;
    gap: 13px;
  }
  .writerHeadRight img {
    width: 98px;
  }
  .writersSwiperWrapper {
    max-width: 100%;
  }
  .singleWriter {
    /* min-width: 330px; */
    max-width: max-content;
    padding: 25px 15px 52px;
  }

  .writerHeadLeft img {
    width: 71px;
    height: 71px;
  }
  .writerDesc .writerName {
    font-size: 16px;
    line-height: 27.2px;
  }
  .writerQuailfication,
  .writerOrders {
    font-size: 14px;
    line-height: 23.8px;
  }
  .expertiesCards {
    justify-content: center;
  }
  .expertiesCard {
    min-width: unset;
    max-width: 158px;
    width: 100%;
    padding: 12px 7px;
    white-space: nowrap;
  }
  .expertiesCard p {
    font-size: 14px;
    line-height: 16.8px;
  }
  .writersSwiperBtns {
    left: 50.5%;
  }
  .view-writers-btn {
    margin: 80px auto 0;
  }
  .view-faq-btn {
    margin: 80px auto 0;
  }
  .writerRating {
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 16.8px;
  }
  .writersWrapper::before {
    width: 85px;
    height: 195px;
    background-size: cover;
    left: -15px;
  }
  .writersWrapper::after {
    bottom: 23px;
    right: -15px;
    width: 85px;
    top: unset;
    height: 195px;
    background-size: cover;
    /* top: 67px; */
  }
  /* /Writers Section */

  /* Features Section */
  .feature-section {
    padding: 40px 0 80px;
  }
  .features-wrapper {
    padding: 25px 20px;
  }
  .features-tabs {
    margin: 50px auto 0;
  }
  .tabs-wrapper {
    row-gap: 35px;
  }
  .tabs-card-desc p {
    font-size: 14px;
    line-height: 22px;
  }
  .features-card p {
    font-size: 15px;
    line-height: 18.2px;
  }

  /* /Features Section */

  /* Reviews Section */
  .rating-wrapper {
    max-width: 276px;
    padding: 40px 49px;
    flex-wrap: wrap;
    gap: 15px;
  }
  .reviews-section::before,
  .reviews-section::after {
    content: unset;
  }
  .reviewsSwiperBtns {
    left: 28.5%;
  }
  .review-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 169px;
    height: 169px;
  }
  .review-profile {
    max-width: 169px;
    width: 100%;
  }
  .review-profile img {
    width: 169px;
    height: 169px;
  }
  .review-content p {
    font-size: 15px;
    line-height: 25.5px;
    min-height: 78px;
  }
  /* /Reviews Section */

  /* EssayType Section */
  .essayType-section {
    padding: 80px 0 40px;
  }
  .essayType-wrapper {
    margin: 52px auto 0;
    flex-wrap: wrap;
    gap: 26px;
  }
  .essayType-tabs {
    flex-direction: row;
    overflow: scroll;
    max-width: 94%;
    padding: 10px 5px;
    margin: 0 auto;
    justify-content: flex-start;
    gap: 10px;
  }
  .essayType-card {
    padding: 18px 15px;
    width: 100%;
    white-space: nowrap;
  }
  .tabs-desc-cards {
    grid-template-columns: 1fr 1fr;
    row-gap: 38px;
  }
  .essayType-tabs {
    flex-direction: unset;
    gap: 10px;
    max-width: unset;
    padding: 18px 0px 16px;
  }
  .essaytype-tabs-desc {
    padding: 30px 15px;
  }
  .tabs-desc-cards p {
    font-size: 14px;
    line-height: 16.8px;
  }
  /* /EssayType Section */

  /* Steps Section */
  .steps-section {
    padding: 40px 0 80px;
  }
  .steps-wrapper {
    max-width: 263px;
    margin: 40px auto 50px;
    flex-wrap: wrap;
    gap: 70px;
  }
  .steps-wrapper::before,
  .steps-wrapper::after {
    content: unset;
  }
  .steps-card::after {
    left: 50%;
    top: unset;
    right: unset;
    bottom: -55px;
    transform: translateX(-50%) rotate(90deg);
  }
  /* /Steps Section */

  /* FAQ Section */
  .faqsWarpper {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
  /* /FAQ Section */

  /* Seo Section */
  .servicePagesWrapper::-webkit-scrollbar {
    display: block;
  }
  .servicePagesWrapper::-webkit-scrollbar-thumb {
    background: #5b0be1;
    border-radius: 4px;
  }
  .servicePagesWrapper::-webkit-scrollbar {
    width: 5px;
    max-height: 5px;
  }
  .servicePagesWrapper::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  .servicePagesWrapper {
    padding-right: 20px;
    padding-left: 0;
  }
  .seoRow {
    flex-direction: column;
  }
  .seoColumn {
    max-width: 100%;
    width: 100%;
  }
  .scrollTop,
  .scrollBtm {
    display: none;
  }
  .seoContentCard {
    padding: 40px 10px 20px;
  }
  .servicePagesWrapper p,
  .servicePagesWrapper li {
    font-size: 14px;
  }
  /* /Seo Section */
}
