/* ICAI Publication Portal — Main stylesheet */
@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Manrope:wght@300;400;500;600;700;800&display=swap");

:root {
  /* --icai-navy: #253e76; */
  --icai-navy: #06215c;
  --icai-navy-dark: #1c3160;
  --icai-navy-deep: #142547;
  --icai-gold: #debd8d;
  --icai-gold-dark: #b39550;
  --icai-saffron: #e87722;
  --icai-saffron-dark: #c5621b;
  --icai-black: #0a0a0a;
  --ink: #111827;
  --muted: #4b5563;
  --line: #e5e7eb;
  --bg-soft: #f8f9fa;
  --bg-band: #f1f3f5;
  --radius: 0.5rem;
  --font-serif: "Fraunces", Georgia, serif;
  --font-sans:
    "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: var(--font-sans);
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-serif);
  font-optical-sizing: auto;
  letter-spacing: -0.02em;
  color: var(--icai-navy);
}
a {
  color: var(--icai-navy);
  text-decoration: none;
}
a:hover {
  color: var(--icai-gold);
}
.font-serif {
  font-family: var(--font-serif);
}
.text-icai-navy {
  color: var(--icai-navy) !important;
  width: max-content;
}
.text-icai-gold {
  color: var(--icai-gold) !important;
}
.text-muted-soft {
  color: var(--muted) !important;
}
.bg-icai-navy {
  background-color: var(--icai-navy) !important;
  color: #fff;
}
.bg-icai-gold {
  background-color: var(--icai-gold) !important;
  color: #fff;
}
.bg-soft {
  background: var(--bg-soft) !important;
}
.bg-band {
  background: var(--bg-band) !important;
}

.btn-icai {
  background: var(--icai-navy);
  color: #fff;
  border: 0;
  font-weight: 600;
  padding: 0.625rem 1.375rem;
  border-radius: 0.375rem;
  transition: background 0.2s ease;
}
.btn-icai:hover {
  background: var(--icai-navy-dark);
  color: #fff;
}
.btn-icai-outline {
  background: transparent;
  color: var(--icai-navy);
  border: 0.063rem solid var(--icai-navy);
  border-radius: 0.375rem;
  font-weight: 600;
  padding: 0.625rem 1.375rem;
  transition: all 0.2s ease;
}
.btn-icai-outline:hover {
  background: var(--icai-navy);
  color: #fff;
}
.btn-gold {
  background: var(--icai-gold);
  color: #fff;
  border: 0;
  font-weight: 600;
  padding: 0.625rem 1.375rem;
  border-radius: 0.375rem;
}
.btn-gold:hover {
  background: var(--icai-gold-dark);
  color: #fff;
}

.kicker {
  font-size: 0.688rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--icai-gold);
}
.gold-underline {
  background-image: linear-gradient(
    to right,
    var(--icai-gold),
    var(--icai-gold)
  );
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 0.125rem;
  padding-bottom: 0.375rem;
}

/* TOP BAND + HEADER */
.top-band {
  background: var(--icai-navy);
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
.top-band a {
  color: rgba(255, 255, 255, 0.9);
}
.top-band a:hover {
  color: var(--icai-gold);
}
.site-header {
  background: #fff;
  border-bottom: 0.063rem solid var(--line);
  position: sticky;
  top: 0;
  z-index: 1030;
  backdrop-filter: blur(0.5rem);
}
.site-header .navbar {
  padding:  0;
}
.site-header .navbar .navbar-brand img {
  height: 9.375rem;
    width: auto;
    display: block;
    object-fit: contain;
}
.site-logo-wrap {
  /* width: 3rem;
  height: 3rem;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 0 0 0.063rem rgba(201, 169, 97, 0.3); */
  /* width: 60%;
  background: #fff;
  padding: 0 0.313rem; */
}
.site-logo-wrap img {
  width: 5.375rem;
  
}
.site-title {
  font-family: var(--font-serif);
  font-size: 1.188rem;
  font-weight: 600;
  color: var(--icai-navy);
  line-height: 1.1;
}
.site-subtitle {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
}
.main-nav .nav-link {
  color: var(--muted);
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.5rem 1rem !important;
  border-radius: 0.375rem;
}
.main-nav .nav-link:hover {
  color: var(--icai-navy);
  background: rgba(37, 62, 118, 0.05);
}
.main-nav .nav-link.active {
  color: var(--icai-navy);
  background: rgba(37, 62, 118, 0.07);
}

/* HERO */
.hero {
  position: relative;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      rgba(37, 62, 118, 0.95),
      rgba(37, 62, 118, 0.85) 50%,
      rgba(37, 62, 118, 0.75)
    ),
    url("https://images.unsplash.com/photo-1553448539-a13a5595a494?crop=entropy&cs=srgb&fm=jpg&w=2000&q=85")
      center/cover no-repeat;
  padding: 5rem 0 5.625rem;
}
.hero h1 {
  color: #fff;
  font-size: clamp(2.2rem, 4.6vw, 4rem);
  line-height: 1.05;
  margin-bottom: 1.4rem;
}
.hero h1 em {
  color: var(--icai-gold);
  font-style: italic;
}
.hero p.lead {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  max-width: 36.25rem;
  line-height: 1.6;
}
.hero-search {
  background: #fff;
  border-radius: 0.5rem;
  padding: 0.375rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 40rem;
  box-shadow: 0 1.563rem 3.125rem -0.75rem rgba(0, 0, 0, 0.5);
}
.hero-search input {
  border: 0;
  flex: 1;
  padding: 0.625rem 0.75rem;
  font-size: 0.938rem;
  outline: none;
  background: transparent;
  color: var(--ink);
}
.hero-search button {
  background: var(--icai-navy);
  color: #fff;
  border: 0;
  padding: 0.625rem 1.375rem;
  border-radius: 0.375rem;
  font-weight: 600;
}
.hero-stats {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 2.25rem;
  font-size: 0.875rem;
}
.hero-stats > div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.hero-stats .bi {
  color: var(--icai-gold);
  font-size: 1.125rem;
}

/* Featured publication card in hero */
.hero-featured {
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 1.563rem 3.125rem -0.75rem rgba(0, 0, 0, 0.4);
  position: relative;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  text-decoration: none;
  display: block;
}
.hero-featured:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 1.875rem 3.125rem -0.75rem rgba(201, 169, 97, 0.4);
  color: var(--ink);
}
.hero-featured .featured-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--icai-gold);
  color: #fff;
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.313rem 0.625rem;
  border-radius: 0.188rem;
  font-weight: 700;
}
.hero-featured .featured-cover {
  width: 8.125rem;
  aspect-ratio: 3/4;
  border-radius: 0.375rem;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 0.25rem 0.875rem rgba(0, 0, 0, 0.15);
}
.hero-featured .featured-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.hero-featured:hover .featured-cover img {
  transform: scale(1.05);
}
.hero-featured h3 {
  font-size: 1.15rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

/* Cards */
.pub-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 0.063rem solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}
.pub-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.75rem 1.875rem rgba(0, 0, 0, 0.08);
  color: inherit;
}
.pub-card .pub-cover {
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--bg-soft);
  position: relative;
}
.pub-card .pub-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.pub-card:hover .pub-cover img {
  transform: scale(1.05);
}
.pub-card .pub-badge {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  background: var(--icai-gold);
  color: #fff;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 0.25rem 0.563rem;
  border-radius: 0.188rem;
  font-weight: 700;
}
.pub-card .pub-body {
  padding: 1rem;
}
.pub-card .pub-topic {
  font-size: 0.625rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--icai-gold);
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.pub-card h3 {
  font-size: 1rem;
  line-height: 1.35;
  margin: 0 0 0.5rem;
  color: var(--ink);
}
.pub-card:hover h3 {
  color: var(--icai-navy);
}
.pub-card .pub-meta {
  font-size: 0.75rem;
  color: var(--muted);
  /*---margin-bottom: 0.75rem;---*/
  margin-bottom: 0rem !important;
  min-height: 2rem;
}
.pub-card .pub-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0.063rem solid var(--line);
  padding-top: 0.625rem;
  font-size: 0.75rem;
  color: var(--muted);
}
.pub-card .pub-pages {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--icai-navy);
  font-weight: 600;
}

/* Section helpers */
section.band {
  padding: 2.5rem 0;
}
section.band-soft {
  background: var(--bg-soft);
  padding: 3.75rem 0;
}
section.band-light {
  background: var(--bg-band);
  padding: 3.75rem 0;
}
.section-head {
  margin-bottom: 2.5rem;
}
.section-head .kicker {
  display: block;
  margin-bottom: 0.5rem;
}
.section-head h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
  margin: 0;
}

/* Committee chips — compact 5-per-row cards */
.committee-chip {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 0.063rem solid var(--line);
  border-radius: 0.75rem;
  padding: 1.375rem 1.375rem 1.5rem;
  min-height: 8.125rem;
  transition: all 0.25s;
  text-decoration: none;
  position: relative;
}
.committee-chip:hover,
.committee-chip:focus-visible {
  border-color: var(--icai-navy);
  box-shadow:
    0 0.75rem 1.875rem rgba(37, 62, 118, 0.12),
    inset 0 0 0 0.063rem var(--icai-navy);
  transform: translateY(-0.188rem);
  outline: none;
}
.committee-chip:hover .chip-name,
.committee-chip:focus-visible .chip-name {
  color: var(--icai-navy);
}
.committee-chip .kicker {
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
}
.committee-chip .chip-name {
  /* font-size: 1rem; */
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.4;
}
.committee-grid {
  display: grid;
  gap: 1.125rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 36rem) {
  .committee-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 62rem) {
  .committee-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  
}

/* News */
.news-feature {
  display: block;
  background: #fff;
  border: 0.063rem solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.3s;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.news-feature:hover {
  box-shadow: 0 0.75rem 1.875rem rgba(0, 0, 0, 0.08);
  color: inherit;
}
.news-feature .news-cover {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.news-feature .news-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}
.news-feature:hover .news-cover img {
  transform: scale(1.05);
}
.news-feature .news-body {
  padding: 1.75rem;
}
.news-feature h3 {
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
.news-feature:hover h3 {
  text-decoration: underline;
  text-decoration-color: var(--icai-gold);
  text-underline-offset: 0.25rem;
}
.news-cat {
  background: var(--icai-navy);
  color: #fff;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  padding: 0.188rem 0.5rem;
  border-radius: 0.188rem;
  text-transform: uppercase;
  font-weight: 700;
}
.news-side {
  display: flex;
  background: #fff;
  border: 0.063rem solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
.news-side:hover {
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.06);
  color: inherit;
}
.news-side .news-thumb {
  width: 8.75rem;
  flex-shrink: 0;
  overflow: hidden;
  background: var(--bg-soft);
}
.news-side .news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.news-side:hover .news-thumb img {
  transform: scale(1.05);
}
.news-side .news-side-body {
  padding: 0.875rem 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news-side h4 {
  font-size: 0.938rem;
  line-height: 1.35;
  margin: 0 0 0.375rem;
  color: var(--ink);
}
.news-side:hover h4 {
  color: var(--icai-navy);
}

/* Trust pillars */
.trust-card {
  /* background: var(--bg-soft); */
  background: #fff;
  border: 0.063rem solid var(--line);
  border-radius: 0.75rem;
  padding: 1.75rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.icon_bg_box {
    background: #f8f9fa;
    width: 2.813rem;
    height: 2.813rem;
    border-radius: 1.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.313rem;
}
.icon_bg_box i {
    color: var(--icai-gold);
    font-size: 1.563rem;
}
.trust-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 3rem;
  background: var(--icai-gold);
}
.trust-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.75rem 1.875rem rgba(0, 0, 0, 0.06);
}
.trust-card h3 {
  font-size: 1.25rem;
  margin: 0.75rem 0;
  line-height: 1.3;
}

/* Topic chips */
.topic-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.063rem;
  padding: 0.438rem 0.75rem;
    border-radius: 0.375rem;
  font-size: 0.813rem;
  border: 0.063rem solid rgba(37, 62, 118, 0.18);
  color: var(--icai-navy);
  text-decoration: none;
  transition: all 0.2s;
}
.topic-chip:hover {
  background: var(--icai-navy);
  color: #fff;
  border-color: var(--icai-navy);
}

/* Footer */
.site-footer {
  /* background: var(--icai-black); */
  background: var(--icai-navy);
  color: #fff;
  padding: 3.75rem 0 0;
}
.site-footer h6 {
  font-family: var(--font-sans);
  font-size: 0.688rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--icai-gold);
  margin-bottom: 1rem;
  font-weight: 700;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer li {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer a:hover {
  color: var(--icai-gold);
}
.footer-bottom {
  margin-top: 2.5rem;
  padding: 1.125rem 0;
  border-top: 0.063rem solid rgba(255, 255, 255, 0.12);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
}

/* Forms */
.form-control:focus {
  border-color: var(--icai-navy);
  /* box-shadow: 0 0 0 0.2rem rgba(37, 62, 118, 0.12); */
   box-shadow: none;
}
.form-label {
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--ink);
  margin-bottom: 0.375rem;
}
.filter-card input[type="checkbox"] {
    accent-color: var(--icai-navy); /* apna theme color */
}
.form-error {
  color: #dc2626;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

/* Auth split layout */
.auth-split {
  min-height: calc(100vh - 2.25rem);
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 62rem) {
  .auth-split {
    grid-template-columns: 1fr 1fr;
  }
}
.auth-visual {
  display: none;
  background: linear-gradient(135deg, var(--icai-navy), var(--icai-navy-dark));
  color: #fff;
  padding: 3rem;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
@media (min-width: 62rem) {
  .auth-visual {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.auth-visual::after {
  content: "";
  position: absolute;
  top: -6.25rem;
  right: -6.25rem;
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(201, 169, 97, 0.18),
    transparent 70%
  );
}
.auth-form-wrap {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-form {
  width: 100%;
  max-width: 27.5rem;
}
.auth-form h1 {
  font-size: 2rem;
  margin-bottom: 0.25rem;
}

/* Tab switcher (custom) */
.tab-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--bg-soft);
  padding: 0.25rem;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
.tab-switch button {
  background: transparent;
  border: 0;
  padding: 0.563rem 0.75rem;
  font-size: 0.813rem;
  font-weight: 600;
  color: var(--muted);
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.2s;
}
.tab-switch button.active {
  background: #fff;
  color: var(--icai-navy);
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.06);
}

/* OTP display */
.otp-note {
  background: rgba(37, 62, 118, 0.05);
  border: 0.063rem solid rgba(37, 62, 118, 0.15);
  border-radius: 0.375rem;
  padding: 0.75rem 0.875rem;
  font-size: 0.813rem;
}
.otp-code-shown {
  font-family: monospace;
  font-weight: 700;
  color: var(--icai-navy);
}
.otp-input {
  font-family: monospace;
  letter-spacing: 0.4em;
  text-align: center;
  font-size: 1.125rem;
  height: 3rem;
}

/* Filters sidebar */
.filter-card {
  background: #fff;
  border: 0.063rem solid var(--line);
  border-radius: 0.5rem;
  padding: 1.25rem;
}
/* .filter-card #topic-filters label {
  display: block; 
} */

/* Tablet and below */
/* @media (max-width: 62rem) {
  .filter-card #topic-filters label {
    display: inline-block;
    margin-right: 0.75rem;
  }
}
.filter-card #topic-filters {
  display: block;
} */

/* Desktop */
.filter-card #topic-filters label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

/* Tablet + Mobile */
@media (max-width: 62rem) {
  .filter-card #topic-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem 1.125rem;
  }

  .filter-card #topic-filters label {
    display: flex;
    align-items: center;
    width: calc(50% - 0.625rem); /* 2 column */
    margin: 0;
  }

  .filter-card #topic-filters input {
    margin-right: 0.5rem;
  }


}

/* Mobile */
@media (max-width: 36rem) {
  .filter-card #topic-filters label {
    width: 100%; /* single column */
  }
}

.filter-card h6 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: var(--icai-gold);
  margin-bottom: 0.75rem;
  border-top: 0.063rem solid #dcdcdc;
  border-bottom: 0.063rem solid #dcdcdc;
  padding: 0.625rem 0;
}
.filter-list {
  max-height: 15rem;
  overflow-y: auto;
  padding-right: 0.25rem;
}
.filter-list label {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

/* Tables */
.icai-table {
  width: 100%;
  font-size: 0.875rem;
}
.icai-table thead {
  background: var(--bg-soft);
  color: var(--muted);
  text-align: left;
}
.icai-table th,
.icai-table td {
  padding: 0.75rem 0.875rem;
  border-bottom: 0.063rem solid var(--line);
}
.icai-table th {
  font-weight: 600;
  font-size: 0.813rem;
}
.status-pill {
  display: inline-block;
  font-size: 0.688rem;
  font-weight: 600;
  padding: 0.188rem 0.563rem;
  border-radius: 62.438rem;
}
.status-active {
  background: #dcfce7;
  color: #15803d;
}
.status-archived {
  background: #ffedd5;
  color: #c2410c;
}
.status-hidden {
  background: #e5e7eb;
  color: #374151;
}
.status-blocked {
  background: #fee2e2;
  color: #b91c1c;
}
.status-pending {
  background: #f3f4f6;
  color: #374151;
}

/* Admin layout */
.admin-shell {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 100vh;
  background: var(--bg-soft);
}
@media (min-width: 62rem) {
  .admin-shell {
    grid-template-columns: 16.25rem 1fr;
  }
}
.admin-sidebar {
  background: var(--icai-navy);
  color: #fff;
  display: flex;
  flex-direction: column;
}
@media (min-width: 62rem) {
  .admin-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
  }
}
.admin-sidebar .sidebar-head {
  padding: 0.625rem;
    display: flex;
    align-items: center;
    gap: 0rem;
    border-bottom: 0.063rem solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
}
.admin-sidebar .sidebar-nav {
  padding: 1rem 0.75rem;
  flex: 1;
  overflow-y: auto;
}
.admin-sidebar a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  border-radius: 0.375rem;
  font-size: 0.875rem;
  margin-bottom: 0.125rem;
  text-decoration: none;
  transition: all 0.2s;
}
.admin-sidebar a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.admin-sidebar a.active {
  background: #fff;
  color: var(--icai-navy);
  font-weight: 700;
}
.admin-sidebar .sidebar-bottom {
  padding: 1rem;
  border-top: 0.063rem solid rgba(255, 255, 255, 0.1);
}
.admin-main {
  padding: 0;
  min-width: 0;
}
.admin-topbar {
  background: #fff;
  border-bottom: 0.063rem solid var(--line);
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 10;
}
.admin-content {
  padding: 1.5rem;
}
.stat-card {
  background: #fff;
  padding: 1.563rem;
  border-radius: 1.25rem;
  border: 0.063rem solid #e8edf5;
  transition: 0.3s;
}

.stat-card:hover {
  transform: translateY(-0.313rem);
  box-shadow: 0 0.938rem 1.875rem rgba(0, 0, 0, 0.08);
}
.stat-card .stat-icon-wrap {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background: rgba(5, 0, 126, 0.1);
  color: var(--icai-navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.stat-card .stat-value {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--icai-navy);
  margin-top: 0.75rem;
}
.stat-card .stat-label {
  font-weight: 500;
}
.stat-card .stat-sub {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 0.125rem;
}
.chart-card {
  background: #fff;
  border: 0.063rem solid var(--line);
  border-radius: 0.625rem;
  padding: 1.5rem;
}

/* Flipbook reader */
.reader-shell {
  min-height: 100vh;
  background: #1a1d24;
  color: #fff;
  display: flex;
  flex-direction: column;
  user-select: none;
}
.reader-top,
.reader-bottom {
  background: #252a36;
  border-bottom: 0.063rem solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem 1rem;
}
.reader-bottom {
  border-bottom: 0;
  border-top: 0.063rem solid rgba(255, 255, 255, 0.05);
}
.reader-canvas {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  perspective: 125rem;
  overflow: hidden;
}
.flipbook {
  display: flex;
  box-shadow: 0 1.563rem 3.125rem rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}
.flipbook .page {
  width: 17.5rem;
  aspect-ratio: 3/4;
  padding: 1.5rem;
  background: #fdfaf3;
  color: var(--ink);
  position: relative;
  background-image:
    radial-gradient(at top left, rgba(0, 0, 0, 0.04), transparent 50%),
    radial-gradient(at bottom right, rgba(0, 0, 0, 0.04), transparent 50%);
  box-shadow: inset 0 0 3.75rem rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
@media (min-width: 48rem) {
  .flipbook .page {
    width: 26.25rem;
    padding: 2rem;
  }
}
.flipbook .spine {
  width: 0.5rem;
  background: linear-gradient(
    to right,
    transparent,
    rgba(0, 0, 0, 0.18) 50%,
    transparent
  );
}
.flipbook .page .page-text {
  font-family: var(--font-serif);
  font-size: 0.938rem;
  line-height: 1.7;
  color: var(--ink);
}
.flipbook .page .page-no {
  position: absolute;
  bottom: 0.625rem;
  font-size: 0.688rem;
  color: var(--muted);
}
.flipbook .page .page-kicker {
  font-size: 0.563rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--icai-navy);
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.flip-prev {
  animation: flipPrev 0.35s ease-in-out;
  transform-origin: right;
}
.flip-next {
  animation: flipNext 0.35s ease-in-out;
  transform-origin: left;
}
@keyframes flipPrev {
  0% {
    transform: rotateY(-180deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes flipNext {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
  }
}
.reader-btn {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.9);
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  cursor: pointer;
  transition: background 0.2s;
}
.reader-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.reader-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.reader-progress {
  height: 0.25rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.125rem;
  overflow: hidden;
  flex: 1;
  max-width: 25rem;
}
.reader-progress > div {
  height: 100%;
  background: var(--icai-gold);
  transition: width 0.3s;
}
mark {
  background: rgba(201, 169, 97, 0.35);
  color: var(--icai-navy);
  padding: 0 0.125rem;
  border-radius: 0.125rem;
}
.reader-search-panel {
  background: #252a36;
  padding: 1rem;
  border-bottom: 0.063rem solid rgba(255, 255, 255, 0.05);
}
.reader-search-panel input {
  background: rgba(255, 255, 255, 0.05);
  border: 0.063rem solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.reader-search-panel input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.reader-search-result {
  background: rgba(255, 255, 255, 0.05);
  border: 0;
  color: #fff;
  text-align: left;
  padding: 0.625rem 0.75rem;
  border-radius: 0.375rem;
  width: 100%;
  display: block;
  margin-bottom: 0.375rem;
  cursor: pointer;
}
.reader-search-result:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Toast */
.toast-stack {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  max-width: 22.5rem;
}
.toast-item {
  background: #fff;
  border: 0.063rem solid var(--line);
  border-left: 0.25rem solid var(--icai-navy);
  border-radius: 0.375rem;
  padding: 0.75rem 1rem;
  box-shadow: 0 0.625rem 1.563rem rgba(0, 0, 0, 0.08);
  font-size: 0.875rem;
  animation: toastIn 0.25s ease;
}
.toast-item.success {
  border-left-color: #16a34a;
}
.toast-item.error {
  border-left-color: #dc2626;
}
@keyframes toastIn {
  from {
    transform: translateY(-0.625rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Utility */
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.divider-band {
  height: 0.063rem;
  background: var(--line);
  margin: 1.5rem 0;
}

/* Bootstrap overrides */
.btn {
  border-radius: 0.375rem;
  font-weight: 500;
}
.form-select,
.form-control {
  font-size: 0.875rem;
}
.dropdown-menu {
  font-size: 0.875rem;
  border-color: var(--line);
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.06);
}
.badge {
  font-weight: 600;
}

/* Responsive */
@media (max-width: 47.938rem) {
  .hero {
    padding: 3.125rem 0 3.75rem;
  }
  section.band,
  section.band-soft,
  section.band-light {
    padding: 2.5rem 0;
  }
  .news-side .news-thumb {
    width: 6.875rem;
  }
}

/* ===== Top navy bar with GIGW controls ===== */
.gigw-bar {
  background: var(--icai-navy);
  border-bottom: 0.063rem solid rgba(255, 255, 255, 0.08);
  font-size: 0.813rem;
  color: #fff;
}
.gigw-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 2.375rem;
  flex-wrap: wrap;
  gap: 0.25rem 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.gigw-bar .gigw-labels {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0.125rem;
}
.gigw-bar a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  padding: 0 0.75rem;
  white-space: nowrap;
}
.gigw-bar .gigw-labels a:first-child {
  padding-left: 0;
}
.gigw-bar a:hover {
  color: var(--icai-gold);
}
.gigw-bar .gigw-divider {
  color: rgba(255, 255, 255, 0.35);
  font-weight: 300;
}
.gigw-bar .gigw-tools {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  flex-wrap: nowrap;
}
.gigw-bar .gigw-btn {
  background: var(--icai-gold);
  color: #fff;
  border: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.25rem;
  font-size: 0.813rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
  flex-shrink: 0;
}
.gigw-bar .gigw-btn:hover {
  background: var(--icai-gold-dark);
}
.gigw-bar .gigw-btn[aria-pressed="true"] {
  background: #fff;
  color: var(--icai-navy);
}

/* Responsive */
@media (max-width: 47.938rem) {
  .gigw-bar {
    font-size: 0.75rem;
  }
  .gigw-bar .container {
    gap: 0rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    flex-wrap: nowrap;
  }
  .gigw-bar a {
    padding: 0 0.5rem;
  }
  .gigw-bar .gigw-labels {
    width: 100%;
    justify-content: center;
  }
  .gigw-bar .gigw-tools {
    width: 100%;
    justify-content: center;
  }
  .gigw-bar .gigw-divider {
    display: none;
  }
  .gigw-bar .gigw-labels a {
    padding: 0 0.375rem;
    border-right: 0.063rem solid rgba(255, 255, 255, 0.2);
  }
  .gigw-bar .gigw-labels a:last-child {
    border-right: 0;
  }
}
@media (max-width: 23.375rem) {
  .gigw-bar .gigw-labels a:nth-child(3),
  .gigw-bar .gigw-labels a:nth-child(4) {
    display: block;
  }
}

/* ===== Banner carousel ===== */
.icai-carousel {
  position: relative;
  width: 100%;
  background: var(--icai-navy-deep);
}
.icai-carousel .carousel-inner {
  aspect-ratio: 1920 / 600;
  max-height: 33.75rem;
}
.icai-carousel .carousel-item {
  height: 100%;
}
.icai-carousel .carousel-item img,
.icai-carousel .slide-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.icai-carousel .slide-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 5%;
  color: #fff;
}
.icai-carousel .slide-overlay.dark {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.2) 60%,
    transparent
  );
}
.icai-carousel .slide-content {
  max-width: 38.75rem;
}
.icai-carousel .slide-kicker {
  display: inline-block;
  background: var(--icai-gold);
  color: #fff;
  font-size: 0.688rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  padding: 0.375rem 0.875rem;
  border-radius: 0.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.icai-carousel .slide-title {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 3.6vw, 3.2rem);
  line-height: 1.1;
  color: #fff;
  margin-bottom: 0.75rem;
}
.icai-carousel .slide-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  max-width: 33.75rem;
}
.icai-carousel .slide-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  color: var(--icai-navy);
  padding: 0.688rem 1.625rem;
  border-radius: 0.375rem;
  font-weight: 600;
  text-decoration: none;
  transition:
    transform 0.2s,
    background 0.2s;
}
.icai-carousel .slide-cta:hover {
  background: var(--icai-gold);
  color: #fff;
  transform: translateY(-0.125rem);
}
.icai-carousel .carousel-indicators [data-bs-target] {
  /* width: 2.25rem;
  height: 0.25rem;
  border-radius: 0.125rem; */
  width: 1.125rem;
    height: 0rem;
    border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.45);
}
.icai-carousel .carousel-indicators .active {
  background: var(--icai-gold);
}
.icai-carousel .carousel-control-prev,
.icai-carousel .carousel-control-next {
  width: 5%;
  opacity: 0.85;
}

/* Search strip below carousel */
.search-strip {
  background: var(--bg-soft);
  border-bottom: 0.063rem solid var(--line);
  padding: 1.125rem 0;
}
.search-strip form {
  background: #fff;
  border: 0.063rem solid var(--line);
  border-radius: 0.5rem;
  padding: 0.375rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 0.375rem 1.125rem rgba(0, 0, 0, 0.04);
}
.search-strip input {
  flex: 1;
  border: 0;
  padding: 0.625rem 0.75rem;
  outline: none;
  font-size: 0.938rem;
  background: transparent;
}
.search-strip button {
  background: var(--icai-navy);
  color: #fff;
  border: 0;
  padding: 0.625rem 1.375rem;
  border-radius: 0.375rem;
  font-weight: 600;
}
.search-strip .meta-stats {
  display: flex;
  gap: 1.75rem;
  flex-wrap: wrap;
  font-size: 0.813rem;
  color: var(--muted);
  margin-top: 0.875rem;
  justify-content: center;
}
.search-strip .meta-stats i {
  color: var(--icai-gold);
  margin-right: 0.375rem;
}

/* ===== Leadership cards (Meet Our Leaders) ===== */
.leaders-section {
  /* background: #f5f4ff; */
  padding: 4.375rem 0;
  width: 100%;
  /* Background image */
  /* background-image: url("/assets/img/leader-bg-image.png"); */
  /* Background settings */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: linear-gradient(to top, #ffffff 76%, #debd8d4a 100%);
}
.leaders-section .section-head {
  text-align: center;
  margin-bottom: 3.125rem;
}
.leaders-section .section-head h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 0.75rem;
}
.leaders-section .section-head p {
  color: var(--muted);
}
.leader-card {
  background: #fff;
  border-radius: 0.875rem;
  padding: 2.25rem 1.5rem 2rem;
  text-align: center;
  box-shadow: 0 0.25rem 1.25rem rgba(37, 62, 118, 0.06);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 100%;
  border-bottom: 0.25rem solid var(--icai-gold);
    border: 0.063rem solid #debd8d;
    box-shadow: 0rem 0.25rem 0rem 0rem var(--icai-gold);
}
.leader-card:hover {
  transform: translateY(-0.375rem);
  box-shadow: 0 0.75rem 1.875rem rgba(37, 62, 118, 0.12);
}
.leader-photo-wrap {
  width: 11.25rem;
  height: 11.25rem;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  background: var(--icai-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.leader-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leader-card h4 {
  font-family: var(--font-sans);
  font-weight: 700;
  color: var(--icai-navy);
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}
.leader-card .leader-role {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}
.leader-card .leader-org {
  color: var(--muted);
  font-size: 0.9rem;
}

/* ===== Our Services ===== */
.services-section {
  padding: 4.375rem 0;
  background: #fff;
}
.services-section .section-head {
  text-align: center;
  margin-bottom: 3.125rem;
}
.services-section .section-head h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 0.625rem;
}
.services-section .section-head p {
  color: var(--muted);
}
.service-card {
  border-radius: 0.875rem;
  padding: 1.125rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  height: 100%;
  min-height: 9.375rem;
}
.service-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.08);
}
.service-card.featured-svc {
  background: #22c55e;
  color: #fff !important;
  box-shadow: 0 0.625rem 1.5rem rgba(34, 197, 94, 0.3);
}
.service-card.featured-svc .service-icon {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}
.service-card.featured-svc .service-name,
.service-card.featured-svc .service-arrow {
  color: #fff;
}
.service-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}
.service-name {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.95rem;
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0.25rem 0 0.5rem;
  line-height: 1.3;
}
.service-arrow {
  font-size: 1rem;
}

/* Pastel color variants */
.svc-rose {
  background: #fde2e2;
  color: #d04141;
}
.svc-rose .service-icon {
  background: #fbb4b4;
  color: #d04141;
}
.svc-blue {
  background: #dde6f5;
  color: #2f6fc5;
}
.svc-blue .service-icon {
  background: #b2c8e9;
  color: #2f6fc5;
}
.svc-violet {
  background: #e7e2fb;
  color: #6347e0;
}
.svc-violet .service-icon {
  background: #c9bff4;
  color: #6347e0;
}
.svc-mint {
  background: #d6f1e3;
  color: #18a06d;
}
.svc-mint .service-icon {
  background: #a8e0c2;
  color: #18a06d;
}
.svc-peach {
  background: #fde0d8;
  color: #d96440;
}
.svc-peach .service-icon {
  background: #fbbfa8;
  color: #d96440;
}
.svc-pink {
  background: #fbdbe7;
  color: #c84477;
}
.svc-pink .service-icon {
  background: #f7b6cf;
  color: #c84477;
}
.svc-teal {
  background: #d0f0e8;
  color: #178d80;
}
.svc-teal .service-icon {
  background: #9fdcd1;
  color: #178d80;
}

/* ===== Dark mode (GIGW high-contrast) ===== */
body.dark-mode {
  background: #0a0e1a;
  color: #e8eef8;
}
body.dark-mode .site-header {
  background: #111827;
  border-bottom-color: #1f2937;
}
body.dark-mode .navbar.bg-white {
  background: #393b44 !important;
}
body.dark-mode .site-title {
  color: #ffd54f;
}
body.dark-mode .site-subtitle {
  color: #9ca3af;
}
body.dark-mode .main-nav .nav-link {
  color: #cbd5e1;
}
body.dark-mode .main-nav .nav-link:hover,
body.dark-mode .main-nav .nav-link.active {
  background: rgb(222 189 141 / 39%);
    color: #debd8d;
}
body.dark-mode .band-soft,
body.dark-mode .bg-soft,
body.dark-mode .leaders-section {
  background: #0e1525 !important;
}
body.dark-mode .band-light,
body.dark-mode .bg-band {
  background: #0a1224 !important;
}
body.dark-mode .band,
body.dark-mode .services-section {
  background: #393b44 !important;
}
body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode .text-icai-navy {
  color: #fff !important;
}
body.dark-mode .journal-card .card-content h3 {
    color: #62400e  !important;
}
body.dark-mode .journal-card .footer p, body.dark-mode .journal-card .footer span {
    color: #fff !important; 

}
body.dark-mode .text-muted-soft,
body.dark-mode .text-muted {
  color: #94a3b8 !important;
}
body.dark-mode .bg-white,
body.dark-mode .pub-card,
body.dark-mode .news-feature,
body.dark-mode .news-side,
body.dark-mode .leader-card,
body.dark-mode .committee-chip,
body.dark-mode .trust-card,
body.dark-mode .filter-card,
body.dark-mode .stat-card,
body.dark-mode .chart-card,
body.dark-mode .result-card,
body.dark-mode .otp-note {
  background: #161e2e !important;
  border-color: #1f2937 !important;
  color: #e8eef8 !important;
}
body.dark-mode .pub-card h3,
body.dark-mode .news-feature h3,
body.dark-mode .news-side h4,
body.dark-mode .leader-card h4,
body.dark-mode .trust-card h3,
body.dark-mode .result-card h3 {
  color: #fff !important;
}
body.dark-mode .pub-card .pub-meta,
body.dark-mode .chip-name,
body.dark-mode .leader-role,
body.dark-mode .leader-org {
  color: #cbd5e1 !important;
}
body.dark-mode .pub-card .pub-footer {
  border-top-color: #1f2937;
}
body.dark-mode .news-side .news-thumb {
  background: #0e1525;
}
body.dark-mode .icai-table thead {
  background: #0e1525 !important;
  color: #94a3b8;
}
body.dark-mode .icai-table th,
body.dark-mode .icai-table td {
  border-color: #1f2937;
  color: #e8eef8;
}
body.dark-mode .icai-table .text-muted-soft {
  color: #94a3b8 !important;
}
body.dark-mode .form-control,
body.dark-mode .form-select {
  background: #0e1525;
  border-color: #1f2937;
  color: #e8eef8;
}
body.dark-mode .form-control:focus,
body.dark-mode .form-select:focus {
  background: #0e1525;
  border-color: #ffd54f;
  box-shadow: 0 0 0 0.2rem rgba(255, 213, 79, 0.15);
  color: #e8eef8;
}
body.dark-mode .form-control::placeholder {
  color: #6b7280;
}
body.dark-mode .form-label {
  color: #cbd5e1;
}
body.dark-mode .modal-content {
  background: #161e2e;
  color: #e8eef8;
}
body.dark-mode .modal-header,
body.dark-mode .modal-footer {
  border-color: #1f2937;
}
body.dark-mode .dropdown-menu {
  background: #161e2e;
  border-color: #1f2937;
}
body.dark-mode .dropdown-item {
  color: #e8eef8;
}
body.dark-mode .dropdown-item:hover,
body.dark-mode .dropdown-item:focus {
  background: #1f2937;
  color: #ffd54f;
}
body.dark-mode .dropdown-divider {
  border-color: #1f2937;
}
body.dark-mode .btn-icai-outline {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
body.dark-mode .btn-icai-outline:hover {
  background: #333;
  color: #0a0e1a;
}
body.dark-mode .btn-icai {
  background: #fff;
  color: #0a0e1a;
}
body.dark-mode .btn-icai:hover {
  background: #0a0e1a;
  color: #fff;
}
body.dark-mode .toast-item {
  background: #161e2e;
  color: #e8eef8;
  border-color: #1f2937;
}
body.dark-mode hr,
body.dark-mode .border,
body.dark-mode .border-top,
body.dark-mode .border-bottom,
body.dark-mode .border-end,
body.dark-mode .border-start {
  border-color: #1f2937 !important;
}
body.dark-mode .divider-band {
  background: #1f2937;
}
body.dark-mode .gigw-bar {
  background: #0a0e1a;
  border-bottom-color: #1f2937;
}
body.dark-mode .gigw-btn[aria-pressed="true"] {
  background: #fff;
  color: #0a0e1a;
}
body.dark-mode .tab-switch {
  background: #0e1525;
}
body.dark-mode .tab-switch button.active {
  background: #161e2e;
  color: #ffd54f;
}
body.dark-mode .badge.bg-light,
body.dark-mode .badge {
  color: #e8eef8;
}
body.dark-mode .topic-chip {
  background: transparent;
    color: #ffffff;
    border-color: #636466;
}
body.dark-mode .topic-chip:hover {
  background: #ffd54f;
  color: #0a0e1a;
}
body.dark-mode .committee-chip:hover,
body.dark-mode .committee-chip:focus-visible {
  border-color: #ffd54f;
  box-shadow:
    0 0.75rem 1.875rem rgba(255, 213, 79, 0.12),
    inset 0 0 0 0.063rem #ffd54f;
}
body.dark-mode .committee-chip:hover .chip-name {
  color: #ffd54f !important;
}
body.dark-mode .news-cat {
  background: #ffd54f;
  color: #0a0e1a;
}
body.dark-mode .admin-shell {
  background: #0a0e1a;
}
body.dark-mode .admin-topbar {
  background: #111827;
  border-bottom-color: #1f2937;
}
body.dark-mode .pub-badge {
  background: #ffd54f;
  color: #0a0e1a;
}
body.dark-mode .pub-pages,
body.dark-mode .pub-topic {
  color: #ffd54f !important;
}
body.dark-mode .suggest-box {
  background: #161e2e;
  border-color: #1f2937;
}
body.dark-mode .suggest-box button {
  color: #e8eef8;
}
body.dark-mode .suggest-box button:hover {
  background: #1f2937;
}
body.dark-mode .filter-list label span {
  color: #cbd5e1;
}
body.dark-mode .footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .gold-underline {
  background-image: linear-gradient(to right, #debd8d, #debd8d);
}

.journal-card {
  background: #fff;
  padding: 0.375rem 0.375rem 0.625rem;
  overflow: hidden;
  transition: 0.4s;
  border: 0.063rem solid #cccccc78;
  border-radius: 0.625rem;
  position: relative;
}
.journal-card:hover {
  background: #f1f1f1;
}

.journal-card .book-wrap {
  position: relative;
  padding: 0rem;
  perspective: 93.75rem;
  overflow: visible;
}

.journal-card .book {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.6s ease;
}

.journal-card .book img {
  width: 100%;
  display: block;
  border-radius: 0rem 0.625rem 0.625rem 0rem;
  transition: 0.6s ease;
  -webkit-border-radius: 0rem 0.625rem 0.625rem 0rem;
  -moz-border-radius: 0rem 0.625rem 0.625rem 0rem;
  -ms-border-radius: 0rem 0.625rem 0.625rem 0rem;
  -o-border-radius: 0rem 0.625rem 0.625rem 0rem;
  height: 15.625rem;
  border-right: 0.313rem solid #ccc;
  box-shadow: -0.188rem 0.125rem 0.313rem 0rem #ccc;
}

.journal-card .book::before,
.journal-card .book::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 95%;
  background: #f1f1f1;
  border-radius: 0.5rem;
  opacity: 0;
  transition: 0.6s ease;
}

.journal-card .book::before {
  z-index: -1;
}

.journal-card .book::after {
  z-index: -2;
}

.journal-card .book-wrap:hover .book {
  transform: rotateY(-26deg) translateX(-0.5rem);
  -webkit-transform: rotateY(-26deg) translateX(-0.5rem);
  -moz-transform: rotateY(-26deg) translateX(-0.5rem);
  -ms-transform: rotateY(-26deg) translateX(-0.5rem);
  -o-transform: rotateY(-26deg) translateX(-0.5rem);
}

.journal-card .book-wrap:hover  h3 {
  transform: rotateY(-26deg) translateX(-0.5rem);
  -webkit-transform: rotateY(-26deg) translateX(-0.5rem);
  -moz-transform: rotateY(-26deg) translateX(-0.5rem);
  -ms-transform: rotateY(-26deg) translateX(-0.5rem);
  -o-transform: rotateY(-26deg) translateX(-0.5rem);
}

.journal-card .book-wrap:hover  .category {
  transform: rotateY(-26deg) translateX(-0.75rem);
  -webkit-transform: rotateY(-26deg) translateX(-0.75rem);
  -moz-transform: rotateY(-26deg) translateX(-0.75rem);
  -ms-transform: rotateY(-26deg) translateX(-0.75rem);
  -o-transform: rotateY(-26deg) translateX(-0.75rem);
}
/* .journal-card .book-wrap:hover .book img{
    box-shadow:
        1.875rem 1.563rem 2.188rem rgba(0,0,0,.25);
} */

.journal-card .book-wrap:hover .book::before {
  opacity: 1;
  right: -0.313rem;
  top: 0.375rem;
  box-shadow: 0 0 0.5rem #ccc;
  border-right: 0.063rem solid #ccc;
}

.journal-card .book-wrap:hover .book::after {
  opacity: 1;
  right: -0.688rem;
  top: 0.563rem;
  box-shadow: 0 0 0.5rem #ccc;
  border-right: 0.063rem solid #ccc;
  background: #fff;
  height: 92%;
}

.journal-card .featured {
  position: absolute;
    top: 0.875rem;
    left: 0.438rem;
    background: var(--icai-gold);
    color: #fff;
    font-size: 0.625rem;
    font-weight: 700;
    padding: 0.125rem 0.25rem;
    border-radius: 0.188rem;
    letter-spacing: 0.125rem;
    z-index: 10;
}

.journal-card .card-content {
  /* padding: 0.875rem 0.125rem; */
  padding: 0.375rem 0.125rem 0.313rem;
}

.journal-card .category {
 color: var(--icai-navy-dark);
    font-size: 0.5rem;
    font-weight: 500;
    display: block;
    position: absolute;
    bottom: 27.5%;
    left: 46%;
    width: 4.125rem;
    line-height: 0.625rem;
    transition: 0.5s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 1.375rem;
     transition: 0.5s ;
}

.journal-card .card-content h3 {
    font-size: 0.625rem;
    line-height: 0.813rem;
    color: #08122d;
    position: absolute;
    top: 32%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0.625rem 1.875rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 4rem;
    transition: 0.5s ;
    -webkit-transition: 0.5s ;
    -moz-transition: 0.5s ;
    -ms-transition: 0.5s ;
    -o-transition: 0.5s ;
}
.journal-card .card-content h3:hover {
     transform: rotateY(-26deg) translateX(-0.5rem);
  -webkit-transform: rotateY(-26deg) translateX(-0.5rem);
  -moz-transform: rotateY(-26deg) translateX(-0.5rem);
  -ms-transform: rotateY(-26deg) translateX(-0.5rem);
  -o-transform: rotateY(-26deg) translateX(-0.5rem);
}
.journal-card .author {
  color: #666;
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
}

/* .journal-card .card-content .category:hover {
     transform: rotateY(-26deg) translateX(-0.5rem);
  -webkit-transform: rotateY(-26deg) translateX(-0.5rem);
  -moz-transform: rotateY(-26deg) translateX(-0.5rem);
  -ms-transform: rotateY(-26deg) translateX(-0.5rem);
  -o-transform: rotateY(-26deg) translateX(-0.5rem);
} */

.journal-card .footer {
  border-top: 0.063rem solid #e5e5e5;
  padding-top: 0.625rem;
  display: flex;
  justify-content: space-between;
}

.journal-card .footer p {
  color: #1d2b53;
  font-weight: 400;
  font-size: 0.75rem;
  margin: 0rem;
}

.journal-card .footer span {
  color: #1d2b53;
  font-weight: 600;
  font-size: 0.75rem;
}

@keyframes cardFlipIn {
  from {
    transform: perspective(50rem) rotateY(-90deg);
    opacity: 0;
  }
  to {
    transform: perspective(50rem) rotateY(0deg);
    opacity: 1;
  }
}

#pubModal .btn-close {
  position: absolute;
  right: -0.25rem;
  background-color: #fff;
  opacity: 1;
  top: -0.375rem;
}
#pubModal .modal-body {
  height: 25rem;
  overflow: auto;
}

.book-details {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}

.book-details .book-left {
  width: 17.5rem;
}

.book-details .book-left img {
  width: 100%;
  display: block;
}

.book-details .book-right {
  flex: 1;
}

.book-details .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-items: center;
  margin-bottom: 1.2rem;
}

.book-details .top-bar h1 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

.book-details .share-btn {
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 0.375rem;
  background: var(--icai-navy);
  color: #fff;
  cursor: pointer;
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.book-details .rating {
  margin: 0rem 0 0.125rem;
  font-size: 1.375rem;
  color: #666;
}

.book-details .rating span {
  font-size: 1rem;
  color: #000;
  margin-left: 0.313rem;
}

.book-details .info-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.book-details .info-table td {
  border: 0.063rem solid #d8d8d8;
  padding: 0.5rem 0.563rem;
  font-size: 0.875rem;
}

.book-details .info-table td:first-child {
  width: 50%;
}

.book-details .info-table a {
  color: #2962ff;
  text-decoration: none;
  font-weight: 600;
}

.book-details .info-table td:last-child {
  font-weight: 600;
}

.book-details .book-details.btn-wrap {
  text-align: right;
  margin-top: 0.938rem;
}

.book-details .read-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--icai-navy);
  color: #fff;
  text-decoration: none;
  padding: 0.625rem 1rem;
  border-radius: 2.188rem;
  font-size: 1rem;
  font-weight: 600;
  float: right;
  margin-top: 1.25rem;
}

.summary {
  margin-top: 2.5rem;
}

.summary h2 {
  font-size: 1.125rem;
  margin-bottom: 0.938rem;
}

.summary p {
  font-size: 0.875rem;
  line-height: 1.7;
  color: #444;
}
span.required-danger {
  color: red;
}



/* ============feature modal css=============== */
.feature_modal .modal-content{
    border:none;
    overflow:hidden;
    border-radius:1.25rem;
    background:#fff;
}

.feature_modal .popup-modal{
    position:relative;
}

.feature_modal .popup-header{
    background:#0F3460;
    padding:1.875rem;
    display:flex;
    gap:1.25rem;
    align-items:flex-start;
}

.feature_modal .popup-header .book-thumb{
    width:7.5rem;
    height:10.625rem;
    border-radius:0.875rem;
    overflow:hidden;
    background:#173f6b;
    flex-shrink:0;
}

.feature_modal .popup-header .book-thumb img{
    width:100%;
    height:100%;
    
}

.feature_modal .popup-header .header-meta{
    flex:1;
}

.feature_modal .popup-header .committee-badge{
    display:inline-flex;
    align-items:center;
    gap:0.5rem;
    padding:0.5rem 0.875rem;
    background:rgba(255,255,255,.15);
    color:#fff;
    border-radius:1.875rem;
    margin-bottom:0.938rem;
}

.feature_modal .popup-header .popup-title{
    color: #0f3460;
    font-size: 0.5rem;
    margin-bottom: 0.75rem;
    position: absolute;
    top: 13.4%;
    left: 3%;
    width: 8.875rem;
    text-align: center;
    padding: 0.625rem 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 5.25rem;
}
.feature_modal .popup-header .popup-title2{
    color: #ffffff;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
   
}

.feature_modal .popup-header .popup-subtitle{
    color:rgba(255,255,255,.8);
    margin-bottom:1.25rem;
}

.feature_modal .popup-header .meta-pills{
    display:flex;
    gap:0.938rem;
    flex-wrap:wrap;
}

.feature_modal .popup-header .meta-pill{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 0.875rem;
    background: rgba(255, 255, 255, .15);
    border-radius: 1.875rem;
}

/* BODY */

.feature_modal .popup-body{
    padding:1.875rem;
    background: #3c3c3c;
}

.feature_modal .popup-body .info-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(11.25rem,1fr));
    gap:0.938rem;
}

.feature_modal .popup-body .info-grid .info-tile{
    background:#323232;
    padding:1.25rem;
    border-radius:0.875rem;
    text-align:center;
}

.feature_modal .popup-body .info-grid .info-tile i{
    display:block;
    font-size:1.375rem;
    margin-bottom:0.625rem;
    margin: auto;
}

.feature_modal .popup-body .info-grid .info-tile .info-tile-label{
    display:block;
    color:#777;
    margin-bottom:0.375rem;
    margin-top: 1rem;
}

.feature_modal .popup-body .info-grid .info-tile .info-tile-value{
    font-weight:600;
        color: #fff
}

.feature_modal .popup-body .divider{
    margin:1.563rem 0;
}

.feature_modal .popup-body .action-row{
    display:flex;
    gap:0.938rem;
    flex-wrap:wrap;
}

.feature_modal .popup-body .action-row .btn-primary,
.feature_modal .popup-body .action-row .btn-secondary{
        padding: 0.625rem 1.125rem;
    border-radius: 0.375rem;
    text-decoration: none;
}

.feature_modal .popup-body .action-row .btn-primary{
    background:#0e86af;
    color:#fff;
}

.feature_modal .popup-body .action-row .btn-secondary{
    border:0.063rem solid #ddd;
    color: #323232;
    color: #fff;
}

/* CLOSE BUTTON */

.feature_modal .close-btn{
    position:absolute;
    top:1.125rem;
    right:1.125rem;
    z-index:10;
    width:2.5rem;
    height:2.5rem;
    border:none;
    border-radius:50%;
    background:#ffffff25;
    color:#fff;
}

/* RESPONSIVE */

@media (max-width:48rem){

.feature_modal .popup-header{
    flex-direction:column;
}

.feature_modal .popup-header .book-thumb{
    /* width:100%;
    height:15.625rem; */
    width: 70%;
        height: 18.75rem;
        margin: auto;
}

.feature_modal .popup-header .popup-title{
    font-size: 0.75rem;
        top: 12.4%;
        left: 0;
        width: 100%;
        padding: 2.5rem 6.875rem;
        text-align: center;
}
.feature_modal .popup-header .committee-badge {
   
    padding: 0.313rem 0.5rem;
}
.feature_modal .popup-header .popup-title2 {
    color: #ffffff;
    font-size: 1rem;
}
.feature_modal .popup-header .popup-subtitle {
    margin-bottom: 0rem;
    font-size: 0.813rem;
}

.feature_modal .popup-body{
    padding:1.25rem;
}

.feature_modal .popup-body .action-row{
   
    justify-content: center;
}
.bottom-note {
    margin-top: 0.5rem !important;
    font-size: 0.813rem !important;
    line-height: normal !important;
   
}
.feature_modal .popup-body .divider {
    margin: 0.625rem 0;
}
}

.about-committee-grid{
   display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem; /* optional spacing */
}
.about-committee-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

@media (max-width: 62rem) {
    .about-committee-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 36rem) {
    .about-committee-grid {
        grid-template-columns: 1fr;
    }
}

.site-footer .icon  {
  display: flex;
    gap: 1.438rem;
    
}

.site-footer .icon a  {
  font-size: 1.25rem;
}

.otheer-portal {
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

.serc-sec {
border: 0.063rem solid #ccc;
    padding: 0.625rem;
    border-radius: 1.25rem;
    width: 32.688rem;
    box-shadow: 0.313rem 0.25rem 2rem 0.625rem #e7dfdfa6;
}
.search-card{
  width: 20rem;
    background: #fff;
    display: flex;
    align-items: flex-start;
    gap: 1.125rem;
    padding: 1rem 0rem;
    border-bottom: 0.063rem solid #ccc;
    
}

.search-card:last-child {
  /* border-bottom: 0; */
}

.search-thumb{
    width:4.75rem;
    flex-shrink:0;
}

.search-thumb img{
    width:100%;
    height:8.125rem;
    object-fit:cover;
    display:block;
}

.search-content{
    flex:1;
}
.search-content .text-primary {
  font-size: 0.75rem;
}
.search-content h2{
    font-size:1.25rem;
    color:#444;
    font-weight:600;
    margin-bottom:0.25rem;
    line-height:1.2;
}

.search-year{
    display:flex;
    align-items:center;
    gap:0.375rem;
    color:#8a8a8a;
    font-size:0.875rem;
    margin-bottom:0.75rem;
}

.search-year i{
    font-size:0.813rem;
}

.search-content p{
    color:#8d8d8d;
    font-size:0.875rem;
    line-height:1.6;
    margin: 0;
}





.publication-highlights{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:1.563rem;
}

.highlight-card{
    background: #323232;
    border-radius: 0.875rem;
    padding: 1.25rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: .4s;
    -webkit-border-radius: 0.875rem;
    -moz-border-radius: 0.875rem;
    -ms-border-radius: 0.875rem;
    -o-border-radius: 0.875rem;
}

.highlight-card::before{
    content:'';
    position:absolute;
    width:7.5rem;
    height:7.5rem;
    background:rgba(24,59,114,.05);
    border-radius:50%;
    top:-2.5rem;
    right:-2.5rem;
    transition:.4s;
}

/* .highlight-card:hover{
    transform:translateY(-0.625rem);
    box-shadow:0 1.125rem 2.5rem rgba(0,0,0,.12);
} */

.highlight-card:hover::before{
    transform:scale(2);
}

.highlight-icon{
   width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #323232;
    color: #fff;
    font-size: 2.125rem;
    transition: .4s;
}

.highlight-card:hover .highlight-icon{
    transform:rotateY(180deg);
}

.highlight-card .title{
   color: #777;
    font-size: 0.938rem;
    font-weight: 400;
    margin-bottom: 0rem;
}

.highlight-card p{
    color:#667085;
    font-size:0.938rem;
    line-height:1.75rem;
    margin-bottom:1.125rem;
}

.highlight-card span{
    display:inline-block;
    padding:0.5rem 1.125rem;
    background:#edf4ff;
    color:#183b72;
    font-size:0.875rem;
    font-weight:600;
    border-radius:1.875rem;
}

.bottom-note{
    margin-top: 1.125rem;
    color: #babcc1;
    font-size: 0.938rem;
    line-height: 1.875rem;
    padding-top: 0.313rem;
    letter-spacing: 0.063rem;
    text-align: center;
}

.bottom-note strong{
    color:#183b72;
}

@media(max-width:61.938rem){

.publication-highlights{
grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem;
}
.highlight-card {
    border-radius: 0.5rem;
    padding: 0.625rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
}
.highlight-icon {
    width: 2.625rem;
    height: 2.625rem;
    font-size: 1.25rem;
   
}
.highlight-card .title {
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 0rem;
    line-height: normal;
}
}

.regiter-panel .publication-highlights {
    display: flex;
    flex-direction: column;
    gap: 1.563rem;
    margin-top: 1.875rem;
}


.regiter-panel .highlight-card {
  background: transparent;
  border: none;
  display: flex;
    gap: 1.25rem;
    align-items: center;
    padding: 0;
}

.regiter-panel .highlight-icon {
  width: 3.25rem;
    height: 3.25rem;
    font-size: 1.75rem;
    margin: revert;
    margin-bottom: 0rem;
    background: transparent;
    border: 0.063rem solid #878787;
    color: #ffffff;
}

.regiter-panel .highlight-card h4 {
    color: #fff;
    margin: 0;
    text-align: left;
}

.regiter-panel .highlight-card:hover {
  box-shadow: none;
}
.regiter-panel .bottom-note {
  text-align: left;
  margin-top: 1.875rem;
}
.regiter-panel  .highlight-card p {
    text-align: left;
    margin: 0;
    color: #fff;
    font-size: 0.875rem;
}
.book-left {
  position: relative;
}

.book-left h1 {
position: absolute;
    top: 38%;
    font-size: 0.75rem;
    text-align: center;
    left: 19%;
    width: 11.875rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 6.5rem;
    line-height: 0.938rem;
}

.similar-pubs-slider .slick-prev,
  .similar-pubs-slider .slick-next {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: rgb(37 62 118);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    top: -19% !important;
    
  }

  .similar-pubs-slider .slick-prev:hover, .similar-pubs-slider .slick-prev:focus, .similar-pubs-slider .slick-next:hover, .similar-pubs-slider .slick-next:focus {
    background: #253e76;
    color: #fff;
  }
  .similar-pubs-slider .slick-prev i:hover, .similar-pubs-slider .slick-next i:hover {
    color: #fff;
}
  .similar-pubs-slider .slick-track {
        margin-left: 0 !important;

  }
  .similar-pubs-slider .slick-prev {
    left: auto;
    right: 5.125rem;
  }

  .similar-pubs-slider .slick-next {
    right: 1rem;
  }

  .similar-pubs-slider .slick-prev::before,
  .similar-pubs-slider .slick-next::before {
    content: none;
  }

  .similar-pubs-slider .slick-prev i,
  .similar-pubs-slider .slick-next i {
    font-size: 1.3rem;
  }

  .similar-pubs-slider .slick-slide {
    padding: 0 0.75rem 1.5rem;
    box-sizing: border-box;
  }

 .similar-pubs-slider .slick-slide:last-child {
   padding-right: 0 !important;
 }

  .similar-pubs-slider .journal-card {
    min-height: 100%;
  }

  @media (max-width: 48rem) {
    .similar-pubs-slider .slick-prev,
    .similar-pubs-slider .slick-next {
      top: 40% !important;
      width: 2.5rem;
      height: 2.5rem;
    }
  }


  .success-modal{
    border:none;
    border-radius:1.375rem;
    overflow:hidden;
    box-shadow:0 1.563rem 4.375rem rgba(0,0,0,.18);
}

.success-modal .modal-body{
    padding:2.813rem 2.188rem;
    text-align:center;
}

.success-icon{
    width:5.125rem;
    height:5.125rem;
    margin:auto;
    border-radius:50%;
    background:linear-gradient(135deg,#22c55e,#16a34a);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 0.75rem 1.875rem rgba(34,197,94,.35);
    margin-bottom:1.375rem;
}

.success-modal h4{
    font-size:1.75rem;
    font-weight:700;
    color:#18326f;
    margin-bottom:0.625rem;
}

.success-modal p{
    color:#6c757d;
    font-size:0.938rem;
    line-height:1.7;
    margin-bottom:1.875rem;
}

.btn-success-modal{
    min-width:10rem;
    height:3rem;
    border:none;
    border-radius:3.125rem;
    background:#18326f;
    color:#fff;
    font-weight:600;
    transition:.3s;
}

.btn-success-modal:hover{
    background:#0f2454;
    color:#fff;
    transform:translateY(-0.125rem);
}

#successModal .modal-close{
    position:absolute;
    right:1.125rem;
    top:1.125rem;
    z-index: 999;
}
.band-soft h2 {
font-size: clamp(2rem, 3.6vw, 3rem);
    margin: 0;
}
@media(max-width:62rem) {
    .site-header .navbar .navbar-brand img {
    height: 6.875rem;
  
}
.header-bottom-tagline {
  top: 11.25rem !important;
  display: none !important;
}
.leaders-section {
    padding: 1.875rem 0;
}
.leaders-section .section-head h2 {
    font-size: clamp(1.4rem, 3vw, 2.6rem);
}
.leaders-section .section-head p {
    font-size: 0.875rem;
}
.leaders-section .section-head {
    margin-bottom: 1.875rem;
}
.nav-item.dropdown-mega {
   position: relative;
    height: auto !important;
   
}
.journal-card .book img {
  height: auto;
}
.journal-card .card-content h3 {
  height: 2.938rem;
  -webkit-line-clamp: 3;
}
.journal-card .category {
    bottom: 26.5%;
    width: 3.875rem;
    height: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section-head {
    margin-bottom: 1.25rem;
}
.journal-card .featured {
    font-size: 0.5rem;
    top: 0.625rem;
    left: 0.188rem;
}
.band-soft h2 {
font-size: clamp(1.4rem, 3.6vw, 3rem);
    margin: 0;
}
/* .committee-grid {
    grid-template-columns: repeat(1, 1fr);
} */

.committee-chip {
  
    border-radius: 0.375rem;
    padding: 0.563rem;
    min-height: auto;
   
}
.committee-chip .kicker {
    margin-bottom: 0.375rem;
    font-size: 0.563rem;
}
.icon_bg_box {
    width: 2.188rem;
    height: 2.188rem;
}
.icon_bg_box i {
    font-size: 1.125rem;
}
.committee-chip .chip-name {
    font-size: 0.75rem;
}
.site-footer  {
  padding: 1.25rem 0 0;
}
.dropdown-mega .dropdown-menu {
        position: absolute;
}
.feature_modal .popup-header .meta-pills {
  margin-top: 0.625rem;
}
.trust-card {
  padding: 0.75rem;
}
.about-info h1{
font-size: 1.563rem;
margin-top: 0.625rem;
}
.about-info p {
font-size: 0.875rem;

}
.book-details {
  flex-direction: column;
}
}

  @media(min-width:62rem) and (max-width:81.25rem) { 

.btn-icai {
  padding: 0.438rem 0.813rem;
   
    font-size: 0.75rem;
}
.btn {
   
    font-size: 0.75rem;
}
.main-nav .nav-link {
    font-size: 0.75rem;
    padding: 0.5rem 0.6rem !important;
  }
  
}

 @media(min-width:992px) and (max-width:1170px) { 
 .site-header .navbar .navbar-brand img {
        width: 120px !important;
    }

 }

  @media(min-width:48rem) and (max-width:62rem) { 
        .feature_modal .popup-header .book-thumb {
        width: 50%;
        height: auto;
        margin: auto;
    }
        .feature_modal .popup-header .popup-title {
        font-size: 0.75rem;
        top: 14.4%;
        left: 0;
        width: 100%;
        padding: 2.5rem 10.625rem;
        text-align: center;
    }
  }


/* =========================
   DARK MODE
========================= */

body.dark-mode{
    background:#121212;
    color:#e5e5e5;
}


body.dark-mode .site-header,
body.dark-mode .navbar,
body.dark-mode .dropdown-menu,
body.dark-mode .search-box input,
body.dark-mode .filter-card,
body.dark-mode .stat-card,
body.dark-mode .chart-card,
body.dark-mode .trust-card,
body.dark-mode .committee-chip,
body.dark-mode .journal-card,
body.dark-mode .pub-card,
body.dark-mode .news-feature,
body.dark-mode .news-side{
    background:#1e1e1e6e !important;
    color:#fff !important;
    border-color:#333 !important;
}


body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6,
body.dark-mode p,
body.dark-mode span,
body.dark-mode label,
body.dark-mode small,
body.dark-mode li,
body.dark-mode a{
    color:#f5f5f5;
}


body.dark-mode input,
body.dark-mode textarea,
body.dark-mode select{
    background:#2a2a2a;
    color:#fff;
    border-color:#444;
}


body.dark-mode .bg-soft,
body.dark-mode .bg-band{
    background:#181818 !important;
}


body.dark-mode .site-footer{
    background:#0d0d0d;
}


body.dark-mode #suggest{
    background:#1e1e1e;
    border-color:#333;
}

body.dark-mode .search-card{
    border-color: #d6d6d6 !important;
    background: #333 !important;
}

body.dark-mode .search-card:hover{
    background:#4c4545 !important;
}


body.dark-mode .dropdown-mega .dropdown-menu{
    background:#333 !important;
    border-top: 1px solid #fff !important;
}

body.dark-mode .dropdown-mega .committee-list a{
    color:#fff;
}

body.dark-mode .dropdown-mega .committee-list a:hover{
    background: #ffffff;
    color: #000 !important;
}


body.dark-mode .form-control{
    background:#2b2b2b;
    color:#fff;
}

body.dark-mode .form-control::placeholder{
    color:#bbb;
}

body.dark-mode .google-translate span {
  color: #000;
}

body.dark-mode .book-details .info-table {
  background: transparent !important;
}

body.dark-mode .book-left h1 {
  color: #000 !important
}
body.dark-mode  .book-details .read-btn,  body.dark-mode .book-details .share-btn {
  background: var(--bg-soft) !important;
    color: #000000 !important;
}

body.dark-mode .accordion-button,
body.dark-mode .accordion-collapse,
body.dark-mode .accordion-button:not(.collapsed) { 
    color: #ffffff !important;
    background-color: #333333 !important;
}

body.dark-mode img {
  filter: grayscale(90%) !important;
  -webkit-filter: grayscale(90%) !important;
}

body.dark-mode .navbar-toggler-icon {
  background-color: #fff !important;
}

body.dark-mode .site-header .navbar .navbar-brand img {
  filter: grayscale(0%) !important;
  -webkit-filter: grayscale(0%) !important;
}

body.dark-mode #google_translate_element select {
    background: #000 !important;
}

body.dark-mode .navbar-toggler {
  border: 1px solid #fff;
}


      .nav-item.dropdown-mega {
         position: static;
         height: 159px;
         align-items: center;
         display: flex;
      }

      .nav-item.dropdown-mega .dropdown-menu {
         left: 50% !important;
         transform: translateX(-50%) !important;
         top: 100% !important;
         width: 100%;
         border-radius: 0;
         padding: 8px;
         box-shadow: 0 18px 50px rgba(9, 37, 96, .12);
         display: none;
         height: 62vh;
         overflow: auto;

      }

      @media (min-width: 992px) {
         .navbar .nav-item.dropdown-mega:hover>.dropdown-menu {
            display: block;
         }
      }

      .dropdown-mega .committee-list {
         columns: 4;
         -webkit-columns: 4;
         -moz-columns: 4;
      }

      /* .dropdown-mega .committee-list div {
         line-height: 20px;
      } */

      .dropdown-mega .committee-list a {
         display: inline-flex;
         padding: .2rem .2rem;
         color: #06215c;
         transition: 0.5s all ease-in-out;
         border-radius: 4px;
         width: auto;
         margin-bottom: 0;
         white-space: normal;
         font-size: 15px;
         line-height: 1.6em;
      }



      .dropdown-mega .committee-list a:hover {
         background: #06215c;
         color: #fff;

      }

      .search-box {
         position: relative;
         width: 36%;
         margin-left: 20px;
      }

      .search-text {
         position: absolute;
         left: 45px;
         top: 50%;
         transform: translateY(-50%);
         color: #999;
         pointer-events: none;
         font-size: 15px;
      }

      #animatedWord {
         display: inline-block;
         transition: all .4s ease;
      }

      .search-text {
         position: absolute;
         left: 45px;
         top: 50%;
         transform: translateY(-50%);
         color: #6c757d;
         pointer-events: none;
         font-size: 15px;
         z-index: 1;
      }

      .navbar-nav.header_menu_bar {
         flex-wrap: wrap;
         gap: 0.5rem;
      }

      .navbar-nav.header_menu_bar .nav-link {
         padding: 0.5rem 0.75rem;
      }

      .navbar-toggler {
         border-color: rgba(0, 0, 0, 0.1);
      }

      .gigw-bar .container {
         display: flex;
         justify-content: space-between;
         align-items: center;
         flex-wrap: wrap;
      }

      .gigw-tools {
         display: flex;
         align-items: center;
         gap: 0.6rem;
      }

      .google-translate {
         display: flex;
         align-items: center;
         min-width: 170px;
      }

      .google-translate select {
         max-width: 100%;
      }

      @media (max-width: 768px) {
         .gigw-bar .container {
            justify-content: center;
            gap: 0.35rem;
         }
      }

      @media (max-width: 992px) {
         .dropdown-mega .dropdown-menu {
            position: static;
            transform: none;
            width: 100%;
            display: none;
         }

         .dropdown-mega .dropdown-menu.show {
            display: block;
         }

         .dropdown-mega .committee-list {
            columns: 1;
         }

         .search-box {
            max-width: none;
            width: 100%;
            margin: 1rem 0 0;
         }

         /* .navbar-nav.header_menu_bar {
            width: 100%;
            justify-content: flex-start;
         } */

         .navbar-nav.header_menu_bar .nav-link {
            width: 100%;
            font-size: 14px;
         }

         /* .site-header .navbar .d-flex.align-items-center {
            width: 100%;
            justify-content: flex-start;
         } */
      }

      @media (max-width: 768px) {
         .search-box {
            margin-top: 1rem;
         }

         .navbar-nav.header_menu_bar .nav-link {
            padding-left: 0;
            padding-right: 0;
         }

         .navbar-nav.header_menu_bar {
            flex-wrap: wrap;
            gap: 0.5rem;
            width: 100%;
         }
      }


      @media (max-width: 992px) {
         .dropdown-mega .dropdown-menu {
            position: absolute;
            transform: none;
            width: 100%;
            display: none;
            height: 40vh !important;
            overflow: auto;
            padding: 10px;
         }

         .dropdown-mega .dropdown-menu.show {
            display: block;
         }

         .dropdown-mega .committee-list {
            columns: 1;
         }

         .dropdown-mega .committee-list a {
            white-space: normal;
            font-size: 14px;
         }

         .nav-item.dropdown-mega {
            position: relative;
         }
      }

      #suggest {
         position: absolute;
         top: 100%;
         left: 0;
         width: 100%;
         background: #fff;
         border: 1px solid #ddd;
         border-radius: 10px 10px 0px 0px;
         box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
         height: 66vh;
         overflow-y: auto;
         z-index: 9999;
      }

      .search-card {
         display: flex;
         gap: 15px;
         padding: 7px;
         border-bottom: 1px solid #eee;
         transition: .3s;
         width: 100%;
      }

      .search-card:hover {
         background: #f8f9fa;
      }

      .search-thumb {
         position: relative;
      }

      .search-thumb img {
         width: 80px;
         height: 105px;
         object-fit: cover;
         border-radius: 6px;
      }

      .search-content h6 {

         font-weight: 600;
         font-size: 12px;
         margin: 0;
         display: -webkit-box;
         -webkit-line-clamp: 2;
         -webkit-box-orient: vertical;
         overflow: hidden;
         height: 30px;
      }

      .search-content .text-muted {
         font-size: 10px;
         line-height: 14px;
      }

      .search-content small {
         font-size: 10px;
      }

      .search-thumb .cover-text {
         font-size: 5px;
         line-height: 6px;
         color: #08122d;
         position: absolute;
         top: 27%;
         left: 2px;
         width: 100%;
         text-align: center;
         padding: 10px 9px;
         display: -webkit-box;
         -webkit-line-clamp: 5;
         -webkit-box-orient: vertical;
         overflow: hidden;
         height: 40px;
      }

      @media(min-width:992px) and (max-width:1200px) {
         .site-header .navbar .navbar-brand img {}

         .navbar-brand {
            margin: 0;
         }

         .search-box {
            max-width: 235px;
            margin-left: 20px;
         }

         .main-nav .nav-link {

            font-size: 11px;
            padding: 8px 11px !important;

         }
      }
  

      body {
  top: 0 !important;
}

body>.skiptranslate, .goog-logo-link, .gskiptranslate, .goog-te-gadget span, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame, div#goog-gt-tt {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
  font-size: 0px !important;
}

.goog-text-highlight {
  background: transparent !important;
  box-shadow: transparent !important;
}

#google_translate_element select {
    background: #06215c;
    color: #fff4e4;
    font-weight: 500;
    border-radius: 3px;
    padding: 6px 7px;
    border: 1px solid #ccc;
    width: 142px;
    font-size: 13px;
    letter-spacing: 0.6px;
}

@media(max-width: 767px) {
  #google_translate_element select {
width: auto;
  }
}