/* WhatsNext Section  */
#whatsnext-section {
  background-color: var(--bg-color);
  padding: 2rem 0;
}

#whatsnext-section .wh-heading,
#nextgenlab-section .wh-heading {
  color: var(--primary-color);
  text-align: center;
  font-size: clamp(1.3rem, 5vw, 2rem);
}

#whatsnext-section .wh-heading span {
  font-weight: bold;
}

#whatsnext-section .papper-roll-card {
  color: #ffffff;
  position: relative;
  padding: 0.3rem 1rem;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin-block: 2rem;
}

#whatsnext-section .papper-roll-card ul li {
  line-height: 19px;
}

#whatsnext-section .papper-roll-card .card-title {
  font-size: 1.2rem;
  font-weight: bold;
}

#whatsnext-section .papper-roll-card .roll-left,
#whatsnext-section .papper-roll-card .roll-right {
  position: absolute;
  width: 1rem;
  height: 100%;
}

#whatsnext-section .papper-roll-card .roll-left {
  left: 0;
  top: 10px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 25px;
}

#whatsnext-section .papper-roll-card .roll-right {
  right: 0;
  bottom: 15px;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

#whatsnext-section .papper-roll-card .roll-left::before {
  content: "";
  position: absolute;
  height: 0.7rem;
  width: 0.7rem;
  top: 0;
  right: 0;
  background-color: black;
  border-top-right-radius: 0.7rem;
  border-bottom-right-radius: 1.4rem;
  border-top-left-radius: 0.7rem;
}

#whatsnext-section .papper-roll-card .roll-right::before {
  content: "";
  position: absolute;
  height: 0.8rem;
  width: 0.8rem;
  border-radius: 50%;
  top: 0;
  right: 0;
  background-color: black;
}

#whatsnext-section .papper-roll-card.first,
#whatsnext-section .papper-roll-card.first .roll-left,
#whatsnext-section .papper-roll-card.first .roll-right {
  background-color: rgb(0, 32, 96);
}
#whatsnext-section .papper-roll-card .roll-left::before,
#whatsnext-section .papper-roll-card .roll-right::before {
  background-color: rgb(0, 17, 51);
}

#whatsnext-section .papper-roll-card.second,
#whatsnext-section .papper-roll-card.second .roll-left,
#whatsnext-section .papper-roll-card.second .roll-right {
  background-color: rgb(103, 121, 227);
}
#whatsnext-section .papper-roll-card.second .roll-left::before,
#whatsnext-section .papper-roll-card.second .roll-right::before {
  background-color: rgb(86, 103, 197);
}

#whatsnext-section .papper-roll-card.third,
#whatsnext-section .papper-roll-card.third .roll-left,
#whatsnext-section .papper-roll-card.third .roll-right {
  background-color: rgb(116, 193, 220);
  color: rgb(7, 2, 108);
}
#whatsnext-section .papper-roll-card.third .roll-left::before,
#whatsnext-section .papper-roll-card.third .roll-right::before {
  background-color: rgb(101, 170, 196);
}

#whatsnext-section .papper-roll-card.fourth,
#whatsnext-section .papper-roll-card.fourth .roll-left,
#whatsnext-section .papper-roll-card.fourth .roll-right {
  background-color: rgb(166, 202, 236);
  color: rgb(7, 2, 108);
}
#whatsnext-section .papper-roll-card.fourth .roll-left::before,
#whatsnext-section .papper-roll-card.fourth .roll-right::before {
  background-color: rgb(135, 171, 204);
}

#whatsnext-section .papper-roll-card.fifth,
#whatsnext-section .papper-roll-card.fifth .roll-left,
#whatsnext-section .papper-roll-card.fifth .roll-right {
  background-color: rgb(39, 83, 23);
}
#whatsnext-section .papper-roll-card.fifth .roll-left::before,
#whatsnext-section .papper-roll-card.fifth .roll-right::before {
  background-color: rgb(29, 63, 17);
}

#whatsnext-section .papper-roll-card.sixth,
#whatsnext-section .papper-roll-card.sixth .roll-left,
#whatsnext-section .papper-roll-card.sixth .roll-right {
  background-color: rgb(78, 167, 47);
}
#whatsnext-section .papper-roll-card.sixth .roll-left::before,
#whatsnext-section .papper-roll-card.sixth .roll-right::before {
  background-color: rgb(58, 129, 34);
}

#whatsnext-section .papper-roll-card.seventh,
#whatsnext-section .papper-roll-card.seventh .roll-left,
#whatsnext-section .papper-roll-card.seventh .roll-right {
  background-color: rgb(142, 217, 115);
  color: rgb(13, 53, 18);
}
#whatsnext-section .papper-roll-card.seventh .roll-left::before,
#whatsnext-section .papper-roll-card.seventh .roll-right::before {
  background-color: rgb(106, 172, 82);
}

#whatsnext-section .papper-roll-card.eighth,
#whatsnext-section .papper-roll-card.eighth .roll-left,
#whatsnext-section .papper-roll-card.eighth .roll-right {
  background-color: rgb(180, 229, 162);
  color: rgb(13, 53, 18);
}
#whatsnext-section .papper-roll-card.eighth .roll-left::before,
#whatsnext-section .papper-roll-card.eighth .roll-right::before {
  background-color: rgb(136, 182, 119);
}

/* NextGenLab Section  */

#nextgenlab-section{
  background-color: var(--bg-color);
  padding: 2rem 0;
}

/* Road map styles  */
.roadmap-lab-solution .road {
  margin-top: -3rem;
}

.roadmap-lab-solution .road img {
  width: 100%;
}

.rodmap-card-container .roadmap-card {
  border-radius: 15px;
  border-bottom-left-radius: 0;
  padding: 15px 0;
  color: #ffffff;
  position: relative;
  z-index: 10;
}

.rodmap-card-container {
  margin-top: 50px;
}

.rodmap-card-container .roadmap-card .card-top-hint {
  color: #006400;
  border-radius: 10px;
  position: absolute;
  font-size: 19px;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.rodmap-card-container .roadmap-card .card-bottom-hint {
  color: #006400;
  border-radius: 10px;
  position: absolute;
  font-size: 19px;
  bottom: -2.9rem;
  left: 30%;
}

.rodmap-card-container .roadmap-card::before {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: -1px;
  transform: translate(-50%, -50%);
  width: 9rem;
  height: 3rem;
  background-color: #ffffff;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 90%;
  border-bottom-left-radius: 1.5rem;
  transform: rotate(-12deg);
  z-index: -1;
}

.rodmap-card-container .roadmap-card ul {
  list-style-type: none;
  padding-left: 0;
}
.rodmap-card-container .roadmap-card ul li {
  position: relative;
  padding-left: 30px; /* Space for the custom SVG icon */
  padding-right: 10px;
  line-height: 20px;
  margin-bottom: 5px;
  font-size: 0.8rem;
}
.rodmap-card-container .roadmap-card ul li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("/static/v2/img/icon/diamonds-four-svgrepo-com.svg");
  background-size: cover; /* Ensure the SVG scales properly */
  background-repeat: no-repeat;
}

.rodmap-card-container .roadmap-card:nth-child(2) {
  margin-top: 5rem;
}

.rodmap-card-container .row div:nth-child(1) .roadmap-card,
.rodmap-card-container .row div:nth-child(1) .roadmap-card::before,
.rodmap-card-container .row div:nth-child(1) .roadmap-card .card-stick,
.rodmap-card-container .row div:nth-child(1) .roadmap-card .card-arrow {
  background-color: rgb(108, 108, 255);
}

.rodmap-card-container .row div:nth-child(2) .roadmap-card,
.rodmap-card-container .row div:nth-child(2) .roadmap-card::before,
.rodmap-card-container .row div:nth-child(2) .roadmap-card .card-stick,
.rodmap-card-container .row div:nth-child(2) .roadmap-card .card-arrow {
  background-color: rgb(255, 140, 32);
}

.rodmap-card-container .row div:nth-child(3) .roadmap-card,
.rodmap-card-container .row div:nth-child(3) .roadmap-card::before,
.rodmap-card-container .row div:nth-child(3) .roadmap-card .card-stick,
.rodmap-card-container .row div:nth-child(3) .roadmap-card .card-arrow {
  background-color: rgb(120, 11, 192);
}

.rodmap-card-container .roadmap-card .roadmap-card-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: underline;
  padding-inline: 10px;
}

.rodmap-card-container .roadmap-card .roadmap-card-body {
  font-size: 16px;
  line-height: 1.5;
}

.rodmap-card-container .roadmap-card .card-stick {
  position: absolute;
  bottom: -4rem;
  left: 7%;
  transform: translateX(-50%);
  width: 5px;
  height: 3rem;
}

.rodmap-card-container .roadmap-card .card-arrow {
  position: absolute;
  bottom: -5rem;
  left: 2%;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rodmap-card-container .roadmap-card .card-arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -7px;
  left: 9px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #00ad34;
  transform: rotate(58deg);
}

.triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #00ad34;
  z-index: -1;
}

.rodmap-card-container .row div:nth-child(1) .roadmap-card .card-arrow::after {
  border-bottom: 20px solid rgb(108, 108, 255);
}

.rodmap-card-container .row div:nth-child(2) .roadmap-card .card-arrow::after {
  border-bottom: 20px solid rgb(255, 140, 32);
}

.rodmap-card-container .row div:nth-child(3) .roadmap-card .card-arrow::after {
  border-bottom: 20px solid rgb(120, 11, 192);
}

.section-text {
  text-align: center;
  color: #006400;
}

.indicator-mobile {
  display: none;
}

.steps-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.mobile-road-indicatior div {
  padding: 2px 10px;
  border-radius: 50%;
  color: #ffffff;
}

.mobile-road-indicatior div:nth-child(1) {
  background-color: rgb(68, 114, 196);
}
.mobile-road-indicatior div:nth-child(2) {
  background-color: rgb(237, 125, 49);
}
.mobile-road-indicatior div:nth-child(3) {
  background-color: rgb(112, 48, 160);
}
/* road map style end  */
