/* Base font stack to prevent CLS from font swap */
body {
    font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}


.main-menu a {
  font-size: 16px;
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
  font-size: 14px;
  line-height: 16px;
}

.main-menu ul.mega-menu>li>a {
  padding-bottom: 5px;
}

.blog-style2 .blog-title {
  font-size: 20px;
}

.course-style1 .vs-btn {
  font-size: 12px;
}

.course-content h3 {
  font-size: 16px;
}

.widget_nav_menu a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  font-size: 14px;
}

.quizmain h1 {
  font-size: 30px;
}

.quizmain h2 {
  font-size: 22px;
}

/* .modal-header {
    padding: 0.5rem 1rem;
} */

.modal-title {
  font-size: 18px;
}

.quizview p {
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
  line-height: 20px;
  text-indent: -16px;
  margin-left: 16px;
}

.quizview li {
  margin-bottom: 10px;
}

.quizview li label {
  font-weight: normal;
}

.breadcumb-menu-wrap {
  background-color: #F3F3F3;
  margin: 0;
}

.breadcumb-menu span,
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu li:first-child::before,
.breadcumb-menu li:not(:last-child)::after {
  color: #000;
}

.breadcumb-menu li {
  color: #3747FF;
}

.breadcumb-menu::after {
  background-color: transparent;
}

/* ul.pagination{
    padding-left: 0;
}
.pagination{
    margin-top: 15px;
}
.page-item a{
    border: 1px solid #dee2e6;
    padding: .375rem .75rem;
} */
.page-item a:hover,
.page-item.active a {
  background-color: #0d6efd;
  color: #fff;
}

/* .page-item:first-child a {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.page-item:last-child a {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  } */

.tags h3 {
  font-size: 18px;
}

.tags h4 {
  font-size: 14px;
}

.aboutus h2.sec-title {
  font-size: 34px;
}

.blog-img img {
  width: 100%;
  max-width: none;
}

.blog-single h2 {
  font-size: 20px;
  margin-bottom: 0;
}

.blog-single h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.error {
  margin-top: 3px;
  color: red;
}

.contact h2,
.contact h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.contact h1 {
  font-size: 30px;
}

.modform .form-style1 input {
  height: 65px;
}

.modform .form-style1 .icon-btn {
  --btn-size: 53px;
  --btn-font-size: 16px;
}

.media-style4 .media-icon i {
  font-size: 30px;
  color: #0d6efd;
}

.message-box {
  background: #fff;
  text-align: center;
  margin: 40px 0;
  -webkit-box-shadow: 0 10px 10px -10px #555;
  -moz-box-shadow: 0 10px 10px -10px #555;
  box-shadow: 0 10px 10px -10px #555;
}

.message-box .headmsg {
  padding: 60px 40px;
  margin-bottom: 20px;
}

.message-box .headmsg.success {
  background: #3EC59D;
}

.message-box .headmsg.failed {
  background: #E2747D;
}

.message-box i {
  font-size: 50px;
  color: #fff;
}

.message-box h3 {
  margin-bottom: 20px;
}

.message-box p {
  padding-bottom: 20px;
  font-size: 16px;
}

.quizmain input[type="radio"]~label {
  vertical-align: text-top;
  margin-top: 0;
  padding-left: 25px;
}

.quizmain input[type="radio"]~label::before {
  top: 0;
}

.search-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #e3eaef;
  margin-bottom: 20px;
}

.search-item h4 {
  font-size: 20px !important;
}

.searchbox .badge {
  position: relative;
}
.ctags{
  margin-bottom: 20px;
}
.ctags a {
  display: inline-block;
  background-color: var(--theme-color2);
  color: var(--title-color);
  color: var(--title-color);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.6px;
  padding: 0 13px;
  text-align: center;
  border-radius: 3px;
  text-transform: uppercase;
  transition: all ease 0.4s;
  margin-bottom: 10px;
}

.ctags a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.quizmain .event-style1 .event-date .day{
  margin-bottom: 0;
}

.quizmain .event-style1 {
  /* position: sticky;
  top: 15px;
  z-index: 6; */
  margin-bottom: 30px;
  padding: 10px;
}

/* Improve touch targets for quiz radio buttons */
.chkans {
    transform: scale(1.35);
    margin-top: 3px;
    cursor: pointer;
}


/* Quiz option row – increase touch target */
.quizview ol li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 8px;
    margin-bottom: 8px;
    border-radius: 6px;
}

/* Make label fully clickable */
.quizview ol li label {
    cursor: pointer;
    line-height: 1.5;
    flex: 1;
}

@media (max-width: 768px) {
    .chkans {
        transform: scale(1.5);
    }

    .quizview ol li {
        padding: 14px 10px;
    }
}

.quizview ol li:hover {
    background: #f8f9fa;
}

.quizview ol li i {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 6px;
    font-size: 14px;
}
/* Reserve space for AdSense blocks to prevent layout shift */
.adsbygoogle {
    display: block;
    min-height: 250px;
    contain: layout paint;
}

/* In-article ads (fluid) */
ins.adsbygoogle[data-ad-format="fluid"] {
    min-height: 180px;
}

/* Sidebar ads */
.sidebar-area .adsbygoogle {
    min-height: 300px;
}

.ad-slot-top {
    min-height: 250px;
    margin-bottom: 15px;
}

/* Buffer space for AdSense auto ads above content */
.auto-ad-buffer {
    min-height: 250px;
}

.footer-wrapper p {
    min-height: 48px;
}

/* Force H1 to be the LCP candidate */
.quizmain h1 {
    min-height: 48px;      /* reserves space */
    font-size: 1.9rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 1rem;
}
.home-intro p {
  font-size: 16px;
  line-height: 1.7;
}

.category-intro p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 12px;
}
