
/* === Center header logo & ELR title to match other subpages === */
header, .header, .navbar {
  text-align: center !important;
}
header .container, header .content, .header .container, .header .content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}
/* Center any brand/logo images */
header img, .header img, .logo img, img.logo, img[alt*="JAMIL"], img[alt*="Jivani"] {
  display: block !important;
  margin: 16px auto 8px auto !important;
}
/* ELR title */
.header-title-elr {
  text-align: center !important;
  color: #ffffff !important;
  font-size: 72px !important;
  font-weight: 800 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  margin-top: 16px !important;
  margin-bottom: 24px !important;
}
@media (max-width: 768px) {
  .header-title-elr { font-size: 42px !important; }
}
