html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    background: linear-gradient(to right, #0f0f0f, #1a1a1a);
    color: #fff !important;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5 {
  font-family: "Orbitron", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* header section style */
.navbar-toggler {
  border: none; /* optional, remove border if you like */
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  filter: none !important; /* ensure no inherited color filters */
}


.navbar.fixed-top,
.navbar.sticky-top {
  background-color: #000;
  position: sticky; /* or fixed */
  top: 0;
  z-index: 9999 !important;
}

.offcanvas {
    background-color: #111;
}

.yaa-logo {
  max-width: 140px; /* your display size */
  height: auto; /* maintain aspect ratio */
  display: block;
  margin: 0 auto; /* center horizontally if needed */
  object-fit: contain; /* prevents stretching */
}

/* HERO SECTION (Optimized for CLS + Mobile Stability) */
.hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  padding: 2rem 1rem;
}

/* Headline Text */
.hero-title {
  font-family: "Orbitron", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 3vw + 0.8rem, 2.5rem);
  color: #ff003c;
  line-height: 1.3;
  margin-bottom: 1rem;
  min-height: 3em; /* Reserves height to prevent layout shift */
  text-shadow: 0 0 8px rgba(255, 0, 60, 0.4); /* optional subtle glow */
}

/* Description Text */
.hero-description {
  font-family: "Poppins", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(1rem, 1vw + 0.8rem, 1.125rem);
  color: #e0e0e0;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  min-height: 3em; /* Stabilizes height during font load */
}

/* Hero Images (if any) */
.hero-section img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

/* Mobile Optimization */
@media (max-width: 576px) {
  .hero-section {
    flex-direction: column;
    padding: 3rem 1rem;
  }

  .hero-title {
    font-size: clamp(1.3rem, 5vw + 0.5rem, 2rem);
    min-height: 3.2em; /* slightly taller for text wrapping */
  }

  .hero-description {
    font-size: 1rem;
    line-height: 1.6;
    min-height: 3.2em;
  }
}


/* play section style */
.play-section {
    background-color: #ccc;
}

.play-section h2 {
    font-family: "Orbitron", sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: clamp(1.3rem, 2.5vw + 0.7rem, 2rem);
    color: #ff003c;
}

.play-section p {
    font-family: "Poppins", sans-serif;
    font-size: clamp(1rem, 1vw + 0.8rem, 1.125rem);
    color: #111;
    line-height: 1.8;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.play-section .btn-danger {
   background-color: #b71c1c !important;
   border-color: #b71c1c !important;
   color: #fff !important;
}

.play-section .btn-danger:hover,
.btn-danger:focus {
  background-color: #a21717 !important;
  border-color: #a21717 !important;
}

/* how to play section style */
.withdraw-section {
    background-color: #111;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.withdraw-section h2 {
    font-family: "Orbitron", sans-serif;
    font-size: clamp(1.5rem, 3vw + 0.8rem, 2.5rem);
    font-weight: 700;
    color: #ff003c;
    text-transform: uppercase;
}

.blogh2 {
    font-family: "Orbitron", sans-serif;
    font-size: clamp(1.5rem, 3vw + 0.8rem, 2.5rem);
    font-weight: 700;
    color: #ff003c !important;
    text-transform: uppercase;
}


.withdraw-section p {
    font-family: "Poppins", sans-serif;
    font-size: clamp(1rem, 1vw + 0.8rem, 1.125rem);
    color: #d0d0d0;
    line-height: 1.8;
    max-width: 600px;
}

.object-fit-cover {
    object-fit: cover;
    height: 100%;
}

/* blogs section style */
.blog-section {
    background-color: #cccccc !important;
    color: #1a1a1a !important;
}
.blog-section .badge {
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #555;
    letter-spacing: 1px;
}

.blog-section h2 {
    font-family: "Orbitron", sans-serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw + 0.8rem, 2.5rem);
    line-height: 1.5;
}

.blog-section .highlight {
  color: #000; /* black text ensures 12.6:1 contrast */
  padding: 0 0.25em;
  border-radius: 0.25rem;
}


.blog-section p, .blog-section li {
    font-family: "Poppins", sans-serif;
    font-size: clamp(1rem, 1vw + 0.8rem, 1.125rem);
    color: #222;
    margin-top: 1rem;
}

.blog-section a {
  color: #0d6efd; /* Bootstrap primary blue link */
  text-decoration: underline;
}

.blog-section a:hover {
  color: #0a58ca; /* darker blue for hover contrast */
}

.feature-item {
    text-align: left;
}

.feature-item .label {
    font-weight: 700;
    font-family: "Orbitron", sans-serif;
    margin-bottom: 0.25rem;
    color: #111;
}

.feature-item .desc {
    font-size: 0.95rem;
    color: #555;
    font-family: "Poppins", sans-serif;
}


/* faq style */
.faq-section {
    font-size: clamp(1rem, 1vw + 0.8rem, 1.125rem);
    line-height: 1.6;
}

.accordion-button {
    background-color: #121212;
    color: #ccc;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: clamp(1rem, 1vw + 0.8rem, 1.125rem);
    line-height: 1.6;
}

.accordion-button:not(.collapsed) {
    color: #ff003c;
}

.accordion-body {
    background-color: #ccc;
    color: #111;
    font-size: clamp(1rem, 1vw + 0.8rem, 1.125rem);
    line-height: 1.6;
}


/* blogs page section start */
.blog-page-section {
  background-color: #111;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

.py-10 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;

}

.blog-page-section h1 {
  font-size: clamp(1.8rem, 3vw + 1rem, 2.8rem);
  font-weight: 700;
  color: #ff003c;
  text-transform: uppercase;
  line-height: 1.2;
}

.blog-page-section h2 {
  font-size: clamp(1.3rem, 2.2vw + 0.6rem, 2rem);
  font-weight: 600;
  color: #f8f9fa; /* slightly off-white for better contrast */
  text-transform: uppercase;
  line-height: 1.3;
  margin-top: 1rem;
}

.blog-page-section h2 a {
  color: #fff !important;
}
/* blogs page section end */


/* article post section start */
.article-section {
    background-color: #111;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.article-section h1 display {
  font-weight: 700 !important;
  color: #fff!important;
  text-transform: uppercase;
  line-height: 1.2;
}

.article-section h2 {
    font-size: clamp(1.5rem, 3vw + 0.8rem, 2.5rem);
    line-height: 1.3;
}

.article-section h3,
.article-section h4,
.article-section h5 {
    font-family: "Orbitron", sans-serif;
    color: #ff003c;
}

.article-section p {
    font-family: "Poppins", sans-serif;
    color: #ccc;
    font-size: clamp(1rem, 1vw + 0.8rem, 1.125rem);
}

.article-section .btn-danger {
   background-color: #b71c1c !important;
   border-color: #b71c1c !important;
   color: #fff !important;
}

.article-section .btn-danger:hover,
.btn-danger:focus {
  background-color: #a21717 !important;
  border-color: #a21717 !important;
}

.article-section p a {
  color: #fff !important;
}

/* article post section end */


