body {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  /* background-color: #F8F9FA; */
}
.home-new-layout{
  position: relative;
}
input:focus {
  box-shadow: none !important;
  border-color: #dee2e6 !important;
}
a {
  color: #1D4ED8;
  text-decoration: none;
}
a:hover {
  color: rgb(1.358490566, 53.6603773585, 106.641509434);
  text-decoration: none;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1D4ED8;
    --bs-btn-border-color: #1D4ED8;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1D4ED8;
    --bs-btn-disabled-border-color: #1D4ED8;
}

p:last-child {
  margin-bottom: 0px;
}

.top-header {
  display: flex;
  align-items: center;
  min-height: 40px;
  font-size: 0.75rem;
  color: #EBEBEB;
  background: linear-gradient(90deg, #005DA3 2.43%, #009746 100%);
}
@media screen and (max-width: 991px) {
  .top-header {
    padding-top: 10px;
  }
}
.top-header .top-header-right {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .top-header .top-header-right {
    margin-top: 10px;
  }
}
.top-header .top-header-right ul.navigation-links {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .top-header .top-header-right ul.navigation-links {
    flex-wrap: wrap;
  }
}
.top-header .top-header-right ul.navigation-links li {
  margin: 0px;
  padding: 0px;
  display: inline-flex;
  align-items: center;
}
.top-header .top-header-right ul.navigation-links li:after {
  padding: 0px 15px;
  content: "|";
  color: #ebebeb;
}
.top-header .top-header-right ul.navigation-links li:last-child:after {
  padding: 0px;
  content: "";
}
.top-header .top-header-right ul.navigation-links li a {
  color: #EBEBEB;
  text-decoration: none;
}
.top-header .top-header-right ul.navigation-links li .fontresize {
  display: inline-flex;
  align-items: center;
}
.top-header .top-header-right ul.navigation-links li .fontresize button {
  font-family: "Playfair Display", sans-serif !important;
  color: #ebebeb;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
}
.top-header .top-header-right ul.navigation-links li .fontresize button:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.top-header .top-header-right ul.navigation-links li .fontresize button.active {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.top-header .top-header-right ul.navigation-links li button.dark-mode-toggle {
  background-color: transparent;
  border: none;
}
.top-header .top-header-right ul.navigation-links li ul.dropdown-menu {
  margin: 0px;
  padding: 0px;
  min-width: 180px;
  max-height: 300px;
  overflow-y: auto;
  transition: opacity 0.1s ease;
}
.top-header .top-header-right ul.navigation-links li ul.dropdown-menu li {
  padding: 10px 15px;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid rgba(12, 78, 158, 0.1490196078);
}
.top-header .top-header-right ul.navigation-links li ul.dropdown-menu li button.dark-mode-toggle svg path {
  fill: #fff;
}
.top-header .top-header-right ul.navigation-links li ul.dropdown-menu li:after {
  content: "";
}
.top-header .top-header-right ul.navigation-links li ul.dropdown-menu li:hover {
  background-color: transparent;
}
.top-header .top-header-right ul.navigation-links li ul.dropdown-menu li:active {
  font-weight: 700;
}
.top-header .top-header-right ul.navigation-links li ul.dropdown-menu::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 9px;
  height: 0.3125rem;
}
.top-header .top-header-right ul.navigation-links li ul.dropdown-menu::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.top-header .top-header-right ul.navigation-links li ul.dropdown-menu::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.top-header .bhashini-dropdown-btn-icon svg path {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.top-header .bhashini-plugin-container .bhashini-dropdown .bhashini-dropdown-btn .bhashini-dropdown-btn-icon {
  width:24px !important;
  height: 24px !important;
}
.top-header .bhashini-plugin-container .bhashini-dropdown ul.bhashini-dropdown-content li {
  display: block !important;
}
.top-header .bhashini-plugin-container .bhashini-dropdown ul.bhashini-dropdown-content li::after {
  padding: 0px !important;
  content: "" !important;
}
.header {
  box-shadow: 0 0.125rem 0.875rem 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.header .navbar-nav {
  margin-left: 20px;
}
.header .navbar .navbar-brand img.diksha-logo{
    height: 60px;
  }
.header .navbar-nav .nav-item a.nav-link {
  padding: 0px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #202020;
  line-height: 3;
  border-radius: 8px;
}
.header .navbar-nav .nav-item a.nav-link:hover, .header .navbar-nav .nav-item a.nav-link.active {
  color: #ffffff !important;
  background: #1D4ED8 !important;
}

@media screen and (max-width: 991px) {
  .header .navbar-nav {
    margin-left: 0px;
  }
  .header .navbar-nav .nav-item a.nav-link {
    padding: 10px 15px;
    line-height: 1.5;
  }
}
.login, .profile-dropdown {
  display: none;
}

.logged-out .login {
  display: block;
}
.logged-in .login {
  display: none;
}
.logged-out .profile-dropdown {
  display: none;
}
.logged-in .profile-dropdown {
  display: block;
}
@media screen and (max-width: 991px) {
  .header .navbar .navbar-brand {
    width: 100%;
  }
}
.header .navbar .search .form-control {
  border-width: 1px 0px 1px 1px;

}
.header .navbar .search button {
  border-width: 1px 1px 1px 0px;
  background: transparent;
  color: #333;
  border-color: #dee2e6;
}
.required {
  color: #DF0404;
}
h2.section-title {
  font-family: "Playfair Display", sans-serif !important;
  font-size: 48px;
  font-weight: 600;
  color: #202020;
}
h3.section-subtitle {
  font-size: 36px;
  font-weight: 600;
  color: #202020;
}
.primary-text {
  color: #1D4ED8;
}
.browse-by-content {
  background: linear-gradient(261.1deg, #EBF7FB 0%, #FFFFFF 50.48%, #FFF8EE 100%);
}
.browse-by-content .card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  word-break: break-word;
}
.browse-by-content .card:hover {
  translate: 0 calc(0.25rem * -2);
  transition-duration: 300ms;
  box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 991px) {
  .browse-by-content .card:hover {
    translate: none;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  }
}
.browse-by-content .card .card-header {
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: none;
  background-color: #ffffff;
}
.browse-by-content .card .card-header h6 {
  font-family: Lato;
  font-size: 24px;
  font-weight: 900;
}
.browse-by-content .card .card-header img {
  padding: 10px;
  width: 48px;
  height: 48px;
  font-size:24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);

}
.browse-by-content .card .card-header  img.textbooks {
  background: linear-gradient(135deg, #05DF72 0%, #00C950 100%);
}
.browse-by-content .card .card-header  img.videos {
  background: linear-gradient(135deg, #FB64B6 0%, #F6339A 100%);
}
.browse-by-content .card .card-header  img.interactive-content {
  background: linear-gradient(135deg, #9A76FF 0%, #8459FF 100%);
}
.browse-by-content .card .card-header  img.courses {
  background: linear-gradient(135deg, #FF8904 0%, #FF6900 100%);
}
.browse-by-content .card .card-body {
  padding: 1rem;
}
.browse-by-content .card .card-body .card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #434141;
}
.browse-by-content .card .card-body .card-text {
  font-size: 0.875rem;
  color: #434141;
}
.browse-by-content .card .card-body .viewall {
  color: #1D4ED8;
}
.browse-by-content .card .card-body .viewall:hover {
  text-decoration: underline;
}

.banner-section {
  
}
.banner-section .empowering-future {
  background: linear-gradient(261.1deg, #D3F1FB 0%, #FFFFFF 50.48%, #FFEDD4 100%);
}
.banner-section .empowering-future span.ministry-name {
  font-size: 14px;
  border-radius: 10px;
  background: linear-gradient(90deg, #DCFCE7 0%, #FFFFFF 50%, #DCFCE7 100%);
}
.banner-section .empowering-future h2 {
  font-size: 48px;
  font-weight: 700;
}
.banner-section .empowering-future h2 span {
  color: #1D4ED8;
  background: -webkit-linear-gradient(90deg, #F54900 50%, #FF6900 50%), -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-section .language-buttons {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  left: 50%;
  display: flex;
  transform: translate(-50%, 0px);
}
.banner-section .language-buttons a.ant-btn {
  margin: 0px 10px;
  font-size: 18px !important;
  text-transform: capitalize;
  font-weight: 700;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Lato', sans-serif;
  line-height: 20px;
  border-radius: 15px;
  width: 270px !important;
}
.banner-section .language-buttons a.ant-btn.btn-kumbh-mela {
  color: #ed1b24 !important;
  border: 3px solid #fff;
  box-shadow: 0px 4px 4px 0px #507116;
  background: #fdfe00;
}
.banner-section .language-buttons a.ant-btn.btn-constitution-day {
  color: #000 !important;
  border: 3px solid #fff2d6;
  box-shadow: 0px 4px 4px 0px #b98f7a;
  background: #ffb001;
}
.banner-section .language-buttons a.ant-btn.btn-birsa-munda {
  color: #fff !important;
  border: 3px solid #d09391;
  box-shadow: 0px 4px 4px 0px #68441c;
  background: #c5262a;
}
.banner-section .language-buttons a.ant-btn.btn-virasat-and-vikas {
  color: #fff !important;
  border: 3px solid #ffe69e;
  box-shadow: 0px 4px 4px 0px #897135;
  background: #c6252d;
}
.banner-section .language-buttons a.ant-btn.btn-national-space-day {
  color: #000 !important;
  border: 3px solid #fff;
  box-shadow: 0px 4px 4px 0px #000;
  background: #05d3fb;
}
.banner-section .language-buttons a.ant-btn.btn-india-new-criminal-law {
  color: #fff !important;
  border: 3px solid #fff;
  box-shadow: 0px 4px 4px 0px #000;
  background: #4f5a8d;
}
.banner-section .slick-slide img {
    height: 240px;
}
@media screen and (max-width:991px) {
  .banner-section .language-buttons {
    padding: 5px 0px;
    position: absolute;
    z-index: 99;
    bottom: 0px;
    left: 50%;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    transform: translate(-50%, 0px);
    text-align: center;
    align-items: center;
    width: 100%;
    /* background: #ecf6ff; */
  }
  
  .banner-section .slick-slide img {
      height: 100px;
  }
  .banner-section .language-buttons a.ant-btn {
    margin: 0px 3px;
    font-size: 11px !important;
    font-weight: 500;
    height: 20px !important;
    line-height: 14px;
    border-radius: 5px;
    width: 160px !important;
    border-width: 2px !important;
    box-shadow: none !important;
  }
}
.banner-section .slick-dotted.slick-slider {
  margin: 0px;
}
.banner-section .slick-dots {
  bottom: 0px;
}
.banner-section .slick-slider .slick-prev {
  left: 15px !important;
}
.banner-section .slick-slider .slick-next {
  right: 15px !important;
}
@media screen and (max-width: 991px) {
  .banner-section .slick-dots {
    bottom: -30px;
  }  
  .banner-section .slick-slider .slick-prev {
    left: 5px !important;
  }
  .banner-section .slick-slider .slick-next {
    right: 5px !important;
  }
}

.browse-by-subject {
  background-color: #ffffff;
}
.browse-by-subject a.subjects {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  font-size: 14px;
  color: #202020;
  line-height: normal;
  border-radius: 20px;
  word-break: break-word;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background: #FAF9F7;
}
.browse-by-subject a.subjects i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  color:#1D4ED8;
}
.browse-by-subject a.subjects:hover {
  translate: 0 calc(0.25rem * -2);
  transition-duration: 300ms;
  box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 991px) {
  .browse-by-subject a.subjects:hover {
    translate: none;
    box-shadow: 0px 2px 6px 0px  rgba(0, 0, 0, 0.25);

  }
}
.browse-by-grade {
  background: #F9F9F9;
}
.browse-by-grade .card {
  border: 2px solid #BBBBBB;
  border-radius: 15px;
  cursor: pointer;
}
.browse-by-grade .card .card-header {
  display: flex;
  align-items: center;
  border: none;
  background-color: transparent;
}
.browse-by-grade ul.nav-tabs {
  border: none;
  width: 85%;
}
.browse-by-grade ul.nav-tabs li.nav-item {
  flex: 1 1 0px;
}
.browse-by-grade ul.nav-tabs li.nav-item button.nav-link {
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  color: #202020;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition: all 0.3s ease;
  transition-duration: 300ms;
  border: 2px solid #BBBBBB;
  background-color: #fff;
}

.browse-by-grade ul.nav-tabs li.nav-item button.nav-link small {
  font-size: 14px;
  font-weight: 400;
}
.browse-by-grade ul.nav-tabs li.nav-item button:hover {
  color:#fff;
  transition-duration: 300ms;
  scale: 105% 105%;
  border-color: #1D4ED8;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background:#1D4ED8;
}
.browse-by-grade ul.nav-tabs li.nav-item button.nav-link.active {
  font-weight: 900;
  color:#fff;
  transition-duration: 300ms;
  border-color: #1D4ED8;
  background:#1D4ED8;
}
.browse-by-grade ul.nav-tabs li.nav-item button.nav-link.active:hover {
  scale: none;
  cursor: default;
}
.browse-by-grade ul.nav-tabs li.nav-item button.nav-link.active small {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .browse-by-grade ul.nav-tabs {
    border: none;
    width: 100%;
  }
  .browse-by-grade ul.nav-tabs li.nav-item button.nav-link {
    font-size: 14px;
    font-weight: 900;
  }
  .browse-by-grade ul.nav-tabs li.nav-item button:hover {
    scale: 100% 100%;
  }
  .browse-by-grade ul.nav-tabs li.nav-item button.nav-link small, .browse-by-grade ul.nav-tabs li.nav-item button.nav-link.active small {
    font-size: 12px;
  }
  
  .browse-by-grade ul.nav.explore-study-tab {
    display: flex;
    flex-wrap: wrap;
  }
  .browse-by-grade ul.nav.explore-study-tab li.nav-item {
    flex: 0 0 calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
  }
  .browse-by-grade ul.nav li.nav-item button.nav-link {
    font-size: 16px;
    width: 100%;
  }
  .browse-by-grade ul.nav li.nav-item button.nav-link small {
    font-size: 12px;
  }
}
.browse-by-grade button {
  height: 100%;
}
.browse-by-grade .nistha-course-nav-link {
  margin: 5px 0px;
  padding: 0px 15px;
  width: 100%;
  display: flex;
  align-items: stretch;
}
.browse-by-grade .nistha-course-nav-link .nistha-course-card {
  padding: 15px;
  display: flex;
  width: 100%;
  border-radius: 20px;
  align-items: start;
  justify-content: start;
  cursor: pointer;
  width: 100%;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background: #fff;
}
.browse-by-grade .nistha-course-nav-link .nistha-course-card:hover {
  translate: 0 calc(0.25rem * -2);
  transition-duration: 300ms;
  box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.25);
}
.browse-by-grade .nistha-course-nav-link .nistha-course-card .book-image {
  width: 110px;
  height: 150px;
  display: flex;
  align-items: start;
  justify-content: start;
}
.browse-by-grade .nistha-course-nav-link .nistha-course-card .book-image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  border-radius: 10px;
  height: 150px;
}
.browse-by-grade .nistha-course-nav-link .nistha-course-card .nistha-course-detail {
  margin-left: 15px;
  width: 100%;
  text-align: left;
}
.browse-by-grade .nistha-course-nav-link .nistha-course-card .nistha-course-detail .course-strip {
  display: none;
}
.browse-by-grade .nistha-course-nav-link .nistha-course-card .nistha-course-detail .book-detail {
  margin-bottom: 15px;
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.browse-by-grade .nistha-course-nav-link .nistha-course-card .nistha-course-detail .book-detail .course-icon {
  display: none;
}
.browse-by-grade .nistha-course-nav-link .nistha-course-card .nistha-course-detail .course-title {
  margin-bottom: 10px;
  display: block;
}
.browse-by-grade .nistha-course-nav-link .nistha-course-card .nistha-course-detail .course-title h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  max-width: 25ch;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  min-height: 2.85rem;
}
.browse-by-grade .nistha-course-nav-link .nistha-course-card .nistha-course-detail .bmc-detail {
  font-size: 15px;
  font-weight: 500;
}
.browse-by-grade .nistha-course-nav-link .nistha-course-card .nistha-course-detail .bmc-detail p {
  margin-bottom: 5px;
}
.browse-by-grade .nistha-course-nav-link .nistha-course-card .nistha-course-detail .bmc-detail p a {
  color:#202020;
  cursor: default;
  text-decoration: none;
}
.browse-by-grade .nistha-course-nav-link .nistha-course-card .nistha-course-detail .bmc-detail p a:hover {
  color:#202020;
}
.browse-by-grade .nistha-course-nav-link .nistha-course-card .nistha-course-detail .bmc-detail p:last-child {
  margin-bottom:0px;
}
.browse-by-grade .carousel-indicators {
  display: none;
}
.browse-by-grade .carousel .carousel-control-next, .browse-by-grade .carousel .carousel-control-prev {
  width: 36px;
  height: 36px;
  display: block;
  top:40%;
}
.browse-by-grade .view-btn-div .btn.disabled {
  color: #fff !important;
  border-color: #CCCCCC !important;
  background-color: #CCCCCC !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  background-image: none;
  width: 36px;
  height: 36px;
  display: block;
  top:40%;
  z-index: 9;
}
.browse-by-grade .carousel .carousel-control-next {
  right: -50px;
}
.browse-by-grade .carousel .carousel-control-prev {
  left: -50px;
}
@media screen and (max-width: 991px) {
  .browse-by-grade .carousel .carousel-control-next {
    right: 0px;
  }
  .browse-by-grade .carousel .carousel-control-prev {
    left: 0px;
  }
}
.browse-by-grade .carousel-control-prev-icon:before, .browse-by-grade .carousel-control-next-icon:before {
  background: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: "FontAwesome";
  font-size: 0.75rem;
  color: #000; 
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.browse-by-grade .carousel-control-prev-icon:before {
    content: "\f060";
}
.browse-by-grade .carousel-control-next-icon:before {
    content: "\f061";
}
.parent-study-carousel:not(.arrow-exist) .carousel-control-prev, .parent-study-carousel:not(.arrow-exist) .carousel-control-next {
  display: none;
}
/* .browse-by-grade .gradesubjects .card {
  position: relative;
  z-index: 9;
  border: none;
  border-radius: 1rem;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.browse-by-grade .gradesubjects .card:hover {
  translate: 0 calc(0.25rem * -2);
  transition-duration: 300ms;
  box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.25);
} */

.browse-by-tenant {
  background-color: #fff;
}
.browse-by-tenant .card {
  cursor: pointer;
  border-radius: 20px;
  word-break: break-word;  
}
.browse-by-tenant .card:hover {
  scale: 105% 105%;
  transition-duration: 300ms;
  box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 991px) {
  .browse-by-tenant .card:hover {
    scale: 100% 100%;
  }
}
.browse-by-tenant .col-md-3:nth-child(4n+1) .card {
  border: 1px solid #D6E8FF;
  background-color: #EFF6FF;
}
.browse-by-tenant .col-md-3:nth-child(4n+2) .card {
  border: 1px solid #FDDAED;
  background-color: #FDF2F8;
}
.browse-by-tenant .col-md-3:nth-child(4n+3) .card {
  border: 1px solid #DED3FB;
  background-color: #F0ECFB;
}
.browse-by-tenant .col-md-3:nth-child(4n+4) .card {
  border: 1px solid #FFE9CF;
  background-color: #FFF7ED;
}
.browse-by-tenant .card .card-body {
  padding: 1rem;
}
.browse-by-tenant .card .card-body .stage-icon {
  padding: 10px;
  width: 68px;
  height: 68px;
  object-fit: contain;
  font-size:24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #fff;
}
.browse-by-tenant .card .card-body .tenant-title {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
}
.browse-by-tenant .card .card-body .tenant-description {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .browse-by-tenant .card .card-body .tenant-title {
    font-size: 20px;
  }
  .browse-by-tenant .card .card-body .tenant-description {
    font-size: 14px;
    font-weight: 500;
  }
}
.browse-by-tenant .card .card-footer {
  cursor: pointer;
  border-top: none;
  background: transparent;
}
.browse-by-tenant .card .card-footer a:hover {
  text-decoration: underline;
}

.focus-areas {
  background-color: #F9F9F9;
}
.focus-areas .slick-slider .slick-list {
  height: 100%;
}
.focus-areas .slick-slider .slick-list .slick-track {
  display: flex !important;
}
.focus-areas .slick-slider .slick-list .slick-track .slick-slide {
  padding: 15px;
  align-items: stretch;
  height: inherit !important;
}
@media screen and (max-width: 991px) {
  .focus-areas .slick-slider .slick-list .slick-track .slick-slide {
    padding: 0px;
  }
}
.focus-areas .card {
  overflow: hidden;
  cursor: pointer;
  border: none;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.875rem 0 rgba(0, 0, 0, 0.1);
}
.focus-areas .card:hover {
  translate: 0 calc(0.25rem * -2);
  transition-duration: 300ms;
  box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 991px) {
  .focus-areas .card:hover {
    translate: none;
  }
}
.focus-areas .card .card-header {
  border: none;
  background-color: transparent;
}
.focus-areas .slick-slide .card .card-header .stage-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}
.focus-areas .slick-slide:nth-child(4n + 1) .card .card-header .stage-icon {
  border: 1px solid #D6E8FF;
  background: #EFF6FF;
}
.focus-areas .slick-slide:nth-child(4n + 2) .card .card-header .stage-icon {
  border: 1px solid #FDDAED;
  background: #FDF2F8;
}
.focus-areas .slick-slide:nth-child(4n + 3) .card .card-header .stage-icon {
  border: 1px solid #DED3FB;
  background: #F0ECFB;
}
.focus-areas .slick-slide:nth-child(4n + 4) .card .card-header .stage-icon {
  border: 1px solid #FFE9CF;
  background: #FFF7ED;
}
.focus-areas .card .card-body {
  padding: 1rem;
}
.focus-areas .card .card-body h3 {
  font-size: 20px;
  font-weight: 900;
  color: #434141;
}
.focus-areas .card .card-body .area-icon {
  padding: 10px;
  width: 100%;
  height: 85px;
  font-size:48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #eee;
}
.focus-areas .card .card-footer {
  color: #1D4ED8;
  border: none;
  background: transparent;
}

.our-community .card {
  border-radius:15px;
  border: 2.5px solid #BBBBBB;
}
.our-community .card .card-header {
  border-bottom: none;
  background-color: transparent;
}
.our-community .card:hover {
  translate: 0 calc(0.25rem * -2);
  transition-duration: 300ms;
  box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 991px) {
  .our-community .card:hover {
    translate: none;
  }
}
.our-community .slick-slider .slick-list {
  height: 100%;
}
.our-community .slick-slider .slick-list .slick-track {
  display: flex !important;
}
.our-community .slick-slider .slick-list .slick-track .slick-slide {
  padding: 15px;
  align-items: stretch;
  height: inherit !important;
}

@media screen and (max-width: 991px) {
  .our-community .slick-slider .slick-list .slick-track .slick-slide {
    padding: 0px;
  }
}
.slick-slider .slick-dots {
  bottom: -35px;
}
.slick-slider .slick-dots li {
  margin: 0px;
  list-style: none;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
}
.slick-slider .slick-dots li button:before {
  display: flex !important;
  align-items: center;
  justify-content: center;
  content: " ";
  height: 10px;
  width: 10px;
  cursor: pointer;
  border: 1px solid #1D4ED8;
  border-radius: 16px;
  background: #fff;
  transition: all 0.3s ease;
  opacity: 1;
}
.slick-slider .slick-dots li.slick-active button:before {
  height: 10px;
  width: 10px;
  border: 1px solid #1D4ED8;
  background: #1D4ED8;
}

.slick-slider .slick-prev {
  left: -35px;
}
.slick-slider .slick-next {
  right: -35px;
}
@media screen and (max-width: 991px) {
  .slick-slider .slick-prev {
    left: 0px;
  }
  .slick-slider .slick-next {
    right: 0px;
  }
}
.slick-slider .slick-next, .slick-slider .slick-prev {
  background: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  z-index: 9;

}
.slick-slider .slick-next:before, .slick-slider .slick-next:before, .slick-slider .slick-prev:before, .slick-slider .slick-prev:before {
  font-family: "FontAwesome";
  font-size: 0.75rem;
  color: #000;
}
.slick-slider .slick-next:before, .slick-slider .slick-next:before {
  content: "\f061";
}
.slick-slider .slick-prev:before, .slick-slider .slick-prev:before {
  content: "\f060";
}

.download-diksha {
  background: #F9F9F9;
}
.download-diksha ul {
  margin: 0px;
  padding: 0px;
}
.download-diksha ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
  list-style-type: none;
}

.download-diksha ul li::before {
  font-family: "FontAwesome";
  content: "\f058";
  font-size: 1.1rem;
  color: #FF6900;
  position: absolute;
  left: 0;
  top: 2px;
}
.download-diksha .qr-code {
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-diksha .qr-code img {
  padding: 20px;
  width: 40%;  
  border-radius: 15px;
  box-shadow: 0px 2.24px 4.47px -2.24px rgba(0, 0, 0, 0.1), 0px 4.47px 6.71px -1.12px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.download-diksha .downloads-and-ratings {  
  border-radius: 15px;
  border: 1px solid #bbb;
  background: #F0F0F0;
}
.download-diksha .downloads-and-ratings span.count-and-ratings {
  font-family: Arial, Lato, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
}
.download-diksha .downloads-and-ratings span {
  font-size: 15px;
  font-weight: normal;
}

@media screen and (max-width: 991px) {
  .download-diksha .qr-code img {
    width: 80%;  
  }
  .download-diksha .downloads-and-ratings {
    flex: 1 1 0px;
  }
  .download-diksha .downloads-and-ratings span.count-and-ratings {
    font-size: 36px;
    font-weight: 900;
  }
}
footer .main-footer {
  background-color: #fff;
}
footer .main-footer .digital-infra-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

footer .logo-and-tagline img.footer-diksha-logo {
  height: 55px;
}
footer .logo-and-tagline .border-black {
  border-color: #bbbbbb !important;
}
footer .main-footer span.ncert-logo img {
  width: 450px;
}
footer .raise-a-query {
  margin-left: 90px;
  padding-left: 90px;
  border-left: 1px solid #BBBBBB;
  background-color: #fff;
}
footer .footer-bar {
  font-size: 0.875rem;
}
footer .footer-bar a {
  text-decoration: none;
}
footer .footer-bar a:hover {
  text-decoration: underline;
}
.footer .footer-bar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.footer .footer-bar ul li {
  margin: 0px;
  padding: 0px 15px 0px 0px;
  border-right: 1px solid #000;
}
.footer .footer-bar ul li:last-child {
  padding-right: 0px;
  border-right: none;
}
@media screen and (max-width: 768px) {
  
  footer .logo-and-tagline img.footer-diksha-logo {
    height: 40px;
  }
  footer .main-footer span.ncert-logo img {
    width: inherit;
  }
  footer .main-footer .digital-infra-text {
    font-size: 14px;
  }
  footer .raise-a-query {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
  }
}


@media screen and (max-width: 991px) {
  h2.section-title {
    font-size: 24px;
    font-weight: 600;
  }  
  .browse-by-content .card .card-header h6 {
    font-size: 16px;
  }
  .footer .footer-bar ul li:first-child, .footer .footer-bar ul li:nth-child(2) {
    border-right: none;
  }
}

.ux4g-button {
  width: 48px !important; 
  height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
  cursor: move !important;
  background-color: #1D4ED8 !important;
  z-index: 1001 !important;
}
.ux4g-button img {
  width: 28px !important;
  height: 28px !important;
}
@media screen and (max-width: 991px) {  
   .header .virtuallabs-header .navbar .navbar-brand {
    width: auto;
  }
}
.virtuallabs-header .navbar-brand img {
  height: 70px;
}
.virtuallabs-header .cdac-amrita-logos img {
  height: 50px;
}
@media screen and (max-width: 991px) {
  .virtuallabs-header .navbar-brand img {
    height: 50px;
  }
  .virtuallabs-header .cdac-amrita-logos img {
    height: 30px;
  }
}
.virtuallabs-econtent {
  background-color: #F3F3E5;
}
.virtuallabs-econtent .card {
  border: none !important;
  background: transparent !important;
}
/* Explore Collapsible Styles */
.virtuallabs-econtent .explore-collapsible {
  text-align: left;
  cursor: pointer;
}
.virtuallabs-econtent .explore-collapsible ul.list-group {
  background-color: transparent; 
}
.virtuallabs-econtent .explore-collapsible ul.list-group li.list-group-item {
  font-weight: 600;
  border: none;
  background-color: transparent; 
}
.virtuallabs-econtent .explore-collapsible.d-none {
  display: none;
}
.virtuallabs-econtent .subject-list.d-none {
  display: none;
}
/* Collapsible animation */
.virtuallabs-econtent .collapsible-animate {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.virtuallabs-econtent .collapsible-animate.show {
  max-height: 500px; /* Adjust as needed for content */
}
a.text-light:hover {
    color: #dae0e5 !important;
}

/**** Popup Styles ****/
.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 16px;
}

.mobile-modal {
  background: #ffffff;
  width: 100%;
  max-width: 420px;
  padding: 24px 20px;
  border-radius: 16px;
  text-align: center;
  animation: popupFade 0.25s ease;
}

.mobile-modal h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.mobile-modal p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.mobile-actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.mobile-actions button {
  flex: 1;
  padding: 12px;
  font-size: 14px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}

.primary {
  background: #000066;
  color: #fff;
}

.secondary {
  background: #f1f1f1;
  color: #333;
}

@keyframes popupFade {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Small devices */
@media (max-width: 360px) {
  .mobile-actions {
    flex-direction: column;
  }
}

/* Dark mode styles */
html.darkmode body {
  background-color: #0F0F14;
  color: #EEEEF0;
}
html.darkmode a {
  color: #51A2FF;
}
html.darkmode .login-home-btn {
  color: #ffffff;
}
html.darkmode .navbar-toggler {
  border-color: #EEEEF0;
}
html.darkmode .navbar-toggler-icon {
  filter: invert(1);
}
html.darkmode img.diksha-logo {
  filter: brightness(0) invert(1);
}
html.darkmode h2.section-title {
  color: #EEEEF0;
}

html.darkmode h3.section-subtitle {
  color: #EEEEF0;
}
html.darkmode .header {
  background-color: #27272E;
}
html.darkmode .header .navbar-nav .nav-item a.nav-link {
  color: #EEEEF0;
}
html.darkmode .browse-by-content {
  background: #0F0F14;
}
html.darkmode .browse-by-content .card {
  color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #27272E;
}
html.darkmode .browse-by-content .card .card-header {
  background-color: #27272E;
}
html.darkmode .browse-by-content .card .card-body .viewall {
  color: #51A2FF;
}
html.darkmode .browse-by-subject {
  background: #0F0F14;
}
html.darkmode .browse-by-subject a.subjects {
  color: #EEEEF0;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #27272E;
}
html.darkmode .browse-by-subject a.btn-primary {
  color: #fff;
}
html.darkmode .browse-by-grade {
  background: #0F0F14;
}
html.darkmode .browse-by-grade ul.nav-tabs li.nav-item button.nav-link {
  color: #EEEEF0;
  border-color: #383842;
  background-color: #27272E;
}
html.darkmode .browse-by-grade ul.nav-tabs li.nav-item button.nav-link.active {
  font-weight: 900;
  color:#fff;
  transition-duration: 300ms;
  border-color: #1D4ED8;
  background:#1D4ED8;
}
html.darkmode .browse-by-grade .nistha-course-nav-link .nistha-course-card {
  color: #EEEEF0;
  background: #27272E;
}
html.darkmode .browse-by-grade .nistha-course-nav-link .nistha-course-card .nistha-course-detail .bmc-detail p a {
  color:#51A2FF;
}
html.darkmode .browse-by-grade .nistha-course-nav-link .nistha-course-card .nistha-course-detail .bmc-detail p a:hover {
  color:#51A2FF;
}
html.darkmode .browse-by-grade .view-btn-div .btn.disabled {
  color: #949494 !important;
  border-color: #3a3838 !important;
  background-color: #3a3838 !important;
  opacity: 1;
}
html.darkmode .browse-by-grade a.view-study-courses-btn {
  color: #EEEEF0;
}
html.darkmode .browse-by-grade a.view-study-courses-btn:hover {
  color: #EEEEF0;
}

html.darkmode .browse-by-tenant {
  color: #EEEEF0;
  background: #18181C;
}
html.darkmode .browse-by-tenant .col-md-3:nth-child(4n+1) .card, html.darkmode .browse-by-tenant .col-md-3:nth-child(4n+2) .card, html.darkmode .browse-by-tenant .col-md-3:nth-child(4n+3) .card, html.darkmode .browse-by-tenant .col-md-3:nth-child(4n+4) .card {
  border: 1px solid #393A40;
  background-color: #27272E;
}
html.darkmode .browse-by-tenant .card .card-body {
  color: #EEEEF0;
}
html.darkmode select {
  color: #EEEEF0;
  border: 1px solid #4F5159;
  background-color: #303038;
}
html.darkmode select {
  appearance: none;
  background: transparent;
}

html.darkmode select {
  padding-right: 10px;
  content: "";
  background-image: url('../assets/newimages/icon_arrow_down.png'); /* Replace with your arrow image */
  background-size: 24px; /* Adjust image size as needed */
  background-repeat: no-repeat;
  background-position: right center;
}
html.darkmode select option {
  background: #303038;
}
html.darkmode .form-select:disabled {
  background: #303038;
}
html.darkmode .focus-areas {
  background: #0F0F14;
}
html.darkmode .focus-areas .card {
  color: #EEEEF0;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  border: 2px solid #393A40;
  background-color: #27272E;
}
html.darkmode .focus-areas .card .card-body h3 {
  color: #EEEEF0;
}
html.darkmode .focus-areas .card .card-footer {
  color: #51A2FF;
}
html.darkmode .our-community {
  background: #18181C;
}
html.darkmode .our-community .card {
  color: #EEEEF0;
  border: 2.5px solid #393A40;
  background-color: #27272E;
}
html.darkmode .download-diksha {
  background: #0F0F14;
}
html.darkmode .download-diksha .downloads-and-ratings {
  color: #EEEEF0;
  border: 1px solid #393A40;
  background-color: #27272E;
}
html.darkmode .footer {
  background-color: #18181C;
}
html.darkmode .main-footer {
  background-color: #18181C;
}
html.darkmode .main-footer span.ncert-logo img {
  filter: invert(100%);
}
html.darkmode .footer-bar ul li {
  border-right: 1px solid #EEEEF0;
}
html.darkmode .raise-a-query {
  background-color: #18181C;
}
html.darkmode .raise-a-query a {
  color:#ffffff;
}
html.darkmode .slick-slider .slick-next, html.darkmode .slick-slider .slick-prev {
  border: 2px solid #393A40;
  background-color: #222325;
}
html.darkmode .slick-slider .slick-next:before, html.darkmode .slick-slider .slick-next:before, html.darkmode .slick-slider .slick-prev:before, html.darkmode .slick-slider .slick-prev:before {
  color: #EEEEF0;
}
html.darkmode .banner-section .slick-next, html.darkmode .banner-section .slick-slider .slick-prev {
  border: 2px solid #ffffff;
  background: #fff;
}
html.darkmode .banner-section .slick-slider .slick-next:before, html.darkmode .banner-section .slick-slider .slick-next:before, html.darkmode .banner-section .slick-slider .slick-prev:before, html.darkmode .banner-section .slick-slider .slick-prev:before {
  color: #000;
}
html.darkmode .virtuallabs-header img {
  filter: brightness(0) invert(1);
}
html.darkmode .virtuallabs-econtent {
  background: #18181C;
}
html.darkmode .virtuallabs-econtent .list-group  {
  color: #EEEEF0; 
}
html.darkmode .virtuallabs-econtent .list-group .list-group-item {
  color: #EEEEF0; 
}

html.darkmode .common-logo-header img {
  filter: brightness(0) invert(1);
}
html.darkmode .mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 16px;
}

html.darkmode .mobile-modal {
  background: #27272E;
}

html.darkmode .mobile-modal h2 {
  color: #EEEEF0;
}

html.darkmode .mobile-modal p {
  color: #EEEEF0;
}

html.darkmode .mobile-actions button {
  flex: 1;
  padding: 12px;
  font-size: 14px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}

html.darkmode .primary {
  background: #1D4ED8;
  color: #fff;
}

html.darkmode .secondary {
  background: #464650;
  color: #EEEEF0;
}



.sticky-top {
  z-index: 100;
}

.bhashini-dropdown-content {
  inset: revert-layer !important;
  /* right: 0px !important; */
  left: -175px !important;
}

@media (max-width: 768px) { 
  .bhashini-dropdown-content{
    left: -175px !important;

  }
}

#button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: background-color .3s, opacity .5s, visibility .5s;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #1D4ED8;
}
#button svg {
  width: 18px;
}
#button svg path {
  fill: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #51A2FF;
}
#button:active {
  background-color: #51A2FF;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.language-buttons.pal-buttons.btn_diksha-courses {
      left: 12% !important;
      transform: translate(-12%, 0px);
  }

.btn_diksha-courses .gradient-button
  { 
    display: inline-block; 
    margin: 0 5px;
    padding: 3px 14px; 
    font-size: 16px; 
    font-weight: bold; 
    color: black; 
    background: white; 
    border: 1px solid #4D73E0; 
    border-radius: 6px; 
    cursor: pointer; 
    text-align: center; 
    transition: all 0.3s ease; 
    /* background-image: linear-gradient(white, white), inear-gradient(to right, blue, orange);  */
    background-origin: border-box; 
    background-clip: content-box, border-box; 
    background: #2A7B9B;
    background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(120, 149, 230, 1) 0%, rgba(42, 123, 155, 1) 0%, rgba(42, 123, 155, 1) 0%, rgba(93, 128, 226, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 1) 90%, rgba(252, 208, 178, 1) 100%);
    width: 180px;
  }
 .btn_diksha-courses .gradient-button:hover, .btn_diksha-courses .gradient-button:focus, .btn_diksha-courses .gradient-button:focus-visible {
    color: #fff;
    background: #1D4ED8;
  }
@media (max-width: 768px) { 
  .bhashini-dropdown-content {
    left: -175px !important;
  }
 
  .btn_diksha-courses .gradient-button {
      display: inline-block;
      margin: 2px 2px;
      padding: 2px 3px;
      font-size: 6px;
      color: black;
      border: 1px solid #4D73E0;
      border-radius: 4px;
      width: 93px;
  }
  .language-buttons.pal-buttons.btn_diksha-courses {
      width: 60% !important;
      display: flex;
      left: 0% !important;
      flex-wrap: wrap;
      transform: translate(-0%, 0px);
  }
  .download-links img {
    width: 100%;
  }

}
