
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  scroll-behavior: smooth;
  color: #222;
}
.navbar {
  background-color: #0b1f3a !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.navbar-brand {
  font-weight: bold;
  font-size: 1.75rem;
  color: #FFD700 !important; /* Gold */
}

.nav-link {
  font-weight: 600;
  color: #ffffff !important;
  transition: all 0.3s ease;
}

.nav-link:hover {
  color: #FFD700 !important;
}

.hero-section {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.hero-image {
  max-width: 450px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 20px;
}

.hero-subtext {
  font-size: 1.125rem;
  color: #495057;
  margin-bottom: 20px;
  line-height: 1.7;
}

.hero-list li {
  font-size: 1rem;
  margin-bottom: 10px;
}

.hero-section .btn-primary:hover {
  background-color: #0056b3;
  border-color: #004b9e;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-subtext {
    font-size: 1rem;
  }
}

.trust-section {
  background: linear-gradient(135deg, #3E5879,#FFD700); 
  padding: 80px 0;
  color: #fff;
}

.trust-box {
  background-color: rgba(255, 255, 255, 0.05); /* glass effect */
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}

.trust-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
}

.trust-text {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
  color: #f8f9fa;
}
.features-section {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.features-section h2 {
  font-size: 2rem;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.card-title {
  font-size: 1.2rem;
}

.card-text {
  font-size: 1rem;
  line-height: 1.6;
}
.about-modern {
  background-color: #f9fafb;
}

.about-modern h2 {
  font-size: 2.5rem;
}

.info-card {
  background-color: #ffffff;
  border-left: 4px solid #d9af00;
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}

.info-card h5 {
  color: #f6c900;
  font-size: 1.25rem;
}

.info-card p {
  color: #495057;
  font-size: 1rem;
  line-height: 1.6;
}
.responsible-gaming-section {
  background: linear-gradient(135deg, #3E5879,#FFD700); 
}

.responsible-gaming-section h3 {
  font-size: 1.75rem;
}

.responsible-gaming-section p {
  font-size: 1.05rem;
  line-height: 1.6;
}

.responsible-gaming-section .link-primary {
  color: #f6c900;
  text-decoration: underline;
}

.responsible-gaming-section .link-primary:hover {
  color: #0b5ed7;
}

.betting-comparison {
  background-color: #ffffff;
}

.betting-comparison .table-header {
  background-color: #0b1f3a;
  padding: 1rem;
  border-radius: 10px;
}

.bet-card {
  background-color: #fdfdfd;
  border: 2px solid #e5e8ed;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.bet-card:hover {
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}

.bet-card img {
  max-height: 80px;
  border-radius: 12px;
  object-fit: contain;
}

.bet-card .stars {
  color: #FFD700;
  font-size: 1.3rem;
}

.btn-success {
  background-color: #f6c900;
  border-color: #f6c900;
  color: #000;
  font-weight: 600;
  border-radius: 30px;
  padding: 0.5rem 1.5rem;
}

.btn-success:hover {
  background-color: #d9af00;
  border-color: #d9af00;
  color: #000;
}

.promo-banner {
  background-image: url(images/about.jpg);
  background-size: cover;
  background-position: center;
  height: 320px;
  position: relative;
  padding: 2rem;
}

.promo-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 31, 58, 0.8); /* Dark Blue Overlay */
  z-index: 1;
}

.promo-banner .container {
  position: relative;
  z-index: 2;
}

.promo-banner p {
  font-size: 1.2rem;
  color: #FFD700;
  font-weight: 500;
}

@media (min-width: 768px) {
  .promo-banner p {
    font-size: 1.4rem;
  }
}

.footer-section {
  background: #0b1f3a;
  color: #e9ecef;
  font-size: 0.95rem;
}

.bg-footer-note {
  background-color: #3E5879;
  color: #ced4da;

}

.footer-link {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #f6c900;
  text-decoration: underline;
}

.footer-section h6 {
  color: #ffffff;
  font-size: 1rem;
}



.about-section {
  background-color: #ffffff;
  font-size: 1rem;
  color: #1a1a1a;
  line-height: 1.7;
}

.about-section p {
  margin-bottom: 1.5rem;
}


.contact-section {
  background-color: #f8f9fa;
}

.card {
  border: none;
  border-radius: 16px;
}

.btn-dark {
  border-radius: 30px;
  font-weight: 500;
}

#charCount {
  font-size: 0.9rem;
}

.privacy-policy-section {
  background-color: #ffffff;
  color: #212529;
  font-size: 1rem;
  line-height: 1.8;
}

.privacy-policy-section h4 {
  font-weight: 600;
  margin-top: 2rem;
}

.privacy-policy-section ul {
  padding-left: 1.2rem;
}
.terms-section {
  background-color: #ffffff;
  color: #212529;
  font-size: 1rem;
  line-height: 1.8;
}

.terms-section h4 {
  font-weight: 600;
  margin-top: 2rem;
}

.terms-section ul {
  padding-left: 1.2rem;
}

