
html, body {
  margin: 0;
  padding: 0;
 
  height: 100%;
 width: 100%;
  box-sizing: border-box;
overflow-x: hidden !important;
   overflow: hidden !important;
}
* {
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.special-button1 {
 height:30px;
  background-color: var(--text2-color);
  color: var(--bg-body); /* Ensures readability */
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
  width: 40%;
  text-align: center;
 margin: 0 auto 8px auto;  
}
.special-button1:hover {
  background-color: #bbb;
}



.flex-wrap video {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
   
}




body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
 
   
  -webkit-overflow-scrolling: touch;
}

.feature-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.feature-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.feature-item.fade-out {
  opacity: 0;
  transform: translateY(20px);
}

#snapWrapper {
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;

  scroll-behavior: smooth;

  scrollbar-width: none;
  -ms-overflow-style: none;
}
#snapWrapper::-webkit-scrollbar {
  display: none;
}

.snap-section {
  height: calc(var(--vh, 1vh) * 100);
  scroll-snap-align: start;
  overflow: hidden;
  position: relative;
}





#snapWrapper,
.snap-section,
.content,
.hero,
main,
section {
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
 

}

*,
*::before,
*::after {
  box-sizing: border-box;
}
.main-content {
  flex: 1; /* Pushes footer down */
}

.scrollable-content{
margin-bottom:140px;

}
.small-cents {
  font-size: 40%;       /* smaller text */
  vertical-align: super; /* raise it slightly */
  line-height: 1;
}
.join-now-btn {
    display: inline-block !important;
  width: auto !important;
  min-width: 0;
  max-width: 100%;
  height: 40px;
  padding:8px 10px;

  font-size: 14px;
  font-weight: 700;
  color: #000000 !important;
  background: linear-gradient(to bottom, #FA9A09, #fbc02d);
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease, transform 0.2s ease;
  font-family: 'Orbitron', sans-serif;
  white-space: nowrap;
 
}

.join-now-btn:hover {
  background: linear-gradient(to bottom, #fbc02d, #FA9A09);
  transform: scale(1.04);
}

@media (min-width: 769px) {

.join-now-btn {
  padding-left:50px;
  padding-right:50px;
  }
}


.scroll-indicator {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  z-index: 9999;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.scroll-indicator.hidden {
  opacity: 0;
  visibility: hidden;
}


.scroll-indicator .arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #9D9D9C;
  opacity: 0.6;
  animation: pulseArrow 1.2s infinite ease-in-out;
}

.scroll-indicator .delay1 { animation-delay: 0.2s; }
.scroll-indicator .delay2 { animation-delay: 0.8s; }
.scroll-indicator .delay3 { animation-delay: 1.4s; }

@keyframes pulseArrow { 0%, 95%,100% {
transform: translateY(0); opacity: 0.5; } 
50% { transform: translateY(5px); opacity: 1; } }









.event-wrapper {
  background-color: var(--bg-body) !important;
}





#content, .content {
  max-width: 100vw;
  overflow-x: hidden;
  box-sizing: border-box;
}

main {
  flex: 1; /* pushes footer down */
}




.buttons {
  display: flex;
 
    justify-content: center;
  gap: 10px;
  margin-top: 0px;
  width:100%;
  padding: 4%;
  box-sizing: border-box;
}

.feature {
  text-align: center;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  flex: 0 0 30%;
  max-width: 33%;
}


.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 4.5rem;
   margin-bottom: 0.5rem;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
 
}


.feature-item {
  display: flex;
  align-items: left;
  gap: 1rem;
  margin-bottom: 2.5rem;
  width: 100%;
  max-width:500px;
}
.feature-item img {
  width: 45px;
  height: 45px;
  align-items: left;
}

.feature-item div {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: left; /* Centers items vertically */
  justify-content: center; /* Centers items horizontally */
}



.feature-icon {
  width:45px;
  height:45px;
 
  object-fit: contain;
  display: block;
}

.feature-item svg {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  fill: white;
}



.hero,
.hero-content,
.hero-content2 {
  max-width: 100%;
   max-height: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}
/* Hero Section */
.hero {
  background: url('/assets/img/mmatipdhp.png') center center / cover no-repeat; 
  */background-color: var(--bg-body);*/ /* fallback if image fails */
  height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 10px;
  z-index: 1;
  height: 100vh;           /* full viewport height */

  flex-direction: column;
}




.hero::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
   z-index: 0;
    
}

.hero-content {
  position: relative;
  z-index: 2;
  font-size: 0.9rem;
  line-height: 2.1rem;
 text-align:center;
padding:5px;
  }
.hero-content2 {
width:100%;
  position: relative;
  z-index: 2;
  font-size: 0.9rem;
  line-height: 2.1rem;
  text-align: left;
padding: 30px;
display: flex;
  justify-content: center;
  max-width:800px; /* or whatever works best */
  margin: 0 auto;
display: flex;
  flex-direction: column;
  gap: 20px;
}

.features-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* DESKTOP */
  gap: 2rem;
  width: 100%;
  max-width: 2000px; /* or 1800px */
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
}

.feature-item {
  width: 100%;
}
.feature-icon {
  max-width: 60px;
  margin-bottom: 10px;
}

.feature-item h2 {
  font-size: 1.2rem;
  margin: 0;
}


.hero-content h1 {
margin-top: 0;
  font-size: 3.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #facc15;
  line-height: 5.7rem;
  font-family: 'Orbitron', sans-serif;
}
.hero-content2 h1 {
  font-size:1.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #facc15;
  font-family: 'Orbitron', sans-serif;
}

.hero-content h2 {
  font-size: 2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
   line-height: 3.5rem;
   font-family: 'Orbitron', sans-serif;
}
.hero-content h3 {
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
   line-height: 2rem;
   font-family: 'Orbitron', sans-serif;
   margin-bottom: 5px;
}

.hero-content h4 {
  font-size: 3rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #F9D535;
  line-height: 6rem;
  font-family: 'Orbitron', sans-serif;
}

.hero-content h5 {
margin-top: 10;
  font-size: 1.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #facc15;
  line-height: 2rem;
  font-family: 'Orbitron', sans-serif;
  max-width:70%;
}



.highlight {
  color: #e0b92d;
  font-weight: bold;
}
.highlight1 {
  color:#B0B0B0;
  font-weight: 200;
}

.snap-container {
  scroll-padding-top: 0px;
   scroll-snap-type: y mandatory;
}
.child {
  scroll-snap-align: start;
}

/* General Section Styling */
.snap-section.next-event {
  padding: 2rem;
  background-color: var(--bg-body, #0d0d0d);
  color: var(--text-color, #ffffff);
  
}

/* Headings */
.event-page-title {
  font-size:2.2rem;
  font-weight: bold;
  color: var(--accent-color, #ff3c3c);
  margin-bottom: 1rem;
  text-align: center;
   text-transform: uppercase;
    font-family: 'Orbitron', sans-serif;
}
.event-table {
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
  background-color: var(--bg-body);
  color: var(--text-color);
  text-align: center;
}

.event-row {
  height: 130px;
}
.fighter-cell {
  width: 33%;
  vertical-align: middle;
}
/* Event Info */
.event-details {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 0.25rem;
  color: var(--text-color);
}
.countdown {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #ffcc00;
}
.countdown-time {
  font-weight: bold;
  font-size: 1.2rem;
}

/* Fighter Comparison Table */
table {
  width: 100%;
  border-collapse: collapse;
  background-color: #111;
  border-radius: 0.5rem;
  overflow: hidden;
}
table tr {
  border-bottom: 1px solid #333;
  height: auto; /* or remove this line if set elsewhere */
  line-height: 1.2; /* tighter line spacing */
}
table tr:last-child {
  border-bottom: none;
}
table td {
 padding: 4px 8px;
  text-align: center;
}
table td img {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
  border-radius: 9999px;
  border: 2px solid #444;
}
table td.text-red-500 {
  font-size: 1.5rem;
}


.full-card-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}




/* Form Styling */
.compare-form {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
main.homepage {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  box-sizing: border-box;
}
.badge-main-event {
  position: absolute;
  top: -12px;
  left: 20px;
  background:  #fff;
  color: #000;
  font-size: 0.75rem;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: bold;
}

.fighters-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 2rem;
}

.fighter-col {

  text-align: center;

}

.fighter-img {
  width:280px;
  height: 180px;
  border-radius: 12px;
  border: 2px solid #facc15;
  object-fit: cover;
}

.fighter-name {
  margin-top: 0.5rem;
  font-weight: bold;
  color: var(--text-color);
  font-size: 1.2rem;
}

.fighter-img:hover {
 box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
 background: linear-gradient(to right, #fbc02d, #525252);
  transform: scale(1.04);
}





.countdown {
  color: #aaa;
  font-size: 0.9rem;
  margin-bottom: 10px;
}











.next-event .event-card {
  background: #1e1e1e;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  display: inline-block;
margin: 0.6rem;

}

.next-event h1{
color: #F9D535;
}

.image-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}

.image-row img {
  width: 130px;
  height: 130px;
  border-radius: 15%;
  border: 3px solid #444;
  object-fit: cover;
}

.fight-row-layout {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 20px;
  text-align: center;
}

.row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.col {
  flex: 1;
  padding: 4px 8px;
}

.col.left,
.col.right {
  font-weight: bold;
  color: #fff;
}

.col.center {
  color: #ffc107;
  font-weight: 600;
  width: 100px; /* fixed width helps center align */
}










/* how it works youtube */



/* Ensure .how-it-works has full height and spacing */
.how-it-works {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  background: #000; /* fallback background */
}


/* Scroll snapping section */
.snap-item {
  scroll-snap-align: start;
}
.snap-container {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100vh;
}


.snap-section {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
   min-height: 100vh; 
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; 
  align-items: center;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 0 1rem; /* Slight padding prevents hard edge issues */
  
}
.snap-section.hero {
 /* justify-content: flex-start !important;*/
 
}
.snap-section.get-started-section {
  justify-content: flex-start !important;
  padding-top: 10px; /* or adjust as needed */
 
}
.snap-section:last-child {
  scroll-snap-align: end !important;
}

.how-it-works {
  background-color: #121212;
  color: white;
}

.how-it-works-block {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.how-it-works-block h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size:1.7em;
}

}





.vs-cell {
  display: flex;
  flex-direction:column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;             /* Match fighter-col height */
  min-height: 160px; 
  padding-top: 10px;
   
}

.vs-text {
  font-size: 2rem;
  font-weight: 900;
  color: #FFD600;
  text-shadow: 0 0 10px rgba(255, 222, 89, 0.0);
  letter-spacing: 2px;
  transform: translateY(-30px);
  
}




.stats-row td {
  padding: 0px;
  font-weight: 500;
}

.label-cell {
  color:var(--text-color);
  font-weight: normal;
}
.stats-table {
  background:var(--bg-body);
 align-items: center;
    display: flex;
    flex-direction: column;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.1rem;
   margin: 0.2rem auto;
  max-width: 600px;
  width: 95%;
 
}

.stats-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.8rem;
  align-items: center;
  text-align: center;
 padding: 0.5rem 0 !important;  /* Reduce vertical padding */
  line-height: 1.1 !important;
  
}
.stat-col {
  color: var(--text-color);
  font-size: 1rem;
}
.stat-label {
  color:var(--text-color);
  font-weight: bold;
  font-size: 1rem;
}

.stats-row:last-child {
  border-bottom: none;
 
}

.stats-row > div {
  text-align: center;
  min-width: 100px;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-color);
   padding: 2px 0 !important;
  margin: 0 !important;
  line-height: 1.1 !important;
  
}
.stats-row div:nth-child(1) {
  
  padding: 0.25rem 0;
  font-size: 1.1rem;
}
.stats-row div:nth-child(2) {
  color: #facc15;
  padding: 0.25rem 0;
  font-size: 1.1rem;
}
.stats-row div:nth-child(3) {
  
  padding: 0.25rem 0;
  font-size: 1.1rem;
}
.subscriber-hook {
  font-size: 13px;
  margin-top: 10px;
  color: #ccc;
}
.button-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
  padding: 0; /* remove default spacing */
  margin: 0 auto; /* center the row */
  box-sizing: border-box;
}







.card {
  background-color: #2d2d2d;
  padding: 1.5rem;
  border-radius: 10px;

  color: white;
  max-width: 400px;
}

iframe {
  max-width: 100%;
  width: 560px; /* Standard YouTube embed size */
  height: 315px; /* Standard YouTube embed size */
}

.flex-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}




/* your existing slide styles */
section {
  min-height: 100vh;
  scroll-snap-align: start;
  /* …other styles… */
}

/* footer slide */
.snap-footer {
  scroll-snap-align: start;
  padding: 2rem;
  box-sizing: border-box;
  background: #222;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#stats-container table {
  background-color: var(--bg-body) !important;
}
#stats-container table, 
#stats-container td, 
#stats-container th,
#stats-container tr{

 padding: 5px !important; 
  border: none !important;

  
 
}
#snapWrapper {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#snapWrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

/* Example Styling */
.snap-section:nth-child(odd) {
 background: transparent;
}

.snap-section:nth-child(even) {
 background: transparent;
}
.hero-img {
height: 30%; 
  width: 40%; /* Adjust size as needed */
  max-width: 1200px;
  border-radius: 40px; /* Rounded corners */
  position: absolute;
  top: 370px; /* Adjust positioning */
  left: 80%;
  transform: translateX(-75%);
  opacity: 0.9;
}



.snap-section.next-event {
  padding-top: 5px; /* or 10px if you want it tighter to the top */
}


.centered-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  padding-top: 5px; /* adjust this value */
  box-sizing: border-box;
}
.centered-section > * {
  margin: 10px 0;  /* Consistent spacing for all children */
}
.centered-section h1, 
.centered-section h2, 
.centered-section p {
  margin: 10px 0;
  font-size: 30px;
  color:#F9D535;
}

.centered-section button {
  margin-top: 20px;
  padding: 12px 25px;
  background: #e0b92d;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.centered-section button:hover {
  background: #cfa52d;
}






.feature-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
}


.btn3 {
display: inline-block;
    margin:0;
    background-color: #007bff; /* Button color */
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    cursor: pointer;
     flex: 1; /* Allows buttons to adjust width */
    min-width:20%;
    max-width:30%;
 
}

.btn3.yellow {
  background-color: #facc15;
  color: #000;
}

.btn3.yellow:hover {
  background-color: #eab308;
}

.btn3.outline {
  border: 2px solid #facc15;
  color: #facc15;
  background: transparent;
   text-align: center;
}

.btn3.outline:hover {
  background-color: #facc15;
  color: #000;
}

.btn2 {
display: inline-block;
    padding:0;
    background-color: #007bff; /* Button color */
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    cursor: pointer;
     flex: 1; /* Allows buttons to adjust width */
    min-width:30%;
    max-width:40%;
 
}

.btn2.yellow {
  background-color: #facc15;
  color: #000;
}

.btn2.yellow:hover {
  background-color: #eab308;
}

.btn2.outline {
  border: 2px solid #facc15;
  color: #facc15;
  background: transparent;
    padding:6px 10px ;
     font-family: 'Orbitron', sans-serif;
}

.btn2.outline:hover {
  background-color: #facc15;
  color: #000;
}
/* Why Choose Us */


.ChooseUs h1 {
  font-size: 2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
   color: #F9D535;
   line-height: 2rem;
    font-family: 'Orbitron', sans-serif;
    margin-top: 0;
}
.why-choose-us {
 width: 100%;
  margin-left: 0;
  padding: 0;
}
.why-choose-us h2 {
  color: #facc15;
  font-size:2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom:20px;
  letter-spacing: 1px;
   font-family: 'Orbitron', sans-serif;
}

.why-choose-us p {
  color: #ccc;
  max-width: 700px;
  margin: 0 auto 0px;
  font-size: 1.8rem;
}
.why-choose-us .highlight {
  color: #facc15;
  font-weight: bold;
}

.why-choose-us h5 {

  color: #ccc;
  max-width: 700px;
  margin: 10px 10px;
  font-size: 1.1rem;
}



.feature img {
  width:50px;
  height: 50px;
  margin-bottom: 2px;
  text-align: center;
}

.feature h3 {
  font-size: 1.8 rem;
  margin-bottom: 8px;
  font-weight: 600;
  text-align: center;
}

.feature p {
  font-size: 1.3rem;
  color: #bbb;
}








.fight-row-layout .row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.fight-row-layout .col {
  flex: 1;
  text-align: center;
}

.fight-row-layout .col.center {
  flex: 0 0 100px; /* fixed width for label column */
  color: #facc15;
  font-weight: 600;
}

*/ get started section ---------------------------------------*/







.get-started-section.snap-section {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  padding-top: 30px !important;
  padding-bottom: 20px !important;
  min-height:100vh !important;
  height: 100vh;
  overflow: hidden; /* ✅ semicolon fixed */
  scroll-snap-align: start !important;
   padding-bottom: 0; 
}




.get-started-section h2 {
  margin-top: 0;
  padding-top: 20px;
  font-size:1.5rem;
   text-align: center;
  color: #facc15;
   font-family: 'Orbitron', sans-serif;
   text-transform: uppercase;
}

.get-started-card {
  background: #1f1f1f;
  padding:0px;
  border-radius: 12px;
 
  max-width: 700px;
  width: 100%;
  margin: 0;
}

.get-started-card h2 {
  font-size:1.7rem;
  color: #facc15;
  margin-bottom: 10px;
    font-family: 'Orbitron', sans-serif;
   text-transform: uppercase;
}

.get-started-card p {
  color: #ccc;
  margin-bottom: 20px;
  font-size: 1rem;
    font-family: 'Orbitron', sans-serif;
   text-transform: uppercase;
}

.video-wrapper {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 600px;
  margin: 20px auto; /* center horizontally */
  border-radius: 8px;
  overflow: hidden;
  background: #000; /* fallback background */
  border: 1px solid #FEB74D;
  box-shadow: 0 3px 8px rgba(254, 153, 0, 0.25);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.snap-section.hero {
  display: block !important;
  scroll-snap-align: start !important;
 
  padding-bottom: 60px;
  min-height: 100vh;
   
}
.snap-section.next-event {
  display: block !important;
  scroll-snap-align: start !important;
 
  padding-bottom: 60px;
  min-height: 100vh;
  
   
}


/* Force this section to top-align instead of center */
.snap-section.how-to-get-started {
  display: block !important;
  scroll-snap-align: start !important;
  padding-top: 60px !important;
  padding-bottom: 60px;
  min-height: 100vh;
   font-family: 'Orbitron', sans-serif;
   text-transform: uppercase;
}

.premium-section {
  background: #121212;
  color: #fff;
  padding: 40px 20px;
}

.premium-section h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.premium-section p {
  margin-bottom: 20px;
  color: #ccc;
}

.premium-features {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  max-width: 400px;
}

.premium-features div {
  font-size: 1rem;
  line-height: 1.4;
}

.btn-primary1 {
  background: #F9D535;
  color: #000;
  padding: 12px 25px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 15px;
}

.btn-primary1:hover {
  background: #cfa52d;
}
.special-button {
background-color: #ccc !important;

height:30px;

}

  
@media (max-width: 768px) {

  /* Typography scaling */
  .hero-content h1,
  .hero-content2 h1,
  .ChooseUs h1 {
    font-size:2.2rem;
    line-height: 2.2rem;
  }

  .centered-section h1,
  .centered-section h2 {
    font-size: 1.4rem;
  }
.hero-content h2 {
  font-size: 1.4rem;
  letter-spacing:2.1px;
  text-transform: uppercase;
   line-height: 5.1rem;
    }
    
  /* Responsive buttons */

  .btn-primary,
  .btn-secondary,
  .btn-primary1,
  .btn-secondary1,
 .btn3,
  .btnupcoming {
    width: 100%;
    max-width:100px;
    font-size:1.2rem;
    padding: 4px 8px;
    font-size: 12px;
    min-width: 30%;
    max-width: 70%;
    box-sizing: border-box;
     flex: 1;
     min-width:100px;
     height:40px;
  }
  
  
  .btn-group {
    flex-direction: column;
    gap: 10px;
  }


.btn2 {
width:60%;

  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 5px 10px;
  background-color:#facc15;
  color: #000;
  border: none;
  border-radius: 5px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.2s ease;
   padding: 10px 0px;
}
  /* Hero h4 text */
  .hero-content h4 {
    font-size: 1.5rem;
    line-height: 3rem;
  }

  /* Choose Us */
  .why-choose-us {
    height: auto; /* override 100vh */
    display: block; /* reset flex */
    padding: 0;
     margin: 0;
    flex-direction: column;
    justify-content: center;
   
  
  }

 .why-choose-us h2 {
  font-size: 1.5rem;
  margin-bottom: 2px;
  text-align: center;
  width: 100%;
}


  .why-choose-us p {
    font-size: 1.1rem;
     text-align: center;
  width: 100%;
    margin-bottom: 0px;
  }
.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  align-items: center; /* Centers the child elements */
  
  max-width:100%;
  margin-left: auto;
  margin-right: auto;

  
  
}

.feature:nth-child(1),
.feature:nth-child(2) {
  flex: 0 0 48%;
  max-width: 48%;
  display: flex; /* Ensures flex properties apply */
  flex-direction: column;
  align-items: center; /* Centers content vertically */
  justify-content: center; /* Centers content horizontally */
  text-align: center; /* Centers inline text */
}

.feature:nth-child(3) {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* Centers content horizontally */
  text-align: center; /* Centers inline text */
}


 
  

  
.feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.feature img {
  width: 30px;
  height: 30px;
  margin-bottom: 0px;
}

.feature h3 {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 600;
  white-space: normal;
    word-break: break-word;
}

.feature p {
  font-size: 12px;
  color: #bbb;
  white-space: normal;
    word-break: break-word;
}



  /* Next Event Card */
  .event-card-enhanced {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 15px;
    font-size: 0.85rem;
    box-sizing: border-box;
    width: 100%; /* Ensures it takes full width */
    max-width: 100vw; /* Prevents it from overflowing beyond viewport width */
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
   
  }

  .event-card-enhanced h3 {
    font-size: 1.1rem;
  }

.fighters-row,
.event-card-enhanced .fighters-faceoff {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 20px !important;
  flex-wrap: nowrap !important;
  margin-bottom: 20px !important;
}

.event-page-title {
font-size:1.5rem !important;
    margin-bottom: 1rem;
 color: #F9D535;
}
.event-details {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  
}
.countdown {
  color: #aaa;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
  .fighter-col {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
  }

  .fighter-img,
.fighter-image {
  width:120px;            /* or 60px on small screens */
  height:90px;           /* make it square */
  object-fit: cover;      /* crop and fill container */
  border-radius: 12px;    /* rounded corners */
  margin: 0 auto;
  display: block;
}


  .fighter-name {
    font-size: 1.1rem;
    margin: 4px 0;
  }

  .fighter-flag {
    font-size: 0.9rem;
    margin-bottom: 2px;
    color: #aaa;
  }

  .vs-text,
  .vs-col {
    font-size: 1rem;
    margin: 8px 0;
    font-weight: bold;
    color: #facc15;
  }
.full-card-wrapper {
  display: flex;
  justify-content: center;
  margin-top:5px;
}
.stats-row {
    flex-direction: column;
    align-items: center;
  }

  .stats-row > div {
    width: 100%;
    text-align: center;
    margin: 2px 0;
  }

  .fight-row-layout .row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 4px;
    align-items: center;
    margin-bottom: 8px;
  }

  .fight-row-layout .col {
    padding: 6px 4px;
    font-size: 0.85rem;
    word-break: break-word;
    
  }

  .fight-row-layout .col.center {
    font-weight: bold;
    color: #facc15;
    font-size: 0.85rem;
  }
  .snap-section.how-to-get-started {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  
  
 
  .Chartcontainer {
    height: 350px !important;
    width:90% !important;
  }


.get-started-section h2 {
  margin-top: 0;
  padding-top: 0;
  font-size: 1.7rem;
  text-align: center;
   padding-bottom: 0px
}
 
 .how-it-works {
   
    padding-bottom: 2rem;
  }
.how-it-works h1 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .how-it-works-block {
    display: block;
    text-align: center;
  }

 
  /* Video */
  .video-wrapper {
    width: 100%;
    padding-bottom: 30.25%;
    margin-top:0;
  }

  /* Premium section */
  .premium-features {
    max-width: 100%;
  }
  
    .video-wrapper-overlay {
    flex-direction: column;
    
  }

  .steps {
    padding: 20px;
  }
  .stats-row div {
  width: 33%;
  text-align: center;
  font-size: 10px;
}
.subscriber-hook {
  font-size: 10px;
  margin-top: 10px;
  color: #ccc;
}
.buttons {
  display: flex;
  flex-direction: column; /* Stack items vertically */
  align-items: center;     /* Center them horizontally */
  gap: 5px;
  margin-top: 0px;
  width:100%;
  padding: 2%;
  box-sizing: border-box;
   
}
.btn3 {

    line-height: 1.4rem;
    min-width:20%;
    max-width:100%;
 height: 2.5rem;
}
.special-button {
height:30px;
  
 min-width:100%;
 
margin: 0;
}
.features-wrapper {
    display: grid;               /* Add this */
    grid-template-columns: 1fr;  /* Single column on mobile */
    gap: 0rem;
    padding: 0 0px;
  }
  .feature-item h2 {
  font-size:1.2rem;
  margin: 0;
}
.feature-item {
  display: flex;
  align-items: flex-start;  /* Align items top-aligned */
  gap: 1rem;
 margin:5px;
  width: 100%;
  max-width: 500px;
}

.feature-item img {
  width:40px;               /* Fixed typo: 45x → 45px */
  height: 40px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;            /* Prevent shrinking on small screens */
}

.feature-item div {
  display: flex;
  flex-direction: column;
  justify-content: center;   /* Vertically center inside column */
  text-align: left;
}

  .hide-on-mobile {
    display: none !important;
  }
.scrollable-content{
margin-bottom:0px;
}

 .join-now-btn {
    font-size: 15px;
      padding:8px 10px;
      width:100% !important;
  }
  .btn2.outline{
   padding: 2%;
  }
  
 .features-wrapper {
    position: relative;
    height: 600px;
    overflow: hidden;
  }

  .feature-group {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 1.0rem;
  }

  .feature-item {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.6s ease, opacity 0.6s ease;
  }

  .feature-item.visible {
    opacity: 1;
    transform: translateX(0);
  }

  .feature-item.fade-out {
    opacity: 0;
    /* Keeps transform at 0 — no slide left */
  }

  .hidden {
    display: none !important;
  }
  
.hero-img {
height: 20%; 
  width: 50%; /* Adjust size as needed */
 
  
 
  top: 380px; /* Adjust positioning */
  left: 60%;
  transform: translateX(-30%);
  opacity: 0.9;
}
}

