/* Start custom CSS for html, class: .elementor-element-31f8eb5 */.neetss-page {
  width: 100%;
  padding: 60px 20px 80px;
  background:
    radial-gradient(
      circle at 8% 5%,
      rgba(37,150,190,.11),
      transparent 30%
    ),
    radial-gradient(
      circle at 92% 15%,
      rgba(37,80,190,.10),
      transparent 32%
    ),
    linear-gradient(
      180deg,
      #f7fcff 0%,
      #ffffff 100%
    );
  color: #152947;
  font-family: Arial, Helvetica, sans-serif;
}

.neetss-page *,
.neetss-page *::before,
.neetss-page *::after {
  box-sizing: border-box;
}

.neetss-container {
  width: min(1180px, 100%);
  margin: auto;
}


/* =========================
   HERO
   ========================= */

.neetss-hero {
  max-width: 850px;
  margin: 0 auto 48px;
  text-align: center;
}

.neetss-badge {
  display: inline-block;
  padding: 8px 17px;
  margin-bottom: 18px;
  border: 1px solid #bee7ef;
  border-radius: 50px;
  background: #ebf9fc;
  color: #117d9d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.neetss-hero h1 {
  margin: 0;
  color: #10264b;
  font-size: clamp(34px, 5vw, 57px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.neetss-hero h1 span {
  display: block;
  background: linear-gradient(
    90deg,
    #1485a6,
    #2452c5
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.neetss-hero p {
  max-width: 780px;
  margin: 20px auto 0;
  color: #65758c;
  font-size: 16px;
  line-height: 1.8;
}


/* =========================
   HIGHLIGHTS
   ========================= */

.neetss-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 28px;
}

.neetss-highlight {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px;
  border: 1px solid #dcecf2;
  border-radius: 16px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 7px 24px rgba(20,48,80,.06);
}

.neetss-highlight-icon {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #edf9fc;
  font-size: 20px;
}

.neetss-highlight strong {
  display: block;
  margin-bottom: 3px;
  color: #18345d;
  font-size: 14px;
}

.neetss-highlight span {
  display: block;
  color: #78869a;
  font-size: 11px;
}


/* =========================
   CONTENT
   ========================= */

.neetss-content-card {
  padding: 30px;
  border: 1px solid #dcebf2;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(20,48,80,.07);
}

.neetss-content-card h2 {
  margin: 0 0 14px;
  color: #102b52;
  font-size: 25px;
  font-weight: 900;
}

.neetss-content-card p {
  margin: 0 0 12px;
  color: #66758b;
  font-size: 14px;
  line-height: 1.8;
}

.neetss-content-card p:last-child {
  margin-bottom: 0;
}


/* =========================
   SECTION TITLE
   ========================= */

.neetss-section-title {
  text-align: center;
  margin: 65px auto 30px;
}

.neetss-section-title > span {
  color: #1484a5;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.8px;
}

.neetss-section-title h2 {
  margin: 8px 0;
  color: #10264b;
  font-size: 31px;
  font-weight: 900;
}

.neetss-section-title p {
  margin: 0;
  color: #718096;
  font-size: 13px;
}


/* =========================
   COURSE GRID
   ========================= */

.neetss-course-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.neetss-course-card {
  position: relative;
  overflow: hidden;
  padding: 27px;
  border: 1px solid #dceaf2;
  border-radius: 21px;
  background: #ffffff;
  box-shadow: 0 11px 32px rgba(20,48,80,.075);
  transition: .3s ease;
}

.neetss-course-card::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -75px;
  top: -75px;
  border-radius: 50%;
  background: rgba(37,150,190,.08);
}

.neetss-course-card:hover {
  transform: translateY(-6px);
  border-color: #9edbe7;
  box-shadow: 0 18px 42px rgba(20,48,80,.13);
}

.neetss-course-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 19px;
}

.neetss-logo {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 7px 18px rgba(0,0,0,.12);
}

.neetss-cerebellum {
  background: linear-gradient(135deg, #293d92, #5576d5);
}

.neetss-prepladder {
  background: linear-gradient(135deg, #ff7818, #ffb000);
}

.neetss-pw {
  background: linear-gradient(135deg, #151b65, #345bd5);
}

.neetss-dbmci {
  background: linear-gradient(135deg, #08778f, #16a9c6);
}

.neetss-label {
  padding: 7px 11px;
  border-radius: 30px;
  background: #eff9fc;
  color: #147d9c;
  font-size: 10px;
  font-weight: 800;
}

.neetss-course-card h3 {
  margin: 0 0 10px;
  color: #102b52;
  font-size: 23px;
  font-weight: 900;
}

.neetss-course-card > p {
  margin: 0;
  color: #68768b;
  font-size: 13px;
  line-height: 1.7;
}


/* =========================
   TAGS
   ========================= */

.neetss-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 17px 0;
}

.neetss-tags span {
  padding: 7px 10px;
  border-radius: 8px;
  background: #f0f8fb;
  color: #36748a;
  font-size: 10px;
  font-weight: 800;
}


/* =========================
   COUPON
   ========================= */

.neetss-coupon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  margin: 17px 0;
  border: 1px dashed #8bcbd9;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    #f0fbfd,
    #f8fcff
  );
}

.neetss-coupon small {
  display: block;
  margin-bottom: 3px;
  color: #758397;
  font-size: 10px;
  font-weight: 700;
}

.neetss-coupon strong {
  display: inline-block;
  padding: 6px 11px;
  border-radius: 7px;
  background: #fff2ad;
  color: #966a00;
  font-size: 17px;
  letter-spacing: 1px;
}

.neetss-coupon > span {
  font-size: 21px;
}


/* =========================
   BUTTON
   ========================= */

.neetss-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 16px;
  border-radius: 11px;
  background: linear-gradient(
    135deg,
    #147d9d,
    #2855be
  );
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(35,86,155,.2);
  transition: .25s ease;
}

.neetss-btn b {
  font-size: 20px;
  transition: transform .25s ease;
}

.neetss-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(35,86,155,.28);
}

.neetss-btn:hover b {
  transform: translateX(5px);
}


/* =========================
   RESOURCE GRID
   ========================= */

.neetss-resource-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.neetss-resource {
  padding: 23px 18px;
  text-align: center;
  border: 1px solid #dceaf2;
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 7px 25px rgba(20,48,80,.055);
  transition: .25s ease;
}

.neetss-resource:hover {
  transform: translateY(-4px);
}

.neetss-resource > div {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  border-radius: 12px;
  background: #edf9fc;
  font-size: 20px;
}

.neetss-resource h3 {
  margin: 0 0 7px;
  color: #17345e;
  font-size: 15px;
}

.neetss-resource p {
  margin: 0;
  color: #758298;
  font-size: 11px;
  line-height: 1.6;
}


/* =========================
   HOW TO
   ========================= */

.neetss-howto {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-top: 55px;
  padding: 27px;
  border: 1px solid #cbe9f0;
  border-radius: 19px;
  background: linear-gradient(
    135deg,
    #effbfe,
    #f9fcff
  );
}

.neetss-howto-icon {
  width: 49px;
  height: 49px;
  min-width: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: #ffffff;
  font-size: 22px;
  box-shadow: 0 5px 16px rgba(20,60,90,.08);
}

.neetss-howto h2 {
  margin: 0 0 11px;
  color: #17345e;
  font-size: 21px;
}

.neetss-howto ol {
  margin: 0;
  padding-left: 19px;
  color: #65758b;
  font-size: 13px;
  line-height: 1.9;
}

.neetss-howto strong {
  color: #173f82;
}


/* =========================
   FAQ
   ========================= */

.neetss-faq {
  max-width: 900px;
  margin: auto;
}

.neetss-faq details {
  margin-bottom: 11px;
  border: 1px solid #dceaf2;
  border-radius: 13px;
  background: #ffffff;
  overflow: hidden;
}

.neetss-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 17px 19px;
  cursor: pointer;
  color: #17345f;
  font-size: 14px;
  font-weight: 800;
  list-style: none;
}

.neetss-faq summary::-webkit-details-marker {
  display: none;
}

.neetss-faq summary span {
  color: #1684a5;
  font-size: 20px;
  transition: transform .2s ease;
}

.neetss-faq details[open] summary span {
  transform: rotate(45deg);
}

.neetss-faq details p {
  margin: 0;
  padding: 0 19px 18px;
  color: #6d7b90;
  font-size: 13px;
  line-height: 1.75;
}


/* =========================
   DISCLAIMER
   ========================= */

.neetss-disclaimer {
  margin-top: 20px;
  padding: 16px 18px;
  border: 1px solid #f0dfae;
  border-radius: 11px;
  background: #fffaf0;
  color: #75643e;
  font-size: 11px;
  line-height: 1.7;
}

.neetss-disclaimer strong {
  color: #8d690a;
}


/* =========================
   TABLET
   ========================= */

@media (max-width: 850px) {

  .neetss-highlights {
    grid-template-columns: 1fr;
  }

  .neetss-course-grid {
    grid-template-columns: 1fr;
  }

  .neetss-resource-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 520px) {

  .neetss-page {
    padding: 38px 12px 55px;
  }

  .neetss-hero {
    margin-bottom: 35px;
  }

  .neetss-hero h1 {
    font-size: 34px;
  }

  .neetss-hero p {
    font-size: 13px;
    line-height: 1.7;
  }

  .neetss-content-card {
    padding: 21px;
  }

  .neetss-content-card h2 {
    font-size: 21px;
  }

  .neetss-content-card p {
    font-size: 13px;
  }

  .neetss-section-title {
    margin-top: 52px;
  }

  .neetss-section-title h2 {
    font-size: 26px;
  }

  .neetss-course-card {
    padding: 21px;
    border-radius: 18px;
  }

  .neetss-course-card h3 {
    font-size: 21px;
  }

  .neetss-resource-grid {
    grid-template-columns: 1fr;
  }

  .neetss-howto {
    padding: 20px;
    gap: 12px;
  }

  .neetss-howto h2 {
    font-size: 18px;
  }

  .neetss-howto ol {
    font-size: 12px;
  }

}/* End custom CSS */