main {
  min-height: 80vh;
  color:#fff;
}
body {
  background-color:#282a48;
}
.navbar .container {
  max-width: 100%;
}
h1 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
h2 {
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.navbar-brand img {
  max-height: 75px;
}
.nav-link {
  font-size: 0.9rem;
  font-weight: 500;
  color:#fff;
}
.nav-link:hover {
  color:#d1caca;
}
.navbar-nav {
  gap: 10px;
}
@media (max-width: 768px) {
  .navbar-nav {
      gap: 0px;
  }
}
footer {
  background-color: #141436 !important;
}
.btn-one {
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  border: none;
  color: #f36509;
  font-weight: bold;
  font-size: 1.1rem;
  border:1px solid #f36509;
}
.btn-two {
  background: linear-gradient(90deg, #f36509 0%, #6817c2 100%);
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
}
.btn-one:hover {
  background-color: #f36509;
  color: #fff;
}
.btn-two:hover {
  background: linear-gradient(0deg, #f36509 0%, #6817c2 100%);
}

.breadcrumbs {
  font-size: 0.95rem;
  color: #555;
  margin: 1rem 0;
  padding: 0.5rem 1rem;
  background-color: #141436;
  border-radius: 0.375rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumbs a {
  text-decoration: none;
  color: #007bff;
  transition: color 0.2s ease;
}

.breadcrumbs a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.breadcrumbs .separator {
  margin: 0 0.5rem;
  color: #888;
}

.breadcrumbs .current {
  font-weight: 500;
  color: #fff;
}

.table {
  width: 100%;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  background-color: #141436;
  color: #ffffff;
  font-size: 16px;
  min-width: 600px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

th,
td {
  padding: 14px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff; 
  background-color: #141436; 
}

th {
  background-color: #1b1b48;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

tr:nth-child(even) td {
  background-color: #171749; 
}

tr:hover td {
  background-color: #1f1f5e;
  transition: background-color 0.2s ease-in-out;
}


@media (max-width: 768px) {
  table {
      font-size: 14px;
  }
}
.faq-block {
  border-top: 2px solid #1b204f;
  padding: 20px 0;
}

.faq-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: left;
}

.faq-item {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-question {
  background-color: #1f1f5e;
  color: #fff;
  padding: 15px 20px;
  cursor: pointer;
  position: relative;
  font-weight: 600;
}

.faq-question::after {
  content: "➤";
  position: absolute;
  right: 20px;
  font-size: 16px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(90deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #f9f9f9;
  color: #333;
  transition: max-height 0.3s ease;
  padding: 0 20px;
}

.faq-item.active .faq-answer {
  padding: 15px 20px;
  max-height: 500px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin: auto;
  object-fit: contain;
}

@media (min-width: 1200px) {
  img {
    max-width: 1200px;
  }
}

.img-compact {
  max-width: 600px !important;
  width: 100%;
}

@media (max-width: 768px) {
  .img-compact {
    max-width: 100%;
  }
}

.img-fixed-height {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.d-flex {
  justify-content: center;
}
.page-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
nav.bg-light {
  background-color:#141436!important;
}
.dropdown-menu {
  background-color:#45458d;
}
.dropdown-item {
  color:#fff!important;
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color:#5656ad!important;
}
.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5); 
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.rating-section {
  background-color: #141436;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.rating-section h2 {
  color: #ffffff;
}

.rating-section .rating-info {
  color: #ffffff;
}

.rating-section .rating-stars strong {
  color: #ffffff;
}

.rating-section ul li {
  color: #ffffff;
}

.rating-section p {
  color: #ffffff;
}

.reviews-section {
  color: #ffffff;
}

.reviews-section h2 {
  color: #ffffff;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
}

.review-item {
  background-color: #141436;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border-color: rgba(243, 101, 9, 0.5);
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.review-author {
  color: #ffffff;
  font-size: 1.1rem;
}

.review-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

.review-rating .stars {
  font-size: 1.2rem;
  color: #ffc107;
  line-height: 1;
}

.review-rating .rating-text {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
}

.review-body {
  color: #e0e0e0;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.review-body p {
  color: #e0e0e0;
  margin: 0;
}

.review-date {
  color: #999;
  font-size: 0.85rem;
  margin-top: auto;
}

.comparison-tables-section {
  color: #ffffff;
}

.comparison-tables-section h2 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}

.comparison-tables-section h2:first-child {
  margin-top: 0;
}

.comparison-table {
  margin-bottom: 2rem;
}

.comparison-table td strong {
  color: #ffffff;
  font-weight: 600;
}

.comparison-table td:first-child {
  font-weight: 500;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.advantages-section {
  color: #ffffff;
}

.advantages-section h2 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}

.advantage-item {
  background: linear-gradient(135deg, #141436 0%, #1b1b48 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.advantage-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(243, 101, 9, 0.1), transparent);
  transition: left 0.5s ease;
}

.advantage-item:hover::before {
  left: 100%;
}

.advantage-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(243, 101, 9, 0.3);
  border-color: rgba(243, 101, 9, 0.5);
  background: linear-gradient(135deg, #1b1b48 0%, #1f1f5e 100%);
}

.advantage-item h3 {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.advantage-item:hover h3 {
  color: #f36509;
}

.advantage-item p {
  color: #e0e0e0;
  line-height: 1.6;
  margin: 0;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.advantage-item:hover p {
  color: #ffffff;
}

.advantage-item:nth-child(1) {
  animation: fadeInUp 0.6s ease 0.1s both;
}

.advantage-item:nth-child(2) {
  animation: fadeInUp 0.6s ease 0.2s both;
}

.advantage-item:nth-child(3) {
  animation: fadeInUp 0.6s ease 0.3s both;
}

.advantage-item:nth-child(4) {
  animation: fadeInUp 0.6s ease 0.4s both;
}

.advantage-item:nth-child(5) {
  animation: fadeInUp 0.6s ease 0.5s both;
}

.advantage-item:nth-child(6) {
  animation: fadeInUp 0.6s ease 0.6s both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .advantage-item {
    margin-bottom: 1rem;
  }
  
  .advantages-section h2 {
    font-size: 1.5rem;
  }
  
  .advantage-item h3 {
    font-size: 1.1rem;
  }
}

/* Hero Section */
.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(243, 101, 9, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(104, 23, 194, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

/* Game Showcase */
.game-showcase {
  margin-bottom: 4rem;
}

.game-showcase h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(243, 101, 9, 0.3);
}

.game-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.game-card img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  border-radius: 8px;
}

.game-card:hover {
  transform: translateY(-5px);
}

.game-card:hover img {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(243, 101, 9, 0.4);
}

/* Main Content */
.main-content {
  color: #fff;
}

.main-content h2,
.main-content h3 {
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.main-content h2:first-child {
  margin-top: 0;
}

.main-content p {
  color: #e0e0e0;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.main-content .lead {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
}

/* How to Start Section */
.how-to-start {
  color: #fff;
}

.how-to-start h2 {
  color: #fff;
}

.how-to-start .lead {
  color: #e0e0e0;
}

/* Bonus Section */
.bonus-section {
  color: #fff;
}

.bonus-section h2 {
  color: #fff;
}

.bonus-section p {
  color: #e0e0e0;
  line-height: 1.8;
}

/* Popular Games Section */
.popular-games {
  color: #fff;
}

.popular-games h2 {
  color: #fff;
}

.popular-games .lead {
  color: #e0e0e0;
}

/* Payment Methods Section */
.payment-methods {
  color: #fff;
}

.payment-methods h2 {
  color: #fff;
}

.payment-methods p {
  color: #e0e0e0;
  line-height: 1.8;
}

/* Related Links Section */
details {
  background-color: #141436;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin: 2rem 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

details:hover {
  border-color: rgba(243, 101, 9, 0.3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

details summary {
  background: linear-gradient(135deg, #1b1b48 0%, #1f1f5e 100%);
  color: #fff;
  padding: 1rem 1.5rem;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  position: relative;
  user-select: none;
  transition: all 0.3s ease;
}

details summary::-webkit-details-marker {
  display: none;
}

details summary::marker {
  display: none;
}

details summary::after {
  content: '▼';
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  color: #f36509;
  font-size: 0.8rem;
}

details[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

details summary:hover {
  background: linear-gradient(135deg, #1f1f5e 0%, #252570 100%);
  color: #f36509;
}

details summary h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: inherit;
}

details[open] summary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

details > p {
  padding: 1.5rem;
  margin: 0;
  color: #e0e0e0;
  background-color: #141436;
  line-height: 1.8;
}

details > p a {
  color: #f36509;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

details > p a:hover {
  color: #fff;
  text-decoration: underline;
  padding-left: 5px;
}

/* Footer Styles */
footer {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}

footer h5 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 0.5rem;
}

footer h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #f36509 0%, #6817c2 100%);
}

footer p {
  color: #e0e0e0;
  line-height: 1.6;
  font-size: 0.95rem;
}

footer ul li a {
  transition: all 0.3s ease;
  display: inline-block;
}

footer ul li a:hover {
  color: #f36509 !important;
  padding-left: 5px;
  text-decoration: underline !important;
}

footer .contacts ul li a {
  opacity: 0.9;
}

footer .contacts ul li a:hover {
  opacity: 1;
  color: #f36509 !important;
}

footer img {
  filter: brightness(0) invert(1);
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

footer img:hover {
  opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2rem;
  }
  
  .hero-section .lead {
    font-size: 1rem;
  }
  
  .game-showcase h3 {
    font-size: 1.2rem;
  }
  
  .main-content h2 {
    font-size: 1.5rem;
  }
  
  .main-content h3 {
    font-size: 1.2rem;
  }
  
  footer h5 {
    font-size: 1.1rem;
  }
  
  footer p {
    font-size: 0.85rem;
  }
}