:root {
  --primary: #3b82f6;
  --primary-dark: #2563eb;
  --secondary: #10b981;
  --dark: #000;
  --darker: #0a0a0a;
  --light: #f8fafc;
  --gray: #94a3b8;
  --accent: #8b5cf6;
  --card-bg: rgba(30, 41, 59, 0.5);
  --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.logo_name {
  font-size: xx-large;
  font-weight: 900;
  color: #FFFFFF;
  /* Changed to white */
  text-shadow: 1px 1px #0056b3;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

body {
  font-family: 'Poppins', sans-serif;
  background: var(--dark);
  color: var(--light);
  line-height: 1.6;
  overflow-x: hidden;
  background-image:
    radial-gradient(circle at 10% 20%, rgb(4, 8, 14) 0%, transparent 20%),
    radial-gradient(circle at 90% 80%, rgba(2, 10, 7, 0.822) 0%, transparent 20%),
    linear-gradient(to bottom, var(--darker), var(--dark));
  background-attachment: fixed;
  min-height: 100vh;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header & Navigation */

/* Scrollbar Base */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track (background) */
::-webkit-scrollbar-track {
  background: #000;
  border-radius: 10px;
}

.active_,
.active_:hover {
  color: #007ACC;
  text-decoration: none
}

/* Handle (thumb) */
::-webkit-scrollbar-thumb {
  background: #007ACC;
  border-radius: 10px;
  transition: background 0.3s ease;
}

/* Hover effect */
::-webkit-scrollbar-thumb:hover {
  background: #005f99;
}

/* Colors */
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #007acc6b rgba(0, 0, 0, 0.5);
}



header {
  display: flex;
  width: 100vw;
  height: 70px;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  background: linear-gradient(90deg,
      transparent 0%,
      transparent 50%,
      rgba(0, 0, 0, 0.8) 75%,
      rgba(0, 0, 0, 1) 100%);
  background-color: rgba(0, 0, 0, 0.4);

  /* Darker header background */
  padding: 0 20px;
  z-index: 11;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease;
}


header {
  /* background-color: #ffffff; */
  border-bottom: 2px solid #555;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

header nav ul {
  display: flex;
  gap: 20px;
  z-index: 10000;
  box-sizing: border-box;
}


#menu-btn {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;


}


header nav ul li {
  list-style: none;
  box-sizing: border-box;

}

body {
  position: relative;
}

header nav a {
  text-decoration: none;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  color: #A9A9A9;
  /* Light gray text for high contrast */
  z-index: 10000;
  box-sizing: border-box;
}

header nav a:hover {
  color: #007ACC;
  /* Bright white for hover effect */
}

header nav a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  header nav ul {
    display: none;
    visibility: 0;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0
  }

  header nav ul a {
    color: #FFFFFF;
    width: 100%;
  }

  li {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }

  header nav ul li:hover {
    background-color: #282828;
  }

  header nav ul a:hover {
    color: white;
  }

  #menu-btn {
    visibility: visible;

    opacity: 1;

    width: unset;
    height: unset;
    z-index: 100000;



  }
}







/* Hero Section */

.hero {
  align-items: center;
  position: relative;
  min-height: 100vh;
  min-width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  display: flex;
  /* align-items: czzenter; */
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: none !important;

}

.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  min-width: 100vw;
  min-height: 100vh;
  filter: brightness(0.5) grayscale(0.2) contrast(1.1);
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 60%, #007ACCcc 100%);
  z-index: 1;
  width: 100vw;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  /* max-width: 700px; */
  margin: 0 auto;
  color: #fff;
  min-width: 100%;
  max-width: 100%;
  padding: 20px;
  /* min-height: 100vh; */
  /* padding: 0 16px; */
}

.hero-title {
  font-size: 2.5em;
  margin-bottom: 24px;
  font-family: 'Orbitron', 'Roboto', sans-serif;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0 4px 24px #000, 0 2px 8px #007ACC;
  line-height: 1.1;
}

.hero-title span {
  color: #007ACC;
  text-shadow: 0 2px 8px #000, 0 2px 8px #007ACC;
}

.hero-desc {
  font-size: 1em;
  margin-bottom: 48px;
  color: #e0e6ed;
  text-shadow: 0 2px 8px #000a;
  line-height: 1.4;
}

.cta-btn {
  background: linear-gradient(90deg, #007ACC 0%, #00c3ff 100%);
  color: #fff;
  padding: 18px 40px;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0 4px 24px #007acc55;
  transition: transform 0.3s, background 0.3s;
  border: none;
  cursor: pointer;
  outline: none;
  text-shadow: 0 2px 8px #000a;
}

.cta-btn:hover {
  transform: scale(1.07);
  background: linear-gradient(90deg, #00c3ff 0%, #007ACC 100%);
}

.svg-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}



/* Features Section */
.features {
  padding: 100px 0;
  position: relative;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  font-family: 'Orbitron', sans-serif;
  position: relative;
  display: inline-block;
}

.section-header h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
}

.section-header p {
  max-width: 700px;
  margin: 20px auto 0;
  color: var(--gray);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.feature-card {
  background: var(--card-bg);
  border-radius: 15px;
  padding: 30px;
  transition: var(--transition);
  border: 1px solid rgba(59, 130, 246, 0.2);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.feature-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary);
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.2);
}

.feature-card::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, var(--primary), transparent, var(--secondary));
  z-index: -1;
  border-radius: 17px;
  animation: rotate 6s linear infinite;
}

.feature-icon {
  width: 70px;
  height: 70px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: var(--primary);
}

.feature-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

/* How It Works */
.how-it-works {
  padding: 100px 0;
  background: rgba(10, 10, 10, 0.7);
  position: relative;
}

.process {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.process::before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  height: 100%;
  width: 4px;
  background: var(--primary);
  border-radius: 2px;
}

.process-step {
  display: flex;
  gap: 30px;
  position: relative;
}

.step-number {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Orbitron', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--light);
  z-index: 2;
  box-shadow: 0 5px 15px rgba(59, 130, 246, 0.5);
}

.step-content {
  background: var(--card-bg);
  padding: 25px;
  border-radius: 15px;
  border: 1px solid rgba(59, 130, 246, 0.2);
  backdrop-filter: blur(10px);
  flex-grow: 1;
}

.step-content h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: var(--primary);
}

/* Limitations */
.limitations {
  padding: 100px 0;
}

.limitations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.limitation-card {
  background: var(--card-bg);
  border-radius: 15px;
  padding: 30px;
  border: 1px solid rgba(239, 68, 68, 0.2);
  backdrop-filter: blur(10px);
  transition: var(--transition);
}

.limitation-card:hover {
  border-color: rgba(239, 68, 68, 0.5);
  transform: translateY(-5px);
}

.limitation-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #ef4444;
}

/* CTA Section */
.cta {
  padding: 100px 0;
  text-align: center;
  background: linear-gradient(to bottom, rgba(10, 10, 10, 0.8), var(--darker));
  position: relative;
  overflow: hidden;
}

.cta::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
  animation: rotate 20s linear infinite;
  z-index: 0;
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}

.cta h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-family: 'Orbitron', sans-serif;
}

.btn {
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition);
  display: inline-block;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.btn-primary {
  background: var(--primary);
  color: var(--light);
  box-shadow: 0 5px 15px rgba(59, 130, 246, 0.4);
}

.btn-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.6);
}

.btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}

.btn-outline:hover {
  background: rgba(59, 130, 246, 0.1);
  transform: translateY(-3px);
}

/* Footer */
footer {
  padding: 60px 0 30px;
  background: var(--darker);
  border-top: 1px solid rgba(59, 130, 246, 0.2);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-col h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-col h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--primary);
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: var(--gray);
  text-decoration: none;
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-links a:hover {
  color: var(--primary);
  transform: translateX(5px);
}

.footer-links i {
  font-size: 0.8rem;
  color: var(--primary);
}

.social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  transition: var(--transition);
}

.social-links a:hover {
  background: var(--primary);
  transform: translateY(-5px);
}

.copyright {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--gray);
  font-size: 0.9rem;
}

/* Animations */
@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Responsive Design */


/* ok */

@media (max-width: 768px) {
  .hero h1 {
    font-size: 1.1em;
  }

  .hero p {
    font-size: 0.6em;
  }

}

@media (max-width: 400px) {
  .logo_name {
    font-size: 0.95em;
  }

  .hero-title {
    font-size: 08em;
  }

  .hero-desc {
    font-size: 0.7em;
  }

  ;
}


/* endl */

@media (max-width: 768px) {
  .hero-buttons {
    justify-content: center;
  }



  .section-header h2 {
    font-size: 2rem;
  }

  .cta h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 480px) {


  .btn {
    padding: 10px 20px;
    width: 100%;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .section-header h2 {
    font-size: 1.8rem;
  }

  .step-number {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }

  .step-content {
    padding: 20px;
  }

  .cta h2 {
    font-size: 1.8rem;
  }
}







.ligh-theme {
  --border-color: black;
  --border-top-color: #3498db;
  --logo-name-color: white
}




.loading-container11 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  /* pointer-events: none; */
  /* optional if you want clicks to pass through */
  margin: 0;
}

.loading-container11 .title11 {
  font-size: 5rem;
  color: #FFFFFF;
  /* Changed to white */
  font-weight: 900;
  display: flex;
  z-index: 1010;
}

@media (max-width: 400px) {
  .loading-container11 .title11 {
    font-size: 4rem;
  }
}

.loading-container11 .loader11 {
  border: 8px solid #CCC;
  /* Changed to light gray */
  border-top: 8px solid #3498DB;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin11 1s linear infinite;
  margin: 20px;
  margin-bottom: 10px;
  animation-delay: 1.5s;
  /* visibility: hidden; */
  z-index: 1010;
}

#username_loader11 {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 600;
  margin: 5px;
  text-shadow: 1px 1px #0056b3;
  border-bottom: 1px solid #0056b3;
  padding: 3px;
  border-radius: 3px;
}

.checkbox-container11 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  z-index: 10001;
  margin: 10px;
}

.hide_bx11 {
  opacity: 0;
  width: 0;
  height: 0;
}

.appear_bx11 {
  min-width: auto;
  width: auto;
  height: auto;
  opacity: 1;
}

.check-box11 {
  min-width: auto;
  padding: 0.25rem 0.75rem;
  border: 2px solid #3b82f6;
  display: flex;
  align-items: center;
  background-color: #1e293b;
  border-radius: 0.375rem;
  color: #93c5fd;
  font-size: 0.75rem;
}

.checked11::before {
  content: '\2713';
  font-size: 0.9rem;
  color: #3b82f6;
  margin-right: 0.4rem;
}

@keyframes spin11 {
  0% {
    transform: rotate(0deg);
    visibility: visible;
  }

  100% {
    transform: rotate(360deg);
    visibility: visible;
  }
}

.letter11 {
  opacity: 0;
  transform: translateY(-200%) scale(2) rotateX(90deg);
  animation: assemble11 1.5s forwards;
  perspective: 1000px;
  z-index: 1010;
  text-shadow: 1px 1px #0056b3;
}

.letter11:nth-child(1) {
  animation-delay: 0s;
}

.letter11:nth-child(2) {
  animation-delay: 0.1s;
}

.letter11:nth-child(3) {
  animation-delay: 0.2s;
}

.letter11:nth-child(4) {
  animation-delay: 0.3s;
}

.letter11:nth-child(5) {
  animation-delay: 0.4s;
}

.letter11:nth-child(6) {
  animation-delay: 0.5s;
}

.letter11:nth-child(7) {
  animation-delay: 0.6s;
}

.letter11:nth-child(8) {
  animation-delay: 0.7s;
}

@keyframes assemble11 {
  0% {
    opacity: 0;
    transform: translateY(-200%) scale(2) rotateX(90deg);
  }

  60% {
    opacity: 1;
    transform: translateY(20%) scale(1.1) rotateX(0deg);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotateX(0deg);
  }
}

.subtitle11 {
  margin-top: 2rem;
  font-size: 1.5rem;
  color: transparent;
  text-shadow: 3px 3px #007ACC;
  animation: fadeIn11 2s ease-in-out 1.5s forwards;
  opacity: 0;
  z-index: 1001;
  transition-property: all;
  transition-duration: 3s;
  transition-timing-function: ease-in-out;
}

@keyframes fadeIn11 {
  to {
    opacity: 1;
  }
}

.particles11 {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.particle11 {
  position: absolute;
  width: 6px;
  height: 6px;
  background: linear-gradient(45deg, #000000, #3b82f6);
  /* Adjusted for dark theme */
  border-radius: 50%;
  opacity: 0.8;
  animation: trail11 5s infinite ease-in-out;
}

@keyframes trail11 {
  0% {
    transform: translateY(100%) scale(0.5) rotate(0deg);
    opacity: 0;
  }

  50% {
    transform: translateY(50%) scale(1.2) rotate(180deg);
    opacity: 1;
  }

  100% {
    transform: translateY(-20%) scale(0.5) rotate(360deg);
    opacity: 0;
  }
}

.message {
  text-align: center;
  margin-top: 20px;
  color: #777;
}

.message a {
  color: #007bff;
  text-decoration: none;
}

.message a:hover {
  text-decoration: underline;
}



/* BTS services */

.container33 .container-bts {
  width: 100%;
  padding: 20px;
  height: auto;
  /* border: 2px solid #007ACC; */

  border-left-color: transparent;
  border-right-color: transparent;
  background-color: transparent;
  /* Changed to dark */
  /* box-shadow: 0 16px 16px rgba(0, 0, 0, 0.5); */
}

.container33 .cap {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: xx-large;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #e0e0e0;
  /* Changed to light */
  font-weight: 600;
  text-align: center;

}

.container33 label {
  font-weight: bold;
  color: #e0e0e0;
  /* Changed to light */
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: larger;
}

.container33 #input {
  height: 35px;
  padding: 0 25px;
  min-width: 200px;
  border: 2px solid #666;
  /* Changed to lighter */
  border-radius: 10px;
  background-color: transparent;
  color: #e0e0e0;
  /* Changed to light */
  font-family: sans-serif;
}

.container33 .form {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.container33 button {
  width: 60px;
  margin-top: 30px;
  height: 40px;
  font-size: small;
  text-align: center;
  padding: 2px;
  background-color: #007ACC;
  color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  border-right-color: transparent;
  border-left-color: transparent;
  font-weight: bold;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  cursor: pointer;
}

.container33 button:hover {
  background-color: #1E1E1E;
  color: #FFFFFF;
  border: 3px solid #282828;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

@media (max-width: 558px) {
  .header div {
    font-size: small;
  }

  .container33 .container-bts {

    width: 100%;
    padding: 20px;
  }

  .container33 .cap {
    font-size: larger;
    margin-top: 20px;
  }

  .container33 #input {
    width: 50%;
  }
}

@media (max-width: 358px) {
  .header div {
    font-size: smaller;
  }

  .container33 .cap {
    font-size: small;
  }

  .container33 #input {
    width: 80%;
  }
}

@keyframes rotate {
  0% {
    border: 2px solid #007ACC;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    color: #e0e0e0;
    /* Changed to light */
  }

  50% {
    border: 2px solid #007ACC;
    border-left: 2px solid transparent;
    border-left: 2px solid transparent;
    color: #e0e0e0;
    /* Changed to light */
  }

  100% {
    border: 2px solid #007ACC;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    color: #e0e0e0;
    /* Changed to light */
  }
}

.container33 .out {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  border: none;
  text-align: center;
}

.container33 .match_head {
  text-transform: capitalize;
  text-align: center;
  padding: 30px;
  font-family: Arial, Helvetica, sans-serif;
  color: #e0e0e0;
  font-weight: bold;
  text-decoration: underline;
  font-size: large;
}

.container33 .match {
  text-align: center;
  color: #007ACC;
  font-weight: 800;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-bottom: 10px;
}

.container33 .match_container {
  border: 1px solid #666;
  padding: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.container33 .match_info {
  font-weight: 600;
  color: #CCC;
  font-family: "Times New Roman", Times, serif;
  max-width: 100%;
  font-size: small;
  text-align: center;
}

.container33 .flex {
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 10px;
  width: auto;
  justify-content: center;
  align-items: center;
}

.container33 .holder {
  width: 100%;
}

.container33 .container-bts {
  margin: 0 auto;
}

.container33 .output {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  overflow-x: hidden;
  padding: 20px;
  gap: 20px;
  color: #e0e0e0;
  /* Changed to light */
  justify-content: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.container33 .results {
  width: 40%;
}

@media (max-width: 800px) {
  .container33 .flex {
    display: unset;
    flex-basis: unset;
    margin: unset;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    justify-content: unset;
  }

  .container33 .results {
    width: 90%;
  }
}

.container33 #input {

  font-size: small;
}

.container33 .status_heading {
  margin-top: 20px;
  font-size: x-large;
  color: #e0e0e0;
  /* Changed to light */
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
}

.container33 .state {
  margin-top: 30px;
  color: #e0e0e0;
  /* Changed to light */
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 700px;
  text-decoration: underline;
  cursor: pointer;
}

.container33 #green {
  color: #008000;
}

.container33 #red {
  color: rgba(255, 0, 0);
}

.container33 #vs_info {
  color: #e0e0e0;
  /* Changed to light */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #007ACC;
  justify-content: center;
}

.container33 .info_line {
  min-width: 40%;
  max-width: 40%;
  margin: 10px;
}

.container33 .chance_w {
  margin-top: 20px;
  width: 100%;
}

.container33 .selections {
  margin-bottom: -10px;
  display: flex;
  gap: 10px;
  padding-top: 20px;
}

.container33 .pr {
  font-weight: 700px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #e0e0e0;
  /* Changed to light */
  text-decoration: underline;
  cursor: pointer;
}

.green {
  color: #008000;
}

.red {
  color: #FF0000;
}

.container33 .time {
  font-weight: 700;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #00BD3F;
  display: block;
  width: 100%;
  margin: 20px auto;
}

.container33 .t-and-info {
  border: 1px solid #666;
  /* Changed to lighter */
  padding: 40px;
  margin: 80px;
}

.bluee {
  color: #0056B3
}

@media (max-width: 706px) {
  .container33 #vs_info {
    padding: 1px;
    width: 100%;
  }

  .container33 .chance_w {
    padding: 10px;
    margin: 20px auto;
    border: 1px solid #666;
    /* Changed to lighter */
  }

  .container33 .POutcome {
    border: 1px solid #0056B3;
    padding: 10px;


  }

  .bluee {
    color: #0056B3
  }

  .container33 .info_line {
    min-width: 45%;
    max-width: 45%;
    margin: 10px;
   
    padding: 1px 0;
    margin: 15px auto;
    font-size: 12px;
    border-color: none;
  }

  .container33 .t-and-info {
    margin-top: 30px;
    overflow-x: hidden;
    padding: 0;
    margin: 0 auto;
    border-color: transparent;
    border-width: 0.2px;
    border-bottom: 1px solid #008000;
    border-top: 1px solid #008000;
  }
}
@media (min-width: 706px) {
  .container33 #vs_info {
    padding: 1px;
    width: 100%;
  }

  .container33 .chance_w {
    padding: 10px;
    margin: 20px auto;
    border: 1px solid #666;
    /* Changed to lighter */
  }

  .container33 .POutcome {
    border: 1px solid #0056B3;
    padding: 10px;


  }

  .bluee {
    color: #0056B3
  }

  .container33 .info_line {
    min-width: 45%;
    max-width: 45%;
    margin: 10px;
   
    padding: 1px 0;
    margin: 15px auto;
    font-size: 12px;
    border-color: none;
  }

  .container33 .t-and-info {
    margin-top: 30px;
    overflow-x: hidden;
    padding: 0;
    margin: 0 auto;
    border-color: transparent;
    border-width: 0.2px;
    border-bottom: 1px solid #008000;
    border-top: 1px solid #008000;
  }
}


@media (max-width: 558px) {
  .container33 #input {

    font-size: small;
  }

  .container33 {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .container33 .container-bts {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container33 .cap {
    font-size: larger;
    margin-top: 20px;
  }

  .container33 .status_heading {
    font-size: small;
  }
}

@media (max-width: 358px) {
  .container33 .cap {
    font-size: 15px;
    margin-top: 20px;
  }

  .container33 #input {
    width: 45%;
    font-size: small;
  }

  .container33 .container-bts {
    width: 90%;
  }
}

@media (max-width: 345px) {
  .container33 .status_heading {
    font-size: large;
  }

  .container33 #input {

    font-size: small;
  }
}


.container33 .Removebtn {
  color: transparent;
  background-color: transparent;
  border-color: transparent;
  visibility: hidden;
}

.container33 {
  padding-top: 20px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container33 .progress-container {
  min-width: 50%;
  width: 70%;
  background-color: #000000;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  height: 30px;
  border: 1px solid #007BFF;
}

.container33 .progress-bar {
  width: 50%;
  height: 100%;
  background-color: #3498DB;
  text-align: center;
  line-height: 30px;
  color: #FFF;
  font-weight: bold;
  transition: width 2s ease-in-out;
}

.container33 .progress-label {
  margin-top: 10px;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 20px;
  background-color: #000000;
  border-radius: 8px;
  max-width: 150px;
}

.hide {
  visibility: hidden;
  min-width: 0px;
  max-width: 0px;
  min-height: 0px;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  transition-property: all;
  transition-duration: 2s;
  transition-timing-function: ease-in-out;
}

.container33 #input {
  min-width: 200px;
}


/* -------------------------------------------- */
pre{
margin:0;
padding:22px;
font-size:16px;
line-height:1.8;
color:#e2e8f0;
white-space:pre; /* preserves indentation */
font-family:monospace;
}



