
body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f1fffb;
    color: #000000;
  }
  
  
 .navbar {
      background-color: #000000;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 20px;
      position: sticky;
      top: 0;
      z-index: 999;
    }
    .navbar .logo img {
      height: 50px;
      display: block;
    }
    .navbar ul.nav-menu {
      list-style: none;
      display: flex;
      gap: 20px;
      margin: 0;
      padding: 0;
      align-items: center;
    }
    .navbar li {
      position: relative;
    }
    .navbar a {
      color: #e0f7ff;
      text-decoration: none;
      font-weight: 500;
      padding: 16px 12px;
      display: inline-block;
      transition: background 0.3s;
    }
    .navbar a:hover {
      background-color: #1b1f50;
      border-radius: 5px;
      color: #00d4ff;
    }

    .menu-toggle {
      display: none;
      background: none;
      border: none;
      font-size: 28px;
      color: #e0f7ff;
      cursor: pointer;
    }

    
    @media (max-width: 768px) {
      .menu-toggle {
        display: block;
      }

      .nav-menu {
        display: none !important;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #000;
      }

      .nav-menu.active {
        display: flex !important;
      }
    }

  
  

  .title-1{
    width: 80%;
    margin: 0 auto;  
  } 

  p {
    font-size: 20px; 
    line-height: 1.6; 
  }

  section.main-content {
    padding: 20px;
    margin-bottom: 30px; 
  }
  
  section.casino-recommendations {
    padding: 20px;
    margin-bottom: 30px; 
  }

 
.casino-recommendations {
  padding: 40px 20px;
  color: #000000;
  font-family: "Segoe UI", sans-serif;
  max-width: 80%; 
  margin: 0 auto;  
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.08);
}

 
  .casino-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    width: 100%;  
    margin-bottom: 20px; 
  }

  .casino-text img {
    vertical-align: middle; 
    max-width: 100%; 
  }

 

.casino-item {
  background-color: #fbe8e8;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 212, 255, 0.15);
  width: calc(33.333% - 20px);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center; 
  text-align: center; 
  position: relative;
}

.casino-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 25px rgba(0, 212, 255, 0.3);
}

.casino-item img{
  margin-top: 20px; 
}


.casino-text {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center; 
  justify-content: center;
  color: black;
  padding-bottom: 60px; 
}

.casino-text h3 {
  margin: 0;
  font-size: 22px;
  color: #000000;
}


.casino-text p {
  margin: 0;
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  max-width: 90%;
}

.casino-text a {
  background-color: #4858d1;
  color: #0b0f2b;
  padding: 10px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
}

.casino-text a:hover {
  background-color: #00aacc;
  color: #ffffff;
}

.casino-item ul {
  list-style-type: none;  
  text-align: left; 
}  

.casino-item li {
  display: flex;
  align-items: flex-end;
  height: 15px;       
  padding: 5px;
}

li img {
  margin-left: 10px;       
  height: 15px;           
  width: auto;            
  vertical-align: bottom;
}




.load-more-btn {
  margin: 30px auto 0;
  display: block;
  padding: 14px 28px;
  background-color: #00d4ff;
  color: #0b0f2b;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.load-more-btn:hover {
  background-color: #00aacc;
  color: #ffffff;
}


.hidden {
  display: none;
}


@media (max-width: 992px) {
  .casino-item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .casino-item {
    width: 100%;
  }
}

  
  
  
 
  .main-content {
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 212, 255, 0.08);
    border: 1px solid black;
  }

  .box {
    margin-top: 50px;
  }

  ol {
    line-height: 1.8;
    padding-left: 20px;  
  }
  
  ol li {
    font-size: 18px; 
    margin-bottom: 10px;
  }
  
  ul {
    line-height: 1.8;
    padding-left: 20px;  
  }
  
  ul li {
    font-size: 18px; 
    margin-bottom: 10px;
  }



  .comparison-table {
  width: 100%; 
  border-collapse: collapse; 
  margin: 2em 0; 
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center; 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
}

th, td {
  padding: 14px 16px;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: middle;
}

th {
  background-color: #007bff;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.icon-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px; 
}

.icon-check {
  width: 16px; 
  height: 16px;
  fill: green;
}

.icon-cross {
  width: 16px; 
  height: 16px;
  fill: #d00;
}


@media (max-width: 600px) {
  .comparison-table, .comparison-table tbody, .comparison-table tr, .comparison-table td, .comparison-table th {
    display: block;
    width: 100%;
  }

  .comparison-table tr {
    margin-bottom: 1em;
  }

  .comparison-table td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
    color: #555;
  }

  .comparison-table th {
    display: none;
  }
}

  .ew {
    width: 50%; 
    height: auto; 
    border-radius: 12px; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  .ed {
    width: 50%; 
    height: 480px; 
    border-radius: 12px; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }


.comparison-table-wrapper {
  overflow-x: auto;
  margin: 1.5rem 0;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--card-bg, #ffffff);
  box-shadow: var(--shadow, 0 2px 10px rgba(0, 0, 0, 0.1));
  border-radius: var(--radius, 12px);
  overflow: hidden;
}

.comparison-table th,
.comparison-table td {
  padding: 1rem;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.comparison-table thead {
  background-color: var(--primary-color, #2c3e50);
  color: #fff;
}

.comparison-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.interac-benefits {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}

.interac-benefits li {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}

.interac-benefits li::before {
  content: "✔️";
  position: absolute;
  left: 0;
  top: 0;
}


  .faq-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.faq-section h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.faq-section details {
  margin-bottom: 15px;
  border: 1px solid #161111;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 10px;
  cursor: pointer;
}

.faq-section summary {
  font-weight: bold;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: none;
  font-size: 18px;
}

.faq-section summary::-webkit-details-marker {
  display: none;
}

.faq-arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
  user-select: none;
}

.faq-section details[open] .faq-arrow {
  transform: rotate(180deg);
}

.faq-section details > p {
  margin-top: 10px;
  padding-left: 10px;
  border-left: 3px solid #00bcd4;
  color: #333333;
}


  
  
  .footer {
    background: linear-gradient(to right, #0a0c2c, #10173f);
    color: #88b7cc;
    text-align: center;
    padding: 30px 20px;
    font-size: 14px;
    margin-top: 40px;
    border-top: 1px solid #223355;
    position: relative;
  }
  
  .footer::before {
    content: "";
    background: url('https://www.transparenttextures.com/patterns/stardust.png');
    opacity: 0.08;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
  }
  
  @media (max-width: 768px) {
    .navbar ul {
      flex-direction: column;
      gap: 10px;
      background-color: #0e143c;
      width: 100%;
    }
  
    .submenu {
      position: relative;
      top: 0;
    }
  
    .main-content {
      padding: 20px 10px;
    }
  }

  .menu-toggle {
    display: none;
    font-size: 26px;
    background: none;
    color: #00d4ff;
    border: none;
    cursor: pointer;
  }
  

  @media (max-width: 768px) {
    .menu-toggle {
      display: block;
    }
  
    .navbar ul {
      display: none;
      flex-direction: column;
      width: 100%;
      background-color: #0e143c;
      margin-top: 10px;
    }
  
    .navbar ul.active {
      display: flex;
    }
  
    .submenu {
      position: static;
      background-color: #10173f;
      box-shadow: none;
      border-top: 1px solid #223355;
    }
  }

  table {
    border: 1px solid black;
    width: 100%;
  }

  #back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 10px 15px;
    font-size: 20px;
    display: none;
    z-index: 1000;
    cursor: pointer;
    background-color: #00d4ff;
    color: #000;
    border: none;
    border-radius: 5px;
    opacity: 0.8;
    transition: opacity 0.3s;
  }
  #back-to-top:hover {
    opacity: 1;
    background-color: var(--primary-hover, #0056b3);
  }



.cta-box {
  background-color: #f0f9ff;
  border: 1px solid #007acc;
  padding: 1.5rem;
  border-radius: 12px;
  color: #003e66;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 2rem;
  box-shadow: 0 4px 12px rgba(0, 122, 204, 0.1);
  line-height: 1.6;
}

.cta-box a {
  color: #007acc;
  font-weight: 600;
  text-decoration: underline;
}

.cta-box a:hover {
  text-decoration: none;
  color: #005fa3;
}
