/* External CSS for Online Cricket IDs homepage clone */
body {
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #181a20;
  color: #e0e0e0;
}
.header-logo {
  
  height: 48px;
  
  border-radius: 8px;
  display: inline-block;
}
.hero-section {
 background: url('bg_big.png') !important; background-size: cover!important;background-position: center!important;
  background-repeat: no-repeat!important; 
  padding: 100px 0;
  color: #fff;
  padding: 150px 0 ;
}
.hero-section .btn {
  font-size: 1.2rem;
  padding: 12px 32px;
}
.section-title {
  font-weight: 700;
  margin-bottom: 32px;
}
.feature-icon {
  font-size: 2.5rem;
  margin-bottom: 12px;
}
.card {
  border: none;
  background: #23242a;
  color: #e0e0e0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.18);
}
.stats-box {
  background: #23242a;
  color: #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.18);
  padding: 32px 0;
  margin-bottom: 24px;
}
.footer {
  background: #23242a;
  color: #e0e0e0;
  padding: 32px 0 16px 0;
  margin-top: 40px;
}
.footer-logo {

  height: 32px;
  background: #23242a;
  border-radius: 8px;
  display: inline-block;
}
.img-fluid {
  max-width: 100%;
 
}

/* Dark theme for sections */
section, .bg-light {
  background: #20222a !important;
  color: #e0e0e0 !important;
}

.section-title {
  color: #fff;
}

/* Dark theme for nav links */
.nav-link {
  color: #e0e0e0 !important;
}
.nav-link.active, .nav-link:focus, .nav-link:hover {
  color: #fff !important;
  text-decoration: underline;
}

/* Buttons */
.btn-light {
  background: #d6bc56;
  color: #000;
  font-weight: 700;
  border: 1px solid #444;
  margin-top: 10px;
}
.btn-light:hover {
  background: #444;
  color: #fff;
}
.btn-green {
  background: #2b6e30;
  color: #000;
  font-weight: 700;
  border: 1px solid #444;
  margin-top: 10px;
}
.btn-green:hover {
  background: #24532c;
  color: #fff;
}
