/* ================================ Header Section ============================================= */
html,
body {
  overflow-x: hidden;
}

.header__transparent {
  position: fixed !important;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.main-menu ul li .submenu {
  padding: 8px 0 !important;
}

.logo img {
  width: 180px;
}

.offcanvas__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 41px;
  background: #0d7bb8;
  color: #fff;
  border-radius: 50%;
}

.offcanvas__top {
  padding-bottom: 20px;
  border-bottom: 1px solid #0d7bb8;
}

.offcanvas__contact-icon i {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #0d7bb8;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 600;
  color: #0d7bb8;
}

.offcanvas__contact-text a {
  font-size: 15px;
  font-weight: 500;
  color: var(--tp-text-2);
}

.offcanvas__contact ul li:hover i {
  background: #0d7bb8;
  color: var(--tp-common-white);
  border-color: #0d7bb8;
}

.offcanvas__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: var(--tp-grey-1);
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 50%;
}

/* ================================ Header Section ============================================= */

/* ================================ Research Area ============================================= */

.research__features-content h4 {
  font-size: 23px;
  font-weight: 600;
  font-family: "__Inria_Serif_a0c087", "__Inria_Serif_Fallback_a0c087";
}

.research__features-content p {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: black;
}

.research__features-content p .tag-1 {
  color: #0d7bb8;
}

.research__features-content p .tag-2 {
  color: #0d7bb8;
}

.research__features-content p .tag-3 {
  color: #0d7bb8;
}

.research__features-content p .tag-4 {
  color: #0d7bb8;
}



/* .research__download {
    position: relative;
    height: 280px;
    width: 100%;
    padding: 40px 40px 40px;
} */

.research__download {
  position: relative;
  width: 100%;
  height: 352px;
  /* Full screen height */
  overflow: hidden;
  padding: 0px;
}

.research__download-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.research__content-2 {
  position: absolute;
  width: 100%;
  height: 92%;
  top: 10px;
  left: 0;
}

.whychoose_yt_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* ================================ Research Area ============================================= */

/* ================================ Home About Area ============================================= */

.section__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 3px;
  font-family: "__Inria_Serif_a0c087", "__Inria_Serif_Fallback_a0c087";
}

/* ================================ Home About Area ============================================= */

/* ================================ App Area ============================================= */

.app__title {
  font-size: 38px;
  font-weight: 800;
  color: #ffbc5f;
  margin-bottom: 0;
}

/* ================================ App Area ============================================= */

/* ================================ Marquee Area ============================================= */

.marquee-section {
  background-color: white;
  padding: 25px 0;
  /* margin-top: 100px; */
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee-content {
  display: flex;
  gap: 30px;
  animation: marquee-left 10s linear infinite;
}

.marquee-right .marquee-content {
  animation: marquee-right 10s linear infinite;
}

.marquee-content img {
  width: 150px;
  height: 150px;
  /* margin: 0 15px; */
  object-fit: cover;
  border: 1px solid black;
  border-radius: 10px;
  /* background-color: white;
  border: 1px solid white;
  border-radius: 16px;
  padding: 5px; */
}

/* Marquee Animations */
@keyframes marquee-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes marquee-right {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

/* ================================ Marquee Area ============================================= */

/* ================================ Chart Area ============================================= */
/* 
.toggle-btn {
  border: 2px solid #0076b6;
  border-radius: 16px;
  padding: 10px 60px;
  font-weight: bold;
  cursor: pointer;
}

.toggle-btn.active {
  background-color: #0076b6;
  color: white;
}

.checkbox-container {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}

.form-check-input {
  margin-right: 5px;
  cursor: pointer;
}

.chart-container {
  padding: 20px;
  border: 1px solid;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 450px;
}

canvas {
  width: 1000px !important;
  height: 100% !important;
}

.main-heading {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.main-heading span {
  color: #1e3a8a;
  font-weight: bold;
} */

/* ================================ Chart Area ============================================= */

/* ================================ Slider Area ============================================= */

.slider__thumb-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* height: 400px; */
  /* Adjust as per need */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.slider__height-2 {
  min-height: 550px;
}

.slider__shape {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 columns */
  grid-gap: 20px;
  animation: slideUp 15s linear infinite;
  width: 100%;
}

.slider__shape img {
  width: 150px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Keyframes for vertical scrolling */
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

.slider__content-2 span {
  font-size: 36px;
  color: #ff9800;
  font-weight: 600;
}

.slider__title-2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 54px;
  color: #000;
  font-family: "__Inria_Serif_a0c087", "__Inria_Serif_Fallback_a0c087";
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .slider__title-2 {
    font-size: 30px;
    margin-top: 20px;
    font-weight: 600;
    line-height: 40px;
    color: #000;
    font-family: "__Inria_Serif_a0c087", "__Inria_Serif_Fallback_a0c087";
  }

  .slider__content-2 p {
    font-size: 15px !important;
    color: #333 !important;
    font-weight: 400 !important;
    margin-bottom: 20px;
  }
}

.slider__title-2 span {
  color: #ff9800;
}

.slider__content-2 p {
  font-size: 18px;
  color: #333;
  font-weight: 400;
}

/* ================================ Slider Area ============================================= */


/* ================================ Course Area ============================================= */

.video-container {
  width: 100%;
  max-width: 100%;
  display: block;
}

video {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* ================================ Course Area ============================================= */

/* ================================ About Page ============================================= */

.management-section {
  padding: 50px;
}

.highlight {
  color: orange;
}

.management-section h2 {
  margin-bottom: 100px;
}

.ceo-card {
  margin-left: -100px;
  margin-top: -200px;
  background-color: #fff7eb;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
}

.ceo-title {
  color: #777;
  font-size: 16px;
  margin-bottom: 10px;
}

.ceo-message {
  font-size: 15px;
}

.iframe-wrapper {
  width: 100%;
}

.iframe_element {
  width: 100%;
  height: 400px;
  border-radius: 0;
  box-shadow: none;
}

.cta__item-border {
  border-right: 3px solid rgb(13 123 184);
}

.cta__inner {
  border-top: 3px solid rgb(13 123 184);
}

.cta__content p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .cta__item-border {
    border: 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .cta__inner {
    border: 0 !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta__item {
    padding-left: 0px;
  }
}

.step-heading {
  font-size: 28px;
  font-weight: bold;
  margin: auto;
  width: 80%;
  text-align: center;
}

.new-highlight {
  color: orange;
}

.new-description {
  color: #555;
  margin-bottom: 30px !important;
  width: 80%;
  font-size: 16px;
  margin: auto;
  text-align: center;
}

/* .new-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-align: center;
} */

/* .new-steps::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 10%;
  width: 80%;
  height: 5px;
  background-color: #ddd;
  transform: translateY(-50%);
} */

/* .new-steps::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 0;
  height: 4px;
  background-color: #007bff;
  width: var(--progress-width, 0%);
  transition: width 0.5s ease;
  z-index: 0;
} */

.step-line-wrapper {
  position: relative;
  z-index: 0;
}

.new-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-align: center;
}

.new-steps::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 8%;
  height: 4px;
  background-color: #0075b5;
  width: var(--progress-width, 0px);
  transition: width 0.5s ease;
  z-index: 1;
  border-radius: 2px;
}

.new-circle {
  position: relative;
  z-index: 2;
}


.new-steps::after {
  content: "";
  position: absolute;
  top: 48%;
  left: 8%;
  /* add a left offset */
  right: 8%;
  /* match to right side instead of 100% width */
  height: 4px;
  background-color: #e0e0e0;
  /* light gray for background line */
  z-index: 0;
  border-radius: 2px;
}

/* .new-steps::after {
  content: "";
  position: absolute;
  top: 48%;
  left: 10%;
  width: var(--progress-width, 0%);
  height: 5px;
  background-color: #0064a8;
  transform: translateY(-50%);
  transition: width 0.5s ease-in-out;
} */

.new-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 16%;
}

.new-step img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  opacity: 0.3;
}

.new-step.new-active img {
  opacity: 1;
}

.new-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.new-active .new-circle {
  background-color: #0075b5;
}

.new-step-title {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #999;
}

.new-active .new-step-title {
  color: black;
}


@media (max-width: 768px) {
  .step-heading {
    font-size: 22px;
    width: 90%;
  }

  .new-description {
    font-size: 14px;
    width: 90%;
    margin-bottom: 20px !important;
  }

  .new-steps {
    --progress-height: 0%;
    flex-direction: column;
    align-items: center;
    position: relative;
    /* ✅ Add this line */
  }

  .new-step {
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 20px;
  }

  .new-steps::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 11%;
    height: var(--progress-height);
    width: 4px;
    background-color: #0075b5;
    transition: height 0.5s ease;
    z-index: 1;
    border-radius: 2px;
  }

  .new-steps::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 11%;
    height: 90%;
    width: 4px;
    background-color: #e0e0e0 !important;
    z-index: 0;
    border-radius: 2px;
  }

  .new-step img {
    width: 40px;
    height: 40px;
    margin: 0;
  }


  .new-step-title {
    margin-top: 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
  }

  .new-step>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}


@media (max-width: 700px) {
  .new-steps::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 13%;
    height: var(--progress-height);
    width: 4px;
    background-color: #0075b5;
    transition: height 0.5s ease;
    z-index: 1;
    border-radius: 2px;
  }

  .new-steps::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 13%;
    height: 90%;
    width: 4px;
    background-color: #e0e0e0 !important;
    z-index: 0;
    border-radius: 2px;
  }
}


@media (max-width: 600px) {
  .new-steps::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 15%;
    height: var(--progress-height);
    width: 4px;
    background-color: #0075b5;
    transition: height 0.5s ease;
    z-index: 1;
    border-radius: 2px;
  }

  .new-steps::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 15%;
    height: 90%;
    width: 4px;
    background-color: #e0e0e0 !important;
    z-index: 0;
    border-radius: 2px;
  }

}

@media (max-width: 500px) {
  .new-steps::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 17%;
    height: var(--progress-height);
    width: 4px;
    background-color: #0075b5;
    transition: height 0.5s ease;
    z-index: 1;
    border-radius: 2px;
  }

  .new-steps::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 17%;
    height: 90%;
    width: 4px;
    background-color: #e0e0e0 !important;
    z-index: 0;
    border-radius: 2px;
  }

}

@media (max-width: 450px) {
  .new-steps::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 19%;
    height: var(--progress-height);
    width: 4px;
    background-color: #0075b5;
    transition: height 0.5s ease;
    z-index: 1;
    border-radius: 2px;
  }

  .new-steps::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 19%;
    height: 90%;
    width: 4px;
    background-color: #e0e0e0 !important;
    z-index: 0;
    border-radius: 2px;
  }
}


@media (max-width: 400px) {
  .new-steps::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 21%;
    height: var(--progress-height);
    width: 4px;
    background-color: #0075b5;
    transition: height 0.5s ease;
    z-index: 1;
    border-radius: 2px;
  }

  .new-steps::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 21%;
    height: 90%;
    width: 4px;
    background-color: #e0e0e0 !important;
    z-index: 0;
    border-radius: 2px;
  }
}

@media (max-width: 350px) {
  .new-steps::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 26%;
    height: var(--progress-height);
    width: 4px;
    background-color: #0075b5;
    transition: height 0.5s ease;
    z-index: 1;
    border-radius: 2px;
  }

  .new-steps::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 26%;
    height: 90%;
    width: 4px;
    background-color: #e0e0e0 !important;
    z-index: 0;
    border-radius: 2px;
  }
}

@media (max-width: 300px) {
  .new-steps::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 30%;
    height: var(--progress-height);
    width: 4px;
    background-color: #0075b5;
    transition: height 0.5s ease;
    z-index: 1;
    border-radius: 2px;
  }

  .new-steps::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 30%;
    height: 90%;
    width: 4px;
    background-color: #e0e0e0 !important;
    z-index: 0;
    border-radius: 2px;
  }
}

@media (max-width: 270px) {
  .new-steps::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 35%;
    height: var(--progress-height);
    width: 4px;
    background-color: #0075b5;
    transition: height 0.5s ease;
    z-index: 1;
    border-radius: 2px;
  }

  .new-steps::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 35%;
    height: 90%;
    width: 4px;
    background-color: #e0e0e0 !important;
    z-index: 0;
    border-radius: 2px;
  }
}


.heading {
  font-size: 30px;
  font-weight: bold;
  color: black;
  text-align: center;
}

.heading span {
  color: orange;
}

.mentor-slider {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  max-width: 100%;
  margin: 30px auto;
}

.mentor-track {
  display: flex;
  gap: 20px;
  animation: scroll 10s linear infinite;
}

.mentor {
  display: inline-block;
  text-align: center;
}

.mentor-img {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background: #0075b5;
  padding: 10px;
}

.mentor img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.linkedin {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
}

.mentor-name {
  font-size: 16px;
  font-weight: bold;
  color: #444;
  margin-top: 10px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.team-slider-section {
  text-align: center;
}

.video-heading {
  margin-bottom: 60px;
}

.video-wrapper {
  width: 80%;
  max-width: 700px;
  margin: auto;
  overflow: hidden;
}

.video-wrapper iframe {
  width: 100%;
  height: 400px;
  border-radius: 15px;
  border: none;
}

/* Carousel controls */
.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  opacity: 0.8;
  z-index: 1000;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
  width: 20px;
  height: 20px;
}

.carousel-control-prev {
  left: 10%;
}

.carousel-control-next {
  right: 10%;
}

/* ✅ Responsive video size */
@media screen and (max-width: 768px) {
  .video-wrapper {
    width: 95%;
  }

  .video-wrapper iframe {
    height: 280px;
  }

  .carousel-control-prev {
    left: 5%;
  }

  .carousel-control-next {
    right: 5%;
  }
}

@media screen and (max-width: 480px) {
  .video-wrapper iframe {
    height: 250px;
  }
}



.about__thumb-2 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 0;
  /* Aspect ratio 16:9 */
  overflow: hidden;
}

.about__thumb-2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px !important;
  border: none;
}

.about__content {
  padding-left: 18px;
  padding: 30px;
  background: #f5fbff;
  border-radius: 1.5rem;
  box-shadow: rgba(50, 50, 71, 0.06) 0px 8px 16px 0px, rgba(50, 50, 71, 0.08) 0px 8px 8px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about__content {
    margin-top: 10px;
    padding-left: 30px !important;
  }
}


.about__thumb-2 {
  height: 50vh;
  /* Full screen height */
}

.features__inner {
  background: #0076b51f;
  margin-top: -70px;
  padding: 30px;
  -webkit-box-shadow: 0px 30px 50px rgba(26, 31, 35, 0.07);
  -moz-box-shadow: 0px 30px 50px rgba(26, 31, 35, 0.07);
  -ms-box-shadow: 0px 30px 50px rgba(26, 31, 35, 0.07);
  -o-box-shadow: 0px 30px 50px rgba(26, 31, 35, 0.07);
  box-shadow: 0px 30px 50px rgba(26, 31, 35, 0.07);
}

.features__title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #0d7bb8;
}

.features__item {
  padding-right: 20px;
}

.features__border-right::after {
  display: none;
  position: absolute;
  content: "";
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #0076b6;
  height: 120px;
  width: 1px;
}

.features__title a:hover {
  color: #214458;
}

.cta__icon span {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background-color: #0d7bb8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* ================================ About Page ============================================= */


/* ================================ Services Page ============================================= */

.research-arae-2 .research__download {
  position: relative;
  width: 100%;
  margin-top: 0px;
  height: 360px;
  border-radius: 15px !important;
  overflow: hidden;
  padding: 0px !important;
}

.research-arae-2 .research__features-icon span {
  display: inline-block;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: rgb(224 238 246);
}

.research-arae-2 .research__features-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: black;
}

.research-arae-2 .research__features-content h4 {
  font-size: 19px;
  font-weight: 700;
  font-family: "__Inria_Serif_a0c087", "__Inria_Serif_Fallback_a0c087";
  margin-top: 12px;
}

.research-arae-2 .research__features-item {
  background: white;
  padding: 20px;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 16px 0 rgba(50, 50, 71, .06), 0 8px 8px 0 rgba(50, 50, 71, .08);
}

.research-arae-2 {
  background: #0076b51f;
}

.research-arae-2 .section__title-2 {
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--tp-common-black-4);
}

.research-arae-2 .research__wrapper-2 p {
  font-size: 16px;
  color: var(--tp-text-11);
  padding-right: 20px;
  margin-bottom: 25px;
}

.social-media-icons {
  display: flex;
  justify-content: center;
  gap: 70px;
  margin-top: 20px;
}

.social-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.social-icon span {
  font-size: 17px;
  font-weight: 600;
}

.social-icon img {
  width: 40px;
  height: 40px;
}

.icon-container {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.icon-container svg {
  width: 100%;
  height: 100%;
}

.course__enroll-wrapper {
  padding: 40px 55px 40px;
  padding-right: 40px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  margin-left: 65px;
  margin-right: 35px;
}

.price__area .nav-tabs {
  border-bottom: 1px solid #dee2e6;
  justify-content: center;
}

.price__item {
  border: 2px solid rgba(3, 18, 32, 0.06);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  margin-top: 25px;
}

.price__area .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: white;
  padding: 7px 70px !important;
  background-color: #007a70;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
  background: 0 0;
  padding: 7px 70px !important;
  font-size: 18px !important;
  border-radius: 40px !important;
  font-weight: 700;
  color: #007a70;
  margin-bottom: 10px;
  border: 1px solid #007a70;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}


.tp-btn-12 {
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  padding: 0 27px;
  background: linear-gradient(135deg, #0076b6, #00bcd4);
  border-radius: 50px;
  color: white;
}

.price__amount h4 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #0075b5;
}

.price__title {
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-align: start;
  background: linear-gradient(135deg, #0076b6, #00bcd4);
  margin-bottom: 0;
  padding: 12px;
}

.price__item:hover {
  border-color: #00a7cb;
}

.price__content {
  padding: 18px 15px 18px;
}

.price__amount .price-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  /* theme margins ko neutral */
  line-height: 1.2;
}

.price__item .price__amount .old {
  position: relative;
  opacity: .65;
  font-weight: 600;
  font-size: 16px;
  padding: 0 2px;
}

.price__item .price__amount .old::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: 40%;
  height: 2px;
  background: linear-gradient(90deg, #ff4d4d, #c40000);
  transform: rotate(-4deg);
}

.price__item .price__amount .new {
  font-size: 20px;
  font-weight: 700;
  color: #0075b5;
}

.price__amount .price-tax {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  opacity: .8;
}

.price__amount .you-save {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e6f6ea;
  color: #137c3a;
  letter-spacing: .2px;
}

/* If NO discount: hide old & save chip automatically */
.price__item:not(.has-discount) .price__amount .old,
.price__item:not(.has-discount) .price__amount .you-save {
  display: none;
}

.price__item {
  position: relative;
}

.disc-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  z-index: 3;
}

.disc-corner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 80px solid #51b552;
  border-left: 80px solid transparent;
}

.disc-corner .disc-text {
  position: absolute;
  top: 18px;
  right: 0px;
  transform: rotate(45deg);
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: .4px;
}

.price__list ul li {
  list-style: none;
  position: relative;
  padding-left: 14px;
  padding-bottom: 5px;
  margin-bottom: 8px;
  border-bottom: 1.5px solid rgba(3, 18, 32, 0.06);
  color: var(--tp-common-black);
  font-size: 15px;
}

.price__item {
  border: 2px solid rgba(3, 18, 32, 0.06);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  margin-top: 10px;
  box-shadow: 0 4px 12px rgba(0, 118, 182, 0.3);
}

/* ================================ Services Page ============================================= */


/* ================================ Career Page ============================================= */

.small-circle img {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50% !important;
  object-fit: cover;
}

.cta-area .cta__item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cta-area .cta__icon img {
  width: 100%;
  border-radius: 15px;
  height: auto;
}

.cta-area .cta__content {
  flex: 1;
}

.cta-area .big-circle {
  width: 270px;
}



.cta-area .cta__content .post {
  margin-bottom: 0px;
}

.cta-area .cta__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.cta-area .cta__item-border {
  border-right: none;
}

.cta-area .cta__content {
  background: white;
  padding: 1rem;
  border-radius: 15px;
  width: 70%;
  box-shadow: 0 8px 16px 0 rgba(50, 50, 71, .06), 0 8px 8px 0 rgba(50, 50, 71, .08);
}

.cta-area .cta__inner {
  border-top: none;
}

.about-area .about__thumb-2 {
  height: 60vh;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-area .about__content {
    background: none;
  }
}

/* ================================ Career Page ============================================= */

/* ================================ Blog Page ============================================= */

.postbox__title {
  font-size: 18px;
  margin-bottom: 20px;
}

.read-more {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: var(--tp-common-white);
  background-color: #0076b6;
  padding: 0 8px;
  height: 33px;
  line-height: 35px;
  text-transform: capitalize;
}

.postbox__meta span {
  font-size: 13px;
  font-weight: 500;
  color: #6a727f;
  text-transform: capitalize;
  display: inline-block;
  margin-right: 0px;
}

.postbox__meta {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}

.postbox__wrapper .tp-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: var(--tp-common-white);
  background-color: #0076b6;
  padding: 0 23px;
  height: 35px;
  line-height: 35px;
  text-transform: capitalize;
  margin: auto;
}

.postbox__content {
  padding: 20px 20px;
}

.rc__meta span {
  font-size: 13px;
  color: #6a727f;
  font-weight: 500;
}

.rc__title {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-black);
  line-height: 1.4;
}

/* ================================ Blog Page ============================================= */

/* ================================ MBBS Abroad Page ============================================= */
.mbbs-carousel-img {
  width: 80%;
  margin: auto;
  display: block;
  border-radius: 15px;
}

/* ================================ MBBS Abroad Page ============================================= */


/* ================================ NC Community Page ============================================= */
.nc-community .event__title {
  font-size: 16px;
  font-weight: 600;
}

.join-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  margin-right: 15px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.whatsapp-btn {
  background-color: #25D366;
  color: white;
}

.telegram-btn {
  background-color: #0088cc;
  color: white;
}

.join-btn i {
  font-size: 22px;
  margin-right: 10px;
}

.join-btn:hover {
  opacity: 0.8;
}

.research-arae-3 .section__title-2 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--tp-common-black-4);
}

.research-arae-3 .research__features-content h4 {
  font-size: 20px;
  font-weight: 800;
  font-family: "__Inria_Serif_a0c087", "__Inria_Serif_Fallback_a0c087";
}

.research-arae-3 .research__features-item {
  background: #0176b417;
  padding: 20px;
  border-radius: 20px;
  height: 170px;
}

.research-arae-3 .research__features-icon span {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  line-height: 56px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: white;
  background-color: rgb(0 118 182);
}

.research__features-item:hover span.yellow-bg {
  background-color: #0d7bb8;
}

.research__features-item:hover span.orange-bg {
  background-color: #0d7bb8;
}

.research__features-item:hover span {
  background-color: #0d7bb8;
}

.research__features-item:hover span.green-bg {
  background-color: #0d7bb8;
}

/* ================================ NC Community Page ============================================= */

/* ================================Webinar Page ============================================= */

.webinar-about-area {
  background-color: aliceblue;
  padding: 15px;
  border-radius: 20px;
  margin: 30px auto;
  width: 80%;
}

.webinar-about-content {
  background: none;
  box-shadow: none;
  padding: 0px;
}

.webinar-about-content p {
  font-size: 15px;
  line-height: 28px;
  color: var(--tp-text-5);
  margin-bottom: 20px;
}

.webinar-about-area .section__title {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 3px;
}

.webinar-about-area .tp-btn-2 {
  padding: 0 17px;
  border-radius: 25px;
  height: 45px;
  line-height: 45px;
}

.webinar-about-area .about__thumb-2 {
  height: 100%;
}

/* ================================Webinar Page ============================================= */

.section__title-2 {
  font-size: 37px;
  font-family: "__Inria_Serif_a0c087", "__Inria_Serif_Fallback_a0c087";
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--tp-common-black-4);
}

.course__filter .nav-tabs .nav-link:hover,
.course__filter .nav-tabs .nav-link.active {
  background-color: #007a70;
  color: var(--tp-common-white);
}

.section__title-pre-2 {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #45b549;
  display: inline-block;
  margin-bottom: 6px;
}

.new-highlight {
  color: #0075b5;
}

.heading span {
  color: #0075b5;
}

.highlight {
  color: #0075b5;
}

.research__features-icon span {
  display: inline-block;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: rgb(0 118 182 / 24%);
}

.tp-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: var(--tp-common-white);
  background-color: #0076b6;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  text-transform: capitalize;
}

.section__title-pre {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #45b549;
  display: inline-block;
  margin-bottom: 5px;
}

.blue-bg-4 {
  background-color: #f7f9fb !important;
}

.app__bg::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: #80808012;
  z-index: -1;
}

.section__title-pre-3 {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #45b549;
  display: inline-block;
  margin-bottom: 6px;
}

.faq__accordion .accordion-button:not(.collapsed)::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  background-color: #0076b6;
  color: var(--tp-common-white);
}


.faq__accordion .accordion-collapse {
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  background-color: #71b0d35c;
}

.faq__accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: white;
  background-color: #0076b6;
}

.faq__accordion .accordion-body {
  padding: 15px;
  padding-right: 50px;
  padding-left: 25px;
  padding-bottom: 25px;
}

.faq__accordion .accordion-body p {
  font-size: 15px;
  color: black;
  line-height: 24px;
  margin-bottom: 0;
}

.faq__accordion .accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: var(--tp-common-black);
  border: 0;
  padding: 10px 0;
  padding-left: 25px;
  position: relative;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}

.faq__accordion .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(3, 18, 32, 0.06);
  padding: 10px 0;
  padding-left: 65px;
}

.faq__accordion .accordion-button::after {
  position: absolute;
  top: 50%;
  left: -65px;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--tp-grey-10);
  background-image: none;
  content: "+";
  font-family: var(--tp-ff-fontawesome);
  font-weight: 500;
  margin: inherit;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}


@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .faq__item-wrapper {
    padding-left: 0;
    margin-top: 0px;
  }

  .faq__accordion .accordion-button::after {
    position: absolute;
    top: 50%;
    left: -65px;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: var(--tp-grey-10);
    background-image: none;
    content: "+";
    font-family: var(--tp-ff-fontawesome);
    font-weight: 500;
    margin: inherit;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }


  .faq__accordion .accordion-button {
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-common-black);
    border: 0;
    padding: 10px 0;
    padding-left: 0px;
    position: relative;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
  }
}

/* ================================Footer Page ============================================= */

.footer__widget ul li a {
  font-size: 15px;
  line-height: 1.2;
  color: black;
  font-weight: 400;
}

.footer__bottom-inner {
  padding: 10px 0;
  border-top: 1px solid rgb(1 118 180);
}

.footer__copyright p {
  font-size: 15px;
  color: black;
  margin-bottom: 0;
}

.footer__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  text-align: center;
  -webkit-box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.1);
  -moz-box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.1);
  -ms-box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.1);
  -o-box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.1);
  box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.1);
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--tp-common-white);
}

.footer__social ul li .fb {
  background-color: #3B5998;
}

.footer__social ul li .insta {
  background-color: #B7242A;
}

.footer__social ul li .youtube {
  background-color: red;
}

.footer__social ul li .fb:hover {
  background-color: white;
  color: #3B5998;
}

.footer__social ul li .insta:hover {
  background-color: white;
  color: #B7242A;
}

.footer__social ul li .youtube:hover {
  background-color: white;
  color: red;
}


.footer__subscribe p {
  margin-bottom: 20px;
  color: black;
}

.footer__widget-info p {
  color: black;
}

.footer__widget-2 .footer__subscribe-input button {
  background-color: #43b34b;
}

.footer-col-2-4 {
  padding-left: 0px !important;
}

/* ================================Footer Page ============================================= */

.slider__thumb-mask::after {
  position: absolute;
  content: none;
  top: 13%;
  right: 0;
  width: 467px;
  height: 508px;
  background: linear-gradient(207.02deg, rgba(239, 161, 70, 0.7) -12.37%, rgba(239, 126, 70, 0) 66.8%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.slider__thumb-mask {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 0%;
  overflow: none;
  z-index: 1;
}

@media (max-width: 575px) {
  .slider__thumb-mask {
    width: 290px;
    height: 290px;
    margin-top: 0px;
  }
}

.breadcrumb__overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
}

.breadcrumb__title {
  font-size: 65px;
  color: #0d7bb8;
}

.breadcrumb__list span {
  font-size: 16px;
  color: black;
  font-weight: 500;
  padding-right: 3px;
  margin-right: 3px;
  text-transform: capitalize;
}



/* ================================ custum css  ============================================= */

.custom-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  font-size: 15px;
  border-style: none !important;
}

.custom-content table th,
.custom-content table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.custom-content table th {
  background-color: #f5f5f5;
  font-weight: 600;
}

.custom-content ul,
.custom-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.custom-content ul li,
.custom-content ol li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.custom-content ul {
  list-style-type: disc;
}

.custom-content ol {
  list-style-type: decimal;
}

.custom-content table tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* ================================ custum css  ============================================= */


/* ================================ Country Details  ============================================= */
.event_wrapper {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 15px 30px rgb(221 234 233);
  transition: 0.3s ease-in-out;
}

.event__details p {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about__content {
    margin-top: 10px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .webinar-about-area .section__title {
    font-size: 25px;
  }

  .webinar-about-content p {
    font-size: 14px;
    line-height: 28px;
    color: var(--tp-text-5);
    margin-bottom: 12px;
  }

  .section__title-2 {
    font-size: 28px;
    font-family: "__Inria_Serif_a0c087", "__Inria_Serif_Fallback_a0c087";
    font-weight: 800;
    margin-bottom: 8px;
    color: var(--tp-common-black-4);
  }

  .section__title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 3px;
    font-family: "__Inria_Serif_a0c087", "__Inria_Serif_Fallback_a0c087";
  }

  .price__area .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    color: white;
    padding: 3px 50px !important;
    background-color: #007a70;
    border-color: #dee2e6 #dee2e6 #fff;
  }

  .nav-tabs .nav-link {
    background: 0 0;
    padding: 3px 50px !important;
    font-size: 14px !important;
    border-radius: 40px !important;
    font-weight: 700;
    color: #007a70;
    margin-bottom: 10px;
    border: 1px solid #007a70;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .research__features-wrapper {
    padding-left: 0px;
  }
}

/* ================================ Country Details  ============================================= */


.counter__item {
  padding: 30px;
  padding-right: 30px;
}



/* ================================ College Predictor  ============================================= */

:root {
  --nc-blue: #0ea5e9;
  --nc-green: #22c55e;
  --nc-text: #0f172a;
  --nc-muted: #55657e;
  /* helper text */
  --nc-border: #e6eef6;
  /* soft border */
  --nc-surface: #ffffff;
  /* cards */
  --nc-bg: #f7fbff;
  /* section bg */
}

.nc-checkout {
  border-radius: 18px;
  overflow: hidden;
  background: var(--nc-surface);
  box-shadow: 0 12px 30px rgba(2, 24, 62, .08);
}

/* Header: light blue→green ribbon */
.nc-head {
  background: linear-gradient(135deg, #0076b6, #00bcd4);
  border-bottom: 1px solid var(--nc-border);
  color: var(--nc-text);
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#paymentModal .btn-close {
  opacity: .6;
}

.nc-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2px;
  color: #095a2b;
  background: #d9fbe5;
  border: 1px solid #bdf3d2;
  border-radius: 999px;
  padding: 4px 10px;
  margin-bottom: 6px;
}

/* Body bg white with subtle tint */
.nc-body {
  padding: 18px;
  background: var(--nc-bg);
  color: var(--nc-text);
}

/* Cards */
.nc-card,
.nc-summary {
  border: 1px solid var(--nc-border);
  background: var(--nc-surface);
  border-radius: 14px;
  padding: 14px;
}

/* Static plan block */
.nc-plan-static {
  border: 1px dashed var(--nc-border);
  border-radius: 12px;
  padding: 12px;
  background: #ffffff;
}

.nc-plan-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.nc-price {
  font-weight: 800;
  color: #0b3a5b;
  font-size: 20px;
  text-align: right;
}

.nc-mrp-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 4px;
}

.nc-mrp {
  font-size: 12px;
  color: #95a8bf;
  text-decoration: line-through;
}

.nc-off {
  font-size: 11px;
  color: var(--nc-green);
  font-weight: 700;
  background: rgba(34, 197, 94, .12);
  border: 1px solid rgba(34, 197, 94, .25);
  border-radius: 999px;
  padding: 2px 8px;
}

/* Bullets & help */
.nc-bullets {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.nc-bullets li {
  color: var(--nc-muted);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nc-bullets i {
  color: var(--nc-green);
}

.nc-help {
  margin-top: 12px;
  font-size: 13px;
  color: #33506f;
  background: #f4f9ff;
  border: 1px dashed var(--nc-border);
  border-radius: 10px;
  padding: 8px 10px;
}

.nc-help a {
  color: #0b84d6;
  text-decoration: none;
}

/* Summary */
.nc-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--nc-border), transparent);
  margin: 8px 0;
}

.nc-total-label {
  color: #385977;
  font-weight: 600;
}

.nc-total-amount {
  font-size: 28px;
  font-weight: 900;
  color: #09304b;
}

/* CTA button: blue→green gradient per logo */
.nc-pay-btn {
  background: linear-gradient(135deg, var(--nc-blue), var(--nc-green));
  border: 0;
  padding: 5px 16px;
  font-weight: 800;
  color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(14, 165, 233, .25);
}

.nc-pay-btn:hover {
  filter: brightness(.98);
}

.nc-safe {
  font-size: 12px;
  color: #4b6a86;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: .95;
}

.nc-note {
  font-size: 11.5px;
  color: #6c869f;
  margin-top: 6px;
}

@media (max-width: 575.98px) {
  .nc-total-amount {
    font-size: 24px;
  }
}

.predictor-form .btn-search {
  white-space: nowrap;
}

.predictor-hero {
  background: white !important;
}

.predictor-card {
  background: #fff !important;
  /* border: 1px solid #007fba !important; */
  border-radius: 20px !important;
  box-shadow: 0 2px 8px rgba(0, 118, 182, 0.3);
  padding: 26px !important;
}

.predictor-card h5 {
  font-weight: 700 !important;
  font-size: 18px !important;
  margin: 0 0 14px !important;
  color: #0f1f3a !important;
}

.predictor-form .form-label {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #5a6b8a !important;
  margin-bottom: 6px !important;
}

.predictor-form .form-control,
.predictor-form .form-select {
  height: 44px !important;
  border-radius: 10px !important;
  border: 1px solid #dfe5ef !important;
  box-shadow: none !important;
}

.predictor-form .form-control:focus,
.predictor-form .form-select:focus {
  border-color: #8aa9ff !important;
  outline: 0 !important;
  box-shadow: 0 0 0 4px rgba(75, 119, 255, 0.15) !important;
}

.predictor-form .input-group-text {
  background: #f3f6fd !important;
  border: 1px solid #dfe5ef !important;
  color: #3a4a6b !important;
  border-right: 0 !important;
  border-radius: 10px 0 0 10px !important;
}

.predictor-form .input-group .form-control {
  border-left: 0 !important;
  border-radius: 0 10px 10px 0 !important;
}

.predictor-form .btn-search {
  background: linear-gradient(135deg, #0076b6, #00bcd4);
  height: 44px !important;
  border-radius: 10px !important;
  padding: 0 18px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  box-shadow: 0 4px 12px rgba(0, 118, 182, 0.3);
}

@media (max-width: 1199.98px) {
  .predictor-form .col-pad {
    margin-bottom: 14px !important;
  }
}

.predictor-bottom-spacer {
  height: 6px !important;
}

.hide-label-md .form-label {
  display: block !important;
}

#verifyModal .form-control:focus {
  border-color: #00bcd4;
  box-shadow: 0 0 0 3px rgba(0, 188, 212, 0.25);
}

#verifyModal .input-group-text {
  border-radius: 0.5rem 0 0 0.5rem;
  color: #0076b6;
}

#verifyModal .modal-content {
  border-radius: 1rem !important;
}

/* Make container full width */
.predictor-form #choose_state_id+.select2 {
  width: 100% !important;
}

.predictor-form .select2-container--default .select2-selection--multiple {
  min-height: 44px;
  max-height: 44px;
  border: 1px solid #dfe5ef !important;
  border-radius: 10px !important;
  background: #fff;
  box-shadow: none !important;
  padding: 0 8px;
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
}

.select2-dropdown {
  background-color: aliceblue;
  border: 1px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #0d7bb8 !important;
  color: white !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: #0d7bb8 !important;
  border: 1px solid white !important;
  color: white !important;
}

.predictor-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #0d7bb8 !important;
  border: 1px solid white !important;
  border-radius: 4px;
  color: white;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 0px;
  margin-top: 0px;
  padding: 3px;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.predictor-form .select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 26px;
  margin-right: 10px;
  margin-top: 0px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.predictor-form .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #8aa9ff !important;
  box-shadow: 0 0 0 4px rgba(75, 119, 255, .15) !important;
}

.predictor-form .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
}

.predictor-form .select2-container--default .select2-search--inline {
  display: flex;
  align-items: center;
}

.predictor-form .select2-container--default .select2-search--inline .select2-search__field {
  height: 28px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  min-width: 90px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent !important;
  border: none !important;
  /* border-right: 1px solid black !important; */
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  color: white !important;
  cursor: pointer !important;
  font-size: 1em !important;
  font-weight: bold !important;
  padding: 3px 7px !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
}

/* ================================ College Predictor  ============================================= */