/* Custom CSS*/
/* Variables */
:root {
  /* Font Size */
  --global--font-size-base: 1.15rem;
  --global--font-size-xs: 1rem;
  --global--font-size-sm: 1.125rem;
  --global--font-size-md: 1.25rem;
  --global--font-size-lg: 1.5rem;
  --global--font-size-xl: 2.25rem;
  --global--font-size-xxl: 4rem;
  --global--font-size-xxxl: 5rem;
  --global--font-size-page-title: var(--global--font-size-xxl);
  --global--letter-spacing: normal;

  /* Line Height */
  --global--line-height-body: 1.7;
  --global--line-height-heading: 1.3;
  --global--line-height-page-title: 1.1;

  /* Headings */
  --heading--font-family: var(--global--font-primary);
  --heading--font-size-h6: var(--global--font-size-xs);
  --heading--font-size-h5: var(--global--font-size-sm);
  --heading--font-size-h4: var(--global--font-size-lg);
  --heading--font-size-h3: calc(1.25 * var(--global--font-size-lg));
  --heading--font-size-h2: var(--global--font-size-xl);
  --heading--font-size-h1: var(--global--font-size-page-title);
  --heading--letter-spacing-h6: 0.05em;
  --heading--letter-spacing-h5: 0.05em;
  --heading--letter-spacing-h4: var(--global--letter-spacing);
  --heading--letter-spacing-h3: var(--global--letter-spacing);
  --heading--letter-spacing-h2: var(--global--letter-spacing);
  --heading--letter-spacing-h1: var(--global--letter-spacing);
  --heading--line-height-h6: var(--global--line-height-heading);
  --heading--line-height-h5: var(--global--line-height-heading);
  --heading--line-height-h4: var(--global--line-height-heading);
  --heading--line-height-h3: var(--global--line-height-heading);
  --heading--line-height-h2: var(--global--line-height-heading);
  --heading--line-height-h1: var(--global--line-height-page-title);
  --heading--font-weight: normal;
  --heading--font-weight-page-title: 300;
  --heading--font-weight-strong: 600;

  /* Spacing */
  --global--spacing-unit: 20px;
  --global--spacing-measure: unset;
  --global--spacing-horizontal: 25px;
  --global--spacing-vertical: 18px;
}

article ul {
  list-style-type: disc;
}
.veg-kid-tbody tr:nth-child(even) {
  margin-left: 0.5rem;
}
.options-list .option {
  position: relative;
  z-index: 1;
  padding: 12px 10px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #1e2022;
  word-break: break-word;
}
.options-list .option::marker {
  color: #89959b;
}
.options-list .option::after {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  right: 0;
  height: 100%;
  border-radius: 14px;
  background: #f9f9f9;
  z-index: -1;
}
.options-list {
  padding-inline-start: 30px;
}
.options {
  margin-top: 10px;
}
.hm-banner {
  background: linear-gradient(to bottom, #336699 15%, #ccffff 99%);
}
.inner_qna_answer {
  overflow-x: auto;
  overflow-y: hidden;
}
.container-dl {
  width: 42px;
  height: 24px;
  border: 1.5px solid #53c28b70;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px;
  position: relative;
  cursor: pointer;
}

.icon {
  font-size: 12px;
}

.ball {
  width: 15px;
  height: 15px;
  background-color: #53c28b;
  border-radius: 50%;
  position: absolute;
}

.MathJax_Display {
  display: inline;
}

.bg-dlmode {
  background-color: white;
  color: #111;
}
.shadow_block {
  margin: 1.25rem 0px;
}

.shadow_block h4,
.shadow_block h3 {
  box-shadow: 0px -1px 2px 1px #f59999;
  margin-bottom: 0;
  border-radius: 11px 11px 0 0;
  padding: 0 10px;
  width: fit-content;
}

.shadow_block table {
  margin-top: 0;
  box-shadow: 0px 0px 1px 1px #f59999;
  border-radius: 0 20px 8px 8px;
}
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.table {
  box-shadow: 0px 0px 1px 1px #d8d8d8;
  border-radius: 0 8px 8px 8px;
  border-collapse: separate;
}
.table td {
  padding: 3px 5px;
  border: 1px dashed #ccc;
  border-radius: 5px;
}
.detail_table {
  box-shadow: 0px 0px 1px 1px #bcffec;
  border-radius: 10px;
  margin: 10px 0;
}

.detail_table tr {
  border-bottom: 1px dashed #bbb;
  border-radius: 5px;
}

.detail_table td {
  padding: 3px 5px;
}

.detail_table tr:last-child {
  border-bottom: none;
}

.detail_table td:nth-child(1) {
  font-weight: bold;
  color: gray;
}
.notes_shadow_block {
  margin: 1.25rem 0px;
}

.notes_shadow_block .notes_shadow_inner {
  box-shadow: 0px 2px 2px 2.5px #c8c8c8;
  padding: 4px;
  border-radius: 0 20px 8px 8px;
  background-color: #e4ffe491;
  color: #000;
}

.notes_shadow_block .notes_shadow_inner .inner_block {
  border: 1px dashed #717171;
  border-radius: 13px;
  padding: 6px;
  margin-bottom: 12px;
  background-color: white;
}

.notes_shadow_block .notes_shadow_inner .inner_block h5 {
  border-bottom: 0.5px dashed #717171;
  margin-top: 0;
  font-size: 0.99rem;
}

.notes_shadow_block h3 {
  font-weight: bold;
  box-shadow: 0px 0px 2px 2.5px #c8c8c8;
  margin-bottom: 0;
  border-radius: 11px 11px 0 0;
  padding: 0 10px 4px;
  font-size: 1.15rem;
  background-color: #f0fff0;
  color: #14452d;
  width: fit-content;
}
.inner_qna {
  border: 1px dashed #717171;
  border-radius: 13px;
  padding: 6px;
  margin-bottom: 12px;
}
.inner_qna_ques {
  border-bottom: 0.5px dashed #717171;
}
.sanskrit_table {
  border-collapse: separate;
  width: 100%;
  margin: 10px 0;
  word-break: normal;
  padding: 0 5px;
  text-align: center;
}
.sanskrit_table td:nth-child(1) {
  font-weight: bold;
}
.sanskrit_table td {
  padding: 3px 5px;
  border: 1px dashed #ccc;
  border-radius: 5px;
}
h1,
.h1 {
  font-size: var(--heading--font-size-h1);
  letter-spacing: var(--heading--letter-spacing-h1);
  line-height: var(--heading--line-height-h1);
}

h2,
.h2 {
  font-size: var(--heading--font-size-h2);
  letter-spacing: var(--heading--letter-spacing-h2);
  line-height: var(--heading--line-height-h2);
}

h3,
.h3 {
  font-size: var(--heading--font-size-h3);
  letter-spacing: var(--heading--letter-spacing-h3);
  line-height: var(--heading--line-height-h3);
}

h4,
.h4 {
  font-size: var(--heading--font-size-h4);
  font-weight: var(--heading--font-weight-strong);
  letter-spacing: var(--heading--letter-spacing-h4);
  line-height: var(--heading--line-height-h4);
}

h5,
.h5 {
  font-size: var(--heading--font-size-h5);
  font-weight: var(--heading--font-weight-strong);
  letter-spacing: var(--heading--letter-spacing-h5);
  line-height: var(--heading--line-height-h5);
}

h6,
.h6 {
  font-size: var(--heading--font-size-h6);
  font-weight: var(--heading--font-weight-strong);
  letter-spacing: var(--heading--letter-spacing-h6);
  line-height: var(--heading--line-height-h6);
}
.thim-ekit-single-post__content > *,
.entry-content > .elementor-widget-container > * {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}
/* NCERT Books */
/* Headings */
.subjects-section h2,.materials-section h2, .chapters-section h2, .resources-section h2{font-size:2rem;color:#000;margin-bottom:1rem}
/* Subjects Section */
.subjects-section{padding:1rem 0;background:white}
.subjects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}
.subject-card{background:white;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;text-decoration:none;color:inherit;transition:all 0.3s ease;display:flex;align-items:center;gap:1rem;position:relative}
.subject-card:hover{border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 10px 25px rgba(59,130,246,0.15)}
.subject-card.featured{border-color:#10b981;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%)}
.subject-icon{font-size:2.5rem;width:60px;text-align:center}
.subject-info{flex:1}
.subject-info h3{font-size:1.2rem;font-weight:600;margin-bottom:0.5rem}
.subject-info p{color:#6b7280;font-size:0.9rem;margin-bottom:0.5rem}
.subject-details{font-size:0.8rem;color:#9ca3af}
.subject-arrow{font-size:1.5rem;color:#3b82f6}
/* FAQ Section */
.faq-section{background:white;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,0.05);padding:0.5rem}
.faq-h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:0.5rem}
.faq-section>p{color:#6b7280;margin-bottom:2rem}
.rank-math-list-item{border-bottom:1px solid #e5e7eb}
.faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:1rem}
.rank-math-list-item h3{font-weight:500;font-size:1.3rem}
.faq-toggle{font-size:1.5rem;color:#6b7280;font-weight:300;flex-shrink:0}
.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease}
.faq-item.active .faq-answer{padding-top:1rem}
.faq-answer p{color:#4b5563;line-height:1.6;margin:0}
/* Materials Section */
.materials-section{padding:20px 0;background:#fff}
.materials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}
.material-card{background:#f3f6fb;padding:25px;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,0.05);transition:transform 0.3s ease}
.material-card:hover{transform:translateY(-5px)}
.material-icon{font-size:2.5rem;margin-bottom:15px}
.material-card h3{font-size:1.3rem;margin-bottom:10px;color:#0073aa}
.material-card p{font-size:0.95rem;color:#555;margin-bottom:15px}
.material-card ul{list-style:disc;padding-left:20px;font-size:0.9rem;color:#444}
.material-card ul li{margin-bottom:6px}
/* Exam Prep Section */
.exam-prep-section{background-color:#eef4fa;padding:20px 0}
.exam-prep-content{display:flex;flex-wrap:wrap;gap:40px;align-items:center;justify-content:space-between}
.exam-prep-text{flex:1 1 500px}
.exam-prep-text h2{font-size:2rem;margin-bottom:20px;color:#003c6c}
.exam-prep-text p{font-size:1rem;color:#555;margin-bottom:20px}
.exam-features{display:grid;gap:12px}
.exam-feature{display:flex;align-items:center;font-size:0.95rem;color:#333}
.feature-check{color:green;margin-right:8px;font-size:1.2rem}
/* Stats */
.exam-prep-stats{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;align-items:center;flex:1 1 300px}
.prep-stat{background:#fff;padding:20px 30px;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,0.08);text-align:center}
.prep-stat h3{font-size:2rem;color:#0073aa;margin-bottom:8px}
.prep-stat p{font-size:0.95rem;color:#444}
/* Chapters Section */.book-cover-section{text-align:center}.book-cover-large{width:200px;height:280px;margin:0 auto 2rem;position:relative;perspective:1000px}.book-spine{position:absolute;left:-10px;top:0;width:20px;height:100%;background:linear-gradient(to bottom,#1e40af,#3b82f6);border-radius:4px 0 0 4px}.book-front{width:100%;height:100%;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);border-radius:8px;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;box-shadow:0 10px 25px rgba(0,0,0,0.2)}.book-front h3{font-size:.9rem;margin-bottom:1rem;opacity:.8;color:#fff}.book-front h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem;text-align:center;color:#fff}.book-front p{font-size:1rem;margin-bottom:1rem;opacity:.9}.book-logo{font-size:2rem;margin-top:1rem}.download-section h3{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.download-buttons{display:flex;flex-direction:column;gap:1rem}.download-btn{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px;text-decoration:none;color:inherit;transition:all .3s ease}.download-btn:hover{border-color:#3b82f6;background:#f0f9ff}.download-btn.primary{border-color:#3b82f6;background:#3b82f6;color:#fff}.download-btn.primary:hover{background:#2563eb}.download-icon{font-size:1.5rem}.book-details h2{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.book-details p{color:#6b7280;margin-bottom:2rem;line-height:1.7}.book-highlights h3,.subject-breakdown h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#374151}.book-highlights ul{list-style:none;padding:0}.book-highlights li{padding:.5rem 0;border-bottom:1px solid #f3f4f6;color:#4b5563}.book-highlights li:last-child{border-bottom:none}.subjects{display:flex;flex-direction:column;gap:1rem}.subject-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:8px}.subject-item .subject-icon{font-size:1.5rem}.subject-item h4{font-weight:600;margin-bottom:.25rem}.subject-item p{color:#6b7280;font-size:.9rem;margin:0}
/* Chapters Section */
.chapters-section{padding:0.5rem 0;background:#f8fafc}.chapters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.chapter-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;text-decoration:none;color:inherit;transition:all .3s ease;display:flex;align-items:flex-start;gap:1rem}.chapter-card:hover{border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 10px 25px rgba(59,130,246,.15)}.chapter-card.featured{border-color:#10b981;background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%)}.chapter-number{width:40px;height:40px;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.chapter-card.featured .chapter-number{background:#10b981}.chapter-content{flex:1}.chapter-content h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.chapter-content p{color:#6b7280;font-size:.9rem;line-height:1.5;margin-bottom:.75rem}.chapter-meta{display:flex;gap:.5rem;align-items:center}.chapter-type{background:#eff6ff;color:#3b82f6;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.chapter-difficulty{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.chapter-difficulty.easy{background:#dcfce7;color:#16a34a}.chapter-difficulty.medium{background:#fef3c7;color:#d97706}.chapter-difficulty.hard{background:#fee2e2;color:#dc2626}.chapter-arrow{font-size:1.2rem;color:#3b82f6;flex-shrink:0}
/* Hero Section */.hero{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:1rem 0;text-align:center}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-top:2rem}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:#fbbf24}.stat-label{font-size:.9rem;opacity:.8}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-top:.5rem}
/* Buttons */.btn-primary,.btn-secondary{display:inline-block;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}.btn-primary{background:#3b82f6;color:#fff!important}.btn-primary:hover{background:#2563eb;transform:translateY(-2px)}.btn-secondary{background:rgba(255,255,255,.2);color:#fff!important;border:2px solid rgba(255,255,255,.3)}.btn-secondary:hover{background:rgba(255,255,255,.3)}
/* Resources Section */
.resources-section{background-color:#f9fafe;padding:10px 0}.section-title{text-align:center;font-size:2rem;margin-bottom:40px;color:#222}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:30px;padding:0 20px}.resource-card{background-color:#fff;padding:25px 20px;border-radius:10px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.resource-card:hover{transform:translateY(-5px);box-shadow:0 6px 16px rgba(0,0,0,.1)}.resource-icon{font-size:2.5rem;margin-bottom:15px}.resource-card h3{font-size:1.25rem;margin-bottom:10px;color:#0073aa}.resource-card p{font-size:.95rem;color:#555;margin-bottom:20px;min-height:60px}.resource-link{display:inline-block;font-size:.95rem;color:#0073aa;text-decoration:none;border:1px solid #0073aa;padding:8px 16px;border-radius:6px;transition:all .3s ease}.resource-link:hover{background-color:#0073aa;color: #fff !important;}
/* Book Overview */
.book-overview{padding:2rem 0;background:white}
.overview-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:start}
/* PDF Viewer */
.pdf-viewer{background:#f8fafc;border:2px dashed #d1d5db;border-radius:8px;padding:2rem;text-align:center;margin:2rem 0}
/* PDF Placeholder */
.pdf-placeholder{display:flex;flex-direction:column;align-items:center;gap:1rem}
/* PDF Icon */
.pdf-icon{font-size:3rem;color:#9ca3af}
/* Download Button */
.download-btn{background:#3b82f6;color:white;border:none;padding:0.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:0.5rem;transition:background 0.3s ease}
.download-btn:hover{background:#2563eb}
/* Chapter Highlights */
.chapter-highlights{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:1.5rem;margin-top:2rem}
.chapter-highlights h4{font-weight:600;color:#1e40af;margin-bottom:1rem}
.chapter-highlights ul{list-style:none;padding:0}
.chapter-highlights li{color:#1e40af;padding:0.25rem 0}
.chapter-highlights li:before{content:"• ";font-weight:bold}
.chapter-content h3{margin-top:0}
/* Classes Grid */
.classes-section{background:white}.classes-section h2,.features-section h2{color:#000;font-size:2rem;margin-bottom:1rem}.class-category{margin-bottom:3rem}.category-title{font-size:1.3rem;font-weight:600;color:#374151;margin-bottom:1.5rem;padding-left:1rem;border-left:4px solid #3b82f6}.class-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.class-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;text-decoration:none;color:inherit;transition:all .3s ease;display:flex;align-items:center;gap:1rem;position:relative}.class-card:hover{border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 10px 25px rgba(59,130,246,.15)}.class-card.featured{border-color:#f59e0b;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.class-number{width:50px;height:50px;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.class-card.featured .class-number{background:#f59e0b}.class-info h4{font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.class-info p{color:#6b7280;font-size:.9rem}.featured-badge{position:absolute;top:-8px;right:1rem;background:#ef4444;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}
/* Features Section */
.features-section{padding:1rem 0;background:#f8fafc}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.05);transition:transform .3s ease}.feature-card:hover{transform:translateY(-4px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.feature-card p{color:#6b7280;line-height:1.6}
/* BPSC PYQ */
.tips-section{background:#fff;border-radius:16px;box-shadow:0 8px 25px rgba(0,0,0,0.1);padding:1rem}
.tips-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;text-align:center}
.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}
.tip-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-align:center;transition:all 0.3s ease}
.tip-card:hover{border-color:#10b981;background:#f0fdf4;transform:translateY(-2px)}
.tip-icon{font-size:2.5rem;margin-bottom:1rem}
.tip-title{font-weight:600;color:#1e293b;margin-bottom:0.75rem}
.tip-description{color:#64748b;font-size:0.9rem;line-height:1.5}
.year-section{background:#fff;border-radius:16px;box-shadow:0 8px 25px rgba(0,0,0,0.1);margin:2rem 0;overflow:hidden}
.year-header{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);padding:1rem 2rem;border-bottom:3px solid #10b981}
.year-title{font-size:1.8rem;font-weight:700;color:#065f46;margin-bottom:0.5rem}
.year-subtitle{color:#059669;font-size:1.1rem;font-weight:500}
.sets-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;padding:0.5rem;justify-content:center;margin:0 auto}
.sets-grid:has(> .set-card:only-child){display:flex;justify-content:center}
.set-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;transition:all 0.3s ease;width:100%;max-width:700px}
.set-card:hover{border-color:#10b981;transform:translateY(-4px);box-shadow:0 12px 25px rgba(16,185,129,0.15)}
.set-header{display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem}
.set-title{font-size:1.2rem;font-weight:600;color:#1e293b}
.set-badge{background:#10b981;color:#fff;padding:0.25rem 0.75rem;border-radius:12px;font-size:0.8rem;font-weight:500}
.set-details{padding:0 1.5rem}
.detail-item{display:flex;justify-content:space-between;padding:0.5rem 0;border-bottom:1px solid #e2e8f0;font-size:0.9rem}
.detail-item:last-child{border-bottom:none}
.detail-label{color:#64748b}
.detail-value{color:#1e293b;font-weight:500}
.pdf-preview{background:#f1f5f9;border:2px dashed #cbd5e1;border-radius:8px;padding:0 0.2rem 1rem 0.2rem;text-align:center;transition:all 0.3s ease}
.pdf-preview:hover{border-color:#10b981;background:#f0fdf4}
.pdf-icon{font-size:3rem;color:#64748b;margin-bottom:1rem}
.pdf-preview:hover .pdf-icon{color:#10b981}
.download-btn:hover{background:#059669;transform:translateY(-2px);box-shadow:0 8px 25px rgba(16,185,129,0.3)}
/* Grammer Notes*/
.notes-content{background:#fff;border-radius:16px;box-shadow:0 8px 25px rgb(0 0 0 / .1);margin:2rem 0;overflow:hidden}
.content-header{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);padding:.5rem 1rem;border-bottom:3px solid #0ea5e9}
.content-title{font-size:1.8rem;font-weight:700;color:#0c4a6e;margin-bottom:.5rem}
.content-subtitle{color:#0369a1;font-size:1.1rem;font-weight:500}
.grammar-body{padding:1.5rem;line-height:1.8;font-size:1.1rem}
.definition-box{background:#ecfdf5;border:2px solid #10b981;border-radius:12px;padding:.5rem}
.definition-box h3{color:#065f46;font-weight:600;margin-bottom:.75rem;font-size:1.2rem}
.types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}
.type-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all 0.3s ease}
.type-card:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 8px 25px rgb(59 130 246 / .15)}
.type-card h4{color:#1e40af;font-weight:600;margin-bottom:.75rem;font-size:1rem}
.example-box{background:#f0f9ff;border-left:5px solid #3b82f6;padding:.5rem;margin:1rem 0;border-radius:12px}
.example-box h4{color:#1e40af;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}
.sentence-example{background:#fef2f2;border:2px solid #fca5a5;border-radius:8px;padding:.5rem;margin:1rem 0;font-family:'Noto Sans Devanagari',sans-serif;font-size:1.1rem}
.sentence-example .hindi{color:#dc2626;font-weight:600;margin-bottom:.5rem}
.sentence-example .english{color:#7f1d1d;font-style:italic;font-size:.95rem}
.usage-tips{background:#ede9fe;border-radius:12px;padding:.5rem;margin:1rem 0}
.usage-tips h3{color:#6b21a8;font-weight:600;margin-bottom:1rem}.tips-list{list-style:none;padding:0}
.tips-list li{padding:.5rem 0;border-bottom:1px solid #c4b5fd;color:#581c87}
.tips-list li:last-child{border-bottom:none}
.highlight-word{background:#fef3c7;color:#92400e;padding:.2rem .4rem;border-radius:4px;font-weight:600}
.related-links{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border-radius:12px;padding:.5rem;margin:1rem 0;text-align:center}.related-links h3{color:#0c4a6e;font-weight:600;margin-bottom:1.5rem}
.links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}
.link-card{background:#fff;border:2px solid #bae6fd;border-radius:8px;padding:.7rem;text-decoration:none;color:#0c4a6e;font-weight:500;transition:all 0.3s ease}
.link-card:hover{border-color:#0ea5e9;transform:translateY(-2px);box-shadow:0 4px 12px rgb(14 165 233 / .2)}
.conclusion-section{background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);color:#fff;padding:1rem;border-radius:16px;margin:1rem 0}
.conclusion-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color: white;}
.conclusion-text{font-size:1.1rem;margin-bottom:2rem;opacity:.9}
.devanagari{font-family:'Noto Sans Devanagari','Mangal',sans-serif}
/* Deals */
.single-deal #plans {
    border: 1px solid #eee;
    border-radius: 10px;
}
#plans {
    background: #fff;
    padding: 40px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.single-deal .section-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #333;
}
.section-title {
    text-align: start;
    margin-bottom: 40px;
}
#plans .title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background: #f4f4f4;
    padding: 5px 25px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
#plans .pricing {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    margin: 15px 0;
}
#plans .sale-price {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #009700;
}
#plans .sale-price:after {
    content: "|";
    font-weight: 300;
    margin: 0 15px;
    color: #eee;
}
#plans .base-price {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #a8a8a8;
    text-decoration: line-through;
}
#plans .deal-type {
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #666;
}
#plans .saving {
    text-align: center;
    padding: 0 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
#plans .saving span {
    display: inline-block;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    background: #e1f2ff;
    padding: 0 20px;
    border-radius: 20px;
}
#plans .features {
    padding: 25px 40px 0 40px;
    flex-grow: 1;
}
#plans .features ul {
    margin: 0;
    list-style: none;
}
#plans .features ul li {
    font-size: 15px;
    padding-left: 28px;
    margin-bottom: 10px;
}
#plans .features ul li:before {
    color: red;
    content: "✓";
    font-weight: 400;
    margin-right: 17px;
}
#plans .link {
    padding: 20px;
}
#plans .link a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    background: #e53935;
    color: #fff;
    padding: 10px 25px;
    text-align: center;
    border-radius: 5px;
    transition: 0.3s all;
}
.single-deal .deal-header .pricing {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.single-deal .deal-header .sale-price {
    color: #009700;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}
.single-deal .deal-header .sale-price:after {
    color: #ccc;
    content: "/";
    font-weight: 400;
    margin-left: 17px;
    margin-right: 17px;
}
.single-deal .deal-header .price {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #e53935;
    text-decoration: line-through;
}
.single-deal .deal-header .btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    padding: 12px 40px;
    color: #fff;
    background: #e53935;
    text-align: center;
    transition: 0.3s ease-in-out;
}
.single-deal #buy {
    position: sticky;
    top: 110px;
    background: #fff;
    padding: 40px 40px 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}
.single-deal #buy .title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}
.single-deal #buy .title span {
    display: block;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #333;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}
.single-deal #buy .price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 16px;
}
.single-deal #buy .sale-price {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #009700;
}
.single-deal #buy .price .sale-price:after {
    content: "|";
    font-weight: 400;
    margin: 0 11px 0 13px;
    color: #e4e4e4;
}
.single-deal #buy .price .net-price {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #a8a8a8;
    text-decoration: line-through;
}
.single-deal #buy .btn-wrapper a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    background: #e53935;
    color: #fff;
    padding: 12px 25px;
    text-align: center;
    border-radius: 5px;
    transition: 0.3s all;
}
.single-deal #buy .saving {
    text-align: center;
    margin-top: 12px;
}
.single-deal #buy .saving span {
    display: inline-block;
    color: #000;
    font-size: 14px;
    background: #e1f2ff;
    padding: 0 20px;
    border-radius: 20px;
    font-weight: 500;
}
.single-deal #buy .view-plans {
    text-align: center;
    margin-top: 8px;
}
.single-deal #buy .view-plans a {
    font-size: 14px;
    font-weight: 500;
    color: #1e73be;
}
#plans .plan {
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
    border-radius: 10px;
    height: initial;
}
.deal-card .price {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.deal-card .price .sale-price {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #009700;
}
.deal-card .price .net-price {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #a8a8a8;
    text-decoration: line-through;
}
.deal-card .price .sale-price:after {
    content: "/";
    font-weight: 400;
    margin: 0 8px 0 13px;
    color: #d6d4d4;
}
/* Trust Badges */
.trust-badges {
    padding: 0.5rem;
    background: #f7fafc;
}
.badges-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(2px, 1fr));
    text-align: center;
}

.badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
}

.badge-icon {
    width: 48px;
    height: 48px;
    background: #e6fffa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.badge h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #2d3748;
}

.badge p {
    font-size: 0.9rem;
    color: #718096;
}
/* Featured Coupon */
.featured-coupon {
    background: linear-gradient(135deg, #ffd89b 0%, #19547b 100%);
    border-radius: 16px;
    padding: 1rem;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.featured-badge {
    background: #e53e3e;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
}

.featured-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.featured-description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.reveal-btn {
    background: white;
    color: #3182ce;
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.reveal-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.coupons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.5rem;
}

.coupon-card {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
}

.coupon-card:hover {
    border-color: #3182ce;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(49, 130, 206, 0.15);
}

.coupon-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.coupon-badge {
    background: #48bb78;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.coupon-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.coupon-description {
    color: #718096;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.coupon-details {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.detail-item {
    background: #f7fafc;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    font-size: 0.8rem;
    color: #4a5568;
}

.code-section {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
}

.code-box {
    flex: 1;
    background: #f7fafc;
    border: 2px dashed #cbd5e0;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    font-family: "Courier New", monospace;
    font-weight: 600;
    font-size: 1.1rem;
    color: #3182ce;
}

.copy-btn {
    background: #3182ce;
    color: white;
    border: none;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.copy-btn:hover {
    background: #2c5282;
}

.copy-btn.copied {
    background: #48bb78;
}

.coupon-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    color: #718096;
}

.success-rate {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.progress-bar {
    width: 60px;
    height: 4px;
    background: #e2e8f0;
    border-radius: 2px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: #48bb78;
    transition: width 0.3s ease;
}
/* Comparison Table */
.comparison-section {
    padding: 1rem 0;
    background: white;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.comparison-table th {
    background: #3182ce;
    color: white;
    padding: 1rem;
    text-align: left;
    font-weight: 600;
}

.comparison-table td {
    padding: 1rem;
    border-bottom: 1px solid #e2e8f0;
    overflow-wrap: break-word;
    max-width: 180px;
}

.comparison-table tr:hover {
    background: #f7fafc;
}

.table-copy-btn {
    background: #48bb78;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.table-copy-btn:hover {
    background: #38a169;
}
/* How to Apply */
.how-to-apply {
    padding: 1rem;
    background: #f7fafc;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.step-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.step-card:hover {
    transform: translateY(-4px);
}

.step-number {
    width: 48px;
    height: 48px;
    background: #3182ce;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin: 0 auto 1rem;
}

.step-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #2d3748;
}

.step-description {
    color: #718096;
    font-size: 0.9rem;
}
/* Toast Notification */
.toast {
    position: fixed;
    bottom: 2rem;
    right: 0rem;
    background: #48bb78;
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1000;
}

.toast.show {
    transform: translateX(0);
}
/* Responsive Adjustments */
@media (max-width: 768px) {
    .overview-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    .classes-grid,
    .subjects-grid,
    .chapters-grid,
    .sets-grid {
        grid-template-columns: 1fr;
    }
    .exam-prep-content {
        flex-direction: column;
    }
    .exam-prep-text,
    .exam-prep-stats,
    .classes-grid,
    .subjects-grid,
    .chapters-grid {
        flex: 1 1 100%;
        grid-template-columns: 1fr;
    }
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    .pdf-viewer {
        padding: 8px 4px;
    }
    .year-header {
        padding: 1rem;
    }
    .grammar-body {
        padding: 0.7rem;
        font-size: 1rem;
    }
    .types-grid {
        grid-template-columns: 1fr;
    }
    .links-grid {
        grid-template-columns: 1fr;
    }
    .single-deal .deal-header .btn-wrapper .btn {
        display: block;
    }
    #plans {
        padding: 20px;
        margin-bottom: 40px;
    }
}