* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Geist";
}

:root {
  --primary-color: #5B9943;
  --white-bg: #FFFFFF;
  --black-bg: #000000;
  --black-text: #000000;
  --white-text: #FFFFFF;
  --body-text: #404040;
  --badge-clr: #231F20;
}

h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 56px;
  letter-spacing: 0;
  color: var(--black-text);
}

h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: normal
}

h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 39px;
  letter-spacing: normal;
}

h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: normal;
  letter-spacing: 0;
}

h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 41px;
  letter-spacing: 0;
}

h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  letter-spacing: normal;
}

p {
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
}

.container {
  max-width: 1362px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.global-btn {
  background: #0959B1;
  max-width: 166px;
  color: #fff;
  font-size: 15px;
  line-height: 42px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin: 0 auto;
}

.lg-btn {
  height: 45px;
  max-width: 197px;
  margin: 0;
}

section.hero-section {
  background: #FFF6E9;
  padding-bottom: 192px;
}

.hero-section-content h1 {
  max-width: 621px;
  margin-bottom: 0px;
}

.hero-section-content h3.hero-section-subheading {
  max-width: 565px;
  color: #4D4D4D;
  margin-bottom: 40px;
}

.top-bar {
  background-color: #44BD78;
  font-size: 16px;
  color: #fff;
  padding: 20px 0;
}

.top-bar a {
  color: #fff;
  margin-left: 10px;
  text-decoration: none;
}

.top-bar a:hover {
  text-decoration: underline;
}

.lang-select {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 5px;
}

.lang-select option {
  color: #000;
  /* options should be readable */
}

/* Navbar */
.navbar-custom {
  background: #fff;
  padding: 26px 0;
  border-bottom: unset;
  position: unset;
}

div#moreContent {
  display: none;
}

div#moreContent2 {
  display: none;
}

div#moreContent3 {
  display: none;
}

div#moreContent4 {
  display: none;
}

body.page-id-6 nav.navbar-custom {
  background: #FFF6E9;
  border: 1px solid #eee
}

.navbar-brand img {
  height: 55px;
}

.nav-link {
  font-weight: 500;
  margin: 0 10px;
  color: #000 !important;
}

.nav-link:hover {
  color: #44BD78 !important;
}

.search-box {
  border: 1px solid #ddd;
  border-radius: 110px;
  padding: 5px 15px;
  font-size: 14px;
  -webkit-border-radius: 110px;
  -moz-border-radius: 110px;
  -ms-border-radius: 110px;
  -o-border-radius: 110px;
}

.login-btn {
  font-weight: 500;
  color: #000;
  margin-left: 15px;
}

.login-btn:hover {
  color: #015cff;
}

.top-bar img.bar_phone {
  width: 19.5px;
  height: 18.5px;
}

.top-bar img.bar_msg {
  width: 15px;
  height: 12px;
}

.top-bar img.bar_msg,
.top-bar img.bar_phone {
  margin-right: 5px;
}

.top-bar img.bar_insta {
  width: 25px;
  height: 25px;
}

.top-bar img.bar_fsbk {
  width: 25px;
  height: 25px;
}

.top-bar img.bar_youtube {
  width: 25px;
  height: 25px;
}

.top-bar img.bar_linkedin {
  width: 25px;
  height: 25px;
}

.navbar-custom ul {
  display: flex;
  gap: 43px;
}

.navbar-custom ul li a {
  padding: 0 !important;
  margin: 0 !important;
}

.navbar-custom .nav-list {
  padding-left: 274px;
  justify-content: space-between;
}


header {
  position: relative;
}

.navbar-custom a.navbar-brand {
  position: absolute;
  top: 0;
  max-width: 218px;
  height: 178px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 0px 0px 25px 25px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
}

.navbar-custom a.navbar-brand img {
  max-width: 170px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.top-bar-left-side {
  padding-left: 274px;
}

.navbar-custom .nav-list form {
  max-width: 309px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}

.navbar-custom .nav-list form input.form-control.search-box {
  height: 43px;
  border-color: #E4D6C3;
}

.navbar-custom .nav-list form {
  position: relative;
  gap: 18px;
}

.navbar-custom .nav-list form input.form-control.search-box::placeholder {
  font-weight: 600;
  font-size: 15px;
  color: #000;
  padding-left: 26px;
}

.navbar-custom .nav-list form img.login-search {
  position: absolute;
  left: 16px;
  top: 12px;
}

.navbar-custom .nav-list form .login-account {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.navbar-custom .nav-list form .login-account a.login-btn {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  text-decoration: unset;
}

.navbar-custom .nav-list form .login-account img.login-account {
  width: 16px;
  height: 18px;
}

.hero-section-right-img img {
  width: 100%;
  max-width: 661px;
  height: 400px;
  object-fit: contain;
  margin-left: 0;
  display: block;
}

/* notes section */

.notes-section {
  margin-top: -192px;
  margin-bottom: 100px;
}

.notes-section .notes-section-outer {
  margin-top: 0;
  padding: 0;
}

.note-card {
  border: none;
  border-radius: 1rem;
  /* Rounded corners */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  /* Soft shadow */
  transition: transform 0.3s, box-shadow 0.3s;
}

.note-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.note-card .icon {
  font-size: 2.5rem;
  color: #28a745;
  /* Bootstrap success green */
}

.note-card .card-title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.note-card .card-text {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 1rem;
}

.note-card .btn {
  font-size: 0.8rem;
  padding: 0.35rem 1.25rem;
  border-radius: 0.5rem;
}

section.notes-section .notes-section-wrapper {
  gap: 31px;
  margin-top: 36px;
}

section.notes-section .notes-section-wrapper .notes-section-outer {
  max-width: calc(100% / 5 - 25px);
  width: 100%;
  height: 294px;
}

section.notes-section .notes-section-wrapper .notes-section-outer .notes-section-inner {
  border-radius: 20px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
}

section.notes-section .notes-section-wrapper .notes-section-outer .notes-section-inner .card-body {
  padding: 18px 12px 28px;
}

section.notes-section .notes-section-wrapper .notes-section-outer .notes-section-inner .card-body h5.card-title {
  margin-bottom: 0;
  line-height: 1.5em;
  font-size: 14px ;
  font-weight: 400 !important;
}



section.notes-section .notes-section-wrapper .notes-section-outer .notes-section-inner .card-body p.card-text {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  max-width: 258px;
  color: #4D4D4D !important;
  min-height: 24px;
}

section.notes-section .notes-section-wrapper .notes-section-outer .notes-section-inner .card-body.third p.card-text {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  max-width: 258px;
  color: #4D4D4D !important;
}

section.notes-section .notes-section-wrapper .notes-section-outer .notes-section-inner .card-body .icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

/* upsc section */
.upsc-img {
  max-width: 100%;
  height: auto;
}

.upsc-text h1 {
  font-weight: 700;
  font-size: 2rem;
}

.upsc-text p {
  font-size: 1.1rem;
  margin-top: 0.5rem;
}

.upsc-subtext {
  color: #555;
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.upsc-section-right .right-text-outer {
  max-width: 674px;
}

.upsc-section-right .right-text-outer h2 {
  line-height: normal;
  letter-spacing: normal;
}

.upsc-section-right .right-text-outer p {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 29px;
}

.upsc-section-right .right-text-outer p.upsc-subtext {
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
  color: #4D4D4D;
  margin-bottom: 0;
}

section.upsc-section .upsc-section-wrapper {
  background: #EFF7FF;
  padding: 57px 0px;
  border-radius: 20px;
}

/* notes-matter-sectin */

.section-title {
  text-align: center;
  margin-bottom: 8px;
  line-height: normal;
  letter-spacing: normal;
}

.section-subtitle {
  text-align: center;
  margin-bottom: 40px;
}

.feature-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}

.feature-card:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
}

.feature-icon {
  font-size: 32px;
  flex-shrink: 0;
}

.feature-content h5 {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 16px;
}

.feature-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
}

section.notes-matters-section p.section-subtitle {
  font-size: 17px;
  
  color: #000;
  margin-bottom: 63px;
}

.notes-matters-full-wrapper .notes-matters-sub-wrapper .feature-card {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  border: unset;
  border-radius: 10px !important;
  gap: 30px;
  padding: 20px 33px !important;
}

.notes-matters-section .container {
  max-width: 1262px;
}

.notes-matters-full-wrapper {
  width: 100%;
  gap: 64px;
  row-gap: 49px;
}

.notes-matters-full-wrapper .notes-matters-sub-wrapper {
  margin: 0;
  padding: 0;
  max-width: calc(100% / 2 - 32px);
  width: 100%;
}

.notes-matters-full-wrapper .notes-matters-sub-wrapper .feature-card .feature-icon img {
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.notes-matters-full-wrapper .notes-matters-sub-wrapper .feature-card .feature-content h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  margin-bottom: 7px;
}

.notes-matters-full-wrapper .notes-matters-sub-wrapper .feature-card .feature-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #4D4D4D;
}

/* footer-section */

.footer {
  background: #F5F5F5;
  padding-top: 24px;
}

.footer h6 {
  margin-bottom: 16px;
}

.footer p,
.footer a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-logo img {
  width: 70px;
  margin-bottom: 10px;
}

.footer-logo h5 {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}

.newsletter-input {
  border-radius: 6px;
  margin-bottom: 10px;
}

.btn-subscribe {
  background: #22c55e;
  color: #fff;
  width: 100%;
  font-size: 14px;
  border-radius: 6px;
  /* padding: 8px; */
  padding: 0px;
}

.btn-subscribe:hover {
  background: #16a34a;
  color: #fff;
}

.social-icons a {
  font-size: 20px;
  margin-right: 12px;
  color: #000;
}

.social-icons a:hover {
  color: #1d4ed8;
}

.footer-bottom {
  background: #0959B1;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
  line-height: normal;
  letter-spacing: normal;
}

.footer .footer-row-wrap .footer-inner-wrap p,
a {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: normal;
  color: #000;
  text-decoration: unset;
}

.header_content .cta_btn a {
  font-size: 16px;
}

.footer-inner-wrap h6.subscribe-heading {
  margin-bottom: 18px;
}

.footer-inner-wrap input {
  max-width: 307px;
  width: 100%;
  height: 47px;
  border-radius: 10px;
  border-color: #DBDBDB;
}

.footer-inner-wrap input::placeholder {
  color: #4D4D4D;
  padding-left: 20px;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: normal;
}

.footer-inner-wrap .btn-subscribe {
  max-width: 307px;
  height: 47px;
  background: #44BD78;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  display: flex;
  justify-content: center;
  font-weight: 500;
  align-items: center;
  border-radius: 10px;
  border: unset;
}

.footer-inner-wrap .social-icons>a img {

  height: 32px;
  object-fit: contain;
}

.footer .footer-logo img {
  margin-bottom: 0;
  max-width: 102px;
  width: 100%;
}

.footer .footer-logo {
  margin-bottom: 28px;
}

/* table */
.compare-section {
  padding: 60px 20px;
  text-align: center;
}

.compare-section h2 {
  margin-bottom: 40px;
  line-height: normal;
  letter-spacing: normal;
}

.compare-table {
  margin: 0 auto 65px auto;
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  width: 100%;
}

.compare-table th {
  background-color: #1ca94e;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 14px 20px;
  font-size: 16px;
}

.compare-table td {
  padding: 14px 20px;
  border-top: 1px solid rgb(0 0 0 / 20%);
  font-size: 15px;
  vertical-align: middle;
}

.compare-table tr:first-child td {
  /* border-top: none; */
}

.compare-table th:first-child {
  border-top-left-radius: 8px;
}

.compare-table th:last-child {
  border-top-right-radius: 8px;
}

.btn-compare:hover {
  background-color: #163fb3;
  color: #fff;
}

.compare-section .btn-compare {
  background-color: #0959B1;
  color: #fff;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  height: 45px;
  padding: 11px 35px;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  margin-top: 20px;
}

.compare-table th,
.compare-table td {
  width: 50%;
}

.compare-table th:last-child,
.compare-table td:last-child {
  border-left: 1px solid rgb(0 0 0 / 20%);
}

.compare-table tr td {
  padding: 19px 55px 19px 81px;
  color: #000;
  letter-spacing: 0;
  line-height: normal;
}

.compare-table th {
  font-size: 22px;
  line-height: 39px;
  letter-spacing: 0;
  font-weight: 700;
  background: #44BD78;
  padding: 15px;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

li.menu-phn-cstm,
li.menu-email-cstm {
  display: none;
}


body.error404 div#content {
  text-align: center;
  padding: 90px 0px;
}

body.error404 div#content .entry-title {
  font-size: 52px;
}

body.error404 div#content .entry-content p {
  font-size: 18px;
  padding-inline: 15px;
}

body.error404 div#content form#searchform {
  max-width: 700px;
  margin-inline: auto;
  padding-inline: 15px;
}

body.error404 div#content form#searchform div {
  display: flex;
}

body.error404 div#content form#searchform input[type="text"] {
  flex: 1;
  width: 100%;
}

body.error404 div#content form#searchform input[type="submit"] {
  margin-left: 8px;
  padding: 10px 20px;
  cursor: pointer;
  background: #44BD78;
  border: 0;
  color: #fff;
  font-size: 18px;
}


@media(max-width:1665px) {
  .hero-section-content h1 {
    max-width: 100%;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 40px;
  }
}

@media(max-width:1439px) {
  h1 {
    font-size: 50px;
    line-height: 65px;
  }

  h2 {
    font-size: 40px;
  }
}

@media(max-width:1365px) {
  .top-bar {
    padding: 10px 0;
  }

  .navbar-custom a.navbar-brand img {
    max-width: 140px;
    height: auto;
  }

  .navbar-custom a.navbar-brand {
    max-width: 190px;
    height: 150px;
  }

  .navbar-custom .nav-list {
    padding-left: 240px;
  }

  .navbar-custom ul {
    gap: 30px;
  }

  h1 {
    font-size: 45px;
    line-height: 60px;
  }

  h3 {
    font-size: 24px;
    line-height: 36px;
  }

  section.notes-section .notes-section-wrapper {
    gap: 20px;
  }

  section.notes-section .notes-section-wrapper .notes-section-outer {
    max-width: calc(100% / 5 - 16px);
  }

  h2 {
    font-size: 36px;
  }

  .upsc-section-right .right-text-outer p {
    font-size: 22px;
  }

  .notes-matters-full-wrapper {
    gap: 40px;
    row-gap: 30px;
  }

  .notes-matters-full-wrapper .notes-matters-sub-wrapper .feature-card {
    gap: 20px;
    padding: 15px 20px !important;
  }

  .notes-matters-full-wrapper .notes-matters-sub-wrapper .feature-card .feature-content h5 {
    font-size: 17px;
  }

  .notes-matters-full-wrapper .notes-matters-sub-wrapper .feature-card .feature-content p {
    font-size: 14px;
  }

  .compare-table th {
    font-size: 17px;
    line-height: 30px;
  }

  .compare-table tr td {
    font-size: 16px;
  }

  .compare-table tr td {
    padding: 10px 30px 10px 50px;
  }
}

@media(max-width:1200px) {
  .navbar-custom .nav-list {
    padding-left: 220px;
  }

  .navbar-custom ul {
    gap: 20px;
  }

  h1 {
    font-size: 42px;
    line-height: 55px;
  }

  h3 {
    font-size: 22px;
    line-height: 34px;
  }

  section.notes-section .notes-section-wrapper {
    gap: 15px;
  }

  section.notes-section .notes-section-wrapper .notes-section-outer {
    max-width: calc(100% / 5 - 12px);
  }

  .notes-matters-full-wrapper .notes-matters-sub-wrapper .feature-card .feature-icon img {
    width: 70px;
    height: 70px;
  }

  .footer-bottom {
    font-size: 15px;
  }
}



/* Inner Pages */
section.practical_ai_powered_services {
  padding-top: 67px;
}

section.practical_ai_powered_services .justify-content-center {
  text-align: center;
}

section.practical_ai_powered_services .header_content {
  max-width: 800px;
  gap: 30px;
  display: flex;
  flex-direction: column;
}

section.practical_ai_powered_services .boxes .box h3 {
  padding-bottom: 17px;
}

section.practical_ai_powered_services h1 {
  font-size: 48px;
  line-height: 100%;
  font-weight: 600;
  color: #000000;
}

section.practical_ai_powered_services .header_content p {
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  color: #4D4D4D;
}

section.practical_ai_powered_services .boxes {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2px;
  column-gap: 2px;
}

section.practical_ai_powered_services .boxes .box {
  flex: 0 0 720px;
  border-radius: 20px;
}

section.practical_ai_powered_services .bottom_content p {
  color: #4D4D4D;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

section.practical_ai_powered_services .bottom_content {
  padding-top: 66px;
  padding-bottom: 96px;
  max-width: 935px;
}

section.practical_ai_powered_services .boxes .box.box-1 {
  background-color: #E9F3FF;
  padding: 42px 15px 52px;
}

section.practical_ai_powered_services .boxes .box.box-2 {
  background-color: #FFF6E9;
  padding: 42px 15px 52px;
}

section.practical_ai_powered_services .boxes .box.box-3 {
  background-color: #FFF6E9;
  padding: 42px 15px 52px;
}

section.practical_ai_powered_services .boxes .box.box-4 {
  background-color: #FFF0F5;
  padding: 42px 15px 52px;
}

section.practical_ai_powered_services .boxes .box h3 {
  font-size: 26px;
  line-height: 100%;
  font-weight: 500;
}

section.practical_ai_powered_services .boxes .box p {
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  color: #4D4D4D;
  margin: 0;
}

section.practical_ai_powered_services .boxes .box img {
  padding-bottom: 24px;
  max-height: 102px;
}

section.practical_ai_powered_services .boxes .box h3 {
  padding-bottom: 17px;
}


section.upsc_group_mentorship {
  padding-top: 67px;
}

section.upsc_group_mentorship .justify-content-center {
  text-align: center;
}

section.upsc_group_mentorship h1 {
  font-size: 48px;
  line-height: 100%;
  font-weight: 600;
  color: #000000;
}

section.upsc_group_mentorship h1 span.clr_heading {
  /* color: #095AB2; */
  font-size: 25px;
}

section.upsc_group_mentorship .header_content h4 {
  font-size: 34px;
  line-height: 100%;
  font-weight: 600;
  color: #000000;
  padding-top: 43px;
  letter-spacing: 0%;
}

section.upsc_group_mentorship .boxes {
  display: flex;
  justify-content: center;
  padding-top: 41px;
  column-gap: 62px;
}

section.upsc_group_mentorship .boxes .box {
  width: 735px;
  border-radius: 20px;
}

section.upsc_group_mentorship .boxes .box.box-1 {
  background-color: #B9F3E4;
  padding: 50px 15px 10px 15px
}

section.upsc_group_mentorship .boxes .box.box-2 {
  background-color: #C7F2FF;
  padding: 50px 15px 10px 15px
}

section.upsc_group_mentorship .boxes .box h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  padding-top: 20px;
  padding-bottom: 7px;
}

section.upsc_group_mentorship .boxes .box span.title {
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
}

section.upsc_group_mentorship .boxes .box ul {
  padding-top: 23px;
}

section.why_mentorship_matters {
  padding-top: 80px;
}

section.why_mentorship_matters h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
}

section.why_mentorship_matters .justify-content-center {
  text-align: center;
  row-gap: 66px;
}

section.why_mentorship_matters .boxes {
  display: flex;
  justify-content: center;
  column-gap: 24px;
}

section.why_mentorship_matters .boxes .box {
  border-radius: 20px;
  /* width: 342px; */
}

section.why_mentorship_matters .boxes .box img {
  padding-bottom: 20px;
  max-width: 120px;
  width: 100%;
}

section.why_mentorship_matters .boxes .box p {
  margin: 0;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}

section.why_mentorship_matters .boxes .box-1 {
  border: 1px solid #FFF8B5;
  padding: 45px 55px 48px 55px;
}

section.why_mentorship_matters .boxes .box-2 {
  border: 1px solid #C7F2FF;
  padding: 45px 70px 48px 70px;
}

section.why_mentorship_matters .boxes .box-3 {
  border: 1px solid #FFD6A5;
  padding: 45px 56px 48px 56px;
}

section.why_mentorship_matters .boxes .box-4 {
  border: 1px solid #B9F3E4;
  padding: 45px 70px 48px 70px;
}

section.who_is_this_for .justify-content-center {
  text-align: center;
  row-gap: 42px;
}

section.who_is_this_for {
  padding-top: 81px;
  padding-bottom: 81px;
}

section.who_is_this_for .header_content h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: normal;
}

section.who_is_this_for .lanes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 30px;
  row-gap: 29px;
}

section.who_is_this_for .lanes .lane {
  display: flex;
  /* flex: 0 0 738px; */
  /* padding-top: 42px;
    padding-bottom: 37px;
    padding-left: 32px;
    padding-right: 21px;
    border: solid;
    border-radius: 20px;
    border-color: #CDC7C7;
    align-items: center;
    border-width: 1px; */
  gap: 13px;
}

section.who_is_this_for .lanes .lane p {
  margin: 0;
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  text-align: left;
}

section.who_is_this_for .lanes .lane img {
  height: 29px;
  width: 23px;
}

section.who_is_this_for .bottom_content {
  padding-top: 18px;
}

section.who_is_this_for .bottom_content a {
  background-color: #0959B1;
  color: #fff;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  height: 45px;
  padding: 11px 35px;
  border-radius: 10px;
}



/* 29 sep 2025 */
section.upsc_group_mentorship .boxes .box {
  width: 100%;
  max-width: 465px;
  min-height: 360px;
  max-height: 390px;
}

section.why_mentorship_matters .boxes {
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
  flex-wrap: wrap;
  row-gap: 24px;
}

@media(max-width:1365px) {
  section.who_is_this_for .header_content h2 {
    font-size: 32px;

  }

  section.upsc_group_mentorship .boxes .box h3 {
    font-size: 22px;
  }

  section.upsc_group_mentorship .boxes .box span.title {
    font-size: 20px;

  }

  section.practical_ai_powered_services .boxes {
    row-gap: 40px;
    column-gap: 40px;
  }

  section.upsc_group_mentorship .boxes .box.box-1,
  section.upsc_group_mentorship .boxes .box.box-2,
  section.practical_ai_powered_services .boxes .box.box-1,
  section.practical_ai_powered_services .boxes .box.box-2,
  section.practical_ai_powered_services .boxes .box.box-3,
  section.practical_ai_powered_services .boxes .box.box-4 {
    padding: 30px 15px;
  }

  section.upsc_group_mentorship h1,
  section.why_mentorship_matters h2,
  section.practical_ai_powered_services h1 {
    font-size: 36px;
  }

  section.upsc_group_mentorship .header_content h4,
  .how_it_looks .box h {

    font-size: 35px;
  }

  section.upsc_group_mentorship .boxes .box ul li {
    font-size: 15px;
  }

  section.why_mentorship_matters .boxes {
    column-gap: 24px;
  }

  section.who_is_this_for .lanes .lane p {
    font-size: 18px;
    line-height: 28px
  }
}

section.upsc_group_mentorship .boxes .box ul li {
  /* width: 100%; */
  max-width: 310px;
  margin-inline: auto;
  font-size: 16px;
  color: #4D4D4D;
}


section.who_is_this_for .lanes {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

section.who_is_this_for .lanes .lane p {
  line-height: 30px;
}


section.practical_ai_powered_services .boxes .box {
  width: 100%;
  max-width: 735px;
}

section.practical_ai_powered_services .boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 67px;
}




.how_it_looks {
  padding: 92px 0;
  text-align: center;
}

.how_it_looks .header_content h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 100px;
  color: #000;
}

.how_it_looks .boxes {
  display: grid;
  justify-content: center;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.how_it_looks .box {
  width: 100%;
  max-width: 475px;
  background: #fff;
  border-radius: 20px;
  padding: 0px;
  min-height: 0;
}

.how_it_looks .box h3 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  border-radius: 10px 10px 0 0;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.how_it_looks .box-1 h3 {
  background: #F8BE00;
}

.how_it_looks .box-2 h3 {
  background: #0958B4;
}

.how_it_looks .box-3 h3 {
  background: #44BD77;
}


.how_it_looks .content_main {
  padding: 0 0;
  width: 100%;
  max-width: 344px;
  margin-inline: auto;
}

.how_it_looks .content_main img {
  max-width: 160px;
  margin: 0 auto 20px;
  display: block;
}

.how_it_looks .content_main p {
  font-size: 16px;
  color: #000;
  line-height: 1.4;
}


.how_it_looks .bottom_content {
  margin-top: 78px;
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
}

.how_it_looks .bottom_content h4 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
}

.how_it_looks .bottom_content p {
  font-size: 20px;
  line-height: 1.5;
  color: #4d4d4d;
}


.how_it_looks .boxes .box.box-1 {
  border: 3px solid #F8BE00;
}

.how_it_looks .boxes .box.box-2 {
  border: 3px solid #0958B4;
}

.how_it_looks .boxes .box-3 {
  border: 3px solid #44BD77;
}

.how_it_looks .boxes .box.box-1 .content_main p {
  max-width: 350px;
}





section.ai_powered_personalised_preparation .ai_powered_personalised-wrapper .header_content {
  text-align: center;
  width: 100%;
  max-width: 914px;
  margin: 67px 0px 77px;
}

section.ai_powered_personalised_preparation .ai_powered_personalised-wrapper .header_content h4 {
  font-size: 52px;
  font-weight: 600;
  color: #000;
}

section.ai_powered_personalised_preparation .ai_powered_personalised-wrapper .header_content p {
  font-size: 16px;
  color: #4D4D4D;
  width: 100%;
  max-width: 687px;
  margin-inline: auto;
}

section.ai_powered_personalised_preparation .ai_powered_personalised-wrapper .header_content h1 {
  font-size: 48px;
  color: #000;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 29px;
}


.ai_powered_personalised-wrapper .boxes {
  background: #fff;
  box-shadow: 0 0 24px 0px rgba(0, 0, 0, 15%);
  margin-bottom: 25px;
  border-radius: 20px;
  padding: 29px 0px 39px 47px;
}


.ai_powered_personalised-wrapper .boxes .box.box-1 {
  display: flex;
  align-items: center;
  gap: 33px;
}

.ai_powered_personalised-wrapper .boxes .box.box-1 h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 12px;
  font-weight: 500;
}

.ai_powered_personalised-wrapper .boxes .box.box-1 p {
  color: #4d4d4d;
  font-size: 16px;
}



section.upsc_group_mentorship .boxes .box ul li {

  display: flex;

  position: relative;

  padding-left: 15px;

}

section.upsc_group_mentorship .boxes .box ul li:before {

  /* content: ''; */

  background: #000;

  width: 8px;

  height: 8px;

  border-radius: 50px;

  display: block;

  position: absolute;

  top: 8px;

  left: 0;

}

section.upsc_group_mentorship .boxes .box ul {

  padding-left: 0px;

  width: 100%;

  max-width: 462px;

  margin-inline: auto;

}

section.upsc_group_mentorship .boxes .box ul li {

  justify-content: center;

  max-width: max-content;

}



/* QA point 30 sep 2025 */

.top-bar a {
  font-size: 16px;
}

.lang-select {
  font-size: 15px;
}

.footer .footer-row-wrap .footer-inner-wrap p {
  color: #4d4d4d;
}

.footer a.nav-link {
  color: #4d4d4d !important;
  font-size: 18px;
  font-weight: 400;
  max-width: max-content;
}

.navbar-custom ul li span {
  font-size: 18px;
}



/* Main Section */
.mcq {
  padding: 40px 0 110px;
  text-align: center;
}

.mcq h1 {
  font-size: 48px;
  margin-bottom: 46px;
  font-weight: bold;
}

/* Wrapper */
.mcq_wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

/* Boxes layout */
.boxes {
  display: flex;
  gap: 30px;
  width: 100%;
}

/* Left Side */
.left_side {
  flex: 1;
  background: #f2f7ff;
  border: 3px solid #0958B44D;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  border-radius: 20px;
}

.left_side h2 {
  font-size: 52px;
  color: #000;
  font-weight: 600;
}

/* Right Side */
.right_side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
  background: #FFF6E9;
  border: 3px solid #F98F004D;
  border-radius: 20px;
  padding: 25px 0px 70px;
}

/* Topic, Difficulty, Questions */
.topic_lane,
.difficulty_lane,
.questions_type {
  padding: 0px;
  border-radius: 8px;
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}

.topic_lane h3,
.difficulty_lane h3,
.questions_type h3 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}

/* List Items → look like buttons */
.topic_lane ul,
.questions_type ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0;
  margin: 0;
}

section#mcq .topic_lane h3 {
  margin-top: 0;
}

.topic_lane ul li,
.questions_type ul li {
  background: #eaf2ff;
  padding: 0px 14px;
  border-radius: 6px;
  border: 2px solid #1412BC;
  font-size: 12px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  max-width: max-content;
  min-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}

.topic_lane ul li:hover,
.questions_type ul li:hover {
  color: #ffffff;
  background: #2a5ad7;
  border: 2px solid #1412BC;
}

.mcq_wrapper .left_side {
  max-width: 50%;
  overflow: hidden;
}

/* Difficulty Lane */
.difficulty {
  width: 100%;
  height: 12px;
  border-radius: 6px;
  /* background: linear-gradient(to right, green, yellow, red); */
}


.topic_lane {
  /* padding: 44px 15px 95px; */
}

.questions_type ul {
  display: flex;
  flex-wrap: wrap;
}

.questions_type ul li {
  width: 100%;
  max-width: 269px;
  min-width: 265px;
  text-align: center;
}


.plans {
  padding: 50px 0;
  text-align: center;
}

.plans .header_content h1 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 10px;
}

.plans .header_content h2 {
  font-size: 36px;
  font-weight: 600;
  color: #000;
  margin-bottom: 40px;
  letter-spacing: normal;
}

.plans_wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 80px;
  gap: 10px;
}

.plans_wrapper .boxes {
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}


.plan_wrapper .box {
  min-height: 663px;
  border: 1px solid red;
}


.plan_wrapper .box:nth-child(1) .title {
  background: #f5b700;
  width: 100%;
  max-width: 362px;
  min-height: 162px;
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  padding-top: 47px;
}


.box .title,
.box .amount,
.box .points {
  background: #fff;
  padding: 0 15px;
}

.box .title {
  padding-top: 20px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.plans_wrapper .box .amount {
  background: none;
  border-radius: 50%;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: normal;
  padding-top: 0;
}




.plans_wrapper .points {
  padding: 20px 15px;
}

.plans_wrapper .point {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  text-align: left;
}

.plans_wrapper .point img {
  width: 16px;
  height: 16px;
}

.plans_wrapper .boxes .point p {
  font-size: 18px;
  margin: 0;
  color: #4d4d4d;
}

.plans_wrapper .box .top_title {
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 14px;
  border-radius: 20px;
  text-transform: uppercase;
}


.read-more-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.read-more-text.expanded {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}

.read-more-btn {
  margin-top: 5px;
  background: #44bd78;
  color: #fff;
  border: none;
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 5px;
}

.plans_wrapper .bottom_content {
  padding: 75px 0px 60px;
}

.plans_wrapper .bottom_content p {
  font-size: 28px;
  color: #000;
}

.row.justify-content-center.plans_wrapper .boxes {
  max-width: calc(100%/4 - 10px);
  padding-bottom: 0;
  /* min-height: 665px; */
}

.plans_wrapper .amt_title_wrapper {
  position: relative;
}

.plans_wrapper .box .points {
  /* margin-top: 110px; */
  margin-top: 0px;
  width: 100%;
  /* max-width: 305px; */


  padding-left: 0;
  border-radius: 20px;
}

.plans_wrapper .box .points .point {
  display: block;
}

.plans_wrapper .box .points .point {
    margin-bottom: 16px;
    min-height: 610px;
}

.plans_wrapper .box .points .point p span {
  color: #00451E;
  font-size: 18px;
  font-weight: 500;
}

.plans_wrapper .boxes:nth-child(1) .box {
  border: 2px solid #44BD77;
  border-radius: 20px;
}

.plans_wrapper .boxes:nth-child(2) .box {
  border: 2px solid #0958B4;
  border-radius: 20px;
}

.plans_wrapper .boxes:nth-child(3) .box {
  border: 2px solid #44BD77;
  border-radius: 20px;
}

.plans_wrapper .boxes:nth-child(4) .box {
  border: 2px solid #0958B4;
  border-radius: 20px;
}

.plans_wrapper .boxes .box .title {
  width: 100%;
  max-width: 303px;
  min-height: 0;
  font-size: 20px;
  color: #000;
  display: flex;
  justify-content: flex-start;
  padding-top: 40px;
  border-radius: 15px 15px 0 0;
  font-weight: 700;
  padding-right: 15px;
  padding-left: 0px;
  line-height: 1.2;
  text-align: left;
}

/* ==== Pricing Card Design ==== */
.plans_wrapper .boxes {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.plans_wrapper .box {
  background: #fff;
  border-radius: 12px;
  padding: 10px 15px;
  width: 100%;
  max-width: 280px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  text-align: left;
  transition: all 0.3s ease;
}

.plans_wrapper .box:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}


.plans_wrapper .amt_title_wrapper .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
}

.plans_wrapper .amt_title_wrapper .plan-desc {
  font-size: 12px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 16px;
  font-weight: 500;
}

.plans_wrapper .plan-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  /* border-bottom: 1px solid #ddd; */
  margin-bottom: 0;
}

.plans_wrapper .plan-price .amount {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 0;
  padding: 0;
}

.plans_wrapper .plan-price .vat {
  font-size: 12px;
  color: #000;
  font-weight: 500;
}

.plans_wrapper .button-wrap-plan {
  text-align: center;
  margin-bottom: 10px;
}

.plans_wrapper .button-wrap-plan a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  padding: 10px 20px;
  transition: background 0.3s ease, transform 0.2s ease;
  width: 100%;
}

.plans_wrapper .button-wrap-plan a:hover {
  background: #F8BE00;
  transform: translateY(-2px);
}

.plans_wrapper .points {
  font-size: 13px;
  color: #333;
}

.plans_wrapper .points p strong {
  display: block;
  margin-top: 12px;
  color: #000;
  font-size: 14px;
}

.plans_wrapper .points ul {
  margin: 6px 0 0 0px;
  padding: 0;
  list-style: disc;
}

.plans_wrapper .points ul li {
  line-height: 1.5;
  margin-bottom: 10px;
  list-style-type: none;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 500px) {
  .plans_wrapper .boxes {
    flex-direction: column;
    align-items: center;
  }

  .plans_wrapper .box {
    max-width: 100%;
  }
}



.plans_wrapper .boxes button {
  border: 0;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
}

.plans_wrapper .boxes:nth-child(1) .button-wrap-plan a,
.plans_wrapper .boxes:nth-child(1) button {
  background: #44BD77;
}

.plans_wrapper .boxes:nth-child(2) .button-wrap-plan a,
.plans_wrapper .boxes:nth-child(2) button {
  background: #0958B4;
}

.plans_wrapper .boxes:nth-child(3) .button-wrap-plan a,
.plans_wrapper .boxes:nth-child(3) button {
  background: #44BD77;
}

.plans_wrapper .boxes:nth-child(4) .button-wrap-plan a,
.plans_wrapper .boxes:nth-child(4) button {
  background: #0958B4;
}


.plans_wrapper .boxes:nth-child(1):hover .button-wrap-plan a,
.plans_wrapper .boxes:nth-child(1) button {
  background: #44BD77;
}

.plans_wrapper .boxes:nth-child(4):hover .button-wrap-plan a,
.plans_wrapper .boxes:nth-child(4) button {
  background: #0958B4;
}


.plans_wrapper .boxes .box {
  min-height: auto;
  transition: all ease 0.3s;
}


.our_advisory_board_section {
  padding: 60px 0 30px;
  text-align: center;
}


.our_advisory_board_section .header_content h1 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000000;
  line-height: unset;
}

.our_advisory_board_section .header_content .sub_heading {
  display: block;
  font-size: 26px;
  font-weight: 400;
  color: #000000;
}

.wpcf7-response-output {
  display: none;
}

.our_advisory_board_section .header_content p {
  font-size: 17px;
  color: #4d4d4d;
  max-width: 980px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.our_advisory_board_section .boxes {
  display: flex;
  justify-content: center;
}

.our_advisory_board_section .box {
  display: flex;
  align-items: center;
  gap: 40px;
  background: #43BD76;
  padding: 50px 40px;
  border-radius: 20px;
  width: 100%;
  text-align: left;
  justify-content: space-around;
}


.left_side_content img {
  max-width: 100%;
  height: auto;
  display: block;
}

.right_side_content h3 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 15px;
}

.right_side_content ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.right_side_content ul li {
  font-size: 18px;
  color: #4d4d4d;
  margin-bottom: 12px;
  line-height: 1.5;
}

.meet_our_advisors_section {
  padding: 0px 0 120px;
  text-align: center;
}

.meet_our_advisors_section .header_content h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 63px;
  letter-spacing: normal;
}

.meet_our_advisors_section .boxes {
  display: flex;
  justify-content: center;
  gap: 44px;
  flex-wrap: wrap;
}

.meet_our_advisors_section .box {
  background: #0A67B3;
  border-radius: 20px;
  box-shadow: 0 0px 34px rgba(0, 0, 0, 0.15);
  padding: 58px 20px;
  flex: 1;
  text-align: center;
  transition: 0.3s;
  min-height: 494px;
}

.meet_our_advisors_section .box:hover {
  transform: translateY(-5px);
}


.meet_our_advisors_section .box img {
  width: 212px;
  height: 212px;
  border-radius: 50%;
  margin-bottom: 20px;
  object-fit: cover;
  object-position: top;
  object-position: 50% 10%;
}

.meet_our_advisors_section .box h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #ffffff;
}

.meet_our_advisors_section .box .designation {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}


.meet_our_advisors_section .box p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
  margin: 20px 0px 0px;
  max-width: 300px;
  margin-inline: auto;
}

.plans_wrapper .boxes .box {
  max-width: 363px;
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
}

.plans_wrapper .boxes .box:hover ul li::before {
  filter: invert(1);
  filter: brightness(0) invert(1);
}

.search-box {
  padding: 5px 15px 5px 40px;
}

.footer-inner-wrap a {
  font-size: 20px;
}

.footer-inner-wrap input {
  padding-inline: 0px;
  padding: 0 10px;
}

.upsc_group_mentorship .boxes span.title {
  background: unset;
}

.our_advisory_board_section .box .right_side_content {
  color: #ffffff;
}

.our_advisory_board_section .box .right_side_content ul li {
  color: #ffffff;
}

section#mcq .right_side {
  padding: 20px 15px 20px;
}

/* oct 9 2025 */
@media(max-width:1448px) {
  .compare-table tr td {
    font-size: 16px;
    line-height: normal;
  }

  td.cmp-td3:before {
    top: 20px;
  }

  td.cmp-td1::before {
    top: 23px;
  }
}

/* end oct 9 2025 */

@media(max-width:1449px) {

  .plans_wrapper .boxes .box .title {
    font-size: 20px;
  }
}

@media(max-width:1365px) {

  .plans_wrapper .boxes .box .title {
    font-size: 17px;
  }

  .plans_wrapper .box .amount {
    font-size: 20px;
    height: auto;
    width: 100%;
  }

  .plans .header_content h2 {
    font-size: 32px;
  }

  .plans .header_content h1 {
    font-size: 38px;

  }
}

@media (max-width: 1365px) {
  .navbar-custom ul {
    gap: 20px;
  }

  .navbar-custom ul li span {
    font-size: 16px;
  }
}





/* 03/10/25 */
.plans_wrapper {
  margin-top: 27px;
}

.plans_wrapper .box .top_title {
  width: 100%;
}

.plans_wrapper .point {
  text-align: start;
}

section.who_is_this_for .lanes .lane {
  /* min-height:108px; */
}

section.why_mentorship_matters .boxes .box {
  padding: 45px 15px 48px;
}

section.why_mentorship_matters .boxes {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 24px;
}


section.hero-section .container .row {
  padding: 30px 0px;
}

section.hero-section .container .row .hero-section-content {
  padding-right: 25px;
}

section.hero-section .container .row .hero-section-right-img {
  padding-left: 25px;
}

section.notes-matters-section p.section-subtitle {
  padding-bottom: 63px;
}

section.notes-matters-section .container {
  padding-top: 86px !important;
}

section.notes-section .notes-section-wrapper .notes-section-outer .notes-section-inner .card-body {

  text-align: center;
}

.compare-section {
  padding-bottom: 65px;
}

section.why_mentorship_matters .header_content {
  max-width: 1000px;
  line-height: normal;
}

section.why_mentorship_matters .header_content h2 {
  line-height: normal;
  letter-spacing: normal;
}

.our_advisory_board_section .header_content .sub_heading {

  margin-top: -10px;
}

.our_advisory_board_section .header_content p {
  margin: 0 auto 53px;
}

.right_side_content ul li {
  margin-bottom: 30px;

}

.right_side_content h3 {
  margin-bottom: 32px;
}

/* Meet our adviser */
.our_advisory_board_section {
  padding: 60px 0 51px;

}

.meet_our_advisors_section .header_content h2 {
  margin-bottom: 43px;

}

/*  */

.mcq_wrapper .boxes {
  padding: 0px;
  gap: 62px;
}

.topic_lane,
.difficulty_lane,
.questions_type {
  padding-inline: 0px;
}

.topic_lane,
.difficulty_lane,
.questions_type {

  margin-top: 0px;
}

.right_side {
  /* max-width: 602px; */
  margin-inline: auto;
  padding-inline: 20px;
}

.lane-layout {
  min-height: 88px;
  height: 100%;
  border-color: #CDC7C7;
  padding-left: 32px;
  padding-right: 21px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #CDC7C7;
  border-radius: 20px;
}

/* 06 Oct 2025 */
section#testimonials_main {
  padding: 0 0 95px 0px;
}

section#testimonials_main .header_content h2 {
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 40px;
}

.testimonials .testimonial {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  margin: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: center;
  min-height: 250px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.testimonials .testimonial:hover {
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.testimonials p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin: 0;
}

.testimonials .slick-prev,
.testimonials .slick-next {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  top: 50%;
  transform: translateY(-50%);
}

.testimonials .slick-prev {
  left: 0px;
}

.testimonials .slick-next {
  right: 0px;
}

.testimonials .slick-prev::before,
.testimonials .slick-next::before {
  font-size: 22px;
  color: #000;
  opacity: 1;
  line-height: normal;
  height: 19px;
}


section#testimonials_main .slick-dots li button:before {
  font-size: 11px;
}


.testimonials .slick-dots {
  bottom: -40px;
}


.pyq_analysis_Infographics_sec .images_group img {
  width: 100%;
  max-width: 220px;
}

.mcq_wrapper .boxes .left_side {
  flex-direction: column;
  padding: 30px;
  justify-content: center;
  gap: 40px;
}

.mcq_wrapper .boxes .left_side .key_takeways {
  margin-top: 30px;
}

.right_side .topic_lane ul,
.questions_type ul {
  justify-content: start;
}

.topic_lane ul li,
.questions_type ul li {
  min-height: 30px;
}

.topic_lane,
.difficulty_lane,
.questions_type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

section.upsc_group_mentorship .cta_btn a {
  background: #44BD77;
  padding: 15px 20px;
  border-radius: 10px;
  color: #fff;
}

section.upsc_group_mentorship .cta_btn {
  margin: 40px 0 10px;
}


@media(max-width:1365px) {
  .mcq_wrapper .boxes {
    padding: 0px;
    gap: 32px;
  }
}


@media(max-width:1024px) {
  section.why_mentorship_matters .boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:1449px) {
  .navbar-custom ul {
    display: flex;
    gap: 20px;
  }
}


@media(max-width:1400px) {

  .topic_lane ul li,
  .questions_type ul li {
    /* max-width: 167px; */
    min-height: 30px;

  }

  .topic_lane ul li,
  .questions_type ul li {
    font-size: 15px;
  }

  .questions_type ul li {
    width: 100%;
    max-width: 289px;
    min-width: 260px;
    text-align: center;
  }
}

@media(max-width:1365px) {
  .plans_wrapper .bottom_content p {
    font-size: 26px;

  }

  .navbar-custom ul {
    display: flex;
    gap: 20px;
  }

  .plans_wrapper .box .points {
    padding-left: 18px;

  }

  .plans_wrapper .boxes .point p {
    font-size: 16px;
  }

  section.why_mentorship_matters .boxes .box p {
    margin: 0;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
  }
}

@media(max-width:991px) {
  button.navbar-toggler:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: unset;
  }

  .navbar-custom ul {

    gap: 10px;
  }

  section.practical_ai_powered_services .boxes .box img {
    max-width: 100px;
  }

  section.practical_ai_powered_services .boxes .box h3 {
    font-size: 22px;

  }

  section.practical_ai_powered_services .boxes .box p {
    font-size: 18px;
    line-height: 1.2;

  }

  .our_advisory_board_section .header_content h1 {
    font-size: 36px;
  }

  .our_advisory_board_section .header_content .sub_heading {
    font-size: 24px;

  }

  .our_advisory_board_section .header_content p {
    font-size: 16px;
    max-width: 740px;
  }

  .right_side_content h3 {
    font-size: 28px;

  }

  .our_advisory_board_section .box {
    padding: 50px 20px;

  }

  li.menu-phn-cstm,
  li.menu-email-cstm {
    display: block;
  }

  .mobile-only img.bar_insta,
  .mobile-only .bar_fsbk,
  .mobile-only .bar_youtube,
  .mobile-only .bar_linkedin {
    display: block;
    max-width: 20px;
  }
}

.how_it_looks .header_content h2 {
  letter-spacing: normal;
}

@media(max-width:991px) {
  section.ai_powered_personalised_preparation .ai_powered_personalised-wrapper .header_content h1 {
    font-size: 42px;
  }

  .how_it_looks .header_content h2 {
    font-size: 38px;
  }

  .how_it_looks .content_main {
    padding: 0 0;
  }

  .how_it_looks .box {
    min-height: 0;

  }

  .how_it_looks .box h3 {
    font-size: 26px;
    min-height: 50px;

  }

  .how_it_looks .content_main p {
    font-size: 14px;

  }
}

button.navbar-toggler {
  position: absolute;
  z-index: 333;
  display: block;
  right: 20px;
  top: 10px;
  background: #fff;
  border-radius: 10px;
}

.notes-matters-full-wrapper {
  justify-content: space-around;
}

.compare-table th:not(first-child),
.compare-table td:not(first-child) {
  border-left: 1px solid rgb(0 0 0 / 8%);
}

.compare-table {
  box-shadow: 0 0 14px rgb(0 0 0 / 22%);

  border-radius: 20px;

  margin-bottom: 30px;
}

.navbar-custom .nav-list form {
  margin-left: auto;
}

.compare-table {
  width: 100%;

  border-collapse: collapse;

  table-layout: fixed;
}

.compare-table td {
  text-align: left;
}

.compare-table th {
  width: 33.33%;

  text-align: center;

  border: 1px solid #dddddd;

  word-wrap: break-word;

  padding: 25px 10px;
}

.compare-table tr td {
  padding: 26px 39px 26px 60px;
  font-size: 16px;
  color: #000;
  letter-spacing: 0;
  line-height: normal;
  padding-right: 4px;
}

td.cmp-td3 {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
}

td.cmp-td3:before {
  content: "";
  background: url(/wp-content/uploads/2025/09/Vector-1.svg);
  width: 20px;
  height: 20px;
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  left: 25px;
}

td.cmp-td1 {
  position: relative;
  display: flex;
  width: 100%;
}

td.cmp-td1::before {
  content: "";
  background: #2dc07c;
  width: 12px;
  height: 12px;
  display: flex;
  position: absolute;
  top: 30px;
  left: 35px;
  border-radius: 50px;
  justify-content: center;
  align-items: flex-start;
}

.mobile-only {
  display: flex;

  gap: 10px;
}

.mobile-only img {
  filter: invert(1);
}

.compare-tab-cstm {
  overflow: auto;
}

.top-bar img.bar_insta,
.bar_fsbk,
.bar_youtube,
.bar_linkedin {
  display: block;
}

.pyq_analysis_Infographics_sec .images_group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1199px) {

  .topic_lane ul li,
  .questions_type ul li {
    font-size: 15px;
  }

  .footer-inner-wrap .social-icons>a img {
    width: 22px;

    height: 22px;

    object-fit: contain;
  }

  .footer-inner-wrap {
    padding-left: 0rem !important;
  }
}

/* oct 9 2025 */

@media(max-width:1199px) {
  .container {
    max-width: 1140px;

  }

  .navbar-custom a.navbar-brand {
    max-width: 140px;
    height: 140px;
  }

  .navbar-custom a.navbar-brand img {
    max-width: 70px;
    height: 80px;
  }

  .navbar-custom .nav-list {
    padding-left: 160px;
  }

  .navbar-custom ul li span {
    font-size: 15px;
  }

  .navbar-custom .nav-list form {
    max-width: 308px;
    width: 100%;
    /* margin-inline: auto; */
  }
}

section.practical_ai_powered_services .boxes .box.box-3 {
  background-color: #F4FAF3;
}

section.practical_ai_powered_services .boxes .box.box-3,
section.practical_ai_powered_services .boxes .box.box-4 {
  padding: 72px 15px 72px;
}

/* end oct 9 2025 */

@media (max-width: 1086px) {
  .navbar-custom .nav-list form {
    max-width: 299px;
  }
}

@media (max-width: 1023px) {
  h6 {
    font-size: 19px;
  }

  h5 {
    font-size: 16px;
  }

  h2 {
    font-size: 28px;
  }

  .hero-section-right-img img {
    max-width: 100%;
  }

  .footer .footer-row-wrap .footer-inner-wrap p {
    font-size: 16px;

    color: #4d4d4d;

    text-align: left;
  }

  .footer a.nav-link {
    font-size: 17px;
  }

  .footer-inner-wrap a {
    font-size: 15px;
  }
}

.mobile-only {
  display: none;
}

.mobile-only {
  display: none;
}

@media (max-width: 991px) {
  body.error404 div#content .entry-title {
    font-size: 42px;
  }

  .top-bar img.bar_insta,
  .bar_fsbk,
  .bar_youtube,
  .bar_linkedin {
    display: none;
  }

  .top-bar {
    min-height: 60px;
  }

  .top-bar .top-bar-left-side a,
  .top-bar .top-bar-left-side span {
    display: none;
  }

  section.hero-section .container .row {
    padding: 70px 0px;
  }

  .compare-table th {
    font-size: 16px;
  }

  .compare-table thead,
  .compare-table tbody {
    border-style: none !important;
    border: unset !important;
    outline: navajowhite;
  }

  .compare-table .compare-table-heading-row th {
    border: none !important;
    border-width: 1px 1px 1px 1px !important;
  }

  .compare-table tr:last-child td {
    border-bottom: none !important;
  }

  .compare-table tr:last-child td:first-child {
    border-left: none !important;
  }

  .compare-table tr:last-child td:last-child {
    border-right: none !important;
  }

  .compare-tab-cstm {
    padding: 15px;
  }

  td.cmp-td1:before {
    width: 12px;

    height: 12px;

    top: 42px;
  }

  .compare-table tr td {
    font-size: 14px;

    line-height: 1.2;

    padding-right: 4px;
  }


  .navbar-custom .nav-list form {
    margin-inline: unset;

    text-align: left;

    justify-content: flex-start;

    margin-bottom: 20px;
  }

  .navbar-custom .nav-list {
    padding-left: 20px;
  }

  section#testimonials_main {
    padding: 0 0 40px 0px;
  }

  section#testimonials_main .header_content h2 {
    margin-bottom: 0px;
  }

  .compare-section {
    padding: 30px 20px;
  }

  section.notes-matters-section .container {
    padding-top: 46px !important;
  }

  section.notes-matters-section p.section-subtitle {
    margin-bottom: 33px;
  }

  .notes-matters-full-wrapper .notes-matters-sub-wrapper .feature-card .feature-content h5 {
    font-size: 16px;
  }

  .footer-inner-wrap input::placeholder {
    font-size: 12px;
  }

  .navbar-custom .nav-list {
    margin-top: 30px;
  }

  .mobile-only {
    display: flex;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  body.error404 div#content .entry-content p {
    font-size: 15px;
    margin-top: 20px;
    padding-inline: 15px;
  }

  body.error404 div#content .entry-title {
    font-size: 32px;
  }

  .mcq_wrapper .boxes {
    flex-direction: column
  }

  .mcq_wrapper .boxes .left_side {
    width: 100%;
    max-width: 100%;
  }

  .topic_lane ul li,
  .questions_type ul li {
    font-size: 15px;
  }

  .topic_lane,
  .difficulty_lane,
  .questions_type {
    margin-top: 0px;
  }

  .mcq h1 {
    margin-top: 40px;
    margin-bottom: 20px;

  }

  section.practical_ai_powered_services .boxes {
    row-gap: 20px;
    column-gap: 20px;
  }

  section.practical_ai_powered_services .boxes .box p {
    font-size: 16px;
  }

  section.practical_ai_powered_services .boxes .box h3 {
    font-size: 23px;
  }

  section.practical_ai_powered_services h1 {
    font-size: 36px;
  }

  section.practical_ai_powered_services .boxes .box img {
    max-width: 70px;
  }

  .our_advisory_board_section .box {
    flex-direction: column;
  }

  .right_side_content ul li {
    margin-bottom: 20px;
  }

  .our_advisory_board_section .header_content .sub_heading {
    margin-top: 10px;
  }

  .our_advisory_board_section .header_content h1 {
    font-size: 28px;
  }

  .our_advisory_board_section .header_content .sub_heading {
    font-size: 22px;
  }

  .meet_our_advisors_section .header_content h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .how_it_looks .boxes {
    grid-template-columns: 1fr;
  }

  section.ai_powered_personalised_preparation .ai_powered_personalised-wrapper .header_content h1 {
    font-size: 36px;
    line-height: 1.2;
  }

  section.ai_powered_personalised_preparation .ai_powered_personalised-wrapper .header_content p {
    font-size: 14px;


  }

  section.ai_powered_personalised_preparation .ai_powered_personalised-wrapper .header_content {

    margin: 67px 0px 27px;
  }

  .ai_powered_personalised-wrapper .boxes .box.box-1 img {
    width: 60px;
  }

  .ai_powered_personalised-wrapper .boxes .box.box-1 h3 {
    font-size: 20px;
  }

  .ai_powered_personalised-wrapper .boxes .box.box-1 p {

    font-size: 14px;
  }

  .ai_powered_personalised-wrapper .boxes {

    padding: 29px 0px 39px 27px;
  }

  .ai_powered_personalised-wrapper .boxes .box.box-1 {

    gap: 13px;
  }

  .how_it_looks {
    padding: 22px 0;

  }

  .how_it_looks .header_content h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .how_it_looks .bottom_content p {
    font-size: 15px;

  }

  .how_it_looks .box h3 {
    font-size: 22px;
    min-height: 40px;

  }

  section.upsc_group_mentorship h1,
  section.why_mentorship_matters h2,
  section.practical_ai_powered_services h1 {
    font-size: 26px;
  }

  h3 {
    font-size: 16px;

    line-height: normal;
  }

  .compare-section .btn-compare {
    font-size: 14px;

    padding: 11px 15px;

    margin-top: 20px;
  }

  .compare-table {
    margin-bottom: 20px;
  }

  td.cmp-td1:before {
    top: 43px;
    width: 10px;
    height: 10px;
  }

  .compare-table tr td {
    font-size: 14px;

    line-height: normal;

    padding-right: 2px;
  }

  footer .social-icons {
    text-align: left;
  }

  .footer h6,
  .footer .footer-row-wrap .footer-inner-wrap p {
    text-align: left;
  }

  .feature-card {
    flex-direction: column;
  }

  .feature-content {
    text-align: center;
  }

  .notes-matters-full-wrapper {
    gap: 10px;

    row-gap: 30px;
  }

  h1 {
    font-size: 25px;

    line-height: 35px;
  }

  section.upsc_group_mentorship h1,
  section.practical_ai_powered_services h1 {
    font-size: 28px;
  }

  section.upsc_group_mentorship h1 span.clr_heading {
    color: #095AB2;
    font-size: 20px;
  }

  section.upsc_group_mentorship .header_content h4,
  .how_it_looks .box h {
    font-size: 30px;
  }

  section.upsc_group_mentorship .boxes {

    column-gap: 22px;
  }

  section.why_mentorship_matters {
    padding-top: 60px;
  }

  section.why_mentorship_matters h2 {
    font-size: 30px;
  }

  section.upsc_group_mentorship .boxes .box h3 {
    font-size: 20px;
  }

  section.upsc_group_mentorship .boxes .box span.title {
    font-size: 18px;

  }

  section.upsc_group_mentorship .boxes .box ul li {

    font-size: 14px;

  }

  section.who_is_this_for .header_content h2 {
    font-size: 26px;
  }

  section.who_is_this_for .lanes {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lane-layout {
    padding-left: 22px;

  }

  .hero-section-content h3.hero-section-subheading span {
    font-size: 16px;
  }
}

@media(max-width:576px) {
  section.practical_ai_powered_services .boxes {
    grid-template-columns: 1fr
  }

  section.practical_ai_powered_services h1 {
    font-size: 28px;
  }

  section.practical_ai_powered_services .header_content {
    gap: 20px;

  }

  section.practical_ai_powered_services .boxes {
    padding-top: 37px;
  }

  section.practical_ai_powered_services .bottom_content {
    padding-top: 66px;
    padding-bottom: 66px;

  }

  section.practical_ai_powered_services .bottom_content p {
    font-size: 16px;

  }

  section.practical_ai_powered_services .header_content p {
    font-size: 17px;

  }

  .ai_powered_personalised-wrapper .boxes .box.box-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .ai_powered_personalised-wrapper .boxes .box.box-1 .content {
    text-align: center;
  }

  .ai_powered_personalised-wrapper .boxes {
    padding: 29px 5px 39px 5px;
  }

  section.upsc_group_mentorship h1,
  section.practical_ai_powered_services h1 {
    font-size: 24px;
  }

  section.why_mentorship_matters .boxes {
    row-gap: 14px;
  }

  section.upsc_group_mentorship .boxes {
    flex-direction: column;
  }

  section.why_mentorship_matters .boxes {
    grid-template-columns: 1fr;
  }

  section.upsc_group_mentorship h1 span.clr_heading {
    color: #095AB2;
    font-size: 18px;
  }

  section.upsc_group_mentorship .header_content h4,
  .how_it_looks .box h {
    font-size: 24px;
  }

  section.upsc_group_mentorship .header_content h4 {
    padding-top: 23px;

  }

  section.why_mentorship_matters h2 {
    font-size: 24px;
  }
}

@media(max-width:486px) {
  .our_advisory_board_section .header_content h1 {
    font-size: 26px;
  }

  .our_advisory_board_section .header_content .sub_heading {
    font-size: 18px;
  }

  .our_advisory_board_section .header_content p {
    font-size: 16px;

  }

  section.ai_powered_personalised_preparation .ai_powered_personalised-wrapper .header_content h1 {
    font-size: 24px;
    line-height: 1.2;
  }
}

@media (max-width: 470px) {
  .notes-matters-full-wrapper {
    flex-direction: column;
  }

  .notes-matters-full-wrapper .notes-matters-sub-wrapper {
    width: 100%;

    max-width: 100%;
  }
}

.footer-row-wrap {
  display: flex;

  flex-direction: row;
}

footer .social-icons {
  text-align: left;
}

@media (max-width: 1023px) {

  .topic_lane ul li,
  .questions_type ul li {

    min-height: 28px;
  }

  .mcq h1 {
    font-size: 36px;

  }

  section.notes-section .notes-section-wrapper {
    gap: 15px;

    justify-content: flex-start !important;

    padding: 15px;

    margin-bottom: 20px !important;
  }

  .notes-section-wrapper {
    display: flex !important;

    flex-wrap: nowrap !important;

    overflow-x: auto !important;

    overflow-y: hidden;

    padding-bottom: 10px;
  }

  section.notes-section .notes-section-wrapper .notes-section-outer {
    height: 314px;
  }

  .notes-section {
    margin-top: -192px;

    margin-bottom: 50px;
  }

  .notes-section .row {
    margin-left: 0 !important;

    margin-right: 0 !important;
  }

  .notes-section-outer {
    flex: 0 0 220px !important;

    max-width: 220px !important;
  }

  .notes-section-wrapper::-webkit-scrollbar {
    height: 3px;
  }

  .notes-section-wrapper::-webkit-scrollbar-thumb {
    background-color: #bbbbbbbd;

    border-radius: 4px;
  }

  .notes-section-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #888;
  }
}

.compare-tab-cstm {
  width: 100%;

  overflow-x: auto;
  /* enables horizontal scroll */

  overflow-y: hidden;

  -webkit-overflow-scrolling: touch;
  /* smooth scroll on mobile */
}

/* Optional: style the scrollbar */

.compare-tab-cstm::-webkit-scrollbar {
  height: 8px;
}

.compare-tab-cstm::-webkit-scrollbar-thumb {
  background: #bbb;

  border-radius: 4px;
}

.compare-tab-cstm::-webkit-scrollbar-thumb:hover {
  background: #888;
}

/* Table styling */

.compare-table {
  width: 100%;

  min-width: 700px;
  /* ensures scroll appears if container is narrow */

  border-collapse: collapse;

  text-align: left;
}

.compare-table th,
.compare-table td {
  padding: 23px 16px;
  /* border: 1px solid #ddd;  comment */
}

.compare-tab-cstm {
  padding-inline: 15px;
}

td.cmp-td2:before {
  content: "\f057";
  font-weight: 900;
  font-family: "Font Awesome 6 free";
  color: #aba8a8;
  left: 30px;
  top: 30px;
  position: absolute;
}

td.cmp-td2 {
  position: relative;
}



body.search #content {
  max-width: 1200px;
  margin: 60px auto;
  display: flex;
  gap: 0px;
  padding: 0 20px;
  flex-direction: column;
}

body.search #content>div {
  flex: 2;
}

body.search .page-title {
  font-size: 52px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  letter-spacing: normal;
  text-align: center;
}

body.search .page-title span {
  color: #44BD78;
}

body.search #content .post {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 25px 30px;
  margin-bottom: 25px;
  background: #fff;
  transition: border-color 0.3s ease, background 0.3s ease;
}

body.search #content .post:hover {
  border-color: #44BD78;
  background: #44bd780a;
}

body.search .entry-title a {
  font-size: 20px;
  color: #111;
  text-decoration: none;
  font-weight: 600;
}

body.search .entry-title a:hover {
  color: #0073aa;
}

body.search .entry-meta {
  font-size: 13px;
  color: #888;
  margin: 8px 0 15px;
}

body.search .entry-summary p {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 10px;
}

body.search #primary.widget-area {
  flex: 1;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 15px;
}

body.search .widget-container {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 25px;
  background: #fafafa;
}

body.search .widget-container h2 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #111;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  letter-spacing: normal;
}

body.search .wp-block-search__inside-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 0px 0 0 10px;
  background: #fff;
  margin-top: 10px;
}

body.search .wp-block-search__input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 8px;
  color: #000;
}

body.search .wp-block-search__button {
  background: #44BD78;
  color: #fff;
  border: none;
  padding: 8px 16px;
  transition: background 0.3s ease;
}

body.search .wp-block-search__button:hover {
  background: #44BD78;
}

@media (max-width: 991px) {
  body.search #content {
    flex-direction: column;
    gap: 30px;
  }

  body.search .page-title {
    font-size: 42px;
  }
}


#primary.widget-area ul {
  list-style-type: unset;
  padding-left: 0px !important;
}

#primary.widget-area ul li {
  list-style-type: none;
}



#primary.widget-area ul li form label,
#primary.widget-area ul li h2 {
  font-size: 19px;
  font-weight: 600;
}

#primary.widget-area ul li ol.wp-block-latest-comments {
  padding-left: 0;
}

@media(max-width:767px) {
  body.search .page-title {
    font-size: 32px;
    margin-top: 20px
  }
}

@media(max-width:1135px) {
  .plans_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
  }

  .row.justify-content-center.plans_wrapper .boxes {
    max-width: 100%;
    padding-bottom: 0px;
  }

  .plans_wrapper .boxes .box {
    max-width: 100%;
    width: 100%;
  }
}

@media(max-width:767px) {
  .plans .header_content h1 {
    font-size: 28px;
  }

  .plans .header_content h2 {
    font-size: 26px;
  }
}

@media(max-width:586px) {
  .plans_wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }

  .row.justify-content-center.plans_wrapper .boxes {
    max-width: 100%;
  }


}

section.upsc_group_mentorship .header_content h4 {
  font-size: 42px;
}

@media(max-width:767px) {
  .how_it_looks .box {
    min-height: 0;
  }

  .how_it_looks .box {
    margin-inline: auto;
  }
}

.plans_wrapper .amt_title_wrapper .plan-desc {
  min-height: 60px;
}

@media(max-width:991px) {
  .navbar-custom a.navbar-brand {
    max-width: 150px;
    height: 110px;
  }

  .navbar-custom a.navbar-brand img {
    max-width: 70px;
    height: 70px;
  }

  .navbar-custom ul li {
    border-bottom: 1px solid #eee;
  }

  .navbar-custom ul {
    margin-top: 20px;
  }

  .navbar-custom ul li span {
    font-size: 16px;
  }

  .navbar-custom ul li:last-child {
    border-bottom: 0;
  }

  .plans .bottom_content {
    margin-top: 50px;
  }
}

@media (max-width: 1135px) {
  .row.justify-content-center.plans_wrapper .boxes {
    max-width: 100%;
    padding-bottom: 0px;
    height: auto;
  }
}

body.error404 div#content form#searchform input[type="submit"] {
  margin-left: 0px;
}

body.error404 div#content form#searchform input[type="text"] {
  padding-inline: 10px;
  border-right: 0;
  border: 1px solid #bdb1b1;
}

.plans .bottom_content {
  margin-top: 50px;
      padding: 0 10px;
}



@media(max-width:991px) {
  .navbar-custom {
    border-bottom: 1px solid #eee
  }
}


.wpcf7-not-valid-tip {
  font-size: 16px;
  text-align: center;
  margin-top: -10px;
}



@media(max-width:1499px) {
  .container {
    max-width: 1320px !important;
  }

  .navbar-custom .nav-list form {
    max-width: 299px;

  }
}

@media(max-width:1199px) {
  .compare-table tr td {
    font-size: 16px;
  }
}


.ai_powered_personalised-wrapper .boxes img {
  width: 100%;
  max-width: 81px;
}

.compare-table {
  width: 100%;
  min-width: 1250px;
  border-collapse: collapse;
  text-align: left;
  max-width: 1250px;
}

@media(max-width:1535px) {
  .compare-table tr td {
    font-size: 16px;
  }
}


#testimonials .testimonial.one {
  border: 2px solid #FFF8B5;
}

#testimonials .testimonial.two {
  border: 2px solid #C7F2FF;
}

#testimonials .testimonial.three {
  border: 2px solid #FFD6A5;
}

#testimonials .testimonial.four {
  border: 2px solid #B9F3E4;
}

#testimonials .testimonial.five {
  border: 2px solid #E6E6FA;
}

#testimonials .testimonial:hover {
  filter: brightness(1.07);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}


.testimonialContent .reviews_rating {
  width: 100%;
  max-width: 120px;
  margin-left: 10px;
}

.modal-footer button {
  margin-top: 5px;
  background: #44bd78;
  color: #fff;
  border: none;
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 5px;
}

.modal-footer button:hover {
  background: #44bd78;
}

.modal-header {
  background: #0A67B3;
}

.modal-header .modal-title {
  color: #fff;
}

.modal-header .btn-close {
  color: #fff !important;
  opacity: 1;
  filter: invert(1);
}

.modal-footer {
  border-top: 0;
}

.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

.modal-header .btn-close:hover {
  color: #fff !important;
  opacity: 1;
}

#who_is_this_for .lanes .lane-layout {
  background-color: transparent;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

#who_is_this_for .lanes .lane-layout:nth-child(1) {
  border: 2px solid #C7F2FF;
}

#who_is_this_for .lanes .lane-layout:nth-child(2) {
  border: 2px solid #E6E6FA;
}

#who_is_this_for .lanes .lane-layout:nth-child(3) {
  border: 2px solid #E6E6FA;
}

#who_is_this_for .lanes .lane-layout:nth-child(4) {
  border: 2px solid #C7F2FF;
}

#who_is_this_for .lanes .lane-layout:hover {
  transform: translateY(-5px);
}

#who_is_this_for .lanes .lane-layout:nth-child(1):hover {
  filter: brightness(1.07);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

#who_is_this_for .lanes .lane-layout:nth-child(2):hover {
  filter: brightness(1.07);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

#who_is_this_for .lanes .lane-layout:nth-child(3):hover {
  filter: brightness(1.07);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

#who_is_this_for .lanes .lane-layout:nth-child(4):hover {
  filter: brightness(1.07);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

section.practical_ai_powered_services .boxes .box.box-1,
section.practical_ai_powered_services .boxes .box.box-3 {
  border-radius: 20px 0 0 20px;
}

section.practical_ai_powered_services .boxes .box.box-2,
section.practical_ai_powered_services .boxes .box.box-4 {
  border-radius: 0 20px 20px 0;
}

.testimonialContent img.reviews_rating {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
}

@media(max-width:580px) {
  .modal-dialog {
    right: -40%;
    left: 48%;
  }

  section.upsc_group_mentorship .boxes .box {
    max-width: 100%;
  }
}

.difficulty_lane .slider-label {
  color: #212529 !important;
  cursor: pointer;
}


.modal .modal-body {
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  line-height: 1.6em;
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  .modal .modal-body {
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0px;
    line-height: 1.6em;
    max-height: 350px;
    overflow-y: scroll;
  }

  section.upsc_group_mentorship .boxes .box.box-1,
  section.upsc_group_mentorship .boxes .box.box-2 {
    padding: 40px 15px !important;
  }

  section.upsc_group_mentorship .boxes .box {
    min-height: 340px;
  }
}

section#mcq .right_side {
  background: #FBFDFF;
  border: 3px solid #1412BC;
}

section#mcq .topic_lane h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0px;
  padding-bottom: 15px;
  margin: 0;
}

section#mcq .right_side button.submit-btn {
  background: #2a5ad7;
}

section#mcq .right_side button.submit-btn:disabled {
  background: #2a5ad7;
}

section#mcq .right_side button.submit-btn {
  background: #2a5ad7;
}

section#mcq .right_side h2 img,
section#mcq .right_side h3 img {
  max-width: 25px;
}

section#mcq .right_side .topic_lane p {
  font-size: 16px;
}

section#mcq .right_side h2,
section#mcq .right_side h3 {
  gap: 10px;
  display: flex;
}

.hero-section-content h3.hero-section-subheading span {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: normal;
}

.slider-progress::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(50%, -50%);
  width: 18px;
  height: 18px;
  background: #fff;
  border: 3px solid #ff9a00;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
}

.slider-progress[style="width: 55%;"]::after {
  right: 2% !important;
}

.slider-progress[style="width: 100%;"]::after {
  right: 1%;
}


.plans .boxes .points ul li {
  position: relative;
  padding-left: 28px;
  list-style: none;
}

.plans .boxes .points ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url('/wp-content/uploads/2025/10/checkmark.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.row.justify-content-center.plans_wrapper .boxes .box:hover {
  background: linear-gradient(90deg, rgba(68, 189, 120, 1) 0%, rgb(43 146 163) 100%);
}

.row.justify-content-center.plans_wrapper .boxes .title {
  background: transparent !important;
}

.row.justify-content-center.plans_wrapper .boxes .points {
  background: transparent !important;
}

.plans_wrapper .boxes .box:hover .title {
  color: #ffffff;
}

.plans_wrapper .boxes .box:hover .amt_title_wrapper span {
  color: #ffffff;
}

.plans_wrapper .box:hover .plan-price .amount {
  color: #ffffff;
}

.plans_wrapper .box:hover .amt_title_wrapper .plan-desc {
  color: #ffffff;
}

.plans_wrapper .box:hover .points ul li {
  color: #ffffff;
}

.plans .boxes .box .vat {
  position: absolute;
  top: -10%;
  left: 30%;
  color: #ffffff;
  background-color: #2B92A3;
  padding: 5px 10px 5px 10px;
  border-radius: 30px;
}

.hero-section-content h3.hero-section-subheading b {
  color: #000000;
}



/* DISCORD PAGE */

.page-template-discord .gredient {
  background: linear-gradient(135deg, #0031e3 0%, #d95b9a 25%, #f87352 40%, #ffb347 60%, #ffd670 100%), radial-gradient(circle at 80% 60%, #b050cd 0%, transparent 50%);
  padding-inline: 30px;
  position: relative;
  z-index: 0;
  background-blend-mode: screen, lighten;
  backdrop-filter: blur(6px);
  max-width: 1362px;
  margin: 50px auto;
  padding: 50px 90px;
}

section#podcast_banner_sec .header_content {
  /* max-width: 580px; */
  /* margin-inline: auto; */
  color: #fff;
  margin-bottom: 20px;
}

.about_community {
  background: none;
  padding: 20px 30px;
  color: #000;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px solid #ffffff2e;
}

/* New */
section#join_the_moment_section {
  background: none;
  border-radius: 0 0 20px 20px;
  padding: 0 50px;
}

section#podcast_banner_sec .podcast_banner_sec-wrapper .header_content h3:last-child {
  color: #000;
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
  font-size: 30px;
}

.page-template-discord .podcast_banner_sec-wrapper img {
  margin-inline: unset !important;
}

.wrapcomjoin {
  display: flex;
  align-items: flex-start;
  background: #fbf1e8;
  border-radius: 20px 20px 0px 0px;
  padding: 0px 50px;
}

.wrapcomjoin>div {
  width: 50%;
}

.wrapcomjoin .why_join {
  padding: 20px 30px;
}

.wrapcomjoin .about_community h3,
.wrapcomjoin .why_join h3 {
  color: #f96057;
  font-weight: 600;
}

.page-template-discord section#podcast_banner_sec .podcast_banner_sec-wrapper .header_content {

  border-radius: 20px 20px 0px 0px;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.why_join_us_section .why_join_us_section-wrapper .box_one,
.why_join_us_section .why_join_us_section-wrapper .box_one p,
.why_join_us_section .why_join_us_section-wrapper .box_two,
.why_join_us_section .why_join_us_section-wrapper .box_two p {
  background: none;
  color: #000;
}

/* Section Background */
.why_join_us_section,
.server_highlights {
  background: #4700dd;
  padding: 10px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 10px;
}

.why_join_us_section .,
.server_highlights::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 75, 139, 0.4), transparent 60%),
    radial-gradient(circle at bottom left, rgba(255, 75, 139, 0.25), transparent 70%),
    radial-gradient(circle at right center, rgba(59, 130, 255, 0.35), transparent 70%);
  z-index: 0;
}

.why_join_us_section>*,
.server_highlights>* {
  position: relative;
  z-index: 1;
}

.why_join_us_section .why_join_us_section-wrapper,
.server_highlights .server_highlights-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background: none;
  /* border-radius: 10px; */
  padding: 20px 30px;
}

.why_join_us_section .header_content h2,
.server_highlights .header_content h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}


.why_join_us_section .boxes,
.server_highlights .boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
}


.why_join_us_section .boxes>div,
.server_highlights .boxes>div {
  backdrop-filter: blur(10px);
  border-radius: 12px;
  /* padding: 10px; */
  text-align: left;
  transition: all 0.3s ease;
  max-width: 500px;
}

.why_join_us_section .boxes>div:hover,
.server_highlights .boxes>div:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-4px);
}

.why_join_us_section .img_title,
.server_highlights .img_title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  flex-direction: column;
}

.why_join_us_section .img_title img,
.server_highlights .img_title img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.why_join_us_section .img_title span,
.server_highlights .img_title span {
  font-weight: 500;
  font-size: 18px;
}

.why_join_us_section p,
.server_highlights p {
  font-size: 17px;
  line-height: 1.6;
  color: #e6e6e6;
  margin: 0;
  letter-spacing: normal;
}


.page-template-discord .left_side {
  background: none;
  border: 0;
  padding: 10px 15px;
  margin: 0;
  min-height: unset;
  margin-left: 0;
}

.page-template-discord .bottom {
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: space-between;
  color: #fff;
  flex-direction: column;
}

.page-template-discord .right_side {
  background: none;
  border: 0;
  text-align: center;
  display: block;
}

.page-template-discord .right_side a {
  background: #f8655f;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 18px;
  /* cursor: pointer; */
  display: inline-block;
  width: max-content;
  /* margin-inline: auto; */
  text-align: end;
  box-shadow: unset;
}

.join-discord-btn {
  background: linear-gradient(90deg, #00b2ff 0%, #005dff 100%);
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(0, 93, 255, 0.4);
}

.join-discord-btn:hover {
  background: linear-gradient(90deg, #00c8ff 0%, #0048e7 100%);
  box-shadow: 0 6px 16px rgba(0, 93, 255, 0.6);
  transform: translateY(-2px);
}

;


.page-template-discord .right_side a {
  background: linear-gradient(162deg, #5ac8f7 0%, #005dff 100%);
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(0, 93, 255, 0.4);
}

.join_the_moment_section-wrapper {
  padding: 30px;
  background-color: #FFF7D0;
  background: linear-gradient(135deg, #fff5e1, #f9cf9d);
  margin-bottom: 50px;
  border-radius: 20px;
  max-width: 1240px;
  margin-inline: auto;
}

.join_the_moment_section-wrapper h2 {
  padding-left: 0;
  letter-spacing: normal;
  color: #000;
  padding-top: 25px;
}

.page-template-discord .left_side p {
  font-style: normal;
}

section#podcast_banner_sec .podcast_banner_sec-wrapper .header_content .img_title {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

section#podcast_banner_sec .podcast_banner_sec-wrapper .header_content .img_title img {
  max-width: 90px;
}

section#podcast_banner_sec .podcast_banner_sec-wrapper .header_content h3 {
  text-align: left;
  color: #f7dc52;
  font-size: 40px;
  width: 100%;
  max-width: 440px;
  line-height: 1.2;
}

.why_join_us_section .boxes>div,
.server_highlights .boxes>div {
  padding: 10px 20px;
}

.why_join_us_section,
.server_highlights {
  padding: 10px 0;
  background: #fcf2e9;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-top: 0;
  border-radius: 0;
}

@media (max-width: 768px) {

  .why_join_us_section .boxes,
  .server_highlights .boxes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
  }

  .why_join_us_section .img_title span,
  .server_highlights .img_title span {
    font-weight: 500;
    font-size: 17px;
  }

  .why_join_us_section,
  .server_highlights {
    padding: 50px 20px;
  }

  .why_join_us_section .header_content h2,
  .server_highlights .header_content h2 {
    font-size: 23px;
    line-height: 1.2;
    width: 100%;
  }

  .why_join_us_section .why_join_us_section-wrapper,
  .server_highlights .server_highlights-wrapper {
    gap: 20px
  }
}

@media(max-width:588px) {
  .page-template-discord .bottom {
    flex-direction: column;
  }

  .join_the_moment_section-wrapper h2 {
    padding-left: 0;
  }
}


section#podcast_banner_sec {}

section#podcast_banner_sec .container {
  padding: 0;
}

section#podcast_banner_sec .header_content h1 {
  color: #fff;
}

section#join_the_moment_section .container {
  /* padding: 0; */
}

@media(max-width:767px) {
  .page-template-discord .gredient {
    padding-inline: 30px
  }

  .why_join_us_section .why_join_us_section-wrapper,
  .server_highlights .server_highlights-wrapper {
    padding-inline: 0;
  }
}



/* PODCAST */

.page-template-podcast .gredient {
  position: relative;
  z-index: 0;
  background-blend-mode: screen, lighten;
  backdrop-filter: blur(6px);
  max-width: 1362px;
  margin: 50px auto;
  padding: 50px 90px;
  background: linear-gradient(to top left, #ffe27a 0%, #ffb43d 50%, #f76a37 100%);
}

.page-template-podcast section#podcast_banner_sec .podcast_banner_sec-wrapper .header_content {
  text-align: left;
  color: #fff;
  width: 50%;
  margin: 0;
}

.left_side h2 {
  letter-spacing: normal;
}

section#podcast_banner_sec .podcast_banner_sec-wrapper .header_content {
  text-align: center;
  color: #fff;
}

section#podcast_banner_sec .podcast_banner_sec-wrapper .header_content .yt_buttons {
  margin-top: 40px;
}

section#podcast_banner_sec .podcast_banner_sec-wrapper .header_content .yt_buttons a.active {
  background: #fd504c;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
}

section#podcast_banner_sec .podcast_banner_sec-wrapper .header_content .yt_buttons a {
  border: 1px solid #f1f1f1;
  padding: 10px 30px;
  border-radius: 10px;
  color: #fff;
}

.about_section-wrapper {
  .about_community {
    background: #4700dd;
    padding: 20px 30px;
    color: #fff;
    border-radius: 10px;
  }

  ;



  /* background: #4700dd; */
  /* padding: 20px 30px; */
  /* color: #fff; */
  border-radius: 10px;



}

.about_section-wrapper .header_content {
  color: #000;
  border: 0px;
  padding: 20px 0px;
  border-radius: 10px;
  margin-top: 20px;
  text-align: left;
}


.about_section-wrapper .content_data {
  display: flex;
  gap: 20px;
  padding-inline: 0;
}

.about_section-wrapper .content_data .left_side,
.about_section-wrapper .content_data .right_side {
  background: none;
  border: 1px solid #ffffff63;
  border-radius: 10px;
}

.about_section-wrapper .content_data .left_side,
.about_section-wrapper .content_data .right_side {
  border: 0;
}

.about_section-wrapper .content_data .left_side {
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 20px;
  color: #000;
  padding-inline: 20px;
  min-height: unset;
  flex-direction: column;
}

.about_section-wrapper .content_data .left_side ul li {
  color: #000;
  font-size: 18px;
}


.row.justify-content-center.about_section-wrapper {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.about_section-wrapper .content_data .left_side {
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 20px;
  color: #000;
  padding-inline: 20px;
}

.about_section-wrapper .content_data .bottom_boxes img {
  width: 100%;
  max-width: 85px;
  margin: 10px 0px;
}

.about_section-wrapper .content_data .left_side {
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 20px;
  color: #fff;
  padding-inline: 20px;
}

.about_section-wrapper .content_data .left_side h2 {
  color: #380a66;
}

.about_section-wrapper .content_data .right_side {
  color: #fff;
  border: 0;
  padding: 0;
  margin-bottom: 20px;
  margin-inline: unset;
}

.about_section-wrapper .content_data .right_side .bottom_boxes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.about_section-wrapper .content_data .right_side .bottom_boxes .box_one,
.about_section-wrapper .content_data .right_side .bottom_boxes .box_two,
.about_section-wrapper .content_data .right_side .bottom_boxes .box_three {
  flex-direction: column;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  max-width: 200px;
  min-height: 200px;
}

.about_section-wrapper .content_data .right_side .bottom_boxes span {
  text-align: center;
  padding-inline: 5px;
}

.about_section-wrapper .content_data .right_side .bottom_boxes .box_one {
  border-radius: 20px;
  color: #fff;
}

.about_section-wrapper .content_data .right_side .bottom_boxes .box_two {
  border-radius: 20px;
  color: #fff;
}

.about_section-wrapper .content_data .right_side .bottom_boxes .box_two img {
  filter: invert(1);
  background: #0000002b;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 20px;
  padding: 10px;
}

.about_section-wrapper .content_data .right_side .bottom_boxes .box_three {
  background: #18658c;
  border-radius: 20px;
  color: #fff;
}

.about_section-wrapper .content_data .right_side .bottom_boxes .box_three img {
  filter: grayscale(1);
  max-width: 80px;
  margin: 10px;
}


.about_section-wrapper .header_content p {
  padding: 0 30px;
}

.page-template-podcast section#podcast_banner_sec .podcast_banner_sec-wrapper {
  background: none;
  border-radius: 20px 20px 0px 0px;
  display: flex;
  align-items: center;
  padding: 20px;
}

section#podcast_banner_sec .podcast_banner_sec-wrapper .podcastimg omg {
  width: 100%;
  max-width: 100%;
}

section#podcast_banner_sec .podcast_banner_sec-wrapper img {
  width: 100%;
  max-width: 80px;
  margin-left: auto;
  filter: brightness(0.10);
  margin-right: 0;
}

section#podcast_banner_sec .podcast_banner_sec-wrapper .podcastimg {
  width: 40%;
  max-width: 200px;
  /* margin-inline: auto; */
}


section#podcast_banner_sec .podcast_banner_sec-wrapper .header_content h3 {
  color: #f5da53;
  font-size: 40px;
}

section#podcast_banner_sec .podcast_banner_sec-wrapper .header_content h3 {
  color: #000;
  font-size: 40px;
  max-width: 100%;
  text-align: center;
}

section#about_section {
  background: none;
  border-radius: 0 0 20px 20px;
}

.about_section-wrapper .content_data .right_side h2 {
  color: #380a66;
}

.about_section-wrapper .content_data .right_side ul li {
  color: #000;
  font-size: 18px;
}

/* new about page */

.yt_buttons a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 320px;
  font-size: 18px;
}

.yt_buttons .youtube img,
.yt_buttons .browse img {
  width: 100%;
  object-fit: contain;
  display: block;
  max-width: 30px;
}

.yt_buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.yt_buttons .youtube {
  background: #fa3b42;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
}

.yt_buttons .browse {
  background: #4b66e1;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
}

.yt_buttons .browse img {
  filter: invert(1);
}

/* Section: Featured Episodes */
.featured_episodes_section {
  /* background: linear-gradient(145deg, #1d0b80, #2a009c, #0067d5); */
  color: #fff;
  margin-top: 20px;
}

/* Header */
.featured_episodes_section .header_content h2 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  letter-spacing: normal;
}

/* Boxes Layout */
.featured_episodes_section .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

/* Individual Boxes */
.featured_episodes_section .boxes>div {
  width: 340px;
  padding: 18px 16px;
  border-radius: 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

/* Box Gradient Colors */
.box_one {
  background: linear-gradient(120deg, #ed8383, #ff3d7b);
}

.box_two {
  background: linear-gradient(135deg, #786aff, #611dc9);
}

.featured_episodes_section .box_three {
  background: linear-gradient(122deg, #3bb0d6, #3345b3);
}

/* Hover Effect */
.featured_episodes_section .boxes>div:hover {
  transform: translateY(-6px);
}

/* Top Section (Image + Title) */
.featured_episodes_section .top {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 12px;
}

.featured_episodes_section .top img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.featured_episodes_section .top h5 {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
}

/* Bottom Section (Play Icon + Time) */
.featured_episodes_section .bottom {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 15px;
}

.featured_episodes_section .bottom .play_icon {
  width: 40px;
  height: 40px;
}

.featured_episodes_section .bottom .min {
  font-size: 13px;
  opacity: 0.9;
}

/* Subscribe Section */
.featured_episodes_section::after {
  content: "";
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: 40px 0 25px;
}

.featured_episodes_section .subscribe_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 14px 20px;
}

.featured_episodes_section .subscribe_bar span {
  font-weight: 600;
  font-size: 15px;
  color: #fff;
}

.featured_episodes_section .subscribe_bar a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 14px;
  border-radius: 8px;
  transition: background 0.3s;
}

.featured_episodes_section .subscribe_bar a:hover {
  background: rgba(255, 255, 255, 0.25);
}

@media(max-width:1199px) {
  .about_section-wrapper .content_data .right_side .bottom_boxes {
    gap: 20px;
    overflow-x: auto;
  }


}

@media(max-width:992px) {
  .page-template-podcast .gredient {

    padding: 50px 30px;
  }

  .about_section-wrapper .content_data {
    flex-direction: column;
  }

  section#about_banner_sec .who_we_are,
  section#our_vision_section .left_side,
  section#our_vision_section .right_side {

    padding: 20px 60px;

  }
}

@media (max-width: 768px) {
  .featured_episodes_section .boxes {
    flex-direction: column;
    align-items: center;
  }

  .featured_episodes_section .boxes>div {
    width: 100%;
    max-width: 320px;
  }

  .featured_episodes_section .subscribe_bar {
    flex-direction: column;
    align-items: flex-start;
  }
}

.bottom_section {
  /* background: linear-gradient(145deg, #1d0b80, #2d03a1, #0067d5); */
  padding: 40px 0 60px;
  color: #fff;
  margin-top: -30px;
}

/* Wrapper */
.bottom_section .subscribe_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 18px 25px;
  box-shadow: inset 0 0 12px rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
}

/* Left Headings */
.bottom_section .subscribe_bar h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0 20px;
  position: relative;
}

/* Divider Line Between Texts */
.bottom_section .subscribe_bar h4:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  height: 65px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

/* Right Button Style */
.bottom_section .btn_subs a {
  background: rgba(255, 255, 255, 0.15);
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease;
}

.bottom_section .btn_subs a:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* Responsive */
@media (max-width: 768px) {


  section#podcast_banner_sec .podcast_banner_sec-wrapper .header_content .yt_buttons {
    flex-direction: column;
    display: flex;
    gap: 10px;
  }

  .bottom_section .subscribe_bar h4:not(:last-of-type)::after {
    display: none;
  }

  .left_side h2 {
    font-size: 30px;
  }
}

@media(max-width:520px) {
  .about_section-wrapper .content_data .right_side .bottom_boxes {

    flex-direction: column;
  }

  .bottom_section .subscribe_bar {
    flex-direction: column;
    text-align: center;
    gap: 15px;
    justify-content: center;
  }


}

section#podcast_banner_sec .podcast_banner_sec-wrapper .header_content h1 {
  color: #000;
}



.about_section-wrapper .content_data .right_side {
  color: #fff;
  border: 0;
  padding: 0;
  margin-bottom: 20px;
}

.about_section-wrapper .header_content h2 {
  color: #380a66;
  border: 0;
  border-radius: 10px;
  letter-spacing: normal;
}

.about_section-wrapper .content_data {
  display: flex;
  gap: 20px;
  padding-inline: 0;
  flex-direction: column;
}

.about_section-wrapper .content_data .right_side .content {
  color: #fff;
  padding-inline: 20px;
  border: 0;
  border-radius: 10px;
  margin-bottom: 0;
  padding-top: 0;
}


/* abouts us page */

.page-template-about .gredient {
  position: relative;
  z-index: 0;
  background: #6e33e3;
  backdrop-filter: blur(6px);
  max-width: 1362px;
  margin: 50px auto;
  padding: 20px 0px 0;
}

section#about_banner_sec {
  max-width: 1362px;
  margin-inline: auto;
  padding-top: 50px;
}

section#about_banner_sec .header_content {
  text-align: center;
  color: #fff;
}

section#about_banner_sec .who_we_are {
  color: #000;
  padding: 42px 60px 52px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0;
  /* background: linear-gradient(135deg, #fff5e1, #f9cf9d); */
  background: #2879bb;
  border-radius: 20px;
  border: 0;
  margin-bottom: 40px;
}

.page-template-about .gredient .container {
  padding: 0px;
}

.about_banner_sec-wrapper .header_content {
  border: 0px !important;
}

section#about_banner_sec .who_we_are img {
  width: 100%;
  max-width: 100%;
}

.who_we_are {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 50px;
  border-radius: 0px;
  margin: 50px auto;
  gap: 30px;
}



section#our_vision_section .left_side,
section#our_vision_section .right_side {
  background: none;
  border: 0;
  min-height: unset;
  color: #000;
  padding: 20px 150px;
}

section#our_vision_section .left_side {
  flex-direction: column;
  justify-content: flex-start;
  margin: 0px 0px;
  align-items: flex-start;
}

section#about_banner_sec .header_content h1 {
  color: #000;
}

section#our_vision_section .boxes {
  gap: 20px;
  margin-bottom: 50px;
}

section#our_vision_section .boxes .left_side {
  border-radius: 20px;
  border: 0;
  background: linear-gradient(135deg, #7ae5851c, #06d6a08f);
  padding: 42px 45px 52px;
  align-items: center;
  gap: 10px;
}

section#our_vision_section .right_side {
  border-radius: 20px;
  margin: 0;
  background: linear-gradient(135deg, #d5f0ff3b, #5d94ed94);
  padding: 42px 45px 52px;
  align-items: center;
}


@media(max-width:767px) {
  section#our_vision_section .boxes {
    gap: 20px;
    margin-bottom: 50px;
    flex-direction: column;
  }

  .page-template-about .gredient {
    padding: 50px 30px;
  }

  .why_join_us_section .why_join_us_section-wrapper,
  .server_highlights .server_highlights-wrapper {
    flex-direction: column;
  }

  .join_the_moment_section-wrapper p {
    font-size: 20px;
  }

  section#podcast_banner_sec .podcast_banner_sec-wrapper .header_content h3 {

    font-size: 30px;

  }

  .wrapcomjoin {
    flex-direction: column;
    padding-inline: 10px;
  }

  .wrapcomjoin>div {
    width: 100%;
  }

  section#podcast_banner_sec .podcast_banner_sec-wrapper {
    flex-direction: column;
  }

  section#podcast_banner_sec .podcast_banner_sec-wrapper .header_content,
  section#podcast_banner_sec .podcast_banner_sec-wrapper .podcastimg {
    width: 100%;
    margin-left: 0;
  }

  .page-template-podcast .gredient {
    padding: 50px 20px;

  }

  section#about_banner_sec .who_we_are {
    flex-direction: column;
  }

  .yt_buttons {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .yt_buttons .youtube,
  .yt_buttons .browse {
    text-align: center;
    justify-content: center;
    font-size: 15px;
  }

  .yt_buttons .youtube img,
  .yt_buttons .browse img {
    width: 100%;
    object-fit: contain;
    display: block;
    max-width: 20px;
  }
}

@media(max-width:579px) {

  section#about_banner_sec .who_we_are,
  section#our_vision_section .left_side,
  section#our_vision_section .right_side {

    padding: 20px 30px;

  }

}


section#about_banner_sec h2 {
  letter-spacing: normal;
}

p:empty {
  display: none;
}

section#our_vision_section .boxes img {
  max-width: 70px;
}

.page-template-about .header_content,
.promise_content {
  border: 1px solid #ffffff63;
  border-radius: 10px;
  padding: 20px 30px;
}

.the_team_section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 60px;
}


.our_vision_section .header_content h2,
.our_vision_section .header_content h3 {
  color: #ffffff;
}

.the_team_section .header_content h2,
.the_team_section .header_content p {
  color: #ffffff;
}

.the_team_section .promise_content h2,
.the_team_section .promise_content p {
  color: #ffffff;
}


.right_side .questions_type ul li:last-child {
  margin: 0 275px;
}

@media(max-width:1401px) {
  .right_side .questions_type ul li:last-child {
    margin: 0 295px;
  }
}

@media(max-width:940px) {
  .right_side .questions_type ul li:last-child {
    margin: unset;
  }
}


/* 29/10/25 */

.practical_ai_powered_wrapper .box-1 {
  background: linear-gradient(135deg, #d5f0ff3b, #5d94ed94);
}

.practical_ai_powered_wrapper .box-2 {
  background: linear-gradient(135deg, #fff5e1, #f9cf9d);
}

.practical_ai_powered_wrapper .box-3 {
  background: linear-gradient(135deg, #7ae5851c, #06d6a08f);
}

.practical_ai_powered_wrapper .box-4 {
  background: linear-gradient(135deg, #f9a8d40f, #ee3a8c82);
}


.quiz-questions-main {
  margin: 60px auto;
  padding: 60px 40px;
  border-radius: 20px;
  background: linear-gradient(145deg, #fdfcff, #faf5ff);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}


.questions-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.questions-header h3 {
  font-size: 22px;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
}

.back-to-selection {
  background-color: #475569;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-size: 14px;
}

.back-to-selection:hover {
  background-color: #1e293b;
}

.success {
  background-color: #f0fff4;
  border: 1px solid #a7f3d0;
  color: #065f46;
  padding: 14px 18px;
  border-radius: 8px;
  margin-bottom: 25px;
  font-size: 15px;
}


.question-item {
  background: #f9fafb;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  margin-bottom: 22px;
  padding: 20px;
  transition: all 0.3s ease;
}

/* .question-item:hover {
  background-color: #f3f4f6;
  transform: translateY(-2px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
} */


.question-text {
  font-weight: 600;
  color: #111827;
  margin-bottom: 14px;
  font-size: 16px;
}

.options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 20px;
}


.option {
  border-radius: 8px;
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.25s ease;
  font-size: 15px;
  color: #1e293b;
  font-weight: 500;
  border: 1px solid transparent;
}


.option[data-option="a"] {
  border-color: #C7F2FF;

}

.option[data-option="b"] {
  border-color: #E6E6FA;
}

.option[data-option="c"] {
  border-color: #E6E6FA;
}

.option[data-option="d"] {
  border-color: #C7F2FF;
}


.option:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  filter: brightness(0.98);
}


.option.selected {
  filter: brightness(1);
  font-weight: 600;
}

.option[data-option="a"].selected {
  outline: 2px solid #c7e3f3;
  box-shadow: 0 0 8px rgba(37, 99, 235, 0.4);
}

.option[data-option="b"].selected {
  outline: 2px solid #c6e7b9;
  box-shadow: 0 0 8px rgba(37, 99, 235, 0.4);
}

.option[data-option="c"].selected {
  outline: 2px solid #fae6a4;
  box-shadow: 0 0 8px rgba(37, 99, 235, 0.4);
}

.option[data-option="d"].selected {
  outline: 2px solid #f5b8d1;
  box-shadow: 0 0 8px rgba(37, 99, 235, 0.4);
}


.quiz-submit-section {
  text-align: center;
  margin-top: 35px;
}

.quiz-submit-btn {
  background-color: #2563eb;
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.quiz-submit-btn:hover {
  background-color: #1d4ed8;
}


@media (max-width: 767px) {
  .options {
    grid-template-columns: 1fr;
  }
}

.quiz-timer {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.quiz-timer.active {
  display: block !important;
}

.quiz-timer.warning {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}

.timer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.timer-icon {
  font-size: 24px;
}

.timer-display {
  font-family: 'Courier New', monospace;
  font-size: 28px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px 15px;
  border-radius: 5px;
}

.timer-label {
  font-size: 14px;
  opacity: 0.9;
}

.timer-progress {
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  overflow: hidden;
}

.timer-progress-bar {
  height: 100%;
  background: #fff;
  width: 100%;
  transition: width 1s linear;
}

.questions-header h3 {
  color: #333;
  margin-bottom: 10px;
}

.timer-note {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  text-align: center;
}


.timer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}

.timer-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.timer-icon::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.timer-icon::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 12px;
  background: rgba(255, 255, 255, 0.8);
  top: 10px;
  transform-origin: bottom center;
  animation: clockHand 60s linear infinite;
}

@keyframes clockHand {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.timer-display {
  font-family: 'SF Mono', 'Monaco', 'Courier New', monospace;
  font-size: 36px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  padding: 12px 24px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
}

.timer-label {
  text-align: center;
  font-size: 14px;
  opacity: 0.9;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.timer-progress {
  height: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.timer-progress-bar::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

.questions-header {
  background: white;
  padding: 25px 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8ecef;
  margin-bottom: 25px;
  display: flex;
  justify-content: between;
  align-items: center;
  gap: 20px;
}

.questions-header h3 {
  color: #2d3748;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  flex: 1;
  background: linear-gradient(135deg, #667eea, #764ba2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.back-to-selection {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.back-to-selection:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.quiz-submit-section {
  background: #f8fafc;
  padding: 30px;
  text-align: center;
  border-top: 1px solid #e8ecef;
}

.quiz-submit-btn {
  background: linear-gradient(135deg, #00b894, #00a085);
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 184, 148, 0.3);
}

.quiz-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 184, 148, 0.4);
}

.timer-note {
  font-size: 14px;
  color: #64748b;
  margin-top: 12px;
  font-style: italic;
}

@media (max-width: 768px) {
  .timer-container {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .timer-display {
    font-size: 28px;
    padding: 10px 20px;
  }

  .questions-header {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .questions-header h3 {
    font-size: 20px;
  }
}


.timer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}

.timer-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.timer-icon::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.timer-icon::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 12px;
  background: rgba(255, 255, 255, 0.8);
  top: 10px;
  transform-origin: bottom center;
  animation: clockHand 60s linear infinite;
}

.timer-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.timer-icon::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.timer-icon::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  z-index: 3;
}

.timer-icon .hour-hand {
  position: absolute;
  width: 4px;
  height: 15px;
  background: rgba(255, 255, 255, 0.9);
  top: 15px;
  left: 50%;
  transform-origin: bottom center;
  transform: translateX(-50%);
  border-radius: 4px 4px 0 0;
  z-index: 2;
  animation: hourHand 3600s linear infinite;
}

.timer-icon .minute-hand {
  position: absolute;
  width: 3px;
  height: 20px;
  background: rgba(255, 255, 255, 0.8);
  top: 10px;
  left: 50%;
  transform-origin: bottom center;
  transform: translateX(-50%);
  border-radius: 3px 3px 0 0;
  z-index: 2;
  animation: minuteHand 60s linear infinite;
}

.timer-icon .second-hand {
  position: absolute;
  width: 2px;
  height: 25px;
  background: linear-gradient(to top, #00ff88, #00ccff);
  top: 5px;
  left: 50%;
  transform-origin: bottom center;
  transform: translateX(-50%);
  border-radius: 2px 2px 0 0;
  z-index: 2;
  animation: secondHand 1s linear infinite;
  box-shadow: 0 0 5px rgba(0, 204, 255, 0.5);
}

.timer-icon .marking {
  position: absolute;
  width: 2px;
  height: 6px;
  background: rgba(255, 255, 255, 0.6);
  left: 50%;
  transform-origin: bottom center;
  transform: translateX(-50%);
}

.timer-icon .marking-12 {
  top: 5px;
  transform: translateX(-50%) rotate(0deg);
}

.timer-icon .marking-3 {
  top: 50%;
  right: 5px;
  left: auto;
  transform: translateY(-50%) rotate(90deg);
}

.timer-icon .marking-6 {
  bottom: 5px;
  transform: translateX(-50%) rotate(180deg);
}

.timer-icon .marking-9 {
  top: 50%;
  left: 5px;
  transform: translateY(-50%) rotate(270deg);
}

@keyframes hourHand {
  from {
    transform: translateX(-50%) rotate(0deg);
  }

  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes minuteHand {
  from {
    transform: translateX(-50%) rotate(0deg);
  }

  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes secondHand {
  from {
    transform: translateX(-50%) rotate(0deg);
  }

  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

.quiz-timer.warning .timer-icon .second-hand {
  animation: urgentPulse 0.5s ease-in-out infinite;
  background: #ff6b6b;
}

@keyframes urgentPulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

@keyframes clockHand {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.timer-display {
  font-family: 'SF Mono', 'Monaco', 'Courier New', monospace;
  font-size: 36px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  padding: 12px 24px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
}

.timer-label {
  text-align: center;
  font-size: 14px;
  opacity: 0.9;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.timer-progress {
  height: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.timer-progress-bar::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

.questions-header {
  background: white;
  padding: 25px 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8ecef;
  margin-bottom: 25px;
  display: flex;
  justify-content: between;
  align-items: center;
  gap: 20px;
}

.questions-header h3 {
  color: #2d3748;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  flex: 1;
  background: linear-gradient(135deg, #667eea, #764ba2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.back-to-selection {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.back-to-selection:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.quiz-submit-section {
  background: #f8fafc;
  padding: 30px;
  text-align: center;
  border-top: 1px solid #e8ecef;
}

.quiz-submit-btn {
  background: linear-gradient(135deg, #00b894, #00a085);
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 184, 148, 0.3);
}

.quiz-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 184, 148, 0.4);
}

.timer-note {
  font-size: 14px;
  color: #64748b;
  margin-top: 12px;
  font-style: italic;
}

@media (max-width: 768px) {
  .timer-container {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .timer-display {
    font-size: 28px;
    padding: 10px 20px;
  }

  .questions-header {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .questions-header h3 {
    font-size: 20px;
  }
}

#quiz-results-main {
  margin: 40px auto;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;

}



/* 30/10/25 */


.why_mentorship_matters_wrapper .box-1 {

  background: linear-gradient(135deg, #fff5e1, #f9cf9d);
  background: unset;

}

.why_mentorship_matters_wrapper .box-2 {

  background: linear-gradient(135deg, #d5f0ff3b, #5d94ed94);
  background: unset;

}


.why_mentorship_matters_wrapper .box-3 {

  background: linear-gradient(135deg, #f9a8d40f, #ee3a8c82);
  background: unset;

}

.why_mentorship_matters_wrapper .box-4 {

  background: linear-gradient(135deg, #7ae5851c, #06d6a08f);
  background: unset;

}

.page-template-discord .left_side {

  flex-direction: column;

}

.page-template-discord .right_side {

  padding: 10px 15px;

}

section#why_join_us_section {

  position: relative;

}

section#why_join_us_section:before {

  content: '';

  width: 10px;

  height: 100%;

  display: block;

  border-left: 1px solid #ffffff47;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  z-index: 2;

}

.join_the_moment_section-wrapper p {
  color: #000;
  font-size: 23px;
}

.page-template-discord .bottom .left_side {

  display: unset;

}


.why_join_us_section .boxes,
.server_highlights .boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
}



.row.justify-content-center.plans_wrapper .boxes:nth-child(2) .box:hover {
  background: linear-gradient(90deg, rgba(9, 88, 180, 0.5) 0%, rgb(9, 88, 180) 100%);
}

/* .row.justify-content-center.plans_wrapper .boxes:nth-child(3) .box:hover {
    background: linear-gradient(90deg, rgba(68, 189, 119, 0.5) 0%, rgb(68, 189, 119) 100%);
} */

.row.justify-content-center.plans_wrapper .boxes:nth-child(4) .box:hover {
  background: linear-gradient(90deg, rgba(9, 88, 180, 0.5) 0%, rgb(9, 88, 180) 100%);
}


.row.justify-content-center.plans_wrapper .boxes:nth-child(2) .box .button-wrap-plan {
  padding: 0;
  margin: 28px 0 0 0 !important;
}

.row.justify-content-center.plans_wrapper .boxes:nth-child(3) .box .button-wrap-plan {
  padding: 0;
  margin: 27px 0 0 0 !important;
}

.row.justify-content-center.plans_wrapper .boxes:nth-child(4) .box .button-wrap-plan {
  padding: 0;
  margin: 55px 0 0 0 !important;
}


@media(max-width:1480px) {
  .row.justify-content-center.plans_wrapper .boxes:nth-child(4) .box .button-wrap-plan {
    padding: 0;
    margin: 35px 0 0 0 !important;
  }
}

@media(max-width:1360px) {
  .row.justify-content-center.plans_wrapper .boxes:nth-child(3) .box .button-wrap-plan {
    padding: 0;
    margin: 43px 0 0 0 !important;
  }

  .row.justify-content-center.plans_wrapper .boxes:nth-child(4) .box .button-wrap-plan {
    padding: 0;
    margin: 33px 0 0 0 !important;
  }
}

@media(max-width:1280px) {
  .row.justify-content-center.plans_wrapper .boxes:nth-child(3) .box .button-wrap-plan {
    padding: 0;
    margin: 62px 0 0 0 !important;
  }

  .row.justify-content-center.plans_wrapper .boxes:nth-child(4) .box .button-wrap-plan {
    padding: 0;
    margin: 33px 0 0 0 !important;
  }
}

@media(max-width:1200px) {
  .row.justify-content-center.plans_wrapper .boxes:nth-child(2) .box .button-wrap-plan {
    padding: 0;
    margin: 9px 0 0 0 !important;
  }

  .row.justify-content-center.plans_wrapper .boxes:nth-child(3) .box .button-wrap-plan {
    padding: 0;
    margin: 45px 0 0 0 !important;
  }

  .row.justify-content-center.plans_wrapper .boxes:nth-child(4) .box .button-wrap-plan {
    padding: 0;
    margin: -18px 0 0 0 !important;
  }
}

@media(max-width:1140px) {
  .row.justify-content-center.plans_wrapper .boxes:nth-child(2) .box .button-wrap-plan {
    padding: 0;
    margin: 27px 0 0 0 !important;
  }

  .row.justify-content-center.plans_wrapper .boxes:nth-child(3) .box .button-wrap-plan {
    padding: 0;
    margin: 0px 0 0 0 !important;
  }

  .row.justify-content-center.plans_wrapper .boxes:nth-child(4) .box .button-wrap-plan {
    padding: 0;
    margin: 27px 0 0 0 !important;
  }
}


@media(max-width:1140px) {
  .row.justify-content-center.plans_wrapper .boxes:nth-child(2) .box .button-wrap-plan {
    padding: 0;
    margin: 27px 0 0 0 !important;
  }

  .row.justify-content-center.plans_wrapper .boxes:nth-child(3) .box .button-wrap-plan {
    padding: 0;
    margin: 0px 0 0 0 !important;
  }

  .row.justify-content-center.plans_wrapper .boxes:nth-child(4) .box .button-wrap-plan {
    padding: 0;
    margin: 27px 0 0 0 !important;
  }
}


@media(max-width:768px) {
  .row.justify-content-center.plans_wrapper .boxes:nth-child(2) .box .button-wrap-plan {
    padding: 0;
    margin: 27px 0 0 0 !important;
  }

  .row.justify-content-center.plans_wrapper .boxes:nth-child(3) .box .button-wrap-plan {
    padding: 0;
    margin: 0px 0 0 0 !important;
  }

  .row.justify-content-center.plans_wrapper .boxes:nth-child(4) .box .button-wrap-plan {
    padding: 0;
    margin: 9px 0 0 0 !important;
  }
}


@media(max-width:580px) {
  .row.justify-content-center.plans_wrapper .boxes:nth-child(2) .box .button-wrap-plan {
    padding: 0;
    margin: unset !important;
  }

  .row.justify-content-center.plans_wrapper .boxes:nth-child(3) .box .button-wrap-plan {
    padding: 0;
    margin: unset !important;
  }

  .row.justify-content-center.plans_wrapper .boxes:nth-child(4) .box .button-wrap-plan {
    padding: 0;
    margin: unset !important;
  }
}


section#mcq .difficulty_lane .slider-track {
  border: 2px solid #000000;
}


.upsc_group_mentorship_wrapper .box.box-1 {
  background: linear-gradient(135deg, #7ae5851c, #06d6a08f);
}

section.upsc_group_mentorship .boxes .box ul li {
  color: #000;
}

section.upsc_group_mentorship .boxes .box.box-2 {
  background-color: #D3E9FF !important;
  padding: 45px 70px 48px 70px;
}

section.upsc_group_mentorship .boxes .box.box-2 {
  background: linear-gradient(135deg, #d5f0ff3b, #5d94ed94);
}


/* MCQ */
.topic_lane li,
.questions_type li {
  cursor: pointer;
  padding: 8px 12px;
  margin-bottom: 5px;
  background: #f8f9fa;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.topic_lane li:hover,
.questions_type li:hover {
  background: #e9ecef;
}

.topic_lane li.active,
.questions_type li.active {
  background: #2a5ad7;
  color: #ffffff;
}

.difficulty {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.difficulty-btn {
  padding: 8px 15px;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
  min-width: 80px;
}

.difficulty-btn:hover {
  background: #e9ecef;
}

.difficulty-btn.active {
  background: #007bff;
  color: white;
  border-color: #007bff;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background: #28a745;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 0px;
}

.submit-btn:hover:not(:disabled) {
  background: #218838;
}

.submit-btn:disabled {
  background: #6c757d;
  cursor: not-allowed;
}

.questions-section {
  margin-top: 30px;
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* .question-item {
        margin-bottom: 25px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e9ecef;
    } */

/* .question-text {
        font-weight: 600;
        margin-bottom: 15px;
        font-size: 16px;
    } */

/* .options {
        display: flex;
        flex-direction: column;
        gap: 10px;
    } */

/* .option {
        padding: 10px 15px;
        background: #f8f9fa;
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.3s ease;
    } */

/* .option:hover {
        background: #e9ecef;
    } */

/* .option.selected {
        background: #d1ecf1;
        border-left: 4px solid #17a2b8;
    } */

.loading {
  text-align: center;
  padding: 20px;
  color: #6c757d;
}

.error {
  text-align: center;
  padding: 20px;
  background: #f8d7da;
  color: #721c24;
  border-radius: 4px;
  margin: 10px 0;
}

.debug-info {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 4px;
  margin: 10px 0;
  font-family: monospace;
  font-size: 12px;
  border-left: 4px solid #17a2b8;
}

.quiz-questions-main,
.quiz-results-main {
  width: 100%;
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.difficulty-slider-container {
  position: relative;
  width: 100%;
  /* max-width: 400px; */
  margin: 0px auto 0px;
  padding: 0 15px;
}

.slider-track {
  position: relative;
  width: 100%;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

.slider-progress {
  position: absolute;
  height: 100%;
  background: linear-gradient(90deg, #56ab2f, #ff9a00, #ff416c);
  border-radius: 10px;
  transition: all 1.3s ease;
  width: 33.33%;
  left: 0;
}

.slider-handle {
  position: absolute;
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 10;
  transition: all 0.2s ease;
  left: 0;
}

.slider-handle:hover {
  transform: translateY(-50%) scale(1.2);
}

.slider-handle.dragging {
  transform: translateY(-50%) scale(1.3);
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 0 50px;
}

.slider-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  transition: all 0.3s ease;
}

.slider-label.active {
  color: white;
  font-weight: 600;
  transform: scale(1.1);
}

/* Ensure existing difficulty buttons work with slider */
.difficulty {
  margin-bottom: 15px;
}

.difficulty-btn.active {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.quiz-submit-section {
  text-align: center;
  margin: 35px 0 10px 0;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #28a745;
}

.quiz-submit-btn {
  padding: 15px 30px;
  background: #28a745;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.quiz-submit-btn:hover:not(:disabled) {
  background: #218838;
  transform: translateY(-2px);
}

.quiz-submit-btn:disabled {
  background: #6c757d;
  cursor: not-allowed;
}

.quiz-questions-sidebar {
  margin-top: 0;
  padding: 0;
  background: white;
  border-radius: 8px;
  overflow-y: auto;
}

/* .questions-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 2px solid #e9ecef;
        position: sticky;
        top: 0;
        background: white;
        z-index: 10;
        padding: 15px 0;
    } */

.questions-header h3 {
  color: #1a365d;
  margin: 0;
  font-size: 1.3rem;
}

.back-to-selection {
  padding: 8px 15px;
  background: #6c757d;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.back-to-selection:hover {
  background: #5a6268;
}

.quiz-results-sidebar {
  margin-top: 0;
  padding: 0;
  background: white;
  border-radius: 8px;
  overflow-y: auto;
}

section#mcq .right_side ul li.active:hover {
  color: #ffffff;
  background: #2a5ad7;
  border: 2px solid #1412BC;
}

.results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e9ecef;
  position: sticky;
  top: 0;
  background: white;
  z-index: 10;
  padding: 15px 0;
}

.results-header h3 {
  color: #1a365d;
  margin: 0;
  font-size: 1.3rem;
}

.result-item {
  padding: 12px;
  margin: 8px 0;
  background: #f8f9fa;
  border-radius: 6px;
  border-left: 4px solid #6c757d;
  font-size: 14px;
}

.result-item.correct {
  border-left-color: #28a745;
  background: #f8fff9;
}

.result-item.incorrect {
  border-left-color: #dc3545;
  background: #fff8f8;
}

.question-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.question-text-small {
  font-style: italic;
  margin-bottom: 10px;
  color: #495057;
  font-size: 13px;
  line-height: 1.4;
  text-align: start;
}

.answer-comparison {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 8px;
}

.user-answer,
.correct-answer {
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 13px;
}

.user-answer {
  background: #e9ecef;
  border: 1px solid #dee2e6;
}

.correct-answer {
  background: #d1ecf1;
  border: 1px solid #bee5eb;
}

.explanation {
  padding: 8px;
  background: #fff3cd;
  border-radius: 4px;
  border-left: 3px solid #ffc107;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.4;
  text-align: start;
  max-width: max-content;
}

.score-summary {
  text-align: center;
  padding: 20px;
  margin-top: 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 8px;
  border: 2px solid #17a2b8;
}

.score-summary h4 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}

.score-breakdown {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.score-correct,
.score-incorrect,
.score-total {
  padding: 6px 12px;
  border-radius: 15px;
  font-weight: bold;
  font-size: 14px;
}

.score-correct {
  background: #28a745;
  color: white;
}

.score-incorrect {
  background: #dc3545;
  color: white;
}

.score-total {
  background: #6c757d;
  color: white;
}

.quiz-questions-sidebar::-webkit-scrollbar,
.quiz-results-sidebar::-webkit-scrollbar {
  width: 6px;
}

.quiz-questions-sidebar::-webkit-scrollbar-track,
.quiz-results-sidebar::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.quiz-questions-sidebar::-webkit-scrollbar-thumb,
.quiz-results-sidebar::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.quiz-questions-sidebar::-webkit-scrollbar-thumb:hover,
.quiz-results-sidebar::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

@media (max-width: 768px) {

  .questions-header,
  .results-header {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .score-breakdown {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .back-to-selection {
    align-self: stretch;
    text-align: center;
  }
}

.results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #e5e7eb;
  padding-bottom: 16px;
  margin-bottom: 30px;
}

.results-header h3 {
  font-size: 22px;
  color: #1f2937;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.back-to-selection {
  background: linear-gradient(135deg, #4f46e5, #6366f1);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.back-to-selection:hover {
  background: linear-gradient(135deg, #4338ca, #4f46e5);
  transform: translateY(-2px);
}


.result-item {
  background: #fff;
  padding: 22px 26px;
  border-radius: 14px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 6px solid transparent;
}

.result-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}


.result-item:nth-child(3n + 1) {
  background-color: #fff8f8;
  border-left-color: #f87171;
}

.result-item:nth-child(3n + 2) {
  background-color: #f0f9ff;
  border-left-color: #38bdf8;
}

.result-item:nth-child(3n + 3) {
  background-color: #fffbea;
  border-left-color: #facc15;
}


.question-header {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.question-text-small {
  font-style: italic;
  color: #4b5563;
  margin-bottom: 12px;
}


.answer-comparison {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 10px;
}

.user-answer,
.correct-answer {
  background: #ffffffa8;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.correct-answer {
  background-color: rgba(147, 197, 253, 0.5);
}

.user-answer strong,
.correct-answer strong {
  color: #111827;
}


.explanation {
  background: #fff;
  border-left: 4px solid #facc15;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  color: #374151;
}


.score-summary {
  text-align: center;
  background: #f9fafb;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  margin-top: 30px;
}

.score-summary h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.score-summary p {
  color: #4b5563;
  margin-bottom: 12px;
}

.score-breakdown {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 15px;
}

.score-breakdown div {
  background: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}


.score-correct {
  color: #16a34a;
}

.score-incorrect {
  color: #dc2626;
}

.score-total {
  color: #2563eb;
}

/* MCQ end */



.hero-section h1 {
  font-size: 32px;
}


.upsc-section .upsc-section-left img {
  width: 100%;
  max-width: 70%;
}

section.hero-section .container .row .hero-section-content {
  padding-bottom: 20px;
}

section.practical_ai_powered_services .boxes .global-btn {
  background: transparent;
  border: 2px solid #000000;
  color: #000000;
  margin-top: 25px;
  max-width: max-content;
  padding: 10px 15px;
}


/*new  */
section#podcast_banner_sec .header_content {
  max-width: 800px;
  margin-inline: auto;
  color: #fff;
  margin-bottom: 20px;
}

.podcast_banner_sec {
  background: #ffffff;
  text-align: center;
  padding: 50px 20px 0px;
}

.podcast_banner_sec .img_title img {
  width: 50px !important;
  height: 50px;
  margin-bottom: 10px;
}

.podcast_banner_sec h1 {
  font-size: 2rem;
  color: #222;
  margin: 10px 0 5px;
}

.podcast_banner_sec h3 {
  color: #5f6368;
  font-weight: 500;
  margin: 5px 0;
}

.podcast_banner_sec .wrapcomjoin {
  display: none;
}

.why_join_us_section {
  background: none;
  text-align: center;
  padding: 0 20px 30px;
}

.why_join_us_section h2 {
  font-size: 2rem;
  color: #222;
  margin-bottom: 15px;
}

.why_join_us_section p {
  color: #5f6368;
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.why_join_us_section-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.why_join_us_section .boxes>div,
.server_highlights .boxes>div {
  flex: 1;
  max-width: unset;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
}

.boxes .box_one:hover,
.boxes .box_two:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.boxes .img_title img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.boxes .img_title span {
  display: block;
  font-size: 30px;
  font-weight: 600;
  color: #1a73e8;
  margin-bottom: 10px;
}


.boxes p {
  color: #555;
  font-size: 20px;
  line-height: 1.6;
}

.join_the_moment_section {
  text-align: center;
  background-color: #ffffff;
  padding: 60px 20px;
}

.join_the_moment_section a {
  display: inline-block;
  background: #1a73e8;
  color: #fff;
  padding: 14px 32px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(26, 115, 232, 0.3);
  transition: 0.3s;
}

.join_the_moment_section a:hover {
  background: #1559c9;
}

.join_the_moment_section .left_side p {
  color: #5f6368;
  font-size: 0.95rem;
  margin-top: 15px;
}

.why_join_us_section-wrapper .left_side .boxes .box_one {
  background-color: #E9F3FF;
  padding: 42px 15px 52px;
  background: linear-gradient(135deg, #d5f0ff3b, #5d94ed94);
}

.why_join_us_section-wrapper .left_side .boxes .box_two {
  background-color: #FFF6E9;
  padding: 42px 15px 52px;
  background: linear-gradient(135deg, #fff5e1, #f9cf9d);
}

.why_join_us_section-wrapper .right_side .boxes .box_one {
  background-color: #F4FAF3;
  padding: 42px 15px 52px;
  background: linear-gradient(135deg, #7ae5851c, #06d6a08f);
}

.why_join_us_section-wrapper .right_side .boxes .box_two {
  background-color: #FFF0F5;
  padding: 42px 15px 52px;
  background: linear-gradient(135deg, #e6fdf08c, #f74646);
}


@media (max-width: 768px) {
  .why_join_us_section-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .boxes .box_one,
  .boxes .box_two {
    max-width: 100%;
  }
}

section#about_banner_sec .who_we_are p {
  line-height: 1.6;
  color: #ffffff;
}

@media(max-width:992px) {

  section#our_vision_section .right_side,
  section#our_vision_section .left_side {
    padding-inline: 10px;
  }
}


.podcast_banner_sec {
  text-align: center;
  padding: 50px 20px 0px;
}

.podcast_banner_sec .podcastimg img {
  width: 90px;
  height: auto;
  margin-bottom: 20px;
}

.podcast_banner_sec h1 {
  font-size: 2.5rem;
  color: #111;
  margin-bottom: 10px;
  font-weight: 700;
}

.podcast_banner_sec h3 {
  font-size: 1.4rem;
  color: #5f6368;
  font-weight: 500;
  margin-bottom: 8px;
}

.podcast_banner_sec p {
  font-size: 1.1rem;
  color: #666;
  margin-top: 8px;
  margin-bottom: 0;
}

.about_section {
  background: #f7faff;
  padding: 0px 20px;
}

.about_section .header_content {
  text-align: center;
  margin-bottom: 50px;
  background: linear-gradient(135deg, #fff5e1, #f9cf9d);
  padding: 52px 15px 72px;
}


.about_section .header_content p {

  max-width: 700px;
  margin: 0 auto;

}



.about_section .left_side,
.about_section .right_side {
  min-width: unset;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: all 0.3s ease;
  gap: 0;
  min-height: 410px !important;
  border-radius: 20px;
  background: none;
}

.about_section .left_side:hover,
.about_section .right_side:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.about_section .left_side h2,
.about_section .right_side h2 {
  font-size: 52px;
  margin-bottom: 15px;
  letter-spacing: normal;
}

.about_section ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #444;
  line-height: 1.8;
  font-size: 1rem;
}

.yt_buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 0;
  padding: 0px 20px 30px;
}

.yt_buttons a img {
  width: 22px;
  height: 22px;
}

.yt_buttons .youtube {
  background-color: #ff4b4b;
  color: #fff;
}

.yt_buttons .youtube:hover {
  background-color: #e23a3a;
}

.yt_buttons .browse {
  background-color: #1a73e8;
  color: #fff;
}

.yt_buttons .browse:hover {
  background-color: #125cc9;
}

@media(max-width:1297px) {
  .yt_buttons a {
    font-size: 14px;
  }

  .yt_buttons {
    padding: 0;
  }
}

@media(max-width:1297px) {
  .about_section .content_data {
    flex-direction: column;

  }

  .about_section .content_data .left_side,
  .about_section .content_data .right_side {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .about_section .content_data {
    flex-direction: column;
    gap: 30px;
  }

  .about_section .left_side,
  .about_section .right_side {
    padding: 30px 20px;
  }

  .podcast_banner_sec h1 {
    font-size: 2rem;
  }

  .podcast_banner_sec h3 {
    font-size: 1.2rem;
  }
}

.about_section .content_data {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  flex-direction: row;
  padding-inline: 0;
  margin-bottom: 50px;
}

.about_section-wrapper .content_data .right_side {
  background: linear-gradient(135deg, #d5f0ff3b, #5d94ed94);
  padding: 42px 15px 52px;
}

.about_section-wrapper .content_data .left_side {
  background: linear-gradient(135deg, #e6fdf066, #3e660a73);
  padding: 42px 25px 82px;
}

.podcast_content_sec {
  width: 100%;
}


.podcast_banner_sec-wrapper {
  gap: 0px 30px;
  color: #fff;
  max-width: 840px;
  margin-inline: auto;
}


.podcastimg {
  flex: 0 0 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.podcastimg img {
  width: 100%;
  max-width: 220px;
  height: auto;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
}


.header_content {
  flex: 1;
  min-width: 300px;
}

.header_content h1 {
  font-size: 48px;
  font-weight: 700;
  color: #f8f9ff;
  margin-bottom: 10px;
  line-height: 1.1;
  letter-spacing: -0.5px;
}


.podcast_content_sec {
  flex: 1;
  min-width: 300px;
  border-radius: 12px;
  padding: 0 30px;
  text-align: center;
  backdrop-filter: blur(8px);
}

.podcast_content_sec h3 {
  font-size: 42px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.podcast_content_sec p {
  font-size: 23px;
  color: #000;
  margin: 15px 0;
}


@media (max-width: 992px) {
  .podcast_banner_sec-wrapper {
    flex-direction: column;
    text-align: center;
    padding: 30px 30px;
  }

  .header_content h1 {
    font-size: 36px;
  }

  .podcast_content_sec {
    width: 100%;
    margin-top: 20px;
  }
}

.about_section .left_side,
.about_section .right_side {
  min-width: unset;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: all 0.3s ease;
  gap: 0;
  min-height: 390px !important;
  border-radius: 20px;
  background: none;
}

.modal-dialog h5.modal-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.modal-dialog {
  max-width: 100%;
}


.our_vision_section .left_side p {
  font-family: "Geist";
  color: #000;
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
}

/* 05/nov/25 */
@media(max-width:767px) {
  .about_section .content_data {
    flex-direction: column;
  }

  section#podcast_banner_sec .podcast_banner_sec-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .podcast_banner_sec-wrapper {
    gap: 0;
    color: #fff;
    max-width: 840px;
    margin-inline: auto;
  }

  .about_section .left_side h2,
  .about_section .right_side h2 {
    font-size: 32px;


  }

  .about_section-wrapper .content_data .left_side ul li {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .page-template-podcast section#podcast_banner_sec .podcast_banner_sec-wrapper {
    padding: 20px 0 0;
  }

  .podcast_banner_sec-wrapper {
    flex-direction: row;
    text-align: center;
    padding: 30px 30px;
  }

  .podcast_content_sec {
    width: 100%;
    margin-top: 0;
  }
}

@media(max-width:590px) {
  section#podcast_banner_sec .podcast_banner_sec-wrapper .podcastimg {
    width: 0%;
    max-width: 50px;
  }

  .header_content h1 {
    font-size: 31px;
  }

  section#podcast_banner_sec .podcast_banner_sec-wrapper img {
    max-width: 50px;
    margin-bottom: 0;
  }

  .podcast_content_sec h3 {
    font-size: 26px;

  }

  .podcast_content_sec p {
    font-size: 20px;
    color: #000;
    margin: 15px 0;
  }
}

@media(max-width:767px) {

  .why_join_us_section .boxes,
  .server_highlights .boxes {
    grid-template-columns: 1fr;
  }

  section#podcast_banner_sec .podcast_banner_sec-wrapper .header_content h3 {
    font-size: 20px;
  }

  section#podcast_banner_sec .podcast_banner_sec-wrapper .header_content h3:last-child {
    font-size: 20px;
  }

  .join_the_moment_section-wrapper p {
    color: #000;
    font-size: 18px;
  }

  .podcast_banner_sec-wrapper {
    padding-inline: 0px !important;
  }

  section#podcast_banner_sec .podcast_banner_sec-wrapper .header_content .img_title {
    /* gap:0; */
  }

  .header_content h1 {
    font-size: 25px;
  }

  .why_join_us_section .why_join_us_section-wrapper,
  .server_highlights .server_highlights-wrapper {
    padding: 0ppx;
  }

  .page-template-discord .right_side a {
    border-radius: 8px;
  }
}

section#why_join_us_section:before {
  display: none;
}

@media(max-width:992px) {
  .why_join_us_section {
    padding-inline: 0;
  }

  .podcast_banner_sec-wrapper {
    padding: 50px 30px 0;
  }

  section#podcast_banner_sec .header_content {
    margin-bottom: 0px;
  }

  section#join_the_moment_section {
    padding-inline: 10px
  }
}

@media(max-width:580px) {
  section#podcast_banner_sec .podcast_banner_sec-wrapper .header_content h3 {
    font-size: 20px;
  }

  section#podcast_banner_sec .podcast_banner_sec-wrapper .header_content h3:last-child {
    font-size: 20px;
  }
}

.join_the_moment_section-wrapper .right_side {
  margin-inline: unset !important;
}

section#about_banner_sec .who_we_are h2 {
  color: #ffffff;
}

.plans .header_content h1 {
  color: #000000;
}


.footer .sticky_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #F4FAF3;
  display: flex;
  justify-content: center;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

.footer .sticky_footer .sticky_footer_inr {
  display: flex;
  justify-content: space-between;
}

.footer .sticky_footer .foot_links {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}

.footer .sticky_footer .foot_links {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  min-width: 400px;
  border-right: 1px solid #ccc;
}

.footer {
  padding-bottom: 57px;
}

.footer .sticky_footer {
  padding: 10px 20px;
  max-width: 100%;
}

@media(max-width:1366px) {
  .footer .sticky_footer .foot_links {
    min-width: 350px;
  }
}

@media(max-width:1180px) {
  .footer .sticky_footer .foot_links {
    min-width: 300px;
  }
}

@media(max-width:1024px) {
  .footer .sticky_footer .foot_links {
    min-width: 250px;
  }
}

@media(max-width:880px) {
  .footer .sticky_footer .foot_links {
    min-width: 200px;
  }
}

@media(max-width:768px) {
  .footer .sticky_footer .foot_links {
    min-width: 120px;
  }
}

@media(max-width:768px) {
  .footer .sticky_footer .sticky_footer_inr {
    gap: 50px;
  }
}

@media(max-width:700px) {
  .footer .sticky_footer .foot_links {
    min-width: 100px;
  }
}

@media(max-width:700px) {
  .footer .sticky_footer .sticky_footer_inr {
    gap: 40px;
  }
}


.our_vision_section .boxes h5 {
  font-size: 32px;
}

.our_vision_section .boxes p {
  font-size: 18px;
}

.our_vision_section .boxes ul li {
  font-size: 18px;
}

.sticky_footer a.foot_links img {
  width: 100%;
  max-width: 30px;
  margin-right: 15px;
}


.meet_our_advisors_section .boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 44px;
}


.modal .modal-body a {
  color: #1830b3;
  font-size: unset;
  text-decoration: underline;
  font-weight: unset;
}


.footer .sticky_footer .foot_links:last-child {
  border-right: 0px;
}

@media(max-width:1680px) {
  .footer .sticky_footer .foot_links {
    min-width: 300px;
  }
}

@media (max-width: 1366px) {
  .footer .sticky_footer .foot_links {
    min-width: 250px;
  }
}

@media (max-width: 1199px) {
  .footer .sticky_footer .foot_links {
    min-width: 210px;
  }
}

@media(max-width:992px) {
  .footer .sticky_footer .foot_links {
    min-width: 180px;
  }

  .footer .sticky_footer .sticky_footer_inr {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    row-gap: 11px;
    padding-inline: 10px;
  }

  .footer .sticky_footer .sticky_footer_inr .foot_links {
    border-right: 0;
  }

  .footer .sticky_footer .foot_links {
    font-size: 12px;
  }
}

@media(max-width:600px) {
  .footer .sticky_footer .foot_links {
    min-width: 170px;
  }

  .footer .sticky_footer .sticky_footer_inr {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .sticky_footer a.foot_links img {
    max-width: 20px;
    margin-right: 6px;
  }

  .footer .sticky_footer .foot_links {
    font-size: 12px;
  }
}

.mains-smart .question-item .answer-body ul li {
  list-style: none;
  text-align: center;
}

.mains-smart .question-item .answer-body ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}


#ProfileMain .card_body ul li img {
  width: 100%;
  height: 100%;
  max-width: 15px;
  max-height: 15px;
}

#ProfileMain .card_body ul li {
  list-style: none;
}


.top-bar .beta_logo img {
  width: 150px;
  max-width: 100%;
}

.top-bar .container.align-items-center .align-items-center .soc_ico {
  display: flex;
  flex-direction: row;
}

.top-bar .container.align-items-center .align-items-center {
  gap: 50px;
}

@media(max-width:991px) {
  .top-bar .container.align-items-center .align-items-center .beta_logo {
    display: none;
  }
      footer img.foot_cs_img {
        max-width: 173px !important;
    }
}





.current-affairs-calendar {
  width: 100%;
}

/* Month Navigation Styles */
.month-navigation {
  text-align: center;
  margin: 30px 0;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
}

.month-links {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.month-link {
  display: inline-block;
  padding: 0px 15px;
  background: #fff;
  border: 2px solid #28a745;
  text-decoration: none;
  border-radius: 6px;
  color: #28a745;
  font-weight: bold;
  transition: all 0.3s ease;
  min-width: 60px;
  text-align: center;
  cursor: pointer;
}

.month-link.active,
.month-link:hover {
  background: #28a745;
  color: white;
  transform: translateY(-2px);
}

.calendar-month {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #218839;
  border-radius: 8px;
  /* background: #fff; */
  transition: all 0.3s ease;
}

.calendar-month.hidden {
  display: none;
}

.calendar-month.active {
  display: block;
}

.calendar-month h2 {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #218839;
  letter-spacing: normal;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.calendar-day {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fafafa;
  transition: all 0.3s ease;
  position: relative;
}

/* .calendar-day:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
} */

.day-number {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  color: #333;
}

.pdf-link {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
}

.pdf-button {
  background: #007cba;
  color: white;
  padding: 0px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 12px;
  display: inline-block;
  transition: background 0.3s ease;
}

.pdf-button:hover {
  background: #005a87;
  color: white;
}

.coming-soon {
  color: #666;
  font-style: italic;
  font-size: 12px;
}

.not-available {
  color: #ccc;
}

.month-download {
  text-align: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #218839;
}

.download-zip, .download-zip-merged {
  background: #28a745;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s ease;
}

.download-zip:hover, .download-zip-merged:hover {
  background: #218838;
}

.ca-error {
  text-align: center;
  padding: 40px;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 8px;
  color: #721c24;
}

.current-affairs-calendar .year_month_wrap {
  display: flex;
  column-gap: 50px;
  align-items: center;
  justify-content: center;
}

.current-affairs-calendar .year_month_wrap div {
  min-width: 350px;
}

.current-affairs-template {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}

.year-navigation {
  text-align: center;
  margin: 30px 0;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
}

.year-links {
  margin-top: 15px;
}

.year-link {
  display: inline-block;
  padding: 0px 15px;
  margin: 0 8px;
  background: #fff;
  border: 2px solid #007cba;
  text-decoration: none;
  border-radius: 6px;
  color: #007cba;
  font-weight: bold;
  transition: all 0.3s ease;
}

.year-link.active,
.year-link:hover {
  background: #007cba;
  color: white;
}

.page-title {
  text-align: center;
  color: #333;
  margin-bottom: 10px;
}


@media (max-width: 1200px) {
  .calendar-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 768px) {
  .calendar-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .calendar-month {
    padding: 15px;
  }

  .calendar-day {
    min-height: 70px;
    padding: 8px;
  }

  .month-links {
    gap: 5px;
  }

  .month-link {
    padding: 0px 10px;
    min-width: 50px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .calendar-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .calendar-month h2 {
    font-size: 20px;
  }

  .month-links {
    gap: 3px;
  }

  .month-link {
    padding: 0px 6px;
    min-width: 45px;
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  .calendar-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


section.practical_ai_powered_services .boxes .box .pre_text{
    font-size: 18px;
    line-height: 100%;
    font-weight: 400;
    color: #4D4D4D;
    margin: 0;
}

section.practical_ai_powered_services .boxes .box p{
    display: flex;
    flex-direction: column;
    gap: 5px
}

section.practical_ai_powered_services .boxes .box .pre_text .not_inc{
    font-size: 12px;
    font-style: italic;
}


.gredient_wrap .about_section .content_data .yt_buttons{
  justify-content: start;
}


.mains-smart .quiz-questions-main .question-item .question-text{
    text-align: start;
}


.mains-smart .quiz-questions-main .answer-section .answer-main{
    text-align: start;
}

.mains-smart .quiz-questions-main .answer-section .answer-main h4{
    text-align: center;
}

.mains-smart .quiz-questions-main .answer-section .answer-main{
    text-align: start;
}

.mains-smart .quiz-questions-main .answer-section .answer-body ul li{
    text-align: start;
}

.mains-smart .quiz-questions-main .answer-section .answer-body ul{
    margin: 0;
    padding: 0 0 0 45px !important;
}

.mains-smart .quiz-questions-main .answer-section .answer-conclusion{
    text-align: start;
}

.mains-smart .quiz-questions-main .answer-section .answer-conclusion{
    text-align: start;
}

.mains-smart .quiz-questions-main .answer-section .answer-conclusion h4{
    text-align: center;
}

.navigation-wrapper {
    margin-bottom: 30px;
    justify-content: center;
    display: flex;
}

.combined-navigation {
    background: #28a745;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    text-align: center;
    max-width: max-content;
    align-items: center;
    opacity: 0.8;
}

.navigation-dropdowns {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.dropdown-group {
    display: flex;
    flex-direction: column;
}

.dropdown-group label {
    margin-bottom: 5px;
    font-weight: 600;
    /* color: #212529; */
    color: #ffffff;
}

.year-select,
.month-select {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: white;
    font-size: 14px;
    min-width: 120px;
}

.month-download {
    margin-top: 20px;
    text-align: center;
}

.download-zip, .download-zip-merged {
    background: #28a745;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

.download-zip:hover, .download-zip-merged:hover {
    background: #218838;
}

.download-zip:disabled, .download-zip-merged:disabled {
    background: #6c757d;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .navigation-dropdowns {
        flex-direction: column;
        gap: 10px;
    }
    
    .dropdown-group {
        width: 100%;
    }
    
    .year-select,
    .month-select {
        width: 100%;
    }
}


.current-affairs-calendar .calendar-months button.download-zip img, .current-affairs-calendar .calendar-months a.download-zip-merged img{
    max-width: 16px;
    max-height: 16px;
}

.current-affairs-calendar .calendar-months button.download-zip, .current-affairs-calendar .calendar-months a.download-zip-merged{
    display: flex;
    margin: 0 auto;
    gap: 10px;
    align-items: center;
}


.current-affairs-calendar .calendar-grid .pdf-link img{
    max-width: 12px;
    max-height: 12px;
}

.current-affairs-calendar .calendar-grid .pdf-link a{
    display: flex;
    margin: 0 auto;
    gap: 5px;
    align-items: center;
}


.mains-smart .quiz-questions-main .answer-section .answer-main p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    /* color: #212529; */
    color: #212529;
    line-height: 26px;
}


.mains-smart .quiz-questions-main:has(.score-summary) .question-item-wrap .question-item:nth-child(1) .question_wrap{
    background: rgb(148 198 255);
}

.mains-smart .quiz-questions-main .question-item-wrap .question-item:nth-child(1) .answer-section{
    background: rgb(207 230 255);
    color: #000000;
}


.mains-smart .quiz-questions-main:has(.score-summary) .question-item-wrap .question-item:nth-child(2) .question_wrap{
    /* background:#90DFD9; */
    background: rgb(156 255 198);
}

.mains-smart .quiz-questions-main .question-item-wrap .question-item:nth-child(2) .answer-section{
    /* background:#E5FFFB; */
    background: rgb(229 255 240);
    color: #000000;
}


.mains-smart .quiz-questions-main:has(.score-summary) .question-item-wrap .question-item:nth-child(3) .question_wrap{
    /* background:#cbed8f; */
    background: rgb(148 198 255);
}

.mains-smart .quiz-questions-main .question-item-wrap .question-item:nth-child(3) .answer-section{
    /* background:#cbed8f70; */
    background: rgb(207 230 255);
    color: #000000;
}


.mains-smart .quiz-questions-main .question-item-wrap .question-item:nth-child(1) .answer-main{
  /* background: #fbf3c5bd; */
  /* background: rgb(34 117 211); */
}
.mains-smart .quiz-questions-main .question-item-wrap .question-item:nth-child(1) .answer-body{
  /* background: #fbf3c5bd; */
  /* background: rgb(34 117 211);
  color:#ffffff; */
}
.mains-smart .quiz-questions-main .question-item-wrap .question-item:nth-child(1) .answer-conclusion{
  /* background: #fbf3c5bd; */
  /* background: rgb(34 117 211);
  color: #ffffff; */
}

.mains-smart .quiz-questions-main .question-item-wrap .question-item:nth-child(2) .answer-main{
  /* background: #d2fff8; */
  /* background: rgb(43 179 102); */
}
.mains-smart .quiz-questions-main .question-item-wrap .question-item:nth-child(2) .answer-body{
  /* background: #d2fff8; */
  /* background: rgb(43 179 102); */
}
.mains-smart .quiz-questions-main .question-item-wrap .question-item:nth-child(2) .answer-conclusion{
  /* background: #d2fff8; */
  /* background: rgb(43 179 102); */
}

.mains-smart .quiz-questions-main .question-item-wrap .question-item:nth-child(3) .answer-main{
  /* background: #dff9b7; */
  /* background: rgb(34 117 211); */
}
.mains-smart .quiz-questions-main .question-item-wrap .question-item:nth-child(3) .answer-body{
  /* background: #dff9b7; */
  /* background: rgb(34 117 211); */
}
.mains-smart .quiz-questions-main .question-item-wrap .question-item:nth-child(3) .answer-conclusion{
  /* background: #dff9b7; */
  /* background: rgb(34 117 211); */
}

.mains-smart .quiz-questions-main .question-item-wrap .question-item .answer-main{
  background: transparent;
}
.mains-smart .quiz-questions-main .question-item-wrap .question-item .answer-body{
  background: transparent;
}
.mains-smart .quiz-questions-main .question-item-wrap .question-item .answer-conclusion{
  background: transparent;
}




.upsc-section .right-text-outer a{
    width:100%;
    max-width: max-content;
    margin: 30px 0;
    margin-bottom: 0;
    gap: 10px;
  }

.why_mentorship_matters .header_content a.global-btn{
    width:100%;
    max-width: max-content;
    margin: 30px auto;
    margin-bottom: 0;}


.plans_wrapper .plan-price .amount {
    display: block;
    min-height: 64px;
}

.plans_wrapper .plan-price .amount span.cut_price{
    text-decoration:line-through;
}

.row.justify-content-center.plans_wrapper .boxes:nth-child(1) .box .button-wrap-plan, .row.justify-content-center.plans_wrapper .boxes:nth-child(2) .box .button-wrap-plan, .row.justify-content-center.plans_wrapper .boxes:nth-child(3) .box .button-wrap-plan, .row.justify-content-center.plans_wrapper .boxes:nth-child(4) .box .button-wrap-plan {
    margin-top: 0px !important;
}

.global-btn.disabled-btn {
    /* background-color: #6c6c6c !important; */
    background-color: transparent;
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
}

@media(max-width:580px){
.plans_wrapper .box .points .point {
    min-height: auto;
}
.why_mentorship_matters .header_content a.global-btn {
    gap: 8px;
    padding: 0 7px !important;
}
#who_is_this_for .lanes .lane-layout {
    padding: 12px !important;
}
}


.calendar-day {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
}

.calendar-day.past-day {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    position: relative;
}

.calendar-day.past-day::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(135deg, rgb(211 218 225 / 90%) 0%, rgba(233, 236, 239, 0.9) 100%); */
    background: #fafafa;
    border-radius: 6px;
}


.calendar-day.past-day:hover{
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.calendar-day.past-day .day-number {
    color: #6c757d;
    font-weight: normal;
}

.calendar-day.past-day .pdf-link {
    opacity: 0.8;
}

.calendar-day.current-day {
    border-color: #218838;
    border-width: 3px;
    background: linear-gradient(135deg, #e3f2fd 0%, #2188383b 100%);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
    transform: translateY(-2px);
}

.calendar-day.current-day .day-number {
    color: #218838;
    font-weight: bold;
    font-size: 1.1em;
}

.calendar-day.current-day::after {
    content: 'Today';
    position: absolute;
    top: -8px;
    right: -8px;
    background: #218838;
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    font-weight: bold;
}

.day-number {
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}

.pdf-button {
    background: #28a745;
    color: white;
    border-radius: 4px;
}

.pdf-button:hover {
    background: #218838;
    color: white;
}

.coming-soon {
    color: #786f51;
    font-size: 12px;
    font-style: italic;
}

.download-zip:disabled, .download-zip-merged:disabled {
    background: #6c757d;
    cursor: not-allowed;
}

.download-zip img, .download-zip-merged img {
    width: 16px;
    height: 16px;
}

.dropdown-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dropdown-group label {
    font-weight: bold;
    margin-bottom: 0;
}

.year-select,
.month-select {
    padding: 8px 12px;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    background: white;
    font-size: 14px;
} 


img.download_icon {
    max-width: 16px;
    max-height: 16px;
}

.why_mentorship_matters .header_content a.global-btn{
    gap: 10px;
}


.card-container {
    width: 380px;
    background: #fffad9;
    border-radius: 18px;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 1px solid #e5e5e5;
    animation: fadeIn 0.5s ease-in-out;
}

.profile-section {
    display: flex;
    gap: 18px;
    align-items: center;
}

.profile-photo {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #eef3ff;
}

.mentor-name {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    line-height: 30px;
}

.mentor-basic {
    font-size: 14px;
    color: #000000;
    margin-top: 4px;
    margin-bottom: 0;
}

/* Detail Sections */
.details-section {
    margin-top: 5px;
}

.detail-block {
    padding: 15px 0;
    /* border-bottom: 1px solid #f0f0f0; */
}

.detail-block h3 {
    font-size: 16px;
    margin-bottom: 6px;
    color: #000000;
}

.detail-block p, .card-container-wrap .profile-section p.rank_status {
    margin: 4px 0;
    font-size: 14px;
    color: #000000;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}


.elite_mentorship_circle_section .elite_mentorship_circle_wrapper{
    display: flex;
    flex-direction: column;
    gap: 70px;
    padding-bottom: 90px;
}

.elite_mentorship_circle_section .elite_mentorship_circle_wrapper .header_content{
    text-align: center;
}


.elite_mentorship_circle_section .card-container .profile-section img{
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #eef3ff;
}

.elite_mentorship_circle_section .card-container .profile-section .profile-info h2{
    letter-spacing: normal;
}


.elite_mentorship_circle_section .card-container-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.elite_mentorship_circle_section .card-container {
    flex: 0 0 calc(33.333% - 20px);  
    box-sizing: border-box;
}

@media(max-width:1024px){
.elite_mentorship_circle_section .card-container {
    flex: 0 0 calc(50% - 20px);  
}
}

@media(max-width:1024px){
.elite_mentorship_circle_section .card-container {
    flex: 0 0 calc(48.8% - 0px);  
}
}

@media(max-width:880px){
.elite_mentorship_circle_section .card-container {
    flex: 0 0 calc(100% - 0px);  
}
}


.mains-smart .quiz-questions-main .question-item-wrap .question-item:nth-child(1) .question_wrap{
    /* border: 1px solid #FCE17F; */
    /* background: #5b95e7; */
    background: linear-gradient(90deg, rgba(9, 88, 180, 0.5) 0%, rgb(9, 88, 180) 100%);
}

.mains-smart .quiz-questions-main .question-item-wrap .question-item:nth-child(2) .question_wrap{
    /* border: 1px solid #90DFD9; */
    /* background: #7BD1EA; */
    background: linear-gradient(90deg, rgba(68, 189, 120, 1) 0%, rgb(43 146 163) 100%);
}

.mains-smart .quiz-questions-main .question-item-wrap .question-item:nth-child(3) .question_wrap{
    /* border: 1px solid #cbed8f; */
    /* background: #5b95e7; */
    background: linear-gradient(90deg, rgba(9, 88, 180, 0.5) 0%, rgb(9, 88, 180) 100%);
}

footer img.foot_cs_img{
    max-width: 300px;
    object-fit: cover;
    border-radius: 12px;
}

@media(max-width:580px){
    footer img.foot_cs_img{
    display: flex;
}
}

.current-affairs-calendar .combined-navigation h3{
  color: #ffffff;
}

.calendar-month .calendar-day:not(.past-day):not(.current-day)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(211 218 225 / 90%) 0%, rgba(233, 236, 239, 0.9) 100%);
    border-radius: 6px;
    z-index: 0;
}


.mains-smart .quiz-questions-main .question-item-wrap .question-item .question_wrap .question-text{
  color: #000;
  margin: 0;
}

.mains-smart .quiz-questions-main .question-item-wrap .question-item .question_wrap{
  border-radius: 12px;
}

.mains-smart .quiz-questions-main .question-item-wrap .question-item {
  border-radius: 12px;
}


.mains-smart .quiz-questions-main:has(.score-summary) .question-item-wrap .question-item .question_wrap .question-text{
  /* color: #2c3e50; */
  color: #000000;
}

.mains-smart .quiz-questions-main:has(.score-summary) .question-item-wrap .question-item .question_wrap{
  border-radius: unset;
}

.mains-smart .quiz-questions-main:has(.score-summary) .question-item-wrap .question-item{
  border-radius: unset;
}


.quiz-questions-main .success p{
    font-size: 16px;
}


.current-affairs-template .container  {
    background: linear-gradient(135deg, #e3f6e9 0%, #a9e7bb 100%);
    padding: 40px 40px;
}

.current-affairs-template .container {
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.current-affairs-template h1.page-title{
  font-size: 30px;
  margin-bottom: 30px;
  line-height: normal;
}

/* section#elite_mentorship_circle_section .card-container-wrap .card-container:nth-child(1){
    background:#fbf3c5bd;
}

section#elite_mentorship_circle_section .card-container-wrap .card-container:nth-child(2){
    background:#d2fff8;
}

section#elite_mentorship_circle_section .card-container-wrap .card-container:nth-child(3){
    background:#dff9b7;
}

section#elite_mentorship_circle_section .card-container-wrap .card-container:nth-child(4){
    background:#d2fff8;
}

section#elite_mentorship_circle_section .card-container-wrap .card-container:nth-child(5){
    background:#dff9b7;
}

section#elite_mentorship_circle_section .card-container-wrap .card-container:nth-child(6){
    background:#fbf3c5bd;
} */


section#elite_mentorship_circle_section .detail-block h3{
    background: #F1DF76;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
    border-radius: 10px 10px 0px 0px;
}

section#elite_mentorship_circle_section .detail-block p{
    background: #FCF6D5;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

section#elite_mentorship_circle_section .detail-block p:last-child{
    border-radius: 0 0 10px 10px;
}

section#elite_mentorship_circle_section .detail-block.mentor h3{
    background: #97D97C;
}

section#elite_mentorship_circle_section .detail-block.mentor p{
    background: #E0FCD4;
}

.detail-block p{
  color: #000000;
}

div.answer-conclusion{
  padding:0;
  margin: 0;
}

.mains-smart .quiz-questions-main .answer-section .answer-body ul li br{
    display: none;
}

.mains-smart .quiz-questions-main .answer-section .answer-body ul li{
    list-style: disc;
}

.mains-smart .quiz-questions-main .answer-section .answer-body ul li::marker {
    content: "";
}

.mains-smart .quiz-questions-main .question-item-wrap .question-item .answer-body{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 0px;
}


footer .footer-inner-wrap h6.follow-heading{
    text-align: center;
}
footer .footer-inner-wrap .social-icons{
    text-align: center;
    margin-right: -20px;
}

@media (min-width: 768px) {
    .ps-md-5 {
        padding-left: 0rem !important;
    }
}

@media(max-width:580px){
      footer .footer-inner-wrap h6.follow-heading{
    text-align: start;
}
footer .footer-inner-wrap .social-icons{
    text-align: start;
    margin-right: 0px;
}
    .header_content h1 {
        font-size: 22px;
    }
        section#podcast_banner_sec .podcast_banner_sec-wrapper .header_content .img_title {
        gap: 4px;
    }

}
@media (min-width:992px)  and (max-width:1020px){
  .about_section-wrapper .content_data .right_side{
        margin: 0;
    min-height: 498px !important;
  }
}
@media(max-width:1366px){
  footer img.foot_cs_img{
    max-width: 200px;
  }
}


@media(max-width:768px){
  footer .footer-inner-wrap .social-icons{
    margin-right: -15px;
}
.current-affairs-calendar .calendar-months .month-download {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pdf-button{
  padding: 0 7px;
  line-height: 24px;
}
}

.mains-smart .quiz-questions-main .question-item-wrap .question-item .answer-conclusion{
  color: #212529;
}


.elite_mentorship_circle_section .profile-section .img_bdg_wrap {
    position: relative;
    display: inline-block;
}

.elite_mentorship_circle_section .profile-section .absl_badge::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -5px;
    width: 40px;
    height: 40px;
    background-image: url("/wp-content/uploads/2025/11/golden_badge-Photoroom.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}


.outer-bg {
    background: #fff;
    border-radius: 9px;
    padding: 10px;
    min-height: 310px;
}

.mains-smart .quiz-questions-main .question-item-wrap .question-item:nth-child(1) .question_wrap{
background: linear-gradient(90deg, rgb(207 230 255) 0%, rgb(148 198 255) 100%);
}

.mains-smart .quiz-questions-main .question-item-wrap .question-item:nth-child(2) .question_wrap {

    background: linear-gradient(90deg, rgba(229, 255, 240, 1) 0%, rgb(156 255 198) 100%);
}
.mains-smart .quiz-questions-main .question-item-wrap .question-item:nth-child(3) .question_wrap{
    background: linear-gradient(90deg, rgb(207 230 255) 0%, rgb(148 198 255) 100%);
}


.elite_mentorship_circle_section .card-container{
   box-shadow: 0 10px 30px #cff9f687;
}

section#elite_mentorship_circle_section .detail-block h3{
        background: #f1df7694;
}

section#elite_mentorship_circle_section .detail-block.mentor h3 {
    background: #97d97c73;
}

.mains-smart .boxes .question-item .answer-section .answer-body p, .mains-smart .boxes .question-item .answer-section .answer-body ul li {
    line-height: 20px !important;
    position: relative;
    list-style: none !important;
}

.mains-smart .boxes .question-item .answer-section .answer-body ul li:after {
    content:'';
    position: absolute;
    left: -17px;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
}


.login-signup {
    padding: 50px 0;
    background: url('/wp-content/uploads/2025/11/login_bg_new-2.jpg') no-repeat center /cover;
}

.login-signup .signin_wrap {
    display: flex;
    width: 100%;
}

.login-signup .signin_wrap .img_wrap {
    display: flex;
    gap: 20px;
    /* align-items: baseline; */
}

.login-signup .signin_wrap .img_wrap img {
    max-width: 90px;
   object-fit: contain;
}

.login-signup .signin_wrap .login-container {
    margin: 0;
    max-width: 100%;
    width: 38% !important;
}

.login-signup .signin_wrap .left_content {
    width: 50% !important;
}


.login-signup .signin_wrap .left_content .bottom_content {
    padding-right: 58px;
}

.login-signup .signin_wrap .img_wrap h1 {
    margin: 36px  0 0px 0;
    line-height: 1;
    font-size: 52px;
    color: #fff;
}

.login-signup .signin_wrap .left_content .login-header {
    margin-bottom: 43px;
}

.login-signup .signin_wrap .left_content .login-header p {
    margin: 16px 0 0  0;
    color: #fff;
    text-align: left;
    font-size: 28px;
}

.login-signup .signin_wrap .login-container button.tab-button {
    color: #fff;
}

.login-signup .signin_wrap .login-container button.tab-button.active {
    color: #092030 ;
}


@media(max-width:991px){
.login-signup .signin_wrap .img_wrap img {
    max-width: 60px;}
    .login-signup .signin_wrap .img_wrap h1 {
    margin: 25px 0 0px 0;
    line-height: 1;
    font-size: 38px;
   
}
.login-signup .signin_wrap .left_content .login-header p {
    font-size: 18px;
}
section.upsc_group_mentorship .boxes .box.box-2 {
    padding: 45px;
}
}
@media(max-width:767px){
  footer .footer-inner-wrap .social-icons{
    margin-right: -15px;
}

.login-signup .signin_wrap .img_wrap {
    gap: 10px;
}

.login-signup .signin_wrap .login-container,
.login-signup .signin_wrap .left_content {
    width: 100% !important;
}
.login-signup .signin_wrap {
    flex-wrap: wrap;
}
}


section#notes-section_main .card-body a{
    display: flex;
    gap: 10px;
}

section.practical_ai_powered_services .box.box-1 a.disabled-btn{
    cursor: no-drop !Important;
}

a.disabled-btn {
    pointer-events: auto !important;
}

section.practical_ai_powered_services .box.box-4 a.disabled-btn{
    cursor: no-drop;
}

section.mcq .questions_type .primium_text{
    font-size: 14px;
    color: #000000;
    font-style: italic;
    margin: 0;
}

.mcq .questions_type .question_type_head{
    display: flex;
    align-items: center;
    gap: 10px;
}


section.practical_ai_powered_services .boxes .box.box-1 a.disabled-btn{
    background: #3993ff;
}

section.practical_ai_powered_services .boxes .box.box-4 a.disabled-btn{
    background: #ff77a4;
}


.current-affairs-calendar .calendar-months .month-download{
    display: flex;
    justify-content: center;   
    align-items: center;       
    gap: 30px;                  
}

.current-affairs-calendar .calendar-months .month-download button, .current-affairs-calendar .calendar-months .month-download a{
    max-width: max-content;
    margin: 0;
    line-height: normal;
}

section.hero-section .hero-section-content a.global-btn:hover{
    color: #fff;
    background-color: #0959B1; 
}


button#send_otp_btn {
    background: #3FD8D1;
    color: #150314;
    /* width: 100%; */
    padding: 12px;
    background: #3498db;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
}


a.download-zip-merged {
pointer-events: none;
opacity: 0.6; 
}


.login-form-wrapper .mobile-input {
    display: flex;
    align-items: center;
    width: 100%;
}

.login-form-wrapper .prefix {
    padding: 9px 8px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 10px 0 0 10px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
}

.login-form-wrapper #mobile_number,
.login-form-wrapper #reg_mobile_number {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-left: none;
    border-radius: 0 10px 10px 0;
}
.login-form-wrapper .face-icon {
    display: flex;
    gap: 20px;
    align-items: center;
}
.login-form-wrapper .face-icon {
    display: flex;
    align-items: center;
}
.face-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block;
    position: relative;
    bottom: 11px;
}

.form-submit input[type=submit] {
    background: #0959b1 !important;;
    color: #fff !important;
    transition: 0.2s;
    border-radius: 10px;
}

.form-submit input[type=submit]:hover {
    background: #0959b1 !important;
    color: #fff !important;
    border-radius: 10px;
}

section.notes-section .notes-section-wrapper .notes-section-outer .notes-section-inner .card-body.third {
    border: 4px solid #b8deff;
    border-radius: 20px;360
    height: 219px;
}


.page-template-templatesmcq_template-php .question-text {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c3e50;
    line-height: 1.5;
    flex: 1;
    background: linear-gradient(90deg, rgb(207 230 255) 0%, rgb(148 198 255) 100%);
    padding: 20px 0;
}

@media(max-width:1439px){
	.login-signup {
    padding: 5px 0 40px;

}
	.login-form-wrapper {
    padding: 20px !important;
 
}
.login-form-wrapper h2 {
    font-size: 30px;
    text-align: left !important;
    line-height: normal;
}
	.face-icon img {
    width: 50px;
    height: 50px;
}
	.login-form-wrapper .login-subtitle {
    margin-bottom: 17px;
}
		.login-form-wrapper .form-submit {
    margin-top: 15px;
}
}


div#otp_box {
    margin-top: 15px;
}

@media(max-width:1280px){
section.hero-section h1 {
    font-size: 30px;
}
}

@media(max-width:567px){
	section.hero-section .container .row {
    padding: 40px 0px;
}

section.hero-section .container .row .hero-section-content h1 {
    font-size: 28px;
    line-height: normal;
}

section.hero-section .hero-section-content {padding-left: 0;padding-right: 0 !important;}

.hero-section-content h3.hero-section-subheading {
    margin-bottom: 20px;
}

section.hero-section .container .row .hero-section-content {
    padding: 0 !important;
}

section.hero-section h3.hero-section-subheading {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

section.hero-section .hero-section-content h3.hero-section-subheading span {
    margin-top: 10px !important;
    font-size: 17px;
    line-height: 1.2;
}


section.hero-section h3.hero-section-subheading b {
    margin-bottom: 0 !important;
}
}

body.archive.author.author-admin .post {
    padding: 0 15px;
    margin-bottom: 40px;
}

section.notes-section .notes-section-wrapper .notes-section-outer .notes-section-inner .card-body h5.card-title {
    min-height: 64px;
}

section.notes-section .notes-section-wrapper .notes-section-outer .notes-section-inner .card-body {
    min-height: 248px;
}

.meet_our_advisors_section .box .designation {
    min-height: 60px;
}

.meet_our_advisors_section .box p {
    margin-bottom: 20px;
}