html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #8B1538;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* NIFT Maroon theme buttons and accents */
.btn-info {
  background-color: #8B1538;
  border-color: #8B1538;
  color: #fff;
}

.btn-info:hover {
  background-color: #A52A2A;
  border-color: #A52A2A;
  color: #fff;
}

.btn-info:active, .btn-info:focus {
  background-color: #6D0E2A;
  border-color: #6D0E2A;
  color: #fff;
}

.btn-danger {
  background-color: #8B1538;
  border-color: #8B1538;
  color: #fff;
}

.btn-danger:hover {
  background-color: #A52A2A;
  border-color: #A52A2A;
  color: #fff;
}

/* Card header styling */
.card-title {
  color: #8B1538;
  font-weight: 600;
}

/* Section headers and page titles */
h1, h2, h3, h4, h5, h6 {
  color: #1f2937;
}

/* Links */
a {
  color: #8B1538;
}

a:hover {
  color: #A52A2A;
}

/* Navbar brand styling */
.navbar-brand-logo {
  height: 45px;
  width: auto;
  max-width: 50px;
  object-fit: contain;
}

.navbar-brand-titles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
}

.navbar-brand-hi {
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
}

.navbar-brand-en {
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
}

/* Ensure navbar doesn't overflow */
.cms-navbar {
  min-height: 56px;
  padding: 0.25rem 0 !important;
}

.cms-navbar .container-fluid {
  align-items: center;
  gap: 1rem;
}
