<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.exam-section {
  background-color: #EAF4F0;
  padding: 30px;
  border-radius: 10px;
}

.exam-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  color: #4C84F4;
}

.exam-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #212529;
}

.carousel-inner img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}


.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 5px;
  bottom: -55px !important;
}

.carousel-indicators [data-bs-target] {
  background-color: #D9D9D9 !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  display: flex;
  gap: 10px;
  margin: 0 !important;
}

.carousel-indicators .active {
  background-color: #4C84F4 !important;
}

.exam-button {
  position: relative;
  display: flex;
  align-items: center;
  overflow-x: scroll;
  white-space: nowrap;
  width: 100%;
}

.button-group {
  display: flex;
  gap: 10px;
  padding: 10px;
  white-space: nowrap;
}

.exam-btn {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  background-color: #F6FCF8;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  color: #3C4852;
}

.exam-btn.active {
  background-color: #5AC391;
  color: #FFFFFF;
}

.scroll-arrow {
  position: sticky;
  background-color: #5AC391;
  border: none;
  color: #fff;
  padding: 5px 12px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  display: block;
}

.scroll-left {
  left: 0;
}

.scroll-right {
  right: 0;
}

.scroll-right.fixed {
  display: block;
}

.exam-button::-webkit-scrollbar {
  display: none;
}

.detail .title{
  font-size: 36px;
  line-height: 24px;
  text-align: center;
  color: #3C4852;
  margin-top: 25px;
}

.detail .title span{
  color: #4C84F4;
}

.exam-image{
  /* margin-top: 50px; */
  text-align: center;
  position: relative;
}

.exam-image img{
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.exam-image::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  /* pointer-events: none; */
  opacity: 0.1;
}


.exam-stay h2{
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  margin-top: 30px;
}

.exam-stay p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  /* margin-top: 30px; */
  margin-top: 24px;
}

.exam-stay {
  text-align: center;
}

.exam-stay h2 span{
  color: #4C84F4;
}

.exam-stay .exam-started-now{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  background: #5AC391;
  padding: 10px 20px;
  border: none;
  border-radius: 50px;
  margin-top: 10px;
}
.exam-started-now{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  background: #5AC391;
  padding: 10px 20px;
  border: none;
  border-radius: 50px;
  margin-top: 10px;
}

.steps {
  background-color: #ECF3FF;
  padding: 30px;
  border-radius: 10px;
}

.steps h3{
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  color: #3C4852;
}

.steps h3 span{
  color: #4C84F4;
}

.steps .step-box p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 1rem;
  color: #485070;
}

.steps .step-icon {
  display: flex;
  padding: 0.5rem 1rem;
  align-items: center;
  justify-content: center;
}

.exam-crack {
  background-color: #ECF3FF;
  padding: 20px;
  border-radius: 10px;
  /* margin-top: 50px; */
  margin-top: 24px;
}

.exam-crack .headline {
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  color: #3C4852;
  text-align: center;
}

.exam-crack .subheading {
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  color: #3C4852;
  margin-bottom: 5px;
  text-align: end;
}

.exam-crack .highlight {
  color: #4C84F4;
}

.exam-crack .subheading2{
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #3C4852;
  text-align: center;
}

.exam-crack .subheading3{
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  color: #3C4852;
}

.exam-crack p{
  margin: 0;
}

.topics h2 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  color: #3C4852;
}

.topics h2 span{
  color: #4C84F4;
}

.topics .topic {
  /* border-bottom: 1px solid #e9ecef; */
  /* padding-bottom: 15px; */
  margin-bottom: 20px;
  display: flex;
}

.topics .topic h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #4C84F4;
}

.topics .topic p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212529;
  /* text-align: left; */
}

.schedule-box {
  background-color: #ECF3FF;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.schedule-box h2{
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  color: #3C4852;
}

.schedule-box h2 span{
  color: #4C84F4;
}

.schedule-box .table-responsive{
  display: flex;
  justify-content: center;
}

.schedule-box .schedule-table {
  width: 600px;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.schedule-box .schedule-table thead th {
  background-color: #4C84F4;
  color: #fff;
  padding: 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  border: 1px solid #4C84F4;
}

.schedule-box table tbody tr{
  border-bottom: 1px solid #D5E5FF;
}

.schedule-box table tbody tr:last-child{
  border-bottom: 1px solid #99CBFF;
}

.schedule-box .schedule-table tbody td {
  padding: 12px;
  font-size: 15px;
  font-weight: 500;
  color: #212529;
  border: 1px solid #99CBFF;
  background: #fff;
}

.schedule-box .schedule-table tbody td:first-child {
  background-color: #F1F4F9;
  color: #4C84F4;
  font-weight: 600;
  border: 1px solid #99CBFF;
}

.schedule-box .schedule-table tbody td a {
  color: #0070D4;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

.schedule-box .schedule-table tbody td a:hover {
  text-decoration: underline;
}

.schedule-box p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #3C4852;
  margin-bottom: 0;
}

.schedule-box p span{
  color: #4C84F4;
}

.exam-catking p{
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #212529;
}

/* Form */

.form-container {
  background-color: #F4F8FF;
  border-radius: 20px;
  padding: 30px;
  border: 1px solid #C9C9C980;
}

.form-container h4{
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #32393F;
}

.form-container h4 i{
  color: #9D9D9D;
  cursor: pointer;
}

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

.form-group label{
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.5px;
  font-weight: 400;
  color: #4C5258;
}

.form-check .form-check-label{
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  font-style: italic;
  color: #7C7C7C;
}

.form-group .form-control{
  background: #fff;
  border: 1px solid #C9C9C980;
  border-radius: 10px;
  color: #212529;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  box-shadow: none !important;
  border-color: none;
}

.submit-btn {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 8px 20px;
  color: #fff;
  background-color: #0C83FF;
  border: none;
  border-radius: 20px;
  float: right;
}

/* Thank You */

.thank-you {
  background: radial-gradient(50% 50% at 50% 50%, #E7F3FF 0%, #F4F8FF 100%);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.thank-you .back-btn i {
  font-size: 24px;
  color: #9D9D9D;
  cursor: pointer;
}

.thank-you .heading p {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  line-height: 29px;
  text-align: center;
  margin-top: 20px;
}

.thank-you .heading h1 {
  font-size: 32px;
  font-weight: 800;
  font-style: italic;
  line-height: 39px;
  color: #4C84F4;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.thank-you .sub-text {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  color: #3E4852;
  margin-bottom: 40px;
}

.thank-you .link-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 60px;
}

.thank-you .link-box{
  width: 350px;
  text-align: center;
}

.thank-you .link-box p {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: #3C4852;
  text-align: center;
}

.thank-you .link-box a {
  display: block;
  margin: 20px 0;
  color: #0C82FE;
  text-decoration: none;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border: 1px dotted #ADBCDB;
  padding: 10px;
  border-radius: 12px;
}

.thank-you .link-box button {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  padding: 3px 30px;
  color: #fff;
  border: none;
  border-radius: 20px;
}

.thank-you .link-box .join-btn .wp-join-btn{
  background: transparent;
  border: none;
  color: #fff;
  padding: 5px;
  margin: 0;
}

.thank-you .join-btn{
  background-color: #5AC391;
}

.thank-you .copy-btn {
  background-color: #0C82FE;
}

@media (max-width: 768px) {

  .scroll-arrow {
    display: block;
  }

  .button-group-container {
    padding-right: 40px;
  }

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

  .steps h3{
    font-size: 20px;
    line-height: 32px;
  }

  .exam-crack .headline{
    font-size: 22px;
  }

  .exam-crack .subheading2{
    font-size: 20px;
  }

  .exam-crack .subheading3{
    font-size: 25px;
  }

  .topics h2 {
    font-size: 18px;
    line-height: 35px;
  }

  .topics .topic{
    display: block;
  }

  .topics .topic h5 {
    font-size: 16px;
  }

  .topics .topic p {
    font-size: 13px;
  }

  .schedule-box h2 {
    font-size: 20px;
  }

  .schedule-box .schedule-table thead th {
    font-size: 14px;
    padding: 10px;
  }

  .schedule-box .schedule-table tbody td {
    font-size: 14px;
    padding: 10px;
  }

  .schedule-box {
    padding: 15px;
  }

  /* thank you */

  .thank-you .link-section{
    display: block;
  }

  .thank-you .link-box{
    width: auto;
  }
}
</pre></body></html>