/* ========== Base ========== */
body {
  background-color: #f5f5f5;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.95rem;
}

/* Cards, boxes */
.card,
.contact-box {
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

/* Section title bar */
.section-title {
  border-left: 4px solid #198754;
  padding-left: 0.75rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

/* Navbar brand */
.navbar-brand span {
  font-size: 0.8rem;
  line-height: 1.1;
}

/* Emblem in navbar */
.navbar-brand img.brand-emblem {
  height: 40px;
  margin-right: 8px;
}

/* Footer */
.site-footer {
  font-size: 0.8rem;
}

/* Links inside lists */
.list-group-item a {
  text-decoration: none;
  color: inherit;
}

.list-group-item a:hover {
  text-decoration: underline;
}

/* Chairman image (if used anywhere else) */
.chairman-img {
  max-width: 140px;
  border-radius: 0.75rem;
  object-fit: cover;
}

/* ===== Language Toggle ===== */
.lang-en [data-lang="mr"] {
  display: none !important;
}

.lang-mr [data-lang="en"] {
  display: none !important;
}

.lang-toggle .btn {
  font-size: 0.8rem;
  padding: 0.15rem 0.6rem;
}

/* ===== News Page ===== */
.news-list {
  max-height: 500px;
  overflow-y: auto;
}

.news-item {
  padding: 10px 5px;
  border-bottom: 1px solid #e1e1e1;
}

.news-item:last-child {
  border-bottom: none;
}

.news-item a {
  text-decoration: none;
}

.news-item a:hover {
  text-decoration: underline;
}

/* PDF modal iframe */
#pdfFrame {
  width: 100%;
  height: 70vh;
  border: none;
}
