:root {
  --Primary: #160a1d;
  --Secondary: #5f266d;
  --secondaryDark: #1c0c26;
  --btnGradient: linear-gradient(
    90deg,
    rgba(58, 24, 84, 1) 0%,
    rgba(52, 21, 72, 1) 100%
  );
  --white: #fff;
  --black: #000;
}
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
}
.bgpink {
  background: #faf2ff !important;
}
.bgGreen {
  background: #07b501 !important;
}
.bgSecondary {
  background: var(--Secondary);
}
.yellow {
  color: #fcb04c;
}
.fit-content {
  width: fit-content;
}
.fs50 {
  font-size: 50px;
}
.fs40 {
  font-size: 40px;
}
.fs35 {
  font-size: 35px;
}
.fs20 {
  font-size: 20px;
}
.fs26 {
  font-size: 26px;
}
.fs24 {
  font-size: 24px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs14 {
  font-size: 14px;
}
.fs12 {
  font-size: 12px;
}
.fs34 {
  font-size: 34px;
}
.fs30 {
  font-size: 30px;
}
.fs15 {
  font-size: 15px;
}
.Raleway {
  font-family: "Raleway", sans-serif;
}
.topSec {
  background: var(--Primary);
}
.white {
  color: var(--white);
}
.black {
  color: var(--black) !important;
}
.topSec ul li a {
  text-decoration: none;
  color: var(--white);
}
.ordernow {
  background: var(--btnGradient);
}
.heroSec {
  background: url("/assets/images/heroBg.webp") no-repeat center center / cover;
}
.heroSec ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.action li a {
  text-decoration: none;
  color: var(--white);
  background: var(--btnGradient);
  padding: 10px 60px;
  border-radius: 5px;
  border: 1px solid var(--white);
}
.action li a.inactive {
  background: transparent;
}
.expertQuote li {
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #ffffff21;
  flex: auto !important;
  padding: 15px 5px;
  box-shadow: inset 0px 0px 10px #ffffff11;
}
.expertQuote li span {
  color: #ffffff91;
}
.heroSec ul li:nth-last-child(1) {
  border-right: none;
}
.getaQuote .form-group {
  position: relative;
  margin-bottom: 10px;
}
.getaQuote .form-group img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.getaQuote .form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5l6.5 6 6.5-6' stroke='%23666' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 14px;
  outline: none;
  box-shadow: none;
}
.getaQuote {
  background: #14091a;
  padding: 15px 30px;
  border-radius: 15px;
  border: 1px solid #ffffff5b;
}
.buttonfixed {
  padding-right: 20px;
  display: flex;
}
.buttonfixed button {
  flex: 1;
  background: var(--btnGradient);
  border: 1px solid var(--white);
  color: var(--white);
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 24px;
}
.buttonfixed span {
  color: var(--secondaryDark);
  flex: 1;
}
.uniBanner {
  width: 100%;
  overflow: hidden;
  background: var(--white);
}

.uniBanner-track {
  display: flex;
  width: max-content;
  animation: marquee 20s linear infinite;
}

.uniBanner-track img {
  display: block;
  max-width: none;
  height: auto;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30%);
  }
}
.uniBanner-track:hover {
  animation-play-state: paused;
}
.aboutIntro {
  background: #faf2ff;
}
.introBoxes {
  background: var(--secondaryDark);
}

.introBoxes li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  border-right: 1px solid #ffffff86;
  padding-right: 15px;
}
.introBoxes li:last-child {
  border-right: none;
}
.expertItems {
  border-radius: 20px;
  box-shadow: 0px 0px 12px #cececefc;
  padding: 20px 15px;
}
.expertsupport .swiper-wrapper {
  padding: 20px 0;
  padding-bottom: 50px;
}

.expertsupport .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.expertsupport .swiper-pagination-bullet-active {
  background: var(--secondaryDark);
  opacity: 1;
}

.challengeImg {
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.academicChallenge {
  background: var(--secondaryDark);
}

.bestWriteritems .swiper-wrapper {
  padding: 20px 0;
  padding-bottom: 50px;
}
.bestWriteritems .swiper-slide .expertItems {
  border-radius: 30px;
  box-shadow: 0px 0px 12px #cececefc;
  padding: 20px 15px;
  margin: 0px 4px;
  background: #f8f6fb;
  margin-bottom: 25px;
}
.bestWriteritems .swiper-slide .expertItems:hover {
  box-shadow: 0px 0px 12px #cececefc;
  transform: scale(1.02);
  transition: all 0.3s ease-in-out;
  background: #fff;
}

.bestWriteritems .swiper-slide .expertItems .expertIcon {
  width: 50px;
  height: 50px;
  border-radius: 20%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 12px #cececefc;
}

.bestWriteritems .swiper-slide .expertItems .expertIcon.active {
  background: var(--secondaryDark);
}

.bestWriteritems .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.bestWriteritems .swiper-pagination-bullet-active {
  background: var(--secondaryDark);
  opacity: 1;
}
.whyChooseus {
  background: #faf2ff;
}
.whychooseBoxes {
  background: var(--white);
  padding: 25px 25px;
  box-shadow: inset 0px 0px 10px #0000001f;
  margin-bottom: 6px;
}
.lmsSupportitems li {
  display: flex;
  align-items: center;
  gap: 10px;
  border-right: 1px solid #0000001f;
  padding: 10px 15px;
  background: #341549;
  flex: auto;
  width: 19%;
  border-radius: 10px;
  color: var(--white);
  justify-content: center;
}
.lmsSupportitems li:hover {
  background: var(--secondaryDark);
  transition: all 0.3s ease-in-out;
}
.clainOffer {
  background: var(--secondaryDark);
}
.claimWrapper {
  background: #faf2ff;
  border: 1px solid #ffffff3b;
}
.claimRightbox {
  background: #341549;
  padding: 40px 35px;
  border-radius: 35px;
}
.claimRightbox ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #ffffff3b;
  font-size: 20px;
}
.claimRightbox ul li span.freetag {
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 14px;
  color: var(--white);
  border: 1px solid #ffffff3b;
}
.stepProcess .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 7px;
  width: 100%;
  background: #f8f6fb;
  color: var(--black);
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}
.stepProcess .nav-tabs .nav-link span.count {
  background: #d9d9d9;
  color: var(--black);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60%;
  border: 1px solid var(--white);
  font-size: 20px;
}
.stepProcess .nav-tabs .nav-link.active {
  background: #341549;
  color: var(--white);
}
.stepProcess .tab-content .expertItems {
  background: #f8f6fb;
  padding: 20px 15px;
  border-radius: 20px;
}
.testimonails {
  background: #faf2ff;
}
.testimonails .swiper-wrapper {
  padding-bottom: 2rem;
}

.testimonails .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.testimonails .swiper-pagination-bullet-active {
  background: var(--secondaryDark);
  opacity: 1;
}

.ratingBox {
  background: #341549;
  padding: 20px 20px;
  text-align: center;
  border-radius: 20px;
}
.testimonailBox {
  background: #f8f6fb;
  border: 1px solid #c9abab;
  border-radius: 20px;
  padding: 20px 20px;
  margin-bottom: 15px;
}

.expertsupportprice .swiper-wrapper {
  padding: 20px 0;
  padding-bottom: 50px;
}

.expertsupportprice .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.expertsupportprice .swiper-pagination-bullet-active {
  background: var(--secondaryDark);
  opacity: 1;
}

.expertsupportprice .swiper-wrapper .expertItems {
  background: #f8f6fb;
  text-align: center;
}
.writers {
  background: var(--secondaryDark);
}
.writers .nav-tabs .nav-link {
  background: #f8f6fb;
  color: var(--black);
  border-radius: 7px;
}
.writers .nav-tabs .nav-link.active {
  background: var(--btnGradient);
  color: var(--white);
}
.recentBox {
  background: #ededed;
}
.writerItems {
  background: var(--white);
  padding: 20px 20px;
  border-radius: 20px;
}
.writerItems .action li a {
  text-decoration: none;
  color: var(--white);
  padding: 10px 13px;
  border-radius: 5px;
  border: 1px solid var(--white);
}

.writepaper .nav-tabs .nav-link {
  display: flex;
  width: 100%;
  background: var(--white);
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: var(--black);
  border-radius: 30px;
  border: 1px solid #3333331a;
}
.writepaper .nav-tabs .nav-link.active {
  background: #efefef;
}
.writepaper .nav-tabs .nav-link .iconItem {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #d8d8d8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.writepaper .paperList {
  background: #351549;
  padding: 3rem 2rem;
  border-radius: 34px;
}
.writepaper .paperList ul li {
  display: flex;
  flex: 25%;
  color: var(--white);
  padding: 7px 0;
}
.writepaper .nav-tabs {
  box-shadow: 0px 0px 12px #cececefc;
  padding: 22px 14px;
  border-radius: 34px;
}
.truststudents {
  background: #faf2ff;
}
.trustItems {
  background: #f8f6fb;
  border: 1px solid #c9abab;
  padding: 30px 30px;
  border-radius: 30px;
}
.trustItems .nav-tabs .nav-link {
  background: var(--white);
  box-shadow: 0px 0px 12px #cececefc;
  color: #8c8181;
  border-radius: 5px;
}
.trustItems .nav-tabs .nav-link.active {
  background: var(--btnGradient);
  color: var(--white);
}
.freeflag {
  background: var(--secondaryDark);
  border: 1px solid #c9abab;
  padding: 30px 30px;
  border-radius: 30px;
}
.truststudents .curriculum {
  max-width: 611px;
}
.faqs .accordion-button:not(.collapsed) {
  background: var(--secondaryDark);
  box-shadow: none;
  color: var(--white);
  font-size: 20px;
  font-weight: bold;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: 1px solid var(--secondaryDark);
}
.faqs .accordion-collapse.collapse.show {
  background: var(--secondaryDark);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.faqs .accordion-collapse.collapse.show .accordion-body {
  padding-top: 0;
  color: var(--white);
  font-size: 16px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.faqs .accordion-item {
  border-radius: 20px;
  margin-bottom: 10px;
}
.faqs .accordion-button {
  border-radius: 20px !important;
  border: 1px solid #c9abab;
  font-size: 20px;
  font-weight: bold;
  color: var(--black);
}
.faqs .accordion-body {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.faqs .accordion-button::after {
  content: "";
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-left: auto;
  background-color: #1c0c26;
  background-image: url("/assets/images/inactiveArrow.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.faqs .accordion-button:not(.collapsed)::after {
  background-color: #1c0c26;
  background-image: url("/assets/images/activeArrow.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  transform: none;
}
footer {
  background: var(--secondaryDark);
}
.serviceItems ul li ul li a {
  text-decoration: none;
  color: var(--white);
  font-size: 16px;
  display: block;
  padding: 3px 0px;
}
.quickLinks ul li a {
  text-decoration: none;
  color: var(--white);
  font-size: 16px;
  display: block;
  padding: 3px 0px;
}
.social li {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.social li a {
  color: var(--black);
}
.copyright ul li a {
  color: var(--white);
  text-decoration: none;
  border-right: 1px solid var(--white);
  padding: 0 5px;
}
.whystudent {
  background: #faf2ff;
}
.whystudent .expertItems {
  background: #f8f6fb;
  border: 1px solid #c9abab;
  margin-bottom: 15px;
}
.storyitems li {
  flex: 40%;
  padding: 3px 0;
}
.gptexpert {
  background: #341549;
  padding: 30px 30px;
  border-radius: 10px;
}
.whychoosab {
  background: #f8f6fb;
  border: 1px solid #c9abab;
}
.meetexpertItems {
  background: #f8f6fb;
  border: 1px solid #c9abab;
  text-align: center;
  padding-bottom: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.counter {
  background: #341549;
}
.benefitBox .benefitIcon {
  flex: 10%;
}
.benefitBox .benefitInfo {
  flex: 83%;
}
.benefitBox {
  background: var(--white);
  box-shadow: 0px 0px 12px #cececefc;
  padding: 20px 20px;
  border-radius: 10px;
}
.benefitsPartner {
  background: #faf2ff;
}
.instantQuote {
  background: #37174e;
}
.bg-dark-purple {
  background: var(--btnGradient);
}

.btn-purple {
  background: var(--btnGradient);
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
}

.btn-purple:hover {
  background: var(--btnGradient);
  color: #fff;
}

.table-responsive .row:last-child {
  border-bottom: none !important;
}
.Pricingtable {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.pricingItems {
  border-bottom: 1px solid #3333;
  background: #fbfbfb;
}
.affordablePrice .nav-tabs .nav-item {
  flex: 1;
}
.affordablePrice .nav-tabs .nav-link {
  width: 100%;
  border: 1px solid #cecece;
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
}
.affordablePrice .nav-tabs .nav-link.active {
  background: var(--btnGradient);
  color: var(--white);
}
.trust-card {
  border-color: #e9e9e9 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.trust-header {
  background: #2d1244;
}

.trust-header h3 {
  font-size: 24px;
  font-weight: 700;
}

.trust-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #f6eefb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8a5ab7;
  font-size: 24px;
}

.trust-card .border-bottom:last-of-type {
  border-bottom: none !important;
}
.academicLevel li {
  flex: 1;
}
.academicLevel li a {
  display: block;
  border: 1px solid #cecece;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: var(--black);
  font-size: 16px;
  font-weight: bold;
}
.academicLevel li a.active {
  background: var(--btnGradient);
  color: var(--white);
}
.upload-box {
  background: #f5edf9;
  border: 2px dashed #4b275f;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}

.upload-box:hover {
  background: #efe3f7;
}

.upload-icon {
  font-size: 38px;
  color: #4f80ef;
  display: block;
  margin-bottom: 10px;
}

.upload-box h3 {
  font-size: 20px;
  color: #2d1244;
}

.upload-box p {
  font-size: 15px;
  color: #333;
}
.orderWrapper {
  background: #f8f8f8;
  border: 1px solid #d7d6d6;
  padding: 30px 30px;
  border-radius: 10px;
}
.orderWrapper .form-group {
  margin-bottom: 15px;
}
.orderWrapper .form-group label {
  font-size: 16px;
  font-weight: 600;
}
.orderWrapper .form-group .form-control {
  padding: 10px 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232d1244' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 5.646a.5.5 0 0 1 .708 0L8 11.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
}
.orderWrapper .form-group button{
  background: var(--btnGradient);
  width: 80%;
  margin: auto;
  display: block;
  padding: 10px 0;
  outline: none;
  border: none;
  border-radius: 10px;
  color: var(--white);
  font-size: 18px;
}
.summary{
  background: #F8F8F8;
}