@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Outfit", sans-serif;
}
:root {
  --Primary: #327bff;
  --Secondary: #085257;
  --lightblue: #f5faff;
  --white: #fff;
  --Black: #000;
}
span.top-heading {
  background: #dfeaff;
  padding: 10px 40px;
  display: inline-block;
  color: var(--Primary);
  font-weight: 700;
  border-radius: 50px;
  margin-bottom: 10px;
}
.order-now {
  background: var(--Primary);
  color: var(--white);
  padding: 7px 35px;
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  font-weight: 700;
  transition: color 0.35s ease;
}

.order-now {
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  z-index: 1;
}

.order-now::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--white);
  transition: left 0.35s ease;
  z-index: -1;
}

.order-now:hover::before {
  left: 0;
}

.order-now:hover {
  color: var(--Primary);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.login {
  padding: 7px 35px;
  border: 2px solid grey;
  border-radius: 30px;
  color: var(--Black);
}

.bgPrimary {
  background: var(--Primary);
}
.bgblue {
  background: var(--blue);
}
.txt-blue {
  color: var(--blue);
}
.txt-white {
  color: var(--white);
}

.bgSecondary {
  background: var(--Secondary);
}
section {
  padding: 50px 0px;
}
.fs40 {
  font-size: 40px;
}
.fs34 {
  font-size: 34px;
}
.fs30 {
  font-size: 30px;
}
.fs25 {
  font-size: 25px;
}
.fs20 {
  font-size: 20px;
}
.fs14 {
  font-size: 14px;
}
img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

ul {
  padding: 0px;
  margin: 0px;
}

section {
  padding: 60px 0px;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

header {
  position: relative;
  left: 0px;
  right: 0px;
  background: transparent;
}

header a.nav-link {
  color: black;
}

.headerSec.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--Secondary);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.star .fa-star {
  font-size: 9px;
  color: #ffbd38;
}

.review-link {
  font-size: 14px;
  font-weight: 700;
}

.rating {
  font-size: 17px;
  background: #ffbd38;
  padding: 8px 10px;
  position: relative;
  left: 1px;
  border-radius: 7px;
  font-weight: 700;
}

.rating-right {
  padding: 3px 4px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1.95px 0.6px;
}

.reviews-on {
  background: var(--white);
  padding: 15px 27px;
  border-radius: 10px;
}

section.home {
  background: var(--lightblue);
}

.first-review {
  border-right: 2px solid black;
  padding-right: 7px;
}
.home .star .fa-star {
  font-size: 14px;
}

.form-sec {
  background: var(--white);
  padding: 40px 20px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.form-sec form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
}
.form-sec form button {
  background: var(--Primary);
  padding: 6px 0px;
  color: white;
  border: none;
  border-radius: 20px;
  width: 175px;
}

.home i.fa-solid.fa-circle-check {
  color: var(--Primary);
}

.unis {
  background: url(../img/unis.webp) 0 0 / cover;
  width: 100%;
  margin: 0 10px 0 0;
  padding: 36px;
  animation: 50s linear infinite animatedBackground;
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }

  to {
    background-position: -4750px 0;
  }
}

.fixedbtnwhatsapp {
  position: fixed;
  bottom: 1em;
  left: 2em;
  z-index: 999999;
}
.not-found a {
  background: var(--Primary);
  padding: 6px 43px;
  color: white;
  border-radius: 10px;
}
.student-trust {
  background: var(--white);
  padding: 30px 20px;
  border-radius: 20px;
  border: 2px solid lightgray;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.student-trust ul li {
  padding-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 15px;
  border-bottom: 1px solid lightgrey;
}

/* =========================================================
   SECTION HEADINGS (shared)
   ========================================================= */

section.university {
  border-top: 2px solid lightgray;
  border-bottom: 2px solid lightgray;
}

/* =========================================================
   NURSING ASSIGNMENT SERVICE (swiper)
   ========================================================= */
.services-slider {
  padding: 10px 3px 45px;
}
.border-green {
  border-bottom: 2px solid var(--Secondary);
  border-bottom: 4px solid #2ab0ab;
  display: block;
  width: 100px;
  margin: auto;
  position: relative;
  top: -15px;
}
.service-card {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(8, 82, 87, 0.08);
  height: 100%;
  margin: 3px 0px;
}
.service-check-badge {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: #dfeaff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-check-badge i {
  color: var(--Primary);
  font-size: 10px;
}
.service-card .service-body {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 2px;
  border-radius: 20px;
}
.service-card span {
  font-size: 20px;
  font-weight: 700;
  display: block;
}
.service-card p {
  margin-bottom: 14px;
}
.service-card ul li {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.service-card ul li i {
  color: var(--Primary);
  font-size: 12px;
  position: relative;
  top: -8px;
  left: 2px;
}
.service-card .service-link {
  color: var(--Primary);
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 6px;
  margin-top: 8px;
}
.swiper-pagination-bullet-active {
  background: var(--Primary) !important;
}

/* =========================================================
   ABOUT US
   ========================================================= */
section.about-us {
  background: var(--lightblue);
}
.about-us .sec-heading p {
  max-width: 1000px;
}
.why-choose-box {
  background: var(--white);
  border-radius: 20px;
  padding: 30px 30px;
  margin-top: 10px;
  border: 1px solid lightgrey;
}

.why-choose-box ul {
  border: 1px solid lightgray;
  padding: 15px 20px 10px;
  border-radius: 10px;
}

.why-choose-box ul li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 8px;
}

/* =========================================================
   ACADEMIC LEVELS
   ========================================================= */

.level-card p:nth-of-type(2) {
  display: flex;
  align-items: center;
  gap: 4px;
}
.academic-levels .level-card span {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}
.academic-badge {
  background: #dfeaff;
  color: var(--Primary);
  display: inline-block;
  padding: 6px 24px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
}
.level-card {
  background: var(--white);
  border: 1px solid #e7edf5;
  border-radius: 16px;
  padding: 20px;
  height: 100%;
  transition: 0.25s;
  box-shadow: 0 8px 22px rgba(8, 82, 87, 0.1);
}

.level-card span {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
.level-card p {
  font-size: 15px;

  margin-bottom: 0;
}

/* =========================================================
   QUALITY GUARANTEE BANNER
   ========================================================= */
.quality {
  background: var(--Secondary);
  color: var(--white);
  padding: 40px;
}

.quality-banner ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  margin-bottom: 14px;
}
.quality-banner ul li i {
  color: #ffbd38;
}
.quality-badge {
  background: var(--white);
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  color: var(--Secondary);
}
.quality-badge .num {
  font-size: 60px;
  line-height: 1;
  font-weight: 800;
  color: var(--Primary);
}

/* =========================================================
   PAIN POINT SECTION
   ========================================================= */

.pain-box {
  background: var(--lightblue);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.icon-circle {
  padding: 20px;
  border-radius: 50%;
  background: #edf7f7;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.star-badge {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 4px #4fd1c5;
}
.star-badge .fa-star {
  color: #4fd1c5;
  font-size: 10px;
}
.quality-grid {
  width: 100%;
}
.q-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.q-row.last {
  border-bottom: none;
}
.q-cell {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 7px;
  font-weight: 500;
  color: var(--white);
}

.q-cell .highlight {
  color: #d1c131;
}
.star-badge {
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.25);
}
.star-badge i {
  color: #4fd1c5;
  font-size: 10px;
}
.star-badge.empty {
  background: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.25);
}

/* =========================================================
   WHY STUDENTS CHOOSE US (stat cards)
   ========================================================= */
section.choose-us {
  background: var(--lightblue);
}
.stat-card {
  background: var(--white);
  border-radius: 18px;
  padding: 26px;
  height: 100%;
}
.bar-chart {
  display: flex;
  align-items: end;
  justify-content: end;
}
.stat-card span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 3px;
}
.stat-card p {
  font-size: 13px;
  color: #626b78;
  margin-bottom: 18px;
}

.many-responsibility {
  padding: 20px;
  background: var(--lightblue);
  margin-bottom: 10px;
}
.we-offer {
  padding: 40px 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 10px;
}
.we-offer ul li {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-bottom: 8px;
}
.img-circle {
  background: lightgray;
  padding: 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

/* =========================================================
   COUNTER STRIP
   ========================================================= */
.counter-strip {
  background: var(--Secondary);
  border-radius: 15px;
  padding: 40px 80px;
}
.counter-item {
  padding: 10px 10px;
  text-align: center;
  color: var(--black);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.counter-item h3 {
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 2px;
}
.counter-item p {
  font-size: 18px;
  margin-bottom: 0;
}

/* =========================================================
   MEET OUR EXPERTS (swiper)
   ========================================================= */
.expert-card {
  background: var(--white);
  border: 2px solid #e7edf5;
  border-radius: 18px;
  padding: 22px;
  height: 100%;
}
.expert-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.expert-left {
  display: flex;
  gap: 12px;
  align-items: center;
}

.expert-card .name {
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
.phd-badge {
  background: #0f9d78;
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.expert-location {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 1px;
}
.expert-location i {
  color: #e05c5c;
}
.expert-right {
  text-align: right;
}
.expert-role {
  font-size: 13px;
  font-weight: 600;
  color: var(--Black);
}
.expert-rating {
  font-size: 12px;
  color: #ffbd38;
  font-weight: 700;
  white-space: nowrap;
}
.expert-card p.bio {
  margin-bottom: 16px;
}
.expert-boxes {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 8px;
}
.expert-box {
  background: #eef4ff;
  border-radius: 12px;
  padding: 14px;
}
.expert-box .specialize {
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}
.expert-box h5 i {
  font-size: 12px;
  margin-right: 4px;
}
.expert-tags {
  display: flex;

  flex-wrap: wrap;
  gap: 8px;
}
.expert-tags span {
  background: var(--Primary);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 14px;
}
.expert-box ul.works-with li {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 8px;
}
.expert-box ul.works-with li i {
  color: var(--Primary);
  font-size: 10px;
  margin-top: 3px;
}

@media (max-width: 767px) {
  .expert-boxes {
    grid-template-columns: 1fr;
  }
  .expert-right {
    text-align: left;
  }
}

/* =========================================================
   NURSING SUBJECTS WE COVER
   ========================================================= */

.subjects {
  background: var(--lightblue);
}
.subjects-card {
  background: var(--white);
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.subject-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}
.subject-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  border: 1px solid #d7deea;
  border-radius: 30px;
  padding: 10px 18px;
  font-weight: 600;
  font-size: 14px;

  cursor: pointer;
}
.subject-pill.active {
  border-color: var(--Primary);
  color: var(--Primary);
}
.radio-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #b9c2d0;
  display: inline-block;
  position: relative;
}
.subject-pill.active .radio-dot {
  border-color: var(--Primary);
}
.subject-pill.active .radio-dot::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: var(--Primary);
}
.subjects-view-more {
  background: var(--Primary);
  border: none;
  color: var(--white);
  font-weight: 600;
  padding: 10px 60px;
  border-radius: 30px;
  font-size: 14px;
}

.subject-panel {
  background: var(--Secondary);

  padding: 34px 17px;
  color: var(--white);
  height: 100%;
  min-height: 220px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.subject-panel-text {
  position: relative;
  z-index: 2;
  max-width: 60%;
}

.subject-panel p {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 0;
}
.subject-deco {
  position: relative;
  right: 0;
  bottom: 0;
  max-width: 260px;
  z-index: 1;
}

/* Bootstrap ke default nav-pills look ko reset karke apna design force karna */
.subject-pills.nav {
  flex-direction: row;
  flex-wrap: wrap;
}

.nav-link.subject-pill {
  /* bootstrap defaults override */
  color: inherit;
  background: var(--white);
  border: 1px solid #d7deea !important;
  border-radius: 30px;
}

.nav-link.subject-pill.active {
  background: var(--white) !important;
  border-color: var(--Primary) !important;
  color: var(--Primary) !important;
}

.nav-link.subject-pill:hover {
  color: var(--Primary);
}

/* disabled state agar future me use ho */
.nav-link.subject-pill.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* subject-panel me ab tab-content hai, isliye position relative flex thoda adjust */
.subject-panel .tab-content {
  position: relative;
  height: 100%;
}
.subject-panel .tab-pane {
  display: none;
  position: relative;
  height: 100%;
  align-items: center;
}
.subject-panel .tab-pane.active {
  display: flex;
}
@media (max-width: 767px) {
  .subjects-card {
    padding: 24px;
  }
  .subject-panel-text {
    max-width: 100%;
  }
}
/* =========================================================
   SIMPLE STEPS
   ========================================================= */
.step-card {
  background: var(--white);
  border-radius: 18px;
  padding: 22px;
  height: 100%;
  position: relative;
}
.step-num {
  position: absolute;
  top: -14px;
  right: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--Primary);
  color: var(--white);
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 200px;
}

.step-card span {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
}
.step-card p {
  font-size: 13px;
  color: #626b78;
  margin-bottom: 0;
}
.tight-deadline {
  background: var(--Secondary);

  padding: 20px 30px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
.tight-deadline h4 {
  margin-bottom: 0;
  font-weight: 700;
}
.tight-deadline a {
  background: var(--Primary);
  color: var(--white);

  padding: 7px 70px;
  border-radius: 20px;
}

/* =========================================================
   TESTIMONIALS (swiper)
   ========================================================= */
section.testimonials {
  background: var(--lightblue);
}
.testimonial-card {
  background: var(--white);
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  box-shadow:
    rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  margin: 4px;
}
.testimonial-card .star .fa-star {
  font-size: 14px;
}
.testimonial-card .t-date {
  font-size: 14px;
  color: #000;
  display: block;
}
.testimonial-card p {
  font-size: 14px;
  color: black;
  margin-bottom: 16px;
}
.testimonial-card .t-name {
  font-weight: 700;
  font-size: 18px;
}

/* =========================================================
   CTA BANNER
   ========================================================= */
.cta-banner {
  background: var(--Secondary);
  border-radius: 24px;
  padding: 20px 28px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 270px;
  overflow: hidden;
}

.cta-content {
  text-align: center;
  padding: 25px 0;
  flex: 1;
  max-width: 560px;
  margin: 0 auto;
}

.cta-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #347cf5;
  color: #fff;
  border-radius: 30px;
  padding: 5px 18px;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 12px;
}

.cta-content h2 {
  font-size: 30px;
  line-height: 1.12;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto 18px;
  max-width: 500px;
}

.cta-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.btn-order,
.btn-chat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 7px;
  height: 48px;
  padding: 0 22px;
  white-space: nowrap;
}

.btn-order {
  background: #347cf5;
  color: #fff;
}

.btn-chat {
  background: #f1f1f1;
  color: #111;
}

.cta-side-img {
  display: block;
  height: 270px;
  width: 140px;
  object-fit: contain;
  object-position: center bottom;
  flex-shrink: 0;
}

.cta-left {
  margin-left: 5px;
}

.cta-right {
  margin-right: 5px;
}

/* Tablet */
@media (max-width: 991px) {
  .cta-banner {
    padding: 0 15px;
  }

  .cta-side-img {
    width: 110px;
    height: 230px;
  }

  .cta-content h2 {
    font-size: 21px;
  }

  .btn-order,
  .btn-chat {
    padding: 0 15px;
    font-size: 14px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .cta-banner {
    min-height: auto;
    padding: 25px 15px;
  }

  .cta-side-img {
    display: none;
  }

  .cta-content {
    padding: 10px 0;
  }

  .cta-content h2 {
    font-size: 22px;
  }

  .cta-btns {
    flex-wrap: wrap;
  }

  .btn-order,
  .btn-chat {
    width: 100%;
  }
}
/* =========================================================
   FAQ
   ========================================================= */
.faq-items {
  border-bottom: 1px solid #e7edf5;
  background: white;
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 10px;
}
.faq-items .faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}

.faq-items.active .faq-a {
  display: block;
}
.faq-items.active .faq-q i {
  transform: rotate(45deg);
}
section.faq .container {
  background: #f4f4f4;
  padding: 40px 40px;
  border-radius: 20px;
}

/* =========================================================
   FOOTER
   ========================================================= */
footer {
  background: var(--lightblue);
  color: var(--white);
  padding-top: 50px;
}
footer .container {
  background: var(--Secondary);
  padding: 40px 40px 20px;
}
.footer-bottom {
  border-top: 2px solid grey;
}
footer .payment-gateway {
  background: var(--white);
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: max-content;
}
footer .heading {
  font-weight: 700;
  display: block;
  margin-bottom: 18px;
  font-size: 22px;
}
.footer-contact {
  background: white;
  color: black;
  padding: 20px;
  border-radius: 20px;
}
footer .border-bottoms {
  border-bottom: 2px solid black;
  padding-bottom: 8px;
}
footer ul li {
  margin-bottom: 8px;
}
footer ul li a {
  color: var(--white);
  font-size: 15px;
}
.footer-contact p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.footer-socials a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: white;
  color: var(--Black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

@media (max-width: 991px) {
  .cta-avatar {
    display: none;
  }
  section {
    padding: 40px 0px;
  }
}

.service-student-trust {
  background: white;
  padding: 12px;
  margin-bottom: 10px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
}

.service-student-trust span {
  display: block;
  font-weight: 600;
}
.nursing-content-sec {
  padding: 35px 0;
}
.success-box {
  background: #eef9fd;
  border-radius: 12px;
  padding: 40px 65px;
  display: flex;
  align-items: center;
  gap: 45px;
  margin-bottom: 24px;
}

.success-left {
  width: 44%;
}
.success-right {
  width: 56%;
}

.success-label {
  background: #dcecff;
  color: #00616a;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
}

.success-title-wrap {
  position: relative;
}

.success-title-wrap h2 {
  margin: 8px 0 0;
  font-size: 39px;
  line-height: 1;
  font-weight: 800;
}

.success-cap {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 50px;
  color: #005f66;
}

.success-line {
  width: 185px;
  height: 7px;
  background: #377cff;
  border-radius: 50%;
  margin: 8px 0 15px 30px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.benefit-card {
  height: 97px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 12px #0002;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.benefit-card i {
  font-size: 24px;
}

.benefit-card span,
.topic-item {
  font-size: 14px;
}

.order-now:hover {
  background: #fff;
  color: #337cff;
}

.nursing-bottom {
  --bs-gutter-x: 30px;
}

.about-nursing h2 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 14px;
}

.topics-box {
  background: #eef8fc;
}

.topics-heading {
  background: #347cf5;
  color: #fff;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 700;
}

.topics-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
  padding: 32px 16px;
}

.topic-item {
  display: flex;
  align-items: center;
  gap: 7px;
}

.topic-number {
  min-width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #377cff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

@media (max-width: 767px) {
  .success-box {
    flex-direction: column;
    padding: 30px 25px;
  }

  .success-left,
  .success-right {
    width: 100%;
  }

  .success-title-wrap h2 {
    font-size: 32px;
  }

  .benefit-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.price-card {
  background: #fff;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 18px;
}

.price-card hr {
  margin: 10px 0;
  border-color: #ddd;
}

.price-card label {
  font-size: 13px;
  margin-bottom: 5px;
}

.form-select {
  border-radius: 10px;
  font-size: 14px;
  padding: 8px 12px;
}

.level-tabs {
  background: #fff;
  border-radius: 30px;
  padding: 4px;
}

.level-tabs .nav-link {
    background: #F0F0F0;
  color: #222;
  border-radius: 25px;
  padding: 7px;
}

.level-tabs .nav-link.active {
  background: var(--Secondary);
  color: #fff;
}

.price-grid {
  display: flex;
  gap: 5px;
  margin-bottom: 16px;
}

.price-box {
  flex: 1;
  position: relative;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 7px 3px;
}
.price-box i {
  position: relative;
  display: flex;
  width: 12px;
  align-items: center;
  justify-content: center;
  height: 12px;
  background: lightgray;
  border-radius: 50%;
  top: 7px;
  transform: translate(-50%, -50%);
  left: 50%;
}
.price-box:hover i {
  background: var(--Primary);
}

.price-box.active,
.price-box:hover {
  border-color: var(--Primary);
}

.price-box b {
  display: block;
  font-size: 14px;
}

.price-box small,
.price-box span {
  display: block;
  font-size: 9px;
  color: #777;
  line-height: 1.2;
}

.total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.total-price {
  font-size: 24px;
}

.total-price span {
  color: #3478ed;
}

.total-price del {
  font-size: 14px;
}

.continue-btn {
  border: 0;
  background: #3478ed;
  color: #fff;
  border-radius: 30px;
  padding: 5px 55px;
}

.guarantee-card {
  height: 100%;
  padding: 30px 16px;
  border-radius: 18px;
  background: var(--Secondary);
  color: #fff;
}

.guarantee-card h5 {
  font-size: 24px;
}

.guarantee-card p,
.guarantee-card li {
  font-size: 14px;
}

.guarantee-card ul {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.guarantee-card li {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.guarantee-card li span {
  background: #fff;
  color: #222;
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

@media (max-width: 767px) {
  .price-grid {
    overflow-x: auto;
  }

  .price-box {
    min-width: 70px;
  }

  .total-price {
    font-size: 18px;
  }
}

/* =============================== */
.nursing-info {
  padding: 38px 0;
}

.program-box {
  background: #3478ed;
  color: #fff;
  padding: 25px 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.program-box h2 {
  font-size: 28px;
  margin-bottom: 8px;
}

.program-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.program-list span {
  background: #fff;
  color: #111;
  padding: 9px;
  text-align: center;
  font-size: 16px;
}

.program-list .full {
  grid-column: 1 / -1;
}

.about-mission {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 42px;
}

.about-text {
  padding-right: 15px;
}

.about-text h2 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.mission {
  border-left: 1px dashed #999;
  padding-left: 22px;
}

.mission small {
  font-size: 12px;
}

.mission h3 {
  font-size: 21px;
  margin: 3px 0 8px;
}

@media (max-width: 767px) {
  .program-box,
  .about-mission {
    grid-template-columns: 1fr;
  }

  .mission {
    border-left: 0;
    padding-left: 0;
  }
}
.our-mission {
  background: var(--lightblue);
}
.our-boxes {
  padding: 30px;
  background: var(--white);
  border: 2px solid lightgrey;
  border-radius: 20px;
}
.review-testimonials .testimonial-card {
  margin-bottom: 10px;
}
.price-page .price-box small,
.price-box span {
  font-size: 14px;
  padding: 10px 0px;
}
.price-page .price-box {
  padding: 30px 0px;
}
.order-spec-sec {
  padding: 50px 0 0;
}
.title-underline {
  padding: 6px 12px;
  color: var(--Primary);
}

.order-form-card,
.order-summary-card,
.payment-card {
  background: var(--white);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.form-label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
}
.form-select,
.form-control {
  border-radius: 30px;
  font-size: 14px;
}
textarea.form-control {
  border-radius: 16px;
}

.upload-box {
  border: 1px dashed #c3cad6;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  color: #667;
}
.upload-box i {
  display: block;
  font-size: 20px;
  margin-bottom: 6px;
}

.order-summary-card {
  background: #eef6f0;
}
.summary-list {
  list-style: none;
  padding: 0;
  margin: 6px 0;
  font-size: 13px;
  color: #666;
}
.discount-text {
  color: #2f9e5c;
  font-size: 13px;
  margin: 4px 0;
}

.gift-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff4d6;
  border-radius: 10px;
  padding: 12px;
  margin: 16px 0;
}
.gift-icon {
  font-size: 24px;
}
.off-badge {
  background: #ffcc33;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 30px;
  margin-left: 6px;
}

.checkout-btn {
  width: 100%;
  background: var(--Primary);
  color: var(--white);
  border: none;
  padding: 12px;
  border-radius: 30px;
  font-weight: 600;
}
.secure-note {
  font-size: 12px;
  color: #2f9e5c;
  text-align: center;
  margin: 10px 0;
}
.satisfaction-box {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #cfe0fa;
  border-radius: 10px;
  padding: 12px;
  font-size: 13px;
  color: var(--Primary);
}

.personal-details-sec {
  background: var(--Secondary);
  padding: 50px 0;
  margin-top: 40px;
}
.personal-details-sec .form-control,
.personal-details-sec .form-select {
  border-radius: 30px;
  font-size: 14px;
  border: none;
}
.submit-now-btn {
  background: var(--Primary);
  color: var(--white);
  border: none;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 600;
}

.payment-card {
  text-align: center;
}
.payment-heading {
  color: #2f9e5c;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
}
.stripe-text {
  font-weight: 700;
}
.stripe-text span {
  color: #635bff;
}
.card-icons {
  display: flex;
  justify-content: center;
  margin: 14px 0;
  padding: 8px;
  border: 2px solid lightgray;
  border-radius: 9px;
}
.encrypted-text {
  font-size: 13px;
  color: #2f9e5c;
}

@media (max-width: 767px) {
  .order-form-card,
  .order-summary-card,
  .payment-card {
    padding: 18px;
  }
}

.benefit-grid .order-now {
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  z-index: 1;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 0px;
}
