/* ====== Simple CSS Reset ====== */
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --Dark: #000;
  --Buttongradient: linear-gradient(180deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(76, 76, 76, 1) 100%);
  --lightGreen: #d3ffe7;
  --lightGrey: #fbfbfb;
  --primaryBg: #a3ffcc;
  --lightGradient: linear-gradient(0deg,
      lab(93.55% -36.36 14.67) 0%,
      rgba(211, 255, 231, 1) 100%);
      --darkClr:#0F0F0F;
      --white:#fff;
}

.primaryBg {
  background: var(--primaryBg);
}

.lightGradient {
  background: var(--lightGradient);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*font-family: "Poppins", sans-serif;*/
    font-family: "Inter", sans-serif;
}

section {
  padding: 60px 0px;
}

.fs45 {
  font-size: 45px;
}

.fs38 {
  font-size: 38px;
}

.fs36 {
  font-size: 38px;
}

.fs20 {
  font-size: 20px;
}

.fs14 {
  font-size: 14px;
}

html,
body {
  height: 100%;
  width: 100%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--Dark);
  overflow-x: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

.fs50 {
  font-size: 50px;
}

.fs48 {
  font-size: 48px;
}

.fs40 {
  font-size: 40px;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

.rounded-10 {
  border-radius: 10px;
}

.sliderInfo h1 span{
    background: var(--darkClr);
    color: var(--white);
    padding: 0px 15px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

.order-now {
  padding: 10px 30px;
  font-size: 20px;
  background: var(--Buttongradient);
  color: white;
  font-weight: bold;
  border-radius: 8px;
}

.homeBanner {
  background: url("../../assets/img/headerBannerBg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.navbar-nav .order-now {
  font-size: 16px;
  padding: 8px 30px;
}

.placeorder {
  background: var(--Buttongradient);
  font-size: 22px;
  padding: 8px 30px;
  color: white;
  display: block;
  margin: auto;
  font-weight: 600;
}

.clientsBox {
  box-shadow: 0px 0px 10px #3333;
  padding: 1rem;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  margin: 5px 5px 40px;
}

.clientsBox:hover {
  background: var(--lightGreen);
}

.clienttrust .swiper-pagination {
  position: static;
  margin: -19px 0px;

}

.fs24 {
  font-size: 24px;
}

.fs14 {
  font-size: 14px;
}

.findoutprice {
  background: var(--lightGrey);
}

.orderform .form-group {
  margin-bottom: 13px;
}

.orderform .form-control {
    padding: 13px 15px;
    box-shadow: 0px 10px 10px #13131333;
    appearance: auto;
}

.fs45 {
  font-size: 45px;
}

.lh15 {
  line-height: 15px;
}

.pricingform p {
  /* flex: 1; */
}

.handlenursing {
  background: url("../../assets/img/ctaBg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fs60 {
  font-size: 60px;
}

.handletitle {
  background: var(--Buttongradient);
}

.handlepaper {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(163, 255, 204, 1) 48%,
      rgba(255, 255, 255, 1) 100%);
}

.handlepaper .swiper-button-next,
.handlepaper .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 97%);
}

.handlepaper .swiper-button-prev:after,
.handlepaper .swiper-rtl .swiper-button-next:after {
  content: '';
}

.handlepaper .swiper-button-next:after,
.handlepaper .swiper-rtl .swiper-button-prev:after {
  content: '';
}

.cta {
  background: var(--primaryBg);
}

.cta-content {
  padding: 20px;
}

.contentSec .cta a {
  font-size: 20px;
  background: black;
  color: white;
  padding: 8px 18px;
}

.list-style-circle {
  list-style: disc;
}

.list-style-circle li {
  padding: 7px 0px;
  font-size: 18px;
}

.navigationSec .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    font-weight: 600;
    border-bottom: 2px solid #86DEB5;
}
.navigationSec .nav-link{
    color: var(--Dark);
}

.nursing-subject {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(163, 255, 204, 1) 48%,
      rgba(255, 255, 255, 1) 100%);
}

.nursing-box {
  text-align: center;
  background: white;
  padding: 30px 15px;
  margin-bottom: 20px;
  height: 45%;
}

.nursing-box img {
  display: block;
  margin: auto;
}

.nursing-box span {
  font-size: 24px;
  font-weight: bold;
}

.nursing-box p {
  font-size: 20px;
}

.news-university .left-content {
  padding: 20px;
  background: var(--primaryBg);
}

.writer-box {
  padding: 10px;
  border: 1px solid;
  border-radius: 20px;
}

.writer-box p {
  border-bottom: 2px dotted;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.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 0px;
}

.focus-area ul {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.focus-area ul li {
  font-weight: 500;
}

.writer-box a {
  font-size: 20px;
  padding: 6px 40px;
  background: black;
  color: white;
  display: flex;
  margin: auto;
  width: 80%;
  justify-content: center;
}

ul.review-rate li {
  font-weight: 500;
  font-size: 15px;
  text-align: center;
}

.nursing-topic {
  background: url(../img/NursingTopicBg.webp)top right/cover no-repeat;
}

.nursing-topic a {
  font-size: 20px;
  padding: 7px 40px;
  background-color: #000;
  color: white;
}

.order-paper {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(163, 255, 204, 1) 48%,
      rgba(255, 255, 255, 1) 100%);
}

.paper-box {
  padding: 30px;
  background: white;
  height: 90%;
}

.order-paper .swiper-slide,
.nursing-subject .swiper-slide {
  height: auto;
}

.paper-box span {
  font-size: 25px;
  font-weight: 600;
  display: block;
  padding: 20px 0px 0px;
}

.platform img {
  background: #F0F0F0;
  padding: 10px;
  height: 57px;
}

.customer-box .fa-quote-left {
  color: palevioletred;
  font-size: 20px;
}


.customer-box span.code {
  font-size: 22px;
  color: #8ACCA8;
  font-weight: 500;
}


.customer-box span.code {
  font-size: 22px;
  color: #8ACCA8;
  font-weight: 500;
}


.customer-box span.subject {
  font-size: 21px;
  font-weight: 700;
  display: block;
}


.customer-box .fa-star {
  color: #FF8800;
  font-size: 12px;
}

.customer-box p {
  font-size: 14px;
  margin: 10px 0px;
}

.customer-box {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 10px 10px 30px 0px;
  border-radius: 10px;
}

span.client {
  font-size: 14px;
}

.faq {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(163, 255, 204, 1) 48%,
      rgba(255, 255, 255, 1) 100%);
}

.faq ul.list-unstyled li {
    padding-bottom: 12px;
    display: flex
;
    align-items: center;
    gap: 8px;
}

.faq .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #000;
  font-weight: 600;
}

.faq .accordion-item {
  border: none;
}

.faq .accordion-item,
.faq .accordion-button {
  background: #fff;
      margin: 10px 0;
}

.faq button.accordion-button {
  font-size: 23px;
  line-height: normal;
}

.faq .accordion-body {
  font-size: 20px;
  padding: 10px;
}

.faq .accordion-button::after {
  /*display: none;*/
}

a.whatsapp {
  background: #00D45B;
  display: flex;
  align-items: center;
  padding: 10px 50px;
  justify-content: space-around;
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
  color: white;
}

a.Massenger {
  background: #F3F3F3;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 50px;
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
  color: black;
}

a.Massenger img {
  width: 30px;
}

footer {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(163, 255, 204, 1) 48%,
      rgba(255, 255, 255, 1) 100%);
}

.contact-info span {
  font-size: 17px;
  font-weight: 600;

}

.tb-border {
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  padding: 10px 0px;
}

.footer-link span {
  font-size: 22px;
  font-weight: 600;
  display: block;
  margin: 15px 0px;
}

.footer-link ul {
  padding: 0px;
}

.footer-link ul li a {
  font-size: 17px;
}

.footer-link ul li {
  padding: 10px 0px;
}

.copyright {
  background: black;
  padding: 10px 0px;
  color: var(--lightGrey);
}

.findoutprice ul.list-unstyled {
  list-style: none;
}

.findoutprice ul.list-unstyled li {
    padding-bottom: 12px;
    display: flex
;
    align-items: center;
    gap: 8px;
}

.handleItems {
  position: relative;
}

.handleItems p {
  background: white;
  padding: 25px 8px 35px;

  text-align: center;
}

.handleItems .nursing-img {
  width: 100%;
}

.handleItems .healthcare {
  position: absolute;
  width: 48px;
  bottom: 0px;
  right: 0px;
}

.handleItems .custom-swiper-btn {
  color: #000;
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 10px;
}

.custom-swiper-btn:hover {
  color: #333;
}


.contentSec .container {
  overflow-y: scroll;
  height: 900px;
  scrollbar-color: #a3ffcc #f4f4f4;
  scrollbar-width: auto;
}

.handlepaper .swiper-button-prev,
.handlepaper .swiper-button-next {
  top: 97% !important;
  /* force center vertically */
  transform: translateY(-50%) !important;
  width: 30px !important;
  height: auto !important;
  margin-top: 0 !important;
  /* swiper default margin hatao */
  color: var(--Dark);
  padding: 2px;
}

.swiper-button-prev {
  left: 46% !important;
  /* adjust karo */
}

.swiper-button-next {
  right: 46% !important;
  /* adjust karo */
}

.custom-swiper-btn i {
  font-size: 45px;
  /* jo aapne fs45 rakha hai */
}

/* Default state */
.custom-swiper-btn {
  background: transparent;
  transition: all 0.3s ease;
}

.custom-swiper-btn i {
  color: #000;
  font-size: 28px;
}

/* Jab button disabled ho (Swiper khud lagata hai) */
.swiper-button-disabled {
  background: var(--Buttongradient) !important;
  color: white !important;
  opacity: 1 !important;
}

.swiper-button-disabled i {
  color: #fff !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '';
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: '';
}

.professional-writers .swiper-button-prev,
.professional-writers .swiper-button-next {
  top: 50% !important;
  /* force center vertically */
  transform: translateY(-50%) !important;
  width: 30px !important;
  height: auto !important;
  margin-top: 0 !important;
  /* swiper default margin hatao */
  color: var(--Dark);
}

.professional-writers .swiper-button-prev {
  left: 85% !important;
}

.professional-writers .swiper-button-next {
  right: 8% !important;
}

.swiper-pagination-bullet {
  border: 2px solid grey;
  padding: 6px;

}

.swiper-pagination-bullet-active {
  background: var(--Dark);
}

.mobile {
  mix-blend-mode: luminosity;
  width: 200px;
}

button.accordion-button {
  /*padding-bottom: 0px;*/
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.focus-area ul li {
  border: 2px solid;
  padding: 6px;
  border-radius: 30px;
  background: #f6f1f1;
}

a.whatsapp img {
  width: 30px;
}

.writerSwiper .swiper-pagination {
  display: none;
}

.service-content {
  background: #F0F0F0;
  position: relative;
}

.content-area {
  padding: 40px;
  background: white;
  position: relative;
  right: 12%;
  border-radius: 20px 100px 200px 20px;
}

.service-left-img {
  position: absolute;
  bottom: 0px;
  top: 0px;
  width: 100%;
  height: -webkit-fill-available;
}


.content-area span {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
}

.content-frame img:nth-child(1) {
  position: absolute;
  top: 40%;
  width: 80px;
  left: -50px;
}

.content-frame img:nth-child(2) {
  position: absolute;
  bottom: 0px;
  right: 20%;
  width: 90px;
}

.content-frame img:nth-child(3) {
  position: absolute;
  top: -40px;
  width: 80px;
  left: 20%;
}

img.Frame {
  position: absolute;
  top: 20px;
  right: 8%;
  width: 70px;
}

img.Frame-3 {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 90px;
}

img.Frame-1 {
  position: absolute;
  right: 20%;
  width: 100px;
  bottom: 0px;
}

img.Frame-5 {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 50px;

}

img.Frame-2 {
  position: absolute;
  width: 80px;
  bottom: 0px;
}

.universities {
  background: var(--lightGreen);
}

.university img {
  height: 100px;
  /* sab logo ki same height */
  width: auto;
  /* width apne aap adjust ho */
  object-fit: contain;
  /* image stretch/distort na ho */
  display: block;
  /* spacing issues fix */
}

.fixedbtnwhatsapp {
  position: fixed;
  bottom: 1em;
  left: 2em;
  z-index: 999999;
}

section.universities .right-content {
  background: white;
  padding: 40px;
}

section.universities .right-content .payments-icon img {
  width: 70px;
}

section.counter .counter-box {
  background: var(--lightGradient);
  padding: 20px;
  text-align: center;
}

section.counter .counter-box span {
  font-size: 30px;
  font-weight: 700;
}

.programs-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 100%;

}

.programs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #000;
  border-left: none;
  border-top: none;
}

.programs-grid div {
  padding: 10px;
  font-weight: bold;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 20px;
}

.programs-footer {
  margin-top: 15px;
  font-weight: bold;
  font-size: 20px;
}

.our-object {
  background: url(../img/OurObjectBg.webp)center /cover no-repeat;
}

.our-object .left-content {
  padding: 20px;
  margin: 4px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background: white;
}

.our-object .left-content span {
  font-size: 30px;
  font-weight: 700;
}

.our-object .right-content ul {
  display: grid;
  grid-template-columns: auto auto auto;
  margin: 10px;

}

.our-object .right-content ul li {

  padding: 20px 10px;
  font-weight: bold;
  background: var(--lightGradient);
  margin: 20px 10px;
  font-size: 16px;

}

.price-plan ul li:nth-child(1) {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}


.price-plan ul li:nth-child(3),
.price-plan ul li:nth-child(5),
.price-plan ul li:nth-child(7),
.price-plan ul li:nth-child(9),
.price-plan ul li:nth-child(11),
.price-plan ul li:nth-child(13) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 2%, rgba(163, 255, 204, 1) 52%, rgba(255, 255, 255, 1) 78%);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.price-plan ul {
  border-right: 1px solid black;
  padding: 0px 0px 0px;

}

section.price-plan h2 {
  background: var(--lightGradient);
  display: inline-block;
  align-items: center;
  width: auto;
  margin: auto;
  font-size: 40px;
  padding: 15px 40px;
  border-radius: 50px;
}



.price-plan ul li {
  text-align: center;
  display: flex;
  align-items: start;
  gap: 5px;
  justify-content: center;
  padding: 10px 10px 6px;
  margin: 10px 0px;

}

.price-plan ul li span {
  font-weight: 700;
}

.price-plan ul li p {
  display: inline-flex;
}

section.order-form form select {
  width: 100%;
  margin: 10px 5px;
}

section.order-form form textarea {
  width: 100%;
  padding: 15px 15px 30px;
  border-radius: 10px;
  border: 1px solid grey;
}

.order-summary {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 20px;
  margin-bottom: 20px;
}

.order-summary h3 {
  text-align: center;
  font-weight: 600;
}

.order-summary span,
.order-summary p {
  font-size: 14px;
  margin: 0px;
}

.order-summary span {
  font-weight: 600;
  display: block;
  margin: 5px 0px;
}

.order-summary p {
  padding-bottom: 8px;
}

.order-summary div {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 3px 0px;
  margin: 4px 0px;
}

p.subject {
  border-bottom: 1px solid;
}

form.personal-details div input,
form.personal-details div select {
  width: 100%;
  padding: 10px 20px;
  margin: 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: none;
  border-radius: 20px;
}

form.personal-details div select {
  border: none;
  color: gray;
}

.order-form .radio {
  width: 14px;
}

span.total-amount {
  font-size: 26px;
  font-weight: 600;
}

.payment-methods img {
  width: 65px;
}

.aboutinfo .right-content span {
  font-size: 24px;
  font-weight: 600;
}

p svg {
  color: #1C8C2D;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #00D45B;
}

.process-step {
  font-size: 20px;
  font-weight: 600;
  padding: 5px 10px;
  background: white;
  display: block;
  position: relative;
  justify-content: center;
  align-items: center;
  top: -3px;
  margin: 5px auto;
  text-align: center;
  width: 100px;
  color: grey;
  border-radius: 10px;
}

.sitemapdata ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 30px;
}

.sitemapdata ul li {
  width: 32%;
  padding: 10px;
  background: var(--primaryBg);
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.sitemapdata ul li a {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.heading1 {
  background: var(--primaryBg);
  padding: 1rem 1rem;
  border-radius: 12px;
  color: #000;
  font-size: 28px;
  margin-bottom: 1rem;

}

.sitemapdata ul li a img {
  width: 33px;
  height: auto;
}

.heading2 {
  background: var(--primaryBg);
  padding: 1rem 1rem;
  border-radius: 12px;
  color: #000;
  font-size: 28px;
  margin-bottom: 1rem;
}

.not-found img {
  max-width: 50%;
}

.not-found-btn {
  background: #47C78A;
}

.border-lines {
  border: 1px dotted;
  transform: translate(190px, 156px);
  width: 70%;
}

.writerSwiper .swiper-slide-active{
    background: #B6FFD7;
}