@import url("https://fonts.googleapis.com/css2?family=Anek+Tamil:wght@100..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
  --Primary: #ffbc05;
  --Secondary: #13433b;
  --Black: #000;
  --White: #fff;
  --grey: #eeeeee;
}



html {
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Anek Tamil", sans-serif;
  margin: 0;
  padding: 0;
}

.Anek {
  font-family: "Anek Tamil", sans-serif;
}

.black {
  color: var(--Black);
}

.fs16 {
  font-size: 16px;
}

.fs50 {
  font-size: 50px;
}

.fs24 {
  font-size: 24px;
}

.fs45 {
  font-size: 45px;
}

.fs20 {
  font-size: 20px;
}

.fs14 {
  font-size: 14px;
}

.fs36 {
  font-size: 36px;
}

.fs34 {
  font-size: 34px;
}

.fs30 {
  font-size: 30px;
}

.fs18 {
  font-size: 18px;
}

.fs90 {
  font-size: 90px;
}

.navigationSec .navbar {
  background-color: var(--White);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem;
}

.navigationSec .navbar .nav-link {
  color: var(--Black);
  font-weight: 500;
  margin: 0 0.3rem;
  transition: color 0.3s ease;
  font-size: 16px;
}

.navigationSec .navbar .nav-link:hover {
  color: var(--Primary);
}

.navigationSec .navbar .nav-link.ordernow {
  background-color: var(--Primary);
  color: var(--Black);
  padding: 0.4rem 1.6rem;
  border-radius: 5px;
  display: inline-flex;
}

.whatsappnow {
  background: var(--Secondary);
  padding: 0.8rem 4rem;
  display: inline-block;
  text-decoration: none;
  color: var(--White);
  font-weight: 600;
  border-radius: 6px;
  margin: 0.7rem 0;
}

.trusted {
  background: var(--Primary);
  width: max-content;
  padding: 5px 25px;
  border-radius: 5px;
}

.headerForm {
  padding: 1.5rem 1.5rem;
  background: var(--Secondary);
  border-radius: 15px;
}

.headerForm .form-group {
  margin-bottom: 0.6rem;
}

.headerForm .form-control {
  border-radius: 8px;
  border: none;
  padding: 0.6rem 1rem;
  appearance: auto;
  font-size: 14px;
}

.headerForm .submitBtn {
  background: var(--Primary);
  color: var(--Black);
  border: none;
  padding: 0.7rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}

.headerForm label {
  color: var(--White);
  font-size: 14px;
  font-weight: 500;
}

.slideSec {
  background: url("../../assets/img/headerBg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



.deliveredSec {
  background: url("../../assets/img/headerBg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.deliveredBox {
  background: var(--White);
  border-radius: 15px;
  padding: 2.3rem 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 5px 5px 25px;
}

.deliveredBox:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
  transition: all 0.3s ease;
  background: var(--Secondary);
}

.deliveredBox:hover h3,
.deliveredBox:hover p {
  color: var(--White);
}

.bgtransparent {
  background: transparent;
}

.ctaSec {
  background: var(--Secondary);
}

.ctaList li a {
  color: var(--Black);
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 0.8rem 3rem;
  background: var(--White);
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
}

.ctaList li a:hover {
  color: var(--Black);
  background: var(--Primary);
}

.contentItems {
  position: relative;
  margin: 25px 0;
  padding: 0px 15px;
}

.contentItems::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: -1;
  border-left: 2px solid var(--Black);
}

.contentItems::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  z-index: -1;
  border-top: 2px solid var(--Black);
}

.contentItems .icon {
  flex: 5%;
  margin-left: 19px;
}

.contentItems .infoItem {
  flex: 95%;
}

.peekupSec {
  background: var(--Secondary);
}

.processSec .nav-tabs li.nav-item {
  flex: 1;
}

.processSec .nav-tabs .nav-link {
  text-align: center;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  padding: 0.7rem 0.5rem;
  width: 100%;
  background: var(--grey);
  color: var(--Black);
  font-weight: 800;
  font-family: "Anek Tamil", sans-serif;
}

.counter {
  width: 50px;
  height: 50px;
  background: #d9d9d9;
  color: var(--Black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid var(--Secondary);
}

.processSec .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: var(--Secondary);
  color: var(--White);
}

.innerProcess {
  background: #FAFAFA;
  padding: 2rem 1.5rem;
  margin: 1.7rem 0;
  border-radius: 20px;
}

.writerSec {
  background: url("../../assets/img/headerBg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.writer-box {
  padding: 10px;
  border: 1px solid;
  border-radius: 20px;
  background: var(--White);
}

.writer-box .profile-name .name {
  font-size: 28px;
  font-weight: bold;
  display: block;
}

.writer-box .profile-name .designation {
  font-size: 18px;
  color: #b3b3b3;
}

.focus-area span {
  color: grey;
  font-size: 18px;
  display: block;
  padding: 8px 10px;
}

.focus-area ul {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.focus-area ul li {
  border: 2px solid;
  padding: 6px;
  border-radius: 30px;
  background: #f6f1f1;
}

.focus-area ul li {
  font-weight: 500;
}

.writer-box p {
  border-bottom: 2px dotted;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

ul.review-rate li {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.writer-box a {
  font-size: 16px;
  padding: 6px 40px;
  background: var(--Secondary);
  color: white;
  display: flex;
  margin: auto;
  width: 80%;
  justify-content: center;
  text-decoration: none;
  border-radius: 5px;
}

.satisfyBox {
  padding: 1.5rem 1rem;
  border: 1px solid var(--Black);
  border-radius: 20px;
}

.reviewact {
  background: var(--Primary);
  text-decoration: none;
  color: var(--Black);
  padding: 5px 30px;
  border-radius: 10px;
  margin: 5px 0;
  display: inline-block;
}

.yellow {
  color: #FFC530;
}

.reviewItems {
  background: var(--White);
  border-radius: 15px;
  padding: 1.5rem 2.4rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* height: 100%; */
  border: 1px solid var(--Black);
  margin-bottom: 20px;


}

.faqSec {
  background: url("../../assets/img/headerBg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.faqItems {
  padding: 1.5rem 1.3rem;
  background: var(--White);
  border-radius: 15px;
  border: 1px solid var(--Black);
  margin: 1rem 0;
}

.faqItems:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
  transition: all 0.3s ease;
  background: var(--Secondary);
}

.faqItems:hover h3,
.faqItems:hover p {
  color: var(--White);
}

.footerSec {
  background: url("../../assets/img/footerBg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.quicklink li a {
  text-decoration: none;
  color: var(--White);
  transition: color 0.3s ease;
}

/* .footerbrand {
  filter: invert(1);
} */

.socialLinks li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: var(--White);
  color: var(--Secondary);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-right: 0px;
  transition: all 0.3s ease;
}

.socialLinks li a:hover {
  background: var(--Primary);
  color: var(--Black);
}

.extrafee {
  padding: 1.5rem 0rem;
  background: var(--Secondary);
}

.extrafee p {
  background: var(--Primary);
  padding: 10px 20px;
  margin: 5px 0 !important;
}

.aboutitemlist {
  background: var(--White);
  padding: 7px 7px;
  border-radius: 5px;
}

.aboutitemlist p.excellent {
  background: var(--Primary);
  color: var(--Black);
  text-align: center;
  margin-top: 4px !important;
}

.extrafee p span {
  border-right: 1px solid;
  flex: 1;
  font-weight: 600;
  color: var(--Black);
}



.bestDissertation .swiper-slide {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}




.bestDissertation ul {
  list-style: none;
  padding: 0;
}

.bestDissertation ul li .days {
  font-weight: 500;
  font-size: 18px;
}

.bestDissertation ul li .prices {
  font-weight: 700;
}



.bestDissertation h2 {
  background: var(--Primary);
  padding: 20px 40px;
  font-size: 30px;
  color: white;
  display: inline-block;
  border-radius: 20px 20px 0px 0px;
}

.priceSwiper .swiper-wrapper {
  padding-bottom: 2rem;
}

.ordersummary {
  background: var(--Secondary);
  padding: 1.5rem 1.5rem;
  border-radius: 20px;
}

.ordersummary p {
  margin: 0;
  padding: 0;
  color: var(--White);
}

.orderform .form-group {
  margin-bottom: 10px;
}

.orderform .form-control {
  padding: 10px 10px;
  appearance: auto;
}

.orderform label {
  font-size: 14px;
  color: var(--Black);
  font-weight: 600;
}

.orderform button {
  padding: 0.7rem 2rem;
  background: var(--Secondary);
  color: var(--White);
  border-radius: 10px;
}

.swiper-pagination-bullet {
  padding: 7px;
}

.swiper-pagination-bullet-active {
  background: var(--Secondary);
}

.navigationSec.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--greenGradient);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 999999;
}

.fixedbtnwhatsapp {
  position: fixed;
  bottom: 1em;
  left: 2em;
  z-index: 999999;
}

.bestDissertation .nav-pills .nav-link {
  font-size: 28px;
  background: #FDF8EC;
  color: black;
  width: 200px;
  font-weight: 700;
  width: 100%;
  border-radius: 30px;
}

.bestDissertation li.nav-item {
  flex: 1 1;
}

.bestDissertation .nav-pills .nav-link.active {
  background: var(--Primary);
}

.price-box .top-content {
  background: var(--Primary);
  padding: 20px;
  text-align: center;
  border-radius: 20px 20px 0px 0px;
}

.top-content .package-no {
  font-size: 30px;
  font-weight: 800;
}

.top-content div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
}

.top-content div span:nth-child(1) {
  border-right: 2px solid;
  padding-right: 10px;
}

.bottom-content {
  padding: 20px 10px;
}

span.total-fees {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.bottom-content ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  border-bottom: 2px solid;
  justify-content: center;
  padding: 10px 0px;
}

.bottom-content ul {
  text-align: center;
}

.bottom-content a {
  background: var(--Secondary);
  text-decoration: none;
  color: white;
  padding: 7px 42px;
  border-radius: 10px;
}

.price-box {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin: 5px;
  border-radius: 20px 20px 20px 20px;
}

.reviewItems img {
  display: none;
}