.whats-float {
  position: fixed;
  transform: translate(0px, 0px);
  bottom: 0;
  left: 0;
  width: 150px;
  overflow: hidden;
  background-color: #25d366;
  color: #FFF;
  border-radius: 12px 12px 0px 0px;
  z-index: 100000;
  transition: all 0.5s ease-in-out;
  vertical-align: middle;
}

.whats-float a span {
  color: white;
  font-size: 17px;
  padding-top: 17px;
  padding-bottom: 0;
  position: absolute;
  line-height: 16px;
  font-weight: bolder;
}

.whats-float i {
  font-size: 30px;
  color: white;
  line-height: 30px;
  padding: 10px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  text-align: center;
}

.whats-float:hover {
  color: #FFFFFF;
  transform: translate(0px, 0px);
}

.whats-float:hover i {
  transform: rotate(360deg);
}

/* ── section#getInTouch (.bg_blue) ── */
.bg_blue {
  background: #032564;
  padding: 60px 0 90px;
  position: relative;
  z-index: 9999;
}

.hero-banner {
  width: 100%;
}

.bg_blue h2 {
  color: #ffe400;
  padding: 20px 0;
}

.bg_blue p {
  color: #ffffff;
  margin-bottom: 15px;
}

.bg_blue ul li {
  color: #ffffff;
  font-size: 18px;
}

.bg_blue p a {
  color: #ffe400;
}

/* ── Contact details column ── */
.contact_details {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
}

.contact_details .d-flex {
  align-items: flex-start;
}

.contact_details .fa {
  background: #ffe400;
  padding: 18px 20px;
  border-radius: 50%;
  font-size: 22px;
  min-width: 58px;
  text-align: center;
}

.contact_details h6 {
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 3px;
}

.contact_details span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.contact_details a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.contact_details span.add {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}

/* ── Demo / contact form area ── */
.demo_req p {
  width: 90%;
  margin: 0 auto 15px;
  display: block;
  color: #fff;
  line-height: 1.6;
}

.demo_req .form-group {
  margin-bottom: 14px;
  text-align: left;
}

.demo_req label {
  color: #ffffff;
  font-size: 16px;
}

label {
  cursor: pointer;
  /* color: #fff; */
  /* background-color: #fff; */
  box-sizing: unset;
  display: inline-block !important;
  align-items: normal;
  justify-content: normal;
  text-align: unset;
  height: 0 !important;
  transition: none !important;
  width: 100% !important;
}

.d-block {
  display: inline-block !important;
}

.demo_req textarea {
  width: 100%;
  height: 110px;
  padding: 10px;
  color: #6a6a6a;
}

.demo_req .form-control {
  padding: 10px;
  color: #595858;
}

.demo_req select.form-control {
  padding: 8px 10px !important;
  height: 45px;
}

.demo_req .btn {
  width: 96%;
  margin-left: 2%;
}

.custom-select {
  margin-bottom: 10px;
  height: 45px;
}

/* ── Multiselect widget ── */
.mult_select .btn-group {
  width: 100%;
}

.mult_select .btn-group .form-check-label {
  color: #000000;
}

.mult_select .btn-group .multiselect {
  text-align: left !important;
  width: 100%;
  height: 45px;
  padding: 8px 10px;
  background: #ffffff;
  color: #595858;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.multiselect-native-select {
  width: 100%;
}

.multiselect-native-select .btn-group {
  width: 100%;
  position: relative;
}

.multiselect-container.dropdown-menu {
  width: 100%;
  top: 100%;
  left: 0;
  margin-top: 2px;
}

.multiselect-container.dropdown-menu.show {
  display: block;
}

.multiselect-container li a label {
  color: #000 !important;
  font-weight: normal;
}

/* ── Buttons ── */
.btn {
  background: #6246ea;
  color: #fff;
  font-weight: bold;
  padding: 15px 35px;
  margin: 5px 0;
  text-transform: capitalize;
}

.btn:hover {
  background: #3518c4;
  color: #fff;
}

.btn-yellow {
  background: #facc15;
  color: #000000;
}

.steps-header p {
  width: 70%;
  margin: 0 auto;
}

.btn-yellow:hover {
  background: #ffea3c;
  color: #000000;
}

.btn-yellow:focus-visible {
  background: #ffea3c;
  color: #000000;
  border: 1px solid #ffffff;
}

/* ── footer_bottom bar ── */
.footer_bottom {
  background: #ffffff;
  padding: 15px;
  position: relative;
  z-index: 9999;
  border-top: 0 !important;
  border: none;
}

.footer_bottom p {
  padding: 6px 10px 0px 0;
  font-size: 17px;
  margin: 0;
}

.footer_bottom a {
  color: #000000;
  margin-right: 15px;
  padding-top: 8px;
  font-size: 16px;
}

/* spread copyright block and social icons across the bar */
.footer_bottom .row>.d-flex {
  width: 100%;
  justify-content: space-between !important;
  align-items: center;
}

.footer_bottom .row>.d-flex>.d-flex {
  align-items: center;
}

/* ── Social icons (right aligned) ── */
.social_icons {
  margin: 0;
  padding: 0;
  margin-left: auto;
  text-align: right;
}

.social_icons a {
  margin-right: 0;
  margin-left: 15px;
}

.social_icons a .fa-brands {
  color: #A3A3A3;
  font-size: 28px;
}

.social_icons a:hover .fa-brands {
  color: #6246ea;
}

/* ── Back to top button ── */
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #fa5a3c;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  z-index: 100000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
}

.back-to-top:hover {
  background: #e8482c;
  color: #ffffff;
}

/* ── Responsive ── */
@media screen and (max-width: 991px) {
  .bg_blue ul li {
    font-size: 15px;
  }

  .contact_details .fa {
    padding: 18px;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .bg_blue {
    padding: 20px 0 70px;
  }

  form {
    width: 100%;
  }

  .footer_bottom .d-flex {
    flex-direction: column;
  }
}

.sticky-wrapper {
  height: 80px !important;
}

.block_ln p {
  min-height: 50px;
  text-align: initial
}

.block_ln img {
  width: 12%;
}

.client_bs {
  padding: 50px 0;
}

.nw-section {
  background: #ffffff;
}

.nw-section .features-grid {
  gap: 15px;
}

.nw-section .feature-card {
  background: #f5f7fb;
  box-shadow: none;

  padding: 20px;
}

.nw-section .feature-card p {
  text-align: inherit;
  min-height: auto;
  margin-bottom: 0;
  font-size: 15px !important;
}

.compresive-new {
  background: #f4f7fb;
}

.nw-section .feature-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0b1c39;
  margin-bottom: 8px;
}

.client-slider {
  width: 100%;
  padding: 0;
}

.client-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.client-slider img {
  max-width: 120px;
  transition: 0.3s;
}

.client-slider img:hover {
  opacity: 1;
}

/* Footer CSS - intl-tel-input layout helpers */
.fv-help-block {
  display: none !important;
}

.iti__flag-container ul li {
  color: #000;
  display: block;
  width: 100%;
  font-size: 14px;
  margin: 0;
}

.iti {
  width: 100%;
}

.ms-3 {
  margin-left: 1rem !important;
}

/* ============================================
   NEET DPP GENERATOR - page-only additions
   Theme refs: #6246ea purple / #ffe400 yellow /
   #0b1c39 dark / #f4f7fb light  (site theme)
   ============================================ */

/* -- hero proof card: DPP week schedule -- */
.dpp-proof-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.dpp-proof-head .proof-section-label {
  margin-bottom: 12px;
}

.dpp-proof-head .badge-teal {
  flex: 0 0 auto;
  white-space: nowrap;
}

.badge-teal {
  padding: 4px 10px;
  background: #1aad8d;
  color: #ffffff;
}

.dpp-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 7px;
  margin-bottom: 14px;
}

.dpp-day {
  background: #f4f7fb;
  border: 1px solid #e6ebf4;
  border-radius: 8px;
  padding: 10px 4px;
  text-align: center;
}

.dpp-day .dpp-d {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
  color: #6a7690;
  margin-bottom: 4px;
}

.dpp-day .dpp-s {
  font-size: 10.5px;
  line-height: 1.4;
  color: #0b1c39;
}

.dpp-day--today {
  background: rgba(98, 70, 234, .1);
  border-color: #6246ea;
}

.dpp-day--today .dpp-d {
  color: #6246ea;
}

p {
  color: #323232;
}

.dpp-week-note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: #555555;
  margin-bottom: 5px;
}

.dpp-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22a866;
  flex: 0 0 auto;
}

/* -- What is a DPP + Three Levels card -- */
.dpp-what p {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.dpp-what p:last-child {
  margin-bottom: 0;
}

.dpp-levels-card {
  background: #f5f7fb;
  border: 1px solid #e6ebf4;
  border-radius: 16px;
  padding: 30px 28px;
}

.dpp-levels-card h4 {
  font-size: 21px;
  font-weight: 700;
  color: #0b1c39;
  margin: 6px 0 10px;
}

.dpp-levels-card>p {
  font-size: 14.5px !important;
  color: #5a6572;
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.65;
}

.dpp-level-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #e6ebf4;
  border-radius: 40px;
  padding: 12px 18px;
  font-size: 14.5px;
  color: #5a6572;
  margin-bottom: 11px;
  box-shadow: 0 2px 6px rgba(11, 28, 57, .04);
}

.dpp-level-pill strong {
  color: #0b1c39;
}

.dpp-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.dpp-dot--easy {
  background: #22a866;
}

.dpp-dot--medium {
  background: #f0a202;
}

.dpp-dot--hard {
  background: #d64520;
}

.dpp-levels-result {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dashed #d9e0ee;
  font-size: 13px;
  color: #5a6572;
}

.dpp-levels-result strong {
  color: #0b1c39;
}

/* -- Daily Challenge: 4 cards in one line + hover polish -- */
.dpp-grid-4 {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 15px;
}

.nw-section .feature-card {
  transition: all .25s ease;
}

.nw-section .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(11, 28, 57, .1);
}

/* -- Automated DPP Scheduling: dark block -- */
.dpp-sched-outer {
  padding: 30px 0 60px;
  background: #ffffff;
}

.dpp-scheduler {
  background: #032564;
  border-radius: 20px;
  padding: 55px 48px;
  color: #ffffff;
}

.dpp-tag-yellow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffe400;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.dpp-tag-yellow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #ffe400;
  display: inline-block;
}

.dpp-scheduler h2 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 14px;
  text-align: left;
}

.dpp-sched-copy {
  color: #c9d3e6;
  margin-bottom: 22px;
  line-height: 1.7;
}

.dpp-sched-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.dpp-sched-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #e8edf7;
  font-size: 15.5px;
  margin-bottom: 14px;
}

.dpp-tick {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border-radius: 6px;
  background: #22a866;
  color: #ffffff;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

/* -- screenshot cards (dark variant: yellow headings) -- */
.dpp-shot {
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 18px;
}

.dpp-shot--dark {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .14);
}

.dpp-shot--dark h5 {
  color: #ffe400;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
}

.dpp-shot--dark p {
  color: #c9d3e6;
  font-size: 13.5px;
  margin-bottom: 12px;
  text-align: left;
  min-height: auto;
}

.dpp-shot--dark img {
  width: 100%;
  border-radius: 8px;
  display: block;
  background: #ffffff;
}

/* -- Stakeholder benefit cards v2 -- */
.dpp-role-card {
  background: #ffffff;
  border: 1px solid #e9edf5;
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(11, 28, 57, .06);
  transition: all .25s ease;
}

.dpp-role-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(98, 70, 234, .18);
  border-color: #6246ea;
}

.dpp-role-head {
  background: linear-gradient(135deg, #6246ea 0%, #8a63ff 100%);
  padding: 18px 14px 16px;
  text-align: center;
}

.dpp-role-head img {
  width: 25%;
  margin-bottom: 4px;
}

.dpp-role-emoji {
  display: block;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 6px;
}

.dpp-role-head h4 {
  color: #ffffff;
  font-size: 17.5px;
  font-weight: 700;
  margin: 0;
}

.dpp-role-card ul {
  list-style: none;
  padding: 16px 18px 18px;
  margin: 0;
}

.dpp-role-card li {
  display: flex;
  gap: 9px;
  font-size: 13.8px;
  color: #323232;
  line-height: 1.55;
  padding: 10px 0;
  border-bottom: 1px dashed #e2e7f2;
}

.dpp-role-card li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.dpp-role-card li .dpp-ic {
  flex: 0 0 auto;
  font-size: 18px;
}

/* -- Sample DPP band (light: testimonials below are dark) -- */
.dpp-sample {
  background: #f4f7fb;
  padding: 70px 0;
}

.dpp-sample h2 {
  color: #0b1c39;
  text-align: left;
}

.dpp-sample p {
  color: #5a6572;
  margin-bottom: 22px;
}

.dpp-sample p b {
  color: #0b1c39;
}

.dpp-paper {
  background: #ffffff;
  border: 1px solid #e6ebf4;
  border-radius: 12px;
  padding: 22px;
  color: #0b1c39;
  box-shadow: 0 18px 44px rgba(11, 28, 57, .12);
}

.dpp-paper-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 2px solid #6246ea;
  padding-bottom: 10px;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.dpp-paper-head .dpp-t2 {
  color: #6246ea;
  white-space: nowrap;
}

.dpp-q {
  font-size: 13.5px;
  color: #0b1c39;
  margin-bottom: 14px;
}

.dpp-q .dpp-opts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin-top: 6px;
  font-size: 12.5px;
  color: #5a6572;
}

.cta-content p {
  font-size: 17px;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 15px;
}

.cta-content h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: 1px;
  color: #ffffff;
}

.cta-content p {
  margin-bottom: 15px;
}

.cta-section {
  background: #ffffff !important;
  background-image: none !important;
}

.cta-section .cta-content h2 {
  color: #0b1c39 !important;
}

.cta-section .cta-content p {
  color: #5a6572 !important;
}

.proof-card {
  max-width: 570px;
}

.hero-eyebrow {
  margin-top: 20px;
}

.neet_landg .hero-banner p {
  padding-top: 5px;
}

.test-name-s{
  text-align: left;
}
.test-role-s{
  text-align: left;
}
.test-meta-s img{
   width:30%;
}
.cta-buttons .btn-outline{
  background: #637695;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
/* -- responsive -- */
@media screen and (max-width: 991px) {
  .dpp-grid-4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .dpp-scheduler {
    padding: 38px 26px;
  }

  .dpp-shot--dark {
    margin-top: 18px;
  }

  .dpp-levels-card {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .dpp-week {
    grid-template-columns: repeat(4, 1fr);
  }

  .dpp-proof-head {
    flex-direction: column;
  }

  .dpp-sample {
    padding: 45px 0;
  }

  .dpp-paper {
    margin-top: 25px;
  }
}

@media screen and (max-width: 575px) {
  .dpp-grid-4 {
    grid-template-columns: 1fr !important;
  }
}