 .topbar {
   background-color: #032150;
   padding: 10px 0;
 }

 .logobox .title {
   text-align: center;
 }

 .logobox .title img {
   width: 200px;
 }

 .logobox .subtitle {
   color: #FFD700;
   font-weight: bold;
   font-size: 1.2rem;
 }

 .submenu {
   background-color: #001840;
 }

 .submenu a {
   color: white;
   text-decoration: none;
   padding: 10px 15px;
   display: inline-block;
 }

 .submenu a:hover {
   text-decoration: underline;
 }

 .fixed-top-shadow {
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
   z-index: 1030;
 }

 .promo-banner {
   background: rgb(2, 18, 51);
   margin-top: 100px;
 }

 .promo-steps {
   background-color: rgb(3, 26, 65);
   font-size: 1rem;
 }

 .footer-custom {
   background-color: #ffffff;
   border-top: 1px solid #ccc;
 }

 .footer-custom img {
   max-height: 30px;
   object-fit: contain;
 }

 .footer-custom a {
   font-size: 13px;
   letter-spacing: 0.5px;
 }

 .footer-custom a:hover {
   text-decoration: underline;
 }

 .footer-custom a {
   font-size: 14px;
   color: #7c8194;
   text-transform: uppercase;
   text-decoration: underline;
   font-weight: 500;
   letter-spacing: 0.5px;
   transition: 0.2s;
 }

 .footer-custom a:hover {
   color: #000;
   text-decoration: underline;
 }

 .terms-section .container {
  max-width: 800px;
  margin: 0 auto;
 }.privacy-section {
  background-color: #061633;
}

.privacy-box {
  background-color: #fff;
  border-radius: 12px;
}

.privacy-title {
  background-color: #1d2f5d;
  font-size: 1.25rem;
  border: 2px solid #d1d9ed;
}

.privacy-content p {
  color: #333;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.privacy-content a.link {
  color: #2b5cc0;
  text-decoration: underline;
}

.privacy-content strong {
  color: #1d1d1d;
}
.custom-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-content-box {
  background: #0b1c3a;
  padding: 2rem;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  color: #fff;
  position: relative;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.tab-btn {
  background: none;
  border: none;
  color: #fff;
  padding: 0.5rem 1rem;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.tab-btn.active {
  border-bottom: 2px solid #ff2d2d;
}

.modal-close {
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}

.modal-body .form-control {
  background: #fff;
  color: #000;
  margin-bottom: 1rem;
  border-radius: 5px;
  border: none;
  padding: 0.6rem;
}
.age-gate {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.age-gate-box {
  background-color: #0b1c3a;
  border-radius: 10px;
  max-width: 500px;
  width: 90%;
}

.age-gate a.link {
  color: #7cb3ff;
  text-decoration: underline;
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #0b1c3a;
  z-index: 9999;
}

.cookie-inner a.link {
  color: #7cb3ff;
  text-decoration: underline;
}

.cookie-settings {
  background-color: #102142;
  border-top: 1px solid #22335a;
}
