.main_hero {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.hero-slide-heading {
    margin-top: 4rem;
}
div#podcast-swiper-unique, .bno-video-carousel, .wpic-carousel {
    mask-image: linear-gradient(to right, transparent, black 4%, black 97%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 4%, black 97%, transparent);
}
.dot-container .wp-block-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dot-container h2.wp-block-heading {
    background: linear-gradient(45deg, oklch(.93 .034 272.788), transparent);
    border-radius: 10px;
    padding: 5px 10px;
    width: fit-content;
;
    align-items: center;
    justify-content: center;
}
.grid-background {
    position: absolute;
    inset: 0;
    background-size: 60px 60px;
    background-image: linear-gradient(to right, #e4e4e761 1px, transparent 1px), linear-gradient(to bottom, #e4e4e769 1px, transparent 1px);
}
.dfggTfgfg {
    position: relative;
    z-index: 20;
}
.dot-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.dot-background {
    position: absolute;
    inset: 0;
    background-size: 20px 20px;
    background-image: radial-gradient(#d4d4d4 1px, transparent 1px);
}
.radial-overlay {
    pointer-events: none;
    position: absolute;
    inset: 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: white;
    mask-image: radial-gradient(ellipse at center, transparent 20%, black);
    -webkit-mask-image: radial-gradient(ellipse at center, transparent 20%, black);
}
.dot-container h2, .dot-container p, .dot-container .wp-block-buttons {
    position: relative;
    z-index: 20;
}
.ajex-live-search-container {
    width: 100%;
}



.MkajsUhdjshyqw{margin:0 auto;width:100%;max-width:1105px;display:flex;gap:30px;flex-direction:column}
.QazwsxEdc a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.JklsdUyqwe.swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
.JklsdUyqwe .swiper-wrapper {
  display: flex;
}
.JklsdUyqwe .swiper-slide {
  flex-shrink: 0;
  width: auto !important;
}

.QweuioPzx {
    opacity: 1;
    padding: 5px 12px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.QweuioPzx h3 {
  font-weight: 700;
  position: relative;
  z-index: 1;
  color: #051E57;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Progress animation for auto-switching */
.QweuioPzx.progress-animation {
  background: linear-gradient(90deg, #CEDEFE 0%, #9BC4F5 50%, #CEDEFE 100%);
  background-size: 200% 100%;
  animation: progressShimmer 2.5s linear infinite;
  border-radius: 6px;
}

.QweuioPzx.progress-animation h3 {
  color: #0d47a1;
}

@keyframes progressShimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.QweuioPzx.ZmxncbvQw {
    background: #CEDEFE;
    color: #0d47a1;
    box-shadow: 0 2px 8px 0 rgba(33, 150, 243, 0.08);
    border-radius: 6px;
}
.QweuioPzx:hover:not(.ZmxncbvQw) {
    background: #EDF3FF;
    border-radius: 6px;
}

.PlmnbvCxz {
  border-radius: 10px;
  border: 1px solid #BCC7DC;
  overflow: hidden;
  flex: 1 1 0%;
  background: #f3f5f5;
  position: relative;
  min-height: 400px;
}

.QazwsxEdc {
  display: none;
  width: 100%;
  height: 635px;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  opacity: 0;
  transform: translateX(20px);
  position: absolute;
  left: 0;
  top: 0;
}

.QazwsxEdc.ZmxncbvQw {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transform: translateX(0);
  position: relative;
}

.QazwsxEdc img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tab-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 24px 0 0 0;
}
.tab-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #CAD5E7;
  display: inline-block;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.tab-dot.active {
  background: #5D6A81;
  transform: scale(1.2);
}

/* Progress animation for dots */
.tab-dot.progress-animation {
  background: linear-gradient(90deg, #5D6A81 0%, #8BA3C7 50%, #5D6A81 100%);
  background-size: 200% 100%;
  animation: progressShimmer 2.5s linear infinite;
}

/* Progress bar for tab switching */
.tab-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0%;
  background: #e5f2ff;
  border-radius: 0 0 6px 6px;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
}
.tab-progress.animate {
  transition: width 2.5s linear;
}
.tab-progress.active {
  width: 100%;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
 .JklsdUyqwe.swiper-container.swiper-initialized.swiper-horizontal {
    display: none;
}
	.QazwsxEdc{
		height: 400px;
	}
	.hero-slide-heading {
    font-size: 24px !important;
    line-height: 32px !important;
}
	.hero-slide-sub {
    font-size: 16px !important;
    line-height: 30px !important;
}
}
.hero-slide-heading {
    font-size: 38px;
    line-height: 42px;
	  font-weight: bold;
    text-align: center;
	  margin-bottom: 10px;
}
	.hero-slide-sub {
    font-size: 25px;
    line-height: 40px;
		margin-bottom: 10px;
}

.tab-container {
  position: relative;
  overflow: hidden;
}

.tab-container:hover {
  cursor: pointer;
}







.toc-container ul {
        counter-reset: toc-h2-counter;
    }
    .toc-container ul > li.toc-h2 {
        counter-increment: toc-h2-counter;
        position: relative;
        list-style: none;
    }
 .toc-toggle-wrap {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 0.5em;
    }
.toc-toggle-btn {
    background: none;
    border: none;
    color: #222;
    font-weight: 600;
    cursor: pointer;
    font-size: 12px;
    outline: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.25em;
    line-height: 15px;
}
.toc-container ul > li.toc-h2::before {
    content: counter(toc-h2-counter);
    width: 2em;
    height: 2em;
    margin-right: 1em;
    background: #e9ecef;
    color: #495057;
    border-radius: 50%;
    text-align: center;
    line-height: 2em;
    font-family: inherit;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: -4px;
}
div#toc-content {
    font-size: 15px;
    line-height: 21px;
}
    .toc-container ul > li.toc-h2 ul > li::before {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        margin-right: 1em;
        background: #e5e7eb;
        border-radius: 0.15em;
        vertical-align: middle;
        box-sizing: border-box;
    }
div#toc-content ul li ul li {
    margin-left: 0px;
    padding-left: 0;
}

.quick_links_button {
    margin-top: 1.5rem;
}
.lecture_button a {
    border-color: #ccc;
    border-width: 1px;
}
.quick_links_button div a {
    border-color: #e5e7eb;
    border-width: 1px;
}
.hero_buttons {
    margin-top: 1.5rem;
}
.quesions_asko_home .wp-block-column .add-question-form {
    border: 1px solid #eaeef2;
    border-radius: 4px;
    background: rgba(255, 255, 255, .8);
    padding: 24px 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}
nav.rank-math-breadcrumb p {
    line-height: 19px;
}
.home .rank-math-breadcrumb {
    display: none;
}
.video-container {
                position: relative;
                padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
                height: 0;
                overflow: hidden;
	           border-radius: 4px;
            }
.video-container iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border: 0;
            }

img.avatar.avatar-20.photo {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.separate-containers .inside-left-sidebar, .separate-containers .inside-right-sidebar {
    margin-top: 37px;
}
span.author-popover-wrapper a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
}

.inside-navigation.grid-container{
	max-width: 1105px;
}

.inside-header {
    padding: 15px 50px 10px 50px;
}
.inside-header.grid-container {
    max-width: 1185px;
    justify-content: space-between;
}
.asnUiererer {
    margin-top: 12px;
    text-align: right;
}
.home .form-group {
    padding: 0px;
}
a.see-more-mock-tests {
    border: 1px solid #000;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 600;
}
.mock-test-desc {
    font-size: 13px;
    line-height: 20px !important;
    font-weight: 400;
    margin-bottom: 5px;
    max-height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #3d3d3d;
}
/* Style for the FAQ Wrapper */
button.question_ask_button {
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
}

span.byline {
    display: none !important;
}
span.posted-on svg {
    width: 16px;
    height: 16px;
}
span.posted-on {
    display: flex;
    align-items: center;
    gap: 5px;
	    flex-wrap: wrap;
}
span.post-metadata {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    font-size: 12px;
}
.qa-wrapper {
    margin: 20px 0;
}
.cbbhtyewewre .author.vcard img {
    width: 21px;
    height: 21px;
    border-radius: 50%;
}
span.author.vcard.bfgrtrtrtt {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}
/* Style for each question container */
.qa-container {
    padding-bottom: 10px;
}

/* Style for the question title */
.question_title {
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Style for the arrow icon */
.question_title .arrow {
    transition: transform 0.3s ease-in-out;
}

/* Style for the answer section (initially hidden) */
.faqanswer {
    display: none;
    padding: 15px 15px 0px 15px;
}

/* Style for the active state when the question is clicked */
.qa-container.active .faqanswer {
    display: block;
}

.qa-container.active .arrow {
    transform: rotate(180deg); /* Rotate the arrow when the answer is revealed */
}


.Njhdfyertr {
    padding-bottom: 0px !important;
}
.bnmgkjhtyu {
    padding-top: 9px !important;
    padding-bottom: 0px !important;
}


li.sub_cat a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}
.hostinger-affiliate-block-list-with-desc__product-title a h3 {
    border: 0px !important;
}
.ask-question-button {
    background: #ffffff;
    color: #000000;
    border: 1px solid #eaeef2;
    padding: 15px 15px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    width: 100%;
    margin-bottom: 0.5rem;
}

.ask-question-button:hover {
    background: #7000d6;
    transform: translateY(-1px);
}

.ask-question-button svg {
    width: 20px;
    height: 20px;
}
.vdEwrwrewrere {

    width: 100%;
}

@media only screen and (max-width: 775px) {
.vdEwrwrewrere .form-group {
    flex: 0 100% !important;
}
}
.form-group.floating-placeholder label {
    font-weight: 400;
}

.JDSHWEEUWREFGF {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin: 15px 0px;
    flex-wrap: wrap;
}
mark.has-inline-color.has-contrast-color {
    padding: 6px;
    border-radius: 4px;
}


.main-navigation .main-nav .ask-ai-button-item a {
    padding: 0px;
    border: 0px;
    margin: 0px;
    line-height: 21px !important;
    font-size: 14px;
    background: transparent;
    color: #6f00ff;
    font-weight: 600;
}

.add-question-form form .form-group input[type="submit"] {
    color: rgb(16, 18, 105);
    background-color: rgb(15, 200, 157);
    border-radius: 4px;
}

.page-id-54659 .answer {
    display: none;
}

/* CSS for Course Tabs */
.course-tabs {
    margin: 20px 0;
}
.home .tab-buttons {
    list-style: none;
    padding: 10px 0px;
    margin: 10px 0px;
    overflow-x: auto;
    white-space: nowrap;
    display: flex
;
    gap: 30px;
    margin-bottom: 20px;
    scroll-behavior: smooth;
    background: #ffffff00;
    border-bottom: 3px solid #000eff1a;
}
.home .tab-buttons li {
    margin-right: 20px;
    white-space: nowrap;
}

.home .tab-buttons a {
    text-decoration: none;

    color: #333;
  
}

.home .home .tab-buttons a:hover {
    background-color: #e1e1e1;
}

.tab-buttons a.active {
    background-color: #ffffff00;
    border-bottom: 3px solid #6f00ff;
    padding: 13px 0px;
    color: #571af2;
}

.home .tab-content {
    display: none;
    padding: 0px;
    border-top: none;
}

.tab-content.active {
    display: block; /* Show active tab content */
}


.home_container {
    padding: 4rem 46.5rem;
    margin: 0px;
}
@media only screen and (min-width: 1475px) and (max-width: 2024px)  {
 .home_container {
    padding: 4rem 20.5rem;
    margin: 0px;
}
}
@media only screen and (min-width: 1121px) and (max-width: 1474px)  {
 .home_container {
    padding: 4rem 10.5rem;
    margin: 0px;
}
}
@media only screen and (min-width: 100px) and (max-width: 1120px)  {

 .home_container {
    padding: 4rem .9rem;
    margin: 0px;
}
}


span.author.vcard {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
time.entry-date.published {
    color: rgb(97, 93, 102);
}
span.fact-check svg {
    fill: green;
    width: 15px;
    height: 15px;
}
span.fact-check {
    display: flex;
    align-items: center;
    gap: 6px;
}
.latest-post-section, .sbjdfskaiwuer {
    margin: 0px !important;
}
.is-type-video {
    border-radius: 6px;
    overflow: hidden;
    border: 4px solid #ffdf00;
}
.bionotes-list {
    list-style: none;
    margin: 0px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
li.MkqOlpqasds {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 3px;
    border: 1px solid #5a5a5a;
    border-radius: 30px;
    background: #fff;
    padding: 5px 20px;
    font-size: 16px;
}

.search .inside-article .post-image a img {
    border-top: 1px solid #eaeef2;
    border-bottom: 1px solid #eaeef2;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.search .post-image {
    margin-top: 0px !important;
}
.search-results header.page-header:after {
    content: '';
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 94%) 35%, rgb(255 255 255) 100%);
    padding: 10px;
	display: none;
}
.floating-placeholder {
    background-color: transparent !important;
    display: block;
}
.category .taxonomy-description {
    height: 220px;
    overflow: auto;
}

.category header.page-header {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
    border-radius: 4px;
    position: relative;
	overflow: hidden;
}
.category h1.page-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
	.inside-header {
        flex-direction: row;
        text-align: unset;
		    padding-right: 15px !important;
        padding-left: 15px !important;
    }
	
	.related-posts {
    padding: 0px 15px;
}
	h2.Moiqwerefdfd {
    margin: 15px 15px;
}
	.user-avatar-menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}
	.nav-below-header .main-navigation .inside-navigation.grid-container{
	    padding: 0px 20px 15px 20px;
}
	.Njhdfyertr, .start_study_free {
    font-size: 21px !important;
}
.home input#question-title {
    height: 120px !important;
}
	.home .tab-buttons { 
    gap: 15px;

}
	.main-navigation.toggled .main-nav>ul {
    padding: 0px 0px;
}
 .cate-list-home .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    flex: 1 46% !important;
}
}
span#toc-toggle-arrow {
    font-size: 8px;
}

.Moiqwerefdfd, h3.related_post_title {
    border-bottom: 1px solid #0000004f;
}
li.podcast-item span a {
    font-size: 15px;
    font-weight: 600;
}
.Moiqwerefdfd span, h3.related_post_title span {
    color: #000000;
    padding: 0px 0px;
    display: block;
    line-height: 36px;
    text-decoration: none;
    width: fit-content;
    font-size: 15px;
    border-bottom: 3px solid #000;
}

nav#site-navigation {
   border-bottom: 1px solid hsl(200 18% 90% / 1);
}
div#toc-content ul li a {
    text-decoration: none !important;
    color: #2E073B !important;
}
.feedback-form-section a svg {
    width: 20px;
    height: 20px;
}
.mobile-menu-control-wrapper .menu-toggle {
    background-color: rgb(255 255 255);
    padding: 0px 15px;
}
.mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover{
    background-color: rgb(255 255 255);
}
table a {
    color: #571af2 !important;
    border-bottom: 1px dashed;
}
.key_b {
    margin: 0 0 .5em 0em;
}

figure.wp-block-embed.is-type-video.is-provider-youtube.wp-block-embed-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio {
    margin-bottom: 1rem;
}




/* Keyframes for the blinking effect */
@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}


.mcq-wrapper {
    background: #19221d;
    color: #fff;
    padding: 2rem 1rem;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .search-results article, .category article {
        flex: 1 1 calc(100% - 20px) !important;
    }
}
.mcq-wrapper_heading {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
}
.mcq-wrapper .mcq {
    background: #424242;
    padding: 10px;
    border-radius: 10px;
}
button#next-button {
    background: #008178;
    width: 100%;
    margin-top: 1rem;
    border-radius: 10px;
}

.wp-block-image {
    border: 2px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 1rem;
}
.audio_book_heading:after {
    content: '';
    background-image: url(https://biologynotesonline.com/wp-content/uploads/2024/09/long.svg);
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    width: 114px;
    position: absolute;
    top: 8px;
    left: 14px;
    bottom: 0;
    right: 0;
    background-size: 100%;
}
.start_study_free{
	position: relative;
}
.start_study_free:after {
    content: '';
    background-image: url(https://biologynotesonline.com/wp-content/uploads/2024/09/circle.svg);
    height: 62px;
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
    position: absolute;
    top: -18px;
    left: 38%;
    bottom: 0;
    right: 0;
    background-size: 100%;
}
.mcbc:after {
       content: '';
    background-image: url(https://biologynotesonline.com/wp-content/uploads/2024/09/circle.svg);
    height: 62px;
    background-repeat: no-repeat;
    background-position: center;
    width: 121px;
    position: absolute;
    top: -18px;
    left: 8px;
    bottom: 0;
    right: 0;
    background-size: 100%;
}
.zoology:after {
       content: '';
    background-image: url(https://biologynotesonline.com/wp-content/uploads/2024/09/circle.svg);
    height: 64px;
    background-repeat: no-repeat;
    background-position: center;
    width: 83px;
    position: absolute;
    top: -17px;
    left: 4px;
    bottom: 0;
    right: 0;
    background-size: 100%;
}
.botany:after {
       content: '';
    background-image: url(https://biologynotesonline.com/wp-content/uploads/2024/09/circle.svg);
    height: 67px;
    background-repeat: no-repeat;
    background-position: center;
    width: 75px;
    position: absolute;
    top: -19px;
    left: 5px;
    bottom: 0;
    right: 0;
    background-size: 100%;
}
.Moiqwer {
    background: #571af2;
    text-align: center;
    padding: 5px 10px;
    border-radius: 30px;
}
.Moiqwer:hover {
    background: #4501f1;
}
.Moiqwer a {
    color: #fff;
}
.Moiqwer a:hover {
    color: #fff !important;
}
a.bnYuqywuwyq {
    background: #25cd71;
    color: #fff;
    text-decoration: none;
    padding: 1px 18px;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid #25cd71;
    font-weight: 600;
}
.button_conatiner {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}



.podcast-list ul {
    list-style: none;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
li.podcast-item {
    border: 1px solid #eaeef2;
    border-radius: 4px;
    background: rgba(255, 255, 255, .8);
    padding: 10px;
    flex: 1 33%;
    display: flex;
    gap: 10px;
    align-items: center;
}
.podcast-item_icon {
    flex: 0;
}
.podcast-item_content {
    flex: 1;
}
.podcast-item_icon svg {
    fill: #9b9b9b;
}
.footer_podcast {
    display: flex;
    justify-content: space-between;
}
.footer_podcast span {
    font-size: 12px;
}
li.podcast-item h3 a {
    font-size: 16px;
    color: #000;
}


.floating-placeholder input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
	background: rgb(250, 250, 255);
}

.floating-placeholder label {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 16px;
  color: #666;
  transition: 0.2s ease-out;
}

.floating-placeholder input:focus + label,
.floating-placeholder input:not(:placeholder-shown) + label {
  top: -8px;
  font-size: 12px;
  color: #757575;
}




.step_by_step p {
    padding: 20px 15px;
}
.related-posts h3 {
    margin-top: 2rem;
}
.comment-body:hover {
    background: #cccccc24;
}
.step_by_step {
    border-radius: 5px;
}
.step_by_step img {
    border-radius: 5px 5px 0px 0px;
    filter: brightness(0.8);
}
.step_by_step .wp-block-image .aligncenter {

    border: 0px;
}
.fun_facts li:nth-child(odd) {
    background: #ffefdf;
}
.fun_facts li:nth-child(even) {
        background-color: #ffd8bc;
}
ol.wp-block-list.fun_facts li::marker {
    font-size: 20px;
    font-weight: 600;
    color: #75757552;
}
.fun_facts li {
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
}
.qa-container:last-child {
    border: 0px;
}
.impt_box h3, .impt_box h4, .impt_box h5, .impt_box h2 {
        padding: 5px 15px;
    background: #000;
    color: #fff !important;
    margin: 0px !important;
}
.impt_box p, .impt_box ol, .impt_box ul {
    padding-left: 15px;
    padding-right: 15px;
}

.impt_box {
    border: 1px solid #000;
    border-radius: 6px;
    padding: 0;
    margin: 0px;
}
span.sdjkaisr a {
    color: #000;
}
.qa-wrapper {
    border: 1px solid #F2F2F2;
    border-radius: 4px;
}
span.Vgasqwwe {
    border: 1px solid #D1D9DE;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.question_title:hover {
    color: #5e5e5e;
}
ul.MqwTyagsas {
    margin: 0px;
    list-style: none;
}
li.TyJHPlpow label input[type="radio"] {
    cursor: pointer;
}
li.TyJHPlpow {
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 10px;
    cursor: pointer;
}
li.TyJHPlpow label {
    cursor: pointer;
}
.mcq-wrapper .right_answer {
    background: #00ac00;
    color: #ffffff;
    border-color: green !important;
}
.mcq-wrapper .wrong_answer {
    background: #ff0000;
    color: #ffffff;
    border-color: red !important;
}
div#completion-message {
    text-align: center;
    font-size: 30px;
}
.vgbtyhujw {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
p.mcq-explanation {
    background: #a0b7c733;
    padding: 10px;
    border-radius: 6px;
}
li.TyJHPlpow:hover {
    border-color: #00ddaf;
}

.question_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px 0px 15px;
    font-size: 16px;
    line-height: 21px;
}
.qa-container > div:first-child {
  cursor: pointer;
}
.question_title svg {
    width: 11px;
    height: 11px;
}
.single-post .answer:before, .home .answer:before {
    content: 'A';
    font-weight: 600;
    background: rgb(219 235 208);
    padding: 5px;
    border-radius: 8px;
    text-align: center;
    margin-right: 5px;
    color: rgb(0 100 80);
}
.single-post span.sdjkaisr:before, .home span.sdjkaisr:before {
    content: 'Q';
    font-weight: 600;
    background: #dbdbdb;
    padding: 5px;
    border-radius: 8px;
    text-align: center;
    margin-right: 5px;
}

.single-post .answer, .home .answer {
    font-size: 15px;
    line-height: 20px !important;
    font-weight: 400;
    margin-bottom: 5px;
    max-height: 48px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #3d3d3d;
    margin-top: 10px;
}

.answer.show {
  display: block;
}

.arrow {
  transition: transform 0.3s;
}

.arrow.rotate {
  transform: rotate(180deg);
}

.home .leaderboard_main {
    margin: 0px;
}

aside#block-25 p, aside#block-26 p {
    display: none;
}
.MioqTygds {
    text-align: center;
}
a.sertrttr {
    font-size: 12px;
}
.inside-right-sidebar .leaderboard_main {
    border: 0px;
    border-radius: 0px;
    background: none;
    padding: 0px;
    margin-top: 0px;
}
body.modal-open {
    overflow: hidden; /* Prevent body from scrolling */
}
.expandable-section {
    margin-top: 20px;
    background: #f2f5f9;
    border-radius: 4px;
}
.hidden-content ul li {
    color: rgba(0, 0, 0, .69);
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.rotate {
        transform: rotate(180deg);
    }
.toggle-btn {
    color: #000000;
    cursor: pointer;
    border: none;
    margin: 0;
    font-family: inherit;
    outline: none;
    text-align: inherit;
    line-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 24px;
    font-size: 12px;
    background: transparent;
    border-radius: 4px;
    display: flex;
    gap: 10px;
}
.toggle-btn:hover {
    background: transparent;
    color: #000;
}
.hidden-content ul {
    margin: 0px 0px 0px 15px;
}
.hidden-content {
    display: none;
    padding: 15px;
    font-size: 13px;
    line-height: 18px;
}

.show {
    display: block;
}

a.delete-btn {
    border: 1px solid #cccccc87;
    font-size: 11px;
    color: #000;
    padding: 3px 10px;
    border-radius: 40px;
}
.actions {
    position: absolute;
    top: -4px;
    right: 0;
}
.leaderboard_main {
    border: 1px solid #eaeef2;
    border-radius: 4px;
    background: rgba(255, 255, 255, .8);
    padding: 15px;
}
h2.nmUiqiq {
    font-size: 12px;
    font-weight: 700;
    color: #121212;
    margin-bottom: 0;
    text-transform: uppercase;
}
.leaderboard_row_wrapper {
    margin-top: 10px;
    position: relative;
}
.total_questions, .score {
    font-weight: 500;
    font-size: 11px;
    color: rgba(0, 0, 0, .61);
}
.avatar_name_text {
    font-size: 13px;
    color: rgb(18, 18, 18);
}
.leaderboard_row {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.leaderboard_row_score {
    display: flex;
    gap: 10px;
    margin-top: -5px;
}
.leaderboard_row_score {
    display: flex;
    gap: 10px;
}
.avatar_name {
    display: flex;
    font-size: 15px;
}
.leaderboard_row_avatar {
    position: relative;
}
.rank {
    position: absolute;
    background: linear-gradient(128.05deg, #ffd690 15.24%, #f4ae5a 80.26%);
    color: #fff;
    height: 20px;
    min-width: 20px;
    top: -6px;
    left: -8px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    letter-spacing: -.2px;
    font-size: 8px;
    border: 2px solid #fff;
}
a.mcq-link {
    font-size: 13px;
}

.quiz-content-buton {
    display: flex;
    gap: 10px;
    padding: 0rem 1rem 1rem 1rem;
}
div#quiz-content label:hover {
    border-color: #000;
}
.qsn-title {
    font-size: 20px;
    font-weight: 600;
}
legend.qutst-tit {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.nmb-qs {
    text-align: center;
    color: #757575;
}
a#create-quiz-button {
    background: #058383;
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    border-radius: 27px;
    cursor: pointer;
}
a#create-quiz-button:hover {
    color: #fff !important;
    background: #007474;
    text-decoration: none !important;
}
.nxuqtrrt p {
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    background: #01a200;
    padding: 10px 0px;
    border-radius: 10px;
}
button#next-button, button#prev-button {
    flex: 1;
    border-radius: 30px;
}
#close-modal {
    font-size: 1.5em;
    position: absolute;
    right: 10px;
    top: 6px;
}


div#quiz-content label {
    margin-bottom: 16px;
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    font-weight: 500;
    counter-increment: listStyle;
    overflow-x: auto;
    color: #000;
    cursor: pointer;
}



button.button.button-primary {
    width: 100%;
    border-radius: 30px;
    background: #058383;
}


#quiz-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1000;
            display: none;
	overflow: hidden; 
        }
#quiz-modal-content {
    background-color: #fff;
    margin: 10% auto;
    border: 1px solid #888;
    width: 80%;
	max-height: 80%; /* Set max-height to allow scrolling */
    max-width: 600px;
    position: relative;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	overflow-y: auto; /* Enable scrolling within the modal */
}
form#quiz-score-form {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
}
input#user-email, input#user-name {
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 15px;
}
div#quiz-modal-content h2 {
    padding: 1rem;
    border-bottom: 1px solid #ccc;
    margin: 0px;
}

        #close-modal {
            font-size: 1.5em;
        }

.separate-containers .site-main {
    margin: 5px;
}
.toc-container {
    background-color: #ffffff;
    padding: 15px 0px;
    position: relative;
    margin-bottom: 2rem;
    border-bottom: 1px solid #e9ecef;
}

.toc-toggle {
    font-weight: bold;
    cursor: pointer;
    display: none; /* Hidden by default (only shown on mobile) */
    position: relative;
}

.toc-arrow {
    font-size: 16px;
    margin-left: 5px;
    transition: transform 0.3s ease; /* Smooth rotation */
}

.rotated {
    transform: rotate(180deg); /* Rotate the arrow */
}
.toc {
    background-color: rgb(244 249 250 / 0%);
    padding: 10px 0px 0px 20px;
}
.toc-title-desktop {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
	line-height: 15px;
}

.toc ul {
    list-style: none;
    padding-left: 0;
	  margin: 0px;
}
.toc ul li ul {
    margin-left: 24px;
}
.toc ul li {
    margin: 5px 0;
}

.toc ul li a {
    text-decoration: none;
    color: #0073aa;
}

.toc ul li a:hover {
    text-decoration: none;
}
.menu-item-has-children .dropdown-menu-toggle {
    padding-right: 0px;
}
/* Mobile-specific styles */
@media only screen and (max-width: 768px) {
	.toggled .menu-item-has-children .dropdown-menu-toggle {
    padding-left: 0px;
    padding-right: 0px;
}
	.feedback-button{
		font-size: 13px;
	}
.signup-banner {  
    height: 337px !important;
		padding: 4px 15px 15px;
}
	.signup-banner .users-count {
   
    right: 14px;
    top: 27px;
 
}
	.toc-toggle {

    text-transform: uppercase;
    font-size: 15px;
}
	
	li.podcast-item {
    flex: 1 49% !important;
}
	.gthyyutyu {
    border-radius: .5rem;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
	.single-post .inside-article {
    border: 0px !important;
    border-radius: 0px !important;
}
	.sidebar .widget {
    border: 0px !important;
    border-radius: 0px !important;
}
    .toc-toggle {
        display: block; /* Show toggle button on mobile */
    }  
}
.toc-arrow {
    font-size: 16px;
    margin-left: 5px;
    transition: transform 0.3s ease; /* Smooth rotation */
}
.rotated svg {
    transform: rotate(180deg); /* Rotate the arrow */
}
span.toc-arrow svg {
    width: 15px;
    height: 15px;
}
.toc-toggle {
    text-align: center;
}
div#toc-content ul li {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 15px;
}
.single-post .inside-article {
    border: 1px solid #eaeef2;
    border-radius: 4px;
}
.sidebar .widget {
    border: 1px solid #eaeef2;
    border-radius: 4px;
}
.theorem .wp-block-list {
    margin: 0px 1rem;
    padding-left: 2rem;
	padding-right: 2rem;
}
.herobox:hover {
    border: 1px solid #000 !important;
    transform: translateX(2px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.herobox .wp-block-columns .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wp-block-columns {
    align-items: normal !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap !important;
}
p.gthyyyysee {
    margin: 0px;
    font-size: 14px;
    color: #464646;
}
.herobox {
    background-color: #f0f6ff;
    color: #5d5d5d;
    border-radius: 6px;
    position: relative;
    padding: 10px;
    height: 80px;
    background-image: url(https://biologynotesonline.com/wp-content/uploads/2024/11/bno_nsd.png);
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: bottom right;
}
.page-id-56390 figure.alignleft.size-large.is-resized img, .page-id-56384 figure.alignleft.size-large.is-resized img, .page-id-56337 figure.alignleft.size-large.is-resized img {
    border-radius: 6px;
}
.dgdgdgtytytytty .wp-block-heading {
    margin-bottom: 10px;
    padding: 0px;
}
.social-share-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    flex-direction: row-reverse;
}
.dgdgdgtytytytty p {
    margin: 0px;
    color: #757575;
    font-size: 14px;
}
.eregsfssfsfsfss {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    background: #fff;
}
.gthyyutyu {
    border-radius: .5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
.home .wp-block-button .wp-block-button__link {
    padding: 5px 13px;
    display: inline-block;
}
.home .wp-block-image .aligncenter {
    border: 0px;
}
.gthyyutyu .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contained-content.one-container .site-content, .contained-content.separate-containers .inside-article {
    padding: 15px !important;
}
.page-id-16 .rtyyhyu:hover{
	box-shadow: -8px 8px 0 0 #fff;	
}

h2.wp-block-heading {
    line-height: 48px;
}.page-id-16 .rtyyhyu {
    box-shadow: -4px 4px 0 0 #fff;
}

.gftyuyjik {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.page-id-16 .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-id-16 .wp-block-image .aligncenter img {
    border: 1px solid #fff;
    border-radius: 5px;
}
.page-id-16 .wp-block-image .aligncenter {
    border: 0px;
}

.page-id-16 .wp-block-columns {
    margin-bottom: 0px;
}
.home .entry-content .cat-list {
    margin-left: 30px !important;
}





.main-navigation .main-nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 60px;
}

@media only screen and (max-width: 768px) {
	
.cta-section {
    background-size: cover !important;
}
 .main-navigation .main-nav ul li a {
    padding-left: 0px;
}
}

.timeline-box {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    background: #fff;
    padding: 10px;
    border-left: 2px solid #000;
    border-radius: 4px;
}
.timeline-box li {
    margin-bottom: 15px;
}
 h3.wp-block-heading, h4.wp-block-heading {
    margin-bottom: 15px;
    margin-top: 0px;
}
h3.wp-block-heading {
    border-bottom: 1px solid #ccc;
}
aside#block-24 {
    padding: 0px;
    background: transparent;
}
.rtretweeert {
    background: linear-gradient(315deg, #1fc1a7, #75dbca);
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin: auto 8px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.sdew {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}
.fgfdgdfgrteretet {
    color: #121212;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -.02em;
}
span.aksowqwewe {
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    position: relative;
    stroke: currentcolor;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;
    fill: #fff;
}
.dfgdfgfdgfdgfgfgfdgfdg {
    display: flex;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, .8);
    border-radius: 4px;
    border: 1px solid #eaeef2;
    padding: 15px 0px 15px 15px;
	    cursor: pointer;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    border: 1px solid #888;
    width: 45%;
    position: relative;
    border-radius: 6px;
    padding: 20px 20px;
}
.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
	    cursor: pointer;
}
.add-question-form--text-container {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.questions-form-box-left {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin: auto 8px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(315deg, #1fc1a7, #75dbca);
    margin-right: 12px;
}

span.qa-icon-left svg {
    fill: #fff;
    color: #fff;
}
.questions-form-box-right-text {
    font-size: 18px;
    font-weight: 600;
}
.add-question-form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


input#captcha:focus
, .form-group textarea#question-content:focus, select#question-category:focus, .form-group input#question-title:focus{
	color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-group textarea#question-content, select#question-category, .form-group input#question-title {
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border-radius: 4px;
    width: 100%;
    display: flex;
}
textarea#question-content {
    height: 200px !important;
}
li.view-all-posts a {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
@media only screen and (max-width: 991px) {
         .modal-content {
        background-color: #fefefe;
        margin: 0;
        border: 1px solid #888;
        width: 100% !important;
        position: relative;
        border-radius: 0px;
        padding: 44px 30px;
        height: 100%;
    }
}

.single  ul.sbjdfskaiwuer, .home  ul.sbjdfskaiwuer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 10px;
	list-style: none;
}
li.view-all-posts {
    border: 1px solid #eaeef2;
    border-radius: 4px;
    background: #fff;
    padding: 16px;
    display: flex;
    justify-content: center;
}
li.view-all-posts a svg {
    width: 21px;
    height: 21px;
}
.single li.sdjkaisr, .home li.sdjkaisr {
    overflow: hidden;
    position: relative;
    width: 100%;
    border: 1px solid #eaeef2;
    border-radius: 4px;
    background: #fff;
    padding: 16px;
	  box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}
.single span.sdjkaisr, .home span.sdjkaisr {
    font-size: 15px;
    line-height: 20px !important;
    font-weight: 400;
    margin-bottom: 5px;
    max-height: 48px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #3d3d3d;
}
h2.Moiqwerefdfd {
    font-size: 18px;
    margin-top: 1rem;
}
.vfgtyyuj {
    border: 1px solid rgba(0, 0, 0, .12);
    background: #fff;
    padding: 5px 18px;
    border-radius: 28px;
    font-weight: 400;
    font-size: 13px;
    width: fit-content;
    margin: 10px auto;
}
.vfgtyyuj a {
    color: #0e0e0e;
}
.single  span.kiowawewe img, .home  span.kiowawewe img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
.home  span.sdswisr, .single  span.sdswisr {
    font-size: 11px;
}
.single ul.sbjdfskaiwuer {
    gap: 4px !important;
}
.home .question-author, .single .question-author {
    display: flex;
    gap: 6px;
    align-items: center;
}
.single span.kiowawewe, .home span.kiowawewe {
    display: flex;
    align-items: flex-end;
}

.custom-image-grid .grid-item img:hover {
    filter: brightness(0.5);
}


.grid-item-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 15px;
}


.custom-image-grid .grid-item {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border: 1px solid #eaeef2;
}

.custom-image-grid .grid-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 0px;
    border-bottom: 1px solid #eaeef2;
}
/* Style the popup container */
.popup-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 1000;
    height: 100vh;
    backdrop-filter: blur(18px);
}

/* Style the popup content */
.popup-content {
      position: relative;
    max-width: 800px;
    margin: 4rem auto;
    padding: 0px 0px;
    background-color: white;
    max-height: 500px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    top: 0;
    overflow: scroll;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.popup-content-left {
    flex: 1 70%;
}
.popup-content-right {
    flex: 1 30%;
    padding: 25px;
}
.image-title-popup {
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
}
/* Hide scrollbar for WebKit-based browsers (Chrome, Safari, etc.) */
.popup-content::-webkit-scrollbar {
    display: none;
}

/* Style the popup image */
.popup-image {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Style the download link */
.download-link {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #000000;
    color: #fff !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

.download-link:hover {
    background-color: #000000d4;
    color: #fff !important;
    text-decoration: unset !important;
}
span.last {
    color: #757575;
    font-size: 14px;
}
/* Style the popup container when it's visible */
.popup-container.visible {
    display: block;
}

.close-popup {
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: 24px;
    cursor: pointer;
    background: #000;
    padding: 10px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

body.popup-open {
    overflow-y: hidden;
}



span.arrow {
    display: none;
}
.ez-toc-open-icon {
    position: fixed;
    left: 0px;
    top: 0%;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    box-shadow: 1px -5px 10px 5px rgb(0 0 0 / 10%);
    background-color: #fff;
    color: #111;
    display: inline-grid;
    line-height: 1.4;
    border-radius: 0px;
    z-index: 999999;
    width: 100%;
}
.ez-toc-open-icon span.text {
    font-size: 16px;
    writing-mode: unset;
    text-orientation: mixed;
    text-align: center;
}

.wq_singleQuestionWrapper {
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 14px;
    box-shadow: -1px 1px 4px 0 rgba(117, 138, 172, .12);
}



figure.wp-block-image.size-large.wp-lightbox-container:hover {
    filter: brightness(0.5);
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg, #060000, #00000069 70%, #0000);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    left: 0;
    margin-bottom: 0;
    max-height: 60%;
    overflow: auto;
    padding: 0 8px 12px;
    position: absolute;
    scrollbar-color: #0000 #0000;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: thin;
    text-align: center;
    width: 100%;
    will-change: transform;
    font-weight: 600;
}



.wq_questionAnswersCtr {
    width: 100%;
    padding: 0px 14px 14px 14px;
}


.book-dsc {
    padding: 15px;
}
.search-results .entry-summary p, .category .entry-summary p {
    max-height: 72px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #3d3d3d;
}
.category-posts-loop {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.search-results article, .category article {
   
    flex: 1 1 calc(48.333% - 10px);
    box-sizing: border-box;
    border: 1px solid #eaeef2;
    border-radius: 4px;
    background: #fff;
}

/* Responsive design */
@media (max-width: 1024px) {
  .search-results article, .category article {
    flex: 1 1 calc(50% - 20px); /* 2 columns for tablets */
  }
}

@media (max-width: 768px) {
	.category-posts-loop {
    padding: 0px 15px;
}
  .category article {
    flex: 1 1 100%; /* 1 column for mobile devices */
  }
}
.search-results.separate-containers .inside-article, .category.separate-containers .inside-article {
    padding: 0px;
}

.search-results.separate-containers .inside-article .entry-header, .category.separate-containers .inside-article .entry-header {
    background: rgba(255, 255, 255, .6);
    padding: 15px;
}
.category.separate-containers .inside-article .post-image {
    margin-top: 0px !important;
}
.category.separate-containers .inside-article .post-image a img {
        border-top: 1px solid #eaeef2;
    border-bottom: 1px solid #eaeef2;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.search-results.separate-containers .inside-article .entry-summary, .category.separate-containers .inside-article .entry-summary {
    margin-top: 0px ! IMPORTANT;
    padding: 15px;
}

.plyr--video {
    background: #000;
    background: var(--plyr-video-background, var(--plyr-video-background, #000));
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 2rem;

}
.single-post tbody tr:nth-of-type(even) {
    background: #fff;
}
.single-post tbody tr {
    background: #f6f2ff;
}
.single-post thead tr {
    background: #fff;
}
.wp-block-table thead {
    border-bottom: 1px solid;
}



.paging-navigation .nav-links .current {
    font-weight: 700;
    padding: 5px 8px;
    border-radius: 3px;
    background: #571af2;
    color: #fff;
}
.paging-navigation .nav-links>* {
    padding: 5px 8px;
    border: 1px solid #e8ddff;
    border-radius: 3px;
}
a.page-numbers:hover {
    background: #571af2;
    color: #fff !important;
    border: unset;
}
.wq-results {
    font-size: 18px;
    box-sizing: border-box;
    width: 100%;
    margin: 20px 0 15px;
    padding: 10px 20px 20px 20px;
    border: 1px solid #fff300;
    background: #ffdf04;
    border-radius: 6px;
    text-align: center;
}
.wq-results .wq_resultScoreCtr {
    font-weight: bold;
    margin-bottom: 1rem;
}
.wq_quizCtr img {
    border: 3px solid #fff;
    border-radius: 6px;
}

.wq-skin-traditional .wq_singleAnswerCtr {
    background-color: #fff;
    border-radius: 4px;
}
.wq_singleAnswerCtr .wq_answerTxtCtr {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
}
.wq_singleAnswerCtr .wq_answerTxtCtr:before, .wq_singleAnswerCtr.chosen .wq_answerTxtCtr:after {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 50%;
    box-sizing: border-box;
}
body .wq_questionTextCtr {
    width: 100%;
}
.wq_singleAnswerCtr.chosen {
    background: #ede5ff;
    color: #000;
}
.wq_singleAnswerCtr:hover {
    background: #ffffff;
    color: #000;
    transition: background 550ms ease-out;
    cursor: pointer;
    border-color: #000;
}
.wq-skin-traditional .wq_singleAnswerCtr.wq_incorrectAnswer {
    background: #f4433614;
    border-color: #f21100b3;
    color: #e60000;
    opacity: 0.8;
}
.wq-skin-traditional .wq_questionAnswered .wq_singleAnswerCtr {
    opacity: 1;
}
.wq-skin-traditional .wq_singleAnswerCtr.wq_correctAnswer {
    background: #4caf501c;
    border-color: #409444;
    color: #007900;
    opacity: 1;
}
.wq-skin-traditional .wq_questionAnswered .wq_singleAnswerCtr.chosen {
    opacity: 1;
}
p.wq_QuestionExplanationText {
    margin: 14px 0 0px 0px;
}
.wq_triviaQuestionExplanation {
    padding: 14px 14px 14px 14px;
    display: none;
    margin: 20px 0 0 0;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    background: #effae3;
    color: #000000;
    border-radius: 0px 0px 4px 4px;
    border-width: 1px 0px 0px 0px;
    border-color: #4590005e;
}
body .wq_questionTextCtr {
    float: left;
    padding: 0px;
    background: transparent !important;
    box-sizing: border-box;
}
body .wq_questionTextCtr h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: inherit;
    border-bottom: 1px solid #7575753b;
    padding: 14px 14px 10px 14px;
	    color: #000;
}
.wq_triviaQuestionExplanation .wq-explanation-head-incorrect {
    color: #ffffff;
	    background: red;
    padding: 6px 15px;
    border-radius: 6px;
	    font-weight: 600;
    font-size: 15px;
}
.wq_triviaQuestionExplanation .wq-explanation-head-correct {
    color: #ffffff;
    background: green;
    padding: 6px 15px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
}

.bghqytreups.toggleButton {
      background-color: #ffffff;
    color: black;
    padding: 5px;
    cursor: pointer;
    border: 1px solid #e8ddff;
    border-radius: 6px;
    font-size: 13px;
    margin-bottom: 1.5rem;
}

.bghqytreups.toggleButton:hover {
    background-color: #571af2;
    color: #fff;
}
.agtqyhenrf.answer {
    color: green;
    margin-bottom: 1rem;
    font-weight: 400;
}

ul.related-post-con {
    list-style: none;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
li.related-post-itms {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    flex: 1 49%;
}
li.related-post-itms a h4 {
    color: #000000;
    margin-bottom: 5px;
    line-height: 21px;
    font-size: 15px;
}
@media only screen and (max-width: 768px) {
  li.related-post-itms {
    background: #f7f8f9;
    padding: 10px;
    border-radius: 5px;
    flex: 0 100%;
}
}


.social-icons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
}
.social-icons a {
    background: #fff;
    padding: 8px;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: black;
}
.social-icons a:hover {
    fill: #3e3e3e;
}
a.social-icon svg {
    width: 18px;
    height: 18px;
}

/* Responsive design */
@media (max-width: 600px) {
    .social-icons {
         flex-wrap: wrap;
    }

}
/* Style for Scroll Indicator */
#scrollIndicator {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

#scrollBar {
    height: 100%;
    background: #571af1; /* Change color as needed */
    width: 0;
    transition: width 0.25s ease-out;
}


.single-post .inside-article .entry-meta {
    color: #000000;
    display: flex;
    justify-content: left;
    gap: 10px;
    flex-direction: row-reverse;
	    flex-wrap: wrap;
}


/* Tooltip container */
.url.fn.n {
    position: relative;
    display: inline-block;
}

/* Tooltip content */
.tooltip-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #e8ddff;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    width: 300px;
    text-align: center;
    border-radius: 5px;
}

/* Tooltip content visibility on hover */
.url.fn.n:hover .tooltip-content {
    display: block;
}

/* Tooltip arrow */
.tooltip-content::before {
    content: "";
    position: absolute;
    top: -10px; /* Adjust based on your tooltip's positioning */
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #ccc transparent; /* Adjust color to match tooltip border */
}

/* Tooltip arrow inner */
.tooltip-content::after {
    content: "";
    position: absolute;
    top: -8px; /* Adjust based on your tooltip's positioning */
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent; /* Adjust color to match tooltip background */
}


/* Author avatar */
.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
}

/* Author description */
.author-description {
    font-size: 14px;
    color: #333;
}


a.url.fn.n {
    border-bottom: 1px dashed #000;
}
a.url.fn.n:hover {
    border-bottom: 1px solid #000;
    text-decoration: unset !important;
}

.comment-form #author, .comment-form #email, .comment-form #url {
    display: inline-block;
    width: 100%;
    background: #fff;
    outline: unset !important;
    height: 2.5rem;
    border-radius: 6px;
    padding: 10px;
}
p.form-submit input#submit {
        border-radius: 6px;
    float: right;
}
a.wp-block-button__link:hover {
    background-color: #571af2 !important;
    color: #fff !important;
}
.menu-toggle {
    padding: 0 0px;
}
.wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
    margin-bottom: 1.5rem;
}
.download-button:hover {
    background: #008000d6;
}
.download-button {
    background: green;
    color: #fff;
    border-radius: 23px;
    padding: 10px 10px;
}
.download-button a {
    color: #fff;
}
.wp-block-group.key_facts {
    background: #ffe2a0;
    border: 1px solid #daa000;
    margin-bottom: 2rem;
}
.key_facts .wp-block-group__inner-container {
    padding: 20px;
}

blockquote {
    border-left: 2px solid rgb(0 0 0) !important;
    padding: 10px;
    font-size: 16px;
    font-style: normal;
    margin: 0 0 1.5em;
    position: relative;
    line-height: 21px;
}
ul.sub-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(174px, 1fr));
    gap: 10px;
    width: 100%;
    list-style: none;
    margin: 0px;
}
li.sub-categories-items {
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    padding: 10px 15px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
}
.sub-cat-heading span {
    border-bottom: 2px solid #000;
    padding-bottom: 12px;
}
li.sub-categories-items a {
    color: #000;
    text-align: center;
}
.sub-cat-heading {
    margin-bottom: 20px;
    border-bottom: 1px solid #75757538;
    padding: 7px 0px;
    font-size: 12px;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
}
.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 0.25em 0;
}
@media only screen and (min-width: 769px) {
.wp-block-latest-posts.is-grid li:nth-last-child(-n+2) {
    border-bottom: 0px solid #7575752e;
	margin-bottom: 0px;
}
	
	ul.ez-toc-list.ez-toc-list-level-1 {
           column-count: 2;
        gap: 1rem;
}
}
@media only screen and (max-width: 768px) {

	.main-navigation .menu-bar-item>a {
    line-height: 60px;
		padding: 0px !important;
}
	
 .wp-block-latest-posts.is-grid li:last-child{
    border-bottom: 0px solid #7575752e !important;
	margin-bottom: 0px;
}
}
a.read-more {
    display: none;
}

footer.entry-meta {
    display: none !important;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: .4em;
}

.cate-list-home .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 3px;
    border: 1px solid #eaeef2;
    border-radius: 4px;
    background: #fff;
    padding: 10px;
}
.cate-list-home .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow p {
    padding: 0;
    margin: 0;
}
p.home-tag-line {
    font-size: 14px;
    color: #757575;
    margin-bottom: 10px;
}
.home-heading-style {
    position: relative;
    margin-top: 1.5rem;
    z-index: 1;
}
.home-heading-style::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    z-index: -1;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    background: #0170bc;
    opacity: 0.2;
}
.cate-list-home .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow p a {
    border-bottom: 0 !important;
}
.cate-list-home {
    margin: 0;
}

.home .inside-article {
    background-color: transparent;
}
.single-post .entry-content ul li a, .single-post .entry-content ol li a, .single-post .entry-content p a {
    text-decoration: underline !important;
    text-decoration-style: unset;
    color: #571af2 !important;
}


a:hover {
    color: #571af2 !important;
    text-decoration: underline !important;
}
.single-post .entry-content ul li a:hover, .single-post .entry-content ol li a:hover, .single-post .entry-content p a:hover {
    text-decoration: unset !important;
    text-decoration-style: unset;    color: #571af2 !important;
}

.latest-post-section {
        border: 1px solid #eaeef2;
    border-radius: 4px;
    background: #fff;
    padding: 15px !important;
}
.home .entry-content ol{
    margin: 0 0 1.5em !important;
}
.wp-block-latest-posts.is-grid li {
    border-bottom: 1px solid #7575752e;
    background-color: #fff;
}
.wp-block-latest-posts__post-author {
    display: inline-block;
    font-size: 11px;
    text-transform: capitalize;
}
time.wp-block-latest-posts__post-date {
    display: inline;
     text-transform: capitalize;
    font-size: 11px;
    margin-left: 8px;
}
.wp-block-latest-posts__post-excerpt {
    font-size: 13px;
    line-height: 20px !important;
    font-weight: 400;
    margin-bottom: 5px;
    max-height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #3d3d3d;
}
a.wp-block-latest-posts__post-title {
    display: block;
   
}
a.wp-block-latest-posts__post-title {
    font-size: 15px !important;
    line-height: 21px !important;
    font-weight: 600;
}
.widget-area .widget {
    padding: 15px;
}
.page-header, .sidebar .widget, .site-main>* {
    margin-bottom: 5px;
}
.separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation {
    padding: 15px;
}
a.wp-block-latest-posts__post-title {
    font-size: 15px !important;
    line-height: 21px !important;
    font-weight: 600;
}
a.wp-block-latest-posts__post-title {
    max-height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
}
a.wp-block-latest-posts__post-title {
    color: #000;
}

a {
    text-decoration: unset !important;
}
nav.rank-math-breadcrumb p a:hover {
    color: #000 ! IMPORTANT;
    text-decoration: none ! IMPORTANT;
}
.post-template-default .entry-content h2 {
    border-bottom: 1px solid #c6c6c6;
  
    margin: 15px 0px;
    padding-bottom: 1px;
    position: relative;
}

nav.rank-math-breadcrumb p a {
    font-size: 14px;
    line-height: 20px;
    color: oklch(55.1% .027 264.364);
}
.main-navigation ul ul {
    display: block;
    float: left;
    position: absolute;
    left: -99999px;
    opacity: 0;
    z-index: 99999;
    width: 200px;
    text-align: left;
    top: auto;
    transition: opacity 80ms linear;
    transition-delay: 0s;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}
.main-navigation .main-nav ul ul li a {
    line-height: normal;
    padding: 10px;
    font-size: 14px;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

li>ol, li>ul {
    margin-bottom: 0;
    margin-left: 2em;
}

figcaption.wp-element-caption:before {
    content: 'Fig: ';
}
.entry-content ol, ul {
    margin: 0 0 .5em 2em;
}
figure.wp-block-image {
    border: 2px solid #a0a0a052;
    border-radius: 4px;
}
.single-post figcaption.wp-element-caption {
    font-size: 13px;
    line-height: 18px;
    
    padding: 6px;
  
    word-break: break-all !important;
    margin-top: 0;
}
