:root {
  --e2-brand: #19c8a1;
  --e2-brand-dark: #0f9f84;
  --e2-navy: #0b1835;
  --e2-ink: #17213b;
  --e2-muted: #667085;
  --e2-line: #dce9e6;
  --e2-wash: #f4fbf9;
  --e2-surface: #f7faf9;
  --e2-blue: #2563eb;
  --e2-coral: #f9735b;
  --e2-gold: #f5a524;
  --e2-shadow: 0 16px 42px rgba(11, 24, 53, .10);
}

body {
  color: var(--e2-ink);
  background: var(--e2-surface);
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
}

.hero-content {
  position: relative;
  min-height: 720px !important;
  background:
    linear-gradient(90deg, rgba(5, 13, 32, .94) 0%, rgba(5, 13, 32, .82) 35%, rgba(5, 13, 32, .30) 67%, rgba(5, 13, 32, .16) 100%),
    url("../../images/easy2siksha-hero-learning.png") center right / cover no-repeat !important;
  background-size: cover !important;
}

.hero-content::after {
  display: none !important;
}

.top-header-bar {
  min-height: 42px !important;
  color: #d5deef !important;
  border-bottom: 1px solid rgba(255,255,255,.10) !important;
  background: #07142f !important;
}

.top-header-bar a,
.top-header-bar .fa {
  color: #8df0da !important;
}

.header-bar-email,
.header-bar-text {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.header-bar-search {
  width: min(100%, 420px);
}

.header-paper-search {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 54px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  background: rgba(255,255,255,.95);
}

.header-paper-search input {
  width: 100% !important;
  height: 42px !important;
  padding: 0 14px !important;
  border: 0 !important;
  background: transparent !important;
}

.header-paper-search button {
  width: 54px !important;
  height: 42px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  background: var(--e2-brand) !important;
}

.header-bar-menu ul {
  margin: 0 !important;
}

#userDisplay {
  padding: 8px 12px !important;
  border-radius: 10px;
  background: var(--e2-wash);
}

.nav-bar {
  min-height: 72px !important;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.16) !important;
  background: rgba(255, 255, 255, .97) !important;
  box-shadow: 0 12px 34px rgba(4, 12, 30, .14);
  backdrop-filter: blur(14px);
}

.site-title {
  margin: 0 !important;
  font-size: 1.55rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.site-title a {
  display: inline-flex;
  align-items: center;
  color: var(--e2-navy) !important;
}

.site-title a::before {
  content: "E2";
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  margin-right: 10px;
  color: #fff;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--e2-brand), var(--e2-blue));
  font-size: .78rem;
  letter-spacing: 0;
}

.site-title a span {
  color: var(--e2-brand-dark) !important;
}

.e2-tagline {
  display: none !important;
}

.site-navigation ul li {
  margin: 0 2px !important;
}

.site-navigation ul li a {
  padding: 9px 10px !important;
  color: #344054 !important;
  border-radius: 9px;
  font-size: .84rem !important;
  font-weight: 750 !important;
}

.site-navigation ul li a:hover,
.site-navigation ul li.current-menu-item a {
  color: var(--e2-brand-dark) !important;
  background: var(--e2-wash);
}

.referral-nav-trigger {
  min-height: 38px !important;
  padding: 0 12px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

.hero-content-overlay {
  min-height: 606px !important;
  padding: 96px 0 72px !important;
  background: transparent !important;
}

.hero-content-wrap {
  width: min(100%, 720px);
  min-height: 0 !important;
  padding: 36px 0 !important;
}

.hero-content-wrap .entry-header h4:first-child {
  display: inline-block;
  margin-bottom: 10px !important;
  color: #8df0da !important;
  font-size: .78rem !important;
  font-weight: 900 !important;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero-content-wrap .entry-header h4:first-child::before {
  display: none !important;
}

.hero-content-wrap h1 {
  max-width: 720px;
  margin: 0 0 14px !important;
  color: #fff !important;
  font-size: 4.35rem !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

.hero-content-wrap h1::after {
  content: none !important;
}

.hero-content-wrap .entry-header h4:last-child {
  max-width: 650px;
  margin-bottom: 18px !important;
  color: #e6eefc !important;
  font-size: 1.08rem !important;
  line-height: 1.65 !important;
}

.hero-content-wrap .entry-content {
  max-width: 600px;
}

.hero-content-wrap .entry-content p {
  margin-bottom: 6px !important;
  color: #bccae1 !important;
  font-size: .96rem !important;
  line-height: 1.6 !important;
}

.hero-primary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 18px;
}

.hero-primary-actions a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 9px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: .92rem;
  font-weight: 900;
}

.hero-primary-actions a:first-child {
  color: #07142f;
  background: var(--e2-brand);
  box-shadow: 0 14px 30px rgba(25, 200, 161, .28);
}

.hero-primary-actions a:last-child {
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.10);
}

.hero-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.hero-proof-row span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 34px;
  padding: 0 11px;
  color: #dce8fb;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  font-size: .8rem;
}

.hero-proof-row strong {
  color: #8df0da;
}

.home-referral-spot {
  display: none !important;
}

.paper-finder {
  width: min(100%, 720px);
  margin-top: 22px !important;
  padding: 18px !important;
  border: 1px solid rgba(255, 255, 255, .30) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.97) !important;
  box-shadow: 0 26px 70px rgba(0,0,0,.24);
}

.paper-finder__label {
  color: var(--e2-navy) !important;
  font-size: 1.05rem !important;
  font-weight: 850 !important;
}

.paper-finder__input-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--e2-line);
  border-radius: 13px !important;
  background: #fff !important;
}

.paper-finder__icon {
  display: grid;
  place-items: center;
  color: var(--e2-brand-dark);
}

.paper-finder input[type="search"] {
  min-height: 50px !important;
  color: var(--e2-ink) !important;
  font-size: .92rem !important;
}

.paper-finder__input-row button[type="submit"] {
  min-height: 50px !important;
  padding-inline: 26px !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--e2-brand-dark), var(--e2-blue)) !important;
  font-weight: 850;
}

.paper-finder__hint {
  margin: 9px 0 0 !important;
  color: var(--e2-muted) !important;
  font-size: .85rem !important;
}

.paper-finder__chips {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.paper-finder__chips button {
  min-height: 34px;
  padding: 0 11px;
  color: #28524d;
  border: 1px solid rgba(15, 159, 132, .24);
  border-radius: 999px;
  background: #f2fbf8;
  font-size: .78rem;
  font-weight: 850;
}

.icon-boxes {
  position: relative;
  z-index: 2;
  margin-top: -38px !important;
  padding: 0 18px 54px;
  background: transparent;
}

.icon-boxes > .container-fluid {
  max-width: 1180px;
}

.icon-boxes .flex.flex-wrap {
  gap: 14px;
}

.icon-box {
  flex: 1 1 240px !important;
  padding: 26px 24px !important;
  border: 1px solid var(--e2-line) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 18px 46px rgba(11, 24, 53, .08) !important;
}

.icon-box:hover {
  transform: translateY(-3px);
}

.icon-box .icon {
  width: 48px !important;
  height: 48px !important;
  display: grid;
  place-items: center;
  margin-bottom: 18px !important;
  color: #fff !important;
  border-radius: 14px;
  background: var(--e2-brand-dark);
}

.icon-box:nth-child(2) .icon {
  background: var(--e2-blue);
}

.icon-box:nth-child(3) .icon {
  background: #b64ee8;
}

.icon-box:nth-child(4) .icon {
  background: var(--e2-coral);
}

.icon-box .entry-title {
  color: var(--e2-navy) !important;
  font-size: 1.05rem !important;
  line-height: 1.35 !important;
}

.icon-box p {
  color: var(--e2-muted) !important;
  font-size: .88rem !important;
  line-height: 1.6 !important;
}

.icon-box .read-more a {
  color: var(--e2-brand-dark) !important;
  font-weight: 850;
}

.marquee {
  display: none !important;
}

.e2s-referral-nudge {
  display: none !important;
}

.home-actions {
  padding: 62px 0 68px;
  background: #fff;
}

.home-actions .heading {
  margin-bottom: 24px;
}

.home-actions .heading .entry-title {
  margin: 0 0 8px !important;
  color: var(--e2-navy) !important;
  font-size: 2.1rem !important;
  font-weight: 900 !important;
}

.home-actions .heading p {
  max-width: 660px;
  margin: 0;
  color: var(--e2-muted);
}

.home-action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.home-action-card {
  overflow: hidden;
  border: 1px solid var(--e2-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(11, 24, 53, .08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.home-action-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, .24);
  box-shadow: 0 26px 64px rgba(11, 24, 53, .12);
}

.home-action-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eef6f4;
}

.home-action-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.home-action-card:hover .home-action-card__media img {
  transform: scale(1.035);
}

.home-action-card__body {
  padding: 24px;
}

.home-action-card h3 {
  margin: 0 0 10px;
  color: var(--e2-navy);
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.35;
}

.home-action-card h3 a {
  color: inherit;
}

.home-action-card p {
  margin: 0 0 18px;
  color: var(--e2-muted);
  font-size: .92rem;
  line-height: 1.65;
}

.home-action-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-action-card__links a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 13px;
  color: var(--e2-brand-dark);
  border: 1px solid rgba(15, 159, 132, .26);
  border-radius: 9px;
  background: var(--e2-wash);
  font-size: .84rem;
  font-weight: 850;
}

.home-action-card__links a:hover {
  color: #fff;
  background: var(--e2-brand-dark);
}

.home-toolkit {
  padding: 66px 0;
  background:
    linear-gradient(135deg, rgba(11, 24, 53, .96), rgba(11, 24, 53, .88)),
    url("../../ezuca-master/images/quiz-background.png") center / cover no-repeat;
}

.home-toolkit__layout {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 34px;
  align-items: center;
}

.section-kicker {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  color: #07142f;
  border-radius: 999px;
  background: var(--e2-gold);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-toolkit__intro h2 {
  max-width: 520px;
  margin: 14px 0 14px;
  color: #fff;
  font-size: 2.35rem;
  font-weight: 900;
  line-height: 1.12;
}

.home-toolkit__intro p {
  max-width: 560px;
  margin: 0;
  color: #c8d4e8;
  font-size: 1rem;
  line-height: 1.75;
}

.home-toolkit__steps {
  display: grid;
  gap: 12px;
}

.home-toolkit__steps article {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.07);
}

.home-toolkit__steps span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #07142f;
  border-radius: 13px;
  background: #fff;
  font-weight: 900;
}

.home-toolkit__steps h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
}

.home-toolkit__steps p {
  margin: 0;
  color: #c8d4e8;
  font-size: .88rem;
  line-height: 1.5;
}

.home-review-cta {
  padding: 64px 0;
  background: #fff;
}

.home-review-cta__inner {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid rgba(25, 200, 161, .24);
  border-radius: 18px;
  background: linear-gradient(135deg, #f5fffb, #f7fbff);
  box-shadow: 0 18px 46px rgba(11, 24, 53, .07);
}

.home-review-cta h2 {
  margin: 0 0 8px;
  color: var(--e2-navy);
  font-size: 1.45rem;
  font-weight: 900;
}

.home-review-cta p {
  margin: 0;
  color: var(--e2-muted);
}

.home-review-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.home-review-cta__actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 16px;
  border-radius: 10px;
  font-weight: 850;
}

.home-review-cta__actions a:first-child {
  color: #fff;
  background: var(--e2-brand-dark);
}

.home-review-cta__actions a:last-child {
  color: var(--e2-navy);
  border: 1px solid var(--e2-line);
  background: #fff;
}

.site-footer {
  background:
    linear-gradient(180deg, #0b1835 0%, #071126 100%) !important;
}

.site-footer,
.site-footer p,
.site-footer li,
.site-footer a {
  color: #dbe6f5 !important;
}

.site-footer .site-title a {
  color: #fff !important;
}

.site-footer .footer-widgets {
  padding: 54px 0 34px !important;
}

.site-footer h2 {
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
}

.site-footer ul {
  padding-left: 0;
  list-style: none;
}

.site-footer .follow-us a {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  margin-right: 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
}

.site-footer .follow-us i {
  color: var(--e2-brand) !important;
  font-size: 24px !important;
}

.footer-bar {
  padding: 16px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: #081229 !important;
}

.footer-update {
  margin: 0;
  color: #aebbd0 !important;
  font-size: .85rem;
}

.e2s-referral-launcher {
  transform: scale(.86);
  transform-origin: bottom left;
}

.sikshabot-help-bubble {
  display: none !important;
}

.sikshabot-launcher {
  width: 58px !important;
  height: 58px !important;
  border-radius: 16px !important;
}

.sikshabot-launcher-text {
  display: none !important;
}

@media (max-width: 991px) {
  .nav-bar {
    min-height: 66px !important;
  }

  .site-navigation > ul {
    top: 66px !important;
    right: 15px !important;
    width: min(330px, calc(100vw - 30px)) !important;
    padding: 12px !important;
    border: 1px solid var(--e2-line);
    border-radius: 14px;
    background: #fff !important;
    box-shadow: var(--e2-shadow);
  }

  .site-navigation ul li a {
    display: block;
    padding: 11px 12px !important;
  }

  .hero-content,
  .hero-content-overlay {
    min-height: 690px !important;
  }

  .hero-content-overlay {
    padding-top: 78px !important;
  }

  .home-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-toolkit__layout {
    grid-template-columns: 1fr;
  }

  .home-toolkit__intro h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .top-header-bar {
    display: none !important;
  }

  .site-title {
    font-size: 1.18rem !important;
  }

  .site-title a::before {
    width: 34px;
    height: 34px;
  }

  .hero-content,
  .hero-content-overlay {
    min-height: 820px !important;
  }

  .hero-content {
    background:
      linear-gradient(180deg, rgba(5, 13, 32, .96) 0%, rgba(5, 13, 32, .88) 56%, rgba(5, 13, 32, .62) 100%),
      url("../../images/easy2siksha-hero-learning.png") 64% bottom / auto 58% no-repeat !important;
  }

  .hero-content-overlay {
    padding-top: 48px !important;
    background: transparent !important;
  }

  .hero-content-wrap {
    padding: 30px 0 !important;
  }

  .hero-content-wrap h1 {
    font-size: 2.55rem !important;
    line-height: 1.05 !important;
  }

  .hero-content-wrap .entry-header h4:last-child {
    font-size: .98rem !important;
  }

  .hero-primary-actions a {
    flex: 1 1 170px;
    justify-content: center;
  }

  .paper-finder {
    padding: 13px !important;
  }

  .paper-finder__input-row {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 8px;
    border: 0 !important;
    background: transparent !important;
  }

  .paper-finder__icon {
    display: none !important;
  }

  .paper-finder input[type="search"],
  .paper-finder__input-row button[type="submit"] {
    width: 100% !important;
    border: 1px solid var(--e2-line) !important;
    border-radius: 10px !important;
  }

  .icon-boxes {
    padding-inline: 14px;
  }

  .icon-box {
    flex-basis: 100% !important;
  }

  .home-action-grid {
    grid-template-columns: 1fr;
  }

  .home-actions,
  .home-toolkit,
  .home-review-cta {
    padding-block: 46px;
  }

  .home-toolkit__intro h2,
  .home-actions .heading .entry-title {
    font-size: 1.75rem !important;
  }

  .home-toolkit__steps article {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .home-review-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-review-cta__actions {
    justify-content: flex-start;
  }

  .e2s-referral-launcher {
    display: none !important;
  }
}
