:root {
  --edu-btn2-color: #fff;
  --color-primary: #4aab3d;
  --color-secondary: #4aab3d;
  --color-white: #ffffff;
  --color-border: #7e8fbc;
  --color-heading: #000;
  --font-size-b1: 12px;
}

/* <+==================Home Page=========================+> */

p {
  font-size: 16px;
  color: #1c1c1c;
}

a.edu-btn2,
button.edu-btn2 {
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  height: 60px;
  line-height: 62px;
  color: var(--edu-btn2-color);
  background: var(--color-primary);
  padding: 0 30px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: var(--font-secondary);
  border: 0 none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  a.edu-btn2,
  button.edu-btn2 {
    padding: 0 20px;
    font-size: 14px;
    height: 50px;
    line-height: 52px;
  }
}

a.edu-btn2:after,
button.edu-btn2:after {
  content: "";
  height: 100%;
  width: 0;
  background: -webkit-linear-gradient(right, #4aab3d 0%, #ff4b4e 100%);
  background: linear-gradient(-90deg, #4aab3d 0%, #ff4b4e 100%);
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a.edu-btn2 i,
button.edu-btn2 i {
  padding-left: 6px;
  position: relative;
  font-size: 11px;
}

@media only screen and (max-width: 767px) {
  a.edu-btn2 i,
  button.edu-btn2 i {
    font-size: 9px;
  }
}

a.edu-btn2:hover:after,
button.edu-btn2:hover:after {
  left: 0;
  width: 100%;
}

a.edu-btn2.btn-large,
button.edu-btn2.btn-large {
  padding: 0 40px;
}

a.edu-btn2.btn-large i,
button.edu-btn2.btn-large i {
  top: 0;
  padding-left: 10px;
}

a.edu-btn2.btn-medium,
button.edu-btn2.btn-medium {
  height: 50px;
  line-height: 51px;
  padding: 0 25px;
}

a.edu-btn2.btn-small,
button.edu-btn2.btn-small {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 14px;
}

a.edu-btn2.left-carousel-icon i,
button.edu-btn2.left-carousel-icon i {
  padding-left: 0;
  padding-right: 10px;
}

a.edu-btn2.btn-curved,
button.edu-btn2.btn-curved {
  border-radius: 30px 5px;
}

a.edu-btn2.btn-curved:hover,
button.edu-btn2.btn-curved:hover {
  border-radius: 5px 30px;
}

a.edu-btn2.curved-medium,
button.edu-btn2.curved-medium {
  border-radius: 20px 5px;
  padding: 0 40px;
}

a.edu-btn2.curved-medium:hover,
button.edu-btn2.curved-medium:hover {
  border-radius: 5px 25px;
}

a.edu-btn2.btn-secondary,
button.edu-btn2.btn-secondary {
  background: var(--color-secondary);
  color: var(--color-white);
}

a.edu-btn2.btn-secondary:hover,
button.edu-btn2.btn-secondary:hover {
  color: var(--color-white);
  background: var(--color-primary);
}

a.edu-btn2.btn-secondary1,
button.edu-btn2.btn-secondary1 {
  background: var(--color-secondary);
  color: var(--color-white);
}

a.edu-btn2.btn-secondary1:hover,
button.edu-btn2.btn-secondary1:hover {
  color: var(--color-heading);
  background: var(--color-white);
}

a.edu-btn2.btn-border,
button.edu-btn2.btn-border {
  background-color: transparent;
  border: 1px solid var(--color-border);
  color: var(--color-heading);
  padding: 0 25px;
}

a.edu-btn2.btn-border:after,
button.edu-btn2.btn-border:after {
  display: none;
}

a.edu-btn2.btn-border:hover,
button.edu-btn2.btn-border:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

a.edu-btn2.btn-border-curved,
button.edu-btn2.btn-border-curved {
  border-radius: 30px 5px;
  background-color: transparent;
  border: 1px solid var(--color-border);
  color: var(--color-white);
  padding: 0 25px;
}

a.edu-btn2.btn-border-curved:after,
button.edu-btn2.btn-border-curved:after {
  display: none;
}

a.edu-btn2.btn-border-curved:hover,
button.edu-btn2.btn-border-curved:hover {
  border-radius: 5px 30px;
  border-color: var(--color-primary);
  color: var(--color-primary);
}

a.edu-btn2.btn-round,
button.edu-btn2.btn-round {
  background-color: var(--color-white);
  color: var(--color-heading) !important;
  border-radius: 30px;
}

a.edu-btn2.btn-round:hover,
button.edu-btn2.btn-round:hover {
  color: var(--color-white) !important;
}

a.edu-btn3,
button.edu-btn3 {
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  height: 60px;
  line-height: 62px;
  color: var(--color-primary);
  background: none;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: var(--font-secondary);
  border: 0 none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

a.edu-btn2:not(.edu-btn3):hover:after,
button.edu-btn2:not(.edu-btn3):hover:after {
  left: 0;
  width: 100%;
}

/* Disable hover effect for edu-btn3 */
a.edu-btn3:hover:after,
button.edu-btn3:hover:after {
  left: auto;
  width: 0;
}

.instructor-count {
  font-size: 32px;
}

.c-card {
  width: 278px;
  min-height: 330px;
  background: #f5f5f5;
  border-radius: 16px;
  padding: 10px 25px !important;
  position: relative;
}

.c-card .carousel-icon {
  background-color: var(--color-secondary);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.c-card img {
  width: 50px;
  height: 50px;
}
.c-card .card-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: bold;
  color: #1c1c1c;
}
.c-card .card-text {
  font-size: 14px;
  color: #000;
  padding-left: 10px;
}
.carousel-btn-container {
  padding: 0;
}

.carousel-btn {
  color: var(--color-primary);
}

@media (max-width: 768px) {
  .home-swiper-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .testimonial-grid {
    width: 100%;
    max-width: 500px;
    margin-bottom: 20px;
  }

  .thumbnail {
    margin-bottom: 15px;
  }

  .name-title,
  .experience-subtitle,
  .content-custom {
    text-align: center;
  }
}

/* ===========carousel css start================= */

/* Align the previous button to the far left, centered vertically */
.carousel-control-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -90px; /* Move it further out for better spacing */
}

/* Align the next button to the far right, centered vertically */
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -90px; /* Move it further out for better spacing */
}

.next-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 25px;
}

.btn-enroll-container {
  padding: 20px;
}

.icon-24 {
  color: #1ab69d !important;
}
.icon-25 {
  color: #a7a7a7;
}

/* ===========carousel css end================= */

/* ============= course cards ========  */
#edu-course {
  background: none;
}
.thumbnail {
  border-radius: 16px 16px 0px 0px !important;
  overflow: hidden;
}

.inner2 {
  border-radius: 16px;
  background-color: var(--color-white);
}

.testimonial-grid:after {
  content: url();
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: -1;
}

.testimonial-grid {
  box-shadow: none;
  border-radius: 10px;
  padding: 60px 30px 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background: #fafafa;
}

.name-title {
  color: var(--color-primary);
  margin-bottom: 0.2rem;
  font-size: 20px;
}
.experience-subtitle {
  margin-bottom: 1rem;
  font-size: 14px;
  color: #1c1c1c;
}

#content p {
  font-size: var(--font-size-b1);
  color: var(--color-heading);
  text-align: justify;
  margin-bottom: -1rem;
}
.wave img {
  position: absolute;
  left: 90%;
  top: 5%;
  z-index: -1 !important;
}

.home-one-testimonial-activator {
  position: relative;
}

.half-circle {
  position: absolute;
  bottom: 0rem;
  left: 1.5rem;
  z-index: 0;
}

.instructor {
  margin-top: -20rem;
  font-size: 36px !important;
}

@media (max-width: 768px) {
  .instructor {
    margin-top: -15rem;
  }
}

@media (max-width: 576px) {
  .instructor {
    margin-top: -10rem;
  }
}

.profile-card {
  text-align: center;
  padding: 20px;
  border-radius: 50%;
  background-color: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.profile-image-container-b {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  overflow: hidden;
}
.profile-image-container-b img {
  object-fit: cover;
  width: 100%;
}
.profile-name p {
  font-size: 16px;
  padding: 0;
  margin: 0;
  text-align: center;
  color: var(--color-primary);
}
.profile-role p {
  font-size: 13px;
  line-height: 16px;
}

.instructors {
  position: relative;
  z-index: 1;
}

.wave2 {
  position: absolute;
  top: 33%;
  left: -4%;
  z-index: -1;
}
.red-dots {
  position: absolute;
  bottom: -5%;
  right: -25%;
  z-index: -1;
}
.dots-glob {
  position: absolute;
  left: 92%;
  top: 35%;
  z-index: -1;
}

.course-details {
  font-size: 12px;
}

.edu-btn-enroll {
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  background: var(--color-primary);
  color: var(--color-white);
  transition: background ease 0.3s;
}

.edu-btn-enroll:hover {
  color: var(--color-white);
  background: #1c1c1c;
}

.course-level1 {
  background-color: #7c36ff4f;
  color: #7c36ff;
  padding: 3px;
  border-radius: 4px;
  font-weight: 600;
}
.course-level2 {
  background-color: #ff84003f;
  color: #ff8500;
  padding: 3px;
  border-radius: 4px;
  font-weight: 600;
}
.course-level3 {
  background-color: #1d35573f;
  color: #4aab3d;
  padding: 3px;
  border-radius: 4px;
  font-weight: 600;
}
.course-level4 {
  background-color: #1ab69c3b;
  color: #1ab69d;
  padding: 3px;
  border-radius: 4px;
  font-weight: 600;
}

/* <-----------------stat section start --------------------> */

.stats-sections {
  margin-top: 12rem;
  margin-bottom: 12rem !important;
}

.stat-card {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.card-icon {
  width: 48px;
  height: 48px;
  background: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.card-icon img {
  max-width: 50px;
  height: auto;
}

.card-title {
  font-size: 26px;
  color: var(--color-primary);
  font-weight: bold;
  transition: color 0.3s ease;
}

.card-text {
  font-size: 14px;
  color: #1c1c1c;
}

.stat-card:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.stat-card:hover .card-icon {
  background-color: #d10003;
}

.stat-card:hover .card-title {
  color: var(--color-white) !important;
}

.stat-card:hover .card-text {
  color: var(--color-white);
}

@media (max-width: 768px) {
  .invisible {
    display: none !important;
  }
}

/* <-----------------stat section end --------------------> */

.achievement-section {
  margin-top: 12rem;
  margin-bottom: 12rem !important;
}

.main-img {
  position: relative;
  z-index: 10;
  border-radius: 10px !important;
}

.award-image {
  width: 200px;
  top: -60px;
  right: 60px;
  z-index: 11;
}

.award-image2 {
  width: 224px;
  top: -125px;
  left: -120px;
  z-index: 0;
}

.award-image3 {
  width: 175px;
  top: -90px;
  left: -90px;
  z-index: 0;
}

.award-image4 {
  width: 175px;
  bottom: -90px;
  right: 40px;
  z-index: 0;
}

.award-badge {
  background-color: #fff;
  border: 1px solid #e0e0e06e;
  border-radius: 10px;
  padding: 15px;
  bottom: -30px;
  right: 80px;
  z-index: 11;
  gap: 1rem;
}

.badge-text {
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
  color: var(--color-primary);
  padding: 0;
  margin: 0;
}
.badge-tag {
  font-size: 16px;
  font-weight: 200;
  color: #1c1c1c;
  margin-top: -10rem;
}

.image-container {
  position: relative;
}

.shape-line-custom {
  width: 700px;
}

.section-title .title-2 {
  font-family: Spartan;
  font-size: 24px;
  font-weight: 700;
  line-height: 26.88px;
  letter-spacing: 1px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.space-10 {
  padding: 8rem 0;
}

@media (max-width: 992px) {
  .section-title {
    text-align: center;
    margin-top: 5rem;
  }

  .main-img {
    width: 100%;
  }
  .award-image {
    top: -70px;
    right: -70px;
  }

  .award-badge {
    bottom: -20px;
    left: 10px;
  }

  .award-badge {
    width: 100%;
    bottom: -30px;
    left: 0px;
  }

  .award-image1,
  .award-image2,
  .award-image3,
  .award-image4 {
    display: none !important;
  }
}

.btn-award {
  padding-top: 0 30px !important;
  font-weight: 600 !important;
}

@media (max-width: 420px) {
  .shape-line-custom {
    width: auto;
  }
  .award-image {
    display: none;
  }
}

/* <-----------------stat section end --------------------> */

.custom-article-card {
  border-radius: 16px;
  overflow: hidden;
  max-height: 500px;

  background: none;
}

.custom-article-card .card-img-top {
  z-index: 1;
}

.custom-article-card .card-body-custom {
  border-radius: 10px;
  position: relative;
  top: -18rem;
  z-index: 9;
  padding: 20px !important;
  background-color: var(--color-white);
}

.custom-article-card .card-title {
  font-size: 18px;
  font-weight: 400;
  color: #1c1c1c;
}

.custom-article-card .course-meta {
  list-style-type: none;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 5rem;
  padding: 0;
}
.course-meta img {
  width: auto;
  height: auto;
  border-radius: none;
}

.custom-article-card .course-meta li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 16px;
}
.custom-article-card .course-meta li img {
  margin-bottom: 0.2rem;
}

.custom-article-card .course-meta li + li::before {
  content: "";
  position: absolute;
  left: -3rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ccc;
}

.custom-article-card .course-meta li i {
  width: 16px;
  height: 16px;
  padding: 2px;
}

.custom-article-card .card-body-custom .card-text {
  margin-top: -2rem;
}

.course-view-all {
  margin-bottom: 3rem !important;
}

@media (max-width: 992px) {
  .custom-article-card {
    max-height: 800px;
  }
}

@media (max-width: 425px) {
  .custom-article-card {
    max-height: 500px;
  }
}

.feedback-container {
  background-color: #f9f9f9;
  padding: 40px;
  border-radius: 10px;
  margin-top: 2rem;
}

.feedback-title {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  /* border: 1px solid red; */
}
.feedback-text {
  font-size: 18px;
  color: #1c1c1c;
}
.feedback-btn {
  background-color: var(--color-primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
}

.feedback-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.feedback-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media only screen and (max-width: 425px) {
  .feedback-container {
    margin-top: 0rem;
  }

  .course-view-all {
    margin-bottom: 2rem !important;
  }

  .btn-watch-video {
    margin: 0 auto;
  }

  .feedback-container {
    padding: 20px;
    text-align: center;
  }

  .feedback-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    text-align: center;
    /* border: 1px solid red; */
  }
}

.faq-container {
  padding: 40px;
  border-radius: 10px;
}
.faq-title {
  font-size: 36px;
  font-weight: bold;
}
.faq-title2 {
  font-size: 14px;
  font-weight: bold;
}
.faq-text {
  font-size: 14px;
  color: #1c1c1c;
}

.faq-btn {
  background-color: #f00;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
}
.faq-btn:hover {
  background-color: #d00;
}

.faq-container h1 {
  text-align: center;
  font-size: 16px !important;
  /* margin: 10px 0 0; */
  color: #fff;
  /* border: 1px solid red; */
}

.acc h3 {
  font-size: 16px;
  color: #000;
  padding: 10px 15px;
  margin: 0;
  cursor: pointer;
  letter-spacing: 1px;
  position: relative;
  border-top: 1px solid #00000010;
  /* border: 1px solid red; */
}

.acc h3:after {
  content: "+";
  position: absolute;
  right: 25px;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.acc.active h3:after {
  content: "_";
  color: #1ab69d;
  font-size: 30px;
  font-weight: 600;
}

.content2 {
  background-color: #fff;
  display: none;
  margin-top: -1rem;
  margin-bottom: -4rem;
}

.content-inner {
  padding: 15px;
}

.content2 * {
  margin-top: 0;
  line-height: 1.5;
}

.acc {
  border-bottom: 1px solid #fff;
}

.app-section {
  position: relative;
  background-color: #fee2e2;
  width: 100%;
  border-radius: 15px;
  text-align: left;
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 5rem;
  padding-right: 5rem;
  flex-wrap: wrap;
  margin-top: 22rem;
  margin-bottom: 2rem;
}

.app-section h2 {
  font-size: 36px;
  font-weight: bold;
}

.app-section p {
  font-size: 16px;
  margin-bottom: 20px;
}

.app-features {
  margin-bottom: 20px;
}

.app-feature {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.app-download-btns img {
  height: 50px;
}

.app-download-btns img,
.app-download-btns span {
  vertical-align: middle;
}
.mobile-img {
  position: absolute;
  right: 2rem;
  bottom: 0rem;
}

.me-2 {
  font-weight: 600;
  font-size: 28px;
  color: var(--color-primary);
}

@media only screen and (max-width: 768px) {
  .faq-container {
    padding: 20px;
  }
  .app-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mobile-img {
    display: none;
  }
}

.testimonial-container {
  margin-bottom: 12rem;
  margin-top: 12rem;
  background-color: #e0e0e013 !important;
}

.shape-line i {
  color: var(--color-primary);
}

@media only screen and (max-width: 425px) {
  .faq-title {
    font-size: 22px;
    font-weight: bold;
  }
  .faq-container {
    padding: 20px;
  }
  .acc {
    width: 100%;
  }
  .acc h3 {
    font-size: 12px;
    color: #000;
    padding: 10px 16px;
    margin: 0;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative;
    border-top: 1px solid #00000010;
  }

  .acc h3:after {
    content: "+";
    position: absolute;
    right: 5px;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .acc.active h3:after {
    content: "-";
    color: #1ab69d;
    font-size: 30px;
    font-weight: 600;
  }

  .content-inner p {
    font-size: 12px;
  }
}

/* <+==================Home Page end =================================+> */

/* <!--=         page css  start  	=--> */

.section-intro {
  color: #e20004;
}

.sp-section-container {
  display: flex;
  justify-content: start !important;
  align-items: start !important;
}

.sp-circle {
  right: 0% !important;
  top: 18rem !important;
  transform: rotate(120deg) !important;
}
.sp-dot-b {
  right: 73% !important;
  top: 20% !important;
}
.last-shape-b {
  left: 80%;
}
.sp-wave-b {
  bottom: -75% !important;
}

.sp-navigation-text {
  font-size: 18px;
  color: #5b5b5b;
}

.right-indicator {
  margin-right: 1rem;
  margin-left: 1rem;
}
.right-indicator img {
  margin-bottom: 0.4rem;
}

.sp-section {
  margin-top: 8rem;
}

.sp-left-side {
  align-self: flex-start;
}

.sp-profile-img {
  min-width: 370px;
  min-height: 370px;
  border-radius: 50%;
  object-fit: cover;
}
.sp-social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.sp-subtitle {
  margin-top: -2rem !important ;
  padding: 0;
  margin: 0;
  color: #808080;
}
.sp-contact-info p {
  margin-bottom: 5px;
}

.sp-rating .sp-students {
  list-style-type: none;
}

.sp-student-parent .sp-students li i {
  margin-right: 1rem !important;
  margin-left: -2rem !important;
}
.sp-students li {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 25.95px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.sp-rating {
  display: flex;
  gap: 1rem;
}

.sp-rating .rating i {
  color: #f8b81f;
}
.sp-rating .rating {
  margin: 0 !important;
  padding-top: 1rem;
  padding-left: 1rem;
}
.sp-rating .rating-count {
  margin: 0 !important;
  padding-top: 1rem;
}

.course-meta li i {
  color: #e20004 !important;
}

@media (max-width: 768px) {
  .section-left {
    text-align: center !important;
  }

  .sp-profile-img {
    min-width: 300px;
    min-height: 300px;
    border-radius: 50%;
    object-fit: cover;
  }
  .sp-rating .rating {
    margin: 0 !important;
    padding-top: 1.2rem;
    padding-left: 1rem;
  }

  .sp-rating {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .sp-student-parent {
    display: flex;
    justify-content: center;
  }

  .rating {
    display: flex;
    justify-content: center;
    margin-top: 10px; /* Optional: add space between ratings and student list */
  }

  .rating-count {
    display: block;
    text-align: center;
    margin-top: 10px; /* Optional: add space between rating stars and count */
  }

  .sp-contact-details {
    text-align: center;
  }
}

/* <!--=         page css ends    	=--> */

/* =========================ca-complete-guide-page start========================== */
.cg-study-navigation-text {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #5b5b5b !important;
}
.cg-shape-group {
  position: relative;
}
.cg-shape-02 {
  left: 10%;
  bottom: 20%;
}
.cg-shape-03 {
  right: -5%;
  bottom: 10rem;
  transform: rotate(130deg) !important;
}
.cg-shape-04 {
  left: -5%;
  bottom: 15rem;
}
.cg-shape-05 {
  right: -5%;
  bottom: 5rem;
  transform: scale(0.8) !important;
}

.cg-section h2 {
  font-size: 32px;
}

.cg-section p {
  font-size: 18px !important;
}

.cg-check {
  background: #f8f8f8;
  padding: 4rem;
  margin-top: -8rem;
  margin-bottom: 8rem;
}
.cg-check p {
  font-size: 20px;
}
.cg-check h3 {
  margin: 0;
}

.check-item {
  margin: 0;
}

.sub-title {
  font-size: 24px;
}

.content-text p {
  font-size: 18px;
  /* margin: 0; */
}

.text-gap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.order-list li {
  font-size: 18px;
}
.disc-list {
  list-style-type: disc;
}

/* =========================ca-complete-guide-page  end========================== */

/* <!--=      		=================   		=-->
  <!--=      	   Course Listing Page  		=-->
  <!--=      		=================   		=--> */

.course-list-shapes {
  position: relative !important;
  width: 100svw;
  right: 19rem !important;
}

.section-intro {
  color: #e20004;
}

.shape-cl-1 {
  right: 30%;
  top: -18rem;
}

.shape-cl-2 {
  left: -10rem;
  top: -10rem;
}
.shape-cl-3 {
  bottom: -20rem !important;
}
.shape-cl-4 {
  left: 0rem;
  bottom: 7rem;
}

.sp-section-container {
  display: flex;
  justify-content: start !important;
  align-items: start !important;
}

.sp-circle {
  right: 100rem !important;
  top: -10rem !important;
  transform: rotate(40deg) !important;
}
.sp-dot {
  right: 70% !important;
  top: 40% !important;
}

.sp-navigation-text {
  font-size: 18px;
  color: #5b5b5b;
}

.right-indicator {
  margin-right: 1rem;
  margin-left: 1rem;
}
.right-indicator img {
  margin-bottom: 0.4rem;
}

/* <!--=      =================   		=-->
  <!--=     Course Listing Page end		=-->
  <!--=      	=================   		=--> */

/*  -----------------------------   */
/*   our partners css start here   */
/* -----------------------------  */

.auth-title {
  font-family: Spartan;
  font-size: 50px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.op-sp-navigation-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-weight: 400;
  font-size: 18px;
  color: #5b5b5b;
}

.op-right-indicator {
  font-weight: 600 !important;
}

.our-partners-shapes {
  position: relative !important;
}
.shape-op-1 {
  left: 60%;
  bottom: 14rem;
}
.shape-op-2 {
  position: absolute !important;
  bottom: 40% !important;
  left: -20%;
}
.shape-op-3 {
  left: 40%;
  bottom: 6rem;
}
.shape-op-4 {
  position: absolute !important;
  bottom: 12rem;
  left: -10%;
}

/* start code left side filter .accordion  */
.op-margins {
  margin-top: 12rem;
}

.filter-box {
  background-color: white;
  min-height: 796px;
  border-radius: 16px;
  padding: 20px 0px;
  box-shadow: 0px 10px 50px 0px #1a2e5512;
  /* border: 1px solid red; */
}

.filter-box h4 {
  padding: 1rem;
  font-size: 18px !important;
}

.filter-link {
  display: block;
  text-decoration: none;
  padding: 1rem 1.5rem;

  margin: 0;
}

.filter-link:hover {
  background: #ecebeb;
  color: #5b5b5b;
}

.accordion-header .accordion-button {
  color: #181818;
  font-size: 15px !important;
}
/* Remove blue focus outline, shadow, and border */
.accordion-button {
  box-shadow: none;
  border: none;
  outline: none;
}

/* Change the default arrow (up/down) to a right arrow */

/* When accordion is open, rotate the arrow to point down */
.accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg);
}

/* Remove background, border, and shadow on focus */
.accordion-button:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

/* Remove blue focus outline and hover background */
.accordion-button:focus-visible {
  outline: none;
}

/* Background color when accordion is open */
.accordion-button:not(.collapsed) {
  background-color: #f5f5f5; /* Light gray shade */
  color: #181818; /* Dark text */
}

.accordion-body {
  background-color: #f5f5f5;
  color: #5b5b5b;
  padding: 0;
  margin: 0;
}
.accordion-body ul li {
  margin: 0;
  padding: 0;
  font-size: 15px;
}

.accordion-item {
  border: none;
}

/* end code left side filter .accordion  */

.results-count {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #5b5b5b;
}

.result-card {
  background-color: white;
  border-radius: 16px;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 1px 0px;
}

.result-card .card-body {
  padding: 20px;
}

.result-card .location-state {
  font-size: 12px;
  font-weight: 600;
  color: #e20004;
}

.result-card h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.op-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  width: 180px;
  height: 173px;
  border-radius: 8px;
  margin-left: 1rem;
}

.op-img-container img {
  object-fit: cover;
}

.op-card-right-side {
  padding: 1rem 2rem !important;
}

.result-card p {
  font-size: 14px;
  letter-spacing: 1px;
  color: #6c757d;
}

.actions {
  display: flex;
}

.actions a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e20004;
  margin: 0 1rem;
}

.actions a img {
  margin: 0 1rem;
}

.btn-op {
  /* border: 1px solid red; */
  padding: 1.5rem 2rem;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  background-color: #e20004;
}

@media (max-width: 768px) {
  /* Full-width for cards and filter on mobile */
  .result-card {
    margin-bottom: 20px;
  }

  .actions a {
    display: block; /* Stack action buttons on mobile */
    margin-bottom: 5px;
  }

  .filter-box {
    background-color: white;
    height: auto;
  }
}

@media (max-width: 576px) {
  /* Extra small screens (e.g., phones) */
  .result-card {
    padding: 15px;
  }

  .filter-box {
    background-color: white;
    height: auto;
  }

  .result-card .card-body {
    padding: 10px;
  }

  .auth-title {
    font-size: 36px;
  }

  .filter-box {
    background-color: white;
    min-height: 300px;

    /* border: 1px solid red; */
  }
}

/*  -----------------------------   */
/*   our partners css end here   */
/* -----------------------------  */

/* <-- ====================== Start: Ca-study ====================== --> */

.main-title {
  position: relative;
  left: -40rem !important;
  width: 100svw;
}

.ca-study-circle {
  right: 20% !important;
  top: -18rem !important;
  transform: rotate(120deg) !important;
}

.ca-study-navigation-text {
  font-size: 18px;
  font-weight: 400;
  color: #5b5b5b;
}
.ca-study-navigation-text-active {
  font-size: 18px;
  font-weight: 600;
  color: #5b5b5b;
}

@media (max-width: 768px) {
  .main-title {
    position: relative;
    width: 100%;
    text-align: center;
    left: 0 !important;
  }
}

/* <-- ====================== end: Ca-study ====================== --> */

/* <-- ====================== Start: Career ====================== --> */

.career-sp-navigation-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-weight: 400;
  font-size: 18px;
  color: #5b5b5b;
}

.career-right-indicator {
  font-weight: 600 !important;
}

.our-partners-shapes {
  position: relative !important;
}
.shape-career-1 {
  left: 60%;
  bottom: 14rem;
}
.shape-career-2 {
  position: absolute !important;
  bottom: 40% !important;
  left: -20%;
}
.shape-career-3 {
  left: 30%;
  bottom: 4rem;
}
.shape-career-4 {
  position: absolute !important;
  bottom: 12rem;
  left: -10%;
}

.introduction-text {
  font-size: 18px;
}

.search-box {
  position: relative;
}

.search-box input {
  border: none;
  outline: none;
  width: 50%; /*  media query remainaing */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  height: 40px;
  padding-left: 4rem;
  padding-right: 2rem;
}
.search-box button {
  background: none;
  border: none;
  position: absolute;
  left: 0.5rem;
  top: 0.2rem;
}

.search-card {
  flex-wrap: wrap;
}

.search-card p {
  font-size: 18px;
  cursor: default;
}

.search-card:hover p {
  color: #e20004 !important;
}
.btn-load-more {
  padding: 1.2rem 2rem;
  border-radius: 8px;
  border: none;
  background: #e20004;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 768px) {
  .search-box input {
    width: 100%;
  }
}

/* <-- ====================== end: Career ====================== --> */

/* <-- ====================== Start: Course-listing ====================== --> */

.sp-navigation-text {
  font-weight: 400;
}

.course-list-shapes {
  position: relative !important;
  width: 100svw;
  right: 19rem !important;
}

.section-intro {
  color: #e20004;
}

.shape-cl-1 {
  right: 30%;
  top: -18rem;
}

.shape-cl-2 {
  left: -5rem;
  bottom: 5rem !important;
}
.shape-cl-2 img {
  transform: rotate(288deg) !important;
}
.shape-cl-3 {
  width: 20%;
  right: 0;
  left: 40%;
  bottom: 120% !important;
}
.shape-cl-3 img {
  margin-top: -9rem !important;
}
.shape-cl-4 {
  left: 8rem;
  bottom: 15rem;
}
.shape-cl-4 img {
  width: 70%;
}

.sp-section-container {
  display: flex;
  justify-content: start !important;
  align-items: start !important;
}

.sp-circle {
  right: 100rem !important;
  top: -10rem !important;
  transform: rotate(40deg) !important;
}
.sp-dot {
  right: 70% !important;
  top: 40% !important;
}

.sp-navigation-text {
  font-size: 18px;
  color: #5b5b5b;
}

.right-indicator {
  margin-right: 1rem;
  margin-left: 1rem;
}
.right-indicator img {
  margin-bottom: 0.4rem;
}

.course-list-shapes .sp-req-squar {
  right: 10%;
  top: 6rem;
}

/* mode css start here  */
.filter-box {
  border-radius: 16px;
  box-shadow: 0px 10px 50px 0px #1a2e5512;
}

.filer-heading {
  font-size: 18px;
  color: #181818;
  font-family: Spartan;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.new {
  padding: 50px;
}

.form-group {
  display: block;
  margin-bottom: 15px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  /* display: none; */
  cursor: pointer;
  background: none !important;
}

.form-group label {
  position: relative;
  cursor: pointer;
  color: #1c1c1c !important;
  /* border: 1px solid green !important; */
}

.form-group label:before {
  content: "";
  /* -webkit-appearance: none; */
  background-color: transparent;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 16px;
  background: transparent !important;
  border: 1px solid #b7b7b7 !important;
  border-radius: 4px;
}

.form-group input:checked + label:after,
label.checkedTrue:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #1ab69d;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  background: transparent !important;
}
.list-style-view {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.list-style-view button {
  border: none;
  background: none;
  border-radius: 5px;
  min-width: 40px;
  min-height: 40px;
}

.btn-list {
  padding: 0.9rem 1.5rem;
}

.input-box-search {
  position: relative;
}

.input-box-search input {
  height: 48px;
  border: none;
  outline: none;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding-left: 2rem;
  padding-right: 4rem;
}

.btn-search {
  border: none !important;
  background: none;
  box-shadow: none;
  position: absolute;
  right: 1rem;
  top: 0.3rem;
}

.course-count {
  font-family: Spartan;
  font-size: 16px;
  font-weight: 600;
  line-height: 25.92px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
/* mode css end here  */

/* right side card */

.result-card-2 {
  box-shadow: 0px 0px 40px 0px #00000012;
  padding: 1rem;
  border-radius: 16px;
  margin-top: 2rem;
}

.cl-img-container {
  width: 208px;
  height: 208px;
}

.cl-img-container img {
  /* object-fit: cover; */
  width: 100%;
  height: 100%;
  /* padding-left:15px; */
}

.gurukul {
  font-size: 12px;
}

.cl-btn {
  padding: 0.8rem 2rem;
  border: none;
  background: #e20004;
  border-radius: 5px;
  color: #fff;
}

.rating i {
  color: #f8b81f;
}

.rating-count {
  color: #181818;
}

.cl-address {
  font-size: 14px;
  margin-bottom: -1px;
}

.price p {
  color: #e20004;
  font-size: 16px;
  font-weight: 600;
  margin-top: 3rem;
}

.cl-card-right-side h6,
.cl-card-right-side h4 {
  margin: 0;
}

.cl-card-right-side h6 {
  margin-bottom: 0.5rem;
}

.cl-card-right-side h4 {
  font-size: 18px;
}

.action-control {
  /* margin-bottom: -3rem; */
  flex-wrap: wrap;
}

.cl-btn-2 {
  padding: 1.5rem 2rem;
  font-weight: 600;
}

.sub-text1 {
  font-size: 16px;
  color: #181818;
}
.sub-text2 {
  font-size: 14px;
}

.grid-container {
  width: 100%;
}

.cl-grid-card {
  padding: 2rem;
}

.action-control-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/* right side card */

.cl-video-card {
  padding: 0;
  margin: 0;
}
.cl-video-card .ratio iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: none;
}
.cl-nav {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.cl-nav li {
  color: #1c1c1c;
  cursor: pointer;
}

.cl-nav-active {
  font-weight: 600;
  border-bottom: 2px solid #e20004;
}

/* Custom style for the cards */
.gurukul-card {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1.3rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Ensure the image fits the card */
.gurukul-card img {
  width: 100%;
  height: auto;
  display: block;
}

.ca-gurukul-wave {
  top: -20rem;
  right: 50rem;
  /* border: 1px solid green; */
}

.ca-gurukul-wave-new {
  top: -40rem;
  right: 30rem;
  /* border: 1px solid green; */
}

.ca-gurukul-wave img {
  position: absolute;
  left: 30%;
}

.ca-gurukul-wave-2 {
  bottom: 20% !important;
}
.ca-gurukul-dot {
  top: -5rem;
}
.ca-gurukul-dot img {
  position: absolute;
  right: 10%;
  top: -20%;
}

.gk-c {
  position: relative;
}
.ca-gurukul-circle {
  position: absolute;
  top: -120%;
  width: 200px;
  right: -5%;
}
.ca-gurukul-circle img {
  transform: rotate(130deg) !important;
  right: 0;
  top: 0;
}
.sp-circle {
  position: relative;
  width: 15%;
}

.sp-circle img {
  position: absolute;
  left: 20%;
  width: 70%;
  /* width: 20%; */
}

/* <-- ====================== end: Course Listing ====================== --> */

/* <-- ====================== start: ca guide ====================== --> */

.cg-study-navigation-text {
  font-size: 18px;
  font-weight: 400;
  color: #5b5b5b;
}
.cg-shape-group {
  position: relative;
}
.cg-shape-02 {
  left: 10%;
  bottom: 20%;
}
.cg-shape-03 {
  right: -5%;
  bottom: 10rem;
  transform: rotate(130deg) !important;
}
.cg-shape-04 {
  left: -5%;
  bottom: 15rem;
}
.cg-shape-05 {
  right: -5%;
  bottom: 5rem;
  transform: scale(0.8) !important;
}

.cg-section h2 {
  font-size: 32px;
}

.cg-section p {
  font-size: 18px !important;
}

.cg-check {
  background: #f8f8f8;
  padding: 4rem;
  margin-top: -8rem;
  margin-bottom: 8rem;
}
.cg-check p {
  font-size: 20px;
}
.cg-check h3 {
  margin: 0;
}

.check-item {
  margin: 0;
}

.sub-title {
  font-size: 24px;
}

.content-text p {
  font-size: 18px;
  margin: 0;
  color: #8b8b8b;
}

.order-list li {
  font-size: 18px;
}
.disc-list {
  list-style-type: disc;
}

.sp-rating {
  display: flex;
  justify-content: center;
  text-align: center;
}

.sp-student-parent {
  display: flex;
  justify-content: center;
}

.rating {
  display: flex;
  justify-content: center;
  margin-top: 10px; /* Optional: add space between ratings and student list */
}

.rating-count {
  display: block;
  text-align: center;
  margin-top: 10px; /* Optional: add space between rating stars and count */
}

.sp-contact-details {
  text-align: center;
}

.cg-study-navigation-text {
  font-size: 18px;
  font-weight: 400;
  color: #5b5b5b;
}

.cg-shape-group {
  position: relative;
}

.cg-shape-02 {
  left: 10%;
  bottom: 20%;
}

.cg-shape-01 {
  left: 0%;
  top: 7rem;
}

.cg-shape-03 {
  right: -5%;
  bottom: 10rem;
  transform: rotate(130deg) !important;
}
.cg-shape-04 {
  right: 20%;
  bottom: 5rem;
}
.cg-shape-05 {
  right: -5%;
  bottom: 5rem;
  transform: scale(0.8) !important;
}

.content-text-guru p {
  font-size: 18px;
  color: #8b8b8b;
}

.video-card {
  position: relative;
  width: 100%;
  max-width: 350px;
  overflow: hidden;
  border-radius: 10px;
}

.video-card img {
  width: 100%;
  height: auto;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
}

.video-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  padding: 10px;
}

.btn-enquiry button {
  border: none;
  background: #e20004;
  color: #fff;
  padding: 1.3rem 2rem;
  border-radius: 5px;
  font-weight: 600;
}

.cg-shape-down-1 {
  left: 30%;
  bottom: 40rem;
}

.cg-shape-down-2 {
  right: 10%;
  bottom: 30rem;
}
.cg-shape-down-3 {
  left: 5%;
  bottom: 2rem;
}
.cg-shape-down-4 {
  right: 10%;
  bottom: 30rem;
}

.cg-study-navigation-text {
  font-size: 18px;
  font-weight: 400;
  color: #5b5b5b;
}

.cg-shape-group {
  position: relative;
}

.cg-shape-02 {
  left: 10%;
  bottom: 20%;
}

.cg-shape-03 {
  right: -5%;
  bottom: 10rem;
  transform: rotate(130deg) !important;
}
.cg-shape-04 {
  left: -5%;
  bottom: 15rem;
}
.cg-shape-05 {
  right: -5%;
  bottom: 5rem;
  transform: scale(0.8) !important;
}

.cg-section h2 {
  font-size: 32px;
}

.cg-section p {
  font-size: 18px !important;
}

.cg-check {
  background: #f8f8f8;
  padding: 4rem;
  margin-top: -8rem;
  margin-bottom: 8rem;
}
.cg-check p {
  font-size: 20px;
}
.cg-check h3 {
  margin: 0;
}

.check-item {
  margin: 0;
}

.sub-title {
  font-size: 24px;
}

.content-text p {
  font-size: 18px;
  margin: 0;
}

.order-list li {
  font-size: 18px;
}
.disc-list {
  list-style-type: disc;
}

/* <-- ====================== end: ca guide ====================== --> */

/* <-- ====================== start: Test series dashboard====================== --> */
.tsd-table {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #ececec;
  margin-bottom: 10rem;
  box-shadow: 0px 2px 10px 0px #00000014;
  overflow-x: auto;
}

.tsd-table-custom thead {
  padding: 5rem;
  border-radius: 16px;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
  background-color: #f9f9f9;
}

.tsd-table-custom thead tr th {
  font-size: 14px;
  font-weight: 400;
}

.tsd-table-custom td {
  vertical-align: middle;
}

.tsd-table-custom thead tr th,
.tsd-table-custom tbody tr td {
  padding: 1.2rem;
  color: #1c1c1c;
}

/* .tsd-table-custom tbody tr{
  border: 1px solid #ECECEC;
  
} */

.tsd-table-custom tbody tr td {
  font-size: 15px;
  border-left: none;
  border-right: none;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.tsd-table-custom tbody tr:hover {
  background: #f9f9f9 !important;
}

.tsd-table-custom tbody tr td:nth-child(2),
.tsd-table-custom thead tr th:nth-child(2) {
  white-space: nowrap;
}

.tsd-table-custom tbody tr td:nth-child(3),
.tsd-table-custom thead tr th:nth-child(3) {
  text-align: right;
}

.tsd-table-custom tbody tr td:nth-child(4),
.tsd-table-custom thead tr th:nth-child(4) {
  text-align: right;
}

.tsd-btn-custom {
  background-color: #1d3557d9;
  color: white;
  padding: 1.1rem 2rem;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  text-wrap: nowrap;
}

.tsd-btn-custom:hover {
  color: #fff;
}

.tsd-table2 {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #ececec;
  box-shadow: 0px 2px 10px 0px #00000014;
  margin-top: 2rem;
  overflow-x: auto;
}

.tsd-table2 .table-header {
  padding: 1.5rem;
  min-width: 490px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ececec;
  border-radius: 16px 16px 0 0;
}

.tsd-table2 h4 {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
}

.tsd-table2-heading {
  font-size: 14px;
  color: #3a3a3a;
}

.tsd-table2-custom thead {
  background-color: #f9f9f9;
}

.tsd-table2-custom thead th {
  font-size: 14px;
  font-weight: 400;
  padding: 1.2rem;
  text-align: center;
  color: #3a3a3a;
}

.tsd-table2-custom tbody td {
  padding: 1.2rem;
  border-top: 1px solid #ececec;
  font-size: 15px;
  text-align: center;
  color: #1c1c1c;
  border: none;
}

.tsd-table2-custom tbody tr {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.tsd-table2-custom tbody td a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.download-link {
  color: var(--color-primary);
}

.upload-link-g {
  color: #5b5b5b;
}

.upload-link {
  color: var(--color-primary);
}
.checked-link {
  color: #5b5b5b;
}
.uploaded-link {
  color: #ff9c00;
}

.Answer-link {
  color: #1ab69d;
}

.btn-back {
  color: #5b5b5b;
  font-size: 14px;
}

.tsd-right-arrow {
  margin-top: -0.7rem;
  font-weight: 600;
  font-size: 28px;
}

.tsd-table2-custom tbody tr:hover {
  background: #f9f9f9;
}
/* <-- ====================== end: Test series dashboard ====================== --> */

/* <-- ====================== Start: Shipping info dashboard ====================== --> */

.shipping-table {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #ececec;
  box-shadow: 0px 2px 10px 0px #00000014;
  margin-top: 2rem;
  min-width: 600px;
  overflow-x: auto !important;
}

.shipping-table-custom thead {
  background-color: #f9f9f9;
}

.shipping-table-custom thead th {
  font-size: 14px;
  font-weight: 500;
  padding: 1.2rem;
  color: #1c1c1c;
}

.shipping-table-custom tbody td {
  padding: 1.2rem;
  border: none;
  border-top: 1px solid #ececec;

  font-size: 15px;
  color: #1c1c1c;
}

.shipping-table-custom tbody tr:hover {
  background: #f9f9f9;
}

.pagination {
  margin: 0;
}

.pagination .page-item .page-link {
  color: var(--color-primary);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  border: 0.5px solid var(--color-primary);
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.pagination .page-item.shipping-active .page-link {
  background-color: var(--color-primary);
  color: white;
  border: none;
}

.pagination .page-item.disabled .page-link {
  color: #ccc;
}
.pagination .page-item.disabled .page-link {
  border: 1px solid #5b5b5b;
  color: #5b5b5b;
}

.shipping-qty-head {
  text-align: right;
}

.shipping-qty {
  text-align: right;
}

.shipping-center {
  margin-right: 2.5rem !important;
}

.shipping-status-head {
  text-align: right;
}

.shipping-status {
  text-align: right;
}

.shipping-id {
  width: 150px;
}

.shipping-pagination {
  padding: 10px 20px;
  font-size: 14px;
}
/* <-- ====================== End: Shipping info dashboard ====================== --> */

/* ++++++++++++++++++++ extra code +++++++++++++++++++ */

.ca-study-circle {
  right: 0% !important;
  top: -18rem !important;
  transform: rotate(120deg) !important;
}

/* <!--=         page css  start  	=--> */

.section-intro {
  color: #e20004;
}

.sp-section-container {
  display: flex;
  justify-content: start !important;
  align-items: start !important;
}

.sp-circle {
  right: 0% !important;
  top: -18rem !important;
  transform: rotate(120deg) !important;
}

.ca-study-dot {
  left: 20% !important;
  top: -40% !important;
}

.ca-study-navigation-text {
  font-size: 18px;
  font-weight: 400;
  color: #5b5b5b;
}
.ca-study-navigation-text-active {
  font-size: 18px;
  font-weight: 600;
  color: #5b5b5b;
}

.ca-study-wave {
  top: 54%;
  left: 18% !important;
}
.ca-study-blue {
  top: -70% !important;
  right: 5% !important;
  width: 10%;
}

.sp-dot {
  right: 70% !important;
  top: 40% !important;
}

.sp-navigation-text {
  font-size: 18px;
  color: #5b5b5b;
}

.right-indicator {
  margin-right: 1rem;
  margin-left: 1rem;
}
.right-indicator img {
  margin-bottom: 0.4rem;
}

.red-shape i {
  color: #4aab3d;
}

.content-both p,
.content-text p {
  letter-spacing: 1px;
  font-size: 18px;
}

.content-check {
  margin-top: 10rem !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content-check p {
  font-size: 20px;
}

.content-title {
  font-family: Spartan;
  font-size: 28px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 1px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.b-title {
  text-align: center;
}

.main-title-b {
  font-family: Spartan;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 1px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.content-text-list {
  list-style-type: disc;
}
.content-text-list li {
  font-size: 18px;
}

.sp-section {
  margin-top: 8rem;
}

.sp-left-side {
  align-self: flex-start;
}

.sp-profile-img {
  min-width: 370px;
  min-height: 370px;
  border-radius: 50%;
  object-fit: cover;
}
.sp-social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.sp-subtitle {
  margin-top: -2rem !important ;
  padding: 0;
  margin: 0;
}
.sp-contact-info p {
  margin-bottom: 5px;
}

.sp-rating .sp-students {
  list-style-type: none;
}

.sp-student-parent .sp-students li i {
  margin-right: 1rem !important;
  margin-left: -2rem !important;
}
.sp-student-parent .sp-students li {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 25.95px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #181818;
}

.sp-rating {
  display: flex;
  gap: 1rem;
  justify-content: start;
  align-items: baseline;
}

.sp-rating .rating i {
  color: #f8b81f;
}
.sp-rating .rating {
  margin: 0 !important;
  padding-top: 1rem;
  padding-left: 1rem;
}
.sp-rating .rating-count {
  margin: 0 !important;
  padding-top: 1rem;
}

.course-meta li i {
  color: #e20004 !important;
}
.sp-contact-details {
  font-family: Spartan;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.sp-title {
  font-size: 32px;
}
.sp-about-me {
  font-family: Spartan;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

@media (max-width: 768px) {
  .section-left {
    text-align: center !important;
  }

  .sp-profile-img {
    min-width: 300px;
    min-height: 300px;
    border-radius: 50%;
    object-fit: cover;
  }
  .sp-rating .rating {
    margin: 0 !important;
    padding-top: 1.2rem;
    padding-left: 1rem;
  }

  .sp-rating {
    display: flex;
    justify-content: center;
    text-align: center;
    border: 1px solid red;
  }

  .sp-student-parent {
    display: flex;
    justify-content: center;
  }

  .rating {
    display: flex;
    justify-content: center;
    margin-top: 10px; /* Optional: add space between ratings and student list */
  }

  .rating-count {
    list-style-type: none !important;
    color: #181818;
    padding: 0;
  }

  .rating-count li {
    text-align: center;
    font-family: Poppins;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 24.22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #181818;
    padding: 0 !important;
  }

  .sp-contact-details {
    text-align: center;
  }
}

/* <!--=         page css ends    	=--> */

.ca-training-ol {
  list-style-type: decimal;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++ */

.banner-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.btn-link {
  color: var(--color-primary);
  transition: all ease 0.3s;
  text-decoration: none;
}

.btn-link:hover {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.btn {
  color: var(--color-primary);
}
.btn:hover {
  text-decoration: none !important;
}

.btn-hr-ef {
  background-color: var(--color-primary);
  color: var(--color-white) !important;
  padding: 1.5rem 3rem;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  transition: background ease 0.3s;
}
.btn-hr-ef:hover {
  color: var(--color-white) !important;
  background-color: #1c1c1c;
}

.btn-hr-ef a {
  color: var(--color-white);
}

.btn-hr-ef a:hover {
  color: var(--color-white);
}

/* Teams pages test code  */

/* Team page start  */

.team-banner {
  position: relative;
}
.TeamHeadingContainer {
  position: absolute;
  top: 40%;
  left: 45%;
  z-index: 99;
  color: var(--color-white);
}

.TeamBannerHeading {
  color: var(--color-white);
  font-size: 56px;
}
.TeamHeadingContainer p {
  color: var(--color-white);
  font-size: 16px;
}

.team-section-banner {
  width: 100svw;
}

.team-section-banner img {
  object-fit: cover;
  width: 100%;
}

.team-intro {
  margin-bottom: -0.1rem;
}

.team-page-card {
  max-width: 381px;
  height: 374px;
  background-color: #fff;
  border-radius: 16px !important;
  margin-right: 3rem !important;
  margin-left: 3rem !important;
  position: relative;
  margin-top: 17rem;
}

.team-page-image {
  width: 313px;
  height: 318px;
  position: absolute;
  top: -12.5rem;
  left: 3.2rem;
  border-radius: 16px;
  overflow: hidden;
}
.team-page-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-page-card-body {
  width: 381px;
  height: 374px;
}

.team-page-card-title {
  font-size: 24px;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  font-weight: 600;
}
.team-page-card-text {
  padding-bottom: 10px;
}
.team-page-card-description,
.team-page-card-text {
  font-size: 16px;
  color: #8b8b8b;
  margin: 0;
}

.mx-b-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

/* Media Query for Mobile Devices (max-width: 768px) */

@media (max-width: 1024px) {
  .team-page-card {
    width: 300px;
    height: 320px;
    margin-right: 1rem !important;
    margin-left: 1rem !important;
    position: relative;
    margin-top: 17rem;
  }

  .team-page-image {
    width: 260px;
    height: 250px;
    position: absolute;
    top: -12rem;
    left: 2.5rem;
  }
}

@media (max-width: 768px) {
  .team-page-card {
    width: 300px;
    height: 320px;
    margin-right: 1rem !important;
    margin-left: 1rem !important;
    position: relative;
    margin-top: 17rem;
  }

  .team-page-image {
    width: 260px;
    height: 250px;
    position: absolute;
    top: -12rem;
    left: 2.5rem;
  }

  .team-page-card-body {
    width: 300px;
    height: 320px;
  }

  .TeamHeadingContainer {
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 99;
    color: var(--color-white);
  }
  .TeamBannerHeading {
    color: var(--color-white);
    font-size: 46px;
  }

  .bd-done {
    display: none !important;
  }
}

@media (max-width: 425px) {
  .grid-container {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .team-page-card-title {
    font-size: 18px;
  }

  .team-page-card {
    width: 300px;
    height: 320px;
    margin-right: 0rem !important;
    margin-left: 1rem !important;
    position: relative;
    margin-top: 12rem;
  }

  .team-page-image {
    width: 260px;
    height: 250px;
    position: absolute;
    top: -12rem;
    left: 2.5rem;
  }

  .team-page-card-body {
    width: 280px !important;
    height: 300px !important;
  }

  .TeamHeadingContainer {
    position: absolute;
    top: 20%;
    left: 35%;
    z-index: 99;
    color: var(--color-white);
  }

  .TeamBannerHeading {
    color: var(--color-white);
    font-size: 26px;
  }

  .bd-done {
    display: none !important;
  }

  .video-card-container {
    padding: 0 10px;
  }
  .sm-top {
    margin-top: 5rem;
  }
}

/* Team page end */

.btn-b-right,
.btn-b-left {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 1rem;
  font-size: 10px;
  transition: background ease-in-out 0.3s;
}

.swiper-button-prev,
.swiper-button-next {
  background: #1c1c1c;
  color: white;
  font-size: 10px !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #1ab69d;
}

.swiper-button-next {
  right: 0px;
}

.swiper-button-prev {
  left: 0px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px !important;
}

.text-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5; /* Adjust line height as needed */
  max-height: calc(1.5em * 3); /* Ensures it doesn't exceed 3 lines */
  transition: all ease 0.3s;
}

.slide-container {
  padding: 0 5px;
}

.custom-section-bg {
  border-radius: 16px;
  background-color: white !important;
}

.b-rating-space {
  display: flex;
  gap: 1rem;
}

.space-b-5 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.section-space-10 {
  margin-top: 8rem;
}

.space-y-b {
  margin-bottom: 8rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 5rem !important;
}
/* .text-black{
  color: #1c1c1c;
} */

.mar-5 {
  margin-bottom: 6rem !important;
}

.modal-dialog {
  min-width: 640px;
  border-radius: 4px !important;
}

.spc-modal-header {
  padding: 40px 0;
}
.spc-modal-header h5 {
  font-family: Spartan;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.form-label {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.95px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1c1c1c;
}
.spc-required {
  color: var(--color-primary);
}

.spc-input {
  border: 1px solid #e5e5e5 !important;
  outline: none;
  width: 528px;
  height: 50px;
  border-radius: 5px !important;
}

.spc-input:focus {
  outline: none;
  box-shadow: none;
}

.btn-spc {
  padding: 1rem 3rem;
  font-size: 20px;
}

.btn-hollow {
  border: 1px solid var(--color-primary);
  background-color: white;
  color: var(--color-primary);
  font-weight: 500;
  font-size: 20px;
  padding: 1rem 3rem;
  border-radius: 4px;
  transition: all ease 0.3s;
}

.btn-hollow:hover {
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
}

.modal-header {
  border: none !important;
}

@media (max-width: 768px) {
  .spc-modal-header h5 {
    font-family: Spartan;
    font-size: 22px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .modal-dialog {
    min-width: 400px !important;
    max-width: 700px;
    border-radius: 4px !important;
  }
  .spc-input {
    border: 1px solid #e5e5e5 !important;
    outline: none;
    min-width: 370px !important;
    max-width: 428px !important;
    height: 50px;
    border-radius: 5px !important;
  }
}

@media (max-width: 425px) {
  .modal-dialog {
    min-width: 200px !important;
    max-width: 400px;
    border-radius: 4px !important;
  }
  .spc-input {
    border: 1px solid #e5e5e5 !important;
    outline: none;
    min-width: 200px !important;
    max-width: 268px !important;
    height: 50px;
    border-radius: 5px !important;
  }
}

.b-left {
  position: relative;
}

.b-left img {
  margin-left: -2rem;
}

.red-circle-b {
  left: -20%;
  top: 20%;
}

/* ////////////////////Ca foundation//////////////////////  */

.ca-foundation,
.ca-foundation h2 {
  text-align: left !important;
}

.ca-foundation-2,
.ca-foundation-2 h2 {
  font-family: Spartan;
  font-size: 28px;
  font-weight: 700;
  line-height: 40.04px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.space-x-b {
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.ca-foundation-3 h2 {
  font-family: Spartan;
  font-size: 24px;
  font-weight: 700;
  line-height: 26.88px;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-align: left !important;
}

.ca-foundation-3 {
  text-align: left !important;
}

.b-list ul {
  list-style-type: disc;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 1px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.list-none {
  list-style-type: none !important;
  font-weight: 400 !important;
}
.list-norm li {
  /* list-style-type: disc !important; */
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.list-norm ul {
  list-style-type: disc;
}

.mmt {
  display: block;
  /* margin-top: -1rem !important; */
}

.red-text {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 1px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

  color: var(--color-primary);
}

.my-b-title {
  text-wrap: nowrap;
}

.titles-b {
  font-family: Spartan;
  font-size: 50px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.bread-crumb-b {
  font-family: Spartan;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #5b5b5b !important;
}

.filter-label {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.side-filter {
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0px 10px 50px 0px #1a2e5512;
}

.gurukul-title-b {
  font-family: Spartan;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0 !important;
}

.gurukul-sub-title-b {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600 !important;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1c1c1c;
}
.gurukul-p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.image-container-guru {
  width: 33.33%;
}
.image-container-guru img {
  width: 100%;
  height: auto;
}

.input-container-by-b {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.label-by-b {
  flex: 0 0 30%; /* Takes up 30% of the container */
}
.label-by-b label {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1c1c1c;
}

.input-by-b {
  flex: 0 0 70%; /* Takes up 70% of the container */
}

.input-by-b select {
  border: 1px solid #1c1c1c;
  background-color: #fefefe;
  border-radius: 8px;
  min-height: 48px;
}

.last-select {
  height: 48px !important ;
}

.price-by-b {
  font-family: Spartan;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.b {
  border: 1px solid green;
}

.wrap-b {
  gap: 1rem;
}
@media only screen and (max-width: 425px) {
  .label-by-b {
    flex: 0 0 100%; /* Takes up 30% of the container */
  }

  .input-by-b {
    flex: 0 0 100%; /* Takes up 70% of the container */
  }

  .wrap-b {
    flex-wrap: wrap;
  }
}

.table-body {
  background: #ffff;
}

.table-body tr td {
  background: #ffffff;
  padding: 1rem;
}

.table-active {
  background-color: #ffffff;
}

.input-group-2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.input-group-container {
  position: relative;
}

.input-group-container label {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.95px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1c1c1c;
}

.section-b {
  width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 28px;
  background-color: #fefefe;
  border-radius: 16px;
}

.input-group-container input {
  width: 370px;
  height: 48px;
  max-width: 370px;
  padding: 14px 38px 14px 26px;
  gap: 0px;
  border-radius: 8px;
  opacity: 0px;
  border: 1px solid #e5e5e5;
}

.change-pass-title {
  font-family: Spartan;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1c1c1c;
}
.w-full {
  width: 100%;
}

.eye-open,
.eye-close {
  position: absolute;
  right: 5%;
  top: 58%;
}

@media only screen and (max-width: 425px) {
  .section-b {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 28px;
    background-color: #fefefe;
    border-radius: 16px;
  }

  .input-group-container input {
    width: 100%;
    height: 48px;
    max-width: 370px;
    padding: 14px 38px 14px 26px;
    gap: 0px;
    border-radius: 8px;
    opacity: 0px;
    border: 1px solid #e5e5e5;
  }

  .center-b-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .op-img-container {
    width: 100%;
  }
  .op-card-right-side {
    padding: 0;
    width: 100%;
  }
}

.btn-shipment {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.95px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1c1c1c;
}

.equal-sace-y {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.sub-title-b {
  /* border: 1px solid red !important; */
  margin-bottom: 0 !important;
}

.order-list li::marker {
  font-weight: bold;
}

.order-list-2 li::marker {
  font-weight: 400;
}

.hidden-result {
  display: none;
}

.list-type-none li {
  list-style-type: none;
}

.red-circle {
  left: -70%;
  top: 30%;
}

.career-wave {
  top: 10%;
  right: 29%;
}

.career-circle {
  position: absolute;
  left: 0%;
  top: 2%;
  left: -2%;
}

.career-circle-2 {
  left: 0%;
  top: -2%;
}

.career-heading {
  font-family: Spartan;
  font-size: 50px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.carrer-gap {
  padding-top: 112px;
  padding-bottom: 80px;
}

.bottom-gap {
  margin-bottom: 100px;
}

.career-title {
  font-family: Spartan;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 1px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.career-sub-title {
  font-family: Spartan;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 1px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.grey-text-career {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #8b8b8b;
}

.career-text {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #8b8b8b;
}

.hidden {
  display: none;
}

/*test*/
.grid-view {
  max-width: 413px;
  height: 551px;
  float: left;
  margin-right: 1rem;
}

.grid-view .changeView {
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.changeStar-2 {
  display: none;
}

.grid-view .changeStar-2 {
  display: inherit;
}

.changeStar {
  display: inherit;
}

.grid-view .changeStar {
  display: none;
}

.grid-view .dot-b .changeView .cl-img-container {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.grid-view .changeView .cl-img-container {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.grid-view .changeView .cl-card-right-side {
  width: 100%;
  padding: 1rem;
}

.grid-view .dot-b .changeView .cl-img-container img {
  object-fit: cover;
}

.grid-view .changeView .cl-img-container img {
  object-fit: cover;
}

.count-b {
  margin: 0;
}

.list-style-view button {
  border: none;
  background: none;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  max-width: 40px;
  padding: 0 !important;
}

.register-container img#capt {
  border-radius: 8px;
}

.result-card-3 {
  padding: 1rem;
  border-radius: 16px;
  margin-top: 2rem;
}

.result-card-3 {
  box-shadow: 0px 0px 40px 0px #00000012;
}

.result-card-3 .grid-view {
  box-shadow: 0px 0px 40px 0px #00000012;
  padding: 1rem;
}

.mobile-br {
  display: none;
}

@media (max-width: 425px) {
  .mobile-br {
    display: block;
  }
}

@media (max-width: 1230px) {
  .table {
    table-layout: auto;
  }
}

.truncate-paragraph {
  position: relative;
  padding: 0 5px;
  z-index: 999 !important;
}

.thumbnail-image {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin-bottom: 35px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cacfd2;
}

.thumbnail-image img {
  object-fit: cover;
  width: 100px;
  height: 100px;
  filter: invert(0);
}

.custom-scrollbar {
  height: 230px;
  overflow-y: auto;
}

/* Custom scrollbar styles */
.custom-scrollbar::-webkit-scrollbar {
  width: 8px; /* Width of the vertical scrollbar */
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track color */
  border-radius: 4px; /* Rounded corners */
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #888; /* Thumb color */
  border-radius: 4px; /* Rounded corners */
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555; /* Thumb color on hover */
}

/* Support for Firefox */
.custom-scrollbar {
  scrollbar-width: thin; /* Use thin scrollbar */
  scrollbar-color: #5555553f #f1f1f1; /* Thumb and track colors */
}

.readonly-select {
  appearance: none; /* Hides dropdown indicator */
  background: none; /* Removes background styling */
  border: none !important; /* Removes border */
  pointer-events: none; /* Prevents click events */
}

.video-container {
  margin: 0 10px; /* Optional spacing between videos */
  border-radius: 8px;
  height: 340px !important;
  overflow: hidden;
}
@media (max-width: 768px) {
  .feedback-content {
    flex-direction: column; /* Stack videos vertically on smaller screens */
    align-items: center;
  }
  .video-container {
    margin-bottom: 20px;
  }
}

#draggableDiv {
  position: fixed;
  top: 300px;
  left: 138px;
  width: 90px;
  height: 169px;
  background-color: #f1f1f1;
  cursor: move;
  z-index: 10;
}
#draggableHeader {
  background-color: #2196f3;
  color: #fff;
  cursor: move;
  width: 90px;
  height: 169px;
}
#closeBtn {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: -5px;
  right: -5px;
  background: white;
  border: 1px solid gray;
  color: #000;
  font-size: 16px;
  cursor: pointer;
}

#videoModal {
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
#videoModal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
}
#videoModal .modal-content {
  width: 300px;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
#videoModal .modal-body {
  padding: 0;
  width: 300px;
  height: 100%;
}
#videoModal iframe {
  width: 100%;
  height: 100%;
}

.closeModalbtn {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: end;
  background: #000;
}
.closeModalbtn button {
  background: none;
  border: none;
  padding: 1rem;
  font-size: 3rem;
  color: white;
}

.custom-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-title {
  font-weight: bold;
  font-size: 1.5rem;
}

.list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
}

.list-item i {
  color: #ff9800;
}

.youtube-video {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: black;
}

.sub-banner-flex {
  display: flex;
  gap: 4rem;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}

.text-img-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.text-img-flex p {
  font-family: Spartan;
  font-size: 18px;
  font-weight: 700;

  letter-spacing: 0.01em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.banner-title {
  font-family: Spartan;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.banner-tick-list li {
  list-style-type: none;
  font-family: Spartan;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1c1c1c;
}

.custom-container-b {
  border: 1px solid red;
}

.fix-font {
  font-family: Spartan;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.LecturesBtn {
  padding: 2px 8px;
  color: white !important;
  border-radius: 30px;
  background: #1ab69d;
  font-weight: 600;
}

.z-ind {
  z-index: 9 !important;
}

.z-ind-2 {
  z-index: 1200 !important;
}

.custom-border {
  border-left: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
}

.custom-discription {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
  border-top: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
}

.custom-discription:last-child {
  border-bottom: 1px solid #b7b7b7;
}
.custom-discription p {
  margin: 0 !important;
  padding: 20px 10px;
  font-family: Spartan;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.decs-title {
  font-weight: 600;
}

.min-w {
  width: 200px;
}

.product-tabs {
  display: flex;
  border-bottom: 2px solid #ddd;
}
.product-tab {
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  font-family: Spartan;
  font-size: 16px;
}
.product-tab.active {
  font-weight: bold;
  border-bottom: 1px solid #e20004;
}
.product-tab-content {
  display: none;
  padding: 20px;
}
.product-tab-content.active {
  display: block;
}

.product-system-requirements-list {
  list-style-type: disc;
}

.product-system-requirements-list li {
  font-weight: 500;
  color: #1c1c1c;
}
.product-system-requirements-list li:last-child {
  font-weight: 500;
  color: #e20004;
}

@media (max-width: 1366px) {
  #draggableDiv {
    position: fixed;
    top: 300px;
    left: 1000px;
    width: 90px;
    height: 169px;
    background-color: #f1f1f1;
    cursor: move;
    z-index: 10;
  }
}

@media (max-width: 768px) {
  #draggableDiv {
    position: fixed;
    top: 300px;
    left: 300px;
    width: 90px;
    height: 169px;
    background-color: #f1f1f1;
    cursor: move;
    z-index: 10;
  }

  .custom-discription {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 0px;
    border-top: 1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
  }
  .min-w {
    width: 100% !important;
  }

  .custom-discription p {
    padding: 5px !important;
  }

  .mobile-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
  }

  .product-tab {
    padding: 10px;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    font-family: Spartan;
    font-size: 16px;
  }
  .product-tab-content {
    padding: 10px 5px;
  }
  .faculty-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 420px) {
  #draggableDiv {
    position: fixed;
    top: 300px;
    left: 100px;
    width: 90px;
    height: 169px;
    background-color: #f1f1f1;
    cursor: move;
    z-index: 10;
  }
}

.product-card-parent {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-custom-card {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #dee2e6;
}

.product-custom-card img {
  /* object-fit: cover; */
  width: 150px;
  height: 150px;
}

.product-container-new-b {
  margin-top: 69px;
  border-radius: 16px;
  box-shadow: 0px 10px 50px 0px #1a2e5512;
  padding: 28px !important;
}

.faculty-single-row {
  border: 1px solid green;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px;
  border: 1px solid #e5e5e5;
  margin-top: 12px;

  border-radius: 8px;
}
.price-input {
  border: 1px solid red;
}

.single-custom-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 247px;
  height: 104px;
  gap: 12px;
  border-radius: 8px;
  background: #f8f8f8;
  flex-wrap: wrap;
}

.only-cards {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.the-checkbox {
  position: absolute;
  top: -1rem;
  right: 0;
}

.faculty-name {
  margin: 0 !important;
  padding: 0 !important;
  font-family: Spartan;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #4aab3d;
}

.faculty-field {
  align-self: flex-start;
}

.faculty-field > span {
  font-family: Poppins;
  font-weight: 600;
  font-size: 14px !important;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #1c1c1c;
}

input[type="checkbox"] ~ label::before,
input[type="radio"] ~ label::before {
  /* background-color: #fff !important; */
  width: 24px;
  height: 24px;
}

input[type="checkbox"] ~ label::after,
input[type="radio"] ~ label::after {
  /* background-color: red !important; */
  width: 24px;
  height: 24px;
}

input[type="checkbox"] ~ label::after,
input[type="radio"] ~ label::after {
  content: "\e913";
  font-size: 14px;
  color: var(--color-white);
  position: absolute;
  top: 2px;
  left: 6px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.table-container {
  width: 100%;
  margin-top: 60px;
}

.batch-feature{
  font-family: Poppins;
font-weight: 600;
font-size: 14px;
line-height: 34px;
letter-spacing: 0%;
vertical-align: middle;
color: #1c1c1c;
}
.pricing-table {
  width: 100%;
  min-width: 600px;
  border-collapse: separate;
  border-spacing: 0 !important;
  text-align: center;
  white-space: nowrap;
  box-shadow:none !important;
}
.pricing-table th,
.pricing-table td {
  border: 1px solid #e5e5e5;
  padding: 10px;
  background: #fbfbfb !important;
  border-bottom: none;
}
.pricing-table th {
  background: #fbfbfb !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.pricing-table td {
  height: 48px;
  color: #1c1c1c;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.pricing-table .empty-column {
  border: none;
  background: white !important;

}
.pricing-table .table-big-head {
  width: 238;
  height: 56px;
  background: #fbfbfb !important;
  border-bottom: none;
}

.custom-text-left {
  text-align: left;
}

.pricing-table .silver {
  background: #5b5b5b !important;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  min-width: 157px;
}

.pricing-table .gold {
  background: #4aab3d !important;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  min-width: 157px;
}

.pricing-table .platinum {
  background: #1ab69d !important;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  min-width: 157px;
}

.pricing-table .different-colour {
  background-color: #ecfffc !important;
  font-weight: 500 !important;
}

.pricing-table .custom-w {
  font-weight: 500 !important;
}

.select-btn {
  width: 116px;
  height: 48px;
  border-radius: 4px;
  background: none;
  border: none;
}

.gold-btn,
.silver-btn {
  border: 1px solid #4aab3d;
  color: #4aab3d;
  background-color: transparent;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.gold-btn:hover,
.silver-btn:hover {
  background-color: #4aab3d;
  color: white;
}

.platinum-btn {
  color: white;
  background-color: #4aab3d;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.platinum-btn:hover {
  border: 1px solid #4aab3d;
  background-color: transparent;
  color: #4aab3d;
}

.custom-curv-first {
  border-radius: 0px 0 0 8px;
  border-bottom: 1px solid #e5e5e5 !important;
}
.custom-curv-middle {
  border-bottom: 1px solid #e5e5e5 !important;
}
.custom-curv-last {
  border-radius: 0px 0 8px 0px;
  border-bottom: 1px solid #e5e5e5 !important;
}
.custom-br {
  border-bottom: 1px solid #e5e5e5 !important;
  border-radius: 0px 0 8px 8px;
}

.pricing-table{
  padding: 0 !important;
}

@media (max-width: 1366px) {
  .table-container {
     overflow-x: auto;
  }
  
  
}





.custom-price-new{
  display: flex;
  width: 100% !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.dublicate-input{
  border: 1px solid #E5E5E5;
  min-width: 517px;
  background-color: #F5F5F5;
  border-radius: 8px;
  padding: 8px;
  color: #1d3557D9 !important;

}
.dublicate-input h5{
  padding: 0;
  margin: 0;
  color: #1d3557D9 !important;

}
.dublicate-input h5 span{
  font-family: Poppins !important;
font-weight: 600 !important;
font-size: 16px !important;
line-height: 32px !important;
letter-spacing: 0% !important;
vertical-align: middle;
color: #1d3557D9 !important;
}

.custom-final-price{
  padding: 0;
  margin: 0;
  font-family: Poppins;
font-weight: 600;
font-size: 14px;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;

}

.custom-button-container{
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 56px !important;
}

.custom-enroll-button{
  color: white;
  background-color: #4aab3d;
  padding: 10px 20px;
  width: 154px;
  height: 60px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  transition: all 0.3s ease-in-out;
}


.custom-enroll-button:hover {
  border: 1px solid #4aab3d;
  background-color: transparent;
  color: #4aab3d;
}



.credits-p a span:hover{
   text-decoration: underline !important;
   cursor: pointer !important;
   color:#1d3557D9 ;
}

#custom-item{
  color: blue;
  text-decoration: none !important;
}

#custom-item:hover{
  color: red;
  opacity: 1;
  z-index: 9999;
  background-color: transparent;
}

#test-text:hover{
   text-decoration: underline !important;
   color: blue !important;
   opacity: 1 !important;
}



.custom-input-container-for-price{
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.custom-duration-tab span{
  padding: 0;
  margin: 0;
  font-family: Poppins;
font-weight: 600;
font-size: 14px;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;
}


@media (max-width: 768px) {
 
  .dublicate-input{
    border: 1px solid #E5E5E5;
    min-width: 320px;
    background-color: #F5F5F5;
    border-radius: 8px;
    padding: 8px;
    color: #1d3557D9 !important;
  
  }
  
}

.header-top-bar {
  padding: 6px 0;
}
.header-mainmenu {
  padding: 10px 0;
}
.header-brand .logo img {
  max-height: 48px;
  height: 48px;
}
.mainmenu > li > a {
  padding: 0 28px;
  font-size: 18px;
}
.header-green-bar {
  width: 100%;
  height: 5px;
  background: #4aab3d;
  margin: 0;
  border: none;
}