.preloader.fade-out,
.scroll-to-top {
  opacity: 0;
  visibility: hidden;
}
.action-btn,
.auth-footer a,
.contact-action,
.footer-link,
.social-link,
.team-social a,
.toc-list a {
  text-decoration: none;
}
.achievement-item,
.auth-footer,
.auth-header,
.auth-tab,
.contact-card,
.divider,
.empty-state,
.feature-card,
.mission-card,
.payment-method,
.stat-item,
.step-label,
.subject-card,
.success-section,
.upsc-hero .hero-stat {
  text-align: center;
}
.faculty-img,
.success-img {
  object-fit: cover;
  object-fit: cover;
}
.cta-card,
.hero-badge,
.navbar,
.newsletter-card {
  backdrop-filter: blur(10px);
}
.article-badge,
.blog-category,
.course-badge {
  align-self: flex-start;
}
:root {
  --primary: #2563eb;
  --primary-dark: #1d4ed8;
  --primary-light: #dbeafe;
  --secondary: #7e22ce;
  --dark: #1e293b;
  --gray: #64748b;
  --light-gray: #f1f5f9;
  --white: #ffffff;
  --success: #10b981;
  --border: #e2e8f0;
  --shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Exo 2", Sans-serif;
  color: var(--dark);
  line-height: 1.6;
  background: var(--white);
  overflow-x: hidden;
}
.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media only screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
.navbar {
  padding: 1rem 0;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--border);
  transition: 0.3s;
}
.card-clean:hover,
.contact-card:hover,
.form-control:focus,
.form-select:focus,
.payment-method:hover,
.search-input:focus {
  border-color: var(--primary);
}
.navbar.scrolled {
  padding: 0.75rem 0;
  box-shadow: var(--shadow);
}
.navbar-brand {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
}
.navbar-brand i {
  margin-right: 0.5rem;
  font-size: 1.75rem;
}
.nav-link {
  color: var(--dark);
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.5rem 1rem !important;
  transition: color 0.2s;
  position: relative;
}
.auth-tab.active,
.btn-light-custom,
.faculty-subject,
.last-updated strong,
.nav-link.active,
.nav-link:hover,
.payment-method.selected .payment-icon,
.process-step.active .step-label,
.toc-title i {
  color: var(--primary);
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1rem;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: width 0.3s;
}
.nav-link.active::after,
.nav-link:hover::after {
  width: calc(100% - 2rem);
}
.btn-primary-custom {
  background: var(--primary);
  font-size: 0.95rem;
  box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.3);
}
.btn-primary-custom:hover {
  background: var(--primary-dark);
  box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.4);
  color: #f0fff0;
}
.card-clean:hover,
.hero-badge,
.hero-image {
  box-shadow: var(--shadow);
}
.btn-outline-custom {
  border: 1.5px solid var(--primary);
  color: var(--primary);
  font-size: 0.95rem;
}
.btn-outline-custom:hover {
  background: var(--primary-light);
  transform: translateY(-2px);
}
.hero-section {
  padding: 2rem 0;
  background: linear-gradient(135deg, #f0f9ff 0, #e0f2fe 100%);
  position: relative;
  overflow: hidden;
}
.about-hero::before,
.contact-hero::before,
.courses-hero::before,
.enroll-hero::before,
.help-hero::before,
.hero-section::before,
.privacy-hero::before,
.terms-hero::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(37, 99, 235, 0.1) 0,
    rgba(37, 99, 235, 0) 70%
  );
  border-radius: 50%;
}
.hero-section h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  color: var(--dark);
  margin-bottom: 1.5rem;
  letter-spacing: -1.5px;
}
.about-hero .highlight,
.contact-hero .highlight,
.courses-hero .highlight,
.enroll-hero .highlight,
.help-hero .highlight,
.hero-section .highlight,
.privacy-hero .highlight,
.terms-hero .highlight {
  color: var(--primary);
  position: relative;
  display: inline-block;
}
.about-hero .highlight::after,
.contact-hero .highlight::after,
.courses-hero .highlight::after,
.enroll-hero .highlight::after,
.help-hero .highlight::after,
.hero-section .highlight::after,
.privacy-hero .highlight::after,
.terms-hero .highlight::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(37, 99, 235, 0.2);
  z-index: -1;
}
.hero-section .lead {
  font-size: 1.25rem;
  color: var(--gray);
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 2rem;
}
.hero-image {
  border-radius: 16px;
  overflow: hidden;
  transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
  transition: transform 0.5s;
}
.hero-image:hover {
  transform: perspective(1000px) rotateY(0) rotateX(0);
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  background: var(--white);
  font-weight: 600;
}
.hero-badge i {
  color: var(--success);
  margin-right: 0.5rem;
}
.stats-section {
  padding: 4rem 0;
  background: var(--white);
  position: relative;
}
.stats-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    var(--border),
    transparent
  );
}
.stat-item {
  padding: 1.5rem 1rem;
  transition: transform 0.3s;
}
.stat-item:hover,
.upsc-card:hover {
  transform: translateY(-5px);
}
.stat-value {
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stat-label {
  color: var(--gray);
  font-weight: 500;
}
.card-clean,
.course-card-home {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  background: var(--white);
  transition: 0.4s;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.card-icon,
.course-badge {
  background: var(--primary-light);
}
.card-clean::before,
.course-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}
.card-clean:hover {
  transform: translateY(-8px);
}
.card-clean:hover::before,
.course-card:hover::before {
  transform: scaleX(1);
}
.card-icon {
  width: 70px;
  height: 70px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: var(--primary);
  font-size: 1.75rem;
  transition: 0.3s;
}
.card-clean:hover .card-icon,
.contact-card:hover .contact-icon,
.mission-card:hover .mission-icon {
  background: var(--primary);
  color: #fff;
  transform: scale(1.1);
}
.card-title,
.timeline-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 1rem;
}
.card-text {
  color: var(--gray);
  font-size: 1rem;
  line-height: 1.7;
}
.course-badge {
  color: var(--primary);
}
.price {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--dark);
}
.blog-card-excerpt,
.faculty-exp,
.feature-desc,
.map-placeholder p,
.price-period,
.schedule-desc,
.schedule-features li,
.search-icon,
.section-subtitle,
.subject-topics li,
.success-details p,
.testimonial-text {
  color: var(--gray);
}
.testimonial-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  background: var(--white);
  height: 100%;
  transition: 0.3s;
  position: relative;
}
.faculty-card:hover,
.feature-card:hover,
.schedule-card:hover,
.subject-card:hover,
.testimonial-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  font-size: 4rem;
  color: var(--primary-light);
  font-family: Georgia, serif;
  line-height: 1;
}
.testimonial-text {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.success-info,
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--primary);
  flex-shrink: 0;
}
.author-name {
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.25rem;
}
.author-role {
  font-size: 0.9rem;
  color: var(--gray);
}
.blog-card-title,
.category-title,
.contact-info strong,
.contact-title,
.faculty-name,
.feature-title,
.form-label,
.schedule-price,
.schedule-title,
.section-title,
.subject-title {
  color: var(--dark);
}
.form-control,
.form-select,
.search-input {
  border: 1.5px solid var(--border);
}
footer {
  background: linear-gradient(135deg, #1e293b 0, #0f172a 100%);
  color: #fff;
  padding: 5rem 0 2rem;
  margin-top: 2rem;
}
.footer-title {
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  position: relative;
  display: inline-block;
}
.footer-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 3px;
  background: var(--primary);
}
.footer-link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  display: block;
  margin-bottom: 0.85rem;
  transition: 0.2s;
  display: flex;
  align-items: center;
}
.footer-link i {
  margin-right: 0.5rem;
  font-size: 0.8rem;
}
.footer-link:hover {
  color: #fff;
  transform: translateX(5px);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  margin-top: 4rem;
}
.social-links {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}
.social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
}
.social-link:hover {
  background: var(--primary);
  transform: translateY(-3px);
}
.batch-schedule,
.bg-light-custom,
.cta-section,
.mission-values,
.program-features,
.success-stories {
  background: var(--light-gray);
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s, visibility 0.5s;
}
.loader-spinner {
  width: 60px;
  height: 60px;
  border: 4px solid var(--border);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: 0.8s linear infinite spin;
}
.loader-text {
  margin-top: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.scroll-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}
.auth-container,
.cta-section {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.auth-section,
.feature-list li {
  align-items: center;
  display: flex;
}
.fade-in,
.slide-in-left,
.slide-in-right {
  opacity: 0;
  transition: opacity 0.6s, transform 0.6s;
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}
.scroll-to-top:hover {
  background: var(--primary-dark);
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
}
.fade-in {
  transform: translateY(30px);
}
.blog-card.visible,
.category-card.visible,
.fade-in.visible,
.featured-card.visible,
.newsletter-card.visible,
.process-content.active,
.success-section.active {
  opacity: 1;
  transform: translateY(0);
}
.slide-in-left {
  transform: translateX(-50px);
}
.slide-in-right {
  transform: translateX(50px);
}
.slide-in-left.visible,
.slide-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}
.stagger-1 {
  transition-delay: 0.1s;
}
.stagger-2 {
  transition-delay: 0.2s;
}
.stagger-3 {
  transition-delay: 0.3s;
}
.stagger-4 {
  transition-delay: 0.4s;
}
.feature-list {
  list-style: none;
  padding: 0;
}
.feature-list li {
  padding: 0.75rem 0;
  color: var(--gray);
  font-size: 0.95rem;
}
.feature-list li i {
  color: var(--success);
  margin-right: 0.75rem;
  font-size: 0.9rem;
}
.cta-section {
  background: linear-gradient(
    135deg,
    var(--primary) 0,
    var(--primary-dark) 100%
  );
  margin: 4rem 0;
}
.cta-card::before,
.cta-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.btn,
.btn-ripple,
.password-input,
.section-header {
  position: relative;
}
.btn::after,
.scroll-to-top::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.btn:hover::after,
.scroll-to-top:hover::after {
  width: 300px;
  height: 300px;
}
.auth-section {
  padding: 2rem 0;
  background: linear-gradient(135deg, #f0f9ff 0, #e0f2fe 100%);
  min-height: calc(100vh - 160px);
}
.auth-body,
.auth-header {
  padding: 2.5rem 2rem;
}
.auth-container {
  background: var(--white);
  box-shadow: var(--shadow);
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.auth-header {
  background: linear-gradient(
    135deg,
    var(--primary) 0,
    var(--primary-dark) 100%
  );
  color: #fff;
}
.auth-tab,
.toggle-password {
  color: var(--gray);
  cursor: pointer;
}
.auth-header h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.auth-header p {
  opacity: 0.9;
  font-size: 0.95rem;
}
.auth-tabs {
  display: flex;
  background: var(--light-gray);
  border-radius: 12px;
  padding: 4px;
  margin-bottom: 2rem;
  position: relative;
}
.auth-tab {
  flex: 1;
  padding: 0.75rem 1rem;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 8px;
  transition: 0.3s;
  z-index: 1;
}
.auth-tab-slider {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
.auth-tab-slider.signup {
  transform: translateX(100%);
}
.auth-form,
.form-section {
  display: none;
}
.auth-form.active,
.form-section.active {
  display: block;
  animation: 0.5s fadeIn;
}
.toggle-password {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: 0 0;
  border: none;
}
.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}
.course-meta-item,
.remember-me {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.remember-me input {
  width: 16px;
  height: 16px;
}
.back-to-login a,
.forgot-password {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
}
.auth-footer a:hover,
.back-to-login a:hover,
.forgot-password:hover {
  text-decoration: underline;
}
.btn-auth-primary {
  background: var(--primary);
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 0.85rem 1.5rem;
  border-radius: 10px;
  font-size: 1rem;
  transition: 0.3s;
  width: 100%;
  box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.3);
  margin-bottom: 1.5rem;
}
.auth-footer,
.divider,
.filter-label,
.filter-select,
.social-btn {
  font-size: 0.9rem;
}
.btn-auth-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.4);
}
.divider::before,
.process-steps::before {
  left: 0;
  right: 0;
  background: var(--border);
  z-index: 1;
  position: absolute;
  content: "";
}
.divider {
  position: relative;
  margin: 1.5rem 0;
  color: var(--gray);
}
.divider::before {
  top: 50%;
  height: 1px;
}
.divider span {
  background: var(--white);
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
.social-login {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}
.social-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  background: var(--white);
  color: var(--dark);
  font-weight: 500;
  transition: 0.3s;
  cursor: pointer;
}
.social-btn:hover {
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.social-btn.google {
  color: #db4437;
}
.social-btn.facebook {
  color: #4267b2;
}
.auth-footer {
  color: var(--gray);
}
.auth-footer a {
  color: var(--primary);
  font-weight: 600;
}
.about-hero,
.contact-hero,
.courses-hero,
.enroll-hero,
.help-hero,
.privacy-hero,
.terms-hero {
  padding: 6rem 0 4rem;
  background: linear-gradient(135deg, #f0f9ff 0, #e0f2fe 100%);
  position: relative;
  overflow: hidden;
}
.about-hero h1,
.contact-hero h1,
.courses-hero h1,
.enroll-hero h1,
.help-hero h1,
.privacy-hero h1,
.terms-hero h1 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  color: var(--dark);
  margin-bottom: 1rem;
  letter-spacing: -1.5px;
}
.about-hero .lead,
.contact-hero .lead,
.courses-hero .lead,
.enroll-hero .lead,
.help-hero .lead,
.privacy-hero .lead,
.terms-hero .lead {
  font-size: 1.2rem;
  color: var(--gray);
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 2rem;
}
.filter-section {
  background: var(--white);
  padding: 2rem 0;
  border-bottom: 1px solid var(--border);
}
.filter-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
}
.filter-group {
  display: flex;
  flex-direction: column;
  min-width: 180px;
}
.filter-label {
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 0.5rem;
}
.filter-select {
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  transition: 0.3s;
  background: var(--white);
  cursor: pointer;
}
.filter-select:focus,
.form-control:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
  outline: 0;
}
.search-box {
  flex: 1;
  min-width: 300px;
}
.filter-actions {
  display: flex;
  gap: 1rem;
}
.courses-section,
.help-categories {
  padding: 4rem 0;
  background: var(--light-gray);
}
.courses-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}
.courses-title {
  font-size: 2rem;
  font-weight: 800;
  color: var(--dark);
  margin: 0;
}
.faculty-desc,
.results-count {
  color: var(--gray);
  font-size: 0.95rem;
}
.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
}
.course-card {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  transform: translateY(20px);
}
.contact-card,
.faq-item,
.form-container,
.map-container,
.mission-card,
.process-content,
.team-card,
.timeline-content {
  box-shadow: var(--shadow);
}
.course-card.animate-in {
  animation: 0.6s forwards cardSlideUp;
}
.blog-card:hover,
.course-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}
.course-image {
  height: 200px;
  overflow: hidden;
}
.blog-card-img img,
.course-image img,
.featured-img img,
.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.blog-card:hover .blog-card-img img,
.course-card:hover .course-image img,
.featured-card:hover .featured-img img,
.team-card:hover .team-image img {
  transform: scale(1.05);
}
.course-content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.course-badge {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  background: var(--primary-light);
  color: var(--primary);
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  transform: scale(0.9);
  transition: 0.3s;
}
.enroll-process,
.process-content,
.step-number {
  background: var(--white);
}
.empty-state,
.process-content,
.success-section {
  opacity: 0;
  transform: translateY(20px);
}
.course-card:hover .course-badge {
  transform: scale(1);
  background: var(--primary);
  color: #fff;
}
.course-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
.course-description,
.course-meta {
  color: var(--gray);
  margin-bottom: 1.5rem;
}
.course-description {
  font-size: 0.95rem;
  line-height: 1.6;
  flex: 1;
}
.course-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
}
.course-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.price-amount {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--dark);
}
.price-period {
  font-size: 0.9rem;
  color: var(--gray);
  font-weight: 500;
}
.empty-state {
  padding: 4rem 2rem;
  grid-column: 1/-1;
  animation: 0.6s 0.3s forwards fadeInUp;
}
.empty-state i {
  font-size: 4rem;
  color: var(--border);
  margin-bottom: 1.5rem;
}
.empty-state h3,
.mission-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 1rem;
}
.empty-state p,
.form-text,
.payment-icon,
.step-label,
.step-number {
  color: var(--gray);
}
.empty-state p {
  margin-bottom: 2rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.enroll-process {
  padding: 4rem 0;
}
.privacy-container,
.process-container,
.refund-container,
.terms-container {
  max-width: 1000px;
  margin: 0 auto;
}
.process-steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  position: relative;
}
.process-steps::before {
  top: 25px;
  height: 3px;
}
.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  flex: 1;
}
.step-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  transition: 0.3s;
}
.process-step.active .step-number {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  transform: scale(1.1);
}
.process-step.completed .step-number {
  background: var(--success);
  border-color: var(--success);
  color: #fff;
}
.step-label {
  font-weight: 600;
  font-size: 0.9rem;
}
.process-step.completed .step-label {
  color: var(--success);
}
.process-content {
  border-radius: 16px;
  padding: 2.5rem;
  margin-bottom: 2rem;
  transition: 0.5s;
}
@keyframes fadeIn {
  from {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.form-control,
.form-select,
.form-textarea {
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 0.85rem 1.25rem;
  font-size: 0.95rem;
  transition: 0.3s;
  width: 100%;
}
.form-text {
  font-size: 0.85rem;
  margin-top: 0.25rem;
}
.course-summary {
  background: var(--light-gray);
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.course-summary h4,
.info-card h5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 1rem;
}
.summary-item {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border);
}
.summary-item:last-child {
  border-bottom: none;
  font-weight: 700;
  font-size: 1.1rem;
}
.payment-methods {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.payment-method {
  flex: 1;
  border: 2px solid var(--border);
  border-radius: 10px;
  padding: 1.5rem;
  cursor: pointer;
  transition: 0.3s;
}
.payment-method.selected {
  border-color: var(--primary);
  background: var(--primary-light);
}
.payment-icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}
.payment-label {
  font-weight: 600;
  color: var(--dark);
}
.card-element {
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 0.85rem 1.25rem;
  margin-bottom: 1.5rem;
}
.info-item,
.toc-list li {
  border-bottom: 1px solid var(--border);
}
.process-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.success-section {
  padding: 4rem 2rem;
  transition: 0.5s;
  display: none;
}
.success-icon {
  width: 80px;
  height: 80px;
  background: var(--success);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  margin: 0 auto 1.5rem;
}
.course-structure,
.faculty-section,
.mission-card,
.our-story,
.team-section,
.timeline-content {
  background: var(--white);
}
.success-title {
  font-size: 2rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 1rem;
}
.success-text {
  font-size: 1.1rem;
  color: var(--gray);
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.section-padding {
  padding: 2rem 0;
}
.story-timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.story-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: var(--primary-light);
  transform: translateX(-50%);
}
.timeline-item {
  display: flex;
  margin-bottom: 4rem;
  position: relative;
}
.timeline-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.timeline-content {
  flex: 1;
  padding: 2rem;
  border-radius: 12px;
  position: relative;
}
.mission-icon,
.team-social a {
  display: flex;
  align-items: center;
}
.form-container,
.mission-card,
.mission-icon,
.team-card {
  border-radius: 16px;
}
.timeline-item:nth-child(odd) .timeline-content {
  margin-right: 3rem;
}
.timeline-item:nth-child(2n) .timeline-content {
  margin-left: 3rem;
}
.timeline-content::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background: var(--primary);
  border-radius: 50%;
  transform: translateY(-50%);
}
.mission-card:hover,
.team-card:hover {
  transform: translateY(-8px);
}
.timeline-item:nth-child(odd) .timeline-content::before {
  right: -40px;
}
.timeline-item:nth-child(2n) .timeline-content::before {
  left: -40px;
}
.timeline-year {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 0.5rem;
}
.contact-info,
.mission-text,
.timeline-description {
  color: var(--gray);
  line-height: 1.7;
}
.mission-card {
  padding: 3rem 2.5rem;
  height: 100%;
  transition: 0.3s;
}
.mission-icon {
  width: 80px;
  height: 80px;
  background: var(--primary-light);
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: var(--primary);
  font-size: 2rem;
  transition: 0.3s;
}
.team-card {
  background: var(--white);
  overflow: hidden;
  transition: 0.3s;
  height: 100%;
}
.achievements-section,
.cta-card {
  background: linear-gradient(
    135deg,
    var(--primary) 0,
    var(--primary-dark) 100%
  );
}
.team-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.team-image {
  height: 280px;
  overflow: hidden;
}
.team-content {
  padding: 1.5rem;
}
.team-name {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 0.5rem;
}
.team-role {
  font-size: 1rem;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 1rem;
}
.team-bio {
  color: var(--gray);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.team-social {
  display: flex;
  gap: 0.75rem;
}
.team-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--light-gray);
  color: var(--gray);
  justify-content: center;
  transition: 0.3s;
}
.contact-action,
.contact-icon {
  align-items: center;
  transition: 0.3s;
}
.team-social a:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-3px);
}
.contact-action:hover,
.read-more:hover i,
.toc-list a:hover {
  transform: translateX(5px);
}
.achievements-section {
  color: #fff;
  padding: 5rem 0;
}
.achievement-item {
  padding: 1.5rem;
}
.achievement-value {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.achievement-label {
  font-size: 1.1rem;
  font-weight: 500;
  opacity: 0.9;
}
.cta-card {
  color: #fff;
  position: relative;
  overflow: hidden;
}
.contact-section,
.jee-info,
.neet-info,
.popular-articles,
.privacy-content,
.refund-content,
.resources-section,
.terms-content {
  padding: 5rem 0;
  background: var(--white);
}
.contact-container {
  max-width: 1200px;
  margin: 0 auto;
}
.contact-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}
.contact-card {
  background: var(--white);
  border: 1px solid var(--border);
}
.contact-icon {
  background: var(--primary-light);
  display: flex;
  justify-content: center;
  color: var(--primary);
}
.contact-action {
  color: var(--primary);
  font-weight: 600;
  display: inline-flex;
  gap: 0.5rem;
}
.contact-action:hover {
  color: var(--primary-dark);
}
.contact-form-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-bottom: 5rem;
}
.form-container {
  background: var(--white);
  padding: 2.5rem;
  border: 1px solid var(--border);
}
.form-title,
.info-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}
.form-title::after,
.info-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--primary);
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-label {
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  display: block;
}
.form-textarea {
  resize: vertical;
  min-height: 120px;
}
.info-container {
  background: var(--light-gray);
  border-radius: 16px;
  padding: 2.5rem;
}
.info-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
}
.category-link:hover,
.toc-title {
  gap: 0.75rem;
}
.info-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.info-icon {
  width: 50px;
  height: 50px;
  background: var(--primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.info-content {
  flex: 1;
}
.info-heading {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 0.5rem;
}
.info-text {
  color: var(--gray);
  line-height: 1.6;
}
.map-section {
  padding: 0 0 5rem;
}
.map-container {
  border-radius: 16px;
  overflow: hidden;
  height: 400px;
  background: var(--light-gray);
  position: relative;
}
.map-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e0f2fe 0, #bae6fd 100%);
  color: var(--dark);
}
.map-placeholder i {
  font-size: 4rem;
  margin-bottom: 1rem;
  color: var(--primary);
}
.map-placeholder h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.privacy-section,
.refund-section,
.terms-section {
  margin-bottom: 3rem;
}
.privacy-section:last-child,
.refund-section:last-child,
.terms-section:last-child {
  margin-bottom: 0;
}
.privacy-subtitle,
.refund-subtitle,
.terms-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--primary-light);
}
.privacy-text,
.refund-text,
.terms-text {
  color: var(--gray);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.faq-question,
.toc-title {
  color: var(--dark);
  display: flex;
}
.privacy-list,
.refund-list,
.terms-list,
.toc-list {
  list-style-type: none;
  padding-left: 0;
}
.privacy-list li,
.refund-list li,
.terms-list li {
  padding: 0.75rem 0 0.75rem 2rem;
  color: var(--gray);
  position: relative;
}
.privacy-list li::before,
.refund-list li::before,
.subject-topics li::before,
.terms-list li::before {
  content: "•";
  color: var(--primary);
  font-weight: 700;
  position: absolute;
  left: 0.5rem;
}
.faq-section {
  background: var(--light-gray);
  padding: 5rem 0;
}
.faq-container {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  background: var(--white);
  border-radius: 12px;
  margin-bottom: 1rem;
  overflow: hidden;
  border: 1px solid var(--border);
}
.faq-question {
  padding: 1.5rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
.faq-question:hover {
  background: var(--primary-light);
}
.action-btn:hover,
.suggestion-tag:hover {
  background: var(--primary);
  color: #fff;
}
.faq-question i {
  transition: transform 0.3s;
}
.faq-item.active .faq-question i {
  transform: rotate(180deg);
}
.faq-answer {
  padding: 0 2rem;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.faq-item.active .faq-answer {
  padding: 0 2rem 1.5rem;
  max-height: 500px;
}
.cta-section {
  background: linear-gradient(
    135deg,
    var(--primary) 0,
    var(--primary-dark) 100%
  );
}
.cta-title {
  font-weight: 800;
}
.btn-light-custom:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.toc-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  align-items: center;
}
.toc-list li {
  padding: 0.5rem 0;
}
.subject-topics li:last-child,
.toc-list li:last-child {
  border-bottom: none;
}
.toc-list a {
  color: var(--gray);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: 0.3s;
}
.toc-list a:hover {
  color: var(--primary);
}
.blog-meta i,
.toc-list a i {
  color: var(--primary);
  font-size: 0.8rem;
}
.quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}
.action-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: var(--primary-light);
  color: var(--primary);
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
}
.action-btn:hover {
  transform: translateY(-2px);
}
.search-section {
  padding: 2rem 0;
  background: var(--white);
}
.search-box {
  position: relative;
  margin-bottom: 1.5rem;
}
.search-input {
  width: 100%;
  padding: 1.25rem 1.5rem 1.25rem 3rem;
  border: 2px solid var(--border);
  border-radius: 12px;
  font-size: 1rem;
  transition: 0.3s;
  background: var(--white);
}
.search-input:focus {
  outline: 0;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.search-icon {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gray);
}
.blog-card,
.category-card,
.featured-card,
.newsletter-card {
  transform: translateY(30px);
}
.search-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.suggestion-tag {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: var(--primary-light);
  color: var(--primary);
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
}
.category-card {
  background: var(--white);
  border: 1px solid var(--border);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.category-card:hover {
  box-shadow: var(--shadow);
  border-color: var(--primary-light);
}
.category-icon,
.feature-icon {
  background: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--primary);
}
.article-excerpt,
.category-desc,
.jee-card-desc,
.neet-card-desc {
  color: var(--gray);
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
.article-badge,
.category-link {
  color: var(--primary);
  font-weight: 600;
}
.article-link,
.category-link {
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.category-link {
  display: flex;
  transition: 0.2s;
}
.article-card {
  background: var(--white);
  border-radius: 12px;
  padding: 2rem;
  transition: 0.3s;
  border: 1px solid var(--border);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.article-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--primary-light);
}
.article-badge {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  background: var(--primary-light);
  border-radius: 6px;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.article-title,
.resource-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--dark);
}
.article-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  color: var(--gray);
}
.article-link,
.contact-icon {
  color: var(--primary);
  display: flex;
}
.article-link {
  font-weight: 600;
}
.contact-options {
  padding: 5rem 0;
  background: var(--light-gray);
}
.contact-card {
  background: var(--white);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  transition: 0.3s;
  border: 1px solid var(--border);
  height: 100%;
}
.contact-card:hover,
.jee-card:hover,
.neet-card:hover,
.success-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.contact-icon {
  width: 70px;
  height: 70px;
  background: var(--primary-light);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 1.75rem;
}
.contact-title,
.jee-card-title,
.neet-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--dark);
}
.contact-desc,
.contact-info,
.resource-desc {
  margin-bottom: 1.5rem;
  color: var(--gray);
}
.resource-card {
  background: var(--light-gray);
  border-radius: 12px;
  padding: 2rem;
  transition: 0.3s;
  border-left: 4px solid var(--primary);
  height: 100%;
}
.resource-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.btn-light-custom:hover,
.btn-primary-custom:hover {
  transform: translateY(-2px);
}
.resource-icon {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 1rem;
}
.neet-hero {
  padding: 7rem 0 5rem;
  background: linear-gradient(135deg, #0f766e 0, #134e4a 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.jee-hero::before,
.neet-hero::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0,
    rgba(255, 255, 255, 0) 70%
  );
  border-radius: 50%;
}
.jee-hero h1,
.neet-hero h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  letter-spacing: -1.5px;
}
.jee-hero .highlight,
.neet-hero .highlight {
  color: #fbbf24;
  position: relative;
  display: inline-block;
}
.jee-hero .highlight::after,
.neet-hero .highlight::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(251, 191, 36, 0.3);
  z-index: -1;
}
.jee-hero .lead,
.neet-hero .lead {
  font-size: 1.3rem;
  opacity: 0.9;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 2.5rem;
  max-width: 600px;
}
.jee-card,
.neet-card {
  background: var(--white);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  transition: 0.3s;
  border: 1px solid var(--border);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.jee-card-icon,
.neet-card-icon {
  width: 70px;
  height: 70px;
  background: var(--primary-light);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  color: var(--primary);
}
.jee-card-list,
.neet-card-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}
.jee-card-list li,
.neet-card-list li {
  padding: 0.5rem 0 0.5rem 1.5rem;
  color: var(--gray);
  position: relative;
}
.jee-card-list li::before,
.neet-card-list li::before,
.schedule-features li::before {
  content: "✓";
  color: var(--success);
  font-weight: 700;
  position: absolute;
  left: 0;
}
.subject-card {
  background: var(--light-gray);
  border-left: 4px solid var(--secondary);
}
.faculty-subject,
.subject-icon {
  color: var(--secondary);
}
.subject-topics li::before {
  content: "•";
  color: var(--secondary);
}
.schedule-badge {
  background: var(--secondary);
}
.faculty-img {
  border: 4px solid var(--secondary-light);
}
.success-quote::before {
  content: '"';
  color: var(--secondary-light);
}
.last-updated {
  background: var(--primary-light);
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.last-updated i {
  font-size: 1.5rem;
  color: var(--primary);
}
.info-card {
  background: var(--light-gray);
  border-radius: 12px;
  padding: 2rem;
  margin: 2rem 0;
  border-left: 4px solid var(--primary);
}
.warning-card {
  background: #fef3c7;
  border-left: 4px solid var(--warning);
}
.success-card {
  border-left: 4px solid var(--success);
}
.danger-card {
  background: #fee2e2;
  border-left: 4px solid var(--danger);
}
.info-card p {
  color: var(--gray);
  margin-bottom: 0;
}
.table-of-contents {
  background: var(--light-gray);
  border-radius: 16px;
  padding: 2.5rem;
  margin-bottom: 3rem;
}
.jee-hero {
  padding: 7rem 0 5rem;
  background: linear-gradient(135deg, #1e3a8a 0, #3730a3 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.hero-stats {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
.hero-stat {
  display: flex;
  flex-direction: column;
}
.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
}
.stat-label {
  font-size: 0.9rem;
  opacity: 0.8;
}
.section-title {
  color: var(--dark);
  letter-spacing: -1px;
  position: relative;
  display: inline-block;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
}
.feature-card {
  background: var(--white);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subject-card {
  background: var(--light-gray);
  border-left: 4px solid var(--primary);
}
.faculty-card,
.schedule-card {
  border: 1px solid var(--border);
}
.subject-icon {
  font-size: 2.5rem;
  color: var(--primary);
}
.schedule-card {
  background: var(--white);
  overflow: hidden;
}
.schedule-badge {
  background: var(--primary);
}
.category-count,
.schedule-period {
  color: var(--gray);
  font-size: 0.9rem;
}
.faculty-card {
  background: var(--white);
}
.faculty-img {
  border: 4px solid var(--primary-light);
}
.success-card {
  background: var(--white);
  transition: 0.3s;
  border: 1px solid var(--border);
  position: relative;
}
.feature-card,
.subject-card,
.upsc-card {
  transition: transform 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.success-quote {
  font-size: 1.1rem;
  color: var(--dark);
}
.success-quote::before {
  content: '"';
  font-size: 4rem;
  color: var(--primary-light);
  position: absolute;
  top: -1.5rem;
  left: -1rem;
  line-height: 1;
  z-index: 0;
}
.success-details h4 {
  font-weight: 700;
  color: var(--dark);
}
.success-rank {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  margin-top: 0.5rem;
}
.upsc-hero {
  background: #2c5c8a;
  color: #fff;
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}
.upsc-hero .highlight {
  color: #fc0;
}
.upsc-hero .hero-stats {
  display: flex;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.feature-icon,
.upsc-card-icon {
  width: 70px;
  display: flex;
  align-items: center;
}
.upsc-hero .stat-number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}
.upsc-hero .stat-label {
  font-size: 0.9rem;
  opacity: 0.9;
}
.course-structure,
.faculty-section,
.upsc-info {
  padding: 80px 0;
  background-color: #f8f9fa;
}
.upsc-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
}
.upsc-card-icon {
  height: 70px;
  background: var(--primary);
  border-radius: 50%;
  justify-content: center;
  margin-bottom: 20px;
}
.category-icon i,
.feature-icon i,
.upsc-card-icon i {
  color: #fff;
  font-size: 1.8rem;
}
.schedule-title,
.upsc-card-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1a3a5f;
}
.schedule-desc,
.upsc-card-desc {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}
.schedule-features,
.upsc-card-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}
.schedule-features li,
.upsc-card-list li {
  padding: 8px 0 8px 25px;
  position: relative;
}
.schedule-features li:before,
.upsc-card-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2c5c8a;
  font-weight: 700;
}
.batch-schedule,
.blog-content,
.program-features,
.success-stories {
  padding: 80px 0;
}
.feature-card {
  padding: 30px 20px;
  border-radius: 10px;
  background: #fff;
  height: 100%;
}
.feature-icon {
  height: 70px;
  background: var(--primary);
  border-radius: 50%;
  justify-content: center;
  margin: 0 auto 20px;
}
.subject-icon,
.success-info {
  display: flex;
  align-items: center;
}
.feature-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1a3a5f;
}
.faculty-desc,
.feature-desc {
  color: #666;
  line-height: 1.6;
}
.subject-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
}
.subject-icon {
  width: 80px;
  height: 80px;
  background: var(--primary);
  border-radius: 50%;
  justify-content: center;
  margin: 0 auto 20px;
}
.faculty-card,
.schedule-card {
  height: 100%;
  transition: transform 0.3s;
}
.subject-icon i {
  color: #fff;
  font-size: 2rem;
}
.subject-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1a3a5f;
}
.subject-topics {
  list-style: none;
  padding: 0;
  text-align: left;
}
.back-to-login,
.category-card,
.cta-card,
.faculty-card,
.newsletter-card,
.sitemap-header {
  text-align: center;
}
.subject-topics li {
  padding: 10px 0 10px 25px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.subject-topics li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2c5c8a;
  font-weight: 700;
  font-size: 1.2rem;
}
.schedule-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  position: relative;
}
.schedule-badge {
  position: absolute;
  top: -10px;
  right: 20px;
  background: #fc0;
  color: #1a3a5f;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}
.faculty-card,
.success-card {
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.schedule-price {
  font-size: 2rem;
  font-weight: 700;
  color: #1a3a5f;
  margin-bottom: 5px;
}
.schedule-period {
  color: #666;
  margin-bottom: 20px;
}
.faculty-card {
  border-radius: 12px;
  padding: 25px;
}
.faculty-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 20px;
  border: 5px solid #f0f0f0;
}
.faculty-name {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #1a3a5f;
}
.faculty-subject {
  color: #2c5c8a;
  font-weight: 500;
  margin-bottom: 5px;
}
.faculty-exp {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 15px;
}
.success-card {
  border-radius: 12px;
  padding: 30px;
  height: 100%;
}
.success-quote {
  font-style: italic;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
}
.success-quote:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 3rem;
  color: #2c5c8a;
  font-family: Georgia, serif;
}
.success-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 15px;
}
.success-details h4 {
  margin: 0 0 5px;
  font-size: 1.1rem;
  color: #1a3a5f;
}
.success-details p {
  margin: 0 0 5px;
  color: #666;
  font-size: 0.9rem;
}
.success-rank {
  color: #fff;
  font-weight: 500;
  font-size: 0.9rem;
  background: #2c5c8a;
}
.cta-section {
  padding: 80px 0;
  background: var(--primary);
  color: #fff;
}
.cta-card {
  padding: 50px 30px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
}
.cta-title,
.newsletter-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.cta-text {
  font-size: 1.1rem;
  margin-bottom: 30px;
  opacity: 0.9;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.section-header {
  margin-bottom: 2rem;
}
.section-title {
  color: #1a3a5f;
}
.section-subtitle {
  color: #666;
}
.btn-primary-custom {
  background: var(--primary);
  border: none;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
}
.btn-light-custom,
.btn-outline-custom {
  color: #1a3a5f;
  font-weight: 600;
  transition: 0.3s;
}
.btn-primary-custom:hover {
  box-shadow: 0 5px 15px rgba(26, 58, 95, 0.3);
}
.btn-outline-custom {
  border: 2px solid #1a3a5f;
  background: 0 0;
  padding: 10px 23px;
  border-radius: 8px;
}
.btn-outline-custom:hover {
  background: #1a3a5f;
  color: #fff;
}
.btn-light-custom {
  background: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
}
.blog-hero,
.jee-hero .stat-label,
.neet-hero .stat-label,
.upsc-hero .stat-label {
  color: #fff;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 15px;
  border-radius: 30px;
  margin-bottom: 20px;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2.75rem;
  }
  .section-title {
    font-size: 2.25rem;
  }
  .stat-value {
    font-size: 2.5rem;
  }
  .hero-section::before {
    display: none;
  }
  .upsc-hero {
    padding: 80px 0 60px;
  }
  .upsc-hero .hero-stats {
    gap: 20px;
  }
  .upsc-hero .stat-number {
    font-size: 1.6rem;
  }
  .blog-card {
    width: 100% !important;
  }
}
.blog-hero {
  background: linear-gradient(135deg, var(--primary) 0, var(--secondary) 100%);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}
.blog-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.blog-hero p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto 30px;
  opacity: 0.9;
}
.search-container {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.search-container input {
  width: 100%;
  padding: 15px 20px;
  border-radius: 50px;
  border: none;
  font-size: 1rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.search-container button {
  position: absolute;
  right: 5px;
  top: 5px;
  border: none;
  color: var(--primary);
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
}
.newsletter-form button:hover,
.search-container button:hover {
  background: #ffd633;
}
.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--primary);
}
.section-subtitle {
  font-size: 1.1rem;
  color: var(--gray);
  max-width: 700px;
  margin: 0 auto 50px;
  line-height: 1.6;
}
.blog-card {
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  opacity: 0;
}
.blog-card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.blog-category {
  background: rgba(26, 58, 95, 0.1);
  color: var(--primary);
}
.blog-meta {
  display: flex;
  align-items: center;
  color: var(--gray);
}
.featured-card .row,
.read-more {
  align-items: center;
}
.blog-meta i {
  margin-right: 5px;
  color: var(--primary);
}
.read-more {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  transition: 0.3s;
}
.read-more i {
  margin-left: 5px;
  transition: transform 0.3s;
}
.featured-post {
  margin-bottom: 60px;
}
.featured-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.featured-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.featured-img {
  height: 400px;
  overflow: hidden;
}
.featured-content {
  padding: 40px;
}
.featured-badge {
  display: inline-block;
  background: var(--accent);
  color: var(--primary);
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.featured-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--dark);
  line-height: 1.3;
}
.featured-excerpt {
  font-size: 1.1rem;
  color: var(--gray);
  margin-bottom: 25px;
  line-height: 1.6;
}
.categories-section {
  padding: 60px 0;
  background-color: var(--light);
}
.category-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  max-width: 410px;
  margin: 10px;
}
.category-icon,
.newsletter-section {
  background: linear-gradient(135deg, var(--primary) 0, var(--secondary) 100%);
}
.category-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.category-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.category-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--dark);
}
.newsletter-section {
  padding: 80px 0;
  color: #fff;
}
.newsletter-card {
  padding: 50px 30px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  max-width: 700px;
  margin: 0 auto;
  transition: 0.5s;
}
.newsletter-text {
  font-size: 1.1rem;
  margin-bottom: 30px;
  opacity: 0.9;
}
.newsletter-form {
  display: flex;
  max-width: 500px;
  margin: 0 auto;
}
.newsletter-form input {
  flex: 1;
  padding: 15px 20px;
  border: none;
  border-radius: 50px 0 0 50px;
  font-size: 1rem;
}
.newsletter-form button {
  border: none;
  color: var(--primary);
  padding: 15px 25px;
  border-radius: 0 50px 50px 0;
  font-weight: 600;
  transition: 0.3s;
}
img {
  transition: transform 0.5s, filter 0.5s, box-shadow 0.5s;
  display: block;
  max-width: 100%;
  height: auto;
}
img:hover {
  transform: rotate(-3deg) scale(1.05);
}
.back-to-login {
  margin-top: 20px;
}
.sitemap-section {
  padding: 80px 0 40px;
}
.sitemap-header {
  margin-bottom: 60px;
}
.sitemap-category {
  margin-bottom: 40px;
}
.sitemap-category h3 {
  color: #2c3e50;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #3498db;
}
.sitemap-list {
  list-style: none;
  padding-left: 0;
}
.sitemap-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
}
.sitemap-list li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: #3498db;
  font-weight: 700;
}
.sitemap-list a {
  color: #2c3e50;
  text-decoration: none;
  transition: color 0.3s;
}
.sitemap-list a:hover {
  color: #3498db;
}
.sitemap-subcategory {
  margin-top: 15px;
  padding-left: 20px;
}
.sitemap-subcategory li {
  margin-bottom: 8px;
}
.sitemap-subcategory li:before {
  content: "•";
  color: #7f8c8d;
}
.breadcrumb {
  background-color: transparent;
  padding: 15px 0;
  margin-bottom: 0;
}
.sitemap-section .fas {
  color: #2762ea;
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 95%;
  }
  .btn-outline-custom {
    padding: 10px;
  }
  .nav-link {
    padding: 0.5rem 0.7rem !important;
  }
}
.blog-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 0;
  background: var(--white);
  transition: 0.4s;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  margin: 0;
}
.blog-card-title,
.blog-category {
  font-weight: 700;
  margin-bottom: 1rem;
}
.blog-card-img {
  height: 220px;
  overflow: hidden;
  width: 100%;
}
.blog-card-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: calc(100% - 220px);
}
.blog-category {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  background: var(--primary-light);
  color: var(--primary);
  border-radius: 20px;
  font-size: 0.75rem;
}
.blog-card-title {
  font-size: 1.35rem;
  color: var(--dark);
  line-height: 1.3;
  flex-grow: 1;
}
.blog-card-excerpt {
  color: var(--gray);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
.blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  color: var(--gray);
  flex-wrap: wrap;
  gap: 0.5rem;
}
.blog-meta span {
  margin-right: 10px;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}