@import url('bootstrap.css');
@import url('bootstrap-reboot.css');
@import url('bootstrap-grid.css');
@import url('font-awesome.css');
@import url('bootstrap-datetimepicker.css');
@import url('../DataTables/datatables.min.css');
@import url('jodit.min.css');
@import url('jquery-confirm.min.css');
@import url('swiper.css');
@import url('themify-icons.css');
@import url('style.css');
.bha.bha-light {
  background: #f8f9fc;
  color: #1a1d26;
  min-height: 100vh;
}
.bha.bha-light a {
  color: #1a1d26;
  text-decoration: none;
}
.bha.bha-light a:hover {
  color: #008753;
}
.bha.bha-light h1,
.bha.bha-light h2,
.bha.bha-light h3,
.bha.bha-light h4,
.bha.bha-light h5,
.bha.bha-light h6 {
  color: #1a1d26;
}
.bha.bha-light .bha-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.bha.bha-light .bha-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .bha.bha-light .bha-header-inner {
    justify-content: space-between;
    padding: 0 16px;
  }
}
.bha.bha-light .bha-brand {
  display: inline-flex;
  align-items: center;
}
.bha.bha-light .bha-brand img {
  height: 50px;
  width: auto;
}
.bha.bha-light .bha-nav-toggle {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 8px;
  padding: 8px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.bha.bha-light .bha-nav-toggle span {
  height: 2px;
  width: 100%;
  background: #1a1d26;
  display: block;
}
.bha.bha-light .bha-nav .bha-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.bha.bha-light .bha-nav .bha-nav-list > li {
  position: relative;
}
.bha.bha-light .bha-nav .bha-nav-list > li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  color: #1a1d26;
  transition: background 0.2s, color 0.2s;
}
.bha.bha-light .bha-nav .bha-nav-list > li > a:hover {
  background: #f1f3f8;
  color: #008753;
}
.bha.bha-light .bha-nav .bha-nav-list > li.is-active > a {
  background: #f1f3f8;
  color: #008753;
}
.bha.bha-light .bha-nav .bha-nav-list .dropdown > .dropdown-toggle {
  cursor: pointer;
}
.bha.bha-light .bha-nav .bha-nav-list .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  padding: 8px 0;
  margin-top: -4px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  list-style: none;
  z-index: 100;
}
.bha.bha-light .bha-nav .bha-nav-list .dropdown-menu li a {
  display: block;
  padding: 10px 16px;
  color: #1a1d26;
  font-weight: 500;
}
.bha.bha-light .bha-nav .bha-nav-list .dropdown-menu li a:hover {
  background: #f1f3f8;
  color: #008753;
}
.bha.bha-light .bha-nav .bha-nav-list .dropdown:hover > .dropdown-menu {
  display: block;
}
.bha.bha-light .bha-nav .bha-nav-list .dropdown.open > .dropdown-menu {
  display: block;
}
.bha.bha-light .bha-nav .bha-nav-list .bha-nav-cta {
  margin-left: 8px;
}
.bha.bha-light .bha-nav .bha-nav-list .bha-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #008753, #005e3a);
  color: white !important;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(0, 135, 83, 0.25);
  transition: transform 0.2s, box-shadow 0.2s;
}
.bha.bha-light .bha-nav .bha-nav-list .bha-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 135, 83, 0.35);
  color: white !important;
}
.bha.bha-light .bha-nav .bha-nav-list .bha-nav-auth {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 8px;
}
.bha.bha-light .bha-nav .bha-nav-list .bha-nav-auth .bha-nav-link {
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 600;
  color: #1a1d26;
}
.bha.bha-light .bha-nav .bha-nav-list .bha-nav-auth .bha-nav-link:hover {
  background: #f1f3f8;
  color: #008753;
}
@media (max-width: 991.98px) {
  .bha.bha-light .bha-nav {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    padding: 16px;
    display: none;
  }
  .bha.bha-light .bha-nav.is-open {
    display: block;
  }
  .bha.bha-light .bha-nav .bha-nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }
  .bha.bha-light .bha-nav .bha-nav-list > li > a {
    width: 100%;
    justify-content: space-between;
  }
  .bha.bha-light .bha-nav .bha-nav-list .dropdown-menu {
    position: static;
    box-shadow: none;
    border: none;
    margin-top: 0;
    padding-left: 16px;
  }
  .bha.bha-light .bha-nav .bha-nav-list .bha-nav-cta {
    margin-left: 0;
    margin-top: 8px;
  }
  .bha.bha-light .bha-nav .bha-nav-list .bha-nav-auth {
    margin-left: 0;
    margin-top: 8px;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .bha.bha-light .bha-nav {
    display: flex !important;
    position: static;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
  }
}
.bha.bha-light .bha-main {
  padding-top: 80px;
  min-height: 70vh;
}
.bha.bha-light .bha-section {
  padding: 60px 0;
}
.bha.bha-light .bha-section--alt {
  background: #f1f3f8;
}
.bha.bha-light .bha-hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1d26 0%, #2d3140 100%);
}
.bha.bha-light .bha-hero .bha-hero-media {
  position: absolute;
  inset: 0;
}
.bha.bha-light .bha-hero .bha-hero-media video,
.bha.bha-light .bha-hero .bha-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.bha.bha-light .bha-hero .bha-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(26, 29, 38, 0.7), rgba(26, 29, 38, 0.3));
}
.bha.bha-light .bha-hero .bha-hero-content {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}
.bha.bha-light .bha-hero .bha-kicker {
  display: inline-block;
  color: white;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 1.8rem;
  background: rgba(0, 135, 83, 0.15);
  border: 1px solid rgba(0, 135, 83, 0.3);
  border-radius: 999px;
  padding: 6px 14px;
  margin-bottom: 16px;
}
.bha.bha-light .bha-hero .bha-hero-title {
  font-size: 3.5rem;
  line-height: 1.15;
  margin: 0;
  color: white;
  font-weight: 800;
}
.bha.bha-light .bha-hero .bha-hero-lead {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.2rem;
  max-width: 55ch;
  line-height: 1.7;
}
.bha.bha-light .bha-hero .bha-hero-cta {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.bha.bha-light .bha-hero .bha-maiden-edition {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 0;
  margin-bottom: 18px;
  max-width: 55ch;
}
.bha.bha-light .bha-hero .bha-maiden-edition .bha-maiden-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.6), rgba(212, 175, 55, 0));
}
.bha.bha-light .bha-hero .bha-maiden-edition .bha-maiden-line:first-child {
  background: linear-gradient(90deg, rgba(212, 175, 55, 0), rgba(212, 175, 55, 0.6));
}
.bha.bha-light .bha-hero .bha-maiden-edition .bha-maiden-text {
  white-space: nowrap;
  color: #d4af37;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.bha.bha-light .bha-hero .bha-maiden-edition .bha-maiden-text i {
  margin-right: 6px;
  font-size: 0.75rem;
}
.bha.bha-light .bha-hero .bha-hero-history {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.05rem;
  font-weight: 500;
  font-style: italic;
  max-width: 55ch;
}
@media (max-width: 767.98px) {
  .bha.bha-light .bha-hero {
    min-height: 70vh;
  }
  .bha.bha-light .bha-hero .bha-hero-content {
    padding: 40px 0;
  }
  .bha.bha-light .bha-hero .bha-maiden-edition {
    gap: 10px;
    margin-bottom: 14px;
  }
  .bha.bha-light .bha-hero .bha-maiden-edition .bha-maiden-text {
    font-size: 0.72rem;
    letter-spacing: 2px;
  }
  .bha.bha-light .bha-hero .bha-maiden-edition .bha-maiden-text i {
    font-size: 0.6rem;
    margin-right: 4px;
  }
  .bha.bha-light .bha-hero .bha-kicker {
    font-size: 1.1rem;
    padding: 5px 12px;
    letter-spacing: 1px;
    margin-bottom: 12px;
  }
  .bha.bha-light .bha-hero .bha-hero-title {
    font-size: 2rem;
    line-height: 1.2;
  }
  .bha.bha-light .bha-hero .bha-hero-lead {
    font-size: 0.95rem;
    margin-top: 14px;
    line-height: 1.6;
  }
  .bha.bha-light .bha-hero .bha-hero-history {
    font-size: 0.9rem;
    margin-top: 6px;
  }
  .bha.bha-light .bha-hero .bha-hero-cta {
    margin-top: 24px;
    gap: 10px;
  }
  .bha.bha-light .bha-hero .bha-hero-cta .btn {
    padding: 12px 22px;
    font-size: 0.9rem;
  }
}
.bha.bha-light .bha-dates {
  padding: 24px 0;
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bha.bha-light .bha-dates .bha-date {
  text-align: center;
  padding: 12px;
}
.bha.bha-light .bha-dates .bha-date-label {
  color: #6b7280;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.bha.bha-light .bha-dates .bha-date-value {
  color: #1a1d26;
  font-weight: 800;
  font-size: 1.1rem;
  margin-top: 4px;
}
.bha.bha-light .bha-page-hero {
  padding: 50px 0 30px;
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bha.bha-light .bha-page-hero .bha-page-kicker {
  color: #008753;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  font-size: 0.8rem;
}
.bha.bha-light .bha-page-hero .bha-page-title {
  margin: 8px 0 0;
  font-size: 2.4rem;
  font-weight: 800;
}
.bha.bha-light .bha-page-hero .bha-page-lead {
  margin-top: 12px;
  color: #6b7280;
  font-size: 1.05rem;
  max-width: 65ch;
}
.bha.bha-light .bha-page-hero--gradient {
  background: linear-gradient(135deg, #1a1d26 0%, #2d3140 50%, #1a1d26 100%);
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
  border-bottom: none;
}
.bha.bha-light .bha-page-hero--gradient::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.08), transparent);
  transform: rotate(-15deg);
  pointer-events: none;
}
.bha.bha-light .bha-page-hero--gradient::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 40%;
  height: 150%;
  background: linear-gradient(135deg, rgba(0, 135, 83, 0.06), transparent);
  transform: rotate(20deg);
  pointer-events: none;
}
.bha.bha-light .bha-page-hero--gradient .bha-page-kicker {
  color: #d4af37;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.3);
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.bha.bha-light .bha-page-hero--gradient .bha-page-title {
  color: white;
  font-size: 2.8rem;
  margin-bottom: 16px;
}
.bha.bha-light .bha-page-hero--gradient .bha-page-lead {
  color: rgba(255, 255, 255, 0.8);
  max-width: 55ch;
}
.bha.bha-light .bha-section-title {
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
}
.bha.bha-light .bha-section-lead {
  color: #6b7280;
  margin-top: 12px;
  max-width: 65ch;
  line-height: 1.6;
}
.bha.bha-light .bha-categories-intro {
  background: #f1f3f8;
  padding: 50px 0;
}
.bha.bha-light .bha-categories-intro .bha-section-lead {
  max-width: 60ch;
}
.bha.bha-light .bha-categories-grid {
  background: #f8f9fc;
  padding: 60px 0;
}
.bha.bha-light .bha-category-card-v2 {
  position: relative;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 32px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.bha.bha-light .bha-category-card-v2:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 135, 83, 0.2);
}
.bha.bha-light .bha-category-card-v2:hover .bha-category-image img {
  transform: scale(1.05);
}
.bha.bha-light .bha-category-card-v2:hover .bha-category-icon {
  background: linear-gradient(135deg, #008753, #005434);
}
.bha.bha-light .bha-category-card-v2:hover .bha-category-icon i {
  color: white;
}
.bha.bha-light .bha-category-card-v2 .bha-category-number {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 4rem;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.04);
  line-height: 1;
  pointer-events: none;
}
.bha.bha-light .bha-category-card-v2 .bha-category-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #f1f3f8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.bha.bha-light .bha-category-card-v2 .bha-category-icon i {
  font-size: 1.4rem;
  color: #008753;
  transition: color 0.3s ease;
}
.bha.bha-light .bha-category-card-v2 .bha-category-badge {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(0, 135, 83, 0.1);
  color: #008753;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.bha.bha-light .bha-category-card-v2 .bha-category-badge--gold {
  background: rgba(212, 175, 55, 0.15);
  color: #b29126;
}
.bha.bha-light .bha-category-card-v2 .bha-category-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #1a1d26;
  margin: 0 0 14px 0;
  line-height: 1.3;
}
.bha.bha-light .bha-category-card-v2 .bha-category-desc {
  color: #6b7280;
  font-size: 0.92rem;
  line-height: 1.65;
  margin-bottom: 18px;
}
.bha.bha-light .bha-category-card-v2 .bha-category-criteria {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.bha.bha-light .bha-category-card-v2 .bha-category-criteria li {
  display: flex;
  align-items: center;
  font-size: 0.82rem;
  color: #6b7280;
  font-weight: 500;
}
.bha.bha-light .bha-category-card-v2 .bha-category-criteria li i {
  color: #28a745;
  margin-right: 6px;
  font-size: 0.75rem;
}
.bha.bha-light .bha-category-card-v2 .bha-category-image {
  margin-top: 20px;
  border-radius: 12px;
  overflow: hidden;
  height: 160px;
}
.bha.bha-light .bha-category-card-v2 .bha-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.bha.bha-light .bha-category-card-v2 .btn {
  padding: 12px 24px;
  font-size: 0.9rem;
}
.bha.bha-light .bha-category-card-v2 .btn i {
  margin-right: 8px;
}
.bha.bha-light .bha-category-card-v2.bha-category-card-v2--featured {
  border-color: rgba(212, 175, 55, 0.3);
  background: linear-gradient(135deg, white 0%, rgba(212, 175, 55, 0.03) 100%);
}
.bha.bha-light .bha-category-card-v2.bha-category-card-v2--featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #d4af37, #b29126);
}
.bha.bha-light .bha-category-card-v2.bha-category-card-v2--featured .bha-category-icon {
  background: linear-gradient(135deg, #d4af37, #b29126);
}
.bha.bha-light .bha-category-card-v2.bha-category-card-v2--featured .bha-category-icon i {
  color: white;
}
.bha.bha-light .bha-why-apply {
  background: white;
  padding: 70px 0;
}
.bha.bha-light .bha-benefit-card {
  text-align: center;
  padding: 32px 24px;
  background: #f1f3f8;
  border-radius: 16px;
  height: 100%;
  transition: all 0.3s ease;
}
.bha.bha-light .bha-benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.bha.bha-light .bha-benefit-card:hover .bha-benefit-icon {
  background: linear-gradient(135deg, #008753, #005434);
}
.bha.bha-light .bha-benefit-card:hover .bha-benefit-icon i {
  color: white;
}
.bha.bha-light .bha-benefit-card .bha-benefit-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.bha.bha-light .bha-benefit-card .bha-benefit-icon i {
  font-size: 1.6rem;
  color: #008753;
  transition: color 0.3s ease;
}
.bha.bha-light .bha-benefit-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1d26;
  margin-bottom: 12px;
}
.bha.bha-light .bha-benefit-card p {
  color: #6b7280;
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0;
}
.bha.bha-light .bha-media-card {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.bha.bha-light .bha-media-card img,
.bha.bha-light .bha-media-card video {
  width: 100%;
  height: auto;
  display: block;
}
.bha.bha-light .bha-sector-card {
  display: block;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s, box-shadow 0.2s;
}
.bha.bha-light .bha-sector-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  border-color: #008753;
}
.bha.bha-light .bha-sector-card .bha-sector-title {
  color: #1a1d26;
  font-weight: 800;
  font-size: 1.15rem;
}
.bha.bha-light .bha-sector-card .bha-sector-sub {
  color: #6b7280;
  margin-top: 8px;
}
.bha.bha-light .bha-logo-tile {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.bha.bha-light .bha-logo-tile img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}
.bha.bha-light .bha-logo-tile--lg {
  height: 140px;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s, box-shadow 0.2s;
}
.bha.bha-light .bha-logo-tile--lg img {
  max-height: 90px;
}
.bha.bha-light .bha-logo-tile--lg:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.bha.bha-light .bha-category-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
  background: white;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  height: 100%;
  transition: transform 0.2s, box-shadow 0.2s;
}
.bha.bha-light .bha-category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.bha.bha-light .bha-category-card .bha-category-media {
  height: 200px;
  overflow: hidden;
}
.bha.bha-light .bha-category-card .bha-category-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bha.bha-light .bha-category-card .bha-category-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.bha.bha-light .bha-category-card .bha-category-body h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
  font-weight: 700;
}
.bha.bha-light .bha-category-card .bha-category-body p {
  color: #6b7280;
  flex: 1;
  line-height: 1.5;
}
.bha.bha-light .bha-nominee-card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s, box-shadow 0.2s;
}
.bha.bha-light .bha-nominee-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.bha.bha-light .bha-nominee-card .bha-nominee-media img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.bha.bha-light .bha-nominee-card .bha-nominee-body {
  padding: 16px;
}
.bha.bha-light .bha-nominee-card .bha-nominee-name {
  font-weight: 700;
  color: #1a1d26;
  font-size: 1.05rem;
}
.bha.bha-light .bha-nominee-card .bha-nominee-meta {
  color: #6b7280;
  font-size: 0.9rem;
  margin-top: 4px;
}
.bha.bha-light .bha-nominee-card .bha-nominee-stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.bha.bha-light .bha-nominee-card .bha-stat {
  color: #6b7280;
  font-size: 0.9rem;
}
.bha.bha-light .bha-nominee-card .bha-link {
  color: #008753;
  font-weight: 700;
}
.bha.bha-light .bha-group .bha-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.bha.bha-light .bha-group .bha-group-title {
  font-weight: 800;
  font-size: 1.25rem;
  margin: 0;
}
.bha.bha-light .bha-group .bha-group-sub {
  color: #6b7280;
  margin-top: 4px;
}
@media (max-width: 575.98px) {
  .bha.bha-light .bha-group .bha-group-head {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
}
.bha.bha-light .bha-vote-block {
  margin-bottom: 32px;
}
.bha.bha-light .bha-vote-block .bha-vote-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 12px;
}
.bha.bha-light .bha-vote-block .bha-vote-header h4 {
  margin: 0;
  font-weight: 700;
}
.bha.bha-light .bha-vote-block .bha-vote-header small {
  color: #6b7280;
}
.bha.bha-light .bha-vote-block .bha-vote-card {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.bha.bha-light .bha-vote-block .list-group-item {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.1);
}
.bha.bha-light .bha-vote-block .bha-vote-option {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  cursor: pointer;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: background 0.2s;
}
.bha.bha-light .bha-vote-block .bha-vote-option:last-child {
  border-bottom: none;
}
.bha.bha-light .bha-vote-block .bha-vote-option:hover {
  background: #f1f3f8;
}
.bha.bha-light .bha-vote-block .bha-vote-option input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.bha.bha-light .bha-vote-block .bha-vote-option .bha-radio {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.bha.bha-light .bha-vote-block .bha-vote-option .bha-radio-ui {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: white;
  transition: all 0.2s;
}
.bha.bha-light .bha-vote-block .bha-vote-option input[type="radio"]:checked + .bha-radio-ui {
  border-color: #008753;
  background: #008753;
  box-shadow: inset 0 0 0 4px white;
}
.bha.bha-light .bha-vote-block .bha-vote-option .bha-vote-option-body {
  flex: 1;
}
.bha.bha-light .bha-vote-block .bha-vote-option .bha-vote-name {
  display: block;
  font-weight: 700;
}
.bha.bha-light .bha-vote-block .bha-vote-option .bha-vote-sms {
  display: block;
  margin-top: 4px;
  color: #6b7280;
  font-size: 0.85rem;
}
.bha.bha-light .bha-sidecard {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.bha.bha-light .bha-sidecard h5 {
  font-weight: 700;
  margin-bottom: 12px;
}
.bha.bha-light .bha-sidecard ul {
  padding-left: 18px;
  color: #6b7280;
}
.bha.bha-light .bha-sidecard ul li {
  margin-bottom: 8px;
}
.bha.bha-light .bha-form-card {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.bha.bha-light .bha-form-group {
  margin-bottom: 20px;
}
.bha.bha-light .bha-form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #1a1d26;
}
.bha.bha-light .bha-form-group input[type="text"],
.bha.bha-light .bha-form-group input[type="email"],
.bha.bha-light .bha-form-group input[type="password"],
.bha.bha-light .bha-form-group input[type="file"],
.bha.bha-light .bha-form-group select,
.bha.bha-light .bha-form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: white;
  color: #1a1d26;
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.bha.bha-light .bha-form-group input:focus,
.bha.bha-light .bha-form-group select:focus,
.bha.bha-light .bha-form-group textarea:focus {
  outline: none;
  border-color: #008753;
  box-shadow: 0 0 0 3px rgba(0, 135, 83, 0.1);
}
.bha.bha-light .bha-form-group .form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 12px 16px;
}
.bha.bha-light .bha-form-group .form-control:focus {
  border-color: #008753;
  box-shadow: 0 0 0 3px rgba(0, 135, 83, 0.1);
}
.bha.bha-light .bha-table-card {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  overflow-x: auto;
}
.bha.bha-light .table {
  color: #1a1d26;
  margin-bottom: 0;
}
.bha.bha-light .table thead th {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  color: #6b7280;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}
.bha.bha-light .table td,
.bha.bha-light .table th {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  padding: 14px 12px;
}
.bha.bha-light .bha-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  object-fit: cover;
  margin-right: 10px;
}
.bha.bha-light .bha-action-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.bha.bha-light .bha-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bha.bha-light .bha-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  color: #1a1d26;
  line-height: 1.5;
}
.bha.bha-light .bha-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #008753;
}
.bha.bha-light .bha-list--check li::before {
  content: '\f00c';
  font-family: FontAwesome;
  background: none;
  color: #008753;
  font-size: 0.9em;
  top: 2px;
  width: auto;
  height: auto;
}
.bha.bha-light .bha-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bha.bha-light .bha-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
}
.bha.bha-light .bha-contact-list i {
  width: 20px;
  color: #008753;
  margin-top: 3px;
}
.bha.bha-light .bha-cta-band {
  padding: 48px 0;
  background: linear-gradient(135deg, #1a1d26 0%, #2d3140 100%);
}
.bha.bha-light .bha-cta-band h2 {
  color: white;
  margin: 0;
  font-weight: 800;
}
.bha.bha-light .bha-cta-band p {
  color: rgba(255, 255, 255, 0.7);
}
.bha.bha-light .btn.gradient-bg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #008753, #005434);
  border: none;
  color: white;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 1rem;
  box-shadow: 0 4px 14px rgba(0, 135, 83, 0.25);
  transition: transform 0.2s, box-shadow 0.2s;
}
.bha.bha-light .btn.gradient-bg:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 135, 83, 0.35);
  color: white;
}
.bha.bha-light .btn.orange-border {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 999px;
}
.bha.bha-light .btn.orange-border:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}
.bha.bha-light .bha-footer {
  margin-top: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #f1f3f8;
}
.bha.bha-light .bha-footer h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.bha.bha-light .bha-footer .bha-footer-widgets {
  padding: 60px 0 30px;
}
.bha.bha-light .bha-footer .bha-foot-logo img {
  height: 50px;
  width: auto;
}
.bha.bha-light .bha-footer .bha-foot-about p {
  color: #6b7280;
  line-height: 1.6;
}
.bha.bha-light .bha-footer .bha-foot-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bha.bha-light .bha-footer .bha-foot-links li {
  margin: 10px 0;
}
.bha.bha-light .bha-footer .bha-foot-links a {
  color: #6b7280;
}
.bha.bha-light .bha-footer .bha-foot-links a:hover {
  color: #008753;
}
.bha.bha-light .bha-footer .bha-foot-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bha.bha-light .bha-footer .bha-foot-contact ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  color: #6b7280;
}
.bha.bha-light .bha-footer .bha-foot-contact ul i {
  color: #008753;
  width: 16px;
  margin-top: 3px;
}
.bha.bha-light .bha-footer .bha-social {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: flex;
  gap: 10px;
}
.bha.bha-light .bha-footer .bha-social a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  color: #1a1d26;
  transition: all 0.2s;
}
.bha.bha-light .bha-footer .bha-social a:hover {
  background: #008753;
  border-color: #008753;
  color: white;
}
.bha.bha-light .bha-footer .bha-footer-bar {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #6b7280;
  font-size: 0.9rem;
}
.bha.bha-light .bha-footer .bha-subscribe {
  margin-top: 20px;
}
.bha.bha-light .bha-footer .bha-subscribe input[type="email"] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  color: #1a1d26;
  padding: 12px 14px;
  border-radius: 10px;
  margin-right: 8px;
  width: 180px;
}
.bha.bha-light .bha-footer .bha-subscribe input[type="submit"] {
  border: none;
  background: #008753;
  color: white;
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.bha.bha-light .bha-footer .bha-subscribe input[type="submit"]:hover {
  background: #005e3a;
}
.bha.bha-light .bha-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 500;
}
.bha.bha-light .bha-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #008753;
  cursor: pointer;
}
.bha.bha-light .bha-checkbox span {
  color: #6b7280;
}
.bha.bha-light .bha-link {
  color: #008753;
  font-weight: 600;
  transition: color 0.2s;
}
.bha.bha-light .bha-link:hover {
  color: #005434;
  text-decoration: underline;
}
.bha.bha-light .text-muted {
  color: #6b7280 !important;
}
.bha.bha-light hr {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.bha.bha-light .btn.orange-border {
  background: transparent;
  border: 2px solid #008753;
  color: #008753;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 999px;
  transition: all 0.2s;
}
.bha.bha-light .btn.orange-border:hover {
  background: #008753;
  color: white;
}
.bha.bha-light .w-100 {
  width: 100%;
}
.bha.bha-light .btn-block {
  display: block;
  width: 100%;
}
.bha.bha-light .bha-form-group label i {
  margin-right: 8px;
  color: #6b7280;
}
.bha.bha-light small.text-muted {
  display: block;
  margin-top: 6px;
  font-size: 0.85rem;
}
.bha.bha-light .badge {
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.75rem;
}
.bha.bha-light .badge-primary {
  background: #007bff;
  color: white;
}
.bha.bha-light .badge-success {
  background: #28a745;
  color: white;
}
.bha.bha-light .badge-warning {
  background: #ffc107;
  color: #212529;
}
.bha.bha-light .badge-danger {
  background: #008753;
  color: white;
}
.bha.bha-light .badge-secondary {
  background: #6c757d;
  color: white;
}
.bha.bha-light .alert {
  padding: 14px 18px;
  border-radius: 10px;
  margin-bottom: 16px;
}
.bha.bha-light .alert-warning {
  background: #fff3cd;
  border: 1px solid #ffc107;
  color: #856404;
}
.bha.bha-light .alert-danger {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
.bha.bha-light .bha-info-section {
  background: white;
  padding: 70px 0;
}
.bha.bha-light .bha-info-block {
  height: 100%;
}
.bha.bha-light .bha-info-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1d26;
  margin: 0 0 12px 0;
}
.bha.bha-light .bha-info-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0 0;
  counter-reset: info-counter;
}
.bha.bha-light .bha-info-list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  counter-increment: info-counter;
}
.bha.bha-light .bha-info-list > li::before {
  content: counter(info-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #1a1d26;
}
.bha.bha-light .bha-info-list > li strong {
  display: block;
  color: #1a1d26;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.bha.bha-light .bha-info-list > li p {
  margin: 0;
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.6;
}
.bha.bha-light .bha-title-underline {
  width: 60px;
  height: 4px;
  background: #008753;
  margin-top: 12px;
  border-radius: 2px;
}
.bha.bha-light .bha-sponsor-carousel {
  position: relative;
  margin-top: 30px;
  padding: 0 70px;
}
.bha.bha-light .bha-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: #008753;
  color: white;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 135, 83, 0.3);
}
.bha.bha-light .bha-carousel-arrow:hover {
  background: #006b42;
  transform: translateY(-50%) scale(1.05);
}
.bha.bha-light .bha-carousel-prev {
  left: 0;
}
.bha.bha-light .bha-carousel-next {
  right: 0;
}
.bha.bha-light .bha-sponsor-viewport {
  overflow: hidden;
  width: 100%;
}
.bha.bha-light .bha-sponsor-track {
  display: flex;
  transition: transform 0.4s ease;
}
.bha.bha-light .bha-sponsor-slide {
  flex: 0 0 33.333%;
  min-width: 33.333%;
  padding: 0 15px;
  box-sizing: border-box;
}
@media (max-width: 991.98px) {
  .bha.bha-light .bha-sponsor-slide {
    flex: 0 0 50%;
    min-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .bha.bha-light .bha-sponsor-slide {
    flex: 0 0 100%;
    min-width: 100%;
  }
}
.bha.bha-light .bha-sponsor-card {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s, box-shadow 0.2s;
}
.bha.bha-light .bha-sponsor-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.bha.bha-light .bha-sponsor-img {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.bha.bha-light .bha-sponsor-img img {
  max-width: 100%;
  max-height: 140px;
  object-fit: contain;
}
.bha.bha-light .bha-sponsor-name {
  font-weight: 600;
  color: #1a1d26;
  font-size: 0.95rem;
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  .bha.bha-light .bha-page-hero--gradient {
    padding: 60px 0 40px;
  }
  .bha.bha-light .bha-page-hero--gradient .bha-page-title {
    font-size: 2.2rem;
  }
  .bha.bha-light .bha-category-card-v2 .bha-category-number {
    font-size: 3rem;
  }
}
@media (max-width: 575.98px) {
  .bha.bha-light .bha-page-hero--gradient .bha-page-title {
    font-size: 1.8rem;
  }
  .bha.bha-light .bha-category-card-v2 {
    padding: 24px;
  }
  .bha.bha-light .bha-category-card-v2 .bha-category-title {
    font-size: 1.2rem;
  }
  .bha.bha-light .bha-category-card-v2 .bha-category-criteria {
    flex-direction: column;
    gap: 6px;
  }
  .bha.bha-light .bha-category-card-v2 .bha-category-image {
    height: 140px;
  }
}
.bha.bha-light .bha-judges-grid {
  background: #f8f9fc;
  padding: 60px 0;
}
.bha.bha-light .bha-judge-card {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.bha.bha-light .bha-judge-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}
.bha.bha-light .bha-judge-card:hover .bha-judge-avatar img {
  transform: scale(1.05);
}
.bha.bha-light .bha-judge-card .bha-judge-avatar {
  height: 320px;
  overflow: hidden;
  background: #f1f3f8;
}
.bha.bha-light .bha-judge-card .bha-judge-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}
.bha.bha-light .bha-judge-card .bha-judge-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.bha.bha-light .bha-judge-card .bha-judge-name {
  font-size: 1.25rem;
  font-weight: 800;
  color: #1a1d26;
  margin: 0 0 12px 0;
}
.bha.bha-light .bha-judge-card .bha-judge-bio {
  color: #6b7280;
  font-size: 0.92rem;
  line-height: 1.6;
  flex: 1;
  margin-bottom: 16px;
}
.bha.bha-light .bha-judge-card .bha-judge-social {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}
.bha.bha-light .bha-judge-card .bha-judge-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f1f3f8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  transition: all 0.2s ease;
}
.bha.bha-light .bha-judge-card .bha-judge-social a:hover {
  background: #008753;
  color: white;
}
.bha.bha-light .bha-judge-card .bha-judge-social a i {
  font-size: 0.9rem;
}
.bha.bha-light .bha-judge-card .bha-judge-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #008753;
  font-weight: 700;
  font-size: 0.9rem;
  transition: gap 0.2s ease;
}
.bha.bha-light .bha-judge-card .bha-judge-link:hover {
  gap: 12px;
}
.bha.bha-light .bha-judge-card .bha-judge-link i {
  font-size: 0.8rem;
}
.bha.bha-light .bha-judging-info {
  background: #f1f3f8;
  padding: 70px 0;
}
.bha.bha-light .bha-process-card {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 32px;
  height: 100%;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  position: relative;
}
.bha.bha-light .bha-process-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.bha.bha-light .bha-process-card:hover .bha-process-number {
  color: #008753;
}
.bha.bha-light .bha-process-card .bha-process-number {
  font-size: 3rem;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.08);
  line-height: 1;
  margin-bottom: 16px;
  transition: color 0.3s ease;
}
.bha.bha-light .bha-process-card h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a1d26;
  margin-bottom: 12px;
}
.bha.bha-light .bha-process-card p {
  color: #6b7280;
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0;
}
.bha.bha-light .bha-empty-state {
  text-align: center;
  padding: 60px 20px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.bha.bha-light .bha-empty-state .bha-empty-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f1f3f8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}
.bha.bha-light .bha-empty-state .bha-empty-icon i {
  font-size: 2rem;
  color: #6b7280;
}
.bha.bha-light .bha-empty-state h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1d26;
  margin-bottom: 12px;
}
.bha.bha-light .bha-empty-state p {
  color: #6b7280;
  max-width: 40ch;
  margin: 0 auto;
}
.bha.bha-light .bha-member-detail-sidebar {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}
.bha.bha-light .bha-member-detail-photo {
  height: 360px;
  overflow: hidden;
  background: #f1f3f8;
}
.bha.bha-light .bha-member-detail-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
@media (max-width: 991.98px) {
  .bha.bha-light .bha-member-detail-photo {
    height: 300px;
  }
}
.bha.bha-light .bha-member-detail-info {
  padding: 24px;
  text-align: center;
}
.bha.bha-light .bha-member-detail-name {
  font-size: 1.25rem;
  font-weight: 800;
  color: #1a1d26;
  margin: 0 0 16px 0;
}
.bha.bha-light .bha-member-detail-content .bha-section-title {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 16px;
}
.bha.bha-light .bha-member-detail-content .bha-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: #008753;
  border-radius: 2px;
}
.bha.bha-light .bha-member-detail-bio p {
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 16px;
}
.bha.bha-light .bha-member-detail-bio p:last-child {
  margin-bottom: 0;
}
.bha.bha-light .bha-member-detail-info .bha-judge-social {
  justify-content: center;
}
body .my-container {
  margin-top: 0;
}
body .card {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 1rem;
  transition: transform 0.2s;
}
body .card img {
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
body .card:hover {
  transform: translateY(-4px);
}
